Hi list: I just rebased and I found this little issue. regards -- Joel Andres Granados Brno, Czech Republic, Red Hat.
diff --git a/storage/partitioning.py b/storage/partitioning.py index 66c0c29..e900d18 100644 --- a/storage/partitioning.py +++ b/storage/partitioning.py @@ -201,7 +201,7 @@ def doAutoPartition(anaconda): sys.exit(0) if anaconda.id.storage.doAutoPart: - _scheduleLVs(anaconda, dev) + _scheduleLVs(anaconda, devs) # sanity check the collection of devices log.warning("not sanity checking storage config because I don't know how yet")
_______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list