[pve-devel] [PATCH] ceph.conf : remove auth_supported
Alexandre Derumier
aderumier at odiso.com
Thu Nov 19 09:41:41 CET 2015
It's not used since ceph 0.50,
replaced by the 3 others auth config options
Signed-off-by: Alexandre Derumier <aderumier at odiso.com>
---
PVE/API2/Ceph.pm | 1 -
1 file changed, 1 deletion(-)
diff --git a/PVE/API2/Ceph.pm b/PVE/API2/Ceph.pm
index 2aef6b1..e831989 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',
--
2.1.4
More information about the pve-devel
mailing list