> diff --git a/iw/partition_dialog_gui.py b/iw/partition_dialog_gui.py > index 85cf6df..12d627d 100644 > --- a/iw/partition_dialog_gui.py > +++ b/iw/partition_dialog_gui.py > @@ -488,7 +488,7 @@ class PartitionEditor: > (row, self.fsoptionsDict) = createPreExistFSOptionSection(self.origrequest, maintable, row, self.mountCombo, self.storage, luksdev=luksdev) > > # size options > - if not self.origrequest.exists: > + if not self.origrequest.exists and self.origrequest.format.type != "mdmember": > (sizeframe, self.fixedrb, self.fillmaxszrb, > self.fillmaxszsb) = self.createSizeOptionsFrame(self.origrequest, > self.fillmaxszCB) This is incomplete. Stand by. - Chris _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list