Re: [PATCH v10 1/3] block: introduce compress filter driver

2019-12-02 Thread Andrey Shinkevich
On 28/11/2019 17:37, Vladimir Sementsov-Ogievskiy wrote: > 28.11.2019 12:36, Andrey Shinkevich wrote: >> Allow writing all the data compressed through the filter driver. >> The written data will be aligned by the cluster size. >> Based on the QEMU current implementation, that data can be written

Re: [PATCH v10 1/3] block: introduce compress filter driver

2019-11-28 Thread Vladimir Sementsov-Ogievskiy
28.11.2019 12:36, Andrey Shinkevich wrote: > Allow writing all the data compressed through the filter driver. > The written data will be aligned by the cluster size. > Based on the QEMU current implementation, that data can be written to > unallocated clusters only. May be used for a backup job. >