Commit d7721eb4 authored by Łukasz Nowak's avatar Łukasz Nowak

kvm: Bang immediately in case of vnc_promise problem

There is no reason to wait before banging the partition if VNC is not
available, as reprocessing is the only way to fix the situation.
parent 8d6be156
Pipeline #18067 failed with stage
in 0 seconds
......@@ -19,7 +19,7 @@ md5sum = f2b0f1ed27148504f220e06eaceff935
[template-kvm]
filename = instance-kvm.cfg.jinja2
md5sum = 17c58f74d1ed4cb7dce11bf9af71dd33
md5sum = 0befc393a694885ce503589ccbdd59d7
[template-kvm-cluster]
filename = instance-kvm-cluster.cfg.jinja2.in
......
......@@ -590,6 +590,8 @@ promise = check_socket_listening
name = vnc_promise.py
config-host = ${kvm-parameter-dict:vnc-ip}
config-port = ${kvm-parameter-dict:vnc-port}
result-count = 1
failure-amount = 1
[kvm-disk-image-corruption-bin]
recipe = collective.recipe.template
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment