commit | 1654dd0cf5ee1827322aca156af7d96d757201c7 | [log] [tgz] |
---|---|---|
author | Sage Weil <sage@newdream.net> | Fri Nov 06 21:55:25 2009 -0800 |
committer | Sage Weil <sage@newdream.net> | Fri Nov 06 21:55:25 2009 -0800 |
tree | ba71b1a1e214b929937f02a1794b3d32b8ff1342 | |
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>