Feature Request: in hpc-slurm, add ability to make custom NFS shares/mounts #4719
Replies: 2 comments 2 replies
-
|
You have two additional options: Object storeIf you don't need many posix features, or even better if it will be used read only, you could simply use the pre-existing-network storage to mount a gcs bucket through gcs-fuse. That is the cheapest option you will have (and also extremely scalable). If you want to create the bucket in the blueprint, you can use community/modules/file-system/cloud-storage-bucket. NFScommunity/modules/file-system/nfs-server is the roll-your-own-nfs-server, but fully automated, the parameters are similar to filestore (notice that rather than I will close this feature request as I feel it is already available, but please feel free to reopen it if you feel it's not resolved. |
Beta Was this translation helpful? Give feedback.
-
|
Thank you very much, Does anyone know; is it possible to have multiple exports across multiple disks (I'd like a fast /tmp/ export on a pd-ssd and a cheap bulk storage one on a pd-standard, for instance.) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
(Forgive me if this is already achievable; I have searched high and low and found no solution.)
We have some legacy software that expects to find files in a certain hardcoded path, both on the controller, login and compute nodes. Currently, only
/home/and/opt/apps/are exported and auto-mounted. I would like to be able to expand this list.The client part of this is already in place, by way of modules/file-system/pre-existing-network-storage, but for the server part, there is no nice way.
Options I've explored:
Beta Was this translation helpful? Give feedback.
All reactions