Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
```
Loading