mirror of
https://github.com/ceph/ceph
synced 2024-12-17 00:46:05 +00:00
mds: unregister SIGHUP too
Signed-off-by: Sage Weil <sage.weil@dreamhost.com>
This commit is contained in:
parent
bb5c76400c
commit
8e9bf6111e
@ -289,6 +289,7 @@ int main(int argc, const char **argv)
|
||||
|
||||
messenger->wait();
|
||||
|
||||
unregister_async_signal_handler(SIGHUP, sighup_handler);
|
||||
unregister_async_signal_handler(SIGINT, handle_mds_signal);
|
||||
unregister_async_signal_handler(SIGTERM, handle_mds_signal);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user