上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 151 下一页
  2024年4月7日
摘要: 参考“https://github.com/boypt/openssh-rpms” “Releases · boypt/openssh-rpms (github.com)” 安装人家大牛的文档来操作即可。 可选的,自行定制 version.env, 可进行各种组合! Backport OpenSSH 阅读全文
posted @ 2024-04-07 10:39 jinzhenshui 阅读(144) 评论(0) 推荐(0)
  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)
  2024年4月3日
摘要: 安装依赖,依照手册编译、打包、安装即可。 yum clean all yum install -y centos-release-ceph-nautilus epel-release redhat-lsb-core yum makecache yum install -y gcc gcc-c++ m 阅读全文
posted @ 2024-04-03 16:11 jinzhenshui 阅读(251) 评论(0) 推荐(0)
  2024年4月1日
摘要: ceph-authtool 创建初始mon.账号keyring并赋权(简单起见,所有权限)。 直接编辑临时keyring,根据自己的群集进行复制mon.并重新命名账号即可。这才是最最简单的做法,哈哈哈! 创建ceph.conf,只要包含必要的global配置即可。 为方便管理起见,创建(复制)cep 阅读全文
posted @ 2024-04-01 16:40 jinzhenshui 阅读(150) 评论(0) 推荐(0)
上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 151 下一页