]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
Merge PR #57579 into main
authorPatrick Donnelly <pdonnell@redhat.com>
Tue, 28 May 2024 16:46:08 +0000 (12:46 -0400)
committerPatrick Donnelly <pdonnell@redhat.com>
Tue, 28 May 2024 16:46:08 +0000 (12:46 -0400)
commit25e4ee2fa7e8913bac09af9e43706ddeba1cd14a
tree54f637c3cc49bbcba61fce3c8e43a38671155b1e
parent05cd407fc62db043e96d923e99b9a5e8a0023567
parenta9cb3a581a309a99b72997ae5ddb88084f5484c9
Merge PR #57579 into main

* refs/pull/57579/head:
mds/quiesce: disable quiesce root debug parameters by default
mds/quiesce-agt: never send a synchronous ack
mds/quiesce-agt: add test for a rapid async ack
mds/quiesce: always abort fragmenting asynchronously to prevent reentrancy
mds/quiesce: overdrive an export if it hasn't frozen the tree yet
mds/quiesce: quiesce_inode should not hold on to remote auth pins
qa/cephfs: check that a completed quiesce doesn't hold remote auth pins
mds: add `--lifetime` parameter to the `lock path` asok command
mds/quiesce: accept a regular file as the quiesce root
mds: command_quiesce_path: rename `--wait` to `--await` for consistency
mds: command_quiesce_path: do not block the asok thread and return an adequate rc

Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
src/mds/MDSDaemon.cc
src/mds/MDSRank.cc