similar to: [PATCH] v2v: create an empty windows.vmdk in case of disabled appliance

Displaying 20 results from an estimated 4000 matches similar to: "[PATCH] v2v: create an empty windows.vmdk in case of disabled appliance"

2010 May 31
2
VMware and multiple vmdk files
With VMWare (server), you can pre-allocate your image in several vmdk files. But I have not bee able to mount that in guestfs. On file (e.g. guest.vmdk) is a text file pointing to all the other files (e.g. guest-f001.vmdk, guest-f002.vmdk,...). I tried the following scenarios without success: 1- just adding the base vmdk: add_drive guest.vmdk 2- adding all the files: add_drive guest-f001.vmdk
2011 Nov 15
1
kvm/libvirt can't use vmdk files? qemu: 'vmdk' invalid format
Hi all, I have a RHEL6.1 qemu-kvm hypervisor running a raw image that I need for various reasons to convert to vmdk. I used this process: qemu-img convert server3.img -O vmdk server3.vmdk Then I edited the XML file (/etc/libvirt/qemu/server3.xml) like so: <devices> <emulator>/usr/libexec/qemu-kvm</emulator> <disk type='file' device='disk'> <driver
2010 Apr 28
1
vmdk support by libguestfs in RHEL and upstream
Hi all, As we are doing plan for testing libguestfs, I have a question about vmdk support for libguestfs. In Fedora 12, we can successfully manage a vmdk image via guestfish(add -> run -> mkfs -> mount -> ...). But in RHEL6, for qemu-kvm can not boot with a vmdk image, libguestfs can not manage vmdk either. So is it true that vmdk is only supported by upstream libguestfs but not
2015 May 30
2
snapshots and vmdk
Does libvirt support snapshotting when the virtual disk comes from a vmdk file? http://wiki.libvirt.org/page/Snapshots#Desired_functionality seems to say no, since it says "'virsh snapshot', which requires all disk images to be qcow2". OTOH, man virsh, http://libvirt.org/formatsnapshot.html, and http://libvirt.org/formatdomain.html#elementsDisks seem to indicate more
2010 Mar 18
6
Validating alignment of NTFS/VMDK/ZFS blocks
Good evening, I understand that NTFS & VMDK do not relate to Solaris or ZFS, but I was wondering if anyone has any experience of checking the alignment of data blocks through that stack? I have a VMware ESX 4.0 host using storage presented over NFS from ZFS filesystems (recordsize 4KB). Within virtual machine VMDK files, I have formatted NTFS filesystems, block size 4KB. Dedup is turned on.
2022 Sep 01
2
Backup KVM Guest VM in OVA or VMDK format
Hi, Is there a way to backup KVM Guest VM running CentOS Linux release 7.9.2009 (Core) OS in kvmguestosimage.ova or kvmguestosimage.vmdk format as I am trying to restore it in AWS by referring to https://aws.amazon.com/ec2/vm-import/ article as per the below supported file format. [1] Open Virtualization Archive (OVA) [2] Virtual Machine Disk (VMDK) [3] Virtual Hard Disk (VHD/VHDX) [4] raw Also
2012 Feb 12
1
[PATCH] Do not run test-virt-format.sh if appliance has not been built
--- format/Makefile.am | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/format/Makefile.am b/format/Makefile.am index 0d1b28e..1dc8f14 100644 --- a/format/Makefile.am +++ b/format/Makefile.am @@ -74,4 +74,6 @@ TESTS_ENVIRONMENT = \ MALLOC_PERTURB_=$(random_val) \ $(top_builddir)/run +if ENABLE_APPLIANCE TESTS = test-virt-format.sh +endif ENABLE_APPLIANCE -- 1.7.9
2008 Oct 28
4
blktap, vmdk, vdi, and disk management support
Just a quick fyi... We''ve recently added support for blktap along with support for managing virtual disks (disk file images). There are some difference from a linux dom0. This is available in b101 @ http://www.opensolaris.org/os/downloads/sol_ex_dvd_1/ This allows you to create and manage vmdk and vdi (Virtual Box) disk files. By default, virt-install will now use a vmdk vdisk when
2009 Aug 26
3
Import vmware vmdk into xVM (osol-2009.06)
Good afternoon, I was wondering if anyone has any in site as to how to import a VMware vmdk into xVM on OpenSolaris 2009.06 (xVM 3.1). I have a VMware VM created on VMware Server 2.0 and would like to move it over to this xVM server. I appreciate any advice anyone may have. Cheers, -Chris -- This message posted from opensolaris.org
2005 Sep 30
7
porting vmware''s vmdk to domU
Hi! Is there any experience of converting vmware''s vmdk file to a domU image? Maybe via extracting vmdk (how?) -> build tar -> untar in domU? That would be very nice despite replacing the original kernel with a self-built one and worthy to write a script... :) Cheers, Sven. _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com
2011 May 19
1
Fail to boot Xen raw image with hda converted from VMWARE vmdk image with scsi
Hi everyone, 1. I try to boot a raw image with hda under Xen hypervisor converted by VMWARE vmdk image with scsi, but fail to boot with error message “Error loading operating system” below”. Who can give me a favor? 2. Under vSphere, create a windows XP VM with scsi storage then install a windows XP to the SCSI storage called xp.vmdk in the VM via iso file. Can successfully
2009 Mar 18
1
Is it possible to make rsync VMware split .vmdk's aware?
Hi, I am using rsync for my customers to have disaster recovery off-site with files from a VMware Server (under Linux). All works very well, but when I defragment the VM's (once a week) or Exchange defragments it's datastore the disk layout changes offcourse and sometimes a lot. What do I do: - I am making a local copy with vmware-vdiskmanager to an USB disk in the split
2013 Jul 22
1
vmdk
i try to use a older vmdk image on kvm it seems to work on a debian kvm box but not on a centos 6 box the kvm on centos says no bootable device but on debian it boots fine -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos-virt/attachments/20130722/4ad2a2d0/attachment-0006.html>
2014 Apr 22
1
copying live vmdk / vdi files
Hi, I would like to backup my Virtual Box VM folder. I have VDI and VMDK files in there. I am told I have to shutdown those virtual machines first in order for rsync to copy them correctly. Is this correct ? Thanks, Dan
2015 Feb 25
2
Re: A problem with converting an OVA appliance
On Sun, 2015-02-22 at 10:33 -0500, Cole Robinson wrote: > 0.600.1 is very old, and virt-convert has changed a lot since then. I'd > recommend trying the latest version from virt-manager-1.1.0, and if you still > hit issues, file an upstream bug: I did just that, i.e. I used virt-convert 0.600.4 from virt-manager-1.1.0 (while I left the installed libvirt packages at 1.2.9) and the
2012 Nov 20
6
zvol wrapped in a vmdk by Virtual Box and double writes?
Hi folks, (Long time no post...) Only starting to get into this one, so apologies if I''m light on detail, but... I have a shiny SSD I''m using to help make some VirtualBox stuff I''m doing go fast. I have a 240GB Intel 520 series jobbie. Nice. I chopped into a few slices - p0 (partition table), p1 128GB, p2 60gb. As part of my work, I have used it both as a RAW
2013 Oct 22
0
Re: kvm/libvirt can't use vmdk files? qemu: 'vmdk' invalid format
Dear All, While trying to run kvm VM using vmdk disk on 6.4 , I got into the following error, error: Failed to create domain from vmdkvm.xml error: internal error process exited while connecting to monitor: qemu-kvm: -drive file=/mnt/vmdkTOKVM/vmdkTOKVM.vmdk,if=none,id=drive-ide0-0-0,format=vmdk,cache=none: 'vmdk' invalid format upon further digging I came across this thread (
2014 Jun 19
1
Re: converted VMDK disk iamge and Virtio driver
virt-v2v is not an option for me as all I have are the VMDK images and don't have the VMware software to covert to OVA first. I really don't understand what is going wrong. I also found https://access.redhat.com/site/solutions/20511 and that still doesn't work. Both /etc/fstab and grub.conf refer to the LABEL and not any device name. In the boot process I see it explicitly says it
2015 Jun 01
0
Re: snapshots and vmdk
On Sat, May 30, 2015 at 02:35:51AM +0000, Boylan, Ross wrote: > Does libvirt support snapshotting when the virtual disk comes from a > vmdk file? >From my quick test (refer below), seems like you can at-least use VMDK as a backing file. > http://wiki.libvirt.org/page/Snapshots#Desired_functionality seems to > say no, since it says "'virsh snapshot', which requires all
2013 May 19
1
[PATCH] run: Don't fail on missing LIBGUESTFS_PATH if --disable-appliance
Set LIBGUESTFS_PATH to the default value compiled into and output a warning to STDERR, instead. The previous behavior caused the build to abort when trying to build the sysprep documentation -- without much of a hint of what went wrong. When LIBGUESTFS_PATH was not set, test-events.sh would fail. --- run.in | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/run.in