]> nv-tegra.nvidia Code Review - linux-2.6.git/commit
ceph: make object hash a pg_pool property
authorSage Weil <sage@newdream.net>
Sat, 7 Nov 2009 05:55:25 +0000 (21:55 -0800)
committerSage Weil <sage@newdream.net>
Sat, 7 Nov 2009 05:55:25 +0000 (21:55 -0800)
commit1654dd0cf5ee1827322aca156af7d96d757201c7
treeba71b1a1e214b929937f02a1794b3d32b8ff1342
parentcfbbcd24a6bfd794295ee7ad76dfbff40ad6b934
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>
fs/ceph/Makefile
fs/ceph/README
fs/ceph/ceph_fs.c
fs/ceph/ceph_fs.h
fs/ceph/ceph_hash.c [new file with mode: 0644]
fs/ceph/ceph_hash.h [new file with mode: 0644]
fs/ceph/osdmap.c
fs/ceph/rados.h
fs/ceph/types.h