> diff --git a/iw/partition_ui_helpers_gui.py b/iw/partition_ui_helpers_gui.py > index 2f05a6e..46e2efb 100644 > --- a/iw/partition_ui_helpers_gui.py > +++ b/iw/partition_ui_helpers_gui.py > @@ -429,7 +429,7 @@ def doUIRAIDLVMChecks(request, storage): > ## "cannot be marked to fill to use available space.")) % (fstype.getName(),) > > if fstype in ["physical volume (LVM)", "software RAID"]: > - if numdrives > 1 and (not request.req_disks or len(request.disks) > 1): > + if numdrives > 1 and (not request.req_disks or len(request.req_disks) > 1): > return (_("Partitions of type '%s' must be constrained to " > "a single drive. To do this, select the " > "drive in the 'Allowable Drives' checklist.")) % (fstype.getName(),) Looks fine. - Chris _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list