On Wed, Jun 10, 2026 at 12:18:48PM +0200, Fiona Ebner wrote: > Am 10.06.26 um 12:14 PM schrieb Kevin Wolf: > > Am 09.06.2026 um 19:44 hat Stefan Hajnoczi geschrieben: > >> On Mon, Jun 8, 2026 at 12:52 PM Kevin Wolf <[email protected]> wrote: > >>> > >>> The following changes since commit > >>> cc329c491768b2d91eb0b0984f3baa0bf805776d: > >>> > >>> Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into > >>> staging (2026-06-08 09:30:30 -0400) > >>> > >>> are available in the Git repository at: > >>> > >>> https://repo.or.cz/qemu/kevin.git tags/for-upstream > >>> > >>> for you to fetch changes up to 296b66d05bac7eb2b86600febdbd2bd8d410f026: > >>> > >>> qed: Don't try to flush during incoming migration (2026-06-08 17:00:47 > >>> +0200) > >>> > >>> ---------------------------------------------------------------- > >>> Block layer patches > >>> > >>> - qcow2: Fix data loss on zero write with detect-zeroes=unmap > >>> - qemu-img bitmap: add sub-command --remove-all > >>> - export/fuse: set FUSE_DIRECT_IO_ALLOW_MMAP flag to fix regression > >> > >> Hi Fiona and Kevin, > >> Please take a look at the CI failure below. If the root cause is in > >> this pull request, please send a new revision with fixed patches or > >> without the patches that cause the failure. Thanks! > > > > Yes, it's a new test case introduced in this series that doesn't work > > with the luks driver. I just declared luks unsupported for the test for > > now and pushed a v2 (will send the new cover letter in a moment, too). > > Sorry and thanks! I'll need to remember to check with luks in the future.
You just got unlucky with the new expanded CI testing introduced when my pull request was merged a few days ago. Previously gitlab CI only tested qcow2 and raw, and so compat with other drivers was "best effort" after the fact. Now the gitlab CI runs I/O tests across 10 drivers, so it needs to work before merge, which is something contributors didn't need to think about before now. If you push a branch to your gitlab fork and trigger CI, you'll see the results in the "block" job in the pipeline results. With regards, Daniel -- |: https://berrange.com ~~ https://hachyderm.io/@berrange :| |: https://libvirt.org ~~ https://entangle-photo.org :| |: https://pixelfed.art/berrange ~~ https://fstop138.berrange.com :|
