7076343 AI fails in snv_172 in the target-discovery phase
authorDrew Fisher <drew.fisher@oracle.com>
Mon, 08 Aug 2011 14:21:15 -0600
changeset 1376 1586eba25902
parent 1375 a32740f8fe7d
child 1377 51a448c0a1b5
7076343 AI fails in snv_172 in the target-discovery phase
usr/src/lib/install_target/controller.py
--- a/usr/src/lib/install_target/controller.py	Mon Aug 08 09:19:05 2011 -0700
+++ b/usr/src/lib/install_target/controller.py	Mon Aug 08 14:21:15 2011 -0600
@@ -542,7 +542,7 @@
         if disk.label == "VTOC" and not self._dry_run:
             # look for this disk in the DISCOVERED target tree to see if the
             # label changed from EFI to VTOC
-            for discovered_disk in self._discovered_disks:
+            for discovered_disk in self.discovered_disks:
                 if disk.ctd == discovered_disk.ctd:
                     if discovered_disk.label == "GPT":
                         # we need to reset the label