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/vstart.sh | |
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 '')
-rwxr-xr-x | src/vstart.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |