[Libosinfo] [PATCH libosinfo] rhel7: set minimum memory to 2GiB for ppc64
Christophe Fergeau
cfergeau at redhat.com
Wed Aug 6 13:25:48 UTC 2014
On Wed, Aug 06, 2014 at 02:27:07PM +0200, Giuseppe Scrivano wrote:
> At least 2 GiB are needed by the Anaconda installer.
Can you add a link to https://access.redhat.com/articles/rhel-limits ?
>
> Signed-off-by: Giuseppe Scrivano <gscrivan at redhat.com>
> ---
> data/oses/rhel.xml.in | 15 +++++++++++++++
> 1 file changed, 15 insertions(+)
>
> diff --git a/data/oses/rhel.xml.in b/data/oses/rhel.xml.in
> index d1942b7..779e0d1 100644
> --- a/data/oses/rhel.xml.in
> +++ b/data/oses/rhel.xml.in
> @@ -1002,6 +1002,21 @@
> <initrd>isolinux/initrd.img</initrd>
> </media>
>
> + <resources arch="ppc64">
> + <minimum>
> + <n-cpus>1</n-cpus>
> + <cpu>1000000000</cpu>
> + <ram>2147483648</ram>
> + <storage>10737418240</storage>
> + </minimum>
> +
> + <recommended>
> + <cpu>400000000</cpu>
> + <ram>2147483648</ram>
> + <storage>9663676416</storage>
> + </recommended>
The storage part does not look correct, it should be 10GB minimum and
20GB recommended
ACK with those changes.
Christophe
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/libosinfo/attachments/20140806/e9d82279/attachment.sig>
More information about the Libosinfo
mailing list