You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"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?
The text was updated successfully, but these errors were encountered:
"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?
The text was updated successfully, but these errors were encountered: