> 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 Also looks fine, though I renew my objections to using mediaPresent to mean "displayable". - Chris _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list