]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
Merge PR #41509 into master
authorSage Weil <sage@newdream.net>
Mon, 7 Jun 2021 14:02:52 +0000 (10:02 -0400)
committerSage Weil <sage@newdream.net>
Mon, 7 Jun 2021 14:02:52 +0000 (10:02 -0400)
commitb18427da4bb3f8094fd8e0cefbf24d0eb62f7c78
treead121c0c137be9ebfeaed31ea987239db313db8c
parentfac4e1a9af3c9a9e246b66adadb120161a5af190
parent6bd4df3573f645163d0f2d4212da9ae265389dd7
Merge PR #41509 into master

* refs/pull/41509/head:
common/cmdparse: fix CephBool validation for tell commands
mgr/nfs: fix 'nfs export create' argument order
common/cmdparse: emit proper json
mon/MonCommands: add -- seperator to example
qa/tasks/cephfs/test_nfs: fix export create test
mgr: make mgr commands compat with pre-quincy mon
doc/_ext/ceph_commands: handle non-positional args in docs
mgr: fix reweight-by-utilization cephbool flag
mon/MonCommands: convert some CephChoices to CephBool
mgr/k8sevents: fix help strings
pybind/mgr/mgr_module: fix help desc formatting
mgr/orchestrator: clean up 'orch {daemon add,apply} rgw' args
mgr/orchestrator: add end_positional to a few methods
mgr/orchestrator: reformat a few methods
pybind/ceph_argparse: stop parsing when we run out of positional args
pybind/ceph_argparse: remove dead code
pybind/mgr/mgr_module: infer non-positional args
pybind/mgr/mgr_module: add separator for non-positional args
command/cmdparse: use -- to separate positional from non-positional args
pybind/ceph_argparse: adjust help text for non-positional args
pybind/ceph_argparse: track a 'positional' property on cli args

Reviewed-by: Kefu Chai <kchai@redhat.com>
qa/tasks/cephfs/test_nfs.py
src/common/cmdparse.cc
src/common/cmdparse.h
src/mgr/DaemonServer.cc
src/mon/MgrMonitor.cc
src/mon/Monitor.cc
src/mon/MonmapMonitor.cc
src/mon/OSDMonitor.cc
src/pybind/mgr/mgr_module.py
src/pybind/mgr/nfs/module.py
src/pybind/mgr/orchestrator/module.py