Status: Accepted
Owner: [email protected]
Labels: Milestone-Release2.13 SmallTask Type-Enhancement Component-storage Priority-Medium Performance

New issue 991 by [email protected]: Create sparse files when exporting VMs
https://code.google.com/p/ganeti/issues/detail?id=991

While we don't know the content of files, large enough blocks of zeroes can be made sparse. Since 'cp' already does that, it's just the matter of:

- detecting if 'cp' understands '--sparse'
- during instance export, instead of appending '> file', append '| cp --sparse=always /dev/stdin file'

See http://en.wikipedia.org/wiki/Sparse_file#Piping

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

Reply via email to