[Libosinfo] [osinfo-db PATCH 1/3] rhel6*: Add maximum RAM resources
Fabiano Fidêncio
fidencio at redhat.com
Tue Apr 9 12:42:26 UTC 2019
According to https://access.redhat.com/articles/rhel-limits:
- 6.0 - 6.2: 1TB
- 6.3 - 6.5: 3TB
- 6.6: 6TB
- 6.7+: 12TB
https://gitlab.com/libosinfo/osinfo-db/issues/11
Signed-off-by: Fabiano Fidêncio <fidencio at redhat.com>
---
data/os/redhat.com/rhel-6-unknown.xml.in | 4 ++++
data/os/redhat.com/rhel-6.0.xml.in | 4 ++++
data/os/redhat.com/rhel-6.1.xml.in | 4 ++++
data/os/redhat.com/rhel-6.10.xml.in | 4 ++++
data/os/redhat.com/rhel-6.2.xml.in | 4 ++++
data/os/redhat.com/rhel-6.3.xml.in | 4 ++++
data/os/redhat.com/rhel-6.4.xml.in | 4 ++++
data/os/redhat.com/rhel-6.5.xml.in | 4 ++++
data/os/redhat.com/rhel-6.6.xml.in | 4 ++++
data/os/redhat.com/rhel-6.7.xml.in | 4 ++++
data/os/redhat.com/rhel-6.8.xml.in | 4 ++++
data/os/redhat.com/rhel-6.9.xml.in | 4 ++++
12 files changed, 48 insertions(+)
diff --git a/data/os/redhat.com/rhel-6-unknown.xml.in b/data/os/redhat.com/rhel-6-unknown.xml.in
index 4d2c6a3..4330985 100644
--- a/data/os/redhat.com/rhel-6-unknown.xml.in
+++ b/data/os/redhat.com/rhel-6-unknown.xml.in
@@ -58,6 +58,10 @@
<ram>1073741824</ram>
<storage>9663676416</storage>
</recommended>
+
+ <maximum>
+ <ram>13194139533312</ram>
+ </maximum>
</resources>
<installer>
diff --git a/data/os/redhat.com/rhel-6.0.xml.in b/data/os/redhat.com/rhel-6.0.xml.in
index 1164184..3e2dab1 100644
--- a/data/os/redhat.com/rhel-6.0.xml.in
+++ b/data/os/redhat.com/rhel-6.0.xml.in
@@ -87,6 +87,10 @@
<ram>1073741824</ram>
<storage>9663676416</storage>
</recommended>
+
+ <maximum>
+ <ram>1099511627776</ram>
+ </maximum>
</resources>
<installer>
diff --git a/data/os/redhat.com/rhel-6.1.xml.in b/data/os/redhat.com/rhel-6.1.xml.in
index 0d73078..d633750 100644
--- a/data/os/redhat.com/rhel-6.1.xml.in
+++ b/data/os/redhat.com/rhel-6.1.xml.in
@@ -75,6 +75,10 @@
<ram>1073741824</ram>
<storage>9663676416</storage>
</recommended>
+
+ <maximum>
+ <ram>1099511627776</ram>
+ </maximum>
</resources>
<installer>
diff --git a/data/os/redhat.com/rhel-6.10.xml.in b/data/os/redhat.com/rhel-6.10.xml.in
index 0cfec00..95b88f5 100644
--- a/data/os/redhat.com/rhel-6.10.xml.in
+++ b/data/os/redhat.com/rhel-6.10.xml.in
@@ -91,6 +91,10 @@
<ram>1073741824</ram>
<storage>9663676416</storage>
</recommended>
+
+ <maximum>
+ <ram>13194139533312</ram>
+ </maximum>
</resources>
<installer>
diff --git a/data/os/redhat.com/rhel-6.2.xml.in b/data/os/redhat.com/rhel-6.2.xml.in
index d8497d6..080a23a 100644
--- a/data/os/redhat.com/rhel-6.2.xml.in
+++ b/data/os/redhat.com/rhel-6.2.xml.in
@@ -75,6 +75,10 @@
<ram>1073741824</ram>
<storage>9663676416</storage>
</recommended>
+
+ <maximum>
+ <ram>1099511627776</ram>
+ </maximum>
</resources>
<installer>
diff --git a/data/os/redhat.com/rhel-6.3.xml.in b/data/os/redhat.com/rhel-6.3.xml.in
index cacd5ae..40032fc 100644
--- a/data/os/redhat.com/rhel-6.3.xml.in
+++ b/data/os/redhat.com/rhel-6.3.xml.in
@@ -75,6 +75,10 @@
<ram>1073741824</ram>
<storage>9663676416</storage>
</recommended>
+
+ <maximum>
+ <ram>3298534883328</ram>
+ </maximum>
</resources>
<installer>
diff --git a/data/os/redhat.com/rhel-6.4.xml.in b/data/os/redhat.com/rhel-6.4.xml.in
index 5acd236..cce3a42 100644
--- a/data/os/redhat.com/rhel-6.4.xml.in
+++ b/data/os/redhat.com/rhel-6.4.xml.in
@@ -75,6 +75,10 @@
<ram>1073741824</ram>
<storage>9663676416</storage>
</recommended>
+
+ <maximum>
+ <ram>3298534883328</ram>
+ </maximum>
</resources>
<installer>
diff --git a/data/os/redhat.com/rhel-6.5.xml.in b/data/os/redhat.com/rhel-6.5.xml.in
index e406ecd..cca5574 100644
--- a/data/os/redhat.com/rhel-6.5.xml.in
+++ b/data/os/redhat.com/rhel-6.5.xml.in
@@ -75,6 +75,10 @@
<ram>1073741824</ram>
<storage>9663676416</storage>
</recommended>
+
+ <maximum>
+ <ram>3298534883328</ram>
+ </maximum>
</resources>
<installer>
diff --git a/data/os/redhat.com/rhel-6.6.xml.in b/data/os/redhat.com/rhel-6.6.xml.in
index 5c1001c..2e0e26b 100644
--- a/data/os/redhat.com/rhel-6.6.xml.in
+++ b/data/os/redhat.com/rhel-6.6.xml.in
@@ -75,6 +75,10 @@
<ram>1073741824</ram>
<storage>9663676416</storage>
</recommended>
+
+ <maximum>
+ <ram>6597069766656</ram>
+ </maximum>
</resources>
<installer>
diff --git a/data/os/redhat.com/rhel-6.7.xml.in b/data/os/redhat.com/rhel-6.7.xml.in
index 9e8ef32..9823173 100644
--- a/data/os/redhat.com/rhel-6.7.xml.in
+++ b/data/os/redhat.com/rhel-6.7.xml.in
@@ -75,6 +75,10 @@
<ram>1073741824</ram>
<storage>9663676416</storage>
</recommended>
+
+ <maximum>
+ <ram>13194139533312</ram>
+ </maximum>
</resources>
<installer>
diff --git a/data/os/redhat.com/rhel-6.8.xml.in b/data/os/redhat.com/rhel-6.8.xml.in
index b2bd3c1..d5bca20 100644
--- a/data/os/redhat.com/rhel-6.8.xml.in
+++ b/data/os/redhat.com/rhel-6.8.xml.in
@@ -75,6 +75,10 @@
<ram>1073741824</ram>
<storage>9663676416</storage>
</recommended>
+
+ <maximum>
+ <ram>13194139533312</ram>
+ </maximum>
</resources>
<installer>
diff --git a/data/os/redhat.com/rhel-6.9.xml.in b/data/os/redhat.com/rhel-6.9.xml.in
index b060c84..6cc80e0 100644
--- a/data/os/redhat.com/rhel-6.9.xml.in
+++ b/data/os/redhat.com/rhel-6.9.xml.in
@@ -75,6 +75,10 @@
<ram>1073741824</ram>
<storage>9663676416</storage>
</recommended>
+
+ <maximum>
+ <ram>13194139533312</ram>
+ </maximum>
</resources>
<installer>
--
2.20.1
More information about the Libosinfo
mailing list