[pve-devel] [PATCH manager 01/20] ceph: add missing link for 'restart' in ceph api
Dominik Csapak
d.csapak at proxmox.com
Tue Jun 4 14:47:40 CEST 2019
Signed-off-by: Dominik Csapak <d.csapak at proxmox.com>
---
PVE/API2/Ceph.pm | 1 +
1 file changed, 1 insertion(+)
diff --git a/PVE/API2/Ceph.pm b/PVE/API2/Ceph.pm
index 21253276..185bbdea 100644
--- a/PVE/API2/Ceph.pm
+++ b/PVE/API2/Ceph.pm
@@ -89,6 +89,7 @@ __PACKAGE__->register_method ({
{ name => 'mds' },
{ name => 'stop' },
{ name => 'start' },
+ { name => 'restart' },
{ name => 'status' },
{ name => 'crush' },
{ name => 'config' },
--
2.11.0
More information about the pve-devel
mailing list