Bug 1294624 - (v0.5) Lago uses 4vCPUs by default - which is too much on lower end hosts
Summary: (v0.5) Lago uses 4vCPUs by default - which is too much on lower end hosts
Keywords:
Status: CLOSED UPSTREAM
Alias: None
Product: ovirt-system-tests
Classification: Community
Component: RFEs
Version: 0.4
Hardware: x86_64
OS: Linux
unspecified
medium
Target Milestone: ---
: ---
Assignee: David Caro
QA Contact: Pavel Stehlik
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-12-29 10:30 UTC by Yaniv Kaul
Modified: 2016-04-21 18:14 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-01-21 10:22:46 UTC
oVirt Team: ---
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
oVirt gerrit 52536 0 None None None 2016-01-21 10:49:35 UTC

Description Yaniv Kaul 2015-12-29 10:30:34 UTC
Description of problem:
There's no value in running the hosts, the storage with 4 vCPUs. Especially on my low end hosts, it may cause CPU contention.

Version-Release number of selected component (if applicable):
0.5


Additional info:
Change /usr/lib/ptrhon2.7/site-packages/lago/virt.py :
 682             '@VCPU@': self._spec.get('vcpu', 4),
 683             '@CPU@': self._spec.get('cpu', 4),

to:
 682             '@VCPU@': self._spec.get('vcpu', 2),
 683             '@CPU@': self._spec.get('cpu', 2),



Should fix that.

Comment 1 Yaniv Kaul 2016-01-21 10:49:36 UTC
https://gerrit.ovirt.org/#/c/52536/ implements this little change.

Comment 2 Eyal Edri 2016-01-21 12:47:22 UTC
moved to: https://github.com/lago-project/lago/issues/5


Note You need to log in before you can comment on or make changes to this bug.