-
Notifications
You must be signed in to change notification settings - Fork 111
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
Openzfs smhp #622
base: main
Are you sure you want to change the base?
Openzfs smhp #622
Conversation
b7f8691
to
873f8a1
Compare
Force pushed changes to revert unnecessary commits from previous PR. Also need to test behavior once on cluster without OpenZFS deployment |
1.architectures/5.sagemaker-hyperpod/LifecycleScripts/base-config/utils/fsx_ubuntu.sh
Outdated
Show resolved
Hide resolved
|
I will update this PR with the changes from #633 (mentioned above) to account for the race condition. |
1.architectures/5.sagemaker-hyperpod/LifecycleScripts/base-config/mount_fsx_openzfs.sh
Outdated
Show resolved
Hide resolved
Description: | ||
Creates an FSx OpenZFS file system in addition to the FSxL file system. Default is false | ||
Type: String | ||
|
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.
IOPS chould be configurable as well.
DiskIopsConfiguration:
Iops:
Mode:
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.
Left comments
… deployment" This reverts commit b7f8691.
282a176
to
feb876a
Compare
d277d76
to
019b2fd
Compare
@mhuguesaws addressed all your comments. @KeitaW if you'd like to, you should be able to test one more time before merged (already tested on local env) |
…fig/mount_fsx_openzfs.sh Co-authored-by: mhuguesaws <[email protected]>
echo "$FSX_OPENZFS_DNS_NAME:/fsx $OPENZFS_MOUNT_POINT nfs nfsvers=4.2,_netdev 0 0" | tee -a /etc/fstab | ||
} | ||
|
||
mount_fs() { |
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.
Some much duplication. Once you add the entry in fstab, you should just do mount -a
that will mount volume from fstab.
*Issue #, if available: #601 *
Description of changes:
Adding in FSx OpenZFS to be an optional home directory for SMHP SLURM users. Changes included in CF stack template, automate cluster script, and lifecycle scripts.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.