[PATCH 2/9] Clear partitions before scheduling requests.

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

 



Otherwise, our scheduling requests will get purged by the action loop
detector.
---
 kickstart.py |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/kickstart.py b/kickstart.py
index 9c106a3..b22c5ef 100644
--- a/kickstart.py
+++ b/kickstart.py
@@ -18,6 +18,8 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 
+from storage.partitioning import clearPartitions
+
 from errors import *
 import iutil
 import isys
@@ -243,6 +245,8 @@ class ClearPart(commands.clearpart.FC3_ClearPart):
         if self.initAll:
             self.handler.id.storage.reinitializeDisks = self.initAll
 
+        clearPartitions(self.handler.id.storage)
+
         return retval
 
 class Firewall(commands.firewall.F10_Firewall):
-- 
1.6.1.3

_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/anaconda-devel-list

[Index of Archives]     [Kickstart]     [Fedora Users]     [Fedora Legacy List]     [Fedora Maintainers]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]
  Powered by Linux