Now everything *seems* to work, but something very scaring is happening, and don't know why.
I've played with 2.0 rc1 restoring some vm at work from bash shell, and everything worked fine.
Today I've backed up all my home vm, installed 2.0 from scratch, copied vm backup in /srv/backup and starting restore.
vzrestore worked fine, but qmrestore did not with the following error for ALL the kvm backups:
I've also tried to specify the storage name, but got the same error:
root@proxmox:/srv/backup/dump# qmrestore --storage local vzdump-qemu-111-2012_03_25-03_59_43.tgz 111
unable to parse volume ID 'vzdump-qemu-111-2012_03_25-03_59_43.tgz'
I've read in a old post
http://forum.proxmox.com/threads/8936-unable-to-parse-volume-ID
to recreate the backup storage as "backup" pointing to /srv/backup, moved my backup under "dump" and restored from web interface.
Everything seems to work but this error scares me a little:
tar: write error
this is the log from web interface of the task:
this another one:
here my info:
I've a copy of /etc of the previous 1.9 installation, if there are info you need.
Best regards
I've played with 2.0 rc1 restoring some vm at work from bash shell, and everything worked fine.
Today I've backed up all my home vm, installed 2.0 from scratch, copied vm backup in /srv/backup and starting restore.
vzrestore worked fine, but qmrestore did not with the following error for ALL the kvm backups:
Code:
root@proxmox:/srv/backup# qmrestore vzdump-qemu-106-2012_03_25-03_34_34.tgz 106
unable to parse volume ID 'vzdump-qemu-106-2012_03_25-03_34_34.tgz'
root@proxmox:/srv/backup/dump# qmrestore --storage local vzdump-qemu-111-2012_03_25-03_59_43.tgz 111
unable to parse volume ID 'vzdump-qemu-111-2012_03_25-03_59_43.tgz'
I've read in a old post
http://forum.proxmox.com/threads/8936-unable-to-parse-volume-ID
to recreate the backup storage as "backup" pointing to /srv/backup, moved my backup under "dump" and restored from web interface.
Everything seems to work but this error scares me a little:
tar: write error
this is the log from web interface of the task:
Code:
extracting archive '/srv/backup/dump/vzdump-qemu-104-2012_03_25-03_30_02.tgz'
extracting 'qemu-server.conf' from archive
extracting 'vm-disk-virtio0.raw' from archive
Formatting '/var/lib/vz/images/104/vm-104-disk-1.raw', fmt=raw size=32768
new volume ID is 'local:104/vm-104-disk-1.raw'
restore data to '/var/lib/vz/images/104/vm-104-disk-1.raw' (2147483648 bytes)
tar: write error
2147483648 bytes copied, 41 s, 49.95 MiB/s
TASK OK
Code:
extracting archive '/srv/backup/dump/vzdump-qemu-106-2012_03_25-03_34_34.tgz'
extracting 'qemu-server.conf' from archive
extracting 'vm-disk-ide0.qcow2' from archive
Formatting '/var/lib/vz/images/106/vm-106-disk-1.qcow2', fmt=qcow2 size=32768 encryption=off cluster_size=65536
new volume ID is 'local:106/vm-106-disk-1.qcow2'
restore data to '/var/lib/vz/images/106/vm-106-disk-1.qcow2' (12383367168 bytes)
tar: write error
920+465344 records in
47238+1 records out
12383367168 bytes (12 GB) copied, 491.913 s, 25.2 MB/s
TASK OK
here my info:
Code:
root@proxmox:~# pveversion -v
pve-manager: 2.0-54 (pve-manager/2.0/4b59ea39)
running kernel: 2.6.32-10-pve
proxmox-ve-2.6.32: 2.0-63
pve-kernel-2.6.32-10-pve: 2.6.32-63
lvm2: 2.02.88-2pve2
clvm: 2.02.88-2pve2
corosync-pve: 1.4.1-1
openais-pve: 1.1.4-2
libqb: 0.10.1-2
redhat-cluster-pve: 3.1.8-3
resource-agents-pve: 3.9.2-3
fence-agents-pve: 3.1.7-2
pve-cluster: 1.0-26
qemu-server: 2.0-33
pve-firmware: 1.0-15
libpve-common-perl: 1.0-23
libpve-access-control: 1.0-17
libpve-storage-perl: 2.0-16
vncterm: 1.0-2
vzctl: 3.0.30-2pve2
vzprocps: 2.0.11-2
vzquota: 3.0.12-3
pve-qemu-kvm: 1.0-8
ksm-control-daemon: 1.1-1
root@proxmox:~#
Best regards