NERSC / podman-hpc

Other
38 stars 10 forks source link

add filesystem mount modules #92

Open lastephey opened 1 year ago

lastephey commented 1 year ago

Add --home, --scratch, and --cfs mount modules to make mounting filesystems a little more straightforward for users.

chrissamuel commented 11 months ago

I was wondering if it might be better to have something like:

--mount-group=home,scratch,cfs

That way could be easier to extend site by site without changing the options available to users?

lastephey commented 11 months ago

Sure, that seems like a good idea.

kellyrowland commented 2 weeks ago

Opened #120 to add modules for various directories of interest.

@chrissamuel I don't think I quite understand the difference between what you've suggested and that any site using podman-hpc could add their own modules to mount file systems, directories, etc.

danfulton commented 2 weeks ago

There's nothing we're currently doing to enforce that other sites would implement modules with the same names/flags as us (e.g. --gpu). I think it might, sort of, be more future proof, but also adds some complexity (no other site specific flags currently take options).

It might be worth sitting down and discussing CLI choices at some point... what we have is more organic than designed.