[Libosinfo] [PATCH 3/4] rhel: Specify min/recommended resources for 6.3

Christophe Fergeau cfergeau at redhat.com
Sun Dec 23 10:58:27 UTC 2012


On Sat, Dec 22, 2012 at 06:20:56AM +0200, Zeeshan Ali (Khattak) wrote:
> From: "Zeeshan Ali (Khattak)" <zeeshanak at gnome.org>
> 
> Its just a C&P from F18 and seems to work nicely in practice.

NACK, RHEL6 is based off Fedora 12/13 (
http://en.wikipedia.org/wiki/Red_Hat_Enterprise_Linux#Relationship_to_free_and_community_distributions
) so it makes more sense to use Fedora 13 as a reference there (at least
for the minimum requirements).
http://www.redhat.com/resourcelibrary/articles/articles-red-hat-enterprise-linux-6-technology-capabilities-and-limits
has some figures for the minimal RAM requirements.

I'd set the same values for all RHEL6 versions

Something that occurred to me while thinking about this patch (but is
unrelated to this review) is that at some point we may want different
values for JEOS and desktop installations...

Christophe

> ---
>  data/oses/rhel.xml.in | 13 +++++++++++++
>  1 file changed, 13 insertions(+)
> 
> diff --git a/data/oses/rhel.xml.in b/data/oses/rhel.xml.in
> index 12cff96..877f4bf 100644
> --- a/data/oses/rhel.xml.in
> +++ b/data/oses/rhel.xml.in
> @@ -779,5 +779,18 @@
>        <kernel>isolinux/vmlinuz</kernel>
>        <initrd>isolinux/initrd.img</initrd>
>      </media>
> +
> +    <resources arch="all">
> +      <minimum>
> +        <n-cpus>1</n-cpus>
> +        <ram>805306368</ram>
> +      </minimum>
> +
> +      <recommended>
> +        <cpu>400000000</cpu>
> +        <ram>1207959552</ram>
> +        <storage>9663676416</storage>
> +      </recommended>
> +    </resources>
>    </os>
>  </libosinfo>
> -- 
> 1.8.0.2
> 
> _______________________________________________
> Libosinfo mailing list
> Libosinfo at redhat.com
> https://www.redhat.com/mailman/listinfo/libosinfo
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/libosinfo/attachments/20121223/db06cdb6/attachment.sig>


More information about the Libosinfo mailing list