We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is this broken?
Docker verison: 17.05.0-ce, build 89658be RexRax: v0.9.1 DVDCLI: Stable
dvdcli create --volumedriver=rexray/ebs --volumename=test123456789 --volumeopts=size=5 --volumeopts=iops=150 --volumeopts=volumetype=io1 --volumeopts=newFsType=ext4 --volumeopts=overwritefs=true
Results in:
WARN[0000] Unable to locate plugin: rexray/ebs, retrying in 1s WARN[0001] Unable to locate plugin: rexray/ebs, retrying in 2s
The reason I am using rexray/ebs is that the documents says it mimics that of the docker binary. Which requires rexray/ebs
docker volume create --driver rexray/ebs --name test-vol-1
^ This works
I have also tried with and without and changing to various other rexray examples.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is this broken?
Docker verison: 17.05.0-ce, build 89658be
RexRax: v0.9.1
DVDCLI: Stable
Results in:
The reason I am using rexray/ebs is that the documents says it mimics that of the docker binary. Which requires rexray/ebs
^ This works
I have also tried with and without and changing to various other rexray examples.
The text was updated successfully, but these errors were encountered: