]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/man/8/monmaptool: document the `--addv` argument. 28819/head
authorLuca Castoro <luca.castoro@brightcomputing.com>
Thu, 27 Jun 2019 13:58:06 +0000 (15:58 +0200)
committerKefu Chai <kchai@redhat.com>
Tue, 27 Aug 2019 09:47:13 +0000 (17:47 +0800)
Fixes: http://tracker.ceph.com/issues/40568
Signed-off-by: Luca Castoro <luca.castoro@brightcomputing.com>
doc/man/8/monmaptool.rst

index 9971b558fa0c138c79913730a7beb15a4f2f5f00..e5b6ea8ae0983f14b07d8d831124bfa696611053 100644 (file)
@@ -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.