]> xenbits.xensource.com Git - libvirt.git/commit
qemu: Use short domain name in qemuDomainGetPreservedMountPath
authorMartin Kletzander <mkletzan@redhat.com>
Wed, 23 Aug 2017 08:39:57 +0000 (10:39 +0200)
committerMartin Kletzander <mkletzan@redhat.com>
Tue, 29 Aug 2017 09:17:16 +0000 (11:17 +0200)
commitf5ef291bdb2c7616f342efc20e2322e48c038eca
tree74f990f8cd164465bd8cfce2e21eb13bd1a1f81d
parent5102be52d8699a5200f25091de2d25afe3841d6d
qemu: Use short domain name in qemuDomainGetPreservedMountPath

Otherwise longer domain names might generate paths that are too long
to be created.  This follows what other parts of the code do as well.

Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1453194

Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
src/qemu/qemu_domain.c