Hi!, yesterday my proxmox collapsed, could not manage the virtual machines so I had to restart.
after the restart, the volume group and the lv disks were inactive. So we should try with:
# lvchange -a and pve / data
He informed us
"Check of pool pvc / data failed (status: 1) Manual repair required!"
Then we made the repair with:
#lvconvert --repair pve / data
The discs were recovered but I miss one
#lvscan
ACTIVE '/ dev / pve / swap' [8.00 GiB] inherit
ACTIVE '/ dev / pve / root' [96.00 GiB] inherit
ACTIVE '/ dev / pve / data' [811.21 GiB] inherit
ACTIVE '/ dev / pve / vm-101-disk-1' [60.00 GiB] inherit
ACTIVE '/ dev / pve / vm-102-disk-1' [50.00 GiB] inherit
ACTIVE '/ dev / pve / vm-103-disk-1' [50.00 GiB] inherit
ACTIVE '/ dev / pve / vm-103-disk-2' [60.00 GiB] inherit
inactive '/ dev / pve / vm-103-disk-4' [566.00 GiB] inherit
#lvdisplay / dev / pve / vm-103-disk-4
--- Logical volume ---
LV Path / dev / pve / vm-103-disk-4
LV Name vm-103-disk-4
VG Name pve
LV UUID QoZbv3-R8Mj-paT3-Pf9M-23QX-2Ail-yzT5iv
LV Write Access read / write
LV Creation host, time node1, 2018-06-08 10:55:39 -0300
LV Pool name data
LV Status NOT available
LV Size 566.00 GiB
Current LE 144896
Segments 1
Allocation inherit
Read ahead auto sectors
When I want to activate the lv separately it informs me:
#lvchange -a and / dev / pve / vm-103-disk-4
device-mapper: reload ioctl on (253: 10) failed: No data available
Regards!
after the restart, the volume group and the lv disks were inactive. So we should try with:
# lvchange -a and pve / data
He informed us
"Check of pool pvc / data failed (status: 1) Manual repair required!"
Then we made the repair with:
#lvconvert --repair pve / data
The discs were recovered but I miss one
#lvscan
ACTIVE '/ dev / pve / swap' [8.00 GiB] inherit
ACTIVE '/ dev / pve / root' [96.00 GiB] inherit
ACTIVE '/ dev / pve / data' [811.21 GiB] inherit
ACTIVE '/ dev / pve / vm-101-disk-1' [60.00 GiB] inherit
ACTIVE '/ dev / pve / vm-102-disk-1' [50.00 GiB] inherit
ACTIVE '/ dev / pve / vm-103-disk-1' [50.00 GiB] inherit
ACTIVE '/ dev / pve / vm-103-disk-2' [60.00 GiB] inherit
inactive '/ dev / pve / vm-103-disk-4' [566.00 GiB] inherit
#lvdisplay / dev / pve / vm-103-disk-4
--- Logical volume ---
LV Path / dev / pve / vm-103-disk-4
LV Name vm-103-disk-4
VG Name pve
LV UUID QoZbv3-R8Mj-paT3-Pf9M-23QX-2Ail-yzT5iv
LV Write Access read / write
LV Creation host, time node1, 2018-06-08 10:55:39 -0300
LV Pool name data
LV Status NOT available
LV Size 566.00 GiB
Current LE 144896
Segments 1
Allocation inherit
Read ahead auto sectors
When I want to activate the lv separately it informs me:
#lvchange -a and / dev / pve / vm-103-disk-4
device-mapper: reload ioctl on (253: 10) failed: No data available
Regards!