Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update tune.md #220

Merged
merged 1 commit into from
Jan 6, 2021
Merged
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 docs/tutorial/cspc/tuning/tune.md
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ spec:
Compression values can be set at pool level only. There is no override mechanism like it was there in case of `tolerations`, `resources`, `auxResources` and `priorityClass`.
Compression value must be one of `on`,`off`,`lzjb`,`gzip`,`gzip-[1-9]`,`zle` and `lz4`.

Note: lz4 is the defualt compression algorithm that is used if the compression field is left unspecified on the cspc.
Note: lz4 is the default compression algorithm that is used if the compression field is left unspecified on the cspc.

```yml
apiVersion: cstor.openebs.io/v1
Expand Down