Re: [Nfs-ganesha-devel] Patches not backported to V2.5-stable

2018-01-05 Thread Frank Filz
> Ok, posted the list as a Google doc: > > https://docs.google.com/document/d/1dkysDokKt1Zb61QZag- > 22cHjWb1pvVl9mhtRBHVa > n5A/edit?usp=sharing I've updated the doc to include all patches in V2.6 already backported, plus added in the rc1 patches. Everyone who has a stake in V2.5-stable please

[Nfs-ganesha-devel] Announce Push of V2.6-rc1

2018-01-05 Thread Frank Filz
Branch next Tag:V2.6-rc1 Release Highlights * four drc fixes * In suse_version > 1330, libnsl is now a standalone library. * file descriptor leak in open by handle path Signed-off-by: Frank S. Filz Contents: 3100bcb Frank S. Filz V2.6-rc1 5de90cd Malahal Naineni file descriptor leak in ope

Re: [Nfs-ganesha-devel] Patches not backported to V2.5-stable

2018-01-05 Thread Frank Filz
Ok, posted the list as a Google doc: https://docs.google.com/document/d/1dkysDokKt1Zb61QZag-22cHjWb1pvVl9mhtRBHVa n5A/edit?usp=sharing Feel free to comment (or even edit - if so, just use colors, put commentary in comments). If I didn't grant access, or granted using the wrong e-mail, just reque

[Nfs-ganesha-devel] Ganesha V2.5.2: mdcache high open_fd_count

2018-01-05 Thread bharat singh
Hello, I am testing NFSv3 Ganesha implementation against nfstest_io tool. I see that mdcache keeps growing beyond the high water mark and lru reclamation can’t keep up. [cache_lru] lru_run :INODE LRU :CRIT :Futility count exceeded. The LRU thread is unable to make progress in reclaiming FDs.

Re: [Nfs-ganesha-devel] Patches not backported to V2.5-stable

2018-01-05 Thread Frank Filz
Sorry, I didn't mean to imply that all of these patches should be taken, this was just the first step of listing what had NOT yet been taken so we all can look over and evaluate which are bugs that we want to backport and which are features that we don't want to backport, and which are bugs wher

Re: [Nfs-ganesha-devel] Patches not backported to V2.5-stable

2018-01-05 Thread Matt Benjamin
++ Matt On Fri, Jan 5, 2018 at 8:18 AM, Kaleb S. KEITHLEY wrote: > > > On 01/05/2018 12:19 AM, Malahal Naineni wrote: >> >> Hmm, you listed patches from very old tags as well. V2.5 should have only >> patches that fix defects. We should NOT be adding new features, clean up >> works etc from V2.6

Re: [Nfs-ganesha-devel] Patches not backported to V2.5-stable

2018-01-05 Thread Kaleb S. KEITHLEY
On 01/05/2018 12:19 AM, Malahal Naineni wrote: Hmm, you listed patches from very old tags as well. V2.5 should have only patches that fix defects. We should NOT be adding new features, clean up works etc from V2.6 to V2.5-stable. For example, you listed gerrirt change-id . It implemented a n

Re: [Nfs-ganesha-devel] Implement a FSAL for S3-compatible storage

2018-01-05 Thread DENIEL Philippe
On 01/04/18 13:34, Aurelien RAINONE wrote: Hello Philippe, Did you mean it like I could directly use the FSAL you developed, modify some code (or not?) in order to use S3 as a storage? Or is it to share solutions you found to some problems I will encounter during the development of my FSAL_S3