Hi,

After upgrading to b95 of OSOL/Indiana, and doing a ZFS upgrade to the newer
revision, all arrays I have using ZFS mirroring are displaying errors. This
started happening immediately after ZFS upgrades. Here is an example:

[EMAIL PROTECTED]:~$ zpool status
  pool: rpool
 state: DEGRADED
status: One or more devices has experienced an unrecoverable error.  An
        attempt was made to correct the error.  Applications are unaffected.
action: Determine if the device needs to be replaced, and clear the errors
        using 'zpool clear' or replace the device with 'zpool replace'.
   see: http://www.sun.com/msg/ZFS-8000-9P
 scrub: scrub completed after 0h12m with 6 errors on Wed Aug 20 06:26:33
2008
config:

        NAME        STATE     READ WRITE CKSUM
        rpool       DEGRADED     0     0    12
          mirror    DEGRADED     0     0    12
            c6d0s0  DEGRADED     0     0    24  too many errors
            c7d0s0  DEGRADED     0     0    24  too many errors

errors: No known data errors
[EMAIL PROTECTED]:~$

[EMAIL PROTECTED]:~$ zpool get all rpool
NAME   PROPERTY     VALUE                     SOURCE
rpool  size         137G                      -
rpool  used         21.0G                     -
rpool  available    116G                      -
rpool  capacity     15%                       -
rpool  altroot      -                         default
rpool  health       DEGRADED                  -
rpool  guid         10397084409580638341      -
rpool  version      11                        default
rpool  bootfs       rpool/ROOT/opensolaris-4  local
rpool  delegation   on                        default
rpool  autoreplace  off                       default
rpool  cachefile    -                         default
rpool  failmode     wait                      default
[EMAIL PROTECTED]:~$

[EMAIL PROTECTED]:~$ pfexec prtvtoc /dev/rdsk/c6d0s0
* /dev/rdsk/c6d0s0 partition map
*
* Dimensions:
*     512 bytes/sector
*      63 sectors/track
*     255 tracks/cylinder
*   16065 sectors/cylinder
*   18240 cylinders
*   18238 accessible cylinders
*
* Flags:
*   1: unmountable
*  10: read-only
*
*                          First     Sector    Last
* Partition  Tag  Flags    Sector     Count    Sector  Mount Directory
       0      2    00    4209030 288784440 292993469
       1      3    01      16065   4192965   4209029
       2      5    01          0 292993470 292993469
       8      1    01          0     16065     16064
[EMAIL PROTECTED]:~$ pfexec prtvtoc /dev/rdsk/c7d0s0
* /dev/rdsk/c7d0s0 partition map
*
* Dimensions:
*     512 bytes/sector
*      63 sectors/track
*     255 tracks/cylinder
*   16065 sectors/cylinder
*   18240 cylinders
*   18238 accessible cylinders
*
* Flags:
*   1: unmountable
*  10: read-only
*
*                          First     Sector    Last
* Partition  Tag  Flags    Sector     Count    Sector  Mount Directory
       0      2    00    4209030 288784440 292993469
       1      3    01      16065   4192965   4209029
       2      5    01          0 292993470 292993469
       8      1    01          0     16065     16064
[EMAIL PROTECTED]:~$

These are root pools, and this is the method in which they were created:

#1 - Partition first drive during installation.
#2 - Once OSOL was installed: prtvtoc /dev/rdsk/c6d0s0 | fmthard -s -
/dev/rdsk/c7d0s0
#3 - zpool attach rpool c6d0s0 c7d0s0
#4 - installgrub /boot/grub/stage1 /boot/grub/stage2 /dev/rdsk/c6d0s0
#5 - installgrub /boot/grub/stage1 /boot/grub/stage2 /dev/rdsk/c7d0s0

Anybody have any ideas? I'd blame failing hardware, but this started
happening on 3 different machines, immediately following the versioin
upgrade (it prompted me to upgrade my pools and I did.) I thought there
might be a problem, so I detached the secondary drives on all systems, and
performed the steps above listed again. Still having errors. Please let me
know what other data would be useful for you, and I'll provide it, I'm
interested in getting this resolved as soon as possible.

Cheers,
David
_______________________________________________
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Reply via email to