Displaying 20 results from an estimated 2000 matches similar to: "why are qemu-img and vhd-util created files incompatible?"
2013 Mar 02
7
libxl device_disk_add orphans blktap devices on transaction error
I''m using the CentOS 6 bundle of xen from
http://dev.centos.org/centos/6/xen-c6/ and ran into an issue when
creating domains with multiple VHD tap disks. Comparing unstable to
the 4.2.1 code I''m using, it seems this issue still applies. I''m
using a configuration line that looks something like
disk = [
2013 Apr 19
8
[PATCH 0 of 8] blktap3/libvhd: Introduce VHD library.
This patch series introduces the VHD library. It is based on the blktap2 one,
with changes coming from the blktap2.5 one.
Signed-off-by: Thanos Makatos <thanos.makatos@citrix.com>
2011 Aug 04
3
[Q] VmError: Disk isn''t accessible with tap2:tapdisk:vhd
I''m newbie Xen-4.1.1
I''m trying to boot DomU with the following configuration.
Sometime DomU boot, but sometime boot failed
I''m not sure what is the problem.
I can attach that image with tap-ctl on Dom0.
Does anybody advice me about this problem??
Sincerely
* Environment
OS : Scientific Linux 6.1 x86_64
Kernel : 2.6.32.43
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 +=
2010 Aug 20
2
Vhd-util resize
I have try to resize one vhd file with vhd-util, i did some test...
For example i have try:
vhd-util resize -n /mnt/vm/disks/ring-12.disk1.vhd -s 6000
but output always:
options: <-n name> <-j journal> <-s size (in MB)> [-h help]
I not understand what i wrong, someone can help me please?
--
View this message in context:
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
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
2010 Sep 10
1
How to use vhd-util? vhd-update?
Hi,
How can I use "vhd-util" or "vhd-update"? Have someone a manual for this? A
tutorial?
Any help?
I found this link (http://forums.citrix.com/message.jspa?messageID=1373599),
but this link have a poor information. No examples. Anyone have an examples?
Thanks.
--
Roberto Scudeller
Especialista Linux/Unix
beto.rvs@gmail.com
beto_rvs@yahoo.com.br
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 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
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
2012 Aug 10
1
want to write a difference copy program to sync two VHDs in blktap
Hello List,
I''m using blktap on XCP 1.1 and developing a difference copy program for
easy backup and remote archival.
The idea is to read the BAT of VHD1 and sync it to BAT of VHD2 with BITMAP
and the data blocks.
Other way would be by adding a sha1 signature in each data block and
comparing it with remote VHD.
I tried to get some info from below programs but could not get required
2012 Feb 18
1
Mounting filesystems with blktap2
For those wanting to know how to mount filesystems through blktap2
here is how you do it, as I couldn''t find it fully documented.
The instructions on the blktap2 readme file are rather out of date.
You can mount them under Dom0 like so.
e.g. to mount a vhd file,
sudo xm block-attach 0 tap2:vhd:/home/xen/xenwin7-persist.vhd xvdb w 0
Now the device should appear under /dev
ls
2011 Dec 01
3
How to solve "Error: Boot loader didn't return any data"
Hello , everyone
I am a newcomer to xen , which i study in recent months . I have deploy the
xen-4.1.2 on dell server , centos as dom0 , now , i use the vhd format to
be the virtual hard disk , after i execute
" xm new ***.cfg" ,
this vm generate the vm in "xm list" , but when i execute
" xm start *** ",
"Error: Boot loader didn''t return any data
2017 Feb 09
3
Extract VHD using guestfs
Hi,
I have tried to extract *.vhd* file using guestfs library. I am able to
list all files inside my archive using *guestfs_ls* also
* guestfs_list_filesystems()* retruns right File system information. I am
trying to extract files from inside archive using
*guestfs_copy_device_to_file()
* but it returns following error (error: copy_device_to_file: unknown
option 689330304 (this can happen if a
2010 Jun 25
6
Dom0 reboot when several VM reboot at the same time
Hi folks,
I met a problem: when 6 VM reboot at the same time, 3:00 morning, the Dom0
reboot it self:
Xen version is 4.0.0, VMs are windows 2003 with redhat pv, they will update
and reboot itself every 3:00 AM.
# last
... ...
admin pts/0 10.247.1.1 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
2010 Jun 25
6
Dom0 reboot when several VM reboot at the same time
Hi folks,
I met a problem: when 6 VM reboot at the same time, 3:00 morning, the Dom0
reboot it self:
Xen version is 4.0.0, VMs are windows 2003 with redhat pv, they will update
and reboot itself every 3:00 AM.
# last
... ...
admin pts/0 10.247.1.1 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
2012 Nov 09
1
.vhd will not boot in VM
We had a XCP 1.5 pool with 2 machines as hosts. The storage pool which
as NFS mounted lost its ability to export the filesystem with the VM
images on it.
We contacted the vendor and we were able to restore it. However, they
had recommended that we delete the XCP Pool, recreate it, add the hosts
back in, and then mount the storage.
That is where we are at now. We can see the storage and
2007 Jun 19
0
[PATCH 0/4] VHD Support addition
[PATCH 0/4] VHD Support addition
The patches that follow implement Microsoft''s VHD format support, and
apply to xen-unstable.hg CS 15281:356588dda4bc
This is based on the VHD format spec covered by Microsoft''s "Open
Specification Promise":
http://www.microsoft.com/interop/osp/default.mspx
MS VHD Spec can be found at the following link:
2010 Aug 10
0
does libvirt support VHD disk tpye?
Sorry for my fault that I just sent this mail to xen-devel first.
Hi,everyone
I am trying to use VHD disk format on guestVM.
My environment is fedora12+ xen-4.0.1-rc6 + xen-stable/2.6.32.15+libvirt-0.8.3
I success on booting VM in VHD disk correctly using "xm create VM.cfg" and everything runs alright
Where disk = [