Skip to content

Conversation

@clintkitson
Copy link
Member

This commit fixes an error that was being returned to Docker when
there were no volumes returned from a list operation.

This commit fixes an error that was being returned to Docker when
there were no volumes returned from a list operation.
@clintkitson clintkitson added this to the 0.3.2 milestone Feb 25, 2016
@clintkitson
Copy link
Member Author

Testing this further.

@akutz
Copy link
Member

akutz commented Feb 25, 2016

Are you testing this further, or is it assigned to me? If you're testing it, please assign it back to yourself until you're ready for it to be merged. Thanks.

@clintkitson
Copy link
Member Author

My fault, this is good to go.

Before

[root@localhost vagrant]# docker volume ls
list rexray: VolumeDriver.List: {"Error":"No volumes returned"}

DRIVER              VOLUME NAME

After

[root@localhost vagrant]# docker volume ls
DRIVER              VOLUME NAME
[root@localhost vagrant]# docker volume create --driver=rexray --name=test
test
[root@localhost vagrant]# docker volume ls
DRIVER              VOLUME NAME
rexray              test

akutz added a commit that referenced this pull request Feb 25, 2016
@akutz akutz merged commit 0a68ed2 into rexray:release/0.3.2 Feb 25, 2016
akutz added a commit to akutz/rexray that referenced this pull request Feb 25, 2016
FIXES
- Fixes regression in 0.3.2 RC3/RC4 resulting in no log file rexray#319
- Fixes no volumes returned on empty list rexray#322
- Fixes "Unsupported FS" when mounting/unmounting with EC2 rexray#321
akutz added a commit to akutz/rexray that referenced this pull request Mar 4, 2016
This patch marks the release of REX-Ray 0.3.2!

NEW FEATURES
* Support for Docker 1.10 and Volume Plugin Interface 1.2 rexray#273
* Stale PID File Prevents Service Start rexray#258
* Module/Personality Support rexray#275
* Isilon Preemption rexray#231
* Isilon Snapshots rexray#260
* boot2Docker Support rexray#263
* ScaleIO Dynamic Storage Pool Support rexray#267

ENHANCEMENTS
* Improved installation documentation rexray#331
* ScaleIO volume name limitation rexray#304
* Docker cache volumes for path operations rexray#306
* Config file validation rexray#312
* Better logging rexray#296
* Documentation Updates rexray#285

BUG FIXES
* Fixes issue with daemon process getting cleaned as part of
  SystemD Cgroup rexray#327
* Fixes regression in 0.3.2 RC3/RC4 resulting in no log file rexray#319
* Fixes no volumes returned on empty list rexray#322
* Fixes "Unsupported FS" when mounting/unmounting with EC2 rexray#321
* ScaleIO re-authentication issue rexray#303
* Docker XtremIO create volume issue rexray#307
* Service status is reported correctly rexray#310

UPDATES
* <del>Go 1.6 rexray#308</del>

THANK YOU
* Dan Forrest
* Kapil Jain
* Alex Kamalov
This was referenced Mar 4, 2016
akutz added a commit to akutz/rexray that referenced this pull request Jul 24, 2017
…el_link

Update link in project README to point to api model documentation
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.

2 participants