]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
src/crimson: Add support for the OSD to receive config changes 54813/head
authorAishwarya Mathuria <amathuri@redhat.com>
Wed, 6 Dec 2023 16:58:29 +0000 (22:28 +0530)
committerAishwarya Mathuria <amathuri@redhat.com>
Thu, 4 Jan 2024 15:39:34 +0000 (15:39 +0000)
commit964e5a7121be13d207f061a282c903295c482e09
treeef9abcb4d2dd034f6c2d88c9b4f6a6bc9d4e8e04
parentb393ea035a8e8614cccfc031b6a51bb11b9ef1ca
src/crimson: Add support for the OSD to receive config changes

1. Adds MMgrReport message in manager client
2. MonClient subscribes to config

Fixes: https://tracker.ceph.com/issues/59241
Signed-off-by: Aishwarya Mathuria <amathuri@redhat.com>
src/crimson/mgr/client.cc
src/crimson/mgr/client.h
src/crimson/mon/MonClient.cc