commit 5a95730e64b8a9cae8932386d2023ac69bafa3bb
Author: Alon Bar-Lev <alonbl>
Date: Wed Feb 6 01:35:26 2013 +0200
host-deploy: use tar instead of python tarfile
python usage was introduced when fedora-18 alpha lacked tar
utility, now fedora-18 has tar utility and the python
implementation is too buggy. It does not treat trailing
zeros of tarfile correctly, causing the deployment to fail.
Change-Id: I9ece009af7d0c1800eb69b1ca99930892903fe9f
Signed-off-by: Alon Bar-Lev <alonbl>
http://gerrit.ovirt.org/#/c/11776/
This was reported in the past by one of the users, the suspected component was commons-compress. It was reproduced at my environment using the lastest commons-compress, the conclusion is that the python tarfile implementation is invalid in some cases.
Please approve this for 3.2.
Thanks.
commit 5a95730e64b8a9cae8932386d2023ac69bafa3bb Author: Alon Bar-Lev <alonbl> Date: Wed Feb 6 01:35:26 2013 +0200 host-deploy: use tar instead of python tarfile python usage was introduced when fedora-18 alpha lacked tar utility, now fedora-18 has tar utility and the python implementation is too buggy. It does not treat trailing zeros of tarfile correctly, causing the deployment to fail. Change-Id: I9ece009af7d0c1800eb69b1ca99930892903fe9f Signed-off-by: Alon Bar-Lev <alonbl> http://gerrit.ovirt.org/#/c/11776/