Skip to content

Releases: RedCoolBeans/docker-volume-beegfs

0.4.0

22 May 06:01
e704026
Compare
Choose a tag to compare
Merge pull request #6 from serge-medvedev/driver-fits-new-volume-api

driver is fixed according to the latest changes in volume library interface

0.3.0

07 Mar 09:07
Compare
Choose a tag to compare

This release completely reworked how the plugin keeps track of volumes and as a result of this, setting volume options is now supported! Right now the only supported option is root, which allows for creating volumes on multiple BeeGFS mounts. By default /mnt/beegfs is used, but now you can create volumes on any arbitrary BeeGFS mountpoint.

Please refer to the README for installation instructions and usage details.

0.2.0

03 Mar 10:47
Compare
Choose a tag to compare

The primary change for this release is support for Docker 1.10.

Please refer to the README for installation instructions and usage details.

0.1.1

05 Jan 12:49
Compare
Choose a tag to compare

This release contains various code-cleanups and minor tweaking. The primary user-visible changes are:

  • logging is much more silent by default (toggle with -verbose=true)
  • .deb package for systemd-based Debian-like distributions (e.g. Debian 8)

Please refer to the README for installation instructions and usage details.

0.1.0

15 Dec 15:22
Compare
Choose a tag to compare

First public release of the Docker Volume plugin for BeeGFS. Please have a look at the README for installation instructions and usage details.