http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=897
Summary: domU create with different sched
Product: Xen
Version: unspecified
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Hypervisor
AssignedTo: xen-...@lists.xensource.com
ReportedBy: cerv...@fpf.slu.cz
i have xen-3.0.4-1
changeset Mon Jan 29 15:04:58 2007 +0000 13138:d401cb96d8a0
i'm using xen for voip applications with sched=sedf
but i have problem with domU creating
[2007-02-13 00:51:45 xend 14013] DEBUG (XendDomain:428) Adding Domain: 6
[2007-02-13 00:51:45 xend 14013] ERROR (XendDomain:1332) (22, 'Invalid
argument')
Traceback (most recent call last):
File
"/usr/src/xen-3.0.4-testing.hg/dist/install/usr/lib/python/xen/xend/XendDomain.py",
line 1330, in domain_sched_credit_set
Error: (22, 'Invalid argument')
unpause works, domU starts
with sched=credit and same domU config this isnt problem anymore
imho xend does not reflect sched=sedf and trying set credit params to the domU
howto reproduce:
1. set xen 3.0.4-1 server
2. set sched=sedf
3. create domU
reproducibility - always