From 4d5724b877b458dc917e3e4aace9611d777a91d9 Mon Sep 17 00:00:00 2001 From: Ethan Rose Date: Wed, 4 Dec 2024 13:22:01 -0500 Subject: [PATCH] Remove fuse from S3 page and fix typo --- hadoop-hdds/docs/content/interface/CSI.md | 2 +- hadoop-hdds/docs/content/interface/S3.md | 7 ------- hadoop-hdds/docs/content/interface/S3.zh.md | 7 ------- 3 files changed, 1 insertion(+), 15 deletions(-) diff --git a/hadoop-hdds/docs/content/interface/CSI.md b/hadoop-hdds/docs/content/interface/CSI.md index 59b24c94d197..84bd89c049e2 100644 --- a/hadoop-hdds/docs/content/interface/CSI.md +++ b/hadoop-hdds/docs/content/interface/CSI.md @@ -57,7 +57,7 @@ Now, create the CSI related resources by execute the follow command. kubectl create -f /ozone/kubernetes/examples/ozone/csi ``` -## Crete pv-test and visit the result. +## Create pv-test and visit the result. Create pv-test related resources by execute the follow command. diff --git a/hadoop-hdds/docs/content/interface/S3.md b/hadoop-hdds/docs/content/interface/S3.md index 1d0c5dcb4cca..c2f0f3af9b97 100644 --- a/hadoop-hdds/docs/content/interface/S3.md +++ b/hadoop-hdds/docs/content/interface/S3.md @@ -163,10 +163,3 @@ Or aws s3 ls --endpoint http://localhost:9878 s3://buckettest ``` -### S3 Fuse driver (goofys) - -[Goofys](https://github.com/kahing/goofys) is a S3 FUSE driver. As Ozone S3 gateway is AWS S3 compatible, it can be used to mount any Ozone buckets as an OS level mounted filesystem. - -```bash -goofys --endpoint http://localhost:9878 bucket1 /mount/bucket1 -``` diff --git a/hadoop-hdds/docs/content/interface/S3.zh.md b/hadoop-hdds/docs/content/interface/S3.zh.md index e3b133a0e164..370098e091e2 100644 --- a/hadoop-hdds/docs/content/interface/S3.zh.md +++ b/hadoop-hdds/docs/content/interface/S3.zh.md @@ -142,10 +142,3 @@ aws s3api --endpoint http://localhost:9878 create-bucket --bucket buckettest aws s3 ls --endpoint http://localhost:9878 s3://buckettest ``` -### S3 Fuse 驱动(goofys) - -Goofys 是一个 S3 FUSE 驱动,可以将 Ozone 的桶挂载到 POSIX 文件系统。 - -```bash -goofys --endpoint http://localhost:9878 bucket1 /mount/bucket1 -```