Sandro Bonazzola has submitted this change and it was merged.
Change subject: upload: adding --ignore-lsc CLI options
......................................................................
upload: adding --ignore-lsc CLI options
.gz images are decompressed locally before uploading them.
gzip doesn't provide accurate informations about the real
uncompressed file size and so the free space on local tmp dir
are checked against the maximum image size. This, with
thin disk images (sparse files), is often too conservative.
Adding a CLI option to ignore this kind of
errors.
Adding support for sparse file in the NFS copy
Change-Id: I8ae3e90c4abd832891088899e713c26eac495a4d
Bug-Url:
https://bugzilla.redhat.com/1119798
Signed-off-by: Simone Tiraboschi <stirabos(a)redhat.com>
---
M src/__main__.py
M src/engine-image-uploader.8
2 files changed, 86 insertions(+), 32 deletions(-)
Approvals:
Sandro Bonazzola: Looks good to me, approved
Simone Tiraboschi: Verified
--
To view, visit
http://gerrit.ovirt.org/31011
To unsubscribe, visit
http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I8ae3e90c4abd832891088899e713c26eac495a4d
Gerrit-PatchSet: 3
Gerrit-Project: ovirt-image-uploader
Gerrit-Branch: ovirt-image-uploader-3.5
Gerrit-Owner: Simone Tiraboschi <stirabos(a)redhat.com>
Gerrit-Reviewer: Sandro Bonazzola <sbonazzo(a)redhat.com>
Gerrit-Reviewer: Simone Tiraboschi <stirabos(a)redhat.com>
Gerrit-Reviewer: automation(a)ovirt.org
Gerrit-Reviewer: oVirt Jenkins CI Server