]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: Added sudo to ceph -k command.
authorJohn Wilkins <john.wilkins@inktank.com>
Mon, 10 Dec 2012 18:51:24 +0000 (10:51 -0800)
committerJohn Wilkins <john.wilkins@inktank.com>
Mon, 10 Dec 2012 18:51:24 +0000 (10:51 -0800)
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
doc/radosgw/config.rst

index ca8cd30237e01990ff4df1341c4d65ce08a72690..12cca0168a9788c4a332f5380b6d2c34ff5a6bf9 100644 (file)
@@ -171,7 +171,7 @@ Add to Ceph Keyring Entries
 Once you have created a keyring and key for RADOS GW, add it as an entry in
 the Ceph keyring. For example::
 
-       ceph -k /etc/ceph/ceph.keyring auth add client.radosgw.gateway -i /etc/ceph/keyring.radosgw.gateway
+       sudo ceph -k /etc/ceph/ceph.keyring auth add client.radosgw.gateway -i /etc/ceph/keyring.radosgw.gateway
        
 
 Restart Services and Start the RADOS Gateway