]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
node-proxy: address a typing issue in agent.NodeProxy.query()
authorGuillaume Abrioux <gabrioux@ibm.com>
Wed, 6 Dec 2023 12:27:46 +0000 (12:27 +0000)
committerGuillaume Abrioux <gabrioux@ibm.com>
Thu, 25 Jan 2024 16:01:04 +0000 (16:01 +0000)
commit4e8b112ea2b2b4e4fa1f617c59e059fde75c00eb
tree9b4e0e45265d06615aafc0c160f9b79a5d49222f
parent8eab5bc44b4e0b67fddcfb4a4af03ae78f55e325
node-proxy: address a typing issue in agent.NodeProxy.query()

The current logic supports str and bytes types for parameter
`data`. This doesn't make sense, let's drop this logic.

Signed-off-by: Guillaume Abrioux <gabrioux@ibm.com>
(cherry picked from commit 6cdb6f65b4ab84fcc5484ee7c6b940dd27b29587)
src/pybind/mgr/cephadm/agent.py