08_創(chuàng)建CephFS服務(wù)
2023-03-22 20:31 作者:小明說(shuō)IT | 我要投稿

創(chuàng)建cephfs
#創(chuàng)建
ceph fs volume create cephfs-demo "ceph01"
#查看狀態(tài)
ceph fs status cephfs-demo
#創(chuàng)建nfs集群pool
ceph orch apply nfs nfs-share
#查看
ceph nfs cluster info nfs-share
Dashboard配置NFS服務(wù)
Linux客戶(hù)機(jī)掛載NFS
#安裝nfs-utils
yum -y install nfs-utils
#掛載創(chuàng)建的cephfs-demo
mount -t nfs 192.168.0.191:/nfsdemo /mnt/
#查看掛載情況
df
標(biāo)簽: