Displaying 20 results from an estimated 50 matches for "other_config".
2008 May 07
0
[PATCH] XM/XenAPI: Enable console other_config to be passed through Xen API
Currently console class''s "other_config" parameters (such as "vnclisten"
and "vncpasswd")
are not passed to xend when creating a domain by xm command through xen-api.
The attached patch fixes this problem.
Regards,
-----------------------
Yosuke Iwamatsu
NEC Corporation
_______________________________...
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 Jun 07
0
[PATCH] Remove unimplemented xm migrate --resource option
...#39;', short=''r'', val=''MBIT'',
- fn=set_int, default=0,
- use="Set level of resource usage for migration.")
-
def help():
return str(gopts)
@@ -65,11 +61,9 @@ def main(argv):
vm_ref = get_single_vm(dom)
other_config = {
"port": opts.vals.port,
- "resource": opts.vals.resource
}
server.xenapi.VM.migrate(vm_ref, dst, bool(opts.vals.live),
other_config)
else:
server.xend.domain.migrate(dom, dst, o...
2019 Mar 13
1
vlan tagging for openVSwitch
...owndelay : 0
bond_fake_iface : false
bond_mode : []
bond_updelay : 0
external_ids : {}
fake_bridge : false
interfaces : [35c0a914-a21a-43d7-9f63-adacffbb62bc]
lacp : []
mac : []
name : "ovsbr0"
other_config : {}
qos : []
statistics : {}
status : {}
tag : []
trunks : []
vlan_mode : []
No tags, no trunks, no vlan mode???
Is there something I missed (in docs though I sroogled exensively) ?
I also tried to add mode='...
2008 Mar 18
0
[PATCH] vfb: Add opengl option
...Thibault <samuel.thibault@eu.citrix.com>
diff -r 2ad29c586d49 tools/python/xen/xend/XendConfig.py
--- a/tools/python/xen/xend/XendConfig.py Tue Mar 18 14:36:27 2008 +0000
+++ b/tools/python/xen/xend/XendConfig.py Tue Mar 18 15:16:47 2008 +0000
@@ -165,7 +165,7 @@
# Xen API console ''other_config'' keys.
XENAPI_CONSOLE_OTHER_CFG = [''vncunused'', ''vncdisplay'', ''vnclisten'',
''vncpasswd'', ''type'', ''display'', ''xauthority'',
-...
2017 Jul 20
0
OVS+DPDK Problem
...db-tool create /usr/local/etc/openvswitch/conf.db
/usr/local/share/openvswitch/vswitch.ovsschema
5. Starting OVS + DPDK
ovsdb-server --remote=punix:/usr/local/var/run/openvswitch/db.sock
--remote=db:Open_vSwitch,Open_vSwitch,manager_options --pidfile --detach
ovs-vsctl --no-wait set Open_vSwitch . other_config:dpdk-init=true
ovs-vsctl --no-wait set Open_vSwitch . other_config:dpdk-socket-mem="
1024,1024"
ovs-ctl --no-ovsdb-server --db-sock="$DB_SOCK" start
6. Cheking driver mapping for NICs
driverctl -v list-devices | grep -i net
$DPDK_DIR/tools/dpdk-devbind.py --status
7. Adding OVS+...
2009 Jul 28
0
Xen 3.2 @ Debian 5.0 / Debian 4.0 DomU crashes daily
...ERCALL_PAGE'': 3222278144L, ''LOADER'': ''generic'', ''SUSPEND_CANCEL'': 1, ''PAE_MODE'': ''yes'', ''ENTRY'': 3222274048L, ''XEN_VERSION'': ''xen-3.0''}, ''other_config'': {}, ''running'': 0, ''actions_after_reboot'': ''restart'', ''vif_refs'': [''1f05db22-508c-2088-f068-dd7e7e6c3904''], ''vtpm_refs'': [], ''devices'': {''1f05db22-508c-20...
2008 Mar 25
1
Xen3.1 Etch-backports | VE already running
..., ''GUEST_OS'': ''linux'',
''HYPERCALL_PAGE'': 18446744071564189696L, ''LOADER'': ''generic'', ''ENTRY'':
18446744071564165120L, ''XEN_VERSION'': ''xen-3.0''}, ''other_config'': {},
''running'': 0, ''actions_after_reboot'': ''restart'', ''vif_refs'':
[''a85c145a-b4a2-e1a3-6895-b440a72d4631''], ''vtpm_refs'': [], ''security'':
None, ''devices...
2010 Oct 24
1
Bug#601271: xen-utils-4.0: domain fails to reboot (AttributeError: 'NoneType' object has no attribute 'getBitSize')
...8 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, 'VCPUs_live': 1, 'PV_bootloader': '',
'actions_after_crash': 'restart...
2011 Jan 30
0
Stub domains broken in Xen 4.0?
...01-30 12:45:21 3430] INFO (XendDomainInfo:2409) createDevice: vfb :
{''vncunused'': 1, ''keymap'': ''en-us'', ''vnc'': ''1'', ''uuid'':
''e90c2c55-1b42-077f-3c06-6268625de190'', ''other_config'': {''vncunused'': 1,
''keymap'': ''en-us'', ''vnc'': ''1''}}
[2011-01-30 12:45:21 3430] DEBUG (DevController:95) DevController: writing
{''state'': ''1'', ''backend-id...
2016 Nov 25
0
Fwd: Re: Attach libvirt guest to an existing openvswitch port
...wndelay : 0
bond_fake_iface : false
bond_mode : []
bond_updelay : 0
external_ids : {}
fake_bridge : false
interfaces : [eb7fad6e-3728-4bf7-b31e-4a1693e2ec4b]
lacp : []
mac : []
name : "vm_test"
other_config : {}
qos : []
statistics : {}
status : {}
tag : []
trunks : []
vlan_mode : []
The "_uuid" is ovsdb internal id of a record. If you take "interfaces"
value for "interfaceid", libvirt wi...
2010 Oct 06
1
unknown bootloader
...39;'false'') (''acpi'' ''true'') (''apic''
''true'') (''pae'' ''true'') (''viridian'' ''true''))) (''PCI_bus'' '''') (''other_config''
(''struct'' (''mac_seed'' ''b75bc1d8-5b14-3f0b-2ee9-9676bf8735b9'')
(''install-methods'' ''cdrom''))) (''domid'' ''-1'') (''domarch'' '''')
('...
2010 Apr 28
4
XCP - VM creation from template and netinst
...39;'false'') (''acpi'' ''true'') (''apic'' ''true'') (''pae'' ''true'') (''viridian''
''true''))) (''PCI_bus'' '''') (''other_config'' (''struct'' (''install-repository''
''ftp://ftp.eutelia.it/CentOS/5.4/os/x86_64/'') (''mac_seed''
''69060b5c-02cf-d8a7-fed2-691f55d1b777'') (''linux_template'' ''true'')
('&...
2010 Oct 27
25
xend does not start
...rver/SrvNode.py", line
30, in __init__
self.xn = XendNode.instance()
File "/usr/lib/python2.6/dist-packages/xen/xend/XendNode.py", line 752, in
instance
inst = XendNode()
File "/usr/lib/python2.6/dist-packages/xen/xend/XendNode.py", line 87, in
__init__
self.other_config["xen_pagesize"] = self.xeninfo_dict()["xen_pagesize"]
File "/usr/lib/python2.6/dist-packages/xen/xend/XendNode.py", line 741, in
xeninfo_dict
return dict(self.xeninfo())
File "/usr/lib/python2.6/dist-packages/xen/xend/XendNode.py", line 685, in
xeninf...
2010 Oct 27
25
xend does not start
...rver/SrvNode.py", line
30, in __init__
self.xn = XendNode.instance()
File "/usr/lib/python2.6/dist-packages/xen/xend/XendNode.py", line 752, in
instance
inst = XendNode()
File "/usr/lib/python2.6/dist-packages/xen/xend/XendNode.py", line 87, in
__init__
self.other_config["xen_pagesize"] = self.xeninfo_dict()["xen_pagesize"]
File "/usr/lib/python2.6/dist-packages/xen/xend/XendNode.py", line 741, in
xeninfo_dict
return dict(self.xeninfo())
File "/usr/lib/python2.6/dist-packages/xen/xend/XendNode.py", line 685, in
xeninf...
2007 Nov 28
0
[Xen-ia64-devel] [PATCH] Add guest_os_type domain config option
...'', ''vhpt'']
+ ''vncpasswd'', ''vncunused'', ''xauthority'', ''pci'', ''vhpt'',
+ ''guest_os_type'' ]
# Xen API console ''other_config'' keys.
XENAPI_CONSOLE_OTHER_CFG = [''vncunused'', ''vncdisplay'', ''vnclisten'',
diff -r c555a5f97982 tools/python/xen/xend/XendConstants.py
--- a/tools/python/xen/xend/XendConstants.py Wed Nov 28 13:36:56 2007 +0000
+++ b/tools/python/xen/x...
2011 Oct 29
0
Bug#644100: Boot loader didn't return any data! if reboot domU with disk DRBD
...DomainInfo: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_sharing': 0, 'superpages': 0, 'VCPUs_live': 1, 'PV_bootloader': '/usr/lib/xen-default/bi...
2008 Aug 29
1
Debian version and xend
Hello,
I just upgraded my 64-bits dom0 from Etch to Lenny, I am still running
the 2.6.18 Xen kernel by apt-pinning it (see later).
But now xend does not start anymore:
------------
xen:~# /etc/init.d/xend start
Starting XEN control daemon: xendTraceback (most recent call last):
File "/usr/lib/xen-3.0.3-1/bin/xend", line 40, in <module>
from xen.xend.server import SrvDaemon
2010 May 19
0
Hi - Regarding xend - xm create Error
...a_template'': False, ''is_control_domain'': False, ''uuid'':
''8b692d5c-0097-1ee1-eb07-0a9b1a01428f'', ''shadow_memory'': 0, ''target'':
0, ''PV_bootloader_args'': '''', ''other_config'': {}, ''devices'':
{''3c9b94ed-e547-29c0-584e-eef991f7be3e'': (''tap'', {''bootable'': 0,
''uname'': ''tap:aio:/vm_images/osc_0.swap'', ''mode'': ''w'', ''...
2013 Jul 28
4
Fedora 19 installation with virt-install
...13-07-28 12:57:16 5300] DEBUG (image:957) apic = 1
[2013-07-28 12:57:17 5300] INFO (XendDomainInfo:2367) createDevice: vfb
: {'vncunused': '1', 'keymap': 'es', 'vnc': '1', 'uuid':
'f14d5091-7880-ae57-65a6-7b
e4980c0b64', 'other_config': {'vncunused': '1', 'keymap': 'es', 'vnc': '1'}}
[2013-07-28 12:57:17 5300] DEBUG (DevController:95) DevController:
writing {'state': '1', 'backend-id': '0', 'backend':
'/local/domain/0/backend/vfb/49/0...