]> git.proxmox.com Git - ceph.git/blob - ceph/src/test/cli/ceph-kvstore-tool/help.t
d27fddc08446b65ba90d09561a0194efbf93762a
[ceph.git] / ceph / src / test / cli / ceph-kvstore-tool / help.t
1 $ ceph-kvstore-tool --help
2 Usage: ceph-kvstore-tool <leveldb|rocksdb|bluestore-kv> <store path> command [args...]
3
4 Commands:
5 list [prefix]
6 list-crc [prefix]
7 dump [prefix]
8 exists <prefix> [key]
9 get <prefix> <key> [out <file>]
10 crc <prefix> <key>
11 get-size [<prefix> <key>]
12 set <prefix> <key> [ver <N>|in <file>]
13 rm <prefix> <key>
14 rm-prefix <prefix>
15 store-copy <path> [num-keys-per-tx] [leveldb|rocksdb|...]
16 store-crc <path>
17 compact
18 compact-prefix <prefix>
19 compact-range <prefix> <start> <end>
20 destructive-repair (use only as last resort! may corrupt healthy data)
21