commit | 760ff4bebc86d08b252809e0da7261c986d022ff | [log] [tgz] |
---|---|---|
author | Dr. David Alan Gilbert <dgilbert@redhat.com> | Thu Jun 11 18:17:25 2015 +0100 |
committer | Juan Quintela <quintela@redhat.com> | Tue Jul 07 14:54:49 2015 +0200 |
tree | ae8a8ee9f27c19e6105498c65dbb39c8f58b8f56 | |
parent | 03fcab38617ac9bcd6ed28cb1b6a0ecd8fb3bc82 [diff] |
Rework ram block hash RDMA uses a hash from block offset->RAM Block; this isn't needed on the destination, and it becomes harder to maintain after the next patch in the series that sorts the block list. Split the hash so that it's only generated on the source. Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com> Signed-off-by: Juan Quintela <quintela@redhat.com>