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

NFS creation from custom image fails silently #40

Open
julianhess opened this issue Mar 18, 2020 · 2 comments
Open

NFS creation from custom image fails silently #40

julianhess opened this issue Mar 18, 2020 · 2 comments
Labels
backend_docker_transient Issues related to the transient Docker backend bug Something isn't working enhancement New feature or request ux Feature that improve the user experience

Comments

@julianhess
Copy link
Collaborator

If the user specifies an invalid image/project, or does not have permission to view the specified image, the backend will hang forever at "Waiting for NFS to be ready …"

@julianhess julianhess added enhancement New feature or request Triage New issues which haven't been assigned to a project and need attention ux Feature that improve the user experience backend_docker_transient Issues related to the transient Docker backend labels Mar 18, 2020
@agraubert agraubert added bug Something isn't working and removed Triage New issues which haven't been assigned to a project and need attention labels Mar 20, 2020
@agraubert
Copy link
Collaborator

Should be an easy fix. We can just run a permissions check during __init__ or __enter__

@julianhess
Copy link
Collaborator Author

Also add a timeout — if it takes longer than ~5-10 minutes at this step, abort.

We could warn the user early that the operation is taking abnormally long after ~1 minute.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend_docker_transient Issues related to the transient Docker backend bug Something isn't working enhancement New feature or request ux Feature that improve the user experience
Projects
None yet
Development

No branches or pull requests

2 participants