Displaying 20 results from an estimated 5000 matches similar to: "Live migrate and device numbers"
2007 Sep 17
1
Capping i/o ops
Hi All,
I''ve been trying to get a bit of a grip on disk i/o for our Xen set-
up. We''re dealing with server workloads that can, at unexpected
times, become seriously io-bound, up to the point that a single guest
can cannibalize the available throughput of the fibrechannel array.
Since we''re dealing with a shared medium and multiple Xen hosts, I''m
2005 Dec 07
0
live migration with xen 2.0.7 with fibre channel on Debian - help needed
Hi,
I''d like to test the stability of live migration during heavy load of domU.
scenario:
- both dom0s and domU are running on Debian Sarge.
- script on dom0 triggers live-migration to the other dom0
- domU is running I/O tests, e.g. bonnie++
- domUs root- (ext3) and swap fs is stored on two partitions in a san
- san is connected using fibre channel cards to both dom0s
- san in dom0
2007 Oct 30
1
xen xm list: DomUs blocked
Hi
I''m using Xen on my AMD64 / Ubuntu 7.10 server which I recently upgraded, and
my 2 VMs are decidedly flaky. They seem to be blocked for most of the time,
and networking doesn''t work properly. How can I debug this and get them
online reliably? Any tips gratefully received!
* I can log in via console or ssh, can ping the server''s NICs but can''t ping
the
2008 Apr 14
1
Device 0 (vif) could not be connected. Hotplug scripts not working.
Hi,
I got this error when starting a domU on Centos 5.1 i386,
Device 0 (vif) could not be connected. Hotplug scripts not working.
Why is this happening ? I should restart the machine to see if this
still happends after a fresh network bridge. But it's somehow a
production server, I would like not to restart it, if possible. No domU
is currently running. I could start domUs a week ago.
2006 May 31
0
Bug#368417: xen-hypervisor-3.0-i386: cannot start NetBSD-HEAD
Package: xen-hypervisor-3.0-i386
Version: 3.0.2+hg9681-1
Severity: important
Have been trying to get NetBSD to run under debian unstable
with the debian supplied hypervisor.
Using the 3.0.2-2 hypervisor supplied by XenSource, it works just fine.
Because the install process overrides other things, reverified with
debian hypervisor afterwards and symptom continues.
Attaching the netbsd.cfg and the
2006 May 31
0
[pakrat@private.neotoma.org: xen-hypervisor-3.0-i386: cannot start NetBSD-HEAD]
----- Forwarded message from pakrat <pakrat@private.neotoma.org> -----
Forwarding to list without attachments.
From: pakrat <pakrat@private.neotoma.org>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: xen-hypervisor-3.0-i386: cannot start NetBSD-HEAD
X-Neotoma-Consulting-MailScanner: Found to be clean
X-Neotoma-Consulting-MailScanner-From:
2005 Dec 07
6
RE: live migration with xen 2.0.7 with fibre channel onDebian - help needed
I had this exact same problem with 2.0.7. I had done a little investigation and found scheduled_work gets called to schedule the shutdown in the user domain kernel, but the shutdown work that gets scheduled never actually gets called. I''m glad someone else is seeing this same problem now :-) Like you, it worked a number of times in a row, then would fail, and it didn''t seem to
2009 Apr 12
1
Missing xvd devices in DomU
Hello List,
i am trying to boot a 2.6.28 vanilla kernel as a DomU.
This is some of my config:
----------------------------------------------
root = ''/dev/xvda2 ro''
disk = [
''drbd:pgone,xvda2,w'',
''phy:/dev/vg/pgone-swap,xvda1,w'',
2012 Aug 16
0
[RFC v1 5/5] VBD: enlarge max segment per request in blkfront
add segring support in blkback
Signed-off-by: Ronghui Duan <ronghui.duan@intel.com>
diff --git a/drivers/block/xen-blkback/blkback.c b/drivers/block/xen-blkback/blkback.c
index 45eda98..0bbc226 100644
--- a/drivers/block/xen-blkback/blkback.c
+++ b/drivers/block/xen-blkback/blkback.c
@@ -60,6 +60,10 @@ static int xen_blkif_reqs = 64;
module_param_named(reqs, xen_blkif_reqs, int, 0);
2012 Aug 16
0
[RFC v1 3/5] VBD: enlarge max segment per request in blkfront
refactoring balback
Signed-off-by: Ronghui Duan <ronghui.duan@intel.com<mailto:ronghui.duan@intel.com>>
diff --git a/drivers/block/xen-blkback/blkback.c b/drivers/block/xen-blkback/blkback.c
index 73f196c..b4767f5 100644
--- a/drivers/block/xen-blkback/blkback.c
+++ b/drivers/block/xen-blkback/blkback.c
@@ -64,6 +64,11 @@ MODULE_PARM_DESC(reqs, "Number of blkback requests to
2011 Apr 04
0
[PATCH] linux-2.6.18/backends: use xenbus_be.ko interfaces instead of open-coding them
Also remove unused xenbus_{,un}map_ring(), adjust types, and clean up
header inclusion.
Signed-off-by: Jan Beulich <jbeulich@novell.com>
--- a/drivers/xen/blkback/blkback.c
+++ b/drivers/xen/blkback/blkback.c
@@ -41,6 +41,8 @@
#include <linux/list.h>
#include <linux/delay.h>
#include <xen/balloon.h>
+#include <xen/evtchn.h>
+#include <xen/gnttab.h>
2011 Jun 21
13
VM disk I/O limit patch
Hi all,
I add a blkback QoS patch.
You can config(dynamic/static) different I/O speed for different VM disk
by this patch.
----------------------------------------------------------------------------
diff -urNp blkback/blkback.c blkback-qos/blkback.c
--- blkback/blkback.c 2011-06-22 07:54:19.000000000 +0800
+++ blkback-qos/blkback.c 2011-06-22 07:53:18.000000000 +0800
@@ -44,6 +44,11 @@
2011 Jun 21
13
VM disk I/O limit patch
Hi all,
I add a blkback QoS patch.
You can config(dynamic/static) different I/O speed for different VM disk
by this patch.
----------------------------------------------------------------------------
diff -urNp blkback/blkback.c blkback-qos/blkback.c
--- blkback/blkback.c 2011-06-22 07:54:19.000000000 +0800
+++ blkback-qos/blkback.c 2011-06-22 07:53:18.000000000 +0800
@@ -44,6 +44,11 @@
2005 May 27
0
2.0.6, lvm, domU-crash?
Hi *,
when I try to start this config
kernel = "/boot/vmlinuz-2.6.11-xenU"
memory = 128
name = "Virtual1"
vif = [ ''mac=aa:00:00:00:00:11, bridge=xen-br0'' ]
disk = [ ''phy:vg00/domu01_lv,sda1,w'' ]
root = "/dev/sda1 ro"
extra = "4"
I get this errors in xend.log (tried two times):
[2005-05-23 13:37:22 xend] INFO
2006 Dec 05
5
ioctl 0000126c not supported by XL blkif
I am using the srpm from
http://xenbits.xensource.com/kernels/rhel3x/kernel-2.4.21-47.0.1.EL.xs0.3.5.
15.src.rpm
(I get the same issue using the binary RPM)
the dom0 is running 3.0.3_0
Upon booting the DomU, (the DomU has been passed phy:/dev/sda6, which has
been partitioned using qemu) I get the following ioctl errors.
ioctl 0000126c not supported by XL blkif
ioctl 0000126c not supported
2005 Nov 03
1
Custom kernel always crashes
1997 Apr 24
1
/dev/random and MAKEDEV-C-1.6
[Note: this has already been sent to comp.os.linux.announce.]
-----BEGIN PGP SIGNED MESSAGE-----
It has come to my attention that the recent 1.6 release of MAKEDEV-C
inadvertently created /dev/random and /dev/urandom with the wrong
permissions.
/dev/random and /dev/urandom should look like this:
crw-r--r-- 1 root system 1, 8 Feb 21 14:42 /dev/random
crw-r--r-- 1 root system
2008 Apr 03
0
HFC-S ISDN cards in Xen3.0.3 DomU''s
Hi!
I just wanted to ask if anyone managed to get "ordinary" HFC-S ISDN
cards with the zaphfc driver running in a Xen3 DomU.
I am referring to this post (
http://lists.xensource.com/archives/html/xen-users/2007-04/msg00202.html ),
which perfectly describes my problem and I am therefore going to
simply copy-and-paste it here:
----------- snip ------------>
Hi,
I''m
2018 Jan 15
0
Rsync 3.1.3pre1 released
On January 15, 2018 1:53 AM, Wayne Davison write:
>I have made rsync 3.1.3pre1 available for testing. This release has a couple security fixes, a few new features, and a smattering of bug fixes.
>Please test this new release and send email to the rsync mailing list with any questions, comments, or bug reports.
Incompatibility introduced at 3.1.3pre1. These are not present at master, which
2018 Jan 15
1
[Bug 13224] New: New file handling causes compile issues for NonStop port.
https://bugzilla.samba.org/show_bug.cgi?id=13224
Bug ID: 13224
Summary: New file handling causes compile issues for NonStop
port.
Product: rsync
Version: 3.1.3
Hardware: Other
OS: Other
Status: NEW
Severity: normal
Priority: P5
Component: core
Assignee: