We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03a688f commit cd7067aCopy full SHA for cd7067a
src/crimson/osd/pg.h
@@ -264,7 +264,7 @@ class PG : public boost::intrusive_ref_counter<
264
LOG_PREFIX(PG::request_local_background_io_reservation);
265
SUBDEBUGDPP(
266
osd, "priority {} on_grant {} on_preempt {}",
267
- *this, on_grant->get_desc(), on_preempt->get_desc());
+ *this, priority, on_grant->get_desc(), on_preempt->get_desc());
268
shard_services.local_request_reservation(
269
orderer,
270
pgid,
0 commit comments