Skip to content

Commit ea89f46

Browse files
committed
crimson/osd/ops_executer: avoid seastar::async comment
Signed-off-by: Matan Breizman <[email protected]>
1 parent 28f4413 commit ea89f46

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/crimson/osd/ops_executer.cc

+1
Original file line numberDiff line numberDiff line change
@@ -871,6 +871,7 @@ OpsExecuter::interruptible_future<> OpsExecuter::snap_map_modify(
871871
ceph::os::Transaction& txn)
872872
{
873873
logger().debug("{}: soid {}, snaps {}", __func__, soid, snaps);
874+
// TODO: avoid seastar::async https://tracker.ceph.com/issues/67704
874875
return interruptor::async([soid, snaps, &snap_mapper,
875876
_t=osdriver.get_transaction(&txn)]() mutable {
876877
assert(std::size(snaps) > 0);

0 commit comments

Comments
 (0)