ParallelCluster config file - SharedStorage mount options

0

Quick Question!

When mounting a FSX OpenZFS on the cluster via the yaml. config file during cluster creation, does the SharedStorage section takes care of mounting this filesystem using optimal settings? I was reading we should use 'nconnect=16', for example, for better performance. I wondering if this mount option is already taken care of via the config file. If not, how to can it be added?

https://docs.aws.amazon.com/fsx/latest/OpenZFSGuide/performance.html

Thanks, Danilo

2回答
1

You may have more luck asking at the Github repo - https://github.com/aws/aws-parallelcluster - but I don't see any evidence for mount options in the documentation for any filesystem, not even ZFS.

Poking around the Chef cookbooks (which do the instance mounting/unmounting), options for ZFS looks hardcoded - https://github.com/aws/aws-parallelcluster-cookbook/blob/develop/cookbooks/aws-parallelcluster-common/resources/lustre/partial/_mount_unmount.rb#L124

回答済み 1年前
0

Unfortunately , the performance tips from FSx are not applied and there is no way to customize it with cluster configuration file.

回答済み 1年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ