You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Qubes VM Manager, click VM, Create new VM, type "example.2" as VM name and click OK.
Expected behavior:
Both, OR none, of VMs "example.1" and "example.2" are created.
Actual behavior:
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.
The text was updated successfully, but these errors were encountered:
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.
Qubes OS version: R3.2
Steps to reproduce the behavior:
qvm-create --label red example.1
Expected behavior:
Actual behavior:
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.The text was updated successfully, but these errors were encountered: