little more delay

This commit is contained in:
mischa 2020-05-24 15:32:29 +02:00
parent 87bcc18335
commit f960ac8b8d
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ sub render_vm_conf {
open my $fh_vm, ">", "$_etc/vm.conf"; open my $fh_vm, ">", "$_etc/vm.conf";
printf $fh_vm "#\n# File generated by deploy.pl\n#\n"; printf $fh_vm "#\n# File generated by deploy.pl\n#\n";
printf $fh_vm "socket owner :%s\n", $conf{'conf'}{'VMDUSERS'}; printf $fh_vm "socket owner :%s\n", $conf{'conf'}{'VMDUSERS'};
printf $fh_vm "staggered start parallel 2 delay 30\n\n"; printf $fh_vm "staggered start parallel 2 delay 90\n\n";
printf $fh_vm "switch \"%s\" {\n", $conf{'conf'}{'SWITCH'}; printf $fh_vm "switch \"%s\" {\n", $conf{'conf'}{'SWITCH'};
printf $fh_vm "\tinterface %s\n", $conf{'conf'}{'INTERFACE'}; printf $fh_vm "\tinterface %s\n", $conf{'conf'}{'INTERFACE'};
printf $fh_vm "}\n\n"; printf $fh_vm "}\n\n";