Inconsistent LVM / LVM2 data
Hi,
I have a Fedora 23 system and I run LVM for the / (root) partition and for the /home (home) partition so as to be able to allocate more or less space based on available physical hard disk space I have. I have been using LVM end now LVM2 since fedora 16 without any real issues. However I am now experiencing some problems due to inconsistencies.
The volume groups are called fedora-home and fedora-root, the system-config-lvm utility returns an empty screen
and lvm command line tools such as lvdisplay, vgdisplay, ... all return parsing errors or cannot be found.
[root@127 mapper]# lvdisplay Parse error at byte 1599 (line 100): unexpected token Error parsing metadata for VG fedora. Cannot process volume group fedora Internal error: Volume Group fedora was not unlocked
[root@127 mapper]# lvdisplay fedora-root Volume group "fedora-root" not found Cannot process volume group fedora-root
When I run the mount command I see the LVMs mounts as /dev/mapper/fedora-root to / and / dev/mapper/fedora-home to /home correctly.
The utility "disks" is the only utility to successfully read the lvm definition for the hardware partition mapped to 2 LVMs /dev/fedora/root and /dev/fedora/home. These obviously do not seem to match to the /dev/mapper/fedora-home and /dev/mapper/fedora-root.
Please help me make sense of these errors and ensure my configuration is without errors as I feel I am in dangerous waters as things stand. Thanks & reagrds, Patrick.