diff options
-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 |