Skip to content

Commit

Permalink
HDDS-11859. Remove mention of fuse from s3 interface docs page (#7530)
Browse files Browse the repository at this point in the history
  • Loading branch information
errose28 authored Dec 4, 2024
1 parent e17f92c commit cb0a402
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 15 deletions.
2 changes: 1 addition & 1 deletion hadoop-hdds/docs/content/interface/CSI.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
7 changes: 0 additions & 7 deletions hadoop-hdds/docs/content/interface/S3.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
7 changes: 0 additions & 7 deletions hadoop-hdds/docs/content/interface/S3.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

0 comments on commit cb0a402

Please sign in to comment.