mirror of
https://github.com/ceph/ceph
synced 2025-04-07 10:03:50 +00:00
osd: Add namespace to dump_watchers output
Signed-off-by: David Zafman <david.zafman@inktank.com>
This commit is contained in:
parent
f03cdf559f
commit
bad317b96f
@ -1052,6 +1052,7 @@ bool OSD::asok_command(string command, string args, ostream& ss)
|
||||
|
||||
f.open_array_section("watch");
|
||||
|
||||
f.dump_string("namespace", it->obj.nspace);
|
||||
f.dump_string("object", it->obj.oid.name);
|
||||
|
||||
f.open_object_section("entity_name");
|
||||
|
Loading…
Reference in New Issue
Block a user