Skip to content
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

Open
behlendorf opened this issue Nov 16, 2023 · 3 comments
Open

Client Mount Options #115

behlendorf opened this issue Nov 16, 2023 · 3 comments

Comments

@behlendorf
Copy link
Collaborator

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.

@roehrich-hpe
Copy link
Contributor

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:
https://nearnodeflash.github.io/v0.0.6/guides/storage-profiles/readme/

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.

@behlendorf
Copy link
Collaborator Author

Great, thanks for pointing that out. Then do I understand correctly that MountRabbit is used when mounting the filesystem on a compute or rabbit node? Or is there also a MountCompute? Can these be used with all the filesystem types?

@roehrich-hpe
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 📋 Open
Development

No branches or pull requests

2 participants