Date: Fri, 20 May 2011 01:25:51 +0200 From: Pawel Jakub Dawidek <pjd@FreeBSD.org> To: Freddie Cash <fjwcash@gmail.com> Cc: freebsd-fs@freebsd.org Subject: Re: HAST + ZFS self healing? Hot spares? Message-ID: <20110519232551.GG2100@garage.freebsd.pl> In-Reply-To: <BANLkTi=1psNnEOFxD1YEmuNAHRDyXBdBfw@mail.gmail.com> References: <85EC77D3-116E-43B0-BFF1-AE1BD71B5CE9@itassistans.se> <20110519181436.GB2100@garage.freebsd.pl> <4DD5A1CF.70807@itassistans.se> <20110519230921.GF2100@garage.freebsd.pl> <BANLkTi=1psNnEOFxD1YEmuNAHRDyXBdBfw@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
--yRA+Bmk8aPhU85Qt Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, May 19, 2011 at 04:22:57PM -0700, Freddie Cash wrote: > With HAST, there's only a couple of small changes needed: > - zpool offline poolname diskname <-- removes the /dev/hast node > from the pool > - hastctl role init diskname <-- removes the /dev/hast node > - remove dead disk > - insert new disk > - partition, label, etc as needed > - hastctl role create diskname <-- creates the hast resource > - hastctl role primary diskname <-- creates the new /dev/hast n= ode > - zpool replace poolname olddisk newdisk <-- adds the /dev/hast node to > pool > - wait for resilver to complete >=20 > The downside to this setup is that the data on the disk in the secondary > node is lost, as the resilver of the disk on the primary node recreates a= ll > the data on the secondary node. But, at least then you know the data is > good on both disks in the HAST resource. It shouldn't be the case. Primary HAST node should synchronize data from secondary HAST node, as primary has new disk. This should allow you to simply 'zpool online poolname disk' instead of replacing it. It doesn't work that way for you? --=20 Pawel Jakub Dawidek http://www.wheelsystems.com FreeBSD committer http://www.FreeBSD.org Am I Evil? Yes, I Am! http://yomoli.com --yRA+Bmk8aPhU85Qt Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.14 (FreeBSD) iEYEARECAAYFAk3Vpv8ACgkQForvXbEpPzRzYgCg0c70YunwrcHfbE9BGx7QvDAz pl8AnRZlWsk6AINDg6wREmHSWwyd/jNm =XkmN -----END PGP SIGNATURE----- --yRA+Bmk8aPhU85Qt--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20110519232551.GG2100>