]> 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)
committerDaniel Veillard <veillard@redhat.com>
Thu, 5 Jul 2012 09:01:56 +0000 (17:01 +0800)
commitccb94785007d33365d49dd566e194eb0a022148d
treeba7e37780530a08d14e59ec81761faea0d659905
parent3cdb3b4e648c6690fba3647da88d73f99367b8be
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>
src/qemu/qemu_command.c