diff options
author | Kai Wagner <kwagner@suse.com> | 2018-08-28 08:24:47 +0200 |
---|---|---|
committer | Kai Wagner <kwagner@suse.com> | 2018-08-28 08:56:47 +0200 |
commit | d7f5c281c8d734d35a25339fdbe9bf4fd94fe790 (patch) | |
tree | c6f165d96eb8a10f05e29a5ef987099cc84ed3c9 /doc | |
parent | Merge pull request #23763 from chenzhua/master (diff) | |
download | ceph-d7f5c281c8d734d35a25339fdbe9bf4fd94fe790.tar.xz ceph-d7f5c281c8d734d35a25339fdbe9bf4fd94fe790.zip |
doc: fixed typo in cephfs snapshots
Signed-off-by: Kai Wagner <kwagner@suse.com>
Diffstat (limited to 'doc')
-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 |