On 12/7/18 7:57 AM, François Patte wrote:
Le 05/12/2018 à 21:43, Samuel Sieb a écrit :
Since all your lvm volumes are only on RAID volumes, you could try modifying the /etc/lvm/lvm.conf file. Find the global_filter option and add the following line: global_filter = [ "r|sd|" ]
Magic! This is a magic filter: everything went fine --- including the /opt partition --- after adding this line in the /etc/lvm/lvm.conf file.
I don't understand why... but my system works again.
This option tells lvm not to find any volumes on the raw hard drive partitions. So it will wait until the RAID is up to find the volumes there.