Am 29.03.2019 um 12:04 hat Vladimir Sementsov-Ogievskiy geschrieben: > bdrv_replace_child() calls bdrv_check_perm() with error_abort on > loosening permissions. However file-locking operations may fail even > in this case, for example on NFS. And this leads to Qemu crash. > > Let's avoid such errors. Note, that we ignore such things anyway on > permission update commit and abort. > > Signed-off-by: Vladimir Sementsov-Ogievskiy <[email protected]>
Thanks, applied to the block branch. Kevin
