mirror of
https://github.com/ceph/ceph
synced 2025-03-09 09:48:09 +00:00
MOSDOp: include reassert_version in print
Signed-off-by: Sage Weil <sage@inktank.com>
This commit is contained in:
parent
33b889f3f1
commit
dd946e0a95
@ -366,6 +366,8 @@ struct ceph_osd_request_head {
|
||||
out << " " << pgid;
|
||||
if (is_retry_attempt())
|
||||
out << " RETRY=" << get_retry_attempt();
|
||||
if (reassert_version != eversion_t())
|
||||
out << " reassert_version=" << reassert_version;
|
||||
if (get_snap_seq())
|
||||
out << " snapc " << get_snap_seq() << "=" << snaps;
|
||||
out << " " << ceph_osd_flag_string(get_flags());
|
||||
|
Loading…
Reference in New Issue
Block a user