Skip to content

Releases: TrilliumIT/docker-rbd-plugin

v0.2.3

Choose a tag to compare

@clinta clinta released this 24 Feb 17:37
enable verbose logging option

v0.2.2

Choose a tag to compare

@clinta clinta released this 24 Feb 14:41
bug fix causing panic on volume ls, returning slice with nil volumes

v0.2.1

Choose a tag to compare

@clinta clinta released this 24 Feb 13:36
add graceful shutdown

Release v0.2.0

Choose a tag to compare

@clinta clinta released this 19 Feb 17:47
v0.2.0
This is a major update, and not compatible with 0.1. When upgrading you
will need to stop the service and ensure that all images are unmounted
before starting the new service.

The major improvement is that this version uses ceph's built in
exclusive-lock instead of maintaing locks in the daemon. And the use of
ceph-nbd to mount images as nbd volumes.

Socket activation is now supported, and the included systemd socket can
be used.

A new tool rbd-snap was added to this project for maintaining and mounting
snapshots so they can be backed up.

v0.1.3

Choose a tag to compare

@travishegner travishegner released this 13 Jun 16:51
bump version

v0.1.2

Choose a tag to compare

@travishegner travishegner released this 12 Jun 14:44
let's do a full unmount instead of only releasing the lock

v0.1.1

Choose a tag to compare

@travishegner travishegner released this 12 Jun 14:11
update version

v0.1.0

Choose a tag to compare

@travishegner travishegner released this 09 Mar 16:29
print version at start

v0.0.9

Choose a tag to compare

@travishegner travishegner released this 14 Apr 18:29
upgrade dependencies

v0.0.8

Choose a tag to compare

@travishegner travishegner released this 14 Apr 18:19
check if the lock is mine in islocked