summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--autopart.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/autopart.py b/autopart.py
index 148a34bc4..657b364d8 100644
--- a/autopart.py
+++ b/autopart.py
@@ -543,6 +543,7 @@ def growParts(diskset, requests, newParts):
# binary search
# print "start min, max, cur, diffs = ",min,max,cur,diff,lastDiff
inner_iter = 0
+ ret = PARTITION_SUCCESS # request succeeded with initial size
while (max != min) and (lastDiff != diff) and (inner_iter < 2000):
# printNewRequestsCyl(diskset, newRequest)