[S] Change in ...nfs-ganesha[next]: NLM: nlm send async ipv4 handling.
                                
                                
                                
                                    
                                        by Gaurav (GerritHub)
                                    
                                
                                
                                        Gaurav has uploaded this change for review. ( https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/544906 )
Change subject: NLM: nlm send async ipv4 handling.
......................................................................
NLM: nlm send async ipv4 handling.
Try for IPV4 for any error in IPV6 resolution error.
Old with specific error code was written for retry on IPV6
only, so we don't need those specific error checkck for
(retval != EAI_NONAME && retval != EAI_AGAIN)
Change-Id: I0e818f3bf0b42b44c67c06d565d0325ff0088ee5
Signed-off-by: Gaurav Gangalwar <gaurav.gangalwar(a)nutanix.com>
---
M src/Protocols/NLM/nlm_async.c
1 file changed, 16 insertions(+), 1 deletion(-)
  git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha refs/changes/06/544906/1
-- 
To view, visit https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/544906
To unsubscribe, or for help writing mail filters, visit https://review.gerrithub.io/settings
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Change-Id: I0e818f3bf0b42b44c67c06d565d0325ff0088ee5
Gerrit-Change-Number: 544906
Gerrit-PatchSet: 1
Gerrit-Owner: Gaurav <gaurav.gangalwar(a)gmail.com>
Gerrit-MessageType: newchange
                                
                         
                        
                                
                                3 years
                        
                        
                 
         
 
        
            
        
        
        
                
                        
                        
                                
                                
                                        
                                                
                                        
                                        
                                        Status of Ganesha V4.1
                                
                                
                                
                                    
                                        by Frank Filz
                                    
                                
                                
                                        We are closing in on tagging Ganesha V4.1. I am working through the Coverity
dashboard and I have a number of minor patches to put up for review probably
next week. I will also go through the ntirpc issues and may have some
patches for that also.
 
If there are ANY patches in gerrithub that are important to get into V4.1,
please comment in the patch and if you are the owner, address any comments
and submit an updated patch if appropriate.
 
With any luck, maybe we can tag V4.1 next week, otherwise almost surely the
week following.
 
Thanks
 
Frank Filz
 
                                
                         
                        
                                
                                3 years
                        
                        
                 
         
 
        
            
        
        
        
                
                        
                        
                                
                                
                                        
                                                
                                        
                                        
                                        Announce Push of V4.0.10
                                
                                
                                
                                    
                                        by Frank Filz
                                    
                                
                                
                                        Branch next
 
Tag:V4.0.10
 
Merge Highlights
 
* Make multilock compile with latest Ceph
 
* Making thread safe read mdcache-entry qid by GC.
 
* FSAL_PROXY_V3: Add missing reopen2 implementation
 
* Replace malloc with gsh_malloc
 
* ACLs: Make nfs4_acl_release_entry void
 
Signed-off-by: Frank S. Filz <ffilzlnx(a)mindspring.com>
 
Contents:
 
b13832ad2 Frank S. Filz V4.0.10
27656e9af Sagar Singh Making thread safe read mdcache-entry qid by GC.
b3f9444ec Assaf Yaari FSAL_PROXY_V3: Add missing reopen2 implementation
38548e517 Frank S. Filz multilock: make ml_cephfs_client.c compile with
latest ceph
49ba160a7 Frank S. Filz Replace malloc with gsh_malloc
5af41cc73 Frank S. Filz ACLs: Make nfs4_acl_release_entry void
                                
                         
                        
                                
                                3 years
                        
                        
                 
         
 
        
            
        
        
        
                
                        
                                
                                
                                        
                                
                         
                        
                                
                                
                                        
                                                
                                        
                                        
                                        [S] Change in ...nfs-ganesha[next]: FSAL_PROXY_V3: Add missing reopen2  implementation
                                
                                
                                
                                    
                                        by Assaf Yaari (GerritHub)
                                    
                                
                                
                                        Assaf Yaari has uploaded this change for review. ( https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/544694 )
Change subject: FSAL_PROXY_V3: Add missing reopen2 implementation
......................................................................
FSAL_PROXY_V3: Add missing reopen2 implementation
In NFSv3 there is no need to do actuall work but still need to implement
the callback, otherwise an error is returned to the client when doing
reopen.
Signed-off-by: Assaf Yaari <assafy(a)google.com>
Change-Id: Ideabbaead7d70f6c35d591184d066bbe3d1be43e
---
M src/FSAL/FSAL_PROXY_V3/main.c
1 file changed, 32 insertions(+), 0 deletions(-)
  git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha refs/changes/94/544694/1
-- 
To view, visit https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/544694
To unsubscribe, or for help writing mail filters, visit https://review.gerrithub.io/settings
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Change-Id: Ideabbaead7d70f6c35d591184d066bbe3d1be43e
Gerrit-Change-Number: 544694
Gerrit-PatchSet: 1
Gerrit-Owner: Assaf Yaari <assafy(a)google.com>
Gerrit-MessageType: newchange
                                
                         
                        
                                
                                3 years