From fc78c972efa54d5615e0928955b776bab6c94339 Mon Sep 17 00:00:00 2001 From: Alexandre Derumier Date: Thu, 19 Nov 2015 09:41:41 +0100 Subject: [PATCH] ceph.conf : remove auth_supported It's not used since ceph 0.50, replaced by the 3 others auth config options Signed-off-by: Alexandre Derumier --- PVE/API2/Ceph.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/PVE/API2/Ceph.pm b/PVE/API2/Ceph.pm index 2aef6b1e..e8319890 100644 --- a/PVE/API2/Ceph.pm +++ b/PVE/API2/Ceph.pm @@ -726,7 +726,6 @@ __PACKAGE__->register_method ({ $cfg->{global} = { 'fsid' => $fsid, - 'auth supported' => 'cephx', 'auth cluster required' => 'cephx', 'auth service required' => 'cephx', 'auth client required' => 'cephx',