Re: [Libosinfo] [libosinfo] tests: Add test-os-resources

2018-04-10 Thread Christophe Fergeau
On Fri, Nov 17, 2017 at 03:53:27PM +0100, Fabiano Fidêncio wrote: > test-os-resources has been written to avoid bug as having minimum > resources greater than the recommended resources in osinfo-db. > > It has been hitting (without any harm no far) by RHEL/CentOS data files, > which caused so

Re: [Libosinfo] [osinfo-db] rhel,centos: Fix recommended resources

2018-04-10 Thread Christophe Fergeau
On Tue, Apr 10, 2018 at 11:46:07AM +0200, Christophe Fergeau wrote: > > Acked-by: Christophe Fergeau Actually, would you mind squashing the attached patch? I was a bit too hasty pushing the asianux stuff, and it should be consistent with the RHEL7 values I think.

Re: [Libosinfo] [osinfo-db 1/1] asianux: add Asianux info

2018-04-10 Thread Christophe Fergeau
I've addressed the misc comments in that email, and pushed the series, thanks! Christophe On Wed, Jan 10, 2018 at 11:44:08AM +0100, Christophe Fergeau wrote: > Hey, > > On Tue, Jan 09, 2018 at 02:09:35PM +0700, Vincent Dao wrote: > > From: Vincent > > > >

[Libosinfo] [PATCH v3 3/5] Add Red Hat Linux end of life dates

2018-04-10 Thread Daniel P . Berrangé
The historical RHL support policy was as follows: * Red Hat Support provides support for the two (2) most recent major versions of all software products. * All minor revisions of the current major version are supported. The final minor revision of the previous major version is supported.

[Libosinfo] [PATCH v3 4/5] Fill in missing EOL date for Solaris 9

2018-04-10 Thread Daniel P . Berrangé
Signed-off-by: Daniel P. Berrangé --- data/os/sun.com/solaris-9.xml.in | 1 + 1 file changed, 1 insertion(+) diff --git a/data/os/sun.com/solaris-9.xml.in b/data/os/sun.com/solaris-9.xml.in index c9e00ff..49ec8ec 100644 --- a/data/os/sun.com/solaris-9.xml.in +++

[Libosinfo] [PATCH v3 1/5] Fill in many missing OS release dates

2018-04-10 Thread Daniel P . Berrangé
For the Netware distros, only year/month data was found, so the day was arbitrarily set to the 1st of the month. For RHEL atomic, no release date info has been found, so it is arbitrarily assumed to match the corresponding RHEL release dates. Signed-off-by: Daniel P. Berrangé

[Libosinfo] [PATCH v3 2/5] Fill in missing EOL dates for OpenBSD distros

2018-04-10 Thread Daniel P . Berrangé
Signed-off-by: Daniel P. Berrangé --- data/os/openbsd.org/openbsd-4.2.xml.in | 1 + data/os/openbsd.org/openbsd-4.3.xml.in | 1 + data/os/openbsd.org/openbsd-4.4.xml.in | 1 + data/os/openbsd.org/openbsd-4.5.xml.in | 1 + data/os/openbsd.org/openbsd-4.8.xml.in | 1 +

Re: [Libosinfo] [libosinfo] loader: Fix leak in osinfo_loader_find_files()

2018-04-10 Thread Daniel P . Berrangé
On Tue, Apr 10, 2018 at 12:23:12PM +0200, Christophe Fergeau wrote: > 'tmp' is used to iterate over the list of files, so it will be NULL at > the end of the iteration, and g_list_free() will be a no-op. > The initial list is stored in 'children', so free that instead. > > Signed-off-by:

Re: [Libosinfo] [PATCH osinfo-db] openbsd: add OpenBSD 6.3 info

2018-04-10 Thread Christophe Fergeau
Acked-by: Christophe Fergeau and pushed On Tue, Apr 03, 2018 at 04:39:53AM -0400, Pierre-Alain TORET wrote: > > Signed-off-by: Pierre-Alain TORET > --- > data/os/openbsd.org/openbsd-6.3.xml.in | 35 > ++ >

[Libosinfo] [osinfo-db] rhel: Fix RHEL7 recommended disk sizes

2018-04-10 Thread Christophe Fergeau
The 'recommended' disk size is lower than the 'minimal' disk size. This commit makes it 5GiB higher than the minimal following https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html/installation_guide/sect-disk-partitioning-setup-x86#sect-recommended-partitioning-scheme-x86

Re: [Libosinfo] [osinfo-db] rhel,centos: Fix recommended resources

2018-04-10 Thread Christophe Fergeau
Acked-by: Christophe Fergeau On Fri, Nov 17, 2017 at 03:53:26PM +0100, Fabiano Fidêncio wrote: > Both RHEL and CentOS have some wrong values set for minimum and > recommended ram and storage size. > > I've adjusted the recommended resources values according to: >

Re: [Libosinfo] [PATCH v3 0/5] Fill in many EOL and release dates

2018-04-10 Thread Christophe Fergeau
For the series, Acked-by: Christophe Fergeau On Tue, Apr 10, 2018 at 11:28:58AM +0100, Daniel P. Berrangé wrote: > Daniel P. Berrangé (5): > Fill in many missing OS release dates > Fill in missing EOL dates for OpenBSD distros > Add Red Hat Linux end of life dates >

[Libosinfo] [PATCH] Use a valid arch for Asianux unknown version distro

2018-04-10 Thread Daniel P . Berrangé
ISOs identified by elements must have an explicit arch, not a generic "all", as mgmt tools need to be able to determine what guest architecture to enable with the virtualization software. Signed-off-by: Daniel P. Berrangé --- data/os/asianux.com/asianux-unknown.xml.in | 2