Skip to content

Commit

Permalink
OSDOCS-10799: update LVMS min storage sizes for file types
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaunaDiaz authored and openshift-cherrypick-robot committed Jun 4, 2024
1 parent 19695d4 commit 57f7bc2
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
4 changes: 4 additions & 0 deletions microshift_storage/microshift-storage-plugin-overview.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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::[]
Expand All @@ -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]
Expand Down
14 changes: 12 additions & 2 deletions modules/lvms-limitations-to-configure-size-of-devices.adoc
Original file line number Diff line number Diff line change
@@ -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}"]
Expand All @@ -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"]
|====
Expand Down Expand Up @@ -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.
--
--
endif::microshift[]

0 comments on commit 57f7bc2

Please sign in to comment.