From: Matan Breizman Date: Mon, 9 Oct 2023 13:43:28 +0000 (+0000) Subject: doc/man/8/ceph-monstore-tool.rst: doc fixes X-Git-Tag: v19.0.0~102^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=42f94dd88fab7d46fb7478ab911c9882b124af86;p=ceph.git doc/man/8/ceph-monstore-tool.rst: doc fixes Signed-off-by: Matan Breizman --- diff --git a/doc/man/8/ceph-monstore-tool.rst b/doc/man/8/ceph-monstore-tool.rst index 9396df0b605..02700a50b22 100644 --- a/doc/man/8/ceph-monstore-tool.rst +++ b/doc/man/8/ceph-monstore-tool.rst @@ -18,13 +18,13 @@ Description :program:`ceph-monstore-tool` is used to manipulate MonitorDBStore's data (monmap, osdmap, etc.) offline. It is similar to `ceph-kvstore-tool`. -The default RocksDB debug level is `0`. This can be changed using `--debug`. - Note: Ceph-specific options take the format `--option-name=VAL` DO NOT FORGET THE EQUALS SIGN. ('=') + for example, `dump-keys --debug-rocksdb=0` + Command-specific options must be passed after a `--` - for example, `get monmap --debug -- --version 10 --out /tmp/foo` + for example, `get monmap -- --version 10 --out /tmp/foo` Commands ======== @@ -49,8 +49,11 @@ Commands :command:`get crushmap [-- options]` Get crushmap (version VER if specified) (default: last committed). -:command:`get osd_snap [-- options]` - Get osd_snap key (`purged_snap` or `purged_epoch`). +:command:`get-key [-- options]` + Get key to FILE (default: stdout). + +:command:`remove-key [-- options]` + Remove key. :command:`dump-keys` Dump store keys to FILE (default: stdout). @@ -73,9 +76,6 @@ Commands :command:`rebuild` Rebuild store. -:command:`rm ` - Remove specified key from the store. - Availability ============