Hi,
I've upgraded to the latest 1.8 and wanted to add a disk to one old KVM VM. When I try to start the VM I get:
The config looks like this:
It's an old VMware VM I've migrate to KVM about a year ago.
Can some one help ?
TIA
I've upgraded to the latest 1.8 and wanted to add a disk to one old KVM VM. When I try to start the VM I get:
Code:
#qm start 101
qemu: could not open disk image /var/lib/vz/images/101/vm-101-disk-1.vmdk
start failed: command '/usr/bin/kvm -monitor unix:/var/run/qemu-server/101.mon,server,nowait -vnc unix:/var/run/qemu-server/101.vnc,password -pidfile /var/run/qemu-server/101.pid -daemonize -usbdevice tablet -name oracle -smp 1 -boot c -vga cirrus -tdf -k de -drive if=ide,index=2,media=cdrom -drive file=/var/lib/vz/images/101/oracle-pve-flat.vmdk,if=scsi,index=0,boot=on -drive file=/var/lib/vz/images/101/vm-101-disk-1.vmdk,if=scsi,index=1 -m 1024 -net tap,vlan=0,ifname=tap101i0,script=/var/lib/qemu-server/bridge-vlan -net nic,vlan=0,model=rtl8139,macaddr=B2:BE:85:6D:9F:15 -id 101 -cpuunits 1000' failed with exit code 1
The config looks like this:
Code:
# cat 101.conf
name: oracle
ide2: none,media=cdrom
vlan0: rtl8139=B2:BE:85:6D:9F:15
bootdisk: scsi0
ostype: l26
memory: 1024
sockets: 1
onboot: 0
cores: 1
scsi0: local:101/oracle-pve-flat.vmdk
boot: c
freeze: 0
cpuunits: 1000
acpi: 1
kvm: 1
scsi1: local:101/vm-101-disk-1.vmdk
It's an old VMware VM I've migrate to KVM about a year ago.
Can some one help ?
TIA