search for: qemy

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

Did you mean: qemu
2014 Jun 21
1
/etc/machine-id
...value of /etc/machine-id was unqiue for every OS installation on a system. This seems to be the case on real hardware. That is, if I install Fedora 19, Fedora 20, and Fedora-rawhide on a system, they will each have a different value for /etc/machine-id. This does not seem to be the case for qemy-kvm-libvirt virtual systems. SOmetimes they are different but I just noticed that a virtual system with both Fedora 20 and Fedora rawhide installed (btrfs partitioning), the two installations have the same value in /etc/machine-id. The two installs have different ext4 partitions for /boot, di...
2012 Dec 20
1
Can't access remote URI
...ve_opts(), we always add files from local system, it's related the -c|--connect option. As I know, we are using local kernel to lunch the min-guest, and it's hard to attach remote disks to our local min-guest. Our test team found this problem by using following command, # virt-sysprep -c qemy+ssh://<host>/system -d domname Then, for example the path of remote disk is /work/rhel.img, but we are about to access the /work/rhel.img locally. So, IMHO, if we are about to not support the remote URI, we should give a error message first. But access local disks instead of remote disks ar...