随笔分类 - 存储
摘要:# kodbox+minio实现存储可视化 挂载端安装s3fs-fuse apt install s3fs-fuse https://github.com/s3fs-fuse/s3fs-fuse 挂载minio https://github.com/lukewaite/cookbook/blob/m
阅读全文
摘要:原文:https://www.onitroad.com/jc/linux/how-to-enable-tlsssl-encryption-with-glusterfs-storage-cluster-on-linux.html 需求: 实现通过加密手段实现K8S利用glusterfs做为后端存储。
阅读全文
摘要:server端 首先创建一个虚拟卷 chmod 777 /bricks -R 安装nfs-ganesha yum -y install centos-release-gluster6 yum -y install nfs-ganesha nfs-ganesha-gluster 修改nfs-ganes
阅读全文