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

qvm-start succeeds for already running domains, even without --skip-if-running #3130

Closed
yomimono opened this Issue Sep 27, 2017 · 0 comments

Comments

Projects
None yet
3 participants
@yomimono

Qubes OS version (e.g., R3.2):

r4.0 rc1

Affected TemplateVMs (e.g., fedora-23, if applicable):


Steps to reproduce the behavior:

qvm-start myvm
qvm-start myvm
echo $?

Expected behavior:

The second qvm-start should fail, as per the documentation, unless --skip-if-running is passed.

Actual behavior:

qvm-start returns 0 on the second invocation.

General notes:


Related issues:

@yomimono yomimono referenced this issue in QubesOS/qubes-core-admin-client Sep 27, 2017

Merged

qvm-start: exit if domain running and no --skip-if-running #28

@andrewdavidwong andrewdavidwong added this to the Release 4.0 milestone Sep 29, 2017

marmarek added a commit to marmarek/qubes-core-admin-client that referenced this issue Oct 8, 2017

@qubesos-bot qubesos-bot referenced this issue in QubesOS/updates-status Oct 8, 2017

Closed

core-admin-client v4.0.7 (r4.0) #251

fepitre added a commit to fepitre/qubes-core-admin-client that referenced this issue Oct 16, 2017

@marmarek marmarek closed this Nov 7, 2017

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