From d826d1dcb8aa3bc9acd383c05ae2178d359b50ab Mon Sep 17 00:00:00 2001 From: Aman Gupta Date: Tue, 28 Jan 2020 12:17:56 +0530 Subject: [PATCH] fix(doc): Resolving the typo error in README doc Signed-off-by: Aman Gupta --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 79b0610..d84ad85 100644 --- a/README.md +++ b/README.md @@ -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