]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
Merge PR #52547 into main
authorVenky Shankar <vshankar@redhat.com>
Mon, 14 Aug 2023 12:22:47 +0000 (17:52 +0530)
committerVenky Shankar <vshankar@redhat.com>
Mon, 14 Aug 2023 12:22:47 +0000 (17:52 +0530)
commit9545e578a47ae78d477143faed8ca1329d956644
treea3dfca2bc25fa2f363a7d3f1575fc694b3b56ca5
parent64369be51a2a97f9a6c5969b5f04f7ad4ec79f49
parentca4d0dc42b553352d64c0eb9a8be6487b59b03fe
Merge PR #52547 into main

* refs/pull/52547/head:
qa: add test cases for vanilla ops commands
mds: dump locks when printing mutation ops
common/TrackedOp: support overriding the _dump method
mds: remove op field obsoleted by more usable "reqid"
mds: dump metareq_t instead of full op
mds: add lock type to formatter dump of SimpleLock
mds: mark print methods const
mds: drop MDRequestImpl::msg_lock
mds: lock TrackedOp when dumping
mds: avoid recursive locks dumping state
common/TrackedOp: fix race updating description with proper lock
common/Formatter: add support for dumping null
common/Formatter: refactor generating xml name

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