]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
mds/quiesce: MDSRankQuiesce - integration of the quiesce db manager
authorLeonid Usov <leonid.usov@ibm.com>
Thu, 30 Nov 2023 14:42:22 +0000 (16:42 +0200)
committerLeonid Usov <leonid.usov@ibm.com>
Mon, 4 Mar 2024 11:48:03 +0000 (13:48 +0200)
commitedf4bce948477ebd57eaeb9eecdd4beae6a2c6a7
treee22cfae17fdde2f91bc23aa16e5556d268425d5f
parent09e08ac6a43005b09598d936b1faccd15be85067
mds/quiesce: MDSRankQuiesce - integration of the quiesce db manager

* create an instance of the QuiesceDbManager in the rank
* update membership with a new mdsmap
* add an admin socket command for sending requests to the manager

Signed-off-by: Leonid Usov <leonid.usov@ibm.com>
src/mds/CMakeLists.txt
src/mds/MDCache.h
src/mds/MDSDaemon.cc
src/mds/MDSRank.cc
src/mds/MDSRank.h
src/mds/MDSRankQuiesce.cc [new file with mode: 0644]