I think I've found why none of my lvm mounts are working on boot up.
First the vgchange in fedora-storage-init never seems to get hit. And udev seems to have a problem setting up the drivers as well.
[root@liandra systemd]# /sbin/lvm vgchange -a y --sysinit
10 logical volume(s) in volume group "LiandraStore" now active
semid 32768: semop failed for cookie 0xd4d83af: incorrect semaphore state
Failed to set a proper state for notification semaphore identified by cookie value 223183791 (0xd4d83af) to initialize waiting for incoming notifications.
/dev/mapper/LiandraStore-VirtualMachines not set up by udev: Falling back to direct node creation.
/dev/mapper/LiandraStore-Old--Liandra not set up by udev: Falling back to direct node creation.
/dev/mapper/LiandraStore-Backups not set up by udev: Falling back to direct node creation.
/dev/mapper/LiandraStore-LiveCD not set up by udev: Falling back to direct node creation.
/dev/mapper/LiandraStore-iTunes_Media not set up by udev: Falling back to direct node creation.
/dev/mapper/LiandraStore-DVD--Working not set up by udev: Falling back to direct node creation.
The link /dev/LiandraStore/VirtualMachines should had been created by udev but it was not found. Falling back to direct link creation.
The link /dev/LiandraStore/Old-Liandra should had been created by udev but it was not found. Falling back to direct link creation.
The link /dev/LiandraStore/Backups should had been created by udev but it was not found. Falling back to direct link creation.
The link /dev/LiandraStore/LiveCD should had been created by udev but it was not found. Falling back to direct link creation.
The link /dev/LiandraStore/iTunes_Media should had been created by udev but it was not found. Falling back to direct link creation.
The link /dev/LiandraStore/DVD-Working should had been created by udev but it was not found. Falling back to direct link creation.
I think I've found why none of my lvm mounts are working on boot up.
First the vgchange in fedora-storage-init never seems to get hit. And udev seems to have a problem setting up the drivers as well.
[root@liandra systemd]# /sbin/lvm vgchange -a y --sysinit mapper/ LiandraStore- VirtualMachines not set up by udev: Falling back to direct node creation. mapper/ LiandraStore- Old--Liandra not set up by udev: Falling back to direct node creation. mapper/ LiandraStore- Backups not set up by udev: Falling back to direct node creation. mapper/ LiandraStore- LiveCD not set up by udev: Falling back to direct node creation. mapper/ LiandraStore- iTunes_ Media not set up by udev: Falling back to direct node creation. mapper/ LiandraStore- DVD--Working not set up by udev: Falling back to direct node creation. re/VirtualMachi nes should had been created by udev but it was not found. Falling back to direct link creation. re/Old- Liandra should had been created by udev but it was not found. Falling back to direct link creation. re/Backups should had been created by udev but it was not found. Falling back to direct link creation. re/LiveCD should had been created by udev but it was not found. Falling back to direct link creation. re/iTunes_ Media should had been created by udev but it was not found. Falling back to direct link creation. re/DVD- Working should had been created by udev but it was not found. Falling back to direct link creation.
10 logical volume(s) in volume group "LiandraStore" now active
semid 32768: semop failed for cookie 0xd4d83af: incorrect semaphore state
Failed to set a proper state for notification semaphore identified by cookie value 223183791 (0xd4d83af) to initialize waiting for incoming notifications.
/dev/
/dev/
/dev/
/dev/
/dev/
/dev/
The link /dev/LiandraSto
The link /dev/LiandraSto
The link /dev/LiandraSto
The link /dev/LiandraSto
The link /dev/LiandraSto
The link /dev/LiandraSto
Any ideas how I debug this further?