Rescan disks when moving back through upgrade check (#635778)
NOTE: In the process of fixing this previously I lost track of the original
NOTE: bug and didn't restest with the original conditions (an upgrade).
NOTE: Give it a try with TC1.1 and http://bcl.fedorapeople.org/updates/635778.img
NOTE: Tested with F13 to F14 upgrade, with empty disk and with formatted disk
+ if anaconda.dir == DISPATCH_BACK:
+ # temporarily unset storage.clearPartType so that all devices will be
+ # found during storage reset
+ clearPartType = self.anaconda.storage.clearPartType
+ self.anaconda.storage.clearPartType = None
+ self.anaconda.storage.reset()
+ self.anaconda.storage.clearPartType = clearPartType
+
# we might get here after storage reset that obsoleted
# root device objects we had found
if not self.anaconda.rootParts:
--
1.7.2.3
_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/anaconda-devel-list