Just discovered it has a snapshot.. but puzzled why they are on different disks
------
Have a VM that will not migrate (online or offline), and from the looks of this it might have been one that I cloned. But not sure... (it does say parent in the config)
Anyway when you try to migrate says it cannot find local disk/image to move.. gui shows virtio0: proxmoxnfs:119/vm-119-disk-1.qcow2,size=32G but migration trys to use virtio0: local:119/vm-119-disk-1.qcow2,format=qcow2,size=32G
listed below is the 119.conf file for the VM in question.. guessing I need to edit this config to get things back to something normal...
------
Have a VM that will not migrate (online or offline), and from the looks of this it might have been one that I cloned. But not sure... (it does say parent in the config)
Anyway when you try to migrate says it cannot find local disk/image to move.. gui shows virtio0: proxmoxnfs:119/vm-119-disk-1.qcow2,size=32G but migration trys to use virtio0: local:119/vm-119-disk-1.qcow2,format=qcow2,size=32G
listed below is the 119.conf file for the VM in question.. guessing I need to edit this config to get things back to something normal...
Code:
balloon: 1024
bootdisk: virtio0
cores: 2
ide2: none,media=cdrom
memory: 2048
name: samba05
net0: virtio=E2:BC:76:DC:B9:BD,bridge=vmbr0
net1: virtio=06:01:77:43:99:D2,bridge=vmbr1
ostype: l26
parent: samba05_01
sockets: 2
virtio0: proxmoxnfs:119/vm-119-disk-1.qcow2,size=32G
[samba05_01]
balloon: 1024
bootdisk: virtio0
cores: 2
ide2: none,media=cdrom
memory: 2048
name: samba05
net0: virtio=E2:BC:76:DC:B9:BD,bridge=vmbr0
net1: virtio=06:01:77:43:99:D2,bridge=vmbr1
ostype: l26
snaptime: 1367242151
sockets: 2
virtio0: local:119/vm-119-disk-1.qcow2,format=qcow2,size=32G
Last edited: