[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] "xm vcpu-pin" error
Huang2, Wei wrote: I saw a warning message when using "xm vcpu-pin" command on latest xen-unstable tree. ========I have seen this before, this issue is on my list. The problem is only occurring on Dom0 repinning. After having done the actual xc.vcpu_setaffinity call in XendDomain.py:1426, xend wants to set an entry in the Python array: cpus[v] = cpumap. This array has not been properly allocated for Dom0, thus forcing an assignment to an empty list. This is more or less cosmetic as long as you only pin one VCPU, but pinning all (e.g. xm vcpu-pin 0 all 4-7) will stop after the first VCPU, so you have to use some kind of shell-for-loop workaround _and_ ignore the error message. I haven't found a proper way to fix this yet.# xm vcpu-pin 0 0 0 Error: Cannot pin vcpu: 0 to cpu: [0] - list assignment index out of range Usage: xm vcpu-pin <Domain> <VCPU|all> <CPUs|all>Set which CPUs a VCPU can use.======== Regards, Andre. -- Andre Przywara AMD-Operating System Research Center (OSRC), Dresden, Germany Tel: +49 351 277-84917 ----to satisfy European Law for business letters: AMD Saxony Limited Liability Company & Co. KG, Wilschdorfer Landstr. 101, 01109 Dresden, Germany Register Court Dresden: HRA 4896, General Partner authorized to represent: AMD Saxony LLC (Wilmington, Delaware, US) General Manager of AMD Saxony LLC: Dr. Hans-R. Deppe, Thomas McCoy _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |