File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
docs/zh/installation/linux Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -74,6 +74,8 @@ firewall-cmd --reload
7474
7575### 2.3 主机名(单机单盘和单机多盘可跳过此步骤)
7676
77+ > 单机单盘、单机多盘不设置主机别名,请跳过此步骤。
78+
7779创建 RustFS 集群必须要使用 ** 相同的、具备连续性** 的主机名。有两种方式实现连续性的主机名:
7880
7981** 1. DNS 配置:**
Original file line number Diff line number Diff line change @@ -13,16 +13,16 @@ description: "使用RustFS一键安装包快速进行Linux环境下的部署安
1313
14141 . 请明确您的三种安装启用模式:
1515
16- 1 . [ 单机单盘模式(SNSD)] ( ./single-node-single-disk.md )
17- 2 . [ 单机多盘模式(SNMD)] ( ./single-node-multiple-disk.md )
18- 3 . [ 多机多盘模式(MNMD)] ( ./multiple-node-multiple-disk.md )
16+ 1 . 单机单盘模式(SNSD)
17+ 2 . 单机多盘模式(SNMD)
18+ 3 . 多机多盘模式(MNMD)
1919
20202 . [ 安装前检查] ( ../checklists/index.md ) ,确保各项指标符合生产指导特征,若不需要生产标准可不阅读此指导;
2121
2222
2323## 二、快速安装
2424
25- 使用快速安装脚本,实现的是SNSD (单机单盘)模式安装 ,脚本如下:
25+ 使用快速安装脚本,实现的是 ** SNSD (单机单盘)** 模式快速安装 ,脚本如下:
2626
2727~~~
2828curl -O https://rustfs.com/install_rustfs.sh && bash install_rustfs.sh
You can’t perform that action at this time.
0 commit comments