search for: testvm3

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

Did you mean: testvm
2018 May 27
1
Using libvirt to access Ceph RBDs with Xen
...@Ceph CEPH itself works, Xen too and even libvirt (I'm quite new in this too, normally I use the XL-tools to manage my VMs) ;-) I can manually map an RBD and start a PV-VM via libvirt, after modifying the XML-config and defined the VM with libvirt. That is what happens: # virsh define xml/testvm3.xml Domain testvm3 defined from xml/testvm3.xml # virsh start --console testvm3 error: Failed to start domain testvm3 error: internal error: libxenlight failed to create new domain 'testvm3' xml/testvm3.xml: -> ... <devices> <disk type='network' device='disk&...
2011 Sep 03
1
Char dev error
Hello, I have been trying to migrate a guest from one host to another. But it is showing this error: virsh --connect qemu+ssh://root at host1/system migrate --live --undefinesource testvm3 qemu+ssh://root at host2/system tcp://host2:48160 error: operation failed: failed to retrieve chardev info in qemu with 'info chardev' I have tried this command from the host1 also but it shows the same error. Another thing i would like to ask is the that whats the use of migrateuri in mi...