Skip to content

[release 1.0] Remove reaper from containerd daemon#1996

Merged
stevvooe merged 1 commit intocontainerd:release/1.0from
crosbymichael:bp-reaper
Jan 11, 2018
Merged

[release 1.0] Remove reaper from containerd daemon#1996
stevvooe merged 1 commit intocontainerd:release/1.0from
crosbymichael:bp-reaper

Conversation

@crosbymichael
Copy link
Copy Markdown
Member

This allows other packages and plugins to easily exec things without
racing with the reaper.

The reaper is mostly needed in the shim but can be removed in containerd
in favor of the exec.Cmd apis

Signed-off-by: Michael Crosby [email protected]

This allows other packages and plugins to easily exec things without
racing with the reaper.

The reaper is mostly needed in the shim but can be removed in containerd
in favor of the `exec.Cmd` apis

Signed-off-by: Michael Crosby <[email protected]>
@crosbymichael crosbymichael added this to the 1.0.1 milestone Jan 11, 2018
@codecov-io
Copy link
Copy Markdown

Codecov Report

Merging #1996 into release/1.0 will increase coverage by 0.02%.
The diff coverage is n/a.

Impacted file tree graph

@@               Coverage Diff               @@
##           release/1.0    #1996      +/-   ##
===============================================
+ Coverage        50.51%   50.54%   +0.02%     
===============================================
  Files               81       81              
  Lines             7140     7136       -4     
===============================================
  Hits              3607     3607              
+ Misses            2842     2838       -4     
  Partials           691      691
Flag Coverage Δ
#linux 50.54% <ø> (+0.02%) ⬆️
Impacted Files Coverage Δ
server/config.go 0% <ø> (ø) ⬆️
server/server_linux.go 0% <ø> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update fbc6de1...4acee3f. Read the comment docs.

Copy link
Copy Markdown
Contributor

@mlaventure mlaventure left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

It's not a cherry-pick though ;-)

@crosbymichael
Copy link
Copy Markdown
Member Author

Had to fix merge conflicts

@stevvooe
Copy link
Copy Markdown
Member

LGTM

@stevvooe stevvooe merged commit 4cc882c into containerd:release/1.0 Jan 11, 2018
@crosbymichael crosbymichael deleted the bp-reaper branch January 11, 2018 18:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants