det-lab / jupyterhub-deploy-kubernetes-jetstream

CDMS JupyterHub deployment on XSEDE Jetstream
0 stars 1 forks source link

Make Data writable #23

Closed zonca closed 4 years ago

zonca commented 4 years ago

@pibion @bloer this is the best fix I could do for https://github.com/det-lab/jupyterhub-deploy-kubernetes-jetstream/issues/21

check the documentation of this change and provide feedback.

This is the change I made to the NFS server image: https://github.com/zonca/docker-cvmfs-client/commit/596e9f4dfb3c23ef2a1868183f01669d94c2bd71

bloer commented 4 years ago

does the mount command on the client also need to be updated? Or will it try to mount rw by default?

zonca commented 4 years ago

@bloer setting readOnly false in config_standard_storage.yaml makes the Jupyter Notebook pod of each user (the client), mount it as rw

zonca commented 4 years ago

running inside Jupyter, I created the not_writable folder via SSH, just with mkdir, leaving default permissions:

image

zonca commented 4 years ago

it looks good, needs testing again in new deployment