Skip to content

Commit

Permalink
systemtests: slow down each backup-job to use all devices
Browse files Browse the repository at this point in the history
- multiplied-device-test
- used the bandwidth limit to increase backup time in order to achieve that
  all three devices must be used to run all backups simultaneously
  • Loading branch information
franku authored and pstorz committed Jan 15, 2020
1 parent 549ab0a commit ab0eed8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Expand Up @@ -3,5 +3,6 @@ Job {
JobDefs = "DefaultJob"
Client = "bareos-fd"
MaximumConcurrentJobs = 10
MaximumBandwidth=50k/s
Pool = Pool1
}
Expand Up @@ -3,5 +3,6 @@ Job {
JobDefs = "DefaultJob"
Client = "bareos-fd"
MaximumConcurrentJobs = 10
MaximumBandwidth=50k/s
Pool = Pool2
}
Expand Up @@ -3,5 +3,6 @@ Job {
JobDefs = "DefaultJob"
Client = "bareos-fd"
MaximumConcurrentJobs = 10
MaximumBandwidth=100k/s
Pool = Pool3
}

0 comments on commit ab0eed8

Please sign in to comment.