Skip to content

Commit 36bee82

Browse files
committed
OSDOCS-10799: update LVMS min storage sizes for file types
1 parent 25b3399 commit 36bee82

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

microshift_storage/microshift-storage-plugin-overview.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
[id="microshift-storage-plugin-overview"]
33
= Dynamic storage using the LVMS plugin
44
include::_attributes/attributes-microshift.adoc[]
5+
include::_attributes/common-attributes.adoc[]
56
:context: microshift-storage-plugin-overview
67

78
toc::[]
@@ -14,6 +15,9 @@ include::modules/microshift-lvms-system-requirements.adoc[leveloffset=+1]
1415

1516
include::modules/microshift-lvms-deployment.adoc[leveloffset=+1]
1617

18+
//OCP module with edits
19+
include::modules/lvms-limitations-to-configure-size-of-devices.adoc[leveloffset=+1]
20+
1721
include::modules/microshift-lvmd-yaml-creating.adoc[leveloffset=+1]
1822

1923
include::modules/microshift-lvms-config-example-basic.adoc[leveloffset=+1]

modules/lvms-limitations-to-configure-size-of-devices.adoc

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// Module included in the following assemblies:
22
//
33
// * storage/persistent_storage/persistent_storage_local/persistent-storage-using-lvms.adoc
4+
// * microshift_storage/microshift-storage-plugin-overview.adoc
45

56
:_mod-docs-content-type: CONCEPT
67
[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
1314
** You can define the size of PE and LE during the physical and logical device creation.
1415
** The default PE and LE size is 4 MB.
1516
** If the size of the PE is increased, the maximum size of the LVM is determined by the kernel limits and your disk space.
16-
17+
ifdef::microshift[]
18+
** The size limit for {op-system-base-full} 9 using the default PE and LE size is 8 EB.
19+
** The following are the minimum storage sizes that you can request for each file system type:
20+
*** `block`: 8 MiB
21+
*** `xfs`: 300 MiB
22+
*** `ext4`: 32 MiB
23+
endif::microshift[]
24+
25+
ifndef::microshift[]
1726
.Size limits for different architectures using the default PE and LE size
1827
[cols="1,1,1,1,1", width="100%", options="header"]
1928
|====
@@ -45,4 +54,5 @@ The limitations to configure the size of the devices that you can use to provisi
4554
--
4655
1. Theoretical size.
4756
2. Tested size.
48-
--
57+
--
58+
endif::microshift[]

0 commit comments

Comments
 (0)