From owner-freebsd-stable@FreeBSD.ORG Mon Mar 2 06:14:46 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 50D36106566B for ; Mon, 2 Mar 2009 06:14:46 +0000 (UTC) (envelope-from andrew@modulus.org) Received: from email.octopus.com.au (email.octopus.com.au [122.100.2.232]) by mx1.freebsd.org (Postfix) with ESMTP id 1274B8FC17 for ; Mon, 2 Mar 2009 06:14:45 +0000 (UTC) (envelope-from andrew@modulus.org) Received: by email.octopus.com.au (Postfix, from userid 1002) id 9B7CC17E68; Mon, 2 Mar 2009 17:14:52 +1100 (EST) X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on email.octopus.com.au X-Spam-Level: X-Spam-Status: No, score=-1.4 required=10.0 tests=ALL_TRUSTED autolearn=failed version=3.2.3 Received: from [10.1.50.60] (ppp121-44-9-159.lns10.syd7.internode.on.net [121.44.9.159]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: admin@email.octopus.com.au) by email.octopus.com.au (Postfix) with ESMTP id 8352917E3D; Mon, 2 Mar 2009 17:14:48 +1100 (EST) Message-ID: <49AB78D1.4090000@modulus.org> Date: Mon, 02 Mar 2009 17:12:33 +1100 From: Andrew Snow User-Agent: Thunderbird 2.0.0.14 (X11/20080523) MIME-Version: 1.0 To: "Aryeh M. Friedman" References: <49AB66A4.4030509@gmail.com> In-Reply-To: <49AB66A4.4030509@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-stable@freebsd.org Subject: Re: gmirror does not initialize properally X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Mar 2009 06:14:46 -0000 Perhaps you used "gmirror configure" instead of "gmirror label" when you created the gmirror? You need to use "label" mode to actually save the configuration to disks for use on next bootup. - Andrew