]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/dashboard: remove feedback as always-on
authorErnesto Puerta <epuertat@redhat.com>
Thu, 20 Jan 2022 12:11:58 +0000 (13:11 +0100)
committerErnesto Puerta <epuertat@redhat.com>
Thu, 20 Jan 2022 12:11:58 +0000 (13:11 +0100)
It was mistakenly left as always-on

Fixes: https://tracker.ceph.com/issues/53950
Signed-off-by: Ernesto Puerta <epuertat@redhat.com>
src/mon/MgrMonitor.cc

index 2b1b5cba3c1962c82cd4b35c789f68fbdd17764a..86fa755bc5ae6eaa122786c4c5fea1d178dc873a 100644 (file)
@@ -106,7 +106,6 @@ const static std::map<uint32_t, std::set<std::string>> always_on_modules = {
       "progress",
       "balancer",
       "devicehealth",
-      "feedback",
       "orchestrator",
       "rbd_support",
       "volumes",
@@ -462,7 +461,7 @@ public:
     mm(a), op(c) {}
   void finish(int r) override {
     if (r >= 0) {
-      // Success 
+      // Success
     } else if (r == -ECANCELED) {
       mm->mon.no_reply(op);
     } else {