[Nfs-ganesha-devel] Announce Push of V2.7-dev.19

2018-07-06 Thread Frank Filz
This list has been deprecated. Please subscribe to the new devel list at 
lists.nfs-ganesha.org.Branch next

 

Tag:V2.7-dev.19

 

Release Highlights

 

* Delegation fixes

 

* posix_acls: fix use after freed of acl mask

 

* rpm: remove unneeded %defattr from %files sections

 

* Add client description in dbus DisplayExport command

 

* gtest/fsal_api: Changes in read2, write2 and close.

 

Signed-off-by: Frank S. Filz 

 

Contents:

 

dd4c68a Frank S. Filz V2.7-dev.19

23ad18a grajoria gtest/fsal_api: Changes in read2, write2 and close.

f689c9b grajoria Add client description in dbus DisplayExport command

cbf56b2 Niels de Vos rpm: remove unneeded %defattr from %files sections

663ba1e Kinglong Mee posix_acls: fix use after freed of acl mask

6a40d17 Jeff Layton FSAL_UP: fix op_ctx handling in delegrecall_task

01935e6 Jeff Layton NFS: handle recalled CLAIM_PREVIOUS delegations
correctly

fdcb681 Jeff Layton SAL: remove unneeded else blocks in get_delegation

a253ffc Jeff Layton SAL: update_delegation_stats doesn't need a state_t
pointer

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Nfs-ganesha-devel mailing list
Nfs-ganesha-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs-ganesha-devel


Re: [Nfs-ganesha-devel] How to disable MDCACHE FSAL

2018-07-06 Thread Daniel Gryniewicz

This list has been deprecated. Please subscribe to the new devel list at 
lists.nfs-ganesha.org.
Hi.

The short answer is that you can't.  MDCACHE provides the handle cache, 
which ensures that obj_handle pointers are stable across calls, and 
implements refcounting.  Without it, Ganesha would crash immediately. 
If you really want to, you can implement stable handle caching in your 
FSAL, and then make a local modification to Ganesha to not stack, but 
then you'll have to handle all the refcounting issues yourself.


Daniel

On 07/06/2018 11:35 AM, Tushar Shinde wrote:

This list has been deprecated. Please subscribe to the new devel list at 
lists.nfs-ganesha.org.
Hi,

How can I disable default stacking of mdcache on V2.6-stable branch.

Tushar.

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Nfs-ganesha-devel mailing list
Nfs-ganesha-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs-ganesha-devel




--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Nfs-ganesha-devel mailing list
Nfs-ganesha-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs-ganesha-devel


[Nfs-ganesha-devel] How to disable MDCACHE FSAL

2018-07-06 Thread Tushar Shinde
This list has been deprecated. Please subscribe to the new devel list at 
lists.nfs-ganesha.org.
Hi,

How can I disable default stacking of mdcache on V2.6-stable branch.

Tushar.

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Nfs-ganesha-devel mailing list
Nfs-ganesha-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs-ganesha-devel