]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mgr,pybind/mgr: use bool for poll in COMMANDS
authorKefu Chai <kchai@redhat.com>
Sun, 17 Jan 2021 01:16:36 +0000 (09:16 +0800)
committerSebastian Wagner <sebastian.wagner@suse.com>
Fri, 29 Jan 2021 12:42:38 +0000 (13:42 +0100)
commit4b93fe73a2eafcd337992179550a676bedf95a69
tree847f613c09de3ee0b81eaa6ed0b7b5533fd5b005
parent28c73db59996d65fcabfce1c7d6056df32fd85fd
mgr,pybind/mgr: use bool for poll in COMMANDS

use correctly typed variable helps with readability and less
error-prone.

Signed-off-by: Kefu Chai <kchai@redhat.com>
(cherry picked from commit 1453f0ff1f57ef4473bbdc0a6037c8316e8fec21)
src/mgr/PyModule.cc
src/pybind/mgr/insights/module.py
src/pybind/mgr/iostat/module.py