]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
os/bluestore: fix _extend_log seq advance 61653/head
authorPere Diaz Bou <pdiabou@redhat.com>
Fri, 29 Sep 2023 11:17:03 +0000 (13:17 +0200)
committerAdam Kupczyk <akupczyk@ibm.com>
Thu, 20 Mar 2025 15:04:19 +0000 (15:04 +0000)
commit0210f57a5ec8a8c0ea76a72984f39dae24986cb0
tree404dd0e12bbedde723cda3f7aa72985308232475
parente785ef23339eba41bf786a68bba845f1916feb61
os/bluestore: fix _extend_log seq advance

when extending the log, the sequence was left on a bad state because it would first create a transaction to update with the current seq number but leave the "real" transaction with the same sequence number which should be `extend_log_transaction.seq + 1`.

Signed-off-by: Pere Diaz Bou <pdiabou@redhat.com>
(cherry picked from commit 63f0a0df14c9d8e68be61e374438bc75cef45a1f)

Fixes: https://tracker.ceph.com/issues/69764
src/os/bluestore/BlueFS.cc