Displaying 20 results from an estimated 81 matches for "disktype".
2019 Sep 02
3
[PATCH] v2v: Set DISKTYPE=2 in RHV and VDSM meta files
I was trying to find some documentation for this
field and the best I could find is:
https://github.com/oVirt/vdsm/blob/master/lib/vdsm/storage/constants.py
What do the numbers mean? The comments in the file indicate
that strings are valid too (eg. DISKTYPE=OVFS).
Also this patch as written will affect -o vdsm mode too (another
deprecated-ish mode where we write directly to the Storage Domain).
I don't know if that's right or not.
Rich.
2019 Sep 02
0
[PATCH] v2v: Set DISKTYPE=2 in RHV and VDSM meta files (RHBZ#1746699).
.....9aad5dd15 100644
--- a/v2v/create_ovf.ml
+++ b/v2v/create_ovf.ml
@@ -501,7 +501,7 @@ let create_meta_files output_alloc sd_uuid image_uuids overlays =
bpf "CTIME=%.0f\n" time;
bpf "MTIME=%.0f\n" time;
bpf "IMAGE=%s\n" image_uuid;
- bpf "DISKTYPE=1\n";
+ bpf "DISKTYPE=2\n";
bpf "PUUID=00000000-0000-0000-0000-000000000000\n";
bpf "LEGALITY=LEGAL\n";
bpf "POOL_UUID=\n";
--
2.23.0
2010 Jun 21
7
Third release candidate for Xen 4.0.1
Folks,
The tag 4.0.1-rc3 has been added to
http://xenbits.xensource.com/xen-4.0-testing.hg
Please test!
-- Keir
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
2013 Feb 23
2
Bug#701248: blktap: ftbfs with GCC-4.8
...8, so some issues
might be caused by the updated glibc.
[...]
cc1: all warnings being treated as errors
make[4]: *** [tapdisk-logfile.lo] Error 1
make[4]: *** Waiting for unfinished jobs....
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -I../include -Wall -Werror -g -O2 -MT tapdisk-disktype.lo -MD -MP -MF .deps/tapdisk-disktype.Tpo -c tapdisk-disktype.c -fPIC -DPIC -o tapdisk-disktype.o >/dev/null 2>&1
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -I../include -Wall -Werror -g -O2 -MT tapdisk-loglimit.lo -MD -MP -MF .deps/tapdisk-loglimit.Tpo -c tapdisk-logl...
2020 Apr 16
0
ANNOUNCE: virt-v2v 1.42 - a tool for importing VMs from VMware (and other foreign hypervisors) to KVM
...load mode. Also allows us to detect and reject various other
conditions early. (Pino Toscano).
Label nbdkit sockets correctly for SELinux/sVirt (Martin Kletzander).
You can use a block device as the Windows virtio driver ISO.
Multiple fixes to RHV uploads: Set "DISKTYPE" field correctly when
converting to RHV and VDSM. Properly clean up on failure. Display
disk ID in error messages, and log script parameters, to help with
debugging. Multiple code cleanups. (Nir Soffer).
Support conversions to RHV in qcow2 format (Nir Soffer)....
2013 May 08
9
blktap2 and qcow2 images
Hi There,
I''ve been trying to get this to work for the last couple of days, but found
no information on the internet that would help. Essentially, a tap-ctl
opencommand with a qcow2 image does not work (error code 2) and
produces the
following line in syslog:
tap-ctl: tap-err:tap_ctl_open: open failed, err -2
I have attached a shell script that reproduces the problem on my machine.
The
2013 Nov 11
0
Error in snapshot create in libvirt 1.1.4
Hi list,
i currently have the following issue:
I did a test upgrade to libvirt 1.1.4 and now i cannot create new snapshots
which can be reverted.
Following Situation:
Virtualization: kvm
Disktype: qcow2
qemu XML:
<cpu mode='host-passthrough'>
</cpu>
Creating of snapshot:
virsh snapshot-create-as <guest> <name> <description> --atomic
Now i craete a snapshot and as soon as i revert i get the following error:
error : virCPUDefParseXML:367 : XML er...
2017 Feb 22
1
Best practice scheduler for SMB server
Hi,
short question:
Which schedulers are recommended on running a samba smb server using > 1000 files but high I/O on reads/writes on those files?
- Julian
Wichtiger Hinweis: Der Inhalt dieser E-Mail ist vertraulich und ausschlie?lich f?r den bezeichneten Adressaten bestimmt. Wenn Sie nicht der vorgesehene Adressat dieser E-Mail oder dessen Vertreter sein sollten, so beachten Sie bitte,
2013 Jul 15
21
[PATCH 00 of 21 RESEND] blktap3/drivers: Introduce tapdisk server.
This patch series copies the core of the tapdisk process from blktap2, with
updates coming from blktap2.5.
Signed-off-by: Thanos Makatos <thanos.makatos@citrix.com>
2010 Dec 07
6
MEMDISK issue with OptiPlex GX280,620
A kind request for help please.
MEMDISK is causing an issue with the Dell OptiPlex GX280 and GX620 platforms. Booting a PC-DOS/Ghost, disk image is successful (and proper) when using version 3.83. See results below:
MEMDISK 3.83:
Ramdisk at 0x07eeaa00, length 0x007bc000
command line: initrd=images/ghostclient/280_620/osbootc.img BOOT_IMAGE=memdisk
MEMDISK: Image seems to have fractional end
2010 Jan 28
31
[PATCH 0 of 4] aio event fd support to blktap2
Get blktap2 running on pvops.
This mainly adds eventfd support to the userland code. Based on some
prior cleanup to tapdisk-queue and the server object. We had most of
that in XenServer for a while, so I kept it stacked.
1. Clean up IPC and AIO init in tapdisk-server.
[I think tapdisk-ipc in blktap2 is basically obsolete.
Pending a later patch to remove it?]
2. Split tapdisk-queue into
2020 Mar 10
2
ANNOUNCE: libguestfs 1.42 - tools for accessing and modifying virtual machine disk images
...s://bugzilla.redhat.com/1773520
Segfault in python bindings for
guestfs_int_py_event_callback_wrapper
https://bugzilla.redhat.com/1746699
Can't import guest from export domain to data domain on rhv4.3 due
to error "Invalid parameter: 'DiskType=1'"
https://bugzilla.redhat.com/1733168
virt-v2v: Use scp -T in -i vmx -it ssh mode
https://bugzilla.redhat.com/1723305
Delete info"export PATH=/path/to/nbdkit-1.1.x:$PATH" in
virt-v2v-input-vmware manual page
https://bugzi...
2010 Sep 21
1
[PREVIEW ONLY] Refactor data transfer code
...E=LEAF\n";
+ print $meta "CTIME=".$volume->_get_creation()."\n";
+ print $meta "FORMAT=".$volume->_get_rhev_format()."\n";
+ print $meta "IMAGE=".$volume->_get_imageuuid()."\n";
+ print $meta "DISKTYPE=1\n";
+ print $meta "PUUID=00000000-0000-0000-0000-000000000000\n";
+ print $meta "LEGALITY=LEGAL\n";
+ print $meta "MTIME=".$volume->_get_creation()."\n";
+ print $meta "POOL_UUID=00000000-0000-0000-0000-000000000000\...
2010 Mar 30
3
[PATCH 1/2] Refactor guest and volume creation into Sys::VirtV2V::Target::LibVirt
Move all target-specific functionality into its own module in preparation for
output to RHEV.
---
MANIFEST | 1 +
lib/Sys/VirtV2V/Connection.pm | 46 ++---
lib/Sys/VirtV2V/Converter.pm | 138 +------------
lib/Sys/VirtV2V/Target/LibVirt.pm | 419 +++++++++++++++++++++++++++++++++++++
lib/Sys/VirtV2V/Transfer/ESX.pm | 91 +++------
po/POTFILES.in
2011 Jan 28
0
builder-ubuntu libguestfs FAILED build step f060d5bcd40b4a6506d7994e67d57dccab1651b8
...<fdisk(8)> in paragraph 3313.
/usr/bin/pod2html: -: cannot resolve L<parted(8)> in paragraph 3313.
/usr/bin/pod2html: -: cannot resolve L<kpartx(8)> in paragraph 3313.
/usr/bin/pod2html: -: cannot resolve L<lvm(8)> in paragraph 3313.
/usr/bin/pod2html: -: cannot resolve L<disktype(1)> in paragraph 3313.
sed -e 's,<em>guestfish(1)</em>,<a href=guestfish.1.html>guestfish(1)</a>,g' -e 's,<em>guestfs-examples(3)</em>,<a href=guestfs-examples.3.html>guestfs-examples(3)</a>,g' -e 's,<em>guestfs-ocaml(3)&l...
2011 Jan 28
1
builder-debian libguestfs FAILED build step 82f5fdb0dbbc0c7b04861edeadf70c86c9342df2
...<fdisk(8)> in paragraph 3313.
/usr/bin/pod2html: -: cannot resolve L<parted(8)> in paragraph 3313.
/usr/bin/pod2html: -: cannot resolve L<kpartx(8)> in paragraph 3313.
/usr/bin/pod2html: -: cannot resolve L<lvm(8)> in paragraph 3313.
/usr/bin/pod2html: -: cannot resolve L<disktype(1)> in paragraph 3313.
sed -e 's,<em>guestfish(1)</em>,<a href=guestfish.1.html>guestfish(1)</a>,g' -e 's,<em>guestfs-examples(3)</em>,<a href=guestfs-examples.3.html>guestfs-examples(3)</a>,g' -e 's,<em>guestfs-ocaml(3)&l...
2011 Jan 18
1
builder-debian libguestfs FAILED build step 41bbc0a7a3f3cd768c83183327ffc562d2040a83
...<fdisk(8)> in paragraph 3308.
/usr/bin/pod2html: -: cannot resolve L<parted(8)> in paragraph 3308.
/usr/bin/pod2html: -: cannot resolve L<kpartx(8)> in paragraph 3308.
/usr/bin/pod2html: -: cannot resolve L<lvm(8)> in paragraph 3308.
/usr/bin/pod2html: -: cannot resolve L<disktype(1)> in paragraph 3308.
sed -e 's,<em>guestfish(1)</em>,<a href=guestfish.1.html>guestfish(1)</a>,g' -e 's,<em>guestfs-examples(3)</em>,<a href=guestfs-examples.3.html>guestfs-examples(3)</a>,g' -e 's,<em>guestfs-ocaml(3)&l...
2011 Mar 04
1
builder-debian libguestfs FAILED build step eda9826d25336bcf661700270c580d4d62128750
...<fdisk(8)> in paragraph 3343.
/usr/bin/pod2html: -: cannot resolve L<parted(8)> in paragraph 3343.
/usr/bin/pod2html: -: cannot resolve L<kpartx(8)> in paragraph 3343.
/usr/bin/pod2html: -: cannot resolve L<lvm(8)> in paragraph 3343.
/usr/bin/pod2html: -: cannot resolve L<disktype(1)> in paragraph 3343.
sed -e 's,<em>guestfs(3)</em>,<a href=guestfs.3.html>guestfs(3)</a>,g'
touch stamp-guestfs.pod
make[3]: Leaving directory `/home/rjones/d/libguestfs/src'
make[2]: Leaving directory `/home/rjones/d/libguestfs/src'
Making all in exampl...
2011 Feb 15
4
builder-debian libguestfs FAILED build step f455dc3814bf9f7e7e894ba81360acb0edd92464
...<fdisk(8)> in paragraph 3343.
/usr/bin/pod2html: -: cannot resolve L<parted(8)> in paragraph 3343.
/usr/bin/pod2html: -: cannot resolve L<kpartx(8)> in paragraph 3343.
/usr/bin/pod2html: -: cannot resolve L<lvm(8)> in paragraph 3343.
/usr/bin/pod2html: -: cannot resolve L<disktype(1)> in paragraph 3343.
sed -e 's,<em>guestfs(3)</em>,<a href=guestfs.3.html>guestfs(3)</a>,g'
touch stamp-guestfs.pod
make[3]: Leaving directory `/home/rjones/d/libguestfs/src'
make[2]: Leaving directory `/home/rjones/d/libguestfs/src'
Making all in exampl...
2011 Jan 28
0
builder-debian libguestfs FAILED build step f060d5bcd40b4a6506d7994e67d57dccab1651b8
...<fdisk(8)> in paragraph 3313.
/usr/bin/pod2html: -: cannot resolve L<parted(8)> in paragraph 3313.
/usr/bin/pod2html: -: cannot resolve L<kpartx(8)> in paragraph 3313.
/usr/bin/pod2html: -: cannot resolve L<lvm(8)> in paragraph 3313.
/usr/bin/pod2html: -: cannot resolve L<disktype(1)> in paragraph 3313.
sed -e 's,<em>guestfs(3)</em>,<a href=guestfs.3.html>guestfs(3)</a>,g'
touch stamp-guestfs.pod
make[3]: Leaving directory `/home/rjones/d/libguestfs/src'
make[2]: Leaving directory `/home/rjones/d/libguestfs/src'
Making all in exampl...