-
Notifications
You must be signed in to change notification settings - Fork 4
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
Client Mount Options #115
Comments
Brian, mount options can be specified in the StorageProfile. Look here for "mountRabbit"; and "mountTarget" for the lustreFS OST,MGT,MDT mounts; and there's "mountCompute" for the compute nodes: We don't allow these to be specified in the Workflow, but we do allow the Workflow to specify the StorageProfile. Then the admin should create the StorageProfile. |
Great, thanks for pointing that out. Then do I understand correctly that |
MountRabbit and MountCompute work with all filesystem types. The former indicates mount options to be used on a Rabbit, and the latter is the mount options to be used on a compute node. Use mountTarget to specify mount options for OST,MGT,MDT devices. |
There are a number of useful filesystem mount options for xfs, gfs2, and lustre which we may need to be able to specify as part of a workflow. There is currently support to provide custom options when the filesystems are created. This would potentially be a nice place to specify what options are used when they are mounted.
The text was updated successfully, but these errors were encountered: