mirror of
https://github.com/puppetlabs/vmpooler.git
synced 2026-01-26 01:58:41 -05:00
(POOLER-130) Improve delta disk creation handling
This commit updates delta disk creation to reduce the likelihood of this being run more than once for any given template. Without this change an error can be generated with vsphere 6.5 or later when a template is updated, and then the update is reverted. The error prevents the image from being used because the template is never marked as prepared. To address this any failure is now logged, and the template is marked as prepared regardless of whether this was successful, or not, which allows the image to be used despite the error. This failure mode is more graceful and allows the pool to continue to function.
This commit is contained in:
parent
c053554ca8
commit
3fd0c6f475
3 changed files with 24 additions and 1 deletions
|
|
@ -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)
|
||||
|
||||
# [0.2.0](https://github.com/puppetlabs/vmpooler/compare/0.1.0...0.2.0)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue