hwl198212 发表于 2019-2-1 11:39:37

CloudStack4.10+GlusterFS4.10测试

  CloudStack4.10测试
测试环境
IP                         系统   虚拟化工具            服务                        账户/密码
192.168.2.185 Centos7.2   KVM         NFS/manage/Agent             root/123456
192.168.2.203 Centos7.2    KVM                   Agent                           root/123456
192.168.2.244 Centos7.2    KVM                   Agent                            root/1234
  

  安装过程省略,,,,,
  只简单做下笔记记录。。。。

  

  创建分布式存储卷
gluster volume create NFS replica 4 cloudstack01:/data/primarycloudstack02:/data/primarycloudstack03:/data/primarycloudstack04:/data/primary force      (磁盘空间利用率为集群1/4)
gluster volume create NFS replica 2 cloudstack01:/data/primarycloudstack02:/data/primarycloudstack03:/data/primarycloudstack04:/data/primary force      (磁盘空间利用率为集群一半)
gluster volume create GFS replica 2 cloudstack01:/data/secondarycloudstack02:/data/secondary cloudstack03:/data/secondary cloudstack04:/data/secondary force
客户端挂载测试
mount -t glusterfs cloudstack03:/NFS /mnt


cat > /etc/yum.repos.d/cloudstack.repo
页: [1]
查看完整版本: CloudStack4.10+GlusterFS4.10测试