diff options
author | John Wilkins <john.wilkins@inktank.com> | 2012-12-10 10:51:24 -0800 |
---|---|---|
committer | John Wilkins <john.wilkins@inktank.com> | 2012-12-10 10:51:24 -0800 |
commit | f4be3c8d98568379de3454cd5111144bda49a9dc (patch) | |
tree | 1bb807a0dd3fd9bf53c0bd2566468c09afbf908e | |
parent | 3709519519f747345d254eff0304cd56f845e211 (diff) | |
download | ceph-f4be3c8d98568379de3454cd5111144bda49a9dc.tar.gz |
doc: Added sudo to ceph -k command.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
-rw-r--r-- | doc/radosgw/config.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/radosgw/config.rst b/doc/radosgw/config.rst index ca8cd30237e..12cca0168a9 100644 --- a/doc/radosgw/config.rst +++ b/doc/radosgw/config.rst @@ -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 |