rbd: Fix .bdrv_get_specific_info implementation
Merge Request Required Information
Summary of Changes
Fix the rbd block driver to not use a blocking rbd_read() call in .bdrv_get_specific_info, which holds the BQL and can therefore hang the QEMU process when the connection to the rbd server is down.