Re: [Nfs-ganesha-devel] Ganesha2.3 failure on ppc arch identified

2015-07-31 Thread Malahal Naineni
William Allen Simpson [william.allen.simp...@gmail.com] wrote: On 7/31/15 6:36 PM, Malahal Naineni wrote: Matt, here is a fix for the stack size as well as propagating the error back to ganesha. Top 2 commits: https://github.com/malahal/ntirpc/commits/adp23 Corresponding ganesha

Re: [Nfs-ganesha-devel] Ganesha2.3 failure on ppc arch identified

2015-07-31 Thread Malahal Naineni
pthread_attr_setstacksize() should return EINVAL if the passed in size is less than PTHREAD_STACK_MIN. PTHREAD_STACK_MIN is 128K our systems (2 pages), so it should have returned EINVAL but looks like there is a bug causing it to return EAGAIN. :-( In any case, current WORK_POOL_STACK_SIZE is one

Re: [Nfs-ganesha-devel] Ganesha2.3 failure on ppc arch identified

2015-07-31 Thread Matt Benjamin
pthread return: sounds like a glibc bug (sorry). proposal: Sounds reasonable to me. Matt - Original Message - From: Malahal Naineni mala...@us.ibm.com To: Matt Benjamin mbenja...@redhat.com Cc: Nfs-ganesha-devel@lists.sourceforge.net Sent: Friday, July 31, 2015 12:17:07 PM Subject:

[Nfs-ganesha-devel] Change in ffilz/nfs-ganesha[next]: cache_inode: make max cached, deleted entries configurable

2015-07-31 Thread GerritHub
From Matt Benjamin mbenja...@redhat.com: Matt Benjamin has uploaded a new change for review. https://review.gerrithub.io/241948 Change subject: cache_inode: make max cached, deleted entries configurable .. cache_inode: make

Re: [Nfs-ganesha-devel] Ganesha2.3 failure on ppc arch identified

2015-07-31 Thread William Allen Simpson
On 7/31/15 6:36 PM, Malahal Naineni wrote: Matt, here is a fix for the stack size as well as propagating the error back to ganesha. Top 2 commits: https://github.com/malahal/ntirpc/commits/adp23 Corresponding ganesha patch: https://github.com/malahal/nfs-ganesha/commits/adp23 Please keep