Lee Yarwood has uploaded a new change for review. Change subject: BZ#839312 - Use cp to copy sparse files to ensure they remain sparse. ......................................................................
BZ#839312 - Use cp to copy sparse files to ensure they remain sparse. Previously all volumes were copied with dd, with sparse files this would result in the destination volume being fully allocated and thus no longer sparse. Change-Id: Iff138110bd0990cd7d41481b933fb6776a3fcdaf Signed-off-by: Lee Yarwood <[email protected]> --- M vdsm/storage/image.py M vdsm/storage/misc.py 2 files changed, 27 insertions(+), 2 deletions(-) git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/60/6160/1 -- To view, visit http://gerrit.ovirt.org/6160 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Iff138110bd0990cd7d41481b933fb6776a3fcdaf Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Lee Yarwood <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://fedorahosted.org/mailman/listinfo/vdsm-patches
