fix(doc): Delete and update the usage of some outdated project names

@formatter:off

Signed-off-by: leonrayang <changliang@oppo.com>
This commit is contained in:
leonrayang 2025-12-24 10:15:48 +08:00 committed by chihe
parent 43c448a75b
commit 2b6173f7e6
3 changed files with 4 additions and 4 deletions

View File

@ -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"

View File

@ -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"

View File

@ -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.
- In June 2019, JD.com donated CubeFS to the Cloud Native Computing Foundation (CNCF) and entered the CNCF sandbox project in December 2019.