Skip to content

Commit 3f18e9f

Browse files
author
Christian Neudert
committed
Set a new default: retry KVM actions 5 times.
* Make the default more robust and retry actions 5 times.
1 parent 1ee57c0 commit 3f18e9f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

templates/oned.conf.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ IM_MAD = [
333333
VM_MAD = [
334334
name = "kvm",
335335
executable = "one_vmm_exec",
336-
arguments = "-t 15 -r 0 kvm",
336+
arguments = "-t 15 -r 5 kvm",
337337
default = "vmm_exec/vmm_exec_kvm.conf",
338338
type = "kvm" ]
339339
#-------------------------------------------------------------------------------

0 commit comments

Comments
 (0)