Jeff Layton has uploaded this change for review.

View Change

rados_kv: don't track the client's address in the recovery database

We currently store a combination of the long-form clientid, its length
and the client's address. Storing the address here means that we can't
deal with trunking in the future. We should just be storing the long
form clientid and using that for comparison.

Unfortunately, this change may break reboot recovery so we will probably
want to only add this patch to the next major release.

Change-Id: Ibc600b95c625910ec8c8a0e0ac80a81ea67cc570
Signed-off-by: Jeff Layton <jlayton@redhat.com>
---
M src/SAL/recovery/recovery_rados_kv.c
1 file changed, 3 insertions(+), 18 deletions(-)

git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha refs/changes/42/448042/1

To view, visit change 448042. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Change-Id: Ibc600b95c625910ec8c8a0e0ac80a81ea67cc570
Gerrit-Change-Number: 448042
Gerrit-PatchSet: 1
Gerrit-Owner: Jeff Layton <jlayton@redhat.com>
Gerrit-MessageType: newchange