From 57f7bc222e1168da856e38e4e19d7df4964efe81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CShauna=20Diaz=E2=80=9D?= Date: Tue, 4 Jun 2024 08:30:08 -0400 Subject: [PATCH] OSDOCS-10799: update LVMS min storage sizes for file types --- .../microshift-storage-plugin-overview.adoc | 4 ++++ ...vms-limitations-to-configure-size-of-devices.adoc | 12 +++++++++++- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/microshift_storage/microshift-storage-plugin-overview.adoc b/microshift_storage/microshift-storage-plugin-overview.adoc index c956da231d..3fe7e89168 100644 --- a/microshift_storage/microshift-storage-plugin-overview.adoc +++ b/microshift_storage/microshift-storage-plugin-overview.adoc @@ -2,6 +2,7 @@ [id="microshift-storage-plugin-overview"] = Dynamic storage using the LVMS plugin include::_attributes/attributes-microshift.adoc[] +include::_attributes/common-attributes.adoc[] :context: microshift-storage-plugin-overview toc::[] @@ -14,6 +15,9 @@ include::modules/microshift-lvms-system-requirements.adoc[leveloffset=+1] include::modules/microshift-lvms-deployment.adoc[leveloffset=+1] +//OCP module with edits +include::modules/lvms-limitations-to-configure-size-of-devices.adoc[leveloffset=+1] + include::modules/microshift-lvmd-yaml-creating.adoc[leveloffset=+1] include::modules/microshift-lvms-config-example-basic.adoc[leveloffset=+1] diff --git a/modules/lvms-limitations-to-configure-size-of-devices.adoc b/modules/lvms-limitations-to-configure-size-of-devices.adoc index 54be6ec9de..963687a8f3 100644 --- a/modules/lvms-limitations-to-configure-size-of-devices.adoc +++ b/modules/lvms-limitations-to-configure-size-of-devices.adoc @@ -1,6 +1,7 @@ // Module included in the following assemblies: // // * storage/persistent_storage/persistent_storage_local/persistent-storage-using-lvms.adoc +// * microshift_storage/microshift-storage-plugin-overview.adoc :_mod-docs-content-type: CONCEPT [id="limitations-to-configure-size-of-devices_{context}"] @@ -13,7 +14,15 @@ The limitations to configure the size of the devices that you can use to provisi ** You can define the size of PE and LE during the physical and logical device creation. ** The default PE and LE size is 4 MB. ** If the size of the PE is increased, the maximum size of the LVM is determined by the kernel limits and your disk space. +ifdef::microshift[] +** The size limit for {op-system-base-full} 9 using the default PE and LE size is 8 EB. +** The following are the minimum storage sizes that you can request for each file system type: +*** `block`: 8 MiB +*** `xfs`: 300 MiB +*** `ext4`: 32 MiB +endif::microshift[] +ifndef::microshift[] .Size limits for different architectures using the default PE and LE size [cols="1,1,1,1,1", width="100%", options="header"] |==== @@ -45,4 +54,5 @@ The limitations to configure the size of the devices that you can use to provisi -- 1. Theoretical size. 2. Tested size. --- \ No newline at end of file +-- +endif::microshift[] \ No newline at end of file