Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
pve-manager
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
pve-manager
Commits
6d961322
Commit
6d961322
authored
Apr 24, 2012
by
Dietmar Maurer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix bug #174: add cpuunits to KVM options
parent
019b0abc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
0 deletions
+19
-0
changelog.Debian
debian/changelog.Debian
+2
-0
Options.js
www/manager/qemu/Options.js
+17
-0
No files found.
debian/changelog.Debian
View file @
6d961322
...
...
@@ -4,6 +4,8 @@ pve-manager (2.0-64) unstable; urgency=low
warning icon for such actions
* fix bug #177: allow memory up to 512GB
* fix bug #174: add cpuunits to KVM options
-- Proxmox Support Team <support@proxmox.com> Tue, 24 Apr 2012 08:09:23 +0200
...
...
www/manager/qemu/Options.js
View file @
6d961322
...
...
@@ -139,6 +139,23 @@ Ext.define('PVE.qemu.Options', {
}
}
:
undefined
},
cpuunits
:
{
header
:
'
CPU units
'
,
defaultValue
:
'
1000
'
,
editor
:
caps
.
vms
[
'
VM.Config.CPU
'
]
?
{
xtype
:
'
pveWindowEdit
'
,
subject
:
'
CPU units
'
,
items
:
{
xtype
:
'
numberfield
'
,
name
:
'
cpuunits
'
,
fieldLabel
:
'
CPU units
'
,
minValue
:
8
,
maxValue
:
500000
,
defaultValue
:
1000
,
allowBlank
:
false
}
}
:
undefined
},
freeze
:
{
header
:
'
Freeze CPU at startup
'
,
defaultValue
:
false
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment