Hi, I practiced ansible lv lab last night, then this happened today.
I feel like something messed up related lvm, but not quite sure the root of cause.
This is result of blkid
lsblk command is not working...
Please help..!!
Not sure of what lab you are referring to, but your key error overthere is that "/dev/rhel/root does no exist". That means that LV root from VG "rhel" cannot be found or cannot be activated.
From the dracut shell, try and verify whether it still exists by launching:
"lvm vgchange -ay" (activate all VGs)
"lvm lvchange -ay" (activate all LVs)
"lvm lvs" (show all LVs, verify over there if "root" appears anywhere).
Not sure of what lab you are referring to, but your key error overthere is that "/dev/rhel/root does no exist". That means that LV root from VG "rhel" cannot be found or cannot be activated.
From the dracut shell, try and verify whether it still exists by launching:
"lvm vgchange -ay" (activate all VGs)
"lvm lvchange -ay" (activate all LVs)
"lvm lvs" (show all LVs, verify over there if "root" appears anywhere).
Red Hat
Learning Community
A collaborative learning environment, enabling open source skill development.