You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 6, 2020. It is now read-only.
When a server runs out of disk space, quite often we find an fio container still present. This does not help, as whilst the container is present it is still holding open a 4G test file...
We probably want to trap EXIT and ensure we cleanup, along with https://github.com/clearcontainers/tests/blob/master/metrics/storage/fio_job.sh#L233
mid/longer term thought - it might be nice if we had a more generic way to handle this in the metrics tests, in the common code.
The text was updated successfully, but these errors were encountered:
We create a Pod that has one container. The container has handlers for
postStart and preStop events and then we verify the message for the
postStart event.
Fixesclearcontainers#904
Signed-off-by: Gabriela Cervantes <[email protected]>
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When a server runs out of disk space, quite often we find an fio container still present. This does not help, as whilst the container is present it is still holding open a 4G test file...
We probably want to trap EXIT and ensure we cleanup, along with https://github.com/clearcontainers/tests/blob/master/metrics/storage/fio_job.sh#L233
mid/longer term thought - it might be nice if we had a more generic way to handle this in the metrics tests, in the common code.
The text was updated successfully, but these errors were encountered: