It is the same as the one we inherit from StorageDevice --- storage/devices.py | 5 ----- 1 files changed, 0 insertions(+), 5 deletions(-) diff --git a/storage/devices.py b/storage/devices.py index 3bae2d8..26c1a53 100644 --- a/storage/devices.py +++ b/storage/devices.py @@ -2935,11 +2935,6 @@ class DMRaidArrayDevice(DMDevice): log.debug("not tearing down dmraid device %s" % self.name) - @property - def mediaPresent(self): - # Even if teared down we still want to show up in storage.disks - return True - def dracutSetupString(self): return "rd_DM_UUID=%s" % self.name -- 1.6.5.2 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list