Peter Schwenke has uploaded this change for review. (
https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/1225677?usp=email )
Change subject: Add cid_confirmed_saved to nfs_client_id_t
......................................................................
Add cid_confirmed_saved to nfs_client_id_t
This is in preparation for the Virtual IP Based recovery.
This required to be able to cleanup NFSv4.0 CLIDs on umount
for the IP based in-situ reclaim. The indicator for being able to
cleanup the CLID in fs_rm_clid() is that the client ID is in
the confirmed state. We only want the CLID to be removed when
the file system is no longer used by any of the nodes i.e.
unmounted.
Change-Id: I7ab4a74cacaf4fb2b5054352f69c7d5de3a1daee
Signed-off-by: Peter Schwenke <pschwenke(a)ddn.com>
---
M src/SAL/nfs4_clientid.c
M src/include/sal_data.h
2 files changed, 4 insertions(+), 0 deletions(-)
git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha refs/changes/77/1225677/1
--
To view, visit
https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/1225677?usp=email
To unsubscribe, or for help writing mail filters, visit
https://review.gerrithub.io/settings?usp=email
Gerrit-MessageType: newchange
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Change-Id: I7ab4a74cacaf4fb2b5054352f69c7d5de3a1daee
Gerrit-Change-Number: 1225677
Gerrit-PatchSet: 1
Gerrit-Owner: Peter Schwenke <pschwenke(a)ddn.com>