Minor typo on https://libvirt.org/kbase/backing_chains.html

Hello all, I've found a minor typo on https://libvirt.org/kbase/backing_chains.html In the section 'Manual image creation' the word 'create' was missing from the command line: Current: qemu-img -f qcow2 -F qcow2 -b $BACKING_IMAGE_PATH $IMAGE_PATH Corrected: qemu-img create -f qcow2 -F qcow2 -b $BACKING_IMAGE_PATH $IMAGE_PATH With kind regards, Roland Clobus

On 6/1/20 5:40 PM, Roland Clobus wrote:
Hello all,
I've found a minor typo on https://libvirt.org/kbase/backing_chains.html
In the section 'Manual image creation' the word 'create' was missing from the command line:
Current: qemu-img -f qcow2 -F qcow2 -b $BACKING_IMAGE_PATH $IMAGE_PATH Corrected: qemu-img create -f qcow2 -F qcow2 -b $BACKING_IMAGE_PATH $IMAGE_PATH
With kind regards, Roland Clobus
Hey, thanks for the report. If you want to have libvirt contribution you can post a patch - all documentation lives in our git: https://gitlab.com/libvirt/libvirt If you don't feel like it I can merge the fix. Michal

On a Monday in 2020, Michal Privoznik wrote:
On 6/1/20 5:40 PM, Roland Clobus wrote:
Hello all,
I've found a minor typo on https://libvirt.org/kbase/backing_chains.html
In the section 'Manual image creation' the word 'create' was missing from the command line:
Current: qemu-img -f qcow2 -F qcow2 -b $BACKING_IMAGE_PATH $IMAGE_PATH Corrected: qemu-img create -f qcow2 -F qcow2 -b $BACKING_IMAGE_PATH $IMAGE_PATH
With kind regards, Roland Clobus
Hey, thanks for the report. If you want to have libvirt contribution you can post a patch - all documentation lives in our git:
https://gitlab.com/libvirt/libvirt
If you don't feel like it I can merge the fix.
I've pushed the change now: https://gitlab.com/libvirt/libvirt/-/commit/1482f2148c61ab86db4c9a3603227269... Jano
Michal
participants (3)
-
Ján Tomko
-
Michal Privoznik
-
Roland Clobus