activating LV 'pve/data' failed

Karl_MCS

New Member
Nov 19, 2024
1
0
1
Hello,

I'm new to Proxmox so forgive me if I'm missing something obvious. I have a server that won't start any VMs. The reason seems to be because the data pool is inactive, and it's failing some check during bootup. Presumably this happened after a power outage. This is on a Dell PowerEdge R550 with a PERC H755, and the controller says all the disks are fine.

This appears repeatedly in the System Log:
Nov 19 15:53:26 pve pvestatd[1335]: activating LV 'pve/data' failed: Check of pool pve/data failed (status:1). Manual repair required!

I get a similar output if I try to run lvchange -ay pve/data (probably the same thing the system is doing).

Output of lvs -a and lvscan -a:

LV VG Attr LSize Pool Origin Data% Meta% Move Log Cpy%Sync Convert
data pve twi---tz-- 14.40t
[data_tdata] pve Twi------- 14.40t
[data_tmeta] pve ewi------- <15.88g
[lvol0_pmspare] pve ewi------- <15.88g
root pve -wi-ao---- 96.00g
swap pve -wi-ao---- 8.00g
vm-100-disk-0 pve Vwi---tz-- 32.00g data
vm-101-disk-0 pve Vwi---tz-- 32.00g data
vm-101-disk-1 pve Vwi---tz-- 8.00t data
vm-102-disk-0 pve Vwi---tz-- 32.00g data

inactive '/dev/pve/data' [14.40 TiB] inherit
ACTIVE '/dev/pve/swap' [8.00 GiB] inherit
ACTIVE '/dev/pve/root' [96.00 GiB] inherit
inactive '/dev/pve/vm-100-disk-0' [32.00 GiB] inherit
inactive '/dev/pve/vm-101-disk-0' [32.00 GiB] inherit
inactive '/dev/pve/vm-101-disk-1' [8.00 TiB] inherit
inactive '/dev/pve/vm-102-disk-0' [32.00 GiB] inherit
inactive '/dev/pve/data_tdata' [14.40 TiB] inherit
inactive '/dev/pve/data_tmeta' [<15.88 GiB] inherit
inactive '/dev/pve/lvol0_pmspare' [<15.88 GiB] inherit

I also noted that /dev/pve/data does not exist, maybe because it's inactive?

And I see this when the system is booting:
vlcsnap-2024-11-19-16h17m32s810.png

I don't know what has happened to it, or how to do the manual repair it's asking for. Any guidance is appreciated.