[pve-devel] [PATCH v6 manager 3/6] add pveceph install to shell api
Tim Marx
t.marx at proxmox.com
Wed Feb 27 15:01:20 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 41865b99..8b74a1a6 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