Skip to content

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

@narendhar007

Description

@narendhar007

"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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions