[PATCH 1/5] Add function udev_device_get_lv_attr to retrieve lv attribute strings.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



---
 storage/udev.py |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/storage/udev.py b/storage/udev.py
index f07b3ca..2c41343 100644
--- a/storage/udev.py
+++ b/storage/udev.py
@@ -261,6 +261,14 @@ def udev_device_get_lv_sizes(info):
 
     return [float(s) / 1024 for s in sizes]
 
+def udev_device_get_lv_attr(info):
+    attr = info['LVM2_LV_ATTR']
+    if not attr:
+        attr = []
+    elif not isinstance(attr, list):
+        attr = [attr]
+    return attr
+
 def udev_device_is_biosraid(info):
     # Note that this function does *not* identify raid sets.
     # Tests to see if device is parto of a dmraid set.
-- 
1.6.0.6

_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/anaconda-devel-list

[Index of Archives]     [Kickstart]     [Fedora Users]     [Fedora Legacy List]     [Fedora Maintainers]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]
  Powered by Linux