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

Are dots allowed in VM names? #3382

Closed
svenssonaxel opened this Issue Dec 9, 2017 · 2 comments

Comments

Projects
None yet
3 participants
@svenssonaxel

Qubes OS version: R3.2


Steps to reproduce the behavior:

  1. In dom0, execute qvm-create --label red example.1
  2. In Qubes VM Manager, click VM, Create new VM, type "example.2" as VM name and click OK.

Expected behavior:

  1. Both, OR none, of VMs "example.1" and "example.2" are created.

Actual behavior:

  1. VM "example.1" is created, but the VM created through the manager is named "example2" rather than "example.2".

General notes:

The input box for VM name does not accept the dot character.
If dots are allowed in VM names then it should be possible to type a dot in this input field.
If dots are not allowed in VM names then qvm-create should not accept names that include dots.

@unman

This comment has been minimized.

Show comment
Hide comment
@unman

unman Dec 9, 2017

Member

@andrewdavidwong Duplicate of #2422. Please close

Member

unman commented Dec 9, 2017

@andrewdavidwong Duplicate of #2422. Please close

@andrewdavidwong

This comment has been minimized.

Show comment
Hide comment
@andrewdavidwong

andrewdavidwong Dec 9, 2017

Member

This appears to be a duplicate of #2422. If you believe this is not really a duplicate, please leave a comment briefly explaining why. We'll be happy to take another look and, if appropriate, reopen this issue. Thank you.

Member

andrewdavidwong commented Dec 9, 2017

This appears to be a duplicate of #2422. If you believe this is not really a duplicate, please leave a comment briefly explaining why. We'll be happy to take another look and, if appropriate, reopen this issue. Thank you.

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