You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/lvms-about-lvmcluster-cr.adoc
+13-2Lines changed: 13 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -140,16 +140,27 @@ For more information, see "Overview of chunk size".
140
140
141
141
|`thinPoolConfig.chunkSizeCalculationPolicy`
142
142
|`string`
143
-
|Specifies the policy to calculate the chunk size for the underlying volume group. You can set this field to either `Static` or `Host`. By default, this field is set to `Static`.
143
+
|Specifies the policy to calculate the chunk size for the underlying volume group. You can set this field to either `Static` or `Host`. By default, this field is set to `Static`.
144
144
145
145
If this field is set to `Static`, the chunk size is set to the value of the `chunkSize` field. If the `chunkSize` field is not configured, chunk size is set to 128 KiB.
146
146
147
147
If this field is set to `Host`, the chunk size is calculated based on the configuration in the `lvm.conf` file.
148
148
149
149
For more information, see "Limitations to configure the size of the devices used in LVM Storage".
150
150
151
-
|====
151
+
|`thinPoolConfig.metadataSize`
152
+
|`integer`
153
+
|Specifies the metadata size for the thin pool. You can configure this field only when the `MetadataSizeCalculationPolicy` field is set to `Static`.
152
154
155
+
If this field is not configured, and the `MetadataSizeCalculationPolicy` field is set to `Static`, the default metadata size is set to 1 GiB.
153
156
157
+
The value for this field must be configured in the range of 2 MiB to 16 GiB due to the underlying limitations of `lvm2`. You can only increase the value of this field during updates.
154
158
159
+
|`thinPoolConfig.metadataSizeCalculationPolicy`
160
+
|`string`
161
+
|Specifies the policy to calculate the metadata size for the underlying volume group. You can set this field to either `Static` or `Host`. By default, this field is set to `Host`.
155
162
163
+
If this field is set to `Static`, the metadata size is calculated based on the value of the `thinPoolConfig.metadataSize` field.
164
+
165
+
If this field is set to `Host`, the metadata size is calculated based on the `lvm2` settings.
0 commit comments