mirror of
https://github.com/ceph/ceph
synced 2024-12-22 19:34:30 +00:00
2ceff9eb4e
not "--<option-name> <value>', otherwise `ceph-authtool` would error out: $ CEPH_ARGS='--osd-map-max-advance 1000' bin/ceph-authtool --gen-print-key bin/ceph-authtool: unexpected '1000' usage: ceph-authtool keyringfile [OPTIONS]... .... but using the syntax of `--<option-name>=<value>', it works: $ CEPH_ARGS='--osd-map-max-advance=1000' bin/ceph-authtool --gen-print-key AQBAhTNamf5+ABAASkAp/6IGq7LkUTEOMp/fgw== Signed-off-by: Kefu Chai <kchai@redhat.com> |
||
---|---|---|
.. | ||
osd-bench.sh | ||
osd-config.sh | ||
osd-copy-from.sh | ||
osd-dup.sh | ||
osd-fast-mark-down.sh | ||
osd-markdown.sh | ||
osd-reactivate.sh | ||
osd-rep-recov-eio.sh | ||
osd-reuse-id.sh |