summaryrefslogtreecommitdiffstats
path: root/man/cmirrord.8.in
blob: 035fa43a410fdff18ca31b3214c17c3d09d16ccb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
.TH CMIRRORD 8 "LVM TOOLS #VERSION#" "Red Hat Inc" \" -*- nroff -*-
.SH NAME
cmirrord \- cluster mirror log daemon

.SH SYNOPSIS
.B cmirrord

.SH DESCRIPTION
cmirrord is the daemon that tracks mirror log information in a cluster.
It is specific to device-mapper based mirrors (and by extension, LVM
cluster mirrors).  Cluster mirrors are not possible without this daemon
running.

This daemon relies on the cluster infrastructure provided by the
Cluster MANager (CMAN), which must be set up and running in order for
cmirrord to function.  (The cluster infrastructure is also required for
clvmd.)

Output is logged via syslog.  The USR1 signal can be issued to cmirrord
to gather current status information for debugging purposes.

Once started, cmirrord will run until it is shutdown via INT signal.  If
there are still active cluster mirrors, however, the signal will be
ignored.  Active cluster mirrors should be shutdown before stopping the
cluster mirror log daemon.

.SH SEE ALSO
.BR lvm (8)
.BR clvmd (8)
.BR cluster.conf (5)