[blivet:master 01/12] Remove obsolete comment

mulhern amulhern at redhat.com
Mon Apr 28 22:26:39 UTC 2014


LVMVolumeGroupDevice no longer inherits from DMDevice.

Signed-off-by: mulhern <amulhern at redhat.com>
---
 blivet/devices.py | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/blivet/devices.py b/blivet/devices.py
index 1135b49..cb94381 100644
--- a/blivet/devices.py
+++ b/blivet/devices.py
@@ -2251,11 +2251,7 @@ class ContainerDevice(StorageDevice):
             self.parents.remove(member)
 
 class LVMVolumeGroupDevice(ContainerDevice):
-    """ An LVM Volume Group
-
-        XXX Maybe this should inherit from StorageDevice instead of
-            DMDevice since there's no actual device.
-    """
+    """ An LVM Volume Group """
     _type = "lvmvg"
     _packages = ["lvm2"]
     _formatClassName = property(lambda s: "lvmpv")
-- 
1.8.3.1



More information about the anaconda-patches mailing list