Displaying 9 results from an estimated 9 matches for "1151033".
2015 Oct 20
1
[PATCH v3 07/13] v2v: factor out copying of output data
..._file) then
-            error (f_"internal error: qemu corrupted the overlay file");
-
-          (* Give the input module a chance to adjust the parameters
-           * of the overlay/backing file.  This allows us to increase
-           * the readahead parameter when copying (see RHBZ#1151033 and
-           * RHBZ#1153589 for the gruesome details).
-           *)
-          input#adjust_overlay_parameters t.target_overlay;
-
-          (* It turns out that libguestfs's disk creation code is
-           * considerably more flexible and easier to use than
-           * qemu-img, so c...
2016 Mar 17
1
Broken KVM System CentOS 7.2
Am Donnerstag, 17. M?rz 2016, 08:57:40 CET schrieb Gordon Messmer:
> On 03/17/2016 08:26 AM, G?nther J. Niederwimmer wrote:
> > Have any a hint  why ?
The Problem is starting on three different Server, near to the same time ????
This is my Panic Situation.
 
> You're going to have to provide logs, or error messages, or something.
This is a a log from a client ?
starting up
2019 Apr 08
12
[PATCH 00/11] v2v: Change virt-v2v to use nbdkit for input in several modes.
This series (except the last one) changes virt-v2v to use nbdkit for
several input modes:
 -i vmx -it vddk: No change in functionality, as this already uses
 nbdkit-vddk-plugin, but the code is refactored for the other modes to
 use.
 -i libvirtxml: Use nbdkit-curl-plugin instead of qemu curl.
 vCenter: Use nbdkit-curl-plugin instead of qemu curl.
 xen: Use nbdkit-ssh-plugin instead of qemu
2014 Oct 18
1
ANNOUNCE: libguestfs 1.28 released
...zilla.redhat.com/1151766
      libguestfs-bash-completion package contains file
      /usr/share/bash-completion/completions/virt-log, but no _virt_log()
      function in that file
    https://bugzilla.redhat.com/1151738
      typo error in man page of virt-edit
    https://bugzilla.redhat.com/1151033
      virt-v2v conversions from VMware vCenter server run slowly
    https://bugzilla.redhat.com/1150880
      virt-v2v: warning: display <graphics type='sdl'> was ignored when
      converting rhel5 guest with sdl graphics
    https://bugzilla.redhat.com/1150867
      'copy-...
2015 Jul 21
0
ANNOUNCE: libguestfs 1.30 released
...s://bugzilla.redhat.com/1151910
      virt-ls should remove '/' in the output when specify the directory
      name as /etc/
    https://bugzilla.redhat.com/1151900
      Should also add a field for directory files when run virt-ls with
      --csv option
    https://bugzilla.redhat.com/1151033
      virt-v2v conversions from VMware vCenter server run slowly
    https://bugzilla.redhat.com/1146832
      virt-v2v fail to convert guest with disk type volume
    https://bugzilla.redhat.com/1146007
      Input/output error during conversion of esx guest.
    https://bugzilla.redhat.com/...
2019 Jul 19
12
[PATCH v3 00/12] v2v: Change virt-v2v to use nbdkit for input in several modes.
v2 was posted here:
https://www.redhat.com/archives/libguestfs/2019-July/msg00115.html
This also has links to earlier versions.
v3:
 - The 01/11 patch in v2 included a bunch of unnecessary plus one
   necessary change to how input_password is passed around.  I moved
   the necessary change into the final patch (implementing SSH
   password authentication) and dropped the rest.
 - The 01/11
2019 Jul 11
11
[PATCH v2 00/11] v2v: Change virt-v2v to use nbdkit for input in several modes.
Originally posted here:
https://www.redhat.com/archives/libguestfs/2019-April/thread.html#00054
https://www.redhat.com/archives/libguestfs/2019-April/msg00076.html
https://www.redhat.com/archives/libguestfs/2019-April/msg00126.html
This is a rebase on top of current master branch with no other
changes.  The first patch in the old series was pushed a while back,
and the last "TEMPORARY"
2015 Aug 11
41
[PATCH v2 00/17] v2v: add --in-place mode
This series is a second attempt to add a mode of virt-v2v operation
where it leaves the config and disk image conversion, rollback on
errors, registering with the destination hypervisor, etc. to a
third-party toolset, and performs only tuning of the guest OS to run in
the KVM-based hypervisor.
The first 14 patches are just refactoring and rearrangement of the code,
factoring the implementation
2019 Sep 20
15
[PATCH v4 00/12] v2v: Change virt-v2v to use nbdkit for input in several modes.
v3 posted here:
https://www.redhat.com/archives/libguestfs/2019-July/msg00200.html
v4:
 - The first patch in the v3 series was just a trivial doc whitespace
   fix so I pushed it.
 - There's a new patch using the nbdkit-retry-filter.  This is not
   actually upstream in nbdkit but we know enough about how it will
   work.
 - Rebased against master and reran the tests.
Rich.