Displaying 20 results from an estimated 400 matches similar to: "[PATCH 0 of 8] blktap3/libvhd: Introduce VHD library."
2012 Apr 02
23
[PATCH 00 of 18] [v2] tools: fix bugs and build errors triggered by -O2 -Wall -Werror
Changes:
tools/blktap: remove unneeded pointer dereferencing in convert_dev_name_to_num
tools/blktap: constify string arrays in convert_dev_name_to_num
tools/blktap: fix params and physical-device parsing
tools/blktap: remove unneeded pointer dereferencing from img2qcow.c
tools/blktap: remove unneeded pointer dereferencing from qcow2raw.c
tools/blktap2: fix build errors caused by Werror in
2009 May 28
1
[PATCH] blktap2: fix makefile of vhd for parallel make
blktap2: fix makefile of vhd for parallel make
With parallel make, libvhd might not be created before
link resulting in link error. This patch guarantees it.
Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp>
diff --git a/tools/blktap2/vhd/Makefile b/tools/blktap2/vhd/Makefile
--- a/tools/blktap2/vhd/Makefile
+++ b/tools/blktap2/vhd/Makefile
@@ -12,6 +12,9 @@ CFLAGS +=
2013 Nov 21
9
[PATCH] vhd-util create: add -C|nocow option
Add ''-C'' (nocow) option to vhd-util create.
Btrfs has terrible performance when hosting VM images, even more when the guest
in those VM are also using btrfs as file system. One way to mitigate this bad
performance is to turn off COW attributes on VM files (since having copy on
write for this kind of data is not useful). According to ''chattr'' manpage, NOCOW
2013 Feb 17
4
why are qemu-img and vhd-util created files incompatible?
I was wondering if someone can shed some light on why vhd files
created with qemu-img don''t really work right with vhd-util and
consequentially blktap in general. To validate the incompatiblity its
simple enough to do
qemu-img create -f vpc test.vhd 40g
vhd-util snapshot -n child.vhd -p test.vhd
Which will show the below and then the headers don''t display the BATMAP summary:
2010 Apr 08
23
Xen 4.0 on gentoo hotplug scripts problem?
Hi,
Ive just tried Xen 4.0 on Gentoo with 2.6.32 (also tried 2.6.31)
forward ported dom0 kernel, Xen itself seems to boot up successfully
and everything else on the system is working normally, but when I try
to start a domain xm create appears to hang and eventually I get a
hotplug scripts error:
Error: Device 2049 (vbd) could not be connected.
/etc/xen/scripts/block failed; error detected.
2010 Apr 08
23
Xen 4.0 on gentoo hotplug scripts problem?
Hi,
Ive just tried Xen 4.0 on Gentoo with 2.6.32 (also tried 2.6.31)
forward ported dom0 kernel, Xen itself seems to boot up successfully
and everything else on the system is working normally, but when I try
to start a domain xm create appears to hang and eventually I get a
hotplug scripts error:
Error: Device 2049 (vbd) could not be connected.
/etc/xen/scripts/block failed; error detected.
2011 Apr 29
2
XCP - Reclaim diskspace from snapshots on xcp 1.0
Hi list,
Saw that there''s a patch for xenserver 5.6fp1 which should fix this:
http://support.citrix.com/article/CTX129267
Anybody know if/when this will happen on XCP?
I have the same problem - disk usage remains the same after snapshot
deletion - this is in the log on the pool master:
vhd-util: libvhd::vhd_validate_footer: invalid footer cookie: ÇÇÇÇÇÇÇÇ
This guy has the same
2012 Feb 17
4
xen-unstable unable to boot on Wheezy
Dom0 is Wheezy 64 bit with kernel 3.2.0-1-amd64 version 3.2.4-1, xen from
xen-unstable.hg changeset 24823:b75664e53905 plus these patch for not fail
build:
http://xen.1045712.n5.nabble.com/PATCH-0-of-2-rename-libxl-yajl-gen-alloc-td5469362.html
On boot start to load but after start ramdisk load server reboot without
message on screen.
The grub2 entry is:
-----------------------------------------
2012 Jul 27
17
Time for 4.2.0 rc0?
Hey Keir,
I committed the last of the big outstanding tools blockers for 4.2
yesterday. Currently they are still in staging because they added some
new xenstore paths which tickled the leak detector in the test system
What do you think of doing an rc0 release next week?
There''s still some smaller issues remaining but I think they can wait
until rc1.
Ian.
2011 Oct 18
18
make install not creating lib entries in /usr/lib under Ubunu 11.10
I am building xen-unstable (23860:a422e2a4451e) on Ubuntu 11.10. I
noticed that the "make install" does not create lib entries in
/usr/lib/. I see them only in /usr/lib64/. This is causing program
like xenpaging to not find the xenctrl library (error while loading
shared libraries: libxenctrl.so.4.2: cannot open shared object file:
No such file or directory) Is this expected behavior or
2011 Jan 31
3
Three small patches for xen-4.1.0-rc
Here are three small patches that I have applied to the Fedora xen builds
and I think are are suitable for xen-4.1.0.
The first patch fixes an anomaly in /etc/xen/scripts/network-route.
Currently this script contains
netdev=${netdev:-eth${vifnum}}
ie. netdev is set to eth${vifnum} by default. Unfortunately vifnum is not
set anywhere in the xen code so the default is actually the broken
2001 Mar 15
12
Balancing ip traffic over two or more internet (adsl) connections
Hi.
I''ve got here the following configuration:
(turn on fixed pitch font to be able to see the scheme in a more
accurately way)
Client machines <-----> ADSL Router 1 <-----> INTERNET
(192.168.0.0/24) (192.168.0.229) NAT
Client machines <-----> ADSL Router 1 <-----> INTERNET
(192.168.1.0/24) (192.168.1.229) NAT
[if doesn''t really
2011 Jul 27
4
Creating a vm with a non-existent /dev/mapper/ tap2 device effectively hangs dom0 system
Have an interesting one here, originally found on xen 4.1.0 but just
upgraded to xen 4.1.1 and it''s still here.
Creating a VM with a tap2 device pointed at /dev/mapper/something, when
that device doesn''t exist, causes the tapdisk2 process to go into D mode
and also manages to take out any process that queries it.
For example, I have /dev/mapper/nathanxenuk1 as a valid disk
2016 Jan 20
1
Bug#811936: blktap: FTBFS with GCC 6: defined but not used
Package: blktap
Version: 2.0.90-4
Severity: important
User: debian-gcc at lists.debian.org
Usertags: ftbfs-gcc-6 gcc-6-unused-const-variable
This package fails to build with GCC 6. GCC 6 has not been released
yet, but it's expected that GCC 6 will become the default compiler for
stretch.
Note that only the first error is reported; there might be more. You
can find a snapshot of GCC 6 in
2013 Nov 26
3
How can I take/revert snapshot of a VHD image
Hi there,
I''m running several VMs within Xen, and now I''m trying to create/revert
snapshots of my VMs.
Along with Xen and blktap2, another utility, vhd-util is also delivered,
and according to its description, i guess I can use it to create/revert
VM snapshots.
To create a snapshot is actually easy, I just call
|vhd-util snapshot -n aSnapShot.vhd -p theVMtoBackup.vhd
|
But
2011 Nov 28
0
blktap_2.0.90-1_amd64.changes is NEW
(new) blktap-dev_2.0.90-1_amd64.deb extra devel
Xen API blktap shared library (development files)
The Xen Cloud Platform (XCP) is an open source enterprise-ready server
virtualization and cloud computing platform, delivering the Xen Hypervisor
with support for a range of guest operating systems. This package is part
of it. It implements the userland part of the blktap driver.
.
Virtual Hard
2010 Aug 11
8
XenConvert
Hi guys
I have installed Xen 4 on Debian Lenny 5.0.
I have a physical Windows 2003 Server and I wanna convert this server on
a virtual server...
I try to use XenConvert but without sucsess...
Somebody can help???
Thanks
Gilberto Nunes
TI
Selbetti Gestão de Documentos
Telefone: +55 (47) 3441-6004
Celular: +55 (47) 8861-6672
_______________________________________________
Xen-users mailing
2010 Jul 19
17
BLKTAPCTRL[2375]: blktapctrl_linux.c:86: blktap0 open failed
I''m getting this message (subject line) in daemon.log every time I
start or restart xend. I''m not sure if this is related to the fact
that I cannot boot up my Windows domU from a VHD file. The Windows
domU was working fine with Xen 4.0.0 (with 2.6.32.14 dom0 kernel).
When I upgraded to Xen 4.0.1-rc4 (with 2.6.32.16 dom0 kernel), I can
no long boot the Windows domU from VHD. The
2011 Jun 29
10
xen 4.1.1 + 3.0.0-rc5 dom0 + blktap2
Hi,
I''m currently trying xen 4.1.1 with the 3.0.0-rc5 (heard that it now
contains the xen code to run as front or back xen domain).
Everything seems to run fine, except that I am trying since a few hours
to mount a .vhd file in the dom0.
What I tried so far:
to create a blank vhd file (this is working):
host# vhd-util create -n /storage/test.vhd -s 20G
Then i try to mount the file
2010 Apr 16
1
Trying to compile/pack the Xen 4 for Debian fail...
Guys,
I'm trying to compile the Xen 4.0.0 via debian/rules makefile but I got
this:
administrativo at sid01:~/xen/xen-4/xen-4.0.0$ make -f debian/rules build-tools
.....
make -C lib all
make[7]: Entering directory
`/home/administrativo/xen/xen-4/xen-4.0.0/debian/build/build-tools/tools/blktap2/vhd/lib'
make[7]: Nothing to be done for `all'.
make[7]: Leaving directory