A majority of the time when the server is rebooted I get this on a zpool:

 pool: ipapool
 state: FAULTED
status: An intent log record could not be read.
        Waiting for adminstrator intervention to fix the faulted pool.
action: Either restore the affected device(s) and run 'zpool online',
        or ignore the intent log records by running 'zpool clear'.
   see: http://www.sun.com/msg/ZFS-8000-K4
 scrub: none requested
config:

        NAME        STATE     READ WRITE CKSUM
        ipapool     FAULTED      0     0     0  bad intent log
          raidz1    ONLINE       0     0     0
            c7t2d0  ONLINE       0     0     0
            c7t3d0  ONLINE       0     0     0
            c7t4d0  ONLINE       0     0     0


How is the intent log bad but none of the devices?

The only way I can find to clear it is by doing zpool clear ipapool which gives 
me this:
  pool: ipapool
 state: ONLINE
 scrub: none requested
config:

        NAME        STATE     READ WRITE CKSUM
        ipapool     ONLINE       0     0     0
          raidz1    ONLINE       0     0     0
            c7t2d0  ONLINE       0     0     0
            c7t3d0  ONLINE       0     0     0
            c7t4d0  ONLINE       0     0     0

errors: No known data errors


I then follow that by a scrub which gives me this:
  pool: ipapool
 state: ONLINE
 scrub: scrub completed after 0h1m with 0 errors on Sun Dec 13 17:44:05 2009
config:

        NAME        STATE     READ WRITE CKSUM
        ipapool     ONLINE       0     0     0
          raidz1    ONLINE       0     0     0
            c7t2d0  ONLINE       0     0     0  15K repaired
            c7t3d0  ONLINE       0     0     0
            c7t4d0  ONLINE       0     0     0

errors: No known data errors


Any thoughts on why this would be happening? or how to fix?  I don't see any 
errors reported by the raid controller?
-- 
This message posted from opensolaris.org
_______________________________________________
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Reply via email to