From: Luca Castoro Date: Thu, 27 Jun 2019 13:58:06 +0000 (+0200) Subject: doc/man/8/monmaptool: document the `--addv` argument. X-Git-Tag: v15.1.0~1750^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F28819%2Fhead;p=ceph.git doc/man/8/monmaptool: document the `--addv` argument. Fixes: http://tracker.ceph.com/issues/40568 Signed-off-by: Luca Castoro --- diff --git a/doc/man/8/monmaptool.rst b/doc/man/8/monmaptool.rst index 9971b558fa0c..e5b6ea8ae098 100644 --- a/doc/man/8/monmaptool.rst +++ b/doc/man/8/monmaptool.rst @@ -10,7 +10,7 @@ Synopsis ======== | **monmaptool** *mapfilename* [ --clobber ] [ --print ] [ --create ] - [ --add *ip*:*port* *...* ] [ --rm *ip*:*port* *...* ] + [ --add *ip*:*port* *...* ] [ --addv [*protocol*:*ip*:*port*[,*...*] ] *...* ] [ --rm *ip*:*port* *...* ] Description @@ -66,6 +66,10 @@ Options will add a monitor with the specified ip:port to the map. +.. option:: --addv name [protocol:ip:port[,...]] + + will add a monitor with the specified version:ip:port to the map. + .. option:: --rm name will remove the monitor with the specified ip:port from the map.