diff options
author | John Spray <john.spray@redhat.com> | 2017-06-27 12:52:17 +0200 |
---|---|---|
committer | John Spray <john.spray@redhat.com> | 2017-06-27 12:53:33 +0200 |
commit | ec09fc2f52aaee13d0c4a52d8f96d4b1219e0e82 (patch) | |
tree | 04533820a3dcd43a86fa1f17fc7ee81b7fd82dfe /PendingReleaseNotes | |
parent | pybind/mgr: rename fsstatus->status (diff) | |
download | ceph-ec09fc2f52aaee13d0c4a52d8f96d4b1219e0e82.tar.xz ceph-ec09fc2f52aaee13d0c4a52d8f96d4b1219e0e82.zip |
common: enable `status` module by default
It's still sort of awkward to prefix these commands
with "mgr tell" but this makes them at least
somewhat accessible to the average user.
Signed-off-by: John Spray <john.spray@redhat.com>
Diffstat (limited to 'PendingReleaseNotes')
-rw-r--r-- | PendingReleaseNotes | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/PendingReleaseNotes b/PendingReleaseNotes index 7f57cc52a14..aae3e6b968e 100644 --- a/PendingReleaseNotes +++ b/PendingReleaseNotes @@ -182,3 +182,7 @@ replicated rule in the CRUSH map for replicated pools. Erasure coded pools have rules that are automatically created for them if they are not specified at pool creation time. + +* The `status` ceph-mgr module is enabled by default, and initially provides two + commands: `ceph tell mgr osd status` and `ceph tell mgr fs status`. These + are high level colorized views to complement the existing CLI. |