]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
pybind/mgr: add a `one-shot` parameter to send_command
authorLeonid Usov <leonid.usov@ibm.com>
Sun, 21 Jan 2024 17:37:52 +0000 (19:37 +0200)
committerLeonid Usov <leonid.usov@ibm.com>
Mon, 4 Mar 2024 11:48:03 +0000 (13:48 +0200)
commit9907efd0132197feed4b7cc4e7c17a7ec9104a47
tree0eee3a0548fd4aaa80709b6cab9f74f243769a7b
parent3de0882ad36d4f08f2f171b1ffd263da5a78f00f
pybind/mgr: add a `one-shot` parameter to send_command

with the parameter set, the message won't be held on to when the remote end resets
or fails to reconnect.

Signed-off-by: Leonid Usov <leonid.usov@ibm.com>
src/client/Client.cc
src/client/Client.h
src/mgr/BaseMgrModule.cc
src/pybind/mgr/ceph_module.pyi
src/pybind/mgr/mgr_module.py
src/pybind/mgr/tests/__init__.py