]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
pybind/ceph_mgr_repl: define "timeout" opt as an int
authorKefu Chai <kchai@redhat.com>
Tue, 1 Jun 2021 12:40:16 +0000 (20:40 +0800)
committerKefu Chai <kchai@redhat.com>
Wed, 2 Jun 2021 08:55:43 +0000 (16:55 +0800)
commit0db455bede7a54f4743810ac53e2c988cc673ae7
treeb6d3bd013ac91fd0553fa7d8fd7d9631de8039c8
parentbb92c4ff83779812edf7e5806c2097a627efee9b
pybind/ceph_mgr_repl: define "timeout" opt as an int

otherwise it would be a str, which would be rejected by the underlying
`json_command()` method.

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/pybind/ceph_mgr_repl.py