summaryrefslogtreecommitdiffstats
path: root/src/pybind/mgr/status (follow)
Commit message (Expand)AuthorAgeFilesLines
* mgr/status: Fix 'fs status' json outputKotresh HR2024-09-111-1/+1
* Merge pull request #44836 from NitzanMordhai/wip-nitzan-osd-status-format-jsonKefu Chai2022-08-121-3/+24
|\
| * pybind/mgr: fix "osd status" command output with format jsonNitzan Mordechai2022-02-241-3/+24
* | pybind/mgr: ceph osd status crash with ZeroDivisionErrorNitzan Mordechai2022-01-251-1/+1
|/
* pybind/mgr/status: PEP8 cleanupsKefu Chai2021-02-031-1/+2
* pybind/mgr/status: flake8 cleanupKefu Chai2021-01-291-12/+16
* pybind/mgr/status: add typing annotationsKefu Chai2021-01-291-7/+10
* pybind/mgr/status: always map 'mds_version' to a list of dictKefu Chai2021-01-291-2/+3
* pybind/mgr/status: construct defaultdict without keyKefu Chai2021-01-291-8/+11
* pybind/mgr/status: cast return value to intKefu Chai2021-01-291-1/+1
* pybind/mgr/status: use CLIReadCommand for defining commandsKefu Chai2021-01-291-39/+20
* Merge PR #35161 into masterPatrick Donnelly2020-08-101-7/+12
|\
| * mgr/mgr_module: metadata is fetched asyncMichael Fritch2020-06-251-10/+12
| * mgr/status: metadata is fetched asyncMichael Fritch2020-06-251-3/+6
* | pybind/mgr/status: drop py2 supportKefu Chai2020-07-051-3/+2
|/
* mgr/status: 'ceph fs status' output add dirs and capsYanhu Cao2020-05-201-6/+18
* mgr/status: Fix "ceph fs status" json format writing to stderrKotresh HR2020-04-151-4/+4
* mgr/status: align with ceph table styleSage Weil2020-02-231-6/+29
* mgr: ceph fs status support json formatErqi Chen2019-12-311-46/+110
* mgr/status: fix 'ceph osd status' ZeroDivisionErrorsimon gao2019-06-301-1/+1
* mgr/status: fix 'ceph fs status' AttributeErrorYanhu Cao2019-03-081-3/+3
* pybind/mgr/mgr_util: move format_ helpers out of status moduleSage Weil2018-12-181-81/+15
* pybind/mgr/status: fix ceph fs status in py3 environments.Jan Fajerski2018-12-071-1/+1
* Correct usage of collections.abcJames Page2018-11-291-4/+1
* fix python collections module warning for v3.7 and aboveGanesh Maharaj Mahalingam2018-10-291-1/+4
* mgr/status: fix fs status subcommand did not show standby-replay MDS' perf infoZhi Zhang2018-10-111-1/+1
* pybind/mgr: identify invalid fsJos Collin2018-10-091-0/+3
* mgr/status: Add standby-replay MDS ceph versionZhi Zhang2018-08-171-0/+3
* mgr: replace iteritems with six.iteritems (status)Nathan Cutler2018-07-051-4/+5
* Merge PR #22738 into masterSage Weil2018-07-041-1/+1
|\
| * mgr/status: add exabytes unitJohn Spray2018-06-271-1/+1
* | mgr, pybind/mgr: pass inbuf (ceph -i <file>) to modulesDan Mick2018-06-221-1/+1
|/
* mgr/status: output to stdout, not stderrJohn Spray2018-05-181-2/+2
* pybind/mgr: use relative importKefu Chai2018-02-111-2/+1
* Merge pull request #18173 from gmayyyha/osd-status-21707John Spray2017-11-201-6/+15
|\
| * mgr: 'osd status' command return add stateYanhu Cao2017-11-061-1/+2
| * mgr: fix "osd status" command exception if OSD not in pgmap statsYanhu Cao2017-10-271-6/+14
* | mgr/status: fix ceph fs status returns errorYanhu Cao2017-10-111-1/+1
|/
* mgr/status: format byte quantities in base 2 multiplesJohn Spray2017-08-301-10/+20
* mgr/status: row has incorrect number of valuesliuchang08122017-07-241-1/+1
* pybind/mgr: rename fsstatus->statusJohn Spray2017-06-272-0/+299