summaryrefslogtreecommitdiff
path: root/doc/man
diff options
context:
space:
mode:
authorSage Weil <sage.weil@dreamhost.com>2011-11-12 13:16:30 -0800
committerSage Weil <sage.weil@dreamhost.com>2011-11-12 13:16:30 -0800
commit8e150fb496a47b4fc1847001e780a59854d360fb (patch)
tree66fe08abbc7ac5de356d1a69135fc17c0983b309 /doc/man
parentb51d817e23618094162ee9d3e17520ed71b18751 (diff)
downloadceph-8e150fb496a47b4fc1847001e780a59854d360fb.tar.gz
mon: add '--fsid foo' arg for setting generated monmap fsid
Signed-off-by: Sage Weil <sage.weil@dreamhost.com>
Diffstat (limited to 'doc/man')
-rw-r--r--doc/man/8/monmaptool.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/man/8/monmaptool.rst b/doc/man/8/monmaptool.rst
index 924c66a962c..52ec475cc04 100644
--- a/doc/man/8/monmaptool.rst
+++ b/doc/man/8/monmaptool.rst
@@ -52,6 +52,10 @@ Options
will remove the monitor with the specified ip:port from the map.
+.. option:: --fsid uuid
+
+ will set the fsid to the given uuid. If not specified with --create, a random fsid will be generated.
+
Example
=======