Comment 21 for bug 1633207

Revision history for this message
bugproxy (bugproxy) wrote : Comment bridged from LTC Bugzilla

------- Comment From <email address hidden> 2016-11-03 02:33 EDT-------
(In reply to comment #25)
> Thanks a lot Guido for your feedback - it helped me better "reading the
> case".
>
> I see the same issue throughout latest libvirt upstream as of today.
> So I'm gonna submit the fix upstream for discussion as I could easily
> overlook something here.
> E.g. parseOpaque is quite close as it is passed up to virDomainDefParseXML,
> but I think that would be even more misuse than a new flag.
>
> If accepted there (one way or the other) I intend to create a diff to upload
> for latest Debian and Ubuntu and consider SRUs from there.
>
> The created domain while active has both seclabels and valid content in them
> just as it had back on libvirt 1.3:
> [...]
> <seclabel type='dynamic' model='apparmor' relabel='yes'>
> <label>libvirt-956134c4-d91d-417e-b68f-1d8d492419d6</label>
> <imagelabel>libvirt-956134c4-d91d-417e-b68f-1d8d492419d6</imagelabel>
> </seclabel>
> <seclabel type='dynamic' model='dac' relabel='yes'>
> <label>+112:+116</label>
> <imagelabel>+112:+116</imagelabel>
> </seclabel>
>
> @AGX - I'll set you on cc on that upstream discussion.
>
> @IBM - I have a new version (2.1.0-1ubuntu10~ppa5) in the ppa that works for
> me, It would be great if you could verify this one for you as well.
>
Tried to install update and could not found any update in ppa.
Looks like it has not been built for ppc64el(https://launchpad.net/~paelzer/+archive/ubuntu/libvirt-bug-1633207/+packages)
Can you add it for me to test?
Thanks in advance.

#add-apt-repository ppa:paelzer/libvirt-bug-1633207

Early verification of libvirt-bug-1633207
More info: https://launchpad.net/~paelzer/+archive/ubuntu/libvirt-bug-1633207
Press [ENTER] to continue or ctrl-c to cancel adding it
gpg: keybox '/tmp/tmpypsm5vem/pubring.gpg' created
gpg: /tmp/tmpypsm5vem/trustdb.gpg: trustdb created
gpg: key 42C3EB37B6832E30: public key "Launchpad PPA for ChristianEhrhardt" imported
gpg: Total number processed: 1
gpg: imported: 1
OK
#apt-get update
Hit:1 http://us.ports.ubuntu.com/ubuntu-ports yakkety InRelease
Hit:2 http://us.ports.ubuntu.com/ubuntu-ports yakkety-updates InRelease
Hit:3 http://ports.ubuntu.com/ubuntu-ports yakkety-security InRelease
Hit:4 http://us.ports.ubuntu.com/ubuntu-ports yakkety-backports InRelease
Get:5 http://ppa.launchpad.net/paelzer/libvirt-bug-1633207/ubuntu yakkety InRelease [18.1 kB]
Get:6 http://ppa.launchpad.net/paelzer/libvirt-bug-1633207/ubuntu yakkety/main ppc64el Packages [516 B]
Get:7 http://ppa.launchpad.net/paelzer/libvirt-bug-1633207/ubuntu yakkety/main Translation-en [984 B]
Fetched 19.6 kB in 1s (14.6 kB/s)
Reading package lists... Done

# apt upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

> FYI discussion started at
> https://www.redhat.com/archives/libvir-list/2016-October/msg01297.html