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

A small issue in NFS provisioner code within bastion.tf file #290

Open
narendhar007 opened this issue Feb 2, 2025 · 0 comments
Open

A small issue in NFS provisioner code within bastion.tf file #290

narendhar007 opened this issue Feb 2, 2025 · 0 comments

Comments

@narendhar007
Copy link

"echo "$MY_DEV_UUID ${local.storage_path} xfs defaults 0 0" | sudo tee -a /etc/fstab > /dev/null",

Above command in bastion.tf file is adding the file system entry into /etc/fstab within quotes.
"$MY_DEV_UUID ${local.storage_path} xfs defaults 0 0"
As a result, its causing mount issues and the LPAR fails to reboot until we correct this.

Could this be checked and corrected please?

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

No branches or pull requests

1 participant