From: Ján Tomko Date: Fri, 5 Jun 2020 14:01:06 +0000 (+0200) Subject: docs: backing chains: fix qemu-img invocation X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=1482f2148c61ab86db4c9a360322726947d3ec3e;p=libvirt.git docs: backing chains: fix qemu-img invocation The example was missing the 'create' command. Signed-off-by: Ján Tomko Reported-by: Roland Clobus --- 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``.