gluster stripe-coalesce选项详解

GlusterFS stripe-coalesce选项help信息如下:


Option: cluster.stripe-coalesce

Default Value: true

Description: Enable/Disable coalesce mode to flatten striped files as stored on the server (i.e., eliminate holes caused by the traditional format).

在glsuter 3.4版本中,默认值为false

在gluster 3.6版本中,默认值改为true

该选项对条带卷有效,禁用后,条带卷下的文件会以稀疏文件的形式进行存放,启用后,每个brick上的文件内容块会连续存放。

功能说明如下图:

wKioL1YgovbiE27cAANTiG_5P-A163.jpg

图片引自:Anna gluster分析PPT


你可能感兴趣的:(详解,GlusterFS,stripe-coalesce)