Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Aug 2009 12:00:42 +0900
From:      Randy Bush <randy@psg.com>
To:        Andrew Snow <andrew@modulus.org>
Cc:        freebsd-fs <freebsd-fs@freebsd.org>
Subject:   Re: re-adding a replacement into a pool of mirrors
Message-ID:  <m263chkh0l.wl%randy@psg.com>
In-Reply-To: <4A8E0C80.9030908@modulus.org>
References:  <m2eir5khm7.wl%randy@psg.com> <4A8E0C80.9030908@modulus.org>

next in thread | previous in thread | raw e-mail | index | archive | help
> 1. zpool replace -f tank da1s3

# zpool replace -f tank da1s3
cannot replace da1s3 with da1s3: permission denied

> 2. zpool offline tank da1s3 ; zpool online tank da1s3

# zpool offline tank da1s3
cannot offline da1s3: no valid replicas

but tried anyway

# zpool online tank da1s3
warning: device 'da1s3' onlined, but remains in faulted state
use 'zpool replace' to replace devices that are no longer present

        NAME        STATE     READ WRITE CKSUM
        tank        DEGRADED     0     0     0
          mirror    DEGRADED     0     0     0
            da0s3   ONLINE       0     0     0
            da1s3   REMOVED      0     0     0

randy



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?m263chkh0l.wl%randy>