]> git.proxmox.com Git - pve-manager-legacy.git/commitdiff
ceph: add missing link for 'restart' in ceph api
authorDominik Csapak <d.csapak@proxmox.com>
Tue, 4 Jun 2019 12:47:40 +0000 (14:47 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 4 Jun 2019 12:55:13 +0000 (14:55 +0200)
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
PVE/API2/Ceph.pm

index 212532769cb784f8c4dd51bda1df88c4685e9bce..185bbdea3580b6b51c0ea338dff428778011712f 100644 (file)
@@ -89,6 +89,7 @@ __PACKAGE__->register_method ({
            { name => 'mds' },
            { name => 'stop' },
            { name => 'start' },
+           { name => 'restart' },
            { name => 'status' },
            { name => 'crush' },
            { name => 'config' },