Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix backup duration per VM #79

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

tatref
Copy link
Contributor

@tatref tatref commented Jan 13, 2022

time_start is defined once at the beginning of the script, so the duration displayed is not per VM. Also the time is increasing:

2022-01-12 22:32:38,860: Duration: 2:37 minutes
2022-01-12 22:35:58,685: Duration: 5:57 minutes
2022-01-12 22:38:46,261: Duration: 8:45 minutes
2022-01-12 22:41:08,629: Duration: 11:7 minutes
2022-01-12 22:44:16,983: Duration: 14:15 minutes
2022-01-12 22:47:10,029: Duration: 17:9 minutes

I simply moved the initialization of the timer inside the vm loop. Maybe we could also add a global timer?

@wefixit-AT
Copy link
Owner

please check the conflicts

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants