diff options
author | Sage Weil <sage@newdream.net> | 2009-11-07 00:55:25 -0500 |
---|---|---|
committer | Sage Weil <sage@newdream.net> | 2009-11-07 00:55:25 -0500 |
commit | 1654dd0cf5ee1827322aca156af7d96d757201c7 (patch) | |
tree | ba71b1a1e214b929937f02a1794b3d32b8ff1342 /fs/ceph/README | |
parent | cfbbcd24a6bfd794295ee7ad76dfbff40ad6b934 (diff) |
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/README | 2 |
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 | |||
10 | src/include/ceph_strings.cc fs/ceph/ceph_strings.c | 10 | src/include/ceph_strings.cc fs/ceph/ceph_strings.c |
11 | src/include/ceph_frag.h fs/ceph/ceph_frag.h | 11 | src/include/ceph_frag.h fs/ceph/ceph_frag.h |
12 | src/include/ceph_frag.cc fs/ceph/ceph_frag.c | 12 | src/include/ceph_frag.cc fs/ceph/ceph_frag.c |
13 | src/include/ceph_hash.h fs/ceph/ceph_hash.h | ||
14 | src/include/ceph_hash.cc fs/ceph/ceph_hash.c | ||
13 | src/crush/crush.c fs/ceph/crush/crush.c | 15 | src/crush/crush.c fs/ceph/crush/crush.c |
14 | src/crush/crush.h fs/ceph/crush/crush.h | 16 | src/crush/crush.h fs/ceph/crush/crush.h |
15 | src/crush/mapper.c fs/ceph/crush/mapper.c | 17 | src/crush/mapper.c fs/ceph/crush/mapper.c |