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 <aderumier@odiso.com>
This commit is contained in:
Alexandre Derumier 2015-11-19 09:41:41 +01:00 committed by Dietmar Maurer
parent 8ca163bd36
commit fc78c972ef

View File

@ -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',