]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr/cephadm: use str type for `stdin` 43458/head
authorMichael Fritch <mfritch@suse.com>
Thu, 7 Oct 2021 16:17:28 +0000 (10:17 -0600)
committerMichael Fritch <mfritch@suse.com>
Thu, 7 Oct 2021 23:57:12 +0000 (17:57 -0600)
commit52c20e5551730d27f535cc00ab5f94e8b2f5da4f
treea288239ebcd104567379a502b88331b34fa69998
parent6c57113b1815c70cbe0844ffd1cbfb87d1f9d955
mgr/cephadm: use str type for `stdin`

avoid encode/decode confusion by using a str data type to both
send (stdin) and receive (stdout) data

Signed-off-by: Michael Fritch <mfritch@suse.com>
src/pybind/mgr/cephadm/serve.py
src/pybind/mgr/cephadm/ssh.py