mirror of
https://github.com/puppetlabs/vmpooler.git
synced 2026-01-26 18:08:42 -05:00
Add vmpooler__migrating__vm at VM checkout
This commit is contained in:
parent
8286ec2854
commit
506c124578
1 changed files with 1 additions and 0 deletions
|
|
@ -55,6 +55,7 @@ module Vmpooler
|
|||
|
||||
def account_for_starting_vm(template, vm)
|
||||
backend.sadd('vmpooler__running__' + template, vm)
|
||||
backend.sadd('vmpooler__migrating__' + template, vm)
|
||||
backend.hset('vmpooler__active__' + template, vm, Time.now)
|
||||
backend.hset('vmpooler__vm__' + vm, 'checkout', Time.now)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue