diff options
Diffstat (limited to 'doc/start/block.rst')
-rw-r--r-- | doc/start/block.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/start/block.rst b/doc/start/block.rst index 01f866c0d4a..947adfc01ed 100644 --- a/doc/start/block.rst +++ b/doc/start/block.rst @@ -56,7 +56,7 @@ And then make that visible as a block device:: touch secretfile chmod go= secretfile - cauthtool --name=bar --print-key /etc/ceph/client.bar.keyring >secretfile + ceph-authtool --name=bar --print-key /etc/ceph/client.bar.keyring >secretfile rbd map tengigs --user bar --secret secretfile .. todo:: the secretfile part is really clumsy |