-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Dont Merge] GCSFuse as a sidecar #4529
base: develop
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #4529 +/- ##
========================================
Coverage 73.99% 73.99%
========================================
Files 159 159
Lines 14784 14869 +85
Branches 1231 1213 -18
========================================
+ Hits 10939 11002 +63
- Misses 3845 3867 +22 see 15 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
480436b
to
8d50bcc
Compare
|
||
# Start gcsfuse as a sidecar | ||
mkdir -p /mnt/disks/bucket | ||
docker run -d --name gcsfuse-container --privileged -u root -e PIP_USER=false --env BUCKET_NAME=genomics-public-data --device /dev/fuse:/dev/fuse --security-opt apparmor=unconfined -v /mnt/disks/bucket:/mnt/gcs-bucket:shared tarekmahmed/gcsfuse-container:latest |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
FYI, you likely want to use the --restart always option so that the volume get's mounted properly after pausing / resuming your runtime, see
docker run -d --restart always --network host --name listener \ |
I'm prototyping with the possibility of mounting a gcs bucket in jupyter image.
This is not intended to go to prod yet
Jira ticket: https://broadworkbench.atlassian.net/browse/[ticket_number]
Summary of changes
What
Why
Testing these changes
What to test
Who tested and where
jenkins retest
orjenkins multi-test
.