-
Notifications
You must be signed in to change notification settings - Fork 16
Issue number: 90 - fss mount on all worker nodes #91
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
base: main
Are you sure you want to change the base?
Issue number: 90 - fss mount on all worker nodes #91
Conversation
Signed-off-by: Subburam Mathuraiveeran subburam.mathuraiveeran@oracle.com:wq implemented changes related to fss mount on all worker nodes
Signed-off-by: Subburam Mathuraiveeran subburam.mathuraiveeran@oracle.com:wq implemented changes related to fss mount on all worker nodes
|
I have updated requested changes below and tested the stack.
|
|
I have updated requested change below and tested the stack.
|
terraform/oke-workers.tf
Outdated
| #fss mounting on worker nodes | ||
|
|
||
| runcmd_fss_mount = var.create_fss && local.fss_mount_ip != "" && local.fss_export_path != "" ? format( | ||
| "curl -sL -o /var/run/oke-fss-mount.sh https://raw.githubusercontent.com/subburamoracle/oci-hpc-oke/refs/heads/fssmount_worker/files/oke-fss-mount.sh && (bash /var/run/oke-fss-mount.sh '%v' '%v' '%v' || echo 'Error initializing RAID' >&2)", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you change this link to the oci-hpc-oke repo?
files/oke-fss-mount.sh
Outdated
| mkdir -p "$MOUNT_POINT" | ||
|
|
||
| # Mount the NFS share | ||
| mount -t nfs -o vers=3 "$MOUNT_TARGET_IP:$EXPORT_PATH" "$MOUNT_POINT" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you add nconnect=16 to mount options here and in fstab?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @OguzPastirmaci i have made the required changes. Could you please review the changes for the merge?
Signed-off-by: Subburam Mathuraiveeran subburam.mathuraiveeran@oracle.com:wq implemented changes related to fss mount on all worker nodes
Issue number:90
implemented changes related to fss mount on all worker nodes