MCPcopy Create free account
hub / github.com/ceph/ceph / pool_op_submit

Method pool_op_submit

src/osdc/Objecter.cc:4495–4504  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4493}
4494
4495void Objecter::pool_op_submit(PoolOp *op)
4496{
4497 // rwlock is locked
4498 if (mon_timeout > timespan(0)) {
4499 op->ontimeout = timer.add_event(mon_timeout,
4500 [this, op]() {
4501 pool_op_cancel(op->tid, -ETIMEDOUT); });
4502 }
4503 _pool_op_submit(op);
4504}
4505
4506void Objecter::_pool_op_submit(PoolOp *op)
4507{

Callers

nothing calls this directly

Calls 1

add_eventMethod · 0.45

Tested by

no test coverage detected