Bug 7788 - Remove workaround fix - 7718
: Remove workaround fix - 7718
Status: RESOLVED FIXED
Product: installer
autoinstall
: unspecified
: Other Solaris
: P2 major (vote)
: 2009.1H
Assigned To: Alok Aggarwal
:
:
: 2009.06-03
:
:
: 6372
  Show dependency treegraph
 
Reported: 2009-03-30 07:10 UTC by Ethan Quach
Modified: 2009-04-07 18:20 UTC (History)
4 users (show)

See Also:


Attachments


Note

You need to log in before you can comment on or make changes to this bug.


Description Ethan Quach 2009-03-30 07:10:41 UTC
bug 7718 is a workaround put in for 6804.  Once 6804 (tracked in
bugster as 6817316) is fixed, 7718 needs to be removed.
Comment 1 Alok Aggarwal 2009-04-03 08:57:09 UTC
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.
Comment 2 Alok Aggarwal 2009-04-07 08:14:58 UTC
Backing out the changes for 7718
Comment 3 Alok Aggarwal 2009-04-07 08:31:08 UTC
Fixed in changeset 515:a143d4b29f8f
Comment 4 Mary Ding 2009-04-07 18:20:12 UTC
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.