mbox series

[pynfs,0/3] a few fixes

Message ID 20190311154951.6144-1-smayhew@redhat.com (mailing list archive)
Headers show
Series a few fixes | expand

Message

Scott Mayhew March 11, 2019, 3:49 p.m. UTC
The first patch fixes bogus DESTROY_SESSION and DESTROY_CLIENTID ops
being sent to the server.  The other two prevent session and client
records from hanging around on the server.

Scott Mayhew (3):
  nfs4.1: don't cache sessionids and clientids after destroying
  nfs4.1: clean up the session and client created in
    Environment.finish()
  nfs4.1: close the file created in SEQ10b

 nfs4.1/server41tests/environment.py | 4 ++++
 nfs4.1/server41tests/st_sequence.py | 5 ++++-
 2 files changed, 8 insertions(+), 1 deletion(-)

Comments

J. Bruce Fields March 13, 2019, 2:56 p.m. UTC | #1
On Mon, Mar 11, 2019 at 11:49:48AM -0400, Scott Mayhew wrote:
> The first patch fixes bogus DESTROY_SESSION and DESTROY_CLIENTID ops
> being sent to the server.  The other two prevent session and client
> records from hanging around on the server.

Thanks!  All three applied.--b.

> 
> Scott Mayhew (3):
>   nfs4.1: don't cache sessionids and clientids after destroying
>   nfs4.1: clean up the session and client created in
>     Environment.finish()
>   nfs4.1: close the file created in SEQ10b
> 
>  nfs4.1/server41tests/environment.py | 4 ++++
>  nfs4.1/server41tests/st_sequence.py | 5 ++++-
>  2 files changed, 8 insertions(+), 1 deletion(-)
> 
> -- 
> 2.17.2