Skip to content
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

Stream localization fails on preemptible NFS server #58

Closed
julianhess opened this issue Apr 24, 2020 · 0 comments · Fixed by #59
Closed

Stream localization fails on preemptible NFS server #58

julianhess opened this issue Apr 24, 2020 · 0 comments · Fixed by #59
Labels
bug Something isn't working
Projects

Comments

@julianhess
Copy link
Collaborator

gsutil cat $file > fifo, where fifo lives on an NFS filesystem will not gracefully resume if the NFS server gets preempted.

Aaron says:

I’m not opposed to having the localizer set a $CANINE_DOCKER_ARGS variable that we fill with stuff relevant to dockers, like cgroup stuff or bind-mounting the staging dir. I think we can use that to solve this issue (by putting the fifo somewhere on the host disk and adding a bind-mount to $CANINE_DOCKER_ARGS) and solve the issue with local overrides, by also adding a bind mount for the mount point to $CANINE_DOCKER_ARGS

@julianhess julianhess added bug Something isn't working Triage New issues which haven't been assigned to a project and need attention labels Apr 24, 2020
@agraubert agraubert removed the Triage New issues which haven't been assigned to a project and need attention label May 1, 2020
@agraubert agraubert added this to High Priority in Bugs via automation May 1, 2020
@agraubert agraubert moved this from High Priority to In Progress in Bugs May 1, 2020
Bugs automation moved this from In Progress to Resolved May 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Bugs
  
Resolved
Development

Successfully merging a pull request may close this issue.

2 participants