Looks good. Martin ----- "Hans de Goede" <hdegoede@xxxxxxxxxx> wrote: > --- > storage/devices.py | 6 +++--- > 1 files changed, 3 insertions(+), 3 deletions(-) > > diff --git a/storage/devices.py b/storage/devices.py > index 36f0675..3c89adb 100644 > --- a/storage/devices.py > +++ b/storage/devices.py > @@ -2448,11 +2448,11 @@ class MDRaidArrayDevice(StorageDevice): > @property > def description(self): > if self.level == mdraid.RAID0: > - levelstr = "striped" > + levelstr = "stripe" > elif self.level == mdraid.RAID1: > - levelstr = "mirrored" > + levelstr = "mirror" > else: > - levelstr = "level: %s" % self.level > + levelstr = "raid%s" % self.level > > if self.type == "mdcontainer": > return "BIOS RAID container" > -- > 1.6.5.2 > > _______________________________________________ > Anaconda-devel-list mailing list > Anaconda-devel-list@xxxxxxxxxx > https://www.redhat.com/mailman/listinfo/anaconda-devel-list _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list