基于LINUX的分布式文件系統(tǒng)GlusterFS + NFS-Ganesha
基于LINUX的,也就是用yum install就可以使用。GlusterFS是分布文件存儲系統(tǒng), 也即一個文件有三個備份,每個備份可以放到不同的節(jié)點(diǎn)(IP)上,這樣某個節(jié)點(diǎn)CRASH后,會從其他節(jié)點(diǎn)取文件。
NFS-Ganesha則是用戶層面非KERNAL層面的實(shí)現(xiàn)了NFS SERVER的功能,但雙加了擴(kuò)展,對外提供基于NFS協(xié)議的文件存取服務(wù)。
資源:
GlusterFS and NFS-Ganesha integration
https://staged-gluster-docs.readthedocs.io/en/release3.7.0beta1/Features/glusterfs_nfs-ganesha_integration/
Exporting and Unexporting Volumes through nfs-ganesha
https://access.redhat.com/documentation/en-US/Red_Hat_Storage/2.1/html/Administration_Guide/Starting_and_Stopping_nfs-ganesha.html
https://www.snia.org/sites/default/files/Poornima_NFS_GaneshaForClusteredNAS.pdf
NFS-Ganesha則是用戶層面非KERNAL層面的實(shí)現(xiàn)了NFS SERVER的功能,但雙加了擴(kuò)展,對外提供基于NFS協(xié)議的文件存取服務(wù)。
資源:
GlusterFS and NFS-Ganesha integration
https://staged-gluster-docs.readthedocs.io/en/release3.7.0beta1/Features/glusterfs_nfs-ganesha_integration/
Exporting and Unexporting Volumes through nfs-ganesha
https://access.redhat.com/documentation/en-US/Red_Hat_Storage/2.1/html/Administration_Guide/Starting_and_Stopping_nfs-ganesha.html
https://www.snia.org/sites/default/files/Poornima_NFS_GaneshaForClusteredNAS.pdf
posted on 2020-03-22 11:46 paulwong 閱讀(1073) 評論(0) 編輯 收藏 所屬分類: LINUX