Re: [PATCH v5 0/9] qcow2-bitmaps: rewrite reopening logic

2019-09-30 Thread Vladimir Sementsov-Ogievskiy
28.09.2019 2:36, John Snow wrote: > > > On 9/27/19 8:23 AM, Vladimir Sementsov-Ogievskiy wrote: >> Hi all! >> >> Bitmaps reopening is buggy, reopening-rw just not working at all and >> reopening-ro may lead to producing broken incremental >> backup if we do temporary snapshot in a meantime. >> >>

Re: [PATCH v5 0/9] qcow2-bitmaps: rewrite reopening logic

2019-09-27 Thread John Snow
On 9/27/19 8:23 AM, Vladimir Sementsov-Ogievskiy wrote: > Hi all! > > Bitmaps reopening is buggy, reopening-rw just not working at all and > reopening-ro may lead to producing broken incremental > backup if we do temporary snapshot in a meantime. > > v5: > 01: - add Max's r-b > - fix s/QSI

Re: [PATCH v5 0/9] qcow2-bitmaps: rewrite reopening logic

2019-09-27 Thread John Snow
On 9/27/19 8:23 AM, Vladimir Sementsov-Ogievskiy wrote: > Hi all! > > Bitmaps reopening is buggy, reopening-rw just not working at all and > reopening-ro may lead to producing broken incremental > backup if we do temporary snapshot in a meantime. > > v5: > 01: - add Max's r-b > - fix s/QSI

[PATCH v5 0/9] qcow2-bitmaps: rewrite reopening logic

2019-09-27 Thread Vladimir Sementsov-Ogievskiy
Hi all! Bitmaps reopening is buggy, reopening-rw just not working at all and reopening-ro may lead to producing broken incremental backup if we do temporary snapshot in a meantime. v5: 01: - add Max's r-b - fix s/QSIMPLE_INIT/QTAILQ_INIT/ in a comment 02: - add Max's and John's a-b 03: - impr