Re: Mystery of qemu being unable to open NBD Unix domain socket in current directory

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Thu, Jun 07, 2018 at 12:20:16 +0100, Richard W.M. Jones wrote:
> 
> I don't know whether or not we decided this was a bug, but
> I have filed one anyway:
> 
> https://bugzilla.redhat.com/show_bug.cgi?id=1588447

Your XML does not conform to the libvirt domain XML schema which always
called for an absolute path as we do with all paths in the domain XML:

        <group>
          <attribute name="transport">
            <value>unix</value>
          </attribute>
          <attribute name="socket">
            <ref name="absFilePath"/>
          </attribute>
        </group>


We just did not validate this particular code path in the parser itself
(when the domain schema validation is not used).

Attachment: signature.asc
Description: PGP signature

--
libvir-list mailing list
libvir-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/libvir-list

[Index of Archives]     [Virt Tools]     [Libvirt Users]     [Lib OS Info]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]     [Fedora Tools]

  Powered by Linux