mirror of
https://github.com/TECHNOFAB11/zfs-localpv.git
synced 2025-12-12 06:20:11 +01:00
fix(doc): Resolving the typo error in README doc
Signed-off-by: Aman Gupta <aman.gupta@mayadata.io>
This commit is contained in:
parent
896a6032ca
commit
d826d1dcb8
1 changed files with 2 additions and 2 deletions
|
|
@ -118,7 +118,7 @@ kind: StorageClass
|
|||
metadata:
|
||||
name: openebs-zfspv
|
||||
parameters:
|
||||
volblockdsize: "4k"
|
||||
volblocksize: "4k"
|
||||
compression: "off"
|
||||
dedup: "off"
|
||||
fstype: "ext4"
|
||||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue