RhodiumGroup / docker_images

Docker images for Rhodium's jupyterlab deployments
2 stars 2 forks source link

gcsfuse buckets not mounting on staging #113

Closed delgadom closed 4 years ago

delgadom commented 4 years ago
$ sudo gcsfuse --key-file /home/jovyan/service-account-credentials/rhg-data.json rhg-data /gcs/rhg-data
Using mount point: /gcs/rhg-data
Opening GCS connection...
Opening bucket...
Mounting file system...
daemonize.Run: readFromProcess: sub-process: mountWithArgs: mountWithConn: Mount: mount: running fusermount: exit status 1

stderr:
fusermount: fuse device not found, try 'modprobe fuse' first

Following these instructions...

$ sudo modprobe fuse
modprobe: ERROR: ../libkmod/libkmod.c:586 kmod_search_moddep() could not open moddep file '/lib/modules/4.14.150+/modules.dep.bin'
modprobe: FATAL: Module fuse not found in directory /lib/modules/4.14.15

This is definitely true:

$ ls /lib/modules/
ls: cannot access '/lib/modules/': No such file or directory

why though?

delgadom commented 4 years ago

Fixed by https://github.com/RhodiumGroup/helm-chart/commit/757ef8b5d7da1dd71fd8f4b87d4f8ef8b1ade3af in PR https://github.com/RhodiumGroup/helm-chart/pull/7