hammerlab / stratotemplate

DEPRECATED: we don't really maintain this any more, we use Coclobas:
https://github.com/hammerlab/coclobas
Apache License 2.0
3 stars 0 forks source link

cluster add-NFS mount command #21

Open ihodes opened 8 years ago

smondet commented 8 years ago

Adding the NFS mount to CLUSTER_NFS_MOUNTS and re-doing cluster.ml up should just work.

Did you try that?

ihodes commented 8 years ago

Yes, that works; seems like that does a bunch of additional work: might it not be useful to have subcommand for just mounting a NFS or just adding packages?

smondet commented 8 years ago

Yes, what's tricky is keeping the "configure with just environment variables".

The CLI mount will make your configuration.env kinda out of sync. So the if you want to use up for something else (like packages) the mount won't be there (which is OK actually...).

arahuja commented 8 years ago

Can't up and remount be separate commands? up seems to reinstall a lot of packages which I've seen take a while (and has no condition so it always runs)