On Tue, Sep 4, 2012 at 8:35 PM, Magnus <[email protected]> wrote: > > On Sep 4, 2012, at 12:47 PM, Bob Friesenhahn wrote: >> >> I expect that this became available in oi_151a_prestable5 (however, >> oi_151a_prestable6 is out today!). > > I'm looking at http://dlc.openindiana.org/isos/ and it looks like 151a5 is > the latest available to the public right now.
"oi_151a_prestable6 AKA oi_151a6 is a bug and security fix release. This is not an ISO release." [1] Making an ISO image takes time, so tends to happen every 2-3 releases. You need to install prestable5 and then upgrade. [1] http://wiki.openindiana.org/oi/oi_151a_prestable6+Release+Notes > Does this require the end user to do anything special, or should it "just > work" when installing OI? Right now some other Illumos distros are not > handling these drives well at all yet. My drive is coming up as WDC > WD2002FAEX-0 revision 1D05. I don't think the drive's model number or revision will change with a system update. I don't know whether it detects sector size or simply uses ashift=12 always (using 4k data sectors on a 512b drive doesn't exactly have downsides). Either way it shouldn't require any manual user intervention. Some drives "behave" by reporting 4k sectors (not sure about yours specifically), and then even OI 151a (what I used) created a pool with ashift=12 when needed. root@openindiana:~# zdb -C rpool | grep ashift ashift: 9 root@openindiana:~# zdb -C tankz2 | grep ashift ashift: 12 root@openindiana:~# uname -a SunOS openindiana 5.11 oi_151a4 i86pc i386 i86pc Solaris Jan _______________________________________________ OpenIndiana-discuss mailing list [email protected] http://openindiana.org/mailman/listinfo/openindiana-discuss
