Skip to content

Commit d11ae8e

Browse files
jtlaytonidryomov
authored andcommitted
Documentation: modern versions of ceph are not backed by btrfs
[ Update the links too. ] Signed-off-by: Jeff Layton <jlayton@kernel.org> Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
1 parent b9f6d44 commit d11ae8e

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

Documentation/filesystems/ceph.txt

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,7 @@ In contrast to cluster filesystems like GFS, OCFS2, and GPFS that rely
2222
on symmetric access by all clients to shared block devices, Ceph
2323
separates data and metadata management into independent server
2424
clusters, similar to Lustre. Unlike Lustre, however, metadata and
25-
storage nodes run entirely as user space daemons. Storage nodes
26-
utilize btrfs to store data objects, leveraging its advanced features
27-
(checksumming, metadata replication, etc.). File data is striped
25+
storage nodes run entirely as user space daemons. File data is striped
2826
across storage nodes in large chunks to distribute workload and
2927
facilitate high throughputs. When storage nodes fail, data is
3028
re-replicated in a distributed fashion by the storage nodes themselves
@@ -164,11 +162,11 @@ More Information
164162
================
165163

166164
For more information on Ceph, see the home page at
167-
http://ceph.newdream.net/
165+
https://ceph.com/
168166

169167
The Linux kernel client source tree is available at
170-
git://ceph.newdream.net/git/ceph-client.git
168+
https://github.com/ceph/ceph-client.git
171169
git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
172170

173171
and the source for the full system is at
174-
git://ceph.newdream.net/git/ceph.git
172+
https://github.com/ceph/ceph.git

0 commit comments

Comments
 (0)