Date: Thu, 18 Jun 2009 15:19:00 -0700 From: Randy Bush <randy@psg.com> To: freebsd-fs <freebsd-fs@freebsd.org> Subject: adding drive to raidz1 Message-ID: <m2bpol6v8r.wl%randy@psg.com>
next in thread | raw e-mail | index | archive | help
so, i made the jet-lagged mistake of saying # zpool add tank ad7s1 and got the following # zpool status pool: tank state: ONLINE scrub: none requested config: NAME STATE READ WRITE CKSUM tank ONLINE 0 0 0 raidz1 ONLINE 0 0 0 ad4s3 ONLINE 0 0 0 ad5s3 ONLINE 0 0 0 ad6s1 ONLINE 0 0 0 ad7s1 ONLINE 0 0 0 when i wanted to add it to the raidz1. # zpool remove tank ad7s1 cannot remove ad7s1: only inactive hot spares or cache devices can be removed # zpool offline tank ad7s1 cannot offline ad7s1: no valid replicas how do i pry it off of the pool and stick it into the raidz1? thanks randy
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?m2bpol6v8r.wl%randy>