From 91b8efe4730027b1cd83268c07208970ae457f52 Mon Sep 17 00:00:00 2001 From: Niraj Yadav Date: Mon, 26 Aug 2024 14:19:15 +0530 Subject: [PATCH] doc: Remove the 400 snapshot limitation The support for more than 400 snapshots was added at: https://github.com/ceph/ceph/pull/38553 This patch also removes the note regarding deletion of PVCs with snapshots. Closes: #4681 Signed-off-by: Niraj Yadav --- docs/snap-clone.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/snap-clone.md b/docs/snap-clone.md index 37b5fbe50..e6c970738 100644 --- a/docs/snap-clone.md +++ b/docs/snap-clone.md @@ -42,10 +42,6 @@ ./scripts/install-snapshot.sh cleanup ``` -**NOTE: At present, there is a limit of 400 snapshots per cephFS filesystem. -Also PVC cannot be deleted if it's having snapshots. Make sure all the snapshots -on the PVC are deleted before you delete the PVC.** - ## Create CephFS Snapshot and Clone Volume ### Create CephFS SnapshotClass