summaryrefslogtreecommitdiff
path: root/doc/man
diff options
context:
space:
mode:
authorSage Weil <sage@inktank.com>2012-05-22 17:13:28 -0700
committerSage Weil <sage@inktank.com>2012-05-22 17:13:28 -0700
commit55c21de537947c1bd346e57f52f37ea6a4e09237 (patch)
treec14ea2043c1f80c51da83add250cb42e43dcd84b /doc/man
parentff64818f1c3b3c2d0cd45908fa47e546c8ed7efa (diff)
parentd7a8084b4c6f50d019929894ac5b00c703304d66 (diff)
downloadceph-55c21de537947c1bd346e57f52f37ea6a4e09237.tar.gz
Merge branch 'wip-quorum'
Diffstat (limited to 'doc/man')
-rw-r--r--doc/man/8/monmaptool.rst16
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/man/8/monmaptool.rst b/doc/man/8/monmaptool.rst
index 52ec475cc04..95b4610a749 100644
--- a/doc/man/8/monmaptool.rst
+++ b/doc/man/8/monmaptool.rst
@@ -44,6 +44,22 @@ Options
will create a new monitor map with a new UUID (and with it, a new,
empty Ceph file system).
+.. option:: --generate
+
+ generate a new monmap based on the values on the command line or specified
+ in the ceph configuration. This is, in order of preference,
+
+ #. ``--monmap filename`` to specify a monmap to load
+ #. ``--mon-host 'host1,ip2'`` to specify a list of hosts or ip addresses
+ #. ``[mon.foo]`` sections containing ``mon addr`` settings in the config
+
+.. option:: --filter-initial-members
+
+ filter the initial monmap by applying the ``mon initial members``
+ setting. Monitors not present in that list will be removed, and
+ initial members not present in the map will be added with dummy
+ addresses.
+
.. option:: --add name ip:port
will add a monitor with the specified ip:port to the map.