mirror of
https://github.com/puppetlabs/vmpooler.git
synced 2026-01-26 01:58:41 -05:00
(POD-8) Add timeout_notification config to log warning before vm is destroyed.
This commit is contained in:
parent
e6380a6e02
commit
17a1831952
7 changed files with 86 additions and 52 deletions
|
|
@ -615,6 +615,7 @@
|
|||
logfile: '/var/log/vmpooler.log'
|
||||
task_limit: 10
|
||||
timeout: 15
|
||||
timeout_notification: 5
|
||||
vm_checktime: 1
|
||||
vm_lifetime: 12
|
||||
vm_lifetime_auth: 24
|
||||
|
|
@ -737,6 +738,7 @@
|
|||
datastore: 'vmstorage'
|
||||
size: 5
|
||||
timeout: 15
|
||||
timeout_notification: 5
|
||||
ready_ttl: 1440
|
||||
provider: vsphere
|
||||
create_linked_clone: true
|
||||
|
|
@ -747,6 +749,7 @@
|
|||
datastore: 'vmstorage'
|
||||
size: 5
|
||||
timeout: 15
|
||||
timeout_notification: 5
|
||||
ready_ttl: 1440
|
||||
provider: vsphere
|
||||
create_linked_clone: false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue