From a81c0b311899f97d93e4840b9d4af9038fe3d994 Mon Sep 17 00:00:00 2001 From: Milind Changire Date: Tue, 22 Nov 2022 06:19:28 +0530 Subject: [PATCH] doc/dev: add note about mon-managed and fs snaps Signed-off-by: Milind Changire --- doc/dev/cephfs-snapshots.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/dev/cephfs-snapshots.rst b/doc/dev/cephfs-snapshots.rst index 423240b9775c..c67771bb9076 100644 --- a/doc/dev/cephfs-snapshots.rst +++ b/doc/dev/cephfs-snapshots.rst @@ -131,3 +131,8 @@ sharing a single pool (via namespaces), their snapshots *will* collide and deleting one will result in missing file data for others. (This may even be invisible, not throwing errors to the user.) If each FS gets its own pool things probably work, but this isn't tested and may not be true. + +.. Note:: To avoid snap id collision between mon-managed snapshots and file system + snapshots, pools with mon-managed snapshots are not allowed to be attached + to a file system. Also, mon-managed snapshots can't be created in pools + already attached to a file system either. -- 2.47.3