Home
last modified time | relevance | path

Searched hist:"0 a55679b" (Results 1 – 2 of 2) sorted by relevance

/qemu/block/
H A Drbd.c0a55679b Mon Feb 27 17:36:46 GMT 2017 Jeff Cody <jcody@redhat.com> block/rbd: add support for 'mon_host', 'auth_supported' via QAPI

This adds support for three additional options that may be specified
by QAPI in blockdev-add:

server: host, port
auth method: either 'cephx' or 'none'

The "server" and "auth-supported" QAPI parameters are arrays. To conform
with the rados API, the array items are join as a single string with a ';'
character as a delimiter when setting the configuration values.

Reviewed-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Jeff Cody <jcody@redhat.com>
/qemu/qapi/
H A Dblock-core.json0a55679b Mon Feb 27 17:36:46 GMT 2017 Jeff Cody <jcody@redhat.com> block/rbd: add support for 'mon_host', 'auth_supported' via QAPI

This adds support for three additional options that may be specified
by QAPI in blockdev-add:

server: host, port
auth method: either 'cephx' or 'none'

The "server" and "auth-supported" QAPI parameters are arrays. To conform
with the rados API, the array items are join as a single string with a ';'
character as a delimiter when setting the configuration values.

Reviewed-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Jeff Cody <jcody@redhat.com>