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

diwu 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 9f0fab8823 [typo](docs)Change the lowercase letters of the disk type 
example to uppercase (#16557)
9f0fab8823 is described below

commit 9f0fab8823453e5926d3861b63a9cd5418003e9f
Author: yongkang.zhong <[email protected]>
AuthorDate: Thu Feb 9 20:33:20 2023 +0800

    [typo](docs)Change the lowercase letters of the disk type example to 
uppercase (#16557)
---
 docs/en/docs/install/install-deploy.md    | 6 +++---
 docs/zh-CN/docs/install/install-deploy.md | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/docs/en/docs/install/install-deploy.md 
b/docs/en/docs/install/install-deploy.md
index c82fe3e8ae..228cf9895f 100644
--- a/docs/en/docs/install/install-deploy.md
+++ b/docs/en/docs/install/install-deploy.md
@@ -216,13 +216,13 @@ See the `lower_case_table_names` section in 
[Variables](../../advanced/variables
 
   Note: You do not need to add the `.SSD` or `.HDD` suffix, but to specify the 
medium in the `storage_root_path` parameter
 
-    
`storage_root_path=/home/disk1/doris,medium:hdd;/home/disk2/doris,medium:ssd`
+    
`storage_root_path=/home/disk1/doris,medium:HDD;/home/disk2/doris,medium:SSD`
       
   **Description**
       
 
-    * 1./home/disk1/doris,medium:hdd  :  The storage medium is HDD;
-    * 2./home/disk2/doris,medium:ssd  :  The storage medium is SSD.
+    * 1./home/disk1/doris,medium:HDD  :  The storage medium is HDD;
+    * 2./home/disk2/doris,medium:SSD  :  The storage medium is SSD.
 
 * BE webserver_port configuration
 
diff --git a/docs/zh-CN/docs/install/install-deploy.md 
b/docs/zh-CN/docs/install/install-deploy.md
index f7a86f9ac1..a04dbfb914 100644
--- a/docs/zh-CN/docs/install/install-deploy.md
+++ b/docs/zh-CN/docs/install/install-deploy.md
@@ -211,12 +211,12 @@ doris默认为表名大小写敏感,如有表名大小写不敏感的需求需
 
   **注意:不论HDD磁盘目录还是SSD磁盘目录,都无需添加后缀,storage_root_path参数里指定medium即可**
 
-  `storage_root_path=/home/disk1/doris,medium:hdd;/home/disk2/doris,medium:ssd`
+  `storage_root_path=/home/disk1/doris,medium:HDD;/home/disk2/doris,medium:SSD`
 
   **说明**
 
-    - /home/disk1/doris,medium:hdd: 表示存储介质是HDD;
-    - /home/disk2/doris,medium:ssd: 表示存储介质是SSD;
+    - /home/disk1/doris,medium:HDD: 表示存储介质是HDD;
+    - /home/disk2/doris,medium:SSD: 表示存储介质是SSD;
 
 * BE webserver_port端口配置
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to