[root@localhost ~]# df -h Filesystem Size Used Avail Use% Mounted on /dev/sda1 77G 3.7G 70G 6% / tmpfs 499M 0 499M 0% /dev/shm g1:test-volume 77G 3.8G 70G 6% /mnt/gfs 客户端2挂载: [root@localhost ~]# mkdir /mnt/gfs [root@localhost ~]# mount -t glusterfs g2:test-volume /mnt/gfs [root@localhost ~]# df -h Filesystem Size Used Avail Use% Mounted on /dev/sda1 77G 3.8G 70G 6% / tmpfs 499M 0 499M 0% /dev/shm g2:test-volume 77G 3.8G 70G 6% /mnt/gfs 可以看到g1和g2都支持挂载。 gluster支持的参 [root@localhost ~]# gluster help #查看参数 安装配置完成。 |