Change in ovirt-image-uploader[master]: upload: adding --ignore-lsc CLI options

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@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/31005 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I8ae3e90c4abd832891088899e713c26eac495a4d Gerrit-PatchSet: 2 Gerrit-Project: ovirt-image-uploader Gerrit-Branch: master Gerrit-Owner: Simone Tiraboschi <stirabos@redhat.com> Gerrit-Reviewer: Lev Veyde <lveyde@redhat.com> Gerrit-Reviewer: Sandro Bonazzola <sbonazzo@redhat.com> Gerrit-Reviewer: Simone Tiraboschi <stirabos@redhat.com> Gerrit-Reviewer: Yedidyah Bar David <didi@redhat.com> Gerrit-Reviewer: automation@ovirt.org Gerrit-Reviewer: oVirt Jenkins CI Server
participants (1)
-
sbonazzo@redhat.com