• C
    Fix tunnelled migration with qemu running as qemu:qemu. · a2f0b6b8
    Chris Lalancette 提交于
    The problem is that on the source of the migration, libvirtd
    is responsible for creating the unix socket over which the data
    will flow.  Since libvirtd is running as root, this file will
    be created as root.  When the qemu process running as qemu:qemu
    goes to access the unix file to write data to it, it will get
    permission denied and fail.  Make sure to change the owner
    of the unix file to qemu:qemu.
    
    Thanks to Justin Clift for testing this patch out for me.
    Signed-off-by: NChris Lalancette <clalance@redhat.com>
    a2f0b6b8
qemu_driver.c 390.9 KB