Open ihodes opened 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?
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...).
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)
Adding the NFS mount to
CLUSTER_NFS_MOUNTS
and re-doingcluster.ml up
should just work.Did you try that?