Fixes: http://tracker.ceph.com/issues/40568
Signed-off-by: Luca Castoro <luca.castoro@brightcomputing.com>
========
| **monmaptool** *mapfilename* [ --clobber ] [ --print ] [ --create ]
- [ --add *ip*:*port* *...* ] [ --rm *ip*:*port* *...* ]
+ [ --add *ip*:*port* *...* ] [ --addv [*protocol*:*ip*:*port*[,*...*] ] *...* ] [ --rm *ip*:*port* *...* ]
Description
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.