Displaying 2 results from an estimated 2 matches for "vg001".
Did you mean:
v001
2012 May 06
0
storage-pools and volumes
...irst, or just specify the LVM path and libvirt will create the lvm for me and stick the domain on the lvm
? ? <disk type='block' device='disk'>
? ? ? <driver name='qemu' type='raw' cache='none' io='native'/>
? ? ? <source dev='/dev/vg001/myhost.blah.com'/>
? ? ? <target dev='hda' bus='ide'/>
? ? </disk>
/usr/lib64/python2.6/site-packages/libvirt.py has:
? ? ? ? ret = libvirtmod.virStorageVolCreateXML(self._o, xmldesc, flags)
? ? ? ? if ret is None:raise libvirtError('virStorageVolCreateXML(...
2024 May 15
1
rsync whole file transfers extremely slow over SSH - but only in a particular virtual guest
...6.07MB/s ??:??:?? <---- fast enough
On an identically sized guest in a different datacenter:
[root at arnie images]# rsync --verbose --progress --compress --sparse --copy-devices --partial --whole-file --inplace blackadder.example.com:/dev/dm-8 /home/backup/example/blackadder.example.com/vg001-var_lib_libvirt_images-snapshot.img
dm-8
170,053,588 -2147483648% 10.64MB/s ??:??:?? <---- fast enough
From what I can see:
- The guest OS networking is fine, including bandwidth over ssh.
- The hypervisor rsync works fine.
- A guest OS in another datacenter works fine.
- CPU is not...