mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-21 19:02:25 +00:00
docs: backing chains: fix qemu-img invocation
The example was missing the 'create' command. Signed-off-by: Ján Tomko <jtomko@redhat.com> Reported-by: Roland Clobus <rclobus@rclobus.nl>
This commit is contained in:
parent
5263160f9b
commit
1482f2148c
@ -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``.
|
||||
|
Loading…
x
Reference in New Issue
Block a user