]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/dev: add note about mon-managed and fs snaps 47753/head
authorMilind Changire <mchangir@redhat.com>
Tue, 22 Nov 2022 00:49:28 +0000 (06:19 +0530)
committerMilind Changire <mchangir@redhat.com>
Tue, 22 Nov 2022 00:49:28 +0000 (06:19 +0530)
Signed-off-by: Milind Changire <mchangir@redhat.com>
doc/dev/cephfs-snapshots.rst

index 423240b9775cf8f2263ba6601c7f7a9a6b6a776c..c67771bb9076ed9c3e2b7c965b3d5c1b16684719 100644 (file)
@@ -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.