]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
Merge PR #58936 into main
authorPatrick Donnelly <pdonnell@redhat.com>
Thu, 26 Sep 2024 15:24:58 +0000 (11:24 -0400)
committerPatrick Donnelly <pdonnell@redhat.com>
Thu, 26 Sep 2024 15:24:58 +0000 (11:24 -0400)
commit4f09b38c8d81456382ae9f129106440f7ed2bfa0
tree9b8d7f67e4f856aa34c658b444c92ba1ca2709e5
parent308ec884cfae6c64d57a268e3e802bed821ce39f
parent36315d481401016daf37f6d52bf7af0aab9d7670
Merge PR #58936 into main

* refs/pull/58936/head:
mds: do not duplicate journaler write heads
mds: use Journaler getters
osdc: properly acquire locks for getters
osdc: add print method for Journaler::Header
mds: do not trim segments after open file table commit
mds: delay expiry if LogSegment is ahead of committed oft seq
mds: do not write journal head twice on trim
mds: simplify and explain expiry finisher ctx
mds: add mds_lock asserts for journal flush
mds: skip second wait_for_safe
mds: trim only to the LogSegment created for flush
mds: allow passing explicit seq to trim to
mds: quiet unhelpful debug message
mds: add C_IO_Wrapper completion debugging
mds: add dout for new segment

Reviewed-by: Venky Shankar <vshankar@redhat.com>