Re: [PATCH v7 08/33] block/backup: set copy_range and compress after filter insertion

2021-08-10 Thread Hanna Reitz
On 04.08.21 11:37, Vladimir Sementsov-Ogievskiy wrote: We are going to publish copy-before-write filter, so it would be initialized through options. Still we don't want to publish compress and copy-range options, as 1. Modern way to enable compression is to use compress filter. 2. For

[PATCH v7 08/33] block/backup: set copy_range and compress after filter insertion

2021-08-04 Thread Vladimir Sementsov-Ogievskiy
We are going to publish copy-before-write filter, so it would be initialized through options. Still we don't want to publish compress and copy-range options, as 1. Modern way to enable compression is to use compress filter. 2. For copy-range it's unclean how to make proper interface: - it's has