01.12.2018 1:03, Eric Blake wrote:
> This changes output from:
>
> $ qemu-nbd nosuch
> Failed to blk_new_open 'nosuch': Could not open 'nosuch': No such file or
> directory
>
> to something more consistent with qemu-img and qemu:
>
> $ qemu-nbd nosuch
> qemu-nbd: Failed to blk_new_open 'nosuch'
On Fri, Nov 30, 2018 at 04:03:30PM -0600, Eric Blake wrote:
> This changes output from:
>
> $ qemu-nbd nosuch
> Failed to blk_new_open 'nosuch': Could not open 'nosuch': No such file or
> directory
>
> to something more consistent with qemu-img and qemu:
>
> $ qemu-nbd nosuch
> qemu-nbd: Failed
This changes output from:
$ qemu-nbd nosuch
Failed to blk_new_open 'nosuch': Could not open 'nosuch': No such file or
directory
to something more consistent with qemu-img and qemu:
$ qemu-nbd nosuch
qemu-nbd: Failed to blk_new_open 'nosuch': Could not open 'nosuch': No such
file or directory