Branch next

 

Tag:V2.8-dev.16

 

NOTE: This merge includes an ntirpc pullup - please update your submodule

 

Release Highlights

 

* 9p: don't try to shut down workers if they were never started

 

* RADOS URLS configuration

 

* Status of "v4_full" is missing

 

* locktest does not handle EACCES error for fcntl() F_SETLK operation

 

* Fix missing object reference in write_data

 

* Take state_lock before checking for deleg conflicts

 

* SAL: Handle open claim of type OPEN_DELEG_CUR_FH

 

* Pull up strl* fixes

 

Signed-off-by: Frank S. Filz <ffilzlnx@mindspring.com>

 

Contents:

 

7af8eb8 Frank S. Filz V2.8-dev.16

5f1ce86 Daniel Gryniewicz Pull up strl* fixes

4ac1eaf Soumya Koduri SAL: Handle open claim of type OPEN_DELEG_CUR_FH

9d1b48b Soumya Koduri Take state_lock before checking for deleg conflicts

86dd7fe Soumya Koduri Fix missing object reference in write_data

6761cad Trishali Nayar locktest does not handle EACCES error for fcntl() F_SETLK operation

5c1dfa7 Sachin Punadikar Status of "v4_full" is missing

b75f5f8 Jeff Layton rados_urls: set up watch if RADOS_URLS block configures it

53bb21b Jeff Layton rados_urls: break out URL parsing into helper function

ac799d0 Jeff Layton rados_urls: break out rados client setup code into separate function

441db0c Jeff Layton rados_urls: clean up the RADOS_URLS #ifdef-ery

f96a8f6 Jeff Layton rados_urls: make rados_urls_set_param_from_conf static

0347da7 Jeff Layton config_parsing: shut down the URL parser(s) on shutdown

82629d8 Jeff Layton doc: add a RADOS_URLS section to ganesha-core-config.rst

7f37067 Jeff Layton 9p: don't try to shut down workers if they were never started