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:
Patrick Donnelly 2021-05-03 17:39:41 -07:00
commit 5fe5ec095c
No known key found for this signature in database
GPG Key ID: 3A2A7E25BEA8AADB

View File

@ -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;