Task #594
Cập nhật bởi Thanh Tâm Nguyễn cách đây khoảng 1 năm
Yêu cầu: Tạo VM NFS-GW3 với template có sẵn, cấu hình theo thông tin mô hình https://app.diagrams.net/#G1X_YO4-27NhNHR6IFqTAFhIKc6HIDmilN#%7B%22pageId%22%3A%22uQYFECtXCGV6YLrobutL%22%7D Export 2 folder MAIL và BK-CORE chỉ cho 4 IP truy cập 10.0.34.218 10.0.34.123 10.0.34.171 10.0.34.235 Tham khảo 2 export EXPORT { Export_Id = 103; Path = /BK-CORE; Protocols = 3,4; Pseudo = /BK-CORE/; Access_Type = RW; Disable_ACL = True; SecType = sys; Attr_Expiration_Time = 0; Transports = UDP, TCP; Squash = No_root_squash; # Exporting FSAL FSAL { Name = CEPH; Filesystem = "cephfs"; } CLIENT { clients = 10.8.16.254; Access_type = "RW"; } } EXPORT { Export_Id = 104; Path = /BK-MAIL; Protocols = 3,4; Pseudo = /BK-MAIL/; Access_Type = NONE; Disable_ACL = True; SecType = sys; Attr_Expiration_Time = 0; Transports = UDP, TCP; Squash = No_root_squash; # Exporting FSAL FSAL { Name = CEPH; Filesystem = "cephfs"; } CLIENT { clients = 10.8.16.21; Access_type = "RW"; } CLIENT { clients = 10.0.34.235; Access_type = "RW"; } CLIENT { clients = 10.8.10.248; Access_type = "RW"; } CLIENT { clients = 10.8.14.248; Access_type = "RW"; } } ========================================================= ================================================ ================================== hostnamectl set-hostname nfs-ganesha3 nano /etc/netplan/00-installer-config.yaml  netplan apply apt update apt -y install nfs-ganesha-ceph nano /etc/ganesha/ganesha.conf https://docs.google.com/document/d/1Cm1PiPD7fBZUD2RYG7meL4xgQK0WVJvv2IYM6Y-PEEU/edit?usp=sharing 