Skip to content
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

Merged
merged 3 commits into from
Sep 18, 2019
Merged

Conversation

pawanpraka1
Copy link
Contributor

support dynamic provisioning of volumes via CSI using ZFS dataset that are running on local nodes.
OEP link : openebs/openebs#2705

@codecov-io
Copy link

codecov-io commented Aug 23, 2019

Codecov Report

❗ No coverage uploaded for pull request base (master@8d81b8b). Click here to learn what that means.
The diff coverage is 89.55%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master       #1   +/-   ##
=========================================
  Coverage          ?   89.55%           
=========================================
  Files             ?        1           
  Lines             ?       67           
  Branches          ?        0           
=========================================
  Hits              ?       60           
  Misses            ?        7           
  Partials          ?        0
Impacted Files Coverage Δ
pkg/common/kubernetes/client/client.go 89.55% <89.55%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 8d81b8b...5229c6f. Read the comment docs.

@pawanpraka1 pawanpraka1 changed the title zfs-localpv initial commit feat(zfs-localpv): zfs-localpv initial commit Aug 25, 2019
@pawanpraka1 pawanpraka1 changed the title feat(zfs-localpv): zfs-localpv initial commit feat(ZFSPV): zfs-localpv initial commit Aug 25, 2019
buildscripts/install_go.sh Outdated Show resolved Hide resolved
pkg/service/v1alpha1/node.go Outdated Show resolved Hide resolved
cmd/main.go Outdated Show resolved Hide resolved
cmd/main.go Outdated Show resolved Hide resolved
cmd/main.go Outdated Show resolved Hide resolved
cmd/main.go Outdated Show resolved Hide resolved
deploy/fio.yaml Outdated Show resolved Hide resolved
deploy/pvc.yaml Outdated Show resolved Hide resolved
deploy/sc.yaml Outdated Show resolved Hide resolved
Signed-off-by: Pawan <pawan@mayadata.io>
Signed-off-by: Pawan <pawan@mayadata.io>
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>
Copy link
Member

@kmova kmova left a 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.

@kmova kmova merged commit 9f5cf44 into openebs:master Sep 18, 2019
@kmova kmova added this to the v0.1.0 milestone Nov 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants