diff options
author | John Spray <john.spray@redhat.com> | 2017-06-25 23:48:26 +0200 |
---|---|---|
committer | John Spray <john.spray@redhat.com> | 2017-06-27 12:53:33 +0200 |
commit | 80e1a3c1286b8b6cebc50072b3006a48a14d1b37 (patch) | |
tree | 1a57b4d745024bea3c067d114e93dff3350c5c7f /src | |
parent | pybind/mgr: clean up 'fs status' command (diff) | |
download | ceph-80e1a3c1286b8b6cebc50072b3006a48a14d1b37.tar.xz ceph-80e1a3c1286b8b6cebc50072b3006a48a14d1b37.zip |
pybind/mgr: rename fsstatus->status
Still not exactly the best name but
reflects that it isn't just the fs bit.
Signed-off-by: John Spray <john.spray@redhat.com>
Diffstat (limited to '')
-rw-r--r-- | src/pybind/mgr/status/__init__.py (renamed from src/pybind/mgr/fsstatus/__init__.py) | 0 | ||||
-rw-r--r-- | src/pybind/mgr/status/module.py (renamed from src/pybind/mgr/fsstatus/module.py) | 0 | ||||
-rwxr-xr-x | src/vstart.sh | 2 |
3 files changed, 1 insertions, 1 deletions
diff --git a/src/pybind/mgr/fsstatus/__init__.py b/src/pybind/mgr/status/__init__.py index 79f5b86fd50..79f5b86fd50 100644 --- a/src/pybind/mgr/fsstatus/__init__.py +++ b/src/pybind/mgr/status/__init__.py diff --git a/src/pybind/mgr/fsstatus/module.py b/src/pybind/mgr/status/module.py index 22f1902404c..22f1902404c 100644 --- a/src/pybind/mgr/fsstatus/module.py +++ b/src/pybind/mgr/status/module.py diff --git a/src/vstart.sh b/src/vstart.sh index 21d6ea1160c..6eb3f263c05 100755 --- a/src/vstart.sh +++ b/src/vstart.sh @@ -458,7 +458,7 @@ $CMDSDEBUG mds root ino gid = `id -g` $extra_conf [mgr] - mgr modules = restful fsstatus dashboard + mgr modules = restful status dashboard mgr data = $CEPH_DEV_DIR/mgr.\$id mgr module path = $MGR_PYTHON_PATH mon reweight min pgs per osd = 4 |