From: John Wilkins Date: Wed, 14 May 2014 06:18:50 +0000 (-0700) Subject: doc: Changed example to use virtio and put key usage into one line. X-Git-Tag: v0.81~14 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=17930a1e8656a7d0066207b5b00c504ad2df93c3;p=ceph.git doc: Changed example to use virtio and put key usage into one line. Signed-off-by: John Wilkins --- diff --git a/doc/rbd/libvirt.rst b/doc/rbd/libvirt.rst index 4813c3258d0e..40d507f464f5 100644 --- a/doc/rbd/libvirt.rst +++ b/doc/rbd/libvirt.rst @@ -190,7 +190,7 @@ commands, refer to `Virsh Command Reference`_. - + Replace ``{monitor-host}`` with the name of your host, and replace the @@ -223,8 +223,7 @@ commands, refer to `Virsh Command Reference`_. #. Get the ``client.libvirt`` key and save the key string to a file. :: - sudo ceph auth list - vim client.libvirt.key + ceph auth get-key client.libvirt | sudo tee client.libvirt.key #. Set the UUID of the secret. ::