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

Remount /dev/shm if necessary #66

Merged
merged 3 commits into from
Apr 5, 2021
Merged

Remount /dev/shm if necessary #66

merged 3 commits into from
Apr 5, 2021

Conversation

mfielding
Copy link
Member

If mount options need changing, actually remount the existing mount rather than just modifying /etc/fstab (ref: https://docs.ansible.com/ansible/latest/collections/ansible/posix/mount_module.html)

If mount options need changing, actually remount the existing mount rather than just modifying /etc/fstab  (ref: https://docs.ansible.com/ansible/latest/collections/ansible/posix/mount_module.html)
@mfielding mfielding requested a review from jcnars April 2, 2021 22:14
As per https://docs.ansible.com/ansible/latest/collections/ansible/posix/mount_module.html, remounted modifies the live mount but not fstab.  Here we want to change both the live mount _and_ fstab, so choosing mounted instead.
@mfielding mfielding merged commit e096c27 into master Apr 5, 2021
@mfielding mfielding deleted the mount branch April 5, 2021 17:08
mfielding added a commit that referenced this pull request Apr 5, 2021
Remount /dev/shm if necessary
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