Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Oct 2008 15:31:01 +0200 (CEST)
From:      Wojciech Puchar <wojtek@wojtek.tensor.gdynia.pl>
To:        Carl <k0802647@telus.net>
Cc:        freebsd-questions@freebsd.org
Subject:   re: Setting up gmirror
Message-ID:  <20081022153034.L2152@wojtek.tensor.gdynia.pl>
In-Reply-To: <48FE709D.9080907@telus.net>
References:  <48FE709D.9080907@telus.net>

next in thread | previous in thread | raw e-mail | index | archive | help
>>>     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 <very large value> 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20081022153034.L2152>