Displaying 2 results from an estimated 2 matches for "xen_vol".
Did you mean:
xen_ver
2010 May 01
1
Issues after migrating from Xen to KVM
...-nographic \
-nodefaults -chardev
socket,id=monitor,path=/usr/local/libvirt/var/lib/libvirt/qemu/server01.monitor,server,nowait
\
-mon
chardev=monitor,mode=readline -rtc base=utc -boot c -drive
file=/dev/xen_vol/xen_opensol,if=none,id=drive-ide0-0-0,boot=on \
-device
ide-drive,bus=ide.0,unit=0,drive=drive-ide0-0-0,id=ide0-0-0 -drive
file=/dev/hde,if=none,id=drive-ide0-0-1 \
-device
ide-drive,bus=ide.0,unit=1,driv...
2010 May 17
0
virsh domxml-from-native not working
Dear list,
when I try to convert the (working) command
/usr/bin/qemu-system-x86_64 \
-drive file=/dev/xen_vol/xen_ca,cache=none,if=virtio,boot=on \
-net nic,model=virtio,macaddr=00:16:3E:04:F5:6D \
-net tap,ifname=tap1 -m 256 -name ca \
-vnc 10.0.0.100:4 -daemonize -k de
into an xml file:
<domain type='qemu'>
<name>ca</name>
<uuid>dfef3884-d7a9-f6cf...