Lines Matching +full:8 +full:- +full:way
1 .\" Copyright (c) 2004-2009 Pawel Jakub Dawidek <pjd@FreeBSD.org>
21 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
26 .Dt GMIRROR 8
34 .Bd -ragged -offset indent
41 .Bd -literal -offset indent
142 utility uses on-disk metadata (stored in the provider's last sector) to store all needed
150 .Bl -tag -width ".Cm deactivate"
162 .Bl -tag -width ".Fl b Ar balance"
165 .Bl -tag -width ".Cm round-robin"
171 .It Cm round-robin
172 Use round-robin algorithm when choosing component to read.
197 but creates mirror without storing on-disk metadata in last sector.
199 mirror detection after reboot, device hot-plug and other external events.
204 .Bl -tag -width ".Fl p Ar priority"
236 .Bl -tag -width ".Fl s Ar size"
246 .Bl -tag -width ".Fl p Ar priority"
265 .Bl -tag -width ".Fl f"
278 .Bl -tag -width ".Fl f"
286 .Xr geom 8 .
289 .Xr geom 8 .
292 .Xr geom 8 .
295 .Xr geom 8 .
299 .Bl -tag -width ".Fl v"
311 .Bd -literal -offset indent
312 gmirror label -v -b split -s 2048 data da0 da1 da2
325 .Bd -literal -offset indent
326 gmirror label -v -b round-robin data da0
332 .Bd -literal -offset indent
333 gmirror label -v -n -b load data da0 da1
340 .Bd -literal -offset indent
348 .Bd -literal -offset indent
356 .Xr sysctl 8
358 .Bl -tag -width indent
389 increases the number of non-sequential writes to the disk being synchronized.
402 balance algorithm is used (that way
406 .Xr rc 8
410 .Bd -literal -offset indent
411 gmirror configure -b prefer data
415 .Xr rcorder 8
417 .Xr savecore 8 .
420 .Xr rc.local 8 :
421 .Bd -literal -offset indent
422 gmirror configure -b round-robin data
426 .Xr dumpon 8
430 .Xr savecore 8
437 .Xr dumpon 8 ,
438 .Xr geom 8 ,
439 .Xr mount 8 ,
440 .Xr newfs 8 ,
441 .Xr savecore 8 ,
442 .Xr sysctl 8 ,
443 .Xr umount 8
452 There should be a way to change a component's priority inside a running mirror.