]> 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 15:07:21 +0000 (15:07 +0000)
commite45cf32511750911bc485f901b0d4894fdb3f95b
tree9d28ad61a2a3c023a65405da39b4706cc20db2cd
parent45ce4989166dc73467a6bf8a4b59cb94a66f9314
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>
src/pybind/mgr/cephadm/agent.py