Jeff Layton has uploaded this change for review.

View Change

FSAL_CEPH: paper over -ENOTCONN return from close when shutting down

When we're shutting down the server, we'll usually abort the connection
first. The mdcache will then try to clean up entries and issue a ->close
to each, and FSAL_CEPH ends up returning -ENOTCONN in that situation
which causes a lot of log spam.

Fix this by just ignoring -ENOTCONN errors in ceph_close_my_fd when
ganesha is shutting down.

Change-Id: If8231998a61e759be4d044f102ae6dbcebfdc975
Reported-and-Tested-by: liuwei <liuwei_coder@163.com>
Signed-off-by: Jeff Layton <jlayton@redhat.com>
---
M src/FSAL/FSAL_CEPH/handle.c
1 file changed, 11 insertions(+), 3 deletions(-)

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

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

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