ceph/doc
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
..
_templates
_themes/ceph doc: Minor tweak to the definition list style. 2013-05-07 10:09:15 -07:00
api doc: Updated with glossary terms. 2013-06-13 14:09:35 -07:00
cephfs Document unstable nature of CephFS 2013-08-15 14:01:32 -05:00
changelog doc/release-notes: v0.67.4 2013-10-04 16:49:41 -07:00
dev ErasureCode: update PGBackend description 2013-10-02 15:58:01 +02:00
images
install doc: Created new index to incorporate side-by-side deb/rpm installs. 2013-10-11 15:08:22 -07:00
man/8 rbd.cc: add readonly option for "rbd map" 2013-09-30 20:34:53 -07:00
mon
rados doc: disable cephx requires auth_supported = none 2013-10-13 11:18:27 +02:00
radosgw doc: Updated usage for --infile syntax. Added zone name for zone syntax. 2013-09-04 15:37:14 -07:00
rbd doc: Moved installation portion to the installation section. 2013-10-11 15:03:34 -07:00
scripts gen_state_diagram.py: fix function name 2013-04-25 16:02:47 +02:00
start doc: Merge cleanup. 2013-10-10 12:21:34 -07:00
.gitignore
architecture.rst doc: Fixed typo. 2013-10-03 13:30:18 -07:00
conf.py
favicon.ico
glossary.rst doc: Added another instance term to the glossary. 2013-05-17 15:58:25 -07:00
index.rst doc: Added Intro to Ceph to Index. 2013-09-17 13:22:35 -07:00
logo.png
PendingReleaseNotes
release-notes.rst doc/release-notes: v0.70 2013-10-05 21:08:55 -07:00