pyanaconda.storage.Storage.sanityCheck does exactly that. --- pyanaconda/storage/partitioning.py | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/pyanaconda/storage/partitioning.py b/pyanaconda/storage/partitioning.py index cf6cce3..b3b764c 100644 --- a/pyanaconda/storage/partitioning.py +++ b/pyanaconda/storage/partitioning.py @@ -253,8 +253,6 @@ def doAutoPartition(anaconda): else: return DISPATCH_BACK - # sanity check the collection of devices - log.warning("not sanity checking storage config because I don't know how yet") # now do a full check of the requests (errors, warnings) = anaconda.storage.sanityCheck() if warnings: -- 1.7.2.3 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list