This is an automated email from the ASF dual-hosted git repository.

jiafengzheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/master by this push:
     new e5f3f0e730 [typo](docs) mix of SSD and HDD disks should specify the 
storage directory only (#12309)
e5f3f0e730 is described below

commit e5f3f0e730debbcb314c3401af3e54a930b5ad22
Author: lsy3993 <110876560+lsy3...@users.noreply.github.com>
AuthorDate: Mon Sep 5 09:23:34 2022 +0800

    [typo](docs) mix of SSD and HDD disks should specify the storage directory 
only (#12309)
    
     add notice of storage
---
 docs/en/docs/admin-manual/config/be-config.md    | 3 ++-
 docs/en/docs/install/install-deploy.md           | 3 ++-
 docs/zh-CN/docs/admin-manual/config/be-config.md | 3 ++-
 docs/zh-CN/docs/install/install-deploy.md        | 3 ++-
 4 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/docs/en/docs/admin-manual/config/be-config.md 
b/docs/en/docs/admin-manual/config/be-config.md
index 6120d389b7..afc983a87b 100644
--- a/docs/en/docs/admin-manual/config/be-config.md
+++ b/docs/en/docs/admin-manual/config/be-config.md
@@ -1218,7 +1218,8 @@ Shard size of StoragePageCache, the value must be power 
of two. It's recommended
 
 * Type: string
 
-* Description: data root path, separate by ';'.you can specify the storage 
medium of each root path, HDD or SSD. you can add capacity limit at the end of 
each root path, separate by ','
+* Description: data root path, separate by ';'.you can specify the storage 
medium of each root path, HDD or SSD. you can add capacity limit at the end of 
each root path, separate by ','.  
+  If the user does not use a mix of SSD and HDD disks, they do not need to 
configure the configuration methods in Example 1 and Example 2 below, but only 
need to specify the storage directory; they also do not need to modify the 
default storage media configuration of FE.  
 
     eg.1: 
`storage_root_path=/home/disk1/doris.HDD;/home/disk2/doris.SSD;/home/disk2/doris`
   
diff --git a/docs/en/docs/install/install-deploy.md 
b/docs/en/docs/install/install-deploy.md
index 90fda31a88..7502813887 100644
--- a/docs/en/docs/install/install-deploy.md
+++ b/docs/en/docs/install/install-deploy.md
@@ -191,7 +191,8 @@ See the section on `lower_case_table_names` variables in 
[Variables](../advanced
 
 * Modify all BE configurations
 
-  Modify be/conf/be.conf. Mainly configure `storage_root_path`: data storage 
directory. The default is be/storage, this directory needs to be **created 
manually** by. In multi directories case, using `;` separation (do not add `;` 
after the last directory).
+  Modify be/conf/be.conf. Mainly configure `storage_root_path`: data storage 
directory. The default is be/storage, this directory needs to be **created 
manually** by. In multi directories case, using `;` separation (do not add `;` 
after the last directory).   
+  If the user does not use a mix of SSD and HDD disks, they do not need to 
configure the configuration methods in Example 1 and Example 2 below, but only 
need to specify the storage directory; they also do not need to modify the 
default storage media configuration of FE.  
 
     eg.1: 
 
diff --git a/docs/zh-CN/docs/admin-manual/config/be-config.md 
b/docs/zh-CN/docs/admin-manual/config/be-config.md
index 1861316c76..6ac6237ab0 100644
--- a/docs/zh-CN/docs/admin-manual/config/be-config.md
+++ b/docs/zh-CN/docs/admin-manual/config/be-config.md
@@ -1224,7 +1224,8 @@ StoragePageCache的分片大小,值为 2^n (n=0,1,2,...)。建议设置为接
 
 * 类型:string
 
-* 
描述:BE数据存储的目录,多目录之间用英文状态的分号`;`分隔。可以通过路径区别存储目录的介质,HDD或SSD。可以添加容量限制在每个路径的末尾,通过英文状态逗号`,`隔开。
+* 
描述:BE数据存储的目录,多目录之间用英文状态的分号`;`分隔。可以通过路径区别存储目录的介质,HDD或SSD。可以添加容量限制在每个路径的末尾,通过英文状态逗号`,`隔开。
  
+  如果用户不是SSD和HDD磁盘混合使用的情况,不需要按照如下示例一和示例二的配置方法配置,只需指定存储目录即可;也不需要修改FE的默认存储介质配置  
 
   示例1如下:
   
diff --git a/docs/zh-CN/docs/install/install-deploy.md 
b/docs/zh-CN/docs/install/install-deploy.md
index 37b6bdf294..b55b42b32d 100644
--- a/docs/zh-CN/docs/install/install-deploy.md
+++ b/docs/zh-CN/docs/install/install-deploy.md
@@ -192,7 +192,8 @@ doris默认为表名大小写敏感,如有表名大小写不敏感的需求需
 
 * 修改所有 BE 的配置
 
-  修改 be/conf/be.conf。主要是配置 
`storage_root_path`:数据存放目录。默认在be/storage下,需要**手动创建**该目录。多个路径之间使用英文状态的分号 `;` 
分隔(**最后一个目录后不要加 `;`**)。可以通过路径区别存储目录的介质,HDD或SSD。可以添加容量限制在每个路径的末尾,通过英文状态逗号`,`隔开。
+  修改 be/conf/be.conf。主要是配置 
`storage_root_path`:数据存放目录。默认在be/storage下,需要**手动创建**该目录。多个路径之间使用英文状态的分号 `;` 
分隔(**最后一个目录后不要加 `;`**)。  
+  
可以通过路径区别存储目录的介质,HDD或SSD。可以添加容量限制在每个路径的末尾,通过英文状态逗号`,`隔开。如果用户不是SSD和HDD磁盘混合使用的情况,不需要按照如下示例一和示例二的配置方法配置,只需指定存储目录即可;也不需要修改FE的默认存储介质配置
  
 
   示例1如下:
 


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

Reply via email to