Skip to content

Commit a69e218

Browse files
committed
Add notice
1 parent eb7aa95 commit a69e218

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

docs/zh/installation/linux/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ firewall-cmd --reload
7474

7575
### 2.3 主机名(单机单盘和单机多盘可跳过此步骤)
7676

77+
> 单机单盘、单机多盘不设置主机别名,请跳过此步骤。
78+
7779
创建 RustFS 集群必须要使用 **相同的、具备连续性** 的主机名。有两种方式实现连续性的主机名:
7880

7981
** 1. DNS 配置:**

docs/zh/installation/linux/quick-start.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,16 @@ description: "使用RustFS一键安装包快速进行Linux环境下的部署安
1313

1414
1. 请明确您的三种安装启用模式:
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

2020
2. [安装前检查](../checklists/index.md),确保各项指标符合生产指导特征,若不需要生产标准可不阅读此指导;
2121

2222

2323
## 二、快速安装
2424

25-
使用快速安装脚本,实现的是SNSD(单机单盘)模式安装,脚本如下:
25+
使用快速安装脚本,实现的是 **SNSD(单机单盘)** 模式快速安装,脚本如下:
2626

2727
~~~
2828
curl -O https://rustfs.com/install_rustfs.sh && bash install_rustfs.sh

0 commit comments

Comments
 (0)