]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
Revert "pybind/mgr/volumes: block quiesce for critical .meta file"
authorPatrick Donnelly <pdonnell@redhat.com>
Tue, 5 Mar 2024 19:22:53 +0000 (14:22 -0500)
committerPatrick Donnelly <pdonnell@redhat.com>
Wed, 20 Mar 2024 14:56:58 +0000 (10:56 -0400)
commit92f1ed3ed1fdba8a292dd4f625acd2b23bd6fdec
treebf43dfd7e35b262d08b5be4298e4744e68099e4a
parent667c9a9c5af8d342ce6da5e942efb219b67d980b
Revert "pybind/mgr/volumes: block quiesce for critical .meta file"

This reverts commit 16e50abbd42a4b4f740816ba5f60bc259a6a96bf.

This flag is no longer necessary as the volumes plugin issues quiesce calls
against the data (i.e. root) directory of the subvolume rather than the
subvolume directory (with its associated .meta file).

Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
src/pybind/mgr/volumes/fs/operations/versions/subvolume_base.py
src/pybind/mgr/volumes/fs/operations/versions/subvolume_v1.py
src/pybind/mgr/volumes/fs/operations/versions/subvolume_v2.py