summaryrefslogtreecommitdiffstats
path: root/storage
diff options
context:
space:
mode:
authorDavid Lehman <dlehman@redhat.com>2009-03-03 20:14:45 -0600
committerDavid Lehman <dlehman@redhat.com>2009-03-03 20:14:45 -0600
commitb58a286c45caf547ef8219af2a60ba8903493355 (patch)
treeceb5b64ebf959876c64ce586c93d3d3adebf26bd /storage
parentc3e1cf577ec3caf2dca1c536ec0b1e8e25edb222 (diff)
downloadanaconda-b58a286c45caf547ef8219af2a60ba8903493355.tar.gz
anaconda-b58a286c45caf547ef8219af2a60ba8903493355.tar.xz
anaconda-b58a286c45caf547ef8219af2a60ba8903493355.zip
Deactivate all devices before processing the actions queue.
Diffstat (limited to 'storage')
-rw-r--r--storage/devicetree.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/storage/devicetree.py b/storage/devicetree.py
index 7db11947b..fcd40b511 100644
--- a/storage/devicetree.py
+++ b/storage/devicetree.py
@@ -418,6 +418,7 @@ class DeviceTree(object):
for action in self._actions:
log.debug("action: %s" % action)
self._actions.sort(cmpActions)
+ self.teardownAll()
for action in self._actions:
log.info("executing action: %s" % action)
if not dryRun: