Skip to content

Instantly share code, notes, and snippets.

View akutz's full-sized avatar

Andrew Kutz akutz

View GitHub Profile
@akutz
akutz / README.md
Last active June 14, 2017 23:29
REX-Ray+CSI: Once more unto the breach

REX-Ray+CSI: Once more unto the breach

This document outlines the roadmap for supporting CSI with libStorage and REX-Ray:

Release Description
R1 Initial CSI compatibility
R2 CNCF-ready
R3 Reference CSI implementation
@akutz
akutz / README.md
Last active June 14, 2017 23:58
REX-Ray+CSI: Once more unto the breach

REX-Ray+CSI: Once more unto the breach

This document outlines the roadmap for supporting CSI with libStorage and REX-Ray:

Release Description
R1 Initial CSI compatibility
R2 CNCF-ready
R3 Reference CSI implementation
$ ./build.sh -t plugin -d ebs
building REX-Ray (this may take a few minutes)
Builder.............. docker
Version.............. 0.9.1+14+dirty
Plug-in.............. Yes
REX-Ray.............. local
Sending build context to Docker daemon 214.4MB
@akutz
akutz / csi.mk
Last active June 28, 2017 17:08
################################################################################
## csi.mk - include to generate csi protobuf & go sources ##
## ##
## envars: ##
## ##
## CSI_SPEC_FILE the path to a local spec file used to generate ##
## the protobuf ##
## ##
## if specified then the CSI_GIT_* and other ##
## CSI_SPEC_* variables are ignored ##
{
"package": {
"name": "stable",
"repo": "rexray",
"subject": "emccode"
},
"version": {
"name": "0.9.2+852+dirty",
"desc": "0.9.2+852+dirty.Sha.470eee770061dde9395bd353cb01315dab04d71f",
"released": "17-08-04",

#REX-Ray Build 261159874 This gist contains information about REX-Ray build 261159872, job 261159874.

Key Value
Binary rexray
MD5Sum
SemVer 0.9.2+854+dirty

REX-Ray Build 261159874

This gist contains information about REX-Ray build 261159872, job 261159874.

Key Value
Binary rexray
MD5Sum 90acd33b5e955f1343ffe2ec0250d9fa
SemVer 0.9.2+854+dirty

REX-Ray Build 261159874

This gist contains information about REX-Ray build 261159872, job 261159874.

Key Value
Binary rexray
MD5Sum 90acd33b5e955f1343ffe2ec0250d9fa
SemVer 0.9.2+855+dirty
@akutz
akutz / README.md
Last active September 29, 2021 06:52
Skeleton Files for Creating a Docker Plug-in with REX-Ray

REX-Ray Docker Plug-in for DRIVER

$ dep ensure -v
Root project is "github.com/codedellemc/rexray"
110 transitively valid internal packages
57 external packages imported from 31 projects
(0) ✓ select (root)
(1) ? attempt golang.org/x/crypto with 1 pkgs; 1 versions to try
(1) try golang.org/x/crypto@master
(1) ✓ select golang.org/x/crypto@master w/2 pkgs
(2) ? attempt golang.org/x/oauth2 with 2 pkgs; 1 versions to try
(2) try golang.org/x/oauth2@master