Robert Milkowski wrote:
Hello zfs-discuss,


bash-3.00# zpool status nfs-s5-s6
  pool: nfs-s5-s6
 state: ONLINE
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: resilver in progress, 0.05% done, 1735h27m to go
config:

        NAME                                     STATE     READ WRITE CKSUM
        nfs-s5-s6                                ONLINE       0     0     1
          c4t600C0FF00000000009258F4855B59001d0  ONLINE       0     0     1

errors: No known data errors
bash-3.00# zpool scrub -s nfs-s5-s6
cannot scrub nfs-s5-s6: currently resilvering
bash-3.00# zpool scrub nfs-s5-s6
cannot scrub nfs-s5-s6: currently resilvering
bash-3.00# zpool scrub -s nfs-s5-s6
cannot scrub nfs-s5-s6: currently resilvering
bash-3.00#

bash-3.00# uname -a
SunOS XXXXXXXX 5.11 snv_43 sun4u sparc SUNW,Sun-Fire-V240
bash-3.00#


1. I haven't started scrub

Well, a resilver actually.  This can be kicked off automatically.
Did you just import this pool?

2. I can't stop it

By design.  See the man page:

         Because  scrubbing  and  resilvering  are  I/O-intensive
         operations, ZFS only allows one at a time. If a scrub is
         already in progress,  the  "zpool  scrub"  command  ter-
         minates  it  and starts a new scrub. If a resilver is in
         progress, ZFS does not allow a scrub to be started until
         the resilver completes.

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

Reply via email to