morningman commented on a change in pull request #6298:
URL: https://github.com/apache/incubator-doris/pull/6298#discussion_r676154678



##########
File path: docs/zh-CN/installing/install-deploy.md
##########
@@ -159,7 +162,23 @@ BROKER 当前没有,也不需要 priority\_networks 这个选项。Broker 的
 
 * 修改所有 BE 的配置
 
-    修改 be/conf/be.conf。主要是配置 
`storage_root_path`:数据存放目录。默认在be/storage下,需要**手动创建**该目录。多个路径之间使用 `;` 
分隔(最后一个目录后不要加 `;`)。如果be部署在hadoop集群中,注意调整be.conf中的`webserver_port = 
8040`,以免造成断开冲突
+    修改 be/conf/be.conf。主要是配置 
`storage_root_path`:数据存放目录。默认在be/storage下,需要**手动创建**该目录。多个路径之间使用英文状态的分号 `;` 
分隔(**最后一个目录后不要加 `;`**)。可以通过路径区别存储目录的介质,HDD或SSD。可以添加容量限制在每个路径的末尾,通过英文状态逗号`,`隔开。
+
+    **注意:如果是SSD磁盘要在目录后面加上`.SSD`,HDD磁盘在目录后面加`.HDD`**
+
+    示例如下:
+
+    
`storage_root_path=/home/disk1/doris.HDD,50;/home/disk2/doris.SSD,10;/home/disk2/doris`
+
+    示例说明
+
+    - /home/disk1/doris.HDD, 50  : 表示存储限制为50GB, HDD;
+    - /home/disk2/doris.SSD 10,存储限制为10GB,SSD;
+    - /home/disk2/doris,存储限制为磁盘最大容量,默认为HDD
+
+* BE webserver_port端口配置
+
+    如果 be 部署在 hadoop 集群中,注意调整 be.conf 中的 `webserver_port = 8040` ,以免造成断开冲突

Review comment:
       ```suggestion
       如果 be 部署在 hadoop 集群中,注意调整 be.conf 中的 `webserver_port = 8040` ,以免造成端口冲突
   ```

##########
File path: docs/zh-CN/installing/install-deploy.md
##########
@@ -159,7 +162,23 @@ BROKER 当前没有,也不需要 priority\_networks 这个选项。Broker 的
 
 * 修改所有 BE 的配置
 
-    修改 be/conf/be.conf。主要是配置 
`storage_root_path`:数据存放目录。默认在be/storage下,需要**手动创建**该目录。多个路径之间使用 `;` 
分隔(最后一个目录后不要加 `;`)。如果be部署在hadoop集群中,注意调整be.conf中的`webserver_port = 
8040`,以免造成断开冲突
+    修改 be/conf/be.conf。主要是配置 
`storage_root_path`:数据存放目录。默认在be/storage下,需要**手动创建**该目录。多个路径之间使用英文状态的分号 `;` 
分隔(**最后一个目录后不要加 `;`**)。可以通过路径区别存储目录的介质,HDD或SSD。可以添加容量限制在每个路径的末尾,通过英文状态逗号`,`隔开。
+
+    **注意:如果是SSD磁盘要在目录后面加上`.SSD`,HDD磁盘在目录后面加`.HDD`**
+
+    示例如下:
+
+    
`storage_root_path=/home/disk1/doris.HDD,50;/home/disk2/doris.SSD,10;/home/disk2/doris`
+
+    示例说明
+
+    - /home/disk1/doris.HDD, 50  : 表示存储限制为50GB, HDD;

Review comment:
       ```suggestion
       - /home/disk1/doris.HDD, 50,表示存储限制为50GB, HDD;
   ```




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to