]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/mon/Monitor.cc
import ceph quincy 17.2.1
[ceph.git] / ceph / src / mon / Monitor.cc
index d647316e9e5c119b1b83e4c2b1923d932f95e622..ac6d6632c39a3a1399915aaf66b86e9d1d864e8a 100644 (file)
@@ -501,6 +501,7 @@ void Monitor::handle_signal(int signum)
   derr << "*** Got Signal " << sig_str(signum) << " ***" << dendl;
   if (signum == SIGHUP) {
     sighup_handler(signum);
+    logmon()->reopen_logs();
   } else {
     ceph_assert(signum == SIGINT || signum == SIGTERM);
     shutdown();