mirror of
https://github.com/ceph/ceph
synced 2024-12-29 15:03:33 +00:00
Merge pull request #12347 from gregsfortytwo/wip-18157-fix
ceph-fuse: start up log on parent process before shutdown Reviewed-by: Sage Weil <sage@redhat.com>
This commit is contained in:
commit
cd56396a8a
@ -295,6 +295,8 @@ int main(int argc, const char **argv, const char *envp[]) {
|
||||
//cout << "child done" << std::endl;
|
||||
return r;
|
||||
} else {
|
||||
if (restart_log)
|
||||
g_ceph_context->_log->start();
|
||||
// i am the parent
|
||||
//cout << "parent, waiting for signal" << std::endl;
|
||||
::close(fd[1]);
|
||||
|
Loading…
Reference in New Issue
Block a user