[fixed]wrong chars

change chars
pull/355/head
Marico 2019-04-09 10:45:31 +08:00 committed by GitHub
parent 42041778da
commit e11989d68e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ State: Peer in Cluster (Connected)
GlusterFS中的volume的模式有很多中包括以下几种
- **分布卷(默认模式)**即DHT, 也叫 分布卷: 将文件hash算法随机分布到 一台服务器节点中存储。
- **分布卷(默认模式)**即DHT, 也叫 分布卷: 将文件hash算法随机分布到 一台服务器节点中存储。
- **复制模式**即AFR, 创建volume 时带 replica x 数量: 将文件复制到 replica x 个节点中。
- **条带模式**即Striped, 创建volume 时带 stripe x 数量: 将文件切割成数据块,分别存储到 stripe x 个节点中 ( 类似raid 0 )。
- **分布式条带模式**最少需要4台服务器才能创建。 创建volume 时 stripe 2 server = 4 个节点: 是DHT 与 Striped 的组合型。