The VMs are not finding the disks. They are under LVM volume that sum 4x2TB disks in one large volume. The Proxmox can see all the disks, but probably is not mounting the volume.
I saw one change in lvm.conf did by the upgrade procedure:
I am not sure why we have this new config and if is right or not.
I saw one change in lvm.conf did by the upgrade procedure:
Code:
root@pve:/etc/lvm# diff lvm.conf lvm.conf.bak
175c175
< # scan_lvs = 1
---
> scan_lvs = 1
2194,2197d2193
< devices {
< # added by pve-manager to avoid scanning LVM volumes
< scan_lvs=0
< }
I am not sure why we have this new config and if is right or not.