Date: Sat, 21 Apr 2007 23:42:32 +0200 From: Pierre-Francois LAURAND <lists@lrnx.ath.cx> To: freebsd-geom@freebsd.org Subject: gmirror name conflict Message-ID: <462A8548.3080505@lrnx.ath.cx>
next in thread | raw e-mail | index | archive | help
Hi, I'm looking for the right way to migrate a couple of gmirrored drives ( gm0 ) from one box to another one with an already configured gmirror : gm0, too. My goal is just to rename gm0 from the original box to gm1 on the new one, keeping datas of the mirror. Here is the way I consider to follow : old# gmirror desactivate gm0 /dev/da0s2 old# gmirror desactivate gm0 /dev/da1s2 ... new# gmirror label -n gm1 /dev/da2s2 new# gmirror insert gm1 /dev/da3s2 new# gmirror configure -a gm1 Can I be sure to keep my mirrored datas clean following these steps ? -- pfl
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?462A8548.3080505>