Skip to content

Commit bc4bc85

Browse files
authored
Merge pull request #20194 from varadaprasanth/patch-2
Glossary for PersistentVolumeClaim added
2 parents 9c7a63c + 60ad431 commit bc4bc85

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

content/en/docs/concepts/storage/volume-snapshots.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,9 @@ In the case of pre-provisioned binding, the VolumeSnapshot will remain unbound u
6161

6262
### Persistent Volume Claim as Snapshot Source Protection
6363

64-
The purpose of this protection is to ensure that in-use PersistentVolumeClaim API objects are not removed from the system while a snapshot is being taken from it (as this may result in data loss).
64+
The purpose of this protection is to ensure that in-use
65+
{{< glossary_tooltip text="PersistentVolumeClaim" term_id="persistent-volume-claim" >}}
66+
API objects are not removed from the system while a snapshot is being taken from it (as this may result in data loss).
6567

6668
While a snapshot is being taken of a PersistentVolumeClaim, that PersistentVolumeClaim is in-use. If you delete a PersistentVolumeClaim API object in active use as a snapshot source, the PersistentVolumeClaim object is not removed immediately. Instead, removal of the PersistentVolumeClaim object is postponed until the snapshot is readyToUse or aborted.
6769

0 commit comments

Comments
 (0)