add pveceph install to shell api

Signed-off-by: Tim Marx <t.marx@proxmox.com>
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Tim Marx 2019-02-27 15:01:20 +01:00 committed by Thomas Lamprecht
parent e663e7fdeb
commit 0948b8a474

View File

@ -704,6 +704,7 @@ my $sslcert;
my $shell_cmd_map = {
'login' => [ '/bin/login', '-f', 'root' ],
'upgrade' => [ '/usr/bin/pveupgrade', '--shell' ],
'ceph_install' => [ '/usr/bin/pveceph', 'install' ],
};
sub get_shell_command {