]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/mon/MgrMonitor.cc
update sources to 12.2.7
[ceph.git] / ceph / src / mon / MgrMonitor.cc
index 900aa5fce76e4612d68ed13da75653bdf07b2250..fe5bf828ac6fd86609ce4b299c81b16f45157234 100644 (file)
@@ -618,7 +618,7 @@ void MgrMonitor::tick()
                         << " daemon " << pending_map.active_name;
     } else {
       dout(4) << "Active is laggy but have no standbys to replace it" << dendl;
-      mon->clog->warn() << "Manager daemon " << old_active_name
+      mon->clog->info() << "Manager daemon " << old_active_name
                         << " is unresponsive.  No standby daemons available.";
     }
   } else if (pending_map.active_gid == 0) {