Skip to content

Releases: hervenicol/docker-plugin-cinder

v0.10.0

06 Dec 15:50
Compare
Choose a tag to compare
  • error handling at mount: umount/cleanup if mount fails

v0.9.0

20 Aug 12:14
8927730
Compare
Choose a tag to compare
  • luks encryption support
  • fix (retry) mount error "mkdir - file exists"

v0.8.0

19 Jul 14:54
Compare
Choose a tag to compare
  • fix did not umount when volume is broken

v0.7.0

14 Apr 09:12
Compare
Choose a tag to compare
  • fix label too long errors at mkfs
  • Configurable timeouts and delays: timeoutVolumeState, timeoutDeviceWait, delayVolumeState, delayDeviceWait
  • Improve config / command line parameters

v0.6.0

02 Apr 20:11
Compare
Choose a tag to compare
  • BREAKING: now creates a directory at the root of the volumes - eases giving specific access rights to a volume, and makes it compatible with rexray volumes. Use "volumeSubDir": "" in config for previous behaviour.

v0.5.0

31 Mar 16:22
Compare
Choose a tag to compare
  • Support for "type" volume option (defaults to "classic")
  • Config file can set default volume size and default volume type

v0.4.0

31 Mar 12:40
Compare
Choose a tag to compare
  • Switched from virtio to qemu, for OVH compatibility
  • configurable filesystem for new volumes