From 0dbbb9d32fdb547ae270a1776d22dad4e7c59b3c Mon Sep 17 00:00:00 2001 From: Madhu Rajanna Date: Thu, 13 Aug 2020 16:12:29 +0530 Subject: [PATCH] doc: add note for cephfs snapshot limitation added a note for cephfs snapshot limitations closes #1242 Signed-off-by: Madhu Rajanna --- docs/cephfs-snap-clone.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/cephfs-snap-clone.md b/docs/cephfs-snap-clone.md index 8786b3dc9c1d..15497e481ce0 100644 --- a/docs/cephfs-snap-clone.md +++ b/docs/cephfs-snap-clone.md @@ -19,6 +19,10 @@ be a `volumesnapshotclass` object present in the cluster for snapshot request to be satisified. +**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.** + ## Snapshot ### Create snapshotclass