Xen 
 
Home About Xen.org Xen Xen Summit Wiki Mailing List Bug Tracker Xen Downloads
 
   
 

xen-bugs

[Xen-bugs] [Bug 457] New: vcpu-set doesn't work on x86_64bit

To: xen-bugs@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-bugs] [Bug 457] New: vcpu-set doesn't work on x86_64bit
From: bugzilla-daemon@xxxxxxxxxxxxxxxxxxx
Date: Sun, 18 Dec 2005 02:35:01 +0000
Delivery-date: Sun, 18 Dec 2005 02:39:47 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-bugs-request@lists.xensource.com?subject=help>
List-id: Xen Bugzilla <xen-bugs.lists.xensource.com>
List-post: <mailto:xen-bugs@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-bugs>, <mailto:xen-bugs-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-bugs>, <mailto:xen-bugs-request@lists.xensource.com?subject=unsubscribe>
Reply-to: bugs@xxxxxxxxxxxxxxxxxx
Sender: xen-bugs-bounces@xxxxxxxxxxxxxxxxxxx
http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=457

           Summary: vcpu-set doesn't work on x86_64bit
           Product: Xen
           Version: unstable
          Platform: All
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Unspecified
        AssignedTo: xen-bugs@xxxxxxxxxxxxxxxxxxx
        ReportedBy: pvanhoof@xxxxxxxxx


The command doesn't work on my x86_64bit setup. I've set the cpus and the vcpus
setting correctly in my configuration file (I have, for example, 4 cpu's. So
I've set it to 0-4 and 4). When I do vcpu-set to, for example, 3, xm list keeps
telling me the domain is using 4 vcpu's. /proc/cpuinfo on the xenU kernel tells
me the same thing.

[root@oceanus xen]# xm list
Name                              ID Mem(MiB) VCPUs State  Time(s)
Domain-0                           0     7060     4 r-----   432.1
pvanhoof                           8     1000     1 -b----     1.7
[root@oceanus xen]# xm vcpu-set pvanhoof 3
[root@oceanus xen]# xm list
Name                              ID Mem(MiB) VCPUs State  Time(s)
Domain-0                           0     7060     4 r-----   432.5
pvanhoof                           8     1000     1 -b----     1.7
[root@oceanus xen]# cat auto/pvanhoof.xen.cfg | grep cpu
cpus = "0-4"
vcpus = 0
[root@oceanus xen]#

-- 
Configure bugmail: 
http://bugzilla.xensource.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

_______________________________________________
Xen-bugs mailing list
Xen-bugs@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-bugs

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-bugs] [Bug 457] New: vcpu-set doesn't work on x86_64bit, bugzilla-daemon <=