You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is similar to but different enough from #50 that I'm opening a new issue.
We're backing jupyter notebook storage with s3fs and the jovyan user uid is 1000 and the gid is 100 [1] and everything gets set as 1000 for objects, e.g.:
The gid being wrong doesn't seem to affect the jupyter notebook application but it's something we'd like to fix since we have these uid/gid values spread through various configs.
Hi @mriedem
The object storage plugin is based on flex volume driver. In case of flex volume driver there is no way to pass the POD's UID to the driver. As a work around, to provide access to the non-root user, the FSGroup ID is set as UID and GID for the volume.
This is similar to but different enough from #50 that I'm opening a new issue.
We're backing jupyter notebook storage with s3fs and the jovyan user uid is 1000 and the gid is 100 [1] and everything gets set as 1000 for objects, e.g.:
It looks like the problem is here [2].
The gid being wrong doesn't seem to affect the jupyter notebook application but it's something we'd like to fix since we have these uid/gid values spread through various configs.
[1] https://github.com/jupyter/docker-stacks/blob/master/base-notebook/Dockerfile#L15
[2]
ibmcloud-object-storage-plugin/driver/driver.go
Lines 609 to 615 in b4af4af
The text was updated successfully, but these errors were encountered: