mirror of
https://github.com/ceph/ceph
synced 2025-01-10 13:10:46 +00:00
Merge PR #40927 into master
* refs/pull/40927/head: mds: reset the return value for heap command Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
This commit is contained in:
commit
5fe5ec095c
@ -180,6 +180,7 @@ void MDSDaemon::asok_command(
|
||||
heapcmd_vec.push_back(value);
|
||||
}
|
||||
ceph_heap_profiler_handle_command(heapcmd_vec, ss);
|
||||
r = 0;
|
||||
}
|
||||
} else if (command == "cpu_profiler") {
|
||||
string arg;
|
||||
|
Loading…
Reference in New Issue
Block a user