From 2996836ebf185b6d17eb4ff2e60d0ebf014179f6 Mon Sep 17 00:00:00 2001 From: Niraj Yadav Date: Mon, 26 Aug 2024 14:19:15 +0530 Subject: [PATCH] docs: Remove the 400 snapshot limitation The support for more than 400 snapshots was added at: https://github.com/ceph/ceph/pull/38553 Closes: #4681 Signed-off-by: Niraj Yadav --- docs/snap-clone.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/snap-clone.md b/docs/snap-clone.md index 37b5fbe504e..73fae74b00b 100644 --- a/docs/snap-clone.md +++ b/docs/snap-clone.md @@ -42,9 +42,9 @@ ./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.** +**NOTE: A 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