Bugzilla – Bug 7788
Remove workaround fix - 7718
Last modified: 2009-04-07 18:20:12 UTC
You need to log in before you can comment on or make changes to this bug.
bug 7718 is a workaround put in for 6804. Once 6804 (tracked in bugster as 6817316) is fixed, 7718 needs to be removed.
6817316 has been root caused and a prelim fix tested with good results. It is on track to being fixed and will most likely be included in a respin of build 111. At this time the fix for 7718 needs to be prepared for removal.
Backing out the changes for 7718
Fixed in changeset 515:a143d4b29f8f
I tested the following sparc and x86 AI image with the backout of bug 7718 plus the zfs fix for 6817316: indiana-build.central:/export/home/aalok/dc-build/media/ai_6804_cleanup_x86.iso and indiana-build-sp.central:/storage/public/aalok/dc-build/media/ai_6804_cleanup_sparc.iso On x86 machine with less than 700 MB, I still need to apply the workaround for bug 7758 to delete swap. With x86 machines with less than 700 MB, I confirmed that ufs swap slice is created and used during AI install. Before reboot, I also confirmed that /tmp/solaris.zlib is not corrupted. After reboot, I confirmed that ufs swap slice is used. With x86 machines with more than 700 MB, I confirmed that zfs swap vol is created and used during AI install. Before reboot, I also confirmed that /tmp/solaris.zlib is not corrupted. After reboot, I confirmed that zfs swap vol is used. On sparc machine with less than 700 MB, I still need to apply the workaround for bug 7758 to delete swap. With sparc machines with less than 700 MB, I confirmed that ufs swap slice is created and used during AI install. Before reboot, I also confirmed that /tmp/solaris.zlib is not corrupted. After reboot, I confirmed that ufs swap slice is used. With sparc machines with more than 700 MB, I confirmed that zfs swap vol is created and used during AI install. Before reboot, I also confirmed that /tmp/solaris.zlib is not corrupted. After reboot, I confirmed that zfs swap vol is used. This will be officially verified again when osol_111a is available for testing purpose.