diff options
author | John Spray <john.spray@redhat.com> | 2016-08-01 00:23:54 +0200 |
---|---|---|
committer | John Spray <john.spray@redhat.com> | 2016-09-29 18:27:03 +0200 |
commit | ea46778e3681e5ed6b322f68ab40747b2e052433 (patch) | |
tree | 5f934a3c1be25da9188bccb6feef9154ee6a7ea0 /src/mgr/MgrClient.cc | |
parent | mon: move "df" dump code from PGMonitor to PGMap (diff) | |
download | ceph-ea46778e3681e5ed6b322f68ab40747b2e052433.tar.xz ceph-ea46778e3681e5ed6b322f68ab40747b2e052433.zip |
mgr: expose "df" to python modules
Signed-off-by: John Spray <john.spray@redhat.com>
Diffstat (limited to 'src/mgr/MgrClient.cc')
-rw-r--r-- | src/mgr/MgrClient.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mgr/MgrClient.cc b/src/mgr/MgrClient.cc index 1cc610c20d2..3f32934f707 100644 --- a/src/mgr/MgrClient.cc +++ b/src/mgr/MgrClient.cc @@ -336,3 +336,4 @@ bool MgrClient::handle_command_reply(MCommandReply *m) m->put(); return true; } + |