mirror of
https://github.com/ceph/ceph
synced 2025-01-02 17:12:31 +00:00
Merge pull request #23029 from dillaman/wip-24909
osd: do not treat an IO hint as an IOP for PG stats Reviewed-by: Greg Farnum <gfarnum@redhat.com> Reviewed-by: xie xingguo <xie.xingguo@zte.com.cn>
This commit is contained in:
commit
19c1a77bf9
@ -6294,7 +6294,6 @@ int PrimaryLogPG::do_osd_ops(OpContext *ctx, vector<OSDOp>& ops)
|
||||
t->set_alloc_hint(soid, op.alloc_hint.expected_object_size,
|
||||
op.alloc_hint.expected_write_size,
|
||||
op.alloc_hint.flags);
|
||||
ctx->delta_stats.num_wr++;
|
||||
result = 0;
|
||||
}
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user