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

Zeeshan Ali (Khattak) zeeshanak at gnome.org
Sat Dec 22 04:20:56 UTC 2012


From: "Zeeshan Ali (Khattak)" <zeeshanak at gnome.org>

Its just a C&P from F18 and seems to work nicely in practice.
---
 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




More information about the Libosinfo mailing list