[Nfs-ganesha-devel] Change in ffilz/nfs-ganesha[next]: config_samples: fix FSAL_CEPH sample conf

2018-04-02 Thread GerritHub
>From Ramana Raja : Ramana Raja has uploaded this change for review. ( https://review.gerrithub.io/406041 Change subject: config_samples: fix FSAL_CEPH sample conf .. config_samples: fix FSAL_CEPH sample conf * Correct 'Minor

[Nfs-ganesha-devel] NFSv4 recovery directory path

2018-04-02 Thread Sriram Patil
Hi, Currently the NFSv4 recovery directory root path is as good as hard coded because it depends on the CMAKE_INSTALL_PREFIX. It is can be found in config.h after running cmake. I tried specifying a –DNFS_V4_RECOV_ROOT= when compiling, but it does not work because config.h overwrites the varia

Re: [Nfs-ganesha-devel] mdcache growing beyond limits.

2018-04-02 Thread Pradeep
We discussed this a while ago. I'm running into this again with 2.6.0. Here is a snapshot of the lru_state (I set the max entries to 10): {entries_hiwat = 20, entries_used = 1772870, chunks_hiwat = 10, chunks_used = 16371, lru_reap_l1 = 8116842, lru_reap_l2 = 1637334, lru_reap_failed = 1

[Nfs-ganesha-devel] Change in ffilz/nfs-ganesha[next]: rados urls: permit pool and object names containing '.'

2018-04-02 Thread GerritHub
>From Matt Benjamin : Matt Benjamin has uploaded this change for review. ( https://review.gerrithub.io/406085 Change subject: rados urls: permit pool and object names containing '.' .. rados urls: permit pool and object name

Re: [Nfs-ganesha-devel] ganesha 2.5 - specifying network ID for allowing specific clients

2018-04-02 Thread Daniel Gryniewicz
So, the issue here appears to be that you're clients are showing up as IPv6 addresses (specifically as IPv4 compatibility addresses) and the CIDR network support in 2.5 doesn't work with IPv6 at all, so it's not matching. This is fixed in 2.6, by transitioning to using libcidr for client handl

[Nfs-ganesha-devel] Change in ffilz/nfs-ganesha[next]: cmake: add USE_FSAL_CEPH_LL_SYNC_INODE to config-h.in.cmake

2018-04-02 Thread GerritHub
>From Jeff Layton : Jeff Layton has uploaded this change for review. ( https://review.gerrithub.io/406096 Change subject: cmake: add USE_FSAL_CEPH_LL_SYNC_INODE to config-h.in.cmake .. cmake: add USE_FSAL_CEPH_LL_SYNC_INODE to