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

--mount-string and --mount not working properly #2080

Closed
danielmischler opened this issue Oct 18, 2017 · 1 comment · Fixed by #2483
Closed

--mount-string and --mount not working properly #2080

danielmischler opened this issue Oct 18, 2017 · 1 comment · Fixed by #2483
Labels
area/mount kind/bug Categorizes issue or PR as related to a bug. lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale.

Comments

@danielmischler
Copy link

danielmischler commented Oct 18, 2017

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

Please provide the following details:

Environment:

Minikube version (use minikube version): v0.22.3

  • OS (e.g. from /etc/os-release): MacOS 10.11.6
  • VM Driver (e.g. cat ~/.minikube/machines/minikube/config.json | grep DriverName): virtualbox
  • ISO version (e.g. cat ~/.minikube/machines/minikube/config.json | grep -i ISO or minikube ssh cat /etc/VERSION): v0.23.5
  • Install tools:
  • Others:

What happened:
The following command does not mount the test folder unless there is a vm with profile 'minikube' present:

minikube start --profile test --mount-string test:/mnt/test --mount

What you expected to happen:
The mounting should happen independently of the presence of a vm with a profile 'minikube'.

How to reproduce it (as minimally and precisely as possible):
Does not work:

minikube delete --profile minikube
minikube delete --profile test
minikube start --profile test --mount-string test:/mnt/test --mount

Does work:

minikube delete --profile minikube
minikube delete --profile test
minikube start --profile minikube
minikube stop --profile minikube
minikube start --profile test --mount-string test:/mnt/test --mount
@r2d4 r2d4 added area/mount kind/bug Categorizes issue or PR as related to a bug. labels Oct 18, 2017
@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.

Prevent issues from auto-closing with an /lifecycle frozen comment.

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 Jan 17, 2018
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/stale Denotes an issue or PR has remained open with no activity and has become stale.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants