-
Notifications
You must be signed in to change notification settings - Fork 105
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
feat(ZFSPV): zfs-localpv initial commit #1
Conversation
41cfe18
to
d8c228c
Compare
Codecov Report
@@ Coverage Diff @@
## master #1 +/- ##
=========================================
Coverage ? 89.55%
=========================================
Files ? 1
Lines ? 67
Branches ? 0
=========================================
Hits ? 60
Misses ? 7
Partials ? 0
Continue to review full report at Codecov.
|
3f7694c
to
5bdaab8
Compare
Signed-off-by: Pawan <pawan@mayadata.io>
Signed-off-by: Pawan <pawan@mayadata.io>
df1cf7b
to
209efcf
Compare
provisioning and deprovisioning of the volumes on the node where zfs pool has already been setup. Pool name and the volume parameters has to be given in storage class which will be used to provision the volume. Signed-off-by: Pawan <pawan@mayadata.io>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good one. Accepting this to make sure we polish further on readme and docs.
support dynamic provisioning of volumes via CSI using ZFS dataset that are running on local nodes.
OEP link : openebs/openebs#2705