From 364bb5b05d331e33f829b75c5836a95b57d7e949 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Thu, 10 Apr 2014 16:16:31 +0200 Subject: [PATCH] Fix qemu-nbd disconnect parameter The parameter is wrong, it should really be /dev/nbd0. Change-Id: Ifdb858cfa0e4116ca16fbc9c69a9f4f21f872164 Closes-Bug: #1305903 --- doc/image-guide/ch_modifying_images.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/image-guide/ch_modifying_images.xml b/doc/image-guide/ch_modifying_images.xml index c2dff9b249..7abeea32dc 100644 --- a/doc/image-guide/ch_modifying_images.xml +++ b/doc/image-guide/ch_modifying_images.xml @@ -366,7 +366,7 @@ brw-rw---- 1 root disk 43, 51 2012-03-05 15:32 /dev/nbd0p3# mount /dev/nbd3p2 /mnt When you're done, clean up: # umount /mnt -# qemu-nbd -d /dev/g nbd0 +# qemu-nbd -d /dev/nbd0 Mount a qcow2 image (with LVM)