Re: bdrv_co_pwritev: Assertion `!waited || !use_local_qiov' failed.

2019-12-18 Thread Kevin Wolf
> > >  bdrv_co_pwritev: Assertion `!waited || !use_local_qiov' failed. > > > > > > I noticed that the padding code was recently reworked in commit > > > 2e2ad02f2c. In the new code I cannot find a similar assertion. Was > > > the assertion wrong

Re: bdrv_co_pwritev: Assertion `!waited || !use_local_qiov' failed.

2019-12-17 Thread Peter Lieven
Am 17.12.19 um 16:52 schrieb Kevin Wolf: Am 17.12.2019 um 15:14 hat Peter Lieven geschrieben: I have a vserver running Qemu 4.0 that seems to reproducibly hit the following assertion:  bdrv_co_pwritev: Assertion `!waited || !use_local_qiov' failed. I noticed that the padding cod

Re: bdrv_co_pwritev: Assertion `!waited || !use_local_qiov' failed.

2019-12-17 Thread Kevin Wolf
Am 17.12.2019 um 15:14 hat Peter Lieven geschrieben: > I have a vserver running Qemu 4.0 that seems to reproducibly hit the > following assertion: > >  bdrv_co_pwritev: Assertion `!waited || !use_local_qiov' failed. > > I noticed that the padding code was recently reworked

bdrv_co_pwritev: Assertion `!waited || !use_local_qiov' failed.

2019-12-17 Thread Peter Lieven
Hi all, I have a vserver running Qemu 4.0 that seems to reproducibly hit the following assertion:  bdrv_co_pwritev: Assertion `!waited || !use_local_qiov' failed. I noticed that the padding code was recently reworked in commit 2e2ad02f2c. In the new code I cannot find a similar asse