similar to: [PATCH 0/4] VHD Support addition

Displaying 20 results from an estimated 100 matches similar to: "[PATCH 0/4] VHD Support addition"

2007 Jun 19
1
[PATCH 4/4] Add libvdisk, and vdisk_tool
[PATCH 4/4] Add libvdisk, and vdisk_tool vdisk-support.patch provides libvdisk, and vdisk_tool, as described in [PATCH 0/4] Signed-off-by: Boris Ostrovsky <bostrovsky@virtualiron.com> Signed-off-by: Ben Guthro <bguthro@virtualiron.com> _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2012 Oct 17
0
vhd format support failed on suse11 x86_64 sp2
Hi all, I had met with a question about vhd format when i install xen 4.2.0 source code on suse11_x86_64_sp2. execute steps: 1)Install fully suse 11 sp2 to host pc 2)Boot from Xen kernel menu 3)Download xen 4.2.0 source code from http://xen.org/download/index_4.2.0.html 4)Download bin86-0.16.19.tar.gz cmake-2.8.9.tar.gz Dev86src-0.16.19.tar.gz gettext-0.18.1.1.tar.gz
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
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 = [
2012 Sep 24
0
Having trouble booting with .vhd image
Hi, I have a imported VM image in .raw format. I used "qemu-img convert" to convert the .raw image to a .vhd image. I changed the config file accordingly and I tried to start the VM. I am unable to bootup and I get the message that the "booting from hard disk failed" and no bootable device found. The image is not corrupt as .raw image seems to come up fine. Any suggestions on
2009 Aug 04
0
vhd to xen img file (not using xenserver)
Is there a way to convert a Virtual PC vhd file to a raw img file for Xen without using XenServer ? I found a v2v utility from Starwind that converts to an .img format, but I don''t know if it is the same as the format that Xen uses. I ran the conversion and tried it under Xen, but could not get the console to come up, and had to destroy the domu to get that domain to shut down. I expect
2012 Sep 24
0
Open xen support for .vhd files
Hi, I have a imported VM image in .raw format. I used "qemu-img convert" to convert the .raw image to a .vhd image. I changed the config file accordingly and I tried to start the VM. I am unable to bootup and I get the message that the "booting from hard disk failed" and no bootable device found. The image is not corrupt as .raw image seems to come up fine. Any suggestions on
2010 Sep 30
0
creating a File-based thin-provisioned VHD
Hullo everybody how can I create File-based thin-provisioned VHD on a Filesystem for VM images for a local non-shared Filesystem (EXT type SR), for with the configurations i have dont allow me make a 4th partition Below are my configurations. [root@virtualintranet /]# fdisk -l Disk /dev/sda: 1998.2 GB, 1998233534464 bytes 255 heads, 63 sectors/track, 242938 cylinders Units = cylinders of
2010 Jan 01
0
Windows 7 .vhd "The version does not support this version of the file format" error
I searched the archives for this particular error message, and only found one match from a user doing backups from Windows Server 2008 R2. I'm running FreeBSD 7.2 with (initially) SAMBA 3.3.9 from the FreeBSD Ports Collection. I have a very simple config (included below). The client is Windows 7 Ultimate x64 (RTM version w/ all Windows updates applied). I can create a Virtual Hard
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 Jun 26
0
Bug report on blktap-utils: vhd-update crashes with exit status 139
Hi, We found a crash in vhd-update contained in the blktap-utils package. You are being contacted because your are listed as one of the maintainer of blktap-utils. We are planning to submit the bug to the Debian bug tracking system in two weeks. We wanted to give you a heads-up, so that you some time to assess the seriousness of the bug before it is publicly disclosed. The bug report that will
2017 Feb 09
0
Re: Extract VHD using guestfs
On Thu, Feb 09, 2017 at 03:24:53PM +0500, MUHAMMAD MOHSIN wrote: > * but it returns following error (error: copy_device_to_file: unknown > option 689330304 (this can happen if a program is compiled against a newer > version of libguestfs, then dynamically linked to an older version)). > Please see attached main.c for my sample code. I don't know about the above error, but the way
2017 Feb 13
2
Re: Extract VHD using guestfs
Thanks a lot. I was trying to copy on local disk and guestfs_download () solved my problem. Now I am trying to modify source code of guestfs_download () to extract file in memory. Can you guide me what should i do to achieve that. Mohsin On Fri, Feb 10, 2017 at 2:13 AM, Richard W.M. Jones <rjones@redhat.com> wrote: > On Thu, Feb 09, 2017 at 03:24:53PM +0500, MUHAMMAD MOHSIN wrote:
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
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
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 Sep 16
0
improvements to plm fitting
In the course of some work I have been doing for Revolution Analytics I have had the necessity of modifying the plm function so that it would not die halfway through fitting. In particular, I was able to more than halve the runtime (for my particular run) and improve its memory usage with three small modifications: 1.) Replacing throughout apply(X, 2, mean) with colMeans, similarly with
2009 Jan 21
0
[PATCH] Progs: update convert for uninitialized block groups
Hello, There is a new feature ''uninitialized block groups'' in ext4. Block and inode bitmaps in uninitialized block groups are uninitialized. This confuses the converter. The fix is call ext2fs_new_inode for each block group at open time. It set up uninitialized block and inode bitmaps appropriately. This patch also contains some other minor fixes. Thank you, Signed-off-by: Yan
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 +=
2009 Apr 07
0
[PATCH 1/1] OCFS2: use i_size_read() instead of direct accessing inode->i_size
use i_size_read() instead of accessing inode->i_size directly. Signed-off-by: Wengang Wang <wen.gang.wang at oracle.com> -- diff --git a/fs/ocfs2/aops.c b/fs/ocfs2/aops.c index b2c52b3..4491851 100644 --- a/fs/ocfs2/aops.c +++ b/fs/ocfs2/aops.c @@ -1920,7 +1920,7 @@ int ocfs2_write_end_nolock(struct address_space *mapping, out_write_size: pos += copied; - if (pos >