Re: [libvirt] [PATCH v2 2/3] qemu: Use short domain name in qemuDomainGetPreservedMountPath

2017-08-25 Thread John Ferlan
On 08/25/2017 07:21 AM, Martin Kletzander wrote: > 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

[libvirt] [PATCH v2 2/3] qemu: Use short domain name in qemuDomainGetPreservedMountPath

2017-08-25 Thread Martin Kletzander
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 --- src/qemu/qemu_domain.c | 10 -- 1 file changed, 8