-
Notifications
You must be signed in to change notification settings - Fork 143
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
lvm: Also look at symlinks for segment PVs
When a PV is on a LUKS device, lvm reports that device as "/dev/mapper/luks-1234...", which is a symlink to the real device. UDisks2 would miss this and report the segment as having lost its backing PV. In addition to looking harder for devices, UDisks2 now also distinguises between "PV is gone" and "PV is there but I can't find a D-Bus object for it".
- Loading branch information
Showing
3 changed files
with
61 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters