The hash is no longer the most significant field; set everything that is
more significant, too.
Signed-off-by: Sage Weil <sage@redhat.com>
(cherry picked from commit
45281efad1ae6b2b5ddd5549c56dbdd46671e5c5)
return *this;
hobject_t ret;
ret.set_hash(hash);
+ ret.pool = pool;
return ret;
}
return *this;
ghobject_t ret;
ret.hobj.set_hash(hobj.hash);
+ ret.shard_id = shard_id;
+ ret.hobj.pool = hobj.pool;
return ret;
}
filestore_hobject_key_t get_filestore_key_u32() const {