Displaying 20 results from an estimated 38 matches for "vif2".
Did you mean:
vif
2012 Feb 15
1
[PATCH] man/xl.cfg: mention not yet documented options
...in `
grep -Ew ''xlu_cfg_get_(long|string|list|list_as_string_list)'' tools/libxl/xl_cmdimpl.c | cut -f 2 -d ''"'' | sort -u
`
do
grep -wq $i docs/man/xl.cfg.pod.5 || echo $i
done
current output:
acpi_s3
acpi_s4
cpus
device_model
gfx_passthru
maxmem
nodes
sched
vif2
Signed-off-by: Olaf Hering <olaf@aepfle.de>
diff -r 5fb2aa61197d -r 5a1cbd1af275 docs/man/xl.cfg.pod.5
--- a/docs/man/xl.cfg.pod.5
+++ b/docs/man/xl.cfg.pod.5
@@ -842,6 +842,38 @@ XXX
XXX
+=item B<acpi_s3=BOOLEAN>
+
+XXX
+
+=item B<acpi_s3=BOOLEAN>
+
+XXX
+
+=item B<cpus...
2010 Jun 25
6
Dom0 reboot when several VM reboot at the same time
...Fri Jun 25 03:40 - 04:30 (00:50)
reboot system boot 2.6.31.13 Fri Jun 25 11:16 (00:-3)
admin pts/0 10.247.1.1 Fri Jun 18 03:30 - 03:31 (00:01)
... ...
/var/log/xen/xend.log:
... ...
[2010-06-25 03:10:41 4409] DEBUG (DevController:139) Waiting for devices
vif2.
[2010-06-25 03:10:41 4409] DEBUG (DevController:139) Waiting for devices
vif.
[2010-06-25 03:10:41 4409] DEBUG (DevController:144) Waiting for 0.
[2010-06-25 03:10:41 4409] INFO (XendDomainInfo:2150) Domain has shutdown:
name=VM-4836078C.1515.21 id=8 reason=reboot.
[2010-06-25 03:10:41 4409] DEBUG...
2010 Jun 25
6
Dom0 reboot when several VM reboot at the same time
...Fri Jun 25 03:40 - 04:30 (00:50)
reboot system boot 2.6.31.13 Fri Jun 25 11:16 (00:-3)
admin pts/0 10.247.1.1 Fri Jun 18 03:30 - 03:31 (00:01)
... ...
/var/log/xen/xend.log:
... ...
[2010-06-25 03:10:41 4409] DEBUG (DevController:139) Waiting for devices
vif2.
[2010-06-25 03:10:41 4409] DEBUG (DevController:139) Waiting for devices
vif.
[2010-06-25 03:10:41 4409] DEBUG (DevController:144) Waiting for 0.
[2010-06-25 03:10:41 4409] INFO (XendDomainInfo:2150) Domain has shutdown:
name=VM-4836078C.1515.21 id=8 reason=reboot.
[2010-06-25 03:10:41 4409] DEBUG...
2011 Jan 11
0
[PATCH, v2]: xl: move domain struct init functions to libxl
...= d_config->vifs + d_config->num_vifs;
- init_nic_info(nic, d_config->num_vifs);
+ CHK_ERRNO( libxl_device_nic_init(nic, d_config->num_vifs) );
p = strtok(buf2, ",");
if (!p)
@@ -981,7 +835,7 @@ skip:
d_config->vif2s = realloc(d_config->vif2s, sizeof (libxl_device_net2) * (d_config->num_vif2s + 1));
net2 = d_config->vif2s + d_config->num_vif2s;
- init_net2_info(net2, d_config->num_vif2s);
+ libxl_device_net2_init(net2, d_config->num_vif2s);...
2010 Jul 04
1
Ubuntu DomU does not finish booting up.
...13:14:30 9855] DEBUG (DevController:139) Waiting for devices
vkbd.
[2010-07-04 13:14:30 9855] DEBUG (DevController:139) Waiting for devices
ioports.
[2010-07-04 13:14:30 9855] DEBUG (DevController:139) Waiting for devices
tap.
[2010-07-04 13:14:30 9855] DEBUG (DevController:139) Waiting for devices
vif2.
[2010-07-04 13:14:30 9855] DEBUG (DevController:139) Waiting for devices
console.
[2010-07-04 13:14:30 9855] DEBUG (DevController:144) Waiting for 0.
[2010-07-04 13:14:30 9855] DEBUG (DevController:139) Waiting for devices
vscsi.
[2010-07-04 13:14:30 9855] DEBUG (DevController:139) Waiting for dev...
2009 Aug 14
0
[dhcp] virtual server on DomU & dhcp relay
...irtualize a complete local servers farm,
using dom0 in front and multiple domU behind.
I''m using an external interface, eth0, on Dom0, and a dummy interface, on
which the DomUs are bridged through xenbr0.
DomU DomU ---Dom0--
| | | |
---------------- |
[vif1 vif2 dummy] |
xenbr0 eth0---- local network
Within the virtualized servers I''ve installed a simple dhcp server which
responds to dhcp requests sent by clients of my local network.
I''ve installed a dhcp relay on Dom0 in order to resend the request to the
virtual dhcp...
2011 Jan 23
1
DRBD VBD script not working in squeeze ?
...ocation': '2', 'online': '1', 'protocol': 'vt100'} to
/local/domain/0/backend/console/56/0.
[2011-01-23 09:41:21 2112] DEBUG (XendDomainInfo:1891) XendDomainInfo.handleShutdownWatch
[2011-01-23 09:41:21 2112] DEBUG (DevController:139) Waiting for devices vif2.
[2011-01-23 09:41:21 2112] DEBUG (DevController:139) Waiting for devices vif.
[2011-01-23 09:41:22 2112] DEBUG (DevController:144) Waiting for 0.
[2011-01-23 09:41:22 2112] DEBUG (DevController:628) hotplugStatusCallback /local/domain/0/backend/vif/56/0/hotplug-status.
[2011-01-23 09:41:22 2112] D...
2010 Aug 04
7
Xen 4.0.1-rc5 w/ 2.6.32.16 dom0, DomU''s start paused
...oot root 804 Aug 3 10:37 logging.sh
-rwxr-xr-x 1 root root 8249 Aug 3 10:37 network-bridge
-rwxr-xr-x 1 root root 2802 Aug 3 10:37 network-nat
-rwxr-xr-x 1 root root 774 Aug 3 10:37 network-route
-rwxr-xr-x 1 root root 840 Aug 3 13:30 qemu-ifup
-rwxr-xr-x 1 root root 842 Aug 3 10:37 vif2
-rwxr-xr-x 1 root root 2661 Aug 3 10:37 vif-bridge
-rw-r--r-- 1 root root 4022 Aug 3 10:37 vif-common.sh
-rwxr-xr-x 1 root root 4859 Aug 3 10:37 vif-nat
-rwxr-xr-x 1 root root 1605 Aug 3 10:37 vif-route
-rwxr-xr-x 1 root root 243 Aug 3 10:37 vscsi
-rwxr-xr-x 1 root root 351 Aug 3 10:3...
2006 Jan 05
1
vif''s disappear after dom1 reboot
...l: xenbr0: port 12(vif10.0) entering disabled state
Jan 4 21:06:32 m7 kernel: xenbr0: port 8(vif13.0) entering disabled state
Jan 4 21:06:32 m7 kernel: device vif13.0 left promiscuous mode
Jan 4 21:06:32 m7 kernel: xenbr0: port 8(vif13.0) entering disabled state
Jan 4 21:06:33 m7 kernel: device vif26.0 entered promiscuous mode
Jan 4 21:06:33 m7 kernel: xenbr0: port 4(vif14.0) entering disabled state
Jan 4 21:06:33 m7 kernel: device vif14.0 left promiscuous mode
Jan 4 21:06:33 m7 kernel: xenbr0: port 4(vif14.0) entering disabled state
Jan 4 21:06:33 m7 kernel: xenbr0: port 3(vif26.0) enteri...
2013 Apr 27
1
Bug#706283: xen-utils-common: Broken paths in /etc/xen/scripts/hotplugpath.sh
...u-ifup changed [not included]
/etc/xen/scripts/vif-bridge changed [not included]
/etc/xen/scripts/vif-common.sh changed [not included]
/etc/xen/scripts/vif-nat changed [not included]
/etc/xen/scripts/vif-route changed [not included]
/etc/xen/scripts/vif-setup changed [not included]
/etc/xen/scripts/vif2 changed [not included]
/etc/xen/scripts/vscsi changed [not included]
/etc/xen/scripts/vtpm changed [not included]
/etc/xen/scripts/vtpm-common.sh changed [not included]
/etc/xen/scripts/vtpm-delete changed [not included]
/etc/xen/scripts/vtpm-hotplug-common.sh changed [not included]
/etc/xen/script...
2012 Aug 24
1
Problems with create VM
...05:22:23 2831] DEBUG (DevController:139) Waiting for devices vkbd.
[2012-08-24 05:22:23 2831] DEBUG (DevController:139) Waiting for devices ioports.
[2012-08-24 05:22:23 2831] DEBUG (DevController:139) Waiting for devices tap.
[2012-08-24 05:22:23 2831] DEBUG (DevController:139) Waiting for devices vif2.
[2012-08-24 05:22:23 2831] DEBUG (DevController:139) Waiting for devices console.
[2012-08-24 05:22:23 2831] DEBUG (DevController:144) Waiting for 0.
[2012-08-24 05:22:23 2831] DEBUG (DevController:139) Waiting for devices vscsi.
[2012-08-24 05:22:23 2831] DEBUG (DevController:139) Waiting for dev...
2011 Feb 07
4
XEN live migration: cannot console or ssh to the migrated guest VM (domU)
...23:36:03 5208] DEBUG (DevController:139) Waiting for devices
vkbd.
[2011-02-06 23:36:03 5208] DEBUG (DevController:139) Waiting for devices
ioports.
[2011-02-06 23:36:03 5208] DEBUG (DevController:139) Waiting for devices
tap.
[2011-02-06 23:36:03 5208] DEBUG (DevController:139) Waiting for devices
vif2.
[2011-02-06 23:36:03 5208] DEBUG (DevController:139) Waiting for devices
console.
[2011-02-06 23:36:03 5208] DEBUG (DevController:144) Waiting for 0.
[2011-02-06 23:36:03 5208] DEBUG (DevController:139) Waiting for devices
vscsi.
[2011-02-06 23:36:03 5208] DEBUG (DevController:139) Waiting for dev...
2011 Jan 17
0
Xen 4.0.1 + 2.6.18-194.32.1.el5xen CentOS Dom0
...ine'': ''1'', ''protocol'': ''vt100''} to
/local/domain/0/backend/console/4/0.
[2011-01-17 15:43:47 3368] DEBUG (XendDomainInfo:1891)
XendDomainInfo.handleShutdownWatch
[2011-01-17 15:43:47 3368] DEBUG (DevController:139) Waiting for devices
vif2.
[2011-01-17 15:43:47 3368] DEBUG (DevController:139) Waiting for devices
vif.
[2011-01-17 15:43:47 3368] DEBUG (DevController:144) Waiting for 0.
[2011-01-17 15:43:47 3368] DEBUG (DevController:628) hotplugStatusCallback
/local/domain/0/backend/vif/4/0/hotplug-status.
[2011-01-17 15:45:27 3368...
2013 Apr 18
10
[PATCH] hotplug: add openvswitch script
...a/tools/hotplug/Linux/Makefile
+++ b/tools/hotplug/Linux/Makefile
@@ -13,6 +13,7 @@ XENCOMMONS_SYSCONFIG = init.d/sysconfig.xencommons
XEN_SCRIPTS = network-bridge vif-bridge
XEN_SCRIPTS += network-route vif-route
XEN_SCRIPTS += network-nat vif-nat
+XEN_SCRIPTS += vif-openvswitch
XEN_SCRIPTS += vif2
XEN_SCRIPTS += vif-setup
XEN_SCRIPTS += block
diff --git a/tools/hotplug/Linux/vif-openvswitch b/tools/hotplug/Linux/vif-openvswitch
new file mode 100644
index 0000000..53c2f50
--- /dev/null
+++ b/tools/hotplug/Linux/vif-openvswitch
@@ -0,0 +1,99 @@
+#!/bin/bash
+#================================...
2011 Aug 28
1
Hanging boot of solaris 11 install image as HVM
...5:40 3036] DEBUG (DevController:139) Waiting for devices
vkbd.
[2011-08-28 20:15:40 3036] DEBUG (DevController:139) Waiting for devices
ioports.
[2011-08-28 20:15:40 3036] DEBUG (DevController:139) Waiting for devices
tap.
[2011-08-28 20:15:40 3036] DEBUG (DevController:139) Waiting for devices
vif2.
[2011-08-28 20:15:40 3036] DEBUG (DevController:139) Waiting for devices
console.
[2011-08-28 20:15:40 3036] DEBUG (DevController:144) Waiting for 0.
[2011-08-28 20:15:40 3036] DEBUG (DevController:139) Waiting for devices
vscsi.
[2011-08-28 20:15:40 3036] DEBUG (DevController:139) Waiting for d...
2011 Jun 29
1
no Disk drive detected when provisioning new vms or after restarting a vm
...ne'': ''1'', ''protocol'': ''vt100''} to
/local/domain/0/backend/console/844/0.
[2011-06-28 20:00:56 802] DEBUG (XendDomainInfo:1891)
XendDomainInfo.handleShutdownWatch
[2011-06-28 20:00:56 802] DEBUG (DevController:139) Waiting for devices
vif2.
[2011-06-28 20:00:56 802] DEBUG (DevController:139) Waiting for devices vif.
[2011-06-28 20:00:56 802] DEBUG (DevController:144) Waiting for 0.
[2011-06-28 20:00:56 802] DEBUG (DevController:628)
hotplugStatusCallback /local/domain/0/backend/vif/844/0/hotplug-status.
[2011-06-28 20:00:56 802] DEB...
2023 Aug 01
12
Bug#1042842: network interface names wrong in domU (>10 interfaces)
Package: xen-utils-4.17
Version: 4.17.1+2-gb773c48e36-1
Severity: important
Dear Maintainers,
On one of our domUs we discovered that the network interface names were
wrongly assigned since recreating the domU after an upgrade to bookworm.
If over 10 network interfaces are configured the mapping (dom0) vifX.10
<-> eth10 (domU) does not apply anymore.
Instead the interfaces on dom0 are
2010 Jun 06
3
Error: Device 768 (vbd) could not be connected. Path closed or removed during hotplug add: backend/vbd/9/768 state: 1
...01:24:05 1573] DEBUG (DevController:139) Waiting for devices vkbd.
[2010-06-07 01:24:05 1573] DEBUG (DevController:139) Waiting for devices ioports.
[2010-06-07 01:24:05 1573] DEBUG (DevController:139) Waiting for devices tap.
[2010-06-07 01:24:05 1573] DEBUG (DevController:139) Waiting for devices vif2.
[2010-06-07 01:24:05 1573] DEBUG (DevController:139) Waiting for devices console.
[2010-06-07 01:24:05 1573] DEBUG (DevController:144) Waiting for 0.
[2010-06-07 01:24:05 1573] DEBUG (DevController:139) Waiting for devices vscsi.
[2010-06-07 01:24:05 1573] DEBUG (DevController:139) Waiting for dev...
2009 Jan 27
5
[PATCH 2/2] Add VMDq support to ixgbe
...nt tree.
To enable VMDq functionality, load the driver with the command-line
parameter VMDQ=<num queues>, as in:
$ modprobe ixgbe VMDQ=8
You can then set up PV domains to use the device by modifying your VM
configuration file from
vif = [ ''<whatever>'' ]
to
vif2 = [ ''pdev=<netdev>'' ]
where <netdev> is the interface name for your 82598 board, e.g peth0 in dom0.
The Netchannel2 code is VERY experimental at this stage and should not
be used in production environments. This patch is intended to support
further development and te...
2010 Aug 12
0
[PATCH, v2]: xl: Implement per-API-call garbage-collection lifetime
...OR_FAIL;
+ goto err_free;
+ }
+ dom = libxl_xs_read(&gc, XBT_NULL, libxl_sprintf(&gc, "%s/name", dompath));
if (net2->devid == -1) {
- if (!(l = libxl_xs_directory(ctx, XBT_NULL,
- libxl_sprintf(ctx, "%s/device/vif2", dompath), &nb))) {
+ if (!(l = libxl_xs_directory(&gc, XBT_NULL,
+ libxl_sprintf(&gc, "%s/device/vif2", dompath), &nb))) {
net2->devid = 0;
} else {
net2->devid = strtoul(l[nb - 1],...