search for: 5ca47c29ae13efa3959b8b28cf4dbd31r112

Displaying 3 results from an estimated 3 matches for "5ca47c29ae13efa3959b8b28cf4dbd31r112".

2018 Mar 29
1
Re: [PATCH v7 6/6] v2v: Add -o rhv-upload output mode (RHBZ#1557273).
...W.M. Jones <rjones@redhat.com> wrote: > I found another problem which is sort of related to this thread. I > hit a time-out waiting for the disk to be unlocked after creation: > > > https://github.com/libguestfs/libguestfs/commit/8081f54105bd990233f166170890192c1fd7d1f3#diff-5ca47c29ae13efa3959b8b28cf4dbd31R112 > line 112 > > The disk size in this case is 40 GB and we currently wait 5 minutes. > > On the ovirt-node there's an ‘fallocate’ process (still) running. > It's taken 23 minutes so far. > This code is using posix_fallocate and it can be very slow on NFS < 4.2, writi...
2018 Mar 26
4
Re: [PATCH v7 6/6] v2v: Add -o rhv-upload output mode (RHBZ#1557273).
On Mon, Mar 26, 2018 at 11:41 AM Richard W.M. Jones <rjones@redhat.com> wrote: > On Sun, Mar 25, 2018 at 08:05:14PM +0000, Nir Soffer wrote: > > When using the sdk, you can select both the image format and sparse, so > you > > can create invalid combinations. oVirt selects the allocation for you. > > > > storage type image format sparse | allocation
2018 Mar 29
0
Re: [PATCH v7 6/6] v2v: Add -o rhv-upload output mode (RHBZ#1557273).
I found another problem which is sort of related to this thread. I hit a time-out waiting for the disk to be unlocked after creation: https://github.com/libguestfs/libguestfs/commit/8081f54105bd990233f166170890192c1fd7d1f3#diff-5ca47c29ae13efa3959b8b28cf4dbd31R112 line 112 The disk size in this case is 40 GB and we currently wait 5 minutes. On the ovirt-node there's an ‘fallocate’ process (still) running. It's taken 23 minutes so far. Because we didn't reach a satisfactory conclusion of the whole sparse/format business, I am currently setting...