Skip to content

Commit 1590bf2

Browse files
committed
TELCODOCS-1255: added limitations to lvms
1 parent 322a51d commit 1590bf2

File tree

3 files changed

+30
-0
lines changed

3 files changed

+30
-0
lines changed

modules/lvms-creating-volume-clones-in-single-node-openshift.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ The cloned PVC has write access.
1919
* You ensured that the PVC is in `Bound` state. This is required for a consistent snapshot.
2020
* You ensured that the `StorageClass` is the same as that of the source PVC.
2121
22+
2223
.Procedure
2324

2425
. Identify the storage class of the source PVC.
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
// Module included in the following assemblies:
2+
//
3+
// storage/persistent_storage/persistent_storage_local/persistent-storage-using-lvms.adoc
4+
5+
:_mod-docs-content-type: CONCEPT
6+
[id="lvms-limitations-for-creating-snapshots-and-clones_{context}"]
7+
= Limitations for creating volume snapshots and volume clones
8+
9+
{lvms} has the following limitations for creating volume snapshots and volume clones in multi-node topology:
10+
11+
* Creating volume snapshots and volume clones is based on the LVM thin pool capabilities.
12+
* The node must have additional storage after creating a volume snapshot and volume clone for further updating the original data source.
13+
* You can create volume snapshots and volume clones only on the node where you have deployed the original data source.
14+
* Pods relying on the persistent volume claim (PVC) that uses the snapshot data and clone data can be scheduled only on the node where you have deployed the original data source.
15+
* If the PVC is not present and available before creating a volume snapshot or volume clone, then the scheduler in multi-node {product-title} clusters does not provision the volume snapshots and volume clones on the node where you have deployed the original data source.

storage/persistent_storage/persistent_storage_local/persistent-storage-using-lvms.adoc

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,11 @@ include::modules/lvms-upgrading-lvms-on-sno.adoc[leveloffset=+1]
125125
//Volume snapshots
126126
include::modules/lvms-volume-snapshots-in-single-node-openshift.adoc[leveloffset=+1]
127127

128+
[NOTE]
129+
====
130+
Before creating volume snapshots, you must be aware of the limitations. For information about the limitations, see xref:../../../storage/persistent_storage/persistent_storage_local/persistent-storage-using-lvms.adoc#lvms-limitations-for-creating-snapshots-and-clones_logical-volume-manager-storage[Limitations for creating volume snapshots and volume clones].
131+
====
132+
128133
[role="_additional-resources"]
129134
.Additional resources
130135

@@ -136,9 +141,18 @@ include::modules/lvms-deleting-volume-snapshots-in-single-node-openshift.adoc[le
136141

137142
//Volume cloning
138143
include::modules/lvms-volume-clones-in-single-node-openshift.adoc[leveloffset=+1]
144+
145+
[NOTE]
146+
====
147+
Before creating volume clones, you must be aware of the limitations. For information about limitations, see xref:../../../storage/persistent_storage/persistent_storage_local/persistent-storage-using-lvms.adoc#lvms-limitations-for-creating-snapshots-and-clones_logical-volume-manager-storage[Limitations for creating volume snapshots and volume clones].
148+
====
149+
139150
include::modules/lvms-creating-volume-clones-in-single-node-openshift.adoc[leveloffset=+2]
140151
include::modules/lvms-deleting-cloned-volumes-in-single-node-openshift.adoc[leveloffset=+2]
141152

153+
//Limitations for creating volume snapshots and volume clones
154+
include::modules/lvms-limitations-for-creating-snapshots-and-clones.adoc[leveloffset=+1]
155+
142156
//Must-gather
143157
include::modules/lvms-download-log-files-and-diagnostics.adoc[leveloffset=+1]
144158

0 commit comments

Comments
 (0)