Skip to content

Commit 6809b88

Browse files
authored
Merge pull request #69298 from sr1kar99/add-limitations-to-lvms
TELCODOCS#1255: Added limitations related to creating snapshots and clones in multi-node topology
2 parents 08da8fc + 1590bf2 commit 6809b88

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
@@ -126,6 +126,11 @@ include::modules/lvms-upgrading-lvms-on-sno.adoc[leveloffset=+1]
126126
//Volume snapshots
127127
include::modules/lvms-volume-snapshots-in-single-node-openshift.adoc[leveloffset=+1]
128128

129+
[NOTE]
130+
====
131+
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].
132+
====
133+
129134
[role="_additional-resources"]
130135
.Additional resources
131136

@@ -137,9 +142,18 @@ include::modules/lvms-deleting-volume-snapshots-in-single-node-openshift.adoc[le
137142

138143
//Volume cloning
139144
include::modules/lvms-volume-clones-in-single-node-openshift.adoc[leveloffset=+1]
145+
146+
[NOTE]
147+
====
148+
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].
149+
====
150+
140151
include::modules/lvms-creating-volume-clones-in-single-node-openshift.adoc[leveloffset=+2]
141152
include::modules/lvms-deleting-cloned-volumes-in-single-node-openshift.adoc[leveloffset=+2]
142153

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

0 commit comments

Comments
 (0)