Displaying 20 results from an estimated 33 matches for "name_label".
Did you mean:
named_label
2009 Sep 30
5
Cant create new VM: Error -> ERROR (XendDomainInfo:445) VM start failed
...0, 30, self._constructDomain)
File "usr/lib64/python2.5/site-packages/xen/xend/XendTask.py", line 209, in log_progress
retval = func(*args, **kwds)
File "usr/lib64/python2.5/site-packages/xen/xend/XendDomainInfo.py", line 2069, in _constructDomain
self.info[''name_label''])
VmError: Creating domain failed: name=de-smartnet-asterisk
[2009-09-30 15:42:57 23165] ERROR (XendDomainInfo:94) Domain construction failed
Traceback (most recent call last):
File "usr/lib64/python2.5/site-packages/xen/xend/XendDomainInfo.py", line 92, in create
vm.start...
2010 Feb 02
1
DomU won''t start on 3.4.2
...s(0, 30, self._constructDomain)
File "/usr/lib/python2.5/site-packages/xen/xend/XendTask.py", line
209, in log_progress
retval = func(*args, **kwds)
File "/usr/lib/python2.5/site-packages/xen/xend/XendDomainInfo.py",
line 2352, in _constructDomain
self.info[''name_label''])
VmError: Creating domain failed: name=ns1
[2010-02-02 11:35:18 4049] ERROR (XendDomainInfo:97) Domain construction
failed
Traceback (most recent call last):
File "/usr/lib/python2.5/site-packages/xen/xend/XendDomainInfo.py",
line 95, in create
vm.start()
File "/us...
2010 May 19
0
Hi - Regarding xend - xm create Error
...39;', ''vbd_refs'': [''7c196b93-66a6-b6c6-fb14-66ae6870d356'',
''3c9b94ed-e547-29c0-584e-eef991f7be3e''], ''PV_ramdisk'':
''/boot/initrd-2.6.18-xen.img'', ''memory_dynamic_min'': 536870912,
''name_label'': ''osc'', ''VCPUs_at_startup'': 1, ''HVM_boot_params'': {},
''platform'': {}, ''PV_kernel'': ''/boot/vmlinuz-2.6.18.8-xen'',
''console_refs'': [], ''on_xend_stop'...
2009 May 27
0
VM start failed - How to debug?
...ess(0, 30, self._constructDomain)
File "usr/lib/python2.5/site-packages/xen/xend/XendTask.py", line
209, in log_progress
retval = func(*args, **kwds)
File "usr/lib/python2.5/site-packages/xen/xend/XendDomainInfo.py",
line 2343, in _constructDomain
self.info[''name_label''])
VmError: Creating domain failed: name=www1
[2009-05-27 15:00:31 5237] ERROR (XendDomainInfo:97) Domain construction failed
Traceback (most recent call last):
File "usr/lib/python2.5/site-packages/xen/xend/XendDomainInfo.py",
line 95, in create
vm.start()
File "usr...
2007 May 14
1
XenDomainInfo.py: Can hang in _releaseDevices.
...:
# Log and swallow any exceptions in removal --
# there''s nothing more we can do.
log.exception(
"Device release failed: %s; %s; %s",
self.info[''name_label''], devclass, dev)
if t.commit():
break
If commit() doesn''t work because (for example) the device has already
been removed or not correctly created, it will hang xend forever. [I
managed to create such a case when adding some extra case to remove some
o...
2007 Feb 02
0
[PATCH] [Xm-TEST] Fix XAPI test case 02
...tools/xm-test/tests/xapi/02_xapi-vbd_basic.py
+++ root/xen-unstable.hg/tools/xm-test/tests/xapi/02_xapi-vbd_basic.py
@@ -4,13 +4,14 @@
# Author: Stefan Berger <stefanb@us.ibm.com>
# Tests related to SR, VDI, VBD
+# Based on the ''C'' code.
#
# Used methods:
# SR: get_by_name_label, get_VDIs
#
# VDI: create, get_name_label, destroy
#
-# VBD: create, get_driver, get_mode, get_VM, get_VDI, get_device
+# VBD: create, get_driver, get_mode, get_VM, get_VDI, get_device,
get_type
#
# VM: get_VBDs
@@ -43,15 +44,17 @@ vdi_rec = { ''name_label'' : "My disk...
2010 May 05
1
VDI size on local repository always 0
Hello guys,
I''m working on a cloud computing project involving Xen Hypervisor. I
looked for the issue described in the subject in old posts but no success.
I''m using the local storage repository and I can''t set physical_utilisation
and virtual_utilisation via xen API because XendVDI.py has hardcoded the 0
value for local repository while is passed for QcoW storage
2007 Mar 05
2
[PATCH] Make save/restore of multiple VCPU contexts arch dependent
...mp_suspend = 1
+ else:
+ mp_suspend = 0
+
to_store = {
''domid'': str(self.domid),
''vm'': self.vmpath,
''name'': self.info[''name_label''],
''console/limit'': str(xoptions.get_console_limit() * 1024),
''memory/target'': str(self.info[''memory_static_min''] * 1024),
- ''control/platform-feature-multiprocessor-suspend'...
2009 Mar 21
0
Bug#520641: Cannot create HVM domain
...ogress(0, 30, self._constructDomain)
File "/usr/lib/xen-3.2-1/lib/python/xen/xend/XendTask.py", line 209,
in log_progress
retval = func(*args, **kwds)
File "/usr/lib/xen-3.2-1/lib/python/xen/xend/XendDomainInfo.py", line
1656, in _constructDomain
self.info['name_label'])
VmError: Creating domain failed: name=heceptor
[2009-03-21 14:14:46 25927] DEBUG (XendDomainInfo:1897)
XendDomainInfo.destroy: domid=None
[2009-03-21 14:14:46 25927] ERROR (XendDomainInfo:89) Domain
construction failed
Traceback (most recent call last):
File "/usr/lib/xen-3.2-1/lib...
2009 Apr 17
2
Problems creating hvm guest after dom0 reboot
...rogress(0, 30, self._constructDomain)
File "/usr/lib/xen-3.2-1/lib/python/xen/xend/XendTask.py", line 209, in
log_progress
retval = func(*args, **kwds)
File "/usr/lib/xen-3.2-1/lib/python/xen/xend/XendDomainInfo.py", line
1656, in _constructDomain
self.info[''name_label''])
VmError: Creating domain failed: name=xenwin2008
[2009-04-17 23:30:43 3028] DEBUG (XendDomainInfo:1897)
XendDomainInfo.destroy: domid=None
[2009-04-17 23:30:43 3028] ERROR (XendDomainInfo:89) Domain construction
failed
Traceback (most recent call last):
File "/usr/lib/xen-3.2-1/l...
2013 Jul 09
0
Xen + libvirt: VM name 'Domain-Unnamed' already exists
...om, False)
File "/ usr/lib64/python2.6/site-packages/xen/xend/XendDomainInfo.py", line 204, in recreate
vmpath = vmpath)
File "/ usr/lib64/python2.6/site-packages/xen/xend/XendDomainInfo.py", line 455, in __ init__
self._checkName (self.info ['name_label'])
File "/ usr/lib64/python2.6/site-packages/xen/xend/XendDomainInfo.py", line 3524, in _checkName
("The domain% s"% str (dom.domid)) or ""))
VmError: VM name 'Domain-Unnamed' already exists
...
2010 Oct 06
1
unknown bootloader
...'allowed_operations'' (''array''))
(''current_operations'' (''struct''
(''OpaqueRef:38ebb659-ac74-8e80-5ffe-a1da898f39ac'' ''start''))) (''power_state''
''Halted'') (''name_label'' ''PVG1'') (''name_description'' ''Installed via xe CLI'')
(''user_version'' ''1'') (''is_a_template'' (''boolean'' ''0'')) (''suspend_VDI''
'...
2010 Apr 28
4
XCP - VM creation from template and netinst
...9;allowed_operations'' (''array''))
(''current_operations'' (''struct''
(''OpaqueRef:6a47fd73-bd61-5c62-d4b0-1701082d132f'' ''start_on'')))
(''power_state'' ''Halted'') (''name_label'' ''Liberty'') (''name_description''
''Installed via xe CLI'') (''user_version'' ''1'') (''is_a_template'' (''boolean''
''0'')) (''suspend_VDI'' ...
2008 Feb 27
0
PATCH: Make QEMU send logs to stderr
...("spawning device models: %s %s", self.device_model, args)
# keep track of pid and spawned options to kill it later
- self.pid = os.spawnve(os.P_NOWAIT, self.device_model, args, env)
+
+ logfile = "/var/log/xen/qemu-dm-%s.log" % str(self.vm.info[''name_label''])
+ if os.path.exists(logfile):
+ if os.path.exists(logfile + ".1"):
+ os.unlink(logfile + ".1")
+ os.rename(logfile, logfile + ".1")
+
+ null = os.open("/dev/null", os.O_RDONLY)
+ logfd = os...
2014 Aug 31
0
Bug#444000: [ijc@hellion.org.uk: move core dumps to /var/lib/xen/dump]
...xen.orig/tools/python/xen/xend/XendDomainInfo.py 2013-08-16 14:45:07.725110096 +0100
++++ xen/tools/python/xen/xend/XendDomainInfo.py 2013-08-16 14:48:11.119896959 +0100
+@@ -2283,7 +2283,7 @@
+ # To prohibit directory traversal
+ based_name = os.path.basename(self.info['name_label'])
+
+- coredir = "/var/xen/dump/%s" % (based_name)
++ coredir = "/var/lib/xen/dump/%s" % (based_name)
+ if not os.path.exists(coredir):
+ try:
+ mkdir.parents(coredir, stat.S_IRWXU)
+@@ -2292...
2013 Aug 16
2
Bug#706233: move core dumps to /var/lib/xen/dump
...xen.orig/tools/python/xen/xend/XendDomainInfo.py 2013-08-16 14:45:07.725110096 +0100
++++ xen/tools/python/xen/xend/XendDomainInfo.py 2013-08-16 14:48:11.119896959 +0100
+@@ -2283,7 +2283,7 @@
+ # To prohibit directory traversal
+ based_name = os.path.basename(self.info['name_label'])
+
+- coredir = "/var/xen/dump/%s" % (based_name)
++ coredir = "/var/lib/xen/dump/%s" % (based_name)
+ if not os.path.exists(coredir):
+ try:
+ mkdir.parents(coredir, stat.S_IRWXU)
+@@ -2292...
2009 Jul 28
0
Xen 3.2 @ Debian 5.0 / Debian 4.0 DomU crashes daily
...9;', ''vbd_refs'': [''17605587-2a3d-9bf7-cfd9-0a73d7e790a9'', ''4ea50e6a-3555-017e-1a5f-4f0743a1a823''], ''PV_ramdisk'': ''/boot/initrd.img-2.6.26-2-xen-686'', ''is_control_domain'': False, ''name_label'': ''ezbox-mail'', ''VCPUs_at_startup'': 1, ''HVM_boot_params'': {}, ''platform'': {}, ''PV_kernel'': ''/boot/vmlinuz-2.6.26-2-xen-686'', ''console_refs'': [''40da175e-201...
2008 Mar 25
1
Xen3.1 Etch-backports | VE already running
...39;: '''',
''actions_after_crash'': ''restart'', ''vbd_refs'':
[''dc7aeab1-5342-af00-6541-57ca33bb0218''], ''PV_ramdisk'': '''',
''is_control_domain'': False, ''name_label'': ''vadmin90'',
''VCPUs_at_startup'': 1, ''HVM_boot_params'': {}, ''platform'': {},
''cpu_weight'': 1, ''console_refs'':
[''61457634-eda8-9e62-49d9-75bf34fb833f''], ''...
2007 May 23
6
xm shutdown timeout
xend has a timeout such that if an ''xm shutdown'' request does not result
in the domain shutting down within a certain time period, the domain is
violently destroyed.
This seems like a strange choice - if the domain isn''t responding
properly to such requests, then it must be in a buggy state, and should
surely be preserved for administrator action (dumping core,
2010 Oct 24
1
Bug#601271: xen-utils-4.0: domain fails to reboot (AttributeError: 'NoneType' object has no attribute 'getBitSize')
...oader': '',
'actions_after_crash': 'restart', 'vbd_refs': ['7fbf7b8c-5145-f7df-7a13-8bc64d24381b'], 'PV_ramdisk': '', 'memory_dynamic_min': 268435456, '_temp_ramdisk': '/var/run/xend/boot/boot_ramdisk.f9RnrM', 'name_label': 'XXXXX', 'VCPUs_at_startup': 1, 'HVM_boot_params': {}, 'platform': {'tsc_mode': 0, 'videoram': 4, 'pci': [], 'nomigrate': 0}, 'PV_kernel': '', 'console_refs': ['dc4d58f3-baa7-3475-ad9c-9fb9043b152e'...