-
Notifications
You must be signed in to change notification settings - Fork 0
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
[CLOSED] ZFS Provider #55
Comments
Comment by mmlb Reviewed 36 of 36 files at r1. cmd/zfs-provider/main.go, line 5 [r1] (raw file): cmd/zfs-provider/main.go, line 35 [r1] (raw file): coordinator/cmd/coordinator-cli/main.go, line 65 [r1] (raw file): coordinator/cmd/coordinator-cli/main.go, line 69 [r1] (raw file): coordinator/cmd/coordinator-cli/main.go, line 127 [r1] (raw file): providers/zfs/dataset.go, line 21 [r1] (raw file): providers/zfs/exists.go, line 12 [r1] (raw file): providers/zfs/zfs.go, line 53 [r1] (raw file): Comments from the review on Reviewable.io |
Comment by TauZero Review status: 34 of 36 files reviewed at latest revision, 8 unresolved discussions, some commit checks failed. cmd/zfs-provider/main.go, line 5 [r1] (raw file): cmd/zfs-provider/main.go, line 35 [r1] (raw file): coordinator/cmd/coordinator-cli/main.go, line 65 [r1] (raw file):
Which then can be json'd and sent along. coordinator/cmd/coordinator-cli/main.go, line 69 [r1] (raw file): coordinator/cmd/coordinator-cli/main.go, line 127 [r1] (raw file): providers/zfs/dataset.go, line 21 [r1] (raw file): providers/zfs/exists.go, line 12 [r1] (raw file): providers/zfs/zfs.go, line 53 [r1] (raw file): Comments from the review on Reviewable.io |
Comment by mmlb Reviewed 2 of 2 files at r2. providers/zfs/dataset.go, line 21 [r1] (raw file): providers/zfs/exists.go, line 12 [r1] (raw file): Comments from the review on Reviewable.io |
Comment by TauZero Review status: 35 of 36 files reviewed at latest revision, 1 unresolved discussion, some commit checks failed. providers/zfs/dataset.go, line 21 [r1] (raw file): Comments from the review on Reviewable.io |
Comment by mmlb Reviewed 1 of 1 files at r3. Comments from the review on Reviewable.io |
Comment by mmlb Reviewed 2 of 3 files at r4. Comments from the review on Reviewable.io |
Issue by TauZero
Wed Mar 16 19:20:44 2016
Originally opened as mistifyio/mistify#55
List any issues affected/resolved by this pr. https://github.com/blog/1506-closing-issues-via-pull-requests :
Resolves #40
Description:
Adds a ZFS Provider for core zfs functionality. See the
RegisterTasks
method inzfs.go
for a list of handlers that it exposes. Tests included, with updated travis file.This change is
TauZero included the following code: https://github.com/mistifyio/mistify/pull/55/commits
The text was updated successfully, but these errors were encountered: