]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Always set auth_supported for Ceph disks.
authorWido den Hollander <wido@widodh.nl>
Mon, 25 Jun 2012 15:44:01 +0000 (17:44 +0200)
committerCole Robinson <crobinso@redhat.com>
Sun, 12 Aug 2012 23:23:37 +0000 (19:23 -0400)
commitca2765a2a09014c7759e051ba70ad6fa038584a1
tree59755cf5142e5c22d9113bc0dbe6359ea73bccdd
parentb1b449b3e2ef3fa8506f7ddbbe4bbffe0f353ddc
qemu: Always set auth_supported for Ceph disks.

Recently the Ceph project defaulted auth_supported from 'none' to 'cephx'.

When no auth information was set for Ceph disks this would lead to librados defaulting to
'cephx', but there would be no additional authorization information.

We now explicitly set auth_supported to none when passing down arguments to Qemu.

Signed-off-by: Wido den Hollander <wido@widodh.nl>
(cherry picked from commit ccb94785007d33365d49dd566e194eb0a022148d)

(crobinso: Add Wido to AUTHORS)
AUTHORS
src/qemu/qemu_command.c