From 65d2c49943cb07b92ecb9f408fa2ac81e333120e Mon Sep 17 00:00:00 2001 From: Tommi Virtanen Date: Fri, 23 Sep 2011 13:39:05 -0700 Subject: [PATCH] doc: Leftovers of the c* -> ceph-* rename. Signed-off-by: Tommi Virtanen --- doc/man/8/ceph-mds.rst | 2 +- doc/man/8/ceph-mon.rst | 17 +++++++++-------- doc/man/8/mount.ceph.rst | 3 ++- 3 files changed, 12 insertions(+), 10 deletions(-) diff --git a/doc/man/8/ceph-mds.rst b/doc/man/8/ceph-mds.rst index 8383bca0bd455..bba5e30cc1966 100644 --- a/doc/man/8/ceph-mds.rst +++ b/doc/man/8/ceph-mds.rst @@ -2,7 +2,7 @@ ceph-mds -- ceph metadata server daemon ===================================== -.. program:: cmds +.. program:: ceph-mds Synopsis ======== diff --git a/doc/man/8/ceph-mon.rst b/doc/man/8/ceph-mon.rst index 9430017a334a9..22c7137cf0c72 100644 --- a/doc/man/8/ceph-mon.rst +++ b/doc/man/8/ceph-mon.rst @@ -2,21 +2,21 @@ ceph-mon -- ceph monitor daemon ============================= -.. program:: cmon +.. program:: ceph-mon Synopsis ======== -| **cmon** -i *monid* [ --mon-data *mondatapath* ] +| **ceph-mon** -i *monid* [ --mon-data *mondatapath* ] Description =========== -**cmon** is the cluster monitor daemon for the Ceph distributed file -system. One or more instances of **cmon** form a Paxos part-time -parliament cluster that provides extremely reliable and durable -storage of cluster membership, configuration, and state. +**ceph-mon** is the cluster monitor daemon for the Ceph distributed +file system. One or more instances of **ceph-mon** form a Paxos +part-time parliament cluster that provides extremely reliable and +durable storage of cluster membership, configuration, and state. The *mondatapath* refers to a directory on a local file system storing monitor data. It is normally specified via the ``mon data`` option in @@ -44,8 +44,9 @@ Options Availability ============ -**cmon** is part of the Ceph distributed file system. Please refer to -the Ceph wiki at http://ceph.newdream.net/wiki for more information. +**ceph-mon** is part of the Ceph distributed file system. Please refer +to the Ceph wiki at http://ceph.newdream.net/wiki for more +information. See also diff --git a/doc/man/8/mount.ceph.rst b/doc/man/8/mount.ceph.rst index 28ecb1d61f9b8..799e5d3949855 100644 --- a/doc/man/8/mount.ceph.rst +++ b/doc/man/8/mount.ceph.rst @@ -125,7 +125,8 @@ If there are multiple monitors:: mount.ceph monhost1,monhost2,monhost3:/ /mnt/foo -If cmon(8) is running on a non-standard port:: +If :doc:`ceph-mon `\(8) is running on a non-standard +port:: mount.ceph monhost1:7000,monhost2:7000,monhost3:7000:/ /mnt/foo -- 2.39.5