We want these to be processed ahead of new client ops since
there are resources being held.
Fixes: 14313
Backport: hammer
Signed-off-by: Samuel Just <sjust@redhat.com>
(cherry picked from commit
b1151c4b8b7f22c7ac067da059d087007b0bc8ea)
op->on_local_applied_sync = 0;
} else {
MOSDECSubOpWrite *r = new MOSDECSubOpWrite(sop);
- r->set_priority(cct->_conf->osd_client_op_priority);
r->pgid = spg_t(get_parent()->primary_spg_t().pgid, i->shard);
r->map_epoch = get_parent()->get_epoch();
get_parent()->send_message_osd_cluster(
c)));
start_read_op(
- cct->_conf->osd_client_op_priority,
+ CEPH_MSG_PRIO_DEFAULT,
for_read_op,
OpRequestRef());
return;