I've managed to stumble my way through setting up Proxmox, and migrating my old ubuntu server 12.04 webserver into an LVM.
I've been doing a number of backups on the way, stopping the VM, and using the backup function.
Ubuntu was nagging me to update to the latest and greatest, and I figured I'd give it a shot, because I could always roll back. The update fell apart, and broke a bunch of services.
When I try to restore the proxmox created image I get:
Virtual Environment 4.3-1/e7cdc165
Virtual Machine 100 ('VM 100' ) on node 'HPServer'
Logs
()
restore vma archive: zcat /mnt/backup/dump/vzdump-qemu-100-2016_11_24-20_19_26.vma.gz|vma extract -v -r /var/tmp/vzdumptmp21021.fifo - /var/tmp/vzdumptmp21021
CFG: size: 456 name: qemu-server.conf
DEV: dev_id=1 size: 34359738368 devname: drive-ide0
DEV: dev_id=2 size: 146028888064 devname: drive-ide1
CTIME: Thu Nov 24 20:19:30 2016
Logical volume "vm-100-disk-1" created.
new volume ID is 'VMStorage:vm-100-disk-1'
map 'drive-ide0' to '/dev/VM_Storage/vm-100-disk-1' (write zeros = 1)
Logical volume "vm-100-disk-1" successfully removed
temporary volume 'VMStorage:vm-100-disk-1' sucessfuly removed
TASK ERROR: command 'zcat /mnt/backup/dump/vzdump-qemu-100-2016_11_24-20_19_26.vma.gz|vma extract -v -r /var/tmp/vzdumptmp21021.fifo - /var/tmp/vzdumptmp21021' failed: lvcreate 'VM_Storage/pve-vm-100' error: Volume group "VM_Storage" has insufficient free space (26802 extents): 34816 required.
When I check the storage VMStorage, it is 136.7GiB free. The VM does contain 2 seperate "Drives", one OS (32GB), and a data drive (146GB). It looks like it is trying to unpack both images into VM_Storage, and not restore the 2 images to the separate 2 drives like it supposed to.
I've googled, and searched these forums, I did not see this error come up.
Thanks for any help.
I've been doing a number of backups on the way, stopping the VM, and using the backup function.
Ubuntu was nagging me to update to the latest and greatest, and I figured I'd give it a shot, because I could always roll back. The update fell apart, and broke a bunch of services.
When I try to restore the proxmox created image I get:
Virtual Environment 4.3-1/e7cdc165
Virtual Machine 100 ('VM 100' ) on node 'HPServer'
Logs
()
restore vma archive: zcat /mnt/backup/dump/vzdump-qemu-100-2016_11_24-20_19_26.vma.gz|vma extract -v -r /var/tmp/vzdumptmp21021.fifo - /var/tmp/vzdumptmp21021
CFG: size: 456 name: qemu-server.conf
DEV: dev_id=1 size: 34359738368 devname: drive-ide0
DEV: dev_id=2 size: 146028888064 devname: drive-ide1
CTIME: Thu Nov 24 20:19:30 2016
Logical volume "vm-100-disk-1" created.
new volume ID is 'VMStorage:vm-100-disk-1'
map 'drive-ide0' to '/dev/VM_Storage/vm-100-disk-1' (write zeros = 1)
Logical volume "vm-100-disk-1" successfully removed
temporary volume 'VMStorage:vm-100-disk-1' sucessfuly removed
TASK ERROR: command 'zcat /mnt/backup/dump/vzdump-qemu-100-2016_11_24-20_19_26.vma.gz|vma extract -v -r /var/tmp/vzdumptmp21021.fifo - /var/tmp/vzdumptmp21021' failed: lvcreate 'VM_Storage/pve-vm-100' error: Volume group "VM_Storage" has insufficient free space (26802 extents): 34816 required.
When I check the storage VMStorage, it is 136.7GiB free. The VM does contain 2 seperate "Drives", one OS (32GB), and a data drive (146GB). It looks like it is trying to unpack both images into VM_Storage, and not restore the 2 images to the separate 2 drives like it supposed to.
I've googled, and searched these forums, I did not see this error come up.
Thanks for any help.