2 Answers
- Newest
- Most votes
- Most comments
0
Today, ParallelCluster only supports mounting FSx for OpenZFS file systems using custom bootstrap actions.
You need to include your mount -t nfs -o nfsvers=4.1 fs-12345.fsx.us-east-1.amazonaws.com:/fsx/ /localpath command in a script, and reference that script under CustomActions: OnNodeConfigured on HeadNode and Scheduling:SlurmQueues in your ParallelCluster configuration file.
answered 4 years ago
0
AWS ParallelCluster launched support for FSx OpenZFS in 3.2.0. You can read more about it here: https://aws.amazon.com/blogs/hpc/expanded-filesystems-support-in-aws-parallelcluster-3-2/
Essentially you pre-create the filesystem and mount it like:
- MountDir: /openzfs Name: OpenZFS StorageType: FsxOpenZfs FsxOpenZfsSettings: VolumeId: fsvol-02222222222222222
answered 3 years ago
Relevant content
- AWS OFFICIALUpdated 2 years ago
