From 2b6173f7e6ec0364bcfdced6b6f963a47de89d0b Mon Sep 17 00:00:00 2001 From: leonrayang Date: Wed, 24 Dec 2025 10:15:48 +0800 Subject: [PATCH] fix(doc): Delete and update the usage of some outdated project names @formatter:off Signed-off-by: leonrayang --- docs-zh/source/evaluation/tiny.md | 2 +- docs/source/evaluation/tiny.md | 2 +- docs/source/faq/development.md | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs-zh/source/evaluation/tiny.md b/docs-zh/source/evaluation/tiny.md index f90303e6d..d73fd1268 100755 --- a/docs-zh/source/evaluation/tiny.md +++ b/docs-zh/source/evaluation/tiny.md @@ -8,7 +8,7 @@ ``` bash #!/bin/bash set -e -TARGET_PATH="/home/service/chubaofs/adls/mnt-perform-test" # mount point of CubeFS volume +TARGET_PATH="/home/service/cubefs/adls/mnt-perform-test" # mount point of CubeFS volume for FILE_SIZE in 1024 2048 4096 8192 16384 32768 65536 131072 # file size do CMD="/usr/lib64/openmpi/bin/mpirun --allow-run-as-root -mca plm_rsh_args '-p 18822' -np 512 --hostfile hfile64 mdtest -n 1000 -w $FILE_SIZE -e $FILE_SIZE -y -u -i 3 -N 1 -F -R -d $TARGET_PATH" diff --git a/docs/source/evaluation/tiny.md b/docs/source/evaluation/tiny.md index eb5da3889..2c87cfaf2 100755 --- a/docs/source/evaluation/tiny.md +++ b/docs/source/evaluation/tiny.md @@ -7,7 +7,7 @@ The results of the small file performance test by [mdtest](https://github.com/LL ``` bash #!/bin/bash set -e -TARGET_PATH="/home/service/chubaofs/adls/mnt-perform-test" # mount point of CubeFS volume +TARGET_PATH="/home/service/cubefs/adls/mnt-perform-test" # mount point of CubeFS volume for FILE_SIZE in 1024 2048 4096 8192 16384 32768 65536 131072 # file size do CMD="/usr/lib64/openmpi/bin/mpirun --allow-run-as-root -mca plm_rsh_args '-p 18822' -np 512 --hostfile hfile64 mdtest -n 1000 -w $FILE_SIZE -e $FILE_SIZE -y -u -i 3 -N 1 -F -R -d $TARGET_PATH" diff --git a/docs/source/faq/development.md b/docs/source/faq/development.md index eba59ab23..e014dcc82 100755 --- a/docs/source/faq/development.md +++ b/docs/source/faq/development.md @@ -2,6 +2,6 @@ - In December 2022, CubeFS was successfully promoted to a CNCF graduation project. - In July 2022, CubeFS was successfully promoted to a CNCF incubation project. -- In March 2022, an incubation application was submitted to CNCF. It was discovered that ChubaoFS was difficult to pronounce in English, so it was renamed CubeFS. +- In March 2022, an incubation application was submitted to CNCF. - In August 2020, OPPO joined the open-source project and became a core contributor and main promoter. -- In June 2019, JD.com donated ChubaoFS to the Cloud Native Computing Foundation (CNCF) and entered the CNCF sandbox project in December 2019. \ No newline at end of file +- In June 2019, JD.com donated CubeFS to the Cloud Native Computing Foundation (CNCF) and entered the CNCF sandbox project in December 2019. \ No newline at end of file