aboutsummaryrefslogtreecommitdiff
path: root/sbin/geom/class/mirror/gmirror.8
diff options
context:
space:
mode:
authorPawel Jakub Dawidek <pjd@FreeBSD.org>2006-11-01 22:51:49 +0000
committerPawel Jakub Dawidek <pjd@FreeBSD.org>2006-11-01 22:51:49 +0000
commit501250ba603416801fab0c9808279d2f54fcb648 (patch)
tree97b3734a2b0b5f3ef52ead534f66a992a2f04c67 /sbin/geom/class/mirror/gmirror.8
parentaee5398c294c637aec69daf583cf55db009ffdce (diff)
downloadsrc-501250ba603416801fab0c9808279d2f54fcb648.tar.gz
src-501250ba603416801fab0c9808279d2f54fcb648.zip
Now, that we have gjournal in the tree add possibility to configure
gmirror and graid3 in a way that it is not resynchronized after a power failure or system crash. It is safe when gjournal is running on top of gmirror/graid3.
Notes
Notes: svn path=/head/; revision=163888
Diffstat (limited to 'sbin/geom/class/mirror/gmirror.8')
-rw-r--r--sbin/geom/class/mirror/gmirror.812
1 files changed, 10 insertions, 2 deletions
diff --git a/sbin/geom/class/mirror/gmirror.8 b/sbin/geom/class/mirror/gmirror.8
index a58212cae735..4d62f728a5e5 100644
--- a/sbin/geom/class/mirror/gmirror.8
+++ b/sbin/geom/class/mirror/gmirror.8
@@ -33,7 +33,7 @@
.Sh SYNOPSIS
.Nm
.Cm label
-.Op Fl hnv
+.Op Fl Fhnv
.Op Fl b Ar balance
.Op Fl s Ar slice
.Ar name
@@ -44,7 +44,7 @@
.Ar prov ...
.Nm
.Cm configure
-.Op Fl adhnv
+.Op Fl adfFhnv
.Op Fl b Ar balance
.Op Fl s Ar slice
.Ar name
@@ -142,6 +142,9 @@ Split read requests, which are bigger than or equal to slice size on N pieces,
where N is the number of active components.
This is the default balance algorithm.
.El
+.It Fl F
+Do not synchronize after a power failure or system crash.
+Assumes device is in consistent state.
.It Fl h
Hardcode providers' names in metadata.
.It Fl n
@@ -167,6 +170,11 @@ Turn on autosynchronization of stale components.
Specifies balance algorithm to use.
.It Fl d
Do not hardcode providers' names in metadata.
+.It Fl f
+Synchronize device after a power failure or system crash.
+.It Fl F
+Do not synchronize after a power failure or system crash.
+Assumes device is in consistent state.
.It Fl h
Hardcode providers' names in metadata.
.It Fl n