mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-22 17:35:59 +03:00
37 lines
1.2 KiB
Groff
37 lines
1.2 KiB
Groff
.TH CMIRRORD 8 "LVM TOOLS #VERSION#" "Red Hat Inc" \" -*- nroff -*-
|
|
.SH NAME
|
|
cmirrord \(em cluster mirror log daemon
|
|
|
|
.SH SYNOPSIS
|
|
\fBcmirrord\fR [\fB\-f\fR] [\fB\-h\fR]
|
|
|
|
.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 OPTIONS
|
|
.IP "\fB\-f\fR, \fB\-\-foreground\fR" 4
|
|
Do not fork and log to the terminal.
|
|
.IP "\fB\-h\fR, \fB\-\-help\fR" 4
|
|
Print usage.
|
|
|
|
.SH SEE ALSO
|
|
.BR lvm (8)
|
|
.BR clvmd (8)
|
|
.BR cluster.conf (5)
|