[pve-devel] [PATCH v4 manager 3/5] add pveceph install to shell api
Tim Marx
t.marx at proxmox.com
Mon Jan 28 14:55:51 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 1bf3fc27..17e5c122 100644
--- a/PVE/API2/Nodes.pm
+++ b/PVE/API2/Nodes.pm
@@ -700,6 +700,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