mirror of
https://github.com/ceph/ceph
synced 2025-01-18 09:02:08 +00:00
doc: drop mention of MDS capabilities from radosgw man page
Signed-off-by: Florian Haas <florian@hastexo.com>
This commit is contained in:
parent
fb4ce53865
commit
e18601348f
@ -86,7 +86,7 @@ You will also have to generate a key for the radosgw to use for
|
||||
authentication with the cluster::
|
||||
|
||||
ceph-authtool -C -n client.radosgw.gateway --gen-key /etc/ceph/keyring.radosgw.gateway
|
||||
ceph-authtool -n client.radosgw.gateway --cap mon 'allow r' --cap osd 'allow rwx' --cap mds 'allow' /etc/ceph/keyring.radosgw.gateway
|
||||
ceph-authtool -n client.radosgw.gateway --cap mon 'allow r' --cap osd 'allow rwx' /etc/ceph/keyring.radosgw.gateway
|
||||
|
||||
And add the key to the auth entries::
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user