Merge pull request #297 from mattkirby/pooler_130

(POOLER-130) Improve delta disk creation handling
This commit is contained in:
mchllweeks 2018-08-30 17:22:35 -07:00 committed by GitHub
commit 0e86937245
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 24 additions and 1 deletions

View file

@ -12,6 +12,7 @@ If you're looking for changes from before this, refer to the project's
git logs & PR history.
# [Unreleased](https://github.com/puppetlabs/vmpooler/compare/0.2.0...master)
- Better handle delta disk creation errors (POOLER-130)
### Added
- Re-write check\_pool in pool\_manager to improve readability