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

Issue with .* Unmount nfs share with installation media #103

Closed
Rendanic opened this issue Sep 26, 2018 · 0 comments · Fixed by #269
Closed

Issue with .* Unmount nfs share with installation media #103

Rendanic opened this issue Sep 26, 2018 · 0 comments · Fixed by #269
Assignees

Comments

@Rendanic
Copy link
Collaborator

I hit a problem during some bughunting in 1 role with the task:
.* Unmount nfs share with installation media

The playbook is aborted when the umount is not possivle.
Why is it aborted when a process has still an open file handle? Let's skip the task and leave the filesystem mounted on the machine.

What about a mount without adding the entry to fstab?
I don't care about a static mount for installation media. We can easily remount it again during the execution of the role and could ignore the problem due to open file handles.

What do you think about ignorring the state of the umount-Task for the NFS-Shares?

Kind Regards
Thorsten

Rendanic pushed a commit to Rendanic/ansible-oracle that referenced this issue May 30, 2021
Change exception syntax for python3 support
Rendanic added a commit to Rendanic/ansible-oracle that referenced this issue Jul 10, 2022
Merge current state from ansible-oracle-modules/oc
@Rendanic Rendanic self-assigned this Sep 1, 2022
@Rendanic Rendanic linked a pull request Sep 15, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant