diff options
-rw-r--r-- | doc/dev/cephfs-snapshots.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/dev/cephfs-snapshots.rst b/doc/dev/cephfs-snapshots.rst index a6ad91fc53a..367f3e8db00 100644 --- a/doc/dev/cephfs-snapshots.rst +++ b/doc/dev/cephfs-snapshots.rst @@ -125,7 +125,7 @@ snapshots on any linkage of the inode. Multi-FS --------- -Snapshots and multiiple filesystems don't interact well. Specifically, each +Snapshots and multiple filesystems don't interact well. Specifically, each MDS cluster allocates `snapids` independently; if you have multiple filesystems 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 |