mirror of
https://github.com/ceph/ceph
synced 2025-03-11 02:39:05 +00:00
osd/osd_types: show cmpext arguments
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
This commit is contained in:
parent
96833fb5c2
commit
60f042130a
@ -6240,6 +6240,7 @@ ostream& operator<<(ostream& out, const OSDOp& op)
|
||||
case CEPH_OSD_OP_ZERO:
|
||||
case CEPH_OSD_OP_APPEND:
|
||||
case CEPH_OSD_OP_MAPEXT:
|
||||
case CEPH_OSD_OP_CMPEXT:
|
||||
out << " " << op.op.extent.offset << "~" << op.op.extent.length;
|
||||
if (op.op.extent.truncate_seq)
|
||||
out << " [" << op.op.extent.truncate_seq << "@"
|
||||
|
Loading…
Reference in New Issue
Block a user