]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
pybind/mgr: add fsstatus module
authorJohn Spray <john.spray@redhat.com>
Thu, 4 Aug 2016 14:02:28 +0000 (15:02 +0100)
committerJohn Spray <john.spray@redhat.com>
Thu, 29 Sep 2016 16:27:05 +0000 (17:27 +0100)
commitba6484786d058f23e900f518313df65b46830ac7
tree0a2084cc24c80113f451160e26c4efec3668c98d
parentfc3090fcddd854b47a08698b3e57a6f7cfb82d4a
pybind/mgr: add fsstatus module

A demonstration of creating a simple
ASCII-art status display by fusing
the metadata, perf counters, and maps that
are available to python modules in ceph-mgr.

Signed-off-by: John Spray <john.spray@redhat.com>
src/pybind/mgr/fsstatus/__init__.py [new file with mode: 0644]
src/pybind/mgr/fsstatus/module.py [new file with mode: 0644]
src/vstart.sh