After a reboot (installed a video card) on my single node pve 7.3-3 box, I got a gray question mark on one of my lvm-thin local storage disks.
lsblk looks like it's /dev/sda without any partitions, just /dev/sda. Storage name is "local-5" which has been used for a few years as lvm-thin, no issues. Not showing anything related to local-5 in the output besides the syslog error(s).
Output of pvs, vgs and syslog error
cfdisk is showing it (/dev/sda) as 1 partition, but as "Filesystem: LMV2_Member".
fdisk -l is showing same, no partitions and nothing else related to "local-5" in the output.
storage.cfg:
Any help is appreciated. Had a ton of data on there
lsblk looks like it's /dev/sda without any partitions, just /dev/sda. Storage name is "local-5" which has been used for a few years as lvm-thin, no issues. Not showing anything related to local-5 in the output besides the syslog error(s).
Output of pvs, vgs and syslog error
Code:
root@pve:/var/log# pvs
PV VG Fmt Attr PSize PFree
/dev/sdc1 local4 lvm2 a-- <465.76g <135.76g
/dev/sdd3 local-3 lvm2 a-- <750.00g <281.00g
/dev/sde1 local-2 lvm2 a-- <465.76g <87.76g
/dev/sdf1 ssd3 lvm2 a-- <931.51g 0
root@controller:/var/log# vgs
VG #PV #LV #SN Attr VSize VFree
local-2 1 23 0 wz--n- <465.76g <87.76g
local-3 1 18 0 wz--n- <750.00g <281.00g
local4 1 17 0 wz--n- <465.76g <135.76g
ssd3 1 2 0 wz--n- <931.51g 0
# Keeps repeating this below
Dec 13 01:01:37 controller pvestatd[3006]: command '/sbin/vgscan --ignorelockingfailure --mknodes' failed: exit code 5
Dec 13 01:01:37 controller pvestatd[3006]: no such logical volume local-5/local-5
Dec 13 01:01:38 controller pvedaemon[3049]: command '/sbin/vgscan --ignorelockingfailure --mknodes' failed: exit code 5
Dec 13 01:01:38 controller pvedaemon[3049]: no such logical volume local-5/local-5
cfdisk is showing it (/dev/sda) as 1 partition, but as "Filesystem: LMV2_Member".
fdisk -l is showing same, no partitions and nothing else related to "local-5" in the output.
storage.cfg:
Code:
lvmthin: local-5
thinpool local-5
vgname local-5
content rootdir,images
Any help is appreciated. Had a ton of data on there