See here for udevadm command on 4.4.0 that shows sdb3 that is the partition corresponding to PV of root disk
Can you give the output of lsblk on your node?
Here lsblk as seen by 4.4.0 with gluster volumes on sda:
ANd here lsblk as seen from 4.4.2 with an empty sda:
Can you check that the same filter is in initramfs?
# lsinitrd -f /etc/lvm/lvm.conf | grep filter
Here the command from 4.4.0 that shows no filter
And here from 4.4.2 emergency mode, where I have to use the path /boot/ovirt-node-ng-4.4.2-0..../initramfs-....
because no initrd file in /boot (in screenshot you also see output of "ll /boot)
We have the following tool on the hosts
# vdsm-tool config-lvm-filter -y
it only sets the filter for local lvm devices, this is run as part of deployment and upgrade when done from
the engine.
If you have other volumes which have to be mounted as part of your startup
then you should add their uuids to the filter as well.
I didn't anything special in 4.4.0: I installed node on the intended disk, that was seen as sdb and then through the single node hci wizard I configured the gluster volumes on sda
Any suggestion on what to do on 4.4.2 initrd or running correct dracut command from 4.4.0 to correct initramfs of 4.4.2?