--- storage/__init__.py | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/storage/__init__.py b/storage/__init__.py index 05478f5..43d40f1 100644 --- a/storage/__init__.py +++ b/storage/__init__.py @@ -167,8 +167,7 @@ def storageComplete(anaconda): default = 0) # Make sure that all is down, even the disks that we setup after popluate. - for disk in anaconda.id.storage.disks: - disk.teardown() + anaconda.id.storage.devicetree.teardownAll() if rc == 0: return DISPATCH_BACK -- 1.6.5.2 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list