Skip to content

Commit

Permalink
fix(doc): Resolving the typo error in README doc
Browse files Browse the repository at this point in the history
Signed-off-by: Aman Gupta <aman.gupta@mayadata.io>
  • Loading branch information
w3aman authored and pawanpraka1 committed Jan 28, 2020
1 parent 896a603 commit d826d1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ kind: StorageClass
metadata:
name: openebs-zfspv
parameters:
volblockdsize: "4k"
volblocksize: "4k"
compression: "off"
dedup: "off"
fstype: "ext4"
Expand Down Expand Up @@ -281,7 +281,7 @@ spec:
```

After the deployment of the application, we can go to the node and see that the zfs volume is being used
by the application for reading/writting the data and space is consumed form the ZFS pool.
by the application for reading/writting the data and space is consumed from the ZFS pool.

Also we can check the kubernetes resource for the corresponding zfs volume

Expand Down

0 comments on commit d826d1d

Please sign in to comment.