From 308c76d1089f78f6df4c9cec16406a42a5d9f0dc Mon Sep 17 00:00:00 2001 From: Pawan Date: Tue, 10 Dec 2019 20:12:25 +0530 Subject: [PATCH 1/2] chor(doc): adding roadmap in the README Signed-off-by: Pawan --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index bf5efb337..609d40096 100644 --- a/README.md +++ b/README.md @@ -331,7 +331,9 @@ $ kubectl delete -f pvc.yaml persistentvolumeclaim "csi-zfspv" deleted ``` +## Roadmap +See [roadmap](https://github.com/orgs/openebs/projects/10). ## License [![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fopenebs%2Fzfs-localpv.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2Fopenebs%2Fzfs-localpv?ref=badge_large) From 98bfe4637757631a67d42870a37c169d88dab72a Mon Sep 17 00:00:00 2001 From: Pawan Date: Tue, 10 Dec 2019 21:20:43 +0530 Subject: [PATCH 2/2] chore(doc): review comments Signed-off-by: Pawan --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 609d40096..05515ba15 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,10 @@ CSI driver for provisioning Local PVs backed by ZFS and more. This project is under active development and considered to be in Alpha state. The current implementation only supports provisioning and de-provisioning of ZFS Volumes. Also, few properties like compression, dedup and recordsize can be provided while provisioning the volumes and can also be changed after provisioning is done. +## Roadmap + +See [roadmap](https://github.com/orgs/openebs/projects/10). + ## Usage ### Prerequisites @@ -331,9 +335,5 @@ $ kubectl delete -f pvc.yaml persistentvolumeclaim "csi-zfspv" deleted ``` -## Roadmap - -See [roadmap](https://github.com/orgs/openebs/projects/10). - ## License [![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fopenebs%2Fzfs-localpv.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2Fopenebs%2Fzfs-localpv?ref=badge_large)