Skip to content

Commit

Permalink
Increase vmi-ready-threshold timeout (#181)
Browse files Browse the repository at this point in the history
Increate vmi-ready-threshold timeout

Signed-off-by: Jose Castillo Lema <josecastillolema@gmail.com>
Co-authored-by: Joe Talerico (rook) <joe.talerico@gmail.com>
  • Loading branch information
josecastillolema and jtaleric authored Jan 31, 2025
1 parent 4c05f7f commit 587a474
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion virt-density.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ func NewVirtDensity(wh *workloads.WorkloadHelper) *cobra.Command {
},
}
cmd.Flags().IntVar(&vmsPerNode, "vms-per-node", 245, "VMs per node")
cmd.Flags().DurationVar(&vmiRunningThreshold, "vmi-ready-threshold", 20*time.Second, "VMI ready timeout threshold")
cmd.Flags().DurationVar(&vmiRunningThreshold, "vmi-ready-threshold", 25*time.Second, "VMI ready timeout threshold")
cmd.Flags().StringSliceVar(&metricsProfiles, "metrics-profile", []string{"metrics.yml"}, "Comma separated list of metrics profiles to use")
return cmd
}

0 comments on commit 587a474

Please sign in to comment.