1CEPHFS-MIRROR(8) Ceph CEPHFS-MIRROR(8)
2
3
4
6 cephfs-mirror - Ceph daemon for mirroring CephFS snapshots
7
9 cephfs-mirror
10
11
13 cephfs-mirror is a daemon for asynchronous mirroring of Ceph Filesystem
14 snapshots among Ceph clusters.
15
16 It connects to remote clusters via libcephfs, relying on default search
17 paths to find ceph.conf files, i.e. /etc/ceph/$cluster.conf where
18 $cluster is the human-friendly name of the cluster.
19
21 -c ceph.conf, --conf=ceph.conf
22 Use ceph.conf configuration file instead of the default
23 /etc/ceph/ceph.conf to determine monitor addresses during
24 startup.
25
26 -i ID, --id ID
27 Set the ID portion of name for cephfs-mirror
28
29 -n TYPE.ID, --name TYPE.ID
30 Set the rados user name (eg. client.mirror)
31
32 --cluster NAME
33 Set the cluster name (default: ceph)
34
35 -d Run in foreground, log to stderr
36
37 -f Run in foreground, log to usual location
38
40 cephfs-mirror is part of Ceph, a massively scalable, open-source, dis‐
41 tributed storage system. Please refer to the Ceph documentation at
42 http://ceph.com/docs for more information.
43
45 ceph(8)
46
48 2010-2022, Inktank Storage, Inc. and contributors. Licensed under Cre‐
49 ative Commons Attribution Share Alike 3.0 (CC-BY-SA-3.0)
50
51
52
53
54dev Jun 22, 2022 CEPHFS-MIRROR(8)