GlusterFS - 为什么不建议使用根分区?

时间:2017-12-28 02:11:27

标签: glusterfs

我计划使用glusterfs设置一些节点来创建分布式复制卷

我使用主(且唯一)分区上的目录在两个节点上创建了一个gluster复制卷。

gluster volume create vol_dist-replica replica 2 transport tcp 10.99.0.3:/glusterfs/dist-replica 10.99.0.4:/glusterfs/dist-replica

这返回了以下警告

volume create: vol_dist-replica: failed: The brick 10.99.0.3:/glusterfs/dist-replica is being created in the root partition. It is recommended that you don't use the system's root partition for storage backend. Or use 'force' at the end of the command if you want to override this behavior.

所以我最后使用了force并创建了卷。然后我就可以将gluster卷挂载到本地目录。

我的问题是,为什么不推荐使用root分区?

我只能想到系统可能永远不会因 xyz 原因而启动的明显原因,因此您将失去一个节点的砖块内容。但是当然,如​​果您有足够的节点你应该能从中恢复吗?

1 个答案:

答案 0 :(得分:1)

下面是为什么不这样做的示例:

  

volume remove-brick提交力:失败:卷X不存在

     

群集中没有卷

     

卷创建:X:失败:/ export / gv01 / brick或其前缀为   已经是卷的一部分

我无法逃脱的完美循环。