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

multipass shell launching a VM is unexpected #1133

Closed
OddBloke opened this issue Oct 21, 2019 · 2 comments · Fixed by #3649
Closed

multipass shell launching a VM is unexpected #1133

OddBloke opened this issue Oct 21, 2019 · 2 comments · Fixed by #3649

Comments

@OddBloke
Copy link

I just typed multipass shell and accidentally hit Return before typing my instance name in, and was very surprised to see multipass launch a new VM. This was particularly confusing given that the short help says "Open a shell on a running instance" (emphasis mine, of course), so that's what I assumed it did.

Once I'd seen this happen, I looked at the full help text, and I think we also have some confusing wording there. Specifically, "If the instance is not running, an attempt is made to start it" is inaccurate, as multipass did not attempt to start it, it instead launched a completely new VM.

@Saviq
Copy link
Collaborator

Saviq commented Oct 22, 2019

This is the primary instance (see release notes for 0.7.0) feature. It's meant to be a shortcut to your default instance, which gets launched for you if you just issue a multipass shell.

We should probably improve the help text around it, and add a bit more feedback when first launching it.

@OddBloke
Copy link
Author

OddBloke commented Oct 22, 2019 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants