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

"dvc pull" does not work in the result branch if a sshfs connection is mounted #27

Open
mastaer opened this issue Feb 29, 2020 · 0 comments
Labels
bug Something isn't working Important This feature is really important

Comments

@mastaer
Copy link
Collaborator

mastaer commented Feb 29, 2020

Describe the bug

Entsprechend dem Tutorial habe ich mit sshfs den data Ordner
gemountet, um externe Daten verwenden zu können, was soweit auch
funktioniert.
Wenn ich dann aber nach erfolgreich abgeschlossenem Job die Ergebnisse
ansehen will (git pull, git checkout rcc_00XX_ergebnis_branch, dvc
pull), bekomme ich eine Fehlermeldung:

rmdir: data: Das Gerät oder die Ressource ist belegt

Wenn ich vorher mit fusermount -u data den Dataordner wieder unmounte,
funktioniert alles wie erwartet. Ist das das zu erwartende Verhalten?
Muss ich also "data" unmounten, um die Ergebnisse ansehen zu können?
Und dann erneut mounten, um einen neuen Job zu starten?

dvc -V 0.87.0
faice -v 9.1.0
dvc-cc -v 0.8.66

@mastaer mastaer added bug Something isn't working Important This feature is really important labels Feb 29, 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 Important This feature is really important
Projects
None yet
Development

No branches or pull requests

1 participant