Adrian
Adrian
https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/555292 @dang Please review
> @Haroldll please provide your specific nfs-ganesha version use yum. nfs-ganesha version is 6-dev.11. nothing provides libc-devel needed by nfs-ganesha-utils-6-dev.11.el8.x86_64
> How exactly did you install? With `dnf install -y ...`? Or with `rpm -I ...` ? Packages I presume you built from source? Yes, build the rpm packages from...
> https://cbs.centos.org/koji/buildinfo?buildID=51972#/ use this package to install nfs-ganesha-5.7-2.el8 is fine, but this version contains no modifications: https://github.com/nfs-ganesha/nfs-ganesha/commit/158f3958292c1bd9572270caa85999adabe33dc7
> If you're going to use `rpm -ivh ...` to install, then you have to install the dependencies yourself. > > Or you could use `dnf install ...`, (or `yum...
> @Haroldll cloud you please share your spec, let me testing on my box. I suggest directly update spec to use glibc-devel replace libc-devel. the spec is out of date...
The logs for updating export are as follows: ``` [dbus_heartbeat] gsh_export_update_export :EXPORT :INFO :Adding export from file: /etc/ganesha/ganesha.conf with EXPORT(Path=/nfs) [dbus_heartbeat] proc_block :CONFIG :F_DBG :------ At (/etc/ganesha/ganesha.conf:1): process block EXPORT...
> That said, there are two places that NFS version is configured: per export, like you have above, and in NFS_CORE_PARAMS. Is you do it in the core params, it...
> No, the sockets are opened based on the Protocols setting in NFS_CORE_PARAMS, which is 3,4, so the sockets should be open. Could you try reconfiguring via SIGHUP instead of...
> I think it would work to just drop that in after the call to report_config_errors, but not sure. In the gsh_export_update_export function, I tried to add after report_config_errors: ```...