2024年4月5日
摘要: 官方 nfs-ganesha v2.8.4 只能使用 ntirpc<=v3.1的版本。 原因是 ntirpc v3.2版本做了修改:github上比较 ntirpc : tag v3.1 .. tag v3.2 结果如下: 所以,(参考高版本nfs-ganesha的代码)只能通过修改 nfs-gan 阅读全文
posted @ 2024-04-05 22:38 jinzhenshui 阅读(155) 评论(0) 推荐(0)
摘要: 在“centos7:从源代码编译安装 nfs-ganesha” 的基础上, 从github获取v2.8.4的源代码 git clone -b V2.8.4 --recursive https://github.com/nfs-ganesha/nfs-ganesha.git cd nfs-ganesh 阅读全文
posted @ 2024-04-05 09:41 jinzhenshui 阅读(310) 评论(0) 推荐(0)