Skip to content
This repository has been archived by the owner on Mar 18, 2024. It is now read-only.

Commit

Permalink
Bump version to 1.2.2 for release of possible bug fix for locking issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Damian Martinez committed Jun 9, 2016
1 parent 2a2ffd6 commit 3877da6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,16 @@ We attempt to adhere to [Semantic Versioning](http://semver.org/).
### Removed
### Changed

## [1.2.2] - 2016-06-08
### Changed
- Docker is calling Unmount after failed Mount, causing trouble if
device is still in use by another container (locked by same node).
The workaround / hack is to bail earlier in Unmount API call if rbd
unmap fails with busy device error. This can leave the device usable but
possibly in a funky state (unmounted from host but still mounted and
accessible inside container)
- related to porcupie/rbd-docker-plugin#5

## [1.2.1] - 2016-06-02
### Changed
- When rbd map does not return device name but no error, try default
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
// license that can be found in the LICENSE file.
package main

const VERSION = "1.2.1"
const VERSION = "1.2.2"

0 comments on commit 3877da6

Please sign in to comment.