]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
pybind/mgr: fix "osd status" command output with format json
authorNitzan Mordechai <nmordech@redhat.com>
Sun, 30 Jan 2022 13:52:23 +0000 (15:52 +0200)
committerNitzanMordhai <nmordech@redhat.com>
Thu, 24 Feb 2022 13:05:20 +0000 (13:05 +0000)
commit5f6d412fd051f771c1eb27b78e1765ec56e79a74
treef064cb542e884a6fd3bb7fb236937d1e41f4333d
parent9b5a77eb1a142d339394614264c9540faf281cca
pybind/mgr: fix "osd status" command output with format json

currently command "ceph -f json osd status" return table view instead of json view.
the fix will fix that and will also fix the json-pretty format output.

Signed-off-by: Nitzan Mordechai <nmordech@redhat.com>
src/pybind/mgr/status/module.py