Displaying 17 results from an estimated 17 matches for "vcpus_params".
2010 Aug 10
4
[PATCH] Values of cpu_weight and cpu_cap are lost after xend restart
...For managed domains in state ''halted'' I always get default values
for cpu_cap / cpu_weight after xend restart.
This is because the names of parameters differ between a SXP file to
create a VM (here the parameter names are cpu_cap / cpu_weight) and
a SXP file of a managed VM (here vcpus_params (cap 0) (weight 0)).
But XendConfig.py reads only cpu_cap / cpu_weight and if not found,
default values are used.
The patch reads first vcpus_params (cap, weight), if not found then cpu_cap,
cpu_weight and if both parameters are missing it uses the default values.
Signed-off-by: Lutz Dube Lutz.Du...
2008 Feb 28
0
[PATCH] Remove duplicate setResume()
...hon/xen/xend/XendDomainInfo.py
--- a/tools/python/xen/xend/XendDomainInfo.py Tue Feb 26 15:11:51 2008 +0000
+++ b/tools/python/xen/xend/XendDomainInfo.py Thu Feb 28 18:27:49 2008 +0900
@@ -1406,9 +1406,6 @@ class XendDomainInfo:
def setWeight(self, cpu_weight):
self.info[''vcpus_params''][''weight''] = cpu_weight
- def setResume(self, state):
- self._resume = state
-
def getRestartCount(self):
return self._readVm(''xend/restart_count'')
_______________________________________________
Xen-devel mailing list
Xen...
2010 Oct 06
1
unknown bootloader
...'') (''memory_static_max'' ''268435456'') (''memory_dynamic_max''
''268435456'') (''memory_dynamic_min'' ''268435456'') (''memory_static_min'' ''1024'')
(''VCPUs_params'' (''struct'')) (''VCPUs_max'' ''1'') (''VCPUs_at_startup'' ''1'')
(''actions_after_shutdown'' ''destroy'') (''actions_after_reboot'' ''restart'')...
2010 Apr 28
4
XCP - VM creation from template and netinst
...9;) (''memory_static_max'' ''1073741824'') (''memory_dynamic_max''
''1073741824'') (''memory_dynamic_min'' ''1073741824'') (''memory_static_min''
''536870912'') (''VCPUs_params'' (''struct'')) (''VCPUs_max'' ''1'')
(''VCPUs_at_startup'' ''1'') (''actions_after_shutdown'' ''destroy'')
(''actions_after_reboot'' ''restart'')...
2010 May 19
0
Hi - Regarding xend - xm create Error
...[''dev'',
''xvda2''], [''mode'', ''w'']]], [''device'', [''vif'', [''mac'',
''00:16:3e:36:00:11'']]]]
None
[2010-05-19 11:45:35 12078] ERROR (XendDomainInfo:88) {''vcpus_params'':
{''cap'': 0, ''weight'': 256}, ''PV_args'': ''root=/dev/xvda1 ro
ip=138.15.164.190:127.0.255.255::::eth0:no xencons=tty'', ''features'':
'''', ''cpus'': [[]], ''actions...
2009 Jul 28
0
Xen 3.2 @ Debian 5.0 / Debian 4.0 DomU crashes daily
...o.destroyDevice: deviceClass = console, device = console/0
[2009-07-27 12:24:33 5312] DEBUG (XendDomainInfo:1534) No device model
[2009-07-27 12:24:33 5312] DEBUG (XendDomainInfo:1536) Releasing devices
[2009-07-27 12:24:33 5312] DEBUG (XendDomainInfo:106) XendDomainInfo.create_from_dict({''vcpus_params'': {''cap'': 0, ''weight'': 256}, ''PV_args'': ''root=/dev/sda1 w 2 xencons=tty'', ''features'': '''', ''cpus'': [],''paused'': 0, ''domid'': 90, &...
2008 Mar 25
1
Xen3.1 Etch-backports | VE already running
...device = vbd/769
[2008-03-25 18:43:27 2695] DEBUG (__init__:1072) Removing console/0
[2008-03-25 18:43:27 2695] DEBUG (__init__:1072)
XendDomainInfo.destroyDevice: deviceClass = console, device = console/0
[2008-03-25 18:43:27 2695] DEBUG (__init__:1072)
XendDomainInfo.create_from_dict({''vcpus_params'': {}, ''PV_args'':
''root=/dev/hda1 '', ''features'': '''', ''cpus'': [], ''paused'': 0, ''domid'':
6, ''shutdown'': 0, ''VCPUs_live'': 1, '...
2010 Oct 24
1
Bug#601271: xen-utils-4.0: domain fails to reboot (AttributeError: 'NoneType' object has no attribute 'getBitSize')
...1712
[2010-10-23 17:48:58 1679] DEBUG (XendDomainInfo:2424) Removing console/0
[2010-10-23 17:48:58 1679] DEBUG (XendDomainInfo:1286) XendDomainInfo.destroyDev
ice: deviceClass = console, device = console/0
[2010-10-23 17:48:58 1679] DEBUG (XendDomainInfo:123) XendDomainInfo.create_from
_dict({'vcpus_params': {'cap': 0, 'weight': 256}, 'PV_args': '', 'other_config':
{}, 'features': '', 'cpus': [[]], 'paused': 0, 'use_tmp_kernel': True, 'domid':
2, 'memory_sharing': 0, 'superpages': 0, 'VCP...
2010 Jun 24
1
VGA passthrough - guest shows blank screen on startup
...F in $BDFS
do
[ ! -e /sys/bus/pci/devices/$BDF/driver/unbind ] || \
echo -n $BDF > /sys/bus/pci/devices/$BDF/driver/unbind
echo -n $BDF > /sys/bus/pci/drivers/pciback/new_slot
echo -n $BDF > /sys/bus/pci/drivers/pciback/bind
done
*Win7 Gues config.sxp*:
(domain
(domid 1)
(vcpus_params ((cap 0) (weight 256)))
(PV_args )
(memory_static_min 0)
(HVM_boot_policy ''BIOS order'')
(PV_bootloader )
(auto_power_on False)
(memory_static_max 2147483648)
(cpus (() () ()))
(actions_after_shutdown destroy)
(memory_dynamic_max 2147483648)...
2011 May 17
6
Problems creating a Fedora 14 domU using XCP 1.0 and xe
Hi Folks:
I am having trouble creating a Fedora 14 domU on a XCP 1.0 dom0
hypervisor and am hoping that someone can help me figure out what I am
doing wrong.
Here is what I did (per the user''s guide and reference manual):
## Step 1. Create the VM:
# uuid=$(xe vm-install template=''Other install media''
new-name-label=''test'')
## Note: I also tried
2011 Oct 29
0
Bug#644100: Boot loader didn't return any data! if reboot domU with disk DRBD
...713
[2011-10-29 21:07:41 26862] DEBUG (XendDomainInfo:2424) Removing console/0
[2011-10-29 21:07:41 26862] DEBUG (XendDomainInfo:1286) XendDomainInfo.destroyDevice: deviceClass = console, device = console/0
[2011-10-29 21:07:41 26862] DEBUG (XendDomainInfo:123) XendDomainInfo.create_from_dict({'vcpus_params': {'cap': 0, 'weight': 256}, 'PV_args': 'root=/
dev/xvda2 ro ', 'other_config': {}, 'features': '', 'cpus': [[8, 9, 10, 11, 12, 13, 14, 15]], 'paused': 0, 'use_tmp_kernel': True, 'domid': 42, 'memo
ry_sh...
2009 Jun 26
14
Unable to install Solaris 10 Update 7 Dom-U
uname -a
SunOS i7 5.11 snv_114 i86pc i386 i86xpv
The box is a core i7 with 6GB of RAM.
The command
virt-install --name 10u7 --ram 1024 --hvm --file /guests/10u7
--os-type=solaris os-variant=solaris10 --location
/export/iso/sol-10-u7-ga-x86-dvd.iso
get as far as opening the VNC client, when I select Solaris from grub,
the OS starts to boot then panics, closing the session. So I
2010 Jul 06
6
Xen 3.2.1-2 on Debian Lenny 2.6.26 2.6.26-24
Hi,
Recently I have installed Debian Lenny on two different machines (different
ram size, disks, Xeon dual and quad core, filesystems both xfs and ext3,
etc). Packages versions:
Dom0:
ii libc6-xen 2.7-18lenny4 GNU C
Library: Shared libraries [Xen version]
ii libxenstore3.0 3.2.1-2 Xenstore
communications
2008 Aug 09
4
Upgrade 3.0.3 to 3.2.1
....destroyDevice: deviceClass = console, device = console/0
[2008-08-09 17:18:55 7001] DEBUG (XendDomainInfo:1534) No device model
[2008-08-09 17:18:55 7001] DEBUG (XendDomainInfo:1536) Releasing devices
[2008-08-09 17:18:55 7001] DEBUG (XendDomainInfo:106)
XendDomainInfo.create_from_dict({''vcpus_params'': {''cap'': 0, ''weight'':
256}, ''PV_args'': ''root=/dev/md0 ro
ip=192.168.83.36:1.2.3.4:192.168.83.1:255.255.255.0:test1:eth0:off
md=0,/dev/sda2,/dev/sdb2 md=1,/dev/sda1,/dev/sdb1'', ''features'': '...
2013 Jul 28
4
Fedora 19 installation with virt-install
...EBUG (DevController:139) Waiting for devices
vusb.
[2013-07-28 12:57:17 5300] DEBUG (DevController:139) Waiting for devices
vtpm.
[2013-07-28 12:57:17 5300] INFO (XendDomain:1206) Domain fedora19 (49)
unpaused.
[2013-07-28 12:57:17 5300] DEBUG (XendDomainInfo:258)
XendDomainInfo.createDormant({'vcpus_params': {'cap': 0, 'weight': 256},
'PV_args': '', 'features': '', 'cpus': [[]], 'use_tmp_kernel': False,
'devices': {'271764f3-c77a-06a2-33c8-1f1eb5fdd3ce': ('vbd', {'uuid':
'271764f3-c77a-06a2-33c8-1f...
2008 Aug 26
39
PV Grub Questions
I am using Xen 3.3 from source.
My PV guest boots fine with the normal kernel and initrd options
When I boot the guest with PV GRUB I only get:
GNU GRUB version 0.97 (65536K lower / 0K upper memory)
[ Minimal BASH-like line editing is supported. For
the first word, TAB lists possible command
completions. Anywhere else TAB lists the possible
2010 Jun 25
1
[SPAM] The Infamous "Device 0 (vif) could not be connected. Hotplug scripts not working."
...lopment-1.swap) (dev sda2) (mode w)))
(device (vif (ip 192.168.7.61) (bridge xenbr1))))
;; Local Variables:
;; mode:lisp;
;; End:
---(xend.log)-----------------------------------------------------------
[2010-06-25 02:02:05 2821] DEBUG (XendDomainInfo:258) XendDomainInfo.createDormant({''vcpus_params'': {''cap'': 0, ''weight'': 256}, ''PV_args'': ''root=/dev/sda1 xencons=tty'', ''features'': '''', ''cpus'': [[], [], [], []], ''use_tmp_kernel'': False, ''...