mirror of
https://github.com/ceph/ceph
synced 2025-03-07 08:49:15 +00:00
auth cluster required = none auth service required = none auth client required = none is not enough to disable cephx if there is a auth_supported = cephx line in the [global] section. It will produce the following error # ceph --id myself auth list 2013-10-13 11:05:00.368638 7f812aea3700 0 librados: client.myself authentication error (1) Operation not permitted Error connecting to cluster: PermissionError Changing the line to auth_supported = none fixes the problem. Signed-off-by: Loic Dachary <loic@dachary.org> |
||
---|---|---|
.. | ||
add-or-rm-mons.rst | ||
add-or-rm-osds.rst | ||
auth-intro.rst | ||
authentication.rst | ||
control.rst | ||
crush-map.rst | ||
data-placement.rst | ||
index.rst | ||
monitoring-osd-pg.rst | ||
monitoring.rst | ||
operating.rst | ||
pg-concepts.rst | ||
pg-states.rst | ||
placement-groups.rst | ||
pools.rst |