firecracker-microvm / firecracker-containerd

firecracker-containerd enables containerd to manage containers as Firecracker microVMs
Apache License 2.0
2.23k stars 182 forks source link

Use fifo close on task exec cleanup to prevent directory leak #752

Closed austinvazquez closed 1 year ago

austinvazquez commented 1 year ago

Issue #, if available: N/A

Description of changes: Close fifoSet for the task and exec when the task is deleted.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

austinvazquez commented 1 year ago

@djdongjin updated commit message and PR title to be more specific to the leak. Please re-review.