From owner-freebsd-questions@FreeBSD.ORG Wed Oct 22 13:31:07 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 25561106567F for ; Wed, 22 Oct 2008 13:31:07 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (wojtek.tensor.gdynia.pl [IPv6:2001:4070:101:2::1]) by mx1.freebsd.org (Postfix) with ESMTP id 2A1A28FC2C for ; Wed, 22 Oct 2008 13:31:05 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (localhost [IPv6:::1]) by wojtek.tensor.gdynia.pl (8.14.3/8.14.2) with ESMTP id m9MDV2xS002247; Wed, 22 Oct 2008 15:31:02 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.14.3/8.14.2/Submit) with ESMTP id m9MDV198002241; Wed, 22 Oct 2008 15:31:02 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Wed, 22 Oct 2008 15:31:01 +0200 (CEST) From: Wojciech Puchar To: Carl In-Reply-To: <48FE709D.9080907@telus.net> Message-ID: <20081022153034.L2152@wojtek.tensor.gdynia.pl> References: <48FE709D.9080907@telus.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-questions@freebsd.org Subject: re: Setting up gmirror X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Oct 2008 13:31:07 -0000 >>> disk will be overwritten). Add another disk to this mirror, so it >>> will >>> be synchronized with existing disk: >>> >>> gmirror label -v -b round-robin data da0 >> >> add -s like -s 1048576 to prevent splitting one request >> on 2 disks. > > I thought the -s option was only applicable when using "-b split" for the > balancing algorithm. Does "round-robin" not mean simply alternating between > the two disks without ever splitting requests? no. it means for example with -s 65536 and 1MB request - it will split this request on 2 disks