mirror of
https://github.com/retspen/webvirtmgr.git
synced 2026-04-25 23:55:57 +03:00
[GH-ISSUE #491] Create Custom Instance -> VCPU - Only 1 digit accepted #367
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @meulie on GitHub (Jan 19, 2015).
Original GitHub issue: https://github.com/retspen/webvirtmgr/issues/491
When creating a custom instance I'm not able to set VCPU > 9.
@aafanasyev commented on GitHub (Jan 19, 2015):
Try this one:
https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/5/html/Virtualization/ch33s08.html
My experience told me that you need to tweak the xml, not all options are available through webvirtmgr.
@meulie commented on GitHub (Jan 19, 2015):
Oh, I'm aware on how to fix it afterwards. I just thought it would be a cool feature if this would be configurable during initial creation of the instance...
@Worldexe commented on GitHub (Oct 5, 2016):
This can be easily fixed in templates; there is no server-side validation.
Also, there is no such issue in instance Setting screen; you can add VM with low settings and edit them later to whatever you want.
Anyway, this project looks like dead one (year-ago pull requests are still not merged).