mirror of
https://github.com/puppetlabs/vmpooler.git
synced 2026-01-26 10:08:40 -05:00
redis hset params only accept string or array of string
This commit is contained in:
parent
1aad972755
commit
67793317c2
1 changed files with 1 additions and 1 deletions
|
|
@ -876,7 +876,7 @@ module Vmpooler
|
|||
|
||||
puts initial_ready_size
|
||||
|
||||
initial_clone_target = redis.hget("vmpooler__pool__#{options[:poolname]}", options[:clone_target]) if options[:clone_target_change]
|
||||
initial_clone_target = redis.hget("vmpooler__pool__#{options[:poolname]}", "#{options[:clone_target]}") if options[:clone_target_change]
|
||||
|
||||
initial_template = redis.hget('vmpooler__template__prepared', options[:poolname]) if options[:pool_template_change]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue