mirror of
https://github.com/ceph/ceph
synced 2024-12-18 17:37:38 +00:00
common/ceph_strings: add some MDS internal op names to ceph_mds_op_name()
In addition to my validate and flush, this is also missing exportdir. Signed-off-by: Greg Farnum <greg@inktank.com>
This commit is contained in:
parent
26736b2244
commit
f1677e745a
@ -197,6 +197,9 @@ const char *ceph_mds_op_name(int op)
|
||||
case CEPH_MDS_OP_SETFILELOCK: return "setfilelock";
|
||||
case CEPH_MDS_OP_GETFILELOCK: return "getfilelock";
|
||||
case CEPH_MDS_OP_FRAGMENTDIR: return "fragmentdir";
|
||||
case CEPH_MDS_OP_EXPORTDIR: return "exportdir";
|
||||
case CEPH_MDS_OP_VALIDATE: return "validate_path";
|
||||
case CEPH_MDS_OP_FLUSH: return "flush_path";
|
||||
}
|
||||
return "???";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user