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

Minikube mount fails silently #2529

Closed
RoBorg opened this issue Feb 9, 2018 · 5 comments
Closed

Minikube mount fails silently #2529

RoBorg opened this issue Feb 9, 2018 · 5 comments
Labels
area/mount kind/bug Categorizes issue or PR as related to a bug. lifecycle/rotten Denotes an issue or PR that has aged beyond stale and will be auto-closed.

Comments

@RoBorg
Copy link

RoBorg commented Feb 9, 2018

Is this a BUG REPORT or FEATURE REQUEST? (choose one):
Bug report

Please provide the following details:

Minikube version: v0.25.0

  • OS: Windows 10
  • VM Driver: Hyper-v
  • ISO version: v0.23.6

What happened:
Mounted directory is empty on the minikube machine but no errors are visible

What you expected to happen:
Minikube should show an error (and preferably exit)

How to reproduce it:
Run minikube mount -v10 C:\my-project:/projects/my-project

Mounting C:\my-project into /projects/my-project on the minikube VM
This daemon process needs to stay alive for the mount to still be accessible...
ufs starting

Sometimes minikube fails to create the mount properly, but there's no indication of this from the command unless you run in verbose mode, e.g. minikube mount -v10 .....

It should display an error message and probably exit as it doesn't seem to retry at all.

@cz8s
Copy link

cz8s commented Feb 14, 2018

I had the same problem.
Realized it was the firewall on my mac that dropped the connection.
But the line on how to reproduce really helped finding the issue. <3

@marburps
Copy link

I have the same issue on Windows 10 OS.

@r2d4 r2d4 added kind/bug Categorizes issue or PR as related to a bug. area/mount labels Mar 5, 2018
@fejta-bot
Copy link

Issues go stale after 90d of inactivity.
Mark the issue as fresh with /remove-lifecycle stale.
Stale issues rot after an additional 30d of inactivity and eventually close.

If this issue is safe to close now please do so with /close.

Send feedback to sig-testing, kubernetes/test-infra and/or fejta.
/lifecycle stale

@k8s-ci-robot k8s-ci-robot added the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Jun 3, 2018
@fejta-bot
Copy link

Stale issues rot after 30d of inactivity.
Mark the issue as fresh with /remove-lifecycle rotten.
Rotten issues close after an additional 30d of inactivity.

If this issue is safe to close now please do so with /close.

Send feedback to sig-testing, kubernetes/test-infra and/or fejta.
/lifecycle rotten
/remove-lifecycle stale

@k8s-ci-robot k8s-ci-robot added lifecycle/rotten Denotes an issue or PR that has aged beyond stale and will be auto-closed. and removed lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. labels Jul 3, 2018
@fejta-bot
Copy link

Rotten issues close after 30d of inactivity.
Reopen the issue with /reopen.
Mark the issue as fresh with /remove-lifecycle rotten.

Send feedback to sig-testing, kubernetes/test-infra and/or fejta.
/close

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/mount kind/bug Categorizes issue or PR as related to a bug. lifecycle/rotten Denotes an issue or PR that has aged beyond stale and will be auto-closed.
Projects
None yet
Development

No branches or pull requests

6 participants