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

Fabiano Fidêncio fabiano at fidencio.org
Sun Dec 23 13:24:42 UTC 2012


On Sun, Dec 23, 2012 at 8:58 AM, Christophe Fergeau <cfergeau at redhat.com> wrote:
> 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.

Following your logic, Christophe, we should differentiate the minimal
requirements between architectures too, right?

>
> 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
>
> _______________________________________________
> Libosinfo mailing list
> Libosinfo at redhat.com
> https://www.redhat.com/mailman/listinfo/libosinfo
>



--
Fabiano Fidêncio




More information about the Libosinfo mailing list