[master 2/10] BTRFS subvolumes shouldn't inherit from RAIDDevice.

dwlehman installerbot-noreply at redhat.com
Mon Jul 20 21:39:23 UTC 2015


From: David Lehman <dlehman at redhat.com>

All of the RAID functionality is at the volume level.
---
 blivet/devices/btrfs.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/blivet/devices/btrfs.py b/blivet/devices/btrfs.py
index d336f91..f598a4b 100644
--- a/blivet/devices/btrfs.py
+++ b/blivet/devices/btrfs.py
@@ -474,7 +474,7 @@ def populateKSData(self, data):
         data.devices = ["btrfs.%d" % p.id for p in self.parents]
         data.preexist = self.exists
 
-class BTRFSSubVolumeDevice(BTRFSDevice, RaidDevice):
+class BTRFSSubVolumeDevice(BTRFSDevice):
     """ A btrfs subvolume pseudo-device. """
     _type = "btrfs subvolume"
     _formatImmutable = True


-- 
To view this commit on github, visit https://github.com/rhinstaller/blivet/commit/674a1b659ad0abc7d3c40294bc23ecbe9c364f61


More information about the anaconda-patches mailing list