[PATCH 0/2] block/rbd: support selected key-value-pairs via QAPI

Fiona Ebner posted 2 patches 7 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20250515112908.383693-1-f.ebner@proxmox.com
Maintainers: Ilya Dryomov <idryomov@gmail.com>, Peter Lieven <pl@dlhnet.de>, Kevin Wolf <kwolf@redhat.com>, Hanna Reitz <hreitz@redhat.com>, Eric Blake <eblake@redhat.com>, Markus Armbruster <armbru@redhat.com>
block/rbd.c          | 81 ++++++++++++++++++++++++++++++++++++++++++++
qapi/block-core.json | 40 ++++++++++++++++++++++
2 files changed, 121 insertions(+)
[PATCH 0/2] block/rbd: support selected key-value-pairs via QAPI
Posted by Fiona Ebner 7 months ago
Currently, most Ceph configuration options are not exposed via QAPI.
While it is possible to specify a dedicated Ceph configuration file,
specialized options are often only required for a selection of images
on the RBD storage, not all of them. To avoid the need to generate a
dedicated Ceph configuration file for each image (or for each required
combination of options), support a selection of key-value pairs via
QAPI.

Fiona Ebner (2):
  block/rbd: support selected key-value-pairs via QAPI
  block/rbd: support keyring option via QAPI

 block/rbd.c          | 81 ++++++++++++++++++++++++++++++++++++++++++++
 qapi/block-core.json | 40 ++++++++++++++++++++++
 2 files changed, 121 insertions(+)

-- 
2.39.5