From: Kai Wagner Date: Tue, 28 Aug 2018 06:24:47 +0000 (+0200) Subject: doc: fixed typo in cephfs snapshots X-Git-Tag: v14.0.1~472^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=d7f5c281c8d734d35a25339fdbe9bf4fd94fe790;p=ceph.git doc: fixed typo in cephfs snapshots Signed-off-by: Kai Wagner --- 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