On Thu, Jun 11, 2026 at 08:54:38AM -0400, Stefan Hajnoczi wrote: > The QEMU s390x CI gitlab-runner recently broke because qemu-iotests 108 > FUSE mount leaked and prevented the setup of the gitlab-runner > environment: > > chmod: cannot access '/home/gitlab-runner/builds/P3MFS4LUf/0/qemu-project/qemu/build/scratch/qcow2-file-108/fuse-export': Transport endpoint is not connected > > https://gitlab.com/qemu-project/qemu/-/jobs/14796143507#L11 > > Always umount the FUSE export when cleaning up to prevent the leak. > > Closes: https://gitlab.com/qemu-project/qemu/-/work_items/3541 > Cc: Hanna Czenczek > Signed-off-by: Stefan Hajnoczi > --- > tests/qemu-iotests/108 | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Thanks, applied to my block tree: https://gitlab.com/stefanha/qemu/commits/block Stefan