Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

counter: check for external umounts #698

Merged
merged 1 commit into from
Aug 24, 2020

Conversation

giuseppe
Copy link
Member

if a previously mounted container was unmounted
externally (e.g. through conmon cleanup for Podman containers), the
ref counter will lose track of it and report it as still mounted.

Closes: #697

Signed-off-by: Giuseppe Scrivano gscrivan@redhat.com

if a previously mounted container was unmounted
externally (e.g. through conmon cleanup for Podman containers), the
ref counter will lose track of it and report it as still mounted.

Closes: containers#697

Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
@giuseppe giuseppe mentioned this pull request Aug 21, 2020
Copy link
Member

@saschagrunert saschagrunert left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Member

@rhatdan rhatdan left a comment

Choose a reason for hiding this comment

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

I recall doing something like this a while ago. But @nalind I believe did not like it. I will see if I can find the PR.

@rhatdan
Copy link
Member

rhatdan commented Aug 21, 2020

#296

@giuseppe
Copy link
Member Author

I recall doing something like this a while ago. But @nalind I believe did not like it. I will see if I can find the PR.

I don't like it too :-) but cannot think of a better way beside changing how podman/conmon cleanup work

@rhatdan
Copy link
Member

rhatdan commented Aug 24, 2020

LGTM
But I want @nalind to chime in.

@mheon
Copy link
Member

mheon commented Aug 24, 2020

This fixes a critical bug we found in the Podman REST API tests. Can we prioritize getting this in?

@nalind
Copy link
Member

nalind commented Aug 24, 2020

This isn't going to fix everything, but it's a step in the right direction. LGTM.

@rhatdan rhatdan merged commit 7d740f6 into containers:master Aug 24, 2020
rhatdan added a commit that referenced this pull request Aug 25, 2020
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.

regression in v1.23.1
5 participants