]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
pybind/mgr: define CLUSTER_LOG_PRIO* using enum.IntEnum
authorKefu Chai <kchai@redhat.com>
Sat, 16 Jan 2021 15:30:30 +0000 (23:30 +0800)
committerKefu Chai <kchai@redhat.com>
Sun, 24 Jan 2021 14:16:36 +0000 (22:16 +0800)
commit141969d7c428698df2e4534ebdc935311163ee82
tree43358f3c546580aea7739977590891f2cd22caa7
parent7a2e460d34dc5f7e2124bcbedd527d63fa467017
pybind/mgr: define CLUSTER_LOG_PRIO* using enum.IntEnum

so the clog type / prio can be typed.

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/pybind/mgr/dashboard/tools.py
src/pybind/mgr/mgr_module.py
src/pybind/mgr/selftest/module.py
src/pybind/mgr/volumes/fs/volume.py