mirror of
https://github.com/ceph/ceph
synced 2025-02-23 11:07:35 +00:00
osd: Need to setsid() now that global_init_daemonize() not used
Caused by: d55a66c56e
Signed-off-by: David Zafman <dzafman@redhat.com>
This commit is contained in:
parent
39adde2655
commit
ed54ece0cd
@ -199,6 +199,7 @@ int main(int argc, const char **argv)
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
setsid();
|
||||
global_init_postfork_start(g_ceph_context);
|
||||
}
|
||||
common_init_finish(g_ceph_context);
|
||||
|
Loading…
Reference in New Issue
Block a user