[libvirt PATCH] docs: backing chains: fix qemu-img invocation

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The example was missing the 'create' command.

Signed-off-by: Ján Tomko <jtomko@xxxxxxxxxx>
Reported-by: Roland Clobus <rclobus@xxxxxxxxxx>
---
Pushed as trivial.

 docs/kbase/backing_chains.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/kbase/backing_chains.rst b/docs/kbase/backing_chains.rst
index c112f2bc82..c3de37f4d1 100644
--- a/docs/kbase/backing_chains.rst
+++ b/docs/kbase/backing_chains.rst
@@ -120,7 +120,7 @@ means that the **-F** parameter of ``qemu-img`` must always be used.
 
 ::
 
-  qemu-img -f qcow2 -F qcow2 -b $BACKING_IMAGE_PATH $IMAGE_PATH
+  qemu-img create -f qcow2 -F qcow2 -b $BACKING_IMAGE_PATH $IMAGE_PATH
 
 Note that if ``$BACKING_IMAGE_PATH`` is relative the path is considered relative to
 the location of ``$IMAGE_PATH``.
-- 
2.25.4




[Index of Archives]     [Virt Tools]     [Libvirt Users]     [Lib OS Info]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]     [Fedora Tools]

  Powered by Linux