search for: pxetest2

Displaying 2 results from an estimated 2 matches for "pxetest2".

Did you mean: pxetest
2015 May 06
2
Proper way to reference a disk
...which I loaded a VM and put its disk into a logical volume. Its disk section looks like this: <disk type='block' device='disk'> <driver name='qemu' type='raw' cache='none' io='native'/> <*source dev*='/dev/kvm_hosts/pxetest2'/> <target dev='hda' bus='ide'/> <address type='drive' controller='0' bus='0' target='0' unit='0'/> </disk> The source file / source dev thing really has me wondering. *- Mike Schwager* * Linux Net...
2015 May 06
0
Re: Proper way to reference a disk
...ut its disk into a logical volume. Its disk section looks > like this: > > <disk type='block' device='disk'> > <driver name='qemu' type='raw' cache='none' io='native'/> > <*source dev*='/dev/kvm_hosts/pxetest2'/> And here, you used type='block', so <source> must list dev='...' and give an absolute path to a block device (and here, when libvirt is computing how much of the device is allocated, it relies on more than just stat(), which can give more accurate numbers when doing...