[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Re: [PATCH] Reset storage instance if autopart fails. (#492158)



On 03/27/2009 10:42 AM, David Lehman wrote:
---
  storage/partitioning.py |    1 +
  1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/storage/partitioning.py b/storage/partitioning.py
index a71ba91..6b5559f 100644
--- a/storage/partitioning.py
+++ b/storage/partitioning.py
@@ -246,6 +246,7 @@ def doAutoPartition(anaconda):
              anaconda.intf.messageWindow(_("Unrecoverable Error"),
                                 _("Your system will now be rebooted."))
              sys.exit(0)
+        anaconda.id.storage.reset()
          return DISPATCH_BACK



All of these in the thread look good.

--
David Cantrell <dcantrell redhat com>
Red Hat / Honolulu, HI


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]