ceph: some documentations fixes

New documentation should have an entry in the 00-INDEX. Correct git
urls.

Signed-off-by: Cheng Renquan <crquan@gmail.com>
Signed-off-by: Sage Weil <sage@newdream.net>

authored by Cheng Renquan and committed by Sage Weil 8136b58d 94aa8ae1

+7 -4
+2
Documentation/filesystems/00-INDEX
··· 16 16 - information about the BeOS filesystem for Linux. 17 17 bfs.txt 18 18 - info for the SCO UnixWare Boot Filesystem (BFS). 19 + ceph.txt 20 + - info for the Ceph Distributed File System 19 21 cifs.txt 20 22 - description of the CIFS filesystem. 21 23 coda.txt
+5 -4
Documentation/filesystems/ceph.txt
··· 8 8 9 9 * POSIX semantics 10 10 * Seamless scaling from 1 to many thousands of nodes 11 - * High availability and reliability. No single points of failure. 11 + * High availability and reliability. No single point of failure. 12 12 * N-way replication of data across storage nodes 13 13 * Fast recovery from node failures 14 14 * Automatic rebalancing of data on node addition/removal ··· 94 94 95 95 wsize=X 96 96 Specify the maximum write size in bytes. By default there is no 97 - maximu. Ceph will normally size writes based on the file stripe 97 + maximum. Ceph will normally size writes based on the file stripe 98 98 size. 99 99 100 100 rsize=X ··· 133 133 http://ceph.newdream.net/ 134 134 135 135 The Linux kernel client source tree is available at 136 - git://ceph.newdream.net/linux-ceph-client.git 136 + git://ceph.newdream.net/git/ceph-client.git 137 + git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git 137 138 138 139 and the source for the full system is at 139 - git://ceph.newdream.net/ceph.git 140 + git://ceph.newdream.net/git/ceph.git