summaryrefslogtreecommitdiffstats
path: root/sbin/hastd
diff options
context:
space:
mode:
authorjoel <joel@FreeBSD.org>2015-01-04 12:49:24 +0000
committerjoel <joel@FreeBSD.org>2015-01-04 12:49:24 +0000
commit25191d060528d8aecf7c3b7d586f12103bddba69 (patch)
treeb814e7347d38ae2bf4dac15cc69da81f87c94978 /sbin/hastd
parent31f04f6cc40520875e35767967c98404f4bbaba8 (diff)
downloadFreeBSD-src-25191d060528d8aecf7c3b7d586f12103bddba69.zip
FreeBSD-src-25191d060528d8aecf7c3b7d586f12103bddba69.tar.gz
mdoc: paragraph improvements.
Diffstat (limited to 'sbin/hastd')
-rw-r--r--sbin/hastd/hast.conf.510
1 files changed, 1 insertions, 9 deletions
diff --git a/sbin/hastd/hast.conf.5 b/sbin/hastd/hast.conf.5
index c7e2e33..9267e36 100644
--- a/sbin/hastd/hast.conf.5
+++ b/sbin/hastd/hast.conf.5
@@ -270,39 +270,33 @@ program is executed with:
.It Ic "<path> role <resource> <oldrole> <newrole>"
.Pp
Executed on both primary and secondary nodes when resource role is changed.
-.Pp
.It Ic "<path> connect <resource>"
.Pp
Executed on both primary and secondary nodes when connection for the given
resource between the nodes is established.
-.Pp
.It Ic "<path> disconnect <resource>"
.Pp
Executed on both primary and secondary nodes when connection for the given
resource between the nodes is lost.
-.Pp
.It Ic "<path> syncstart <resource>"
.Pp
Executed on primary node when synchronization process of secondary node is
started.
-.Pp
.It Ic "<path> syncdone <resource>"
.Pp
Executed on primary node when synchronization process of secondary node is
completed successfully.
-.Pp
.It Ic "<path> syncintr <resource>"
.Pp
Executed on primary node when synchronization process of secondary node is
interrupted, most likely due to secondary node outage or connection failure
between the nodes.
-.Pp
.It Ic "<path> split-brain <resource>"
.Pp
Executed on both primary and secondary nodes when split-brain condition is
detected.
-.Pp
.El
+.Pp
The
.Aq path
argument should contain full path to executable program.
@@ -330,7 +324,6 @@ It can be one of:
.Ar init ,
.Ar secondary ,
.Ar primary .
-.Pp
.It Ic metaflush on | off
.Pp
When set to
@@ -349,7 +342,6 @@ will disable
automatically.
The default value is
.Va on .
-.Pp
.It Ic name Aq name
.Pp
GEOM provider name that will appear as
OpenPOWER on IntegriCloud