[Libosinfo] [osinfo-db] rhel: Fix RHEL7 recommended disk sizes
Christophe Fergeau
cfergeau at redhat.com
Tue Apr 10 09:36:45 UTC 2018
The 'recommended' disk size is lower than the 'minimal' disk size.
This commit makes it 5GiB higher than the minimal following
https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html/installation_guide/sect-disk-partitioning-setup-x86#sect-recommended-partitioning-scheme-x86
recommendations
« While a 5 GiB root file system allows you to install a minimal
installation, it is recommended to allocate at least 10 GiB so that you
can install as many package groups as you want. »
(there are more partition sizes to add to these 5 GiB/10 GiB figures)
Signed-off-by: Christophe Fergeau <cfergeau at redhat.com>
---
data/os/redhat.com/rhel-7.0.xml.in | 2 +-
data/os/redhat.com/rhel-7.1.xml.in | 2 +-
data/os/redhat.com/rhel-7.2.xml.in | 2 +-
data/os/redhat.com/rhel-7.3.xml.in | 2 +-
data/os/redhat.com/rhel-7.4.xml.in | 2 +-
5 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/data/os/redhat.com/rhel-7.0.xml.in b/data/os/redhat.com/rhel-7.0.xml.in
index bdf6231..5c214d1 100644
--- a/data/os/redhat.com/rhel-7.0.xml.in
+++ b/data/os/redhat.com/rhel-7.0.xml.in
@@ -65,7 +65,7 @@
<recommended>
<cpu>400000000</cpu>
<ram>1073741824</ram>
- <storage>9663676416</storage>
+ <storage>16106127360</storage>
</recommended>
</resources>
diff --git a/data/os/redhat.com/rhel-7.1.xml.in b/data/os/redhat.com/rhel-7.1.xml.in
index 984e82a..5ce450d 100644
--- a/data/os/redhat.com/rhel-7.1.xml.in
+++ b/data/os/redhat.com/rhel-7.1.xml.in
@@ -58,7 +58,7 @@
<recommended>
<cpu>400000000</cpu>
<ram>1073741824</ram>
- <storage>9663676416</storage>
+ <storage>16106127360</storage>
</recommended>
</resources>
diff --git a/data/os/redhat.com/rhel-7.2.xml.in b/data/os/redhat.com/rhel-7.2.xml.in
index 7344341..f1cb367 100644
--- a/data/os/redhat.com/rhel-7.2.xml.in
+++ b/data/os/redhat.com/rhel-7.2.xml.in
@@ -77,7 +77,7 @@
<recommended>
<cpu>400000000</cpu>
<ram>1073741824</ram>
- <storage>9663676416</storage>
+ <storage>16106127360</storage>
</recommended>
</resources>
diff --git a/data/os/redhat.com/rhel-7.3.xml.in b/data/os/redhat.com/rhel-7.3.xml.in
index 894f511..3751c60 100644
--- a/data/os/redhat.com/rhel-7.3.xml.in
+++ b/data/os/redhat.com/rhel-7.3.xml.in
@@ -77,7 +77,7 @@
<recommended>
<cpu>400000000</cpu>
<ram>1073741824</ram>
- <storage>9663676416</storage>
+ <storage>16106127360</storage>
</recommended>
</resources>
diff --git a/data/os/redhat.com/rhel-7.4.xml.in b/data/os/redhat.com/rhel-7.4.xml.in
index a230d68..05e797e 100644
--- a/data/os/redhat.com/rhel-7.4.xml.in
+++ b/data/os/redhat.com/rhel-7.4.xml.in
@@ -77,7 +77,7 @@
<recommended>
<cpu>400000000</cpu>
<ram>1073741824</ram>
- <storage>9663676416</storage>
+ <storage>16106127360</storage>
</recommended>
</resources>
--
2.14.3
More information about the Libosinfo
mailing list