doc: Changed example to use virtio and put key usage into one line.

Signed-off-by: John Wilkins <john.wilkins@inktank.com>
This commit is contained in:
John Wilkins 2014-05-13 23:18:50 -07:00
parent c7540cb6aa
commit 17930a1e86

View File

@ -190,7 +190,7 @@ commands, refer to `Virsh Command Reference`_.
<source protocol='rbd' name='libvirt-pool/new-libvirt-image'>
<host name='{monitor-host}' port='6789'/>
</source>
<target dev='hdb' bus='ide'/>
<target dev='vda' bus='virtio'/>
</disk>
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. ::