ceph/doc/rados/operations
Loic Dachary bf82ba90bc doc: disable cephx requires auth_supported = none
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>
2013-10-13 11:18:27 +02:00
..
add-or-rm-mons.rst doc: Fixed hyperlinks. Cleanup of old references to Chef. 2013-10-11 14:04:36 -07:00
add-or-rm-osds.rst
auth-intro.rst
authentication.rst doc: disable cephx requires auth_supported = none 2013-10-13 11:18:27 +02:00
control.rst
crush-map.rst doc: fixing reported bug in CRUSH map example. 2013-08-05 14:48:38 -07:00
data-placement.rst
index.rst
monitoring-osd-pg.rst
monitoring.rst
operating.rst doc: Minor correction. 2013-10-10 14:31:37 -07:00
pg-concepts.rst
pg-states.rst
placement-groups.rst
pools.rst doc/rados/operations/pools: remove experimental note about pg splitting 2013-08-30 15:41:02 -07:00