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

2020-06-05 Thread Ján Tomko
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: Curr

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

2020-06-01 Thread Michal Privoznik
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 $BACKI

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

2020-06-01 Thread Roland Clobus
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 cr