]> git.proxmox.com Git - mirror_qemu.git/commit - blockdev.c
blockdev: clarify error on attempt to open locked tray
authorColin Lord <clord@redhat.com>
Wed, 8 Jun 2016 17:56:28 +0000 (13:56 -0400)
committerKevin Wolf <kwolf@redhat.com>
Thu, 16 Jun 2016 13:19:55 +0000 (15:19 +0200)
commit38a53d506be5efc83a33498948d8e6ba838dd836
treeeca18f7b6d8e068cccccc0520da32d49fbe9f690
parentd46a0bb24d6061c1eadcf1136fa73dc7c4ac267d
blockdev: clarify error on attempt to open locked tray

When opening a device with a locked tray, gives an error explaining the
device tray is locked and that the user should wait and try again. This
is less confusing than the previous error, which simply stated that the
tray was locked.

Signed-off-by: Colin Lord <clord@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
blockdev.c