Hi,
i make an upgrade from 1.7 to 1.8 on one server and after that, most of the VMs can't use they disks!
All disks are on local lvm-storage.
It's looks like the same issue like here http://forum.proxmox.com/threads/6111-Boot-Failure?p=34622#post34622
Guest Error:
No boot disk...
or disk not available.
If i copy the disk to local storage (dd if=/dev/localsata/vm-102-disk-1 of=vm-102-disk-1.raw bs=1024k) and use this as disk-image the guest boots fine!
1. So, the data aren't corrupt!
2. The data are accessible!
But where are the problem?
to deactivate and activate the lv doesn't help.
Unfortunately i don't have enough local space for all disks. If i don't find fast a solution i must go back to pve1.7.
Udo
i make an upgrade from 1.7 to 1.8 on one server and after that, most of the VMs can't use they disks!
All disks are on local lvm-storage.
It's looks like the same issue like here http://forum.proxmox.com/threads/6111-Boot-Failure?p=34622#post34622
Guest Error:
No boot disk...
or disk not available.
If i copy the disk to local storage (dd if=/dev/localsata/vm-102-disk-1 of=vm-102-disk-1.raw bs=1024k) and use this as disk-image the guest boots fine!
1. So, the data aren't corrupt!
2. The data are accessible!
But where are the problem?
Code:
lvs
LV VG Attr LSize Origin Snap% Move Log Copy% Convert
vm-101-disk-1 localsata -wi-ao 512,00M
vm-102-disk-1 localsata -wi-ao 35,00G
vm-103-disk-1 localsata -wi-ao 7,00G
vm-103-disk-2 localsata -wi-ao 1,56T
vm-103-disk-3 localsata -wi-ao 45,00G
vm-104-disk-1 localsata -wi-ao 32,00G
vm-105-disk-1 localsata -wi-a- 7,00G
vm-105-disk-2 localsata -wi-ao 110,00G
vm-105-disk-3 localsata -wi-a- 64,00G
vm-107-disk-1 localsata -wi-a- 32,00G
vm-108-disk-1 localsata -wi-a- 71,00G
vm-109-disk-1 localsata -wi-a- 22,00G
vm-110-disk-1 localsata -wi-a- 162,00G
vm-111-disk-1 localsata -wi-a- 41,00G
vm-113-disk-1 localsata -wi-ao 201,00G
vm-113-disk-2 localsata -wi-ao 81,00G
data pve -wi-ao 85,00G
root pve -wi-ao 40,00G
swap pve -wc-ao 8,00G
Unfortunately i don't have enough local space for all disks. If i don't find fast a solution i must go back to pve1.7.
Code:
pveversion -v
pve-manager: 1.8-15 (pve-manager/1.8/5754)
running kernel: 2.6.35-1-pve
proxmox-ve-2.6.35: 1.8-10
pve-kernel-2.6.32-4-pve: 2.6.32-32
pve-kernel-2.6.35-1-pve: 2.6.35-10
qemu-server: 1.1-30
pve-firmware: 1.0-11
libpve-storage-perl: 1.0-17
vncterm: 0.9-2
vzctl: 3.0.24-1pve4
vzdump: 1.2-11
vzprocps: 2.0.11-2
vzquota: 3.0.11-1
pve-qemu-kvm: 0.14.0-3
ksm-control-daemon: 1.0-5
Udo