On Tue, Feb 22, 2011 at 10:18 AM,  <jes.soren...@redhat.com> wrote:
> +        else if ((laiocb->type == QEMU_AIO_WRITE) && (ret >= 0) &&
> +                 (ret < laiocb->nbytes))
> +            ret = -ENOSPC;

Why is write special?

Why are we even allowing requests that extend beyond the end of the
device?  Is the LVM volume marked growable in the QEMU block layer?

Stefan

Reply via email to