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

add pat's suggested fuse wrapper fix #62

Merged
merged 2 commits into from
May 11, 2023
Merged

Conversation

lastephey
Copy link
Collaborator

Addresses #54

Adds a sleep and an extra check to ensure the umount has succeeded and podman will not exit and leave behind mounts

Note I have not tested this

Copy link
Member

@scanon scanon left a comment

Choose a reason for hiding this comment

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

Looks fine. Let's keep the indents just so things are clear.

inotifywait -e delete $2/etc
umount $3
exit
inotifywait -e delete $2/etc
Copy link
Member

Choose a reason for hiding this comment

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

Could we keep the indents just so things are clear?

Copy link
Member

@scanon scanon left a comment

Choose a reason for hiding this comment

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

LGTM

@scanon scanon merged commit 031ff75 into main May 11, 2023
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.

None yet

2 participants