mdraid device node minors aren't really stable, esp. not when using mdraid for (Intel) BIOS RAID. --- storage/devices.py | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) diff --git a/storage/devices.py b/storage/devices.py index 2259fb6..5945228 100644 --- a/storage/devices.py +++ b/storage/devices.py @@ -2304,10 +2304,6 @@ class MDRaidArrayDevice(StorageDevice): if self.level is None: self.level = mdraid.raidLevel(info['level']) - @property - def fstabSpec(self): - return self.path - def updateSysfsPath(self): """ Update this device's sysfs path. """ log_method_call(self, self.name, status=self.status) -- 1.6.4 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list