search for: v2vovl62b7c2

Displaying 5 results from an estimated 5 matches for "v2vovl62b7c2".

2018 Aug 15
2
Re: [PATCH] v2v: Add --print-estimate option to print source size estimate.
...mu-img measure on the overlay? Yes this would be better, but oddly it doesn't work properly when the output format is set to 'raw': /usr/bin/qemu-img 'measure' '-f' 'qcow2' '-O' 'raw' '--output=human' '/home/rjones/d/libguestfs/tmp/v2vovl62b7c2.qcow2' required size: 6442450944 fully allocated size: 6442450944 However it's OK if the output format is set to 'qcow2': /usr/bin/qemu-img 'measure' '-f' 'qcow2' '-O' 'qcow2' '--output=human' '/home/rjones/d/libguestfs/tmp...
2018 Aug 15
3
Re: [PATCH] v2v: Add --print-estimate option to print source size estimate.
...rlay? > > Yes this would be better, but oddly it doesn't work properly when > the output format is set to 'raw': > > /usr/bin/qemu-img 'measure' '-f' 'qcow2' '-O' 'raw' '--output=human' '/home/rjones/d/libguestfs/tmp/v2vovl62b7c2.qcow2' > required size: 6442450944 > fully allocated size: 6442450944 > > However it's OK if the output format is set to 'qcow2': > > /usr/bin/qemu-img 'measure' '-f' 'qcow2' '-O' 'qcow2' '--output=human' '...
2018 Aug 15
2
Re: [PATCH] v2v: Add --print-estimate option to print source size estimate.
...d be better, but oddly it doesn't work properly when > > > the output format is set to 'raw': > > > > > > /usr/bin/qemu-img 'measure' '-f' 'qcow2' '-O' 'raw' '--output=human' '/home/rjones/d/libguestfs/tmp/v2vovl62b7c2.qcow2' > > > required size: 6442450944 > > > fully allocated size: 6442450944 > > > > > > However it's OK if the output format is set to 'qcow2': > > > > > > /usr/bin/qemu-img 'measure' '-f' 'qcow2'...
2018 Aug 15
0
Re: [PATCH] v2v: Add --print-estimate option to print source size estimate.
...; Yes this would be better, but oddly it doesn't work properly when > > the output format is set to 'raw': > > > > /usr/bin/qemu-img 'measure' '-f' 'qcow2' '-O' 'raw' '--output=human' '/home/rjones/d/libguestfs/tmp/v2vovl62b7c2.qcow2' > > required size: 6442450944 > > fully allocated size: 6442450944 > > > > However it's OK if the output format is set to 'qcow2': > > > > /usr/bin/qemu-img 'measure' '-f' 'qcow2' '-O' 'qcow2'...
2018 Aug 14
2
[PATCH] v2v: Add --print-estimate option to print source size estimate.
This option prints the estimated size of the data that will be copied from the source disk. For interest, the test prints: 3747840 ../test-data/phony-guests/windows.img Estimate: 3710976 --- v2v/Makefile.am | 2 ++ v2v/cmdline.ml | 17 ++++++++++-- v2v/cmdline.mli | 2 ++ v2v/test-v2v-print-estimate.sh | 47 +++++++++++++++++++++++++++++++++