]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
added mgr caps to manual deployment documentation 16660/head
authorNick Erdmann <n@nirf.de>
Fri, 28 Jul 2017 17:16:27 +0000 (19:16 +0200)
committerNick Erdmann <n@nirf.de>
Fri, 28 Jul 2017 17:16:27 +0000 (19:16 +0200)
Signed-off-by: Nick Erdmann <n@nirf.de>
doc/install/manual-deployment.rst
doc/install/manual-freebsd-deployment.rst

index f87145d5048c8012faf7e35cbc2502ecb4dd840f..bf5b77f58015a64b92d6667bd64485f83993eda3 100644 (file)
@@ -162,7 +162,7 @@ The procedure is as follows:
 #. Generate an administrator keyring, generate a ``client.admin`` user and add
    the user to the keyring. :: 
 
-       sudo ceph-authtool --create-keyring /etc/ceph/ceph.client.admin.keyring --gen-key -n client.admin --set-uid=0 --cap mon 'allow *' --cap osd 'allow *' --cap mds 'allow'
+       sudo ceph-authtool --create-keyring /etc/ceph/ceph.client.admin.keyring --gen-key -n client.admin --set-uid=0 --cap mon 'allow *' --cap osd 'allow *' --cap mds 'allow' --cap mgr 'allow *'
 
 
 #. Add the ``client.admin`` key to the ``ceph.mon.keyring``. :: 
index 007c558fceb434ee4d08f59a01fc656eb0293e99..bb323e23aa03b8faaa4ad447d93fd00909e01e15 100644 (file)
@@ -211,7 +211,7 @@ The procedure is as follows:
 #. Generate an administrator keyring, generate a ``client.admin`` user and add
    the user to the keyring. :: 
 
-       sudo ceph-authtool --create-keyring /etc/ceph/ceph.client.admin.keyring --gen-key -n client.admin --set-uid=0 --cap mon 'allow *' --cap osd 'allow *' --cap mds 'allow'
+       sudo ceph-authtool --create-keyring /etc/ceph/ceph.client.admin.keyring --gen-key -n client.admin --set-uid=0 --cap mon 'allow *' --cap osd 'allow *' --cap mds 'allow' --cap mgr 'allow *'
 
 
 #. Add the ``client.admin`` key to the ``ceph.mon.keyring``. ::