Hello!
I experience a weird issue on Proxmox 6.1. I've added a storage as LVM-thin. The container storage was created on this storage. After the machine is rebooted, the storage showed as 0% usage and the container would not launch. After debugging this issue for quite some time I've noticed that the volume group is inactive after reboot:
After performing
The storage itself is Fusion-Io ioScale2 (PCIe drive) and drivers are added as kernel module. Question is - why is the volume group not activated on boot? How can i debug the reason why the activation is not happening?
Help is much appreciated!
I experience a weird issue on Proxmox 6.1. I've added a storage as LVM-thin. The container storage was created on this storage. After the machine is rebooted, the storage showed as 0% usage and the container would not launch. After debugging this issue for quite some time I've noticed that the volume group is inactive after reboot:
Code:
INACTIVE '/dev/vmdata/lvol0' [104.00 MiB] inherit
INACTIVE '/dev/vmdata/lvol1' [100.00 MiB] inherit
INACTIVE '/dev/vmdata/lvol2' [100.00 MiB] inherit
INACTIVE '/dev/vmdata/vmstore' [1.49 TiB] inherit
INACTIVE '/dev/vmdata/vmstore_meta0' [96.00 MiB] inherit
INACTIVE '/dev/vmdata/vm-400-disk-0' [30.00 GiB] inherit
INACTIVE '/dev/vmdata/vm-100-disk-0' [10.00 GiB] inherit
After performing
vgchange -a ay vmdata
, the storage came back and the containers would start.The storage itself is Fusion-Io ioScale2 (PCIe drive) and drivers are added as kernel module. Question is - why is the volume group not activated on boot? How can i debug the reason why the activation is not happening?
Help is much appreciated!