I am tired of updating code that's not even in use anymore.
---
autopart.py | 23 -----------------------
1 files changed, 0 insertions(+), 23 deletions(-)
# find growable partitions
@@ -677,10 +660,6 @@ def growParts(diskset, requests, newParts):
# there aren't any drives with growable partitions, this is easy!
if not growable.keys():
return
-
-## print("new requests before looping")
-## printNewRequestsCyl(diskset, requests)
-## print("
")
# loop over all drives, grow all growable partitions one at a time
grownList = []
@@ -831,8 +810,6 @@ def growParts(diskset, requests, newParts):
inner_iter = 0
ret = PARTITION_SUCCESS # request succeeded with initial size
while (max != min) and (lastDiff != diff) and (inner_iter < 2000):
-## printNewRequestsCyl(diskset, newRequest)
-
# XXX need to request in sectors preferably, more accurate
## print("trying cur=%s" % cur)
request.requestSize = (cur*sectorSize)/1024.0/1024.0
--
1.6.1.3
_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/anaconda-devel-list