I have an install running 4 different LVMs across 4 different drives 2 are SSDs and 2 are spinning disks. Upon reboot my system will have my SSD LVMs loaded and ready to go but my spinning disk all show a ? mark and are unavailable.
To get them back I typically have to run something like
then after a while
and it will come up. Where would I look to try and figure out what's causing this since I've not seen anything in /var/log/messages or /var/log/syslog that would give me any information. The spinning disk drives are roughly 8 months old and both work without issue once the LVMs are loaded. I was able to get my Media_Data LVM loaded which is the other spinning disk but my Backup_Storage LVM is being annoying about it at the moment.
Let me know what additional information is needed from me on this one and I'll be happy to provide it.
To get them back I typically have to run something like
Code:
vgchange -an Backup_Storage
Code:
vgchange -ay Backup_Storage
Let me know what additional information is needed from me on this one and I'll be happy to provide it.