summaryrefslogtreecommitdiff
path: root/fs/ceph/README
diff options
context:
space:
mode:
authorSage Weil <sage@newdream.net>2009-11-07 08:55:25 +0300
committerSage Weil <sage@newdream.net>2009-11-07 08:55:25 +0300
commit1654dd0cf5ee1827322aca156af7d96d757201c7 (patch)
treeba71b1a1e214b929937f02a1794b3d32b8ff1342 /fs/ceph/README
parentcfbbcd24a6bfd794295ee7ad76dfbff40ad6b934 (diff)
downloadlinux-1654dd0cf5ee1827322aca156af7d96d757201c7.tar.xz
ceph: make object hash a pg_pool property
The object will be hashed to a placement seed (ps) based on the pg_pool's hash function. This allows new hashes to be introduced into an existing object store, or selection of a hash appropriate to the objects that will be stored in a particular pool. Signed-off-by: Sage Weil <sage@newdream.net>
Diffstat (limited to 'fs/ceph/README')
-rw-r--r--fs/ceph/README2
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/ceph/README b/fs/ceph/README
index 660e00074d59..18352fab37c0 100644
--- a/fs/ceph/README
+++ b/fs/ceph/README
@@ -10,6 +10,8 @@ src/include/rados.h fs/ceph/rados.h
src/include/ceph_strings.cc fs/ceph/ceph_strings.c
src/include/ceph_frag.h fs/ceph/ceph_frag.h
src/include/ceph_frag.cc fs/ceph/ceph_frag.c
+src/include/ceph_hash.h fs/ceph/ceph_hash.h
+src/include/ceph_hash.cc fs/ceph/ceph_hash.c
src/crush/crush.c fs/ceph/crush/crush.c
src/crush/crush.h fs/ceph/crush/crush.h
src/crush/mapper.c fs/ceph/crush/mapper.c