Re: [PATCH v3 20/25] qapi: backup: disable copy_range by default

2021-01-12 Thread Max Reitz
On 12.01.21 16:44, Vladimir Sementsov-Ogievskiy wrote: 12.01.2021 17:05, Max Reitz wrote: On 26.10.20 18:18, Vladimir Sementsov-Ogievskiy wrote: Further commit will add a benchmark (scripts/simplebench/bench-backup.py), which will show that backup works better with async parallel requests (prev

Re: [PATCH v3 20/25] qapi: backup: disable copy_range by default

2021-01-12 Thread Vladimir Sementsov-Ogievskiy
12.01.2021 17:05, Max Reitz wrote: On 26.10.20 18:18, Vladimir Sementsov-Ogievskiy wrote: Further commit will add a benchmark (scripts/simplebench/bench-backup.py), which will show that backup works better with async parallel requests (previous commit) and disabled copy_range. So, let's disable

Re: [PATCH v3 20/25] qapi: backup: disable copy_range by default

2021-01-12 Thread Max Reitz
On 26.10.20 18:18, Vladimir Sementsov-Ogievskiy wrote: Further commit will add a benchmark (scripts/simplebench/bench-backup.py), which will show that backup works better with async parallel requests (previous commit) and disabled copy_range. So, let's disable copy_range by default. Signed-off-b