[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] RE: [Xen-users] "Error: an integer is required", starting hvm machinesduring boot, kernel errors
Yes? # A name for your domain. All domains must have different names. name = "ExampleDomain" # 128-bit UUID for the domain. The default behavior is to generate a new UUID # on each call to 'xm create'. #uuid = "06ed00fe-1162-4fc4-b5d8-11993ee4a8b9" # List of which CPUS this domain is allowed to use, default Xen picks #cpus = "" # leave to Xen to pick #cpus = "0" # all vcpus run on CPU0 #cpus = "0-3,5,^1" # run on cpus 0,2,3,5 # Number of Virtual CPUS to use, default is 1 #vcpus = 1 #----------------------------------------------------------------------- ----- # Define network interfaces. # By default, no network interfaces are configured. You may have one created # with sensible defaults using an empty vif clause: # # vif = [ '' ] # # or optionally override backend, bridge, ip, mac, script, type, or vifname: # # vif = [ 'mac=00:16:3e:00:00:11, bridge=xenbr0' ] # # or more than one interface may be configured: # # vif = [ '', 'bridge=xenbr1' ] vif = [ '' ] Cheers -----Original Message----- From: Fabian Holler [mailto:fho@xxxxxxxxxxx] Sent: 06 October 2006 15:16 To: Christoph Berlin Cc: xen-users@xxxxxxxxxxxxxxxxxxx Subject: Re: [Xen-users] "Error: an integer is required", starting hvm machinesduring boot, kernel errors On 06.10.2006 15:32, Christoph Berlin wrote: > As far as I know is vcpus the value for the virtual cpus of each vm. > Default is 1. The cpus value allows XEN to use the cpus within the > hardware box. And "0" means Xen vcpus run on CPU0. http://www.cl.cam.ac.uk/research/srg/netos/xen/readmes/user/user.html#SE CTION03000000000000000000 Manual "5.1 Configuration Files: "vcpus The number of virtual CPUs." :=) greetings Fabian _______________________________________________ Xen-users mailing list Xen-users@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-users
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |