]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
global/global_init: close stdout in postfork_finish, not start 20681/head
authorSage Weil <sage@redhat.com>
Fri, 2 Mar 2018 03:52:33 +0000 (21:52 -0600)
committerSage Weil <sage@redhat.com>
Sun, 4 Mar 2018 21:31:55 +0000 (15:31 -0600)
commit056d02b0649d28200170f729dc0d625209206cfb
treee58c26e26474a3b92f9220088984d8e8fb0d507c
parenta350c8032af41452b8f9a200f86e7f0dc0db7345
global/global_init: close stdout in postfork_finish, not start

During the interval where we have done our prefork but not actually
detached from the parent to daemonize, we may still want to send output
to stdout.

Signed-off-by: Sage Weil <sage@redhat.com>
src/global/global_init.cc