mirror of
https://github.com/ceph/ceph
synced 2024-12-28 06:23:08 +00:00
Merge pull request #3120 from ceph/wip-10010
ceph-osd: don't close stderr if not daemonizing Reviewed-by: Sage Weil <sage@redhat.com> Reviewed-by: Loic Dachary <ldachary@redhat.com>
This commit is contained in:
commit
a3912d2308
@ -506,9 +506,6 @@ int main(int argc, const char **argv)
|
||||
return 1;
|
||||
}
|
||||
|
||||
// Now close the standard file descriptors
|
||||
global_init_shutdown_stderr(g_ceph_context);
|
||||
|
||||
ms_public->start();
|
||||
ms_hbclient->start();
|
||||
ms_hb_front_server->start();
|
||||
|
Loading…
Reference in New Issue
Block a user