[pve-devel] [PATCH v5 manager 3/5] add pveceph install to shell api
Tim Marx
t.marx at proxmox.com
Fri Feb 8 12:17:01 CET 2019
Signed-off-by: Tim Marx <t.marx at proxmox.com>
---
PVE/API2/Nodes.pm | 1 +
1 file changed, 1 insertion(+)
diff --git a/PVE/API2/Nodes.pm b/PVE/API2/Nodes.pm
index 4d639e60..e8c7d8fe 100644
--- a/PVE/API2/Nodes.pm
+++ b/PVE/API2/Nodes.pm
@@ -704,6 +704,7 @@ my $sslcert;
my $cmdMapper = {
'login' => [ '/bin/login', '-f', 'root' ],
'upgrade' => [ '/usr/bin/pveupgrade', '--shell' ],
+ 'ceph_install' => [ '/usr/bin/pveceph', 'install' ],
};
sub get_shell_command {
--
2.11.0
More information about the pve-devel
mailing list