Debian6 搭建GlusterFS集群-Distributed Striped Volumes

 

    创建Distributed Striped Volumes,分布式的条带卷,既有分布式的特性又有条带卷的特性。

    在Distributed Striped卷中,条带数据在集群中横跨两个或多个节点,分布式条带数据一般用在需要高性能和扩展存储的环境中。在创建分布式条带卷时bricks的数目必须是数倍的条带数目。

    创建一个分布式条带卷,横跨四台存储服务器,stripe为2

gluster volume create Distribute-Stripe stripe 2 GlusterFS-Server1:/Distribute-Stripe GlusterFS-Server2:/Distribute-Stripe GlusterFS-Server3:/Distribute-Stripe GlusterFS-Server4:/Distribute-Stripe

   如图:

    启动分布式条带卷

gluster volume start Distribute-Stripe

    查看分布式条带卷的状态,如下图

Debian6 搭建GlusterFS集群-Distributed Striped Volumes_第1张图片

    和前几节一样,在客户端挂载即可使用。

 

你可能感兴趣的:(Debian6,搭建GlusterFS集群)