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:
parent
8ca163bd36
commit
fc78c972ef
@ -726,7 +726,6 @@ __PACKAGE__->register_method ({
|
|||||||
|
|
||||||
$cfg->{global} = {
|
$cfg->{global} = {
|
||||||
'fsid' => $fsid,
|
'fsid' => $fsid,
|
||||||
'auth supported' => 'cephx',
|
|
||||||
'auth cluster required' => 'cephx',
|
'auth cluster required' => 'cephx',
|
||||||
'auth service required' => 'cephx',
|
'auth service required' => 'cephx',
|
||||||
'auth client required' => 'cephx',
|
'auth client required' => 'cephx',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user