From 2e9d791ee67fc89286d33f4e53cd61f4fc78b496 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fabian=20Gr=C3=BCnbichler?= Date: Wed, 3 May 2017 11:45:12 +0200 Subject: [PATCH] ceph: init: allow pool deletion by default MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit set to false by default since Ceph > Kraken Signed-off-by: Fabian Grünbichler --- PVE/API2/Ceph.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/PVE/API2/Ceph.pm b/PVE/API2/Ceph.pm index 12ea28ab..89b8eb5b 100644 --- a/PVE/API2/Ceph.pm +++ b/PVE/API2/Ceph.pm @@ -770,6 +770,7 @@ __PACKAGE__->register_method ({ 'auth client required' => $auth, 'osd journal size' => $pve_osd_default_journal_size, 'osd pool default min size' => 1, + 'mon allow pool delete' => 'true', }; # this does not work for default pools -- 2.39.5