diff --git a/doc/rbd/libvirt.rst b/doc/rbd/libvirt.rst
index 694179df513..929f156bfd7 100644
--- a/doc/rbd/libvirt.rst
+++ b/doc/rbd/libvirt.rst
@@ -207,7 +207,7 @@ commands, refer to `Virsh Command Reference`_.
-
+
Replace ``{monitor-host}`` with the name of your host, and replace the
@@ -292,11 +292,9 @@ following procedures.
sudo virsh qemu-monitor-command --hmp {vm-domain-name} 'info block'
-#. Check to see if the device from ```` appears
- under ``/dev`` or under ``proc/partitions``. ::
+#. Check to see if the device from ```` exists::
- ls dev
- cat proc/partitions
+ virsh domblklist {vm-domain-name} --details
If everything looks okay, you may begin using the Ceph block device
within your VM.