From 2d7d6c9ac90d83226376b74c8810669d7787c688 Mon Sep 17 00:00:00 2001 From: Dominik Csapak Date: Tue, 4 Jun 2019 14:47:40 +0200 Subject: [PATCH] ceph: add missing link for 'restart' in ceph api Signed-off-by: Dominik Csapak --- 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' },