Uh oh!
There was an error while loading. Please reload this page.
Cloudstack 8612 - #562
Conversation
…or volume snapshot. Separate out vmware vcenter session timeout config for volume snapshot backup operation.
…or volume snapshot. Separate out async job timeout for volume snapshot job from other vm work jobs.
asfbot
commented
Jul 6, 2015
cloudstack-pull-requests #690 SUCCESS |
There was a problem hiding this comment.
please use try-with-resource
DaanHoogland
commented
Jul 10, 2015
Can you add unit- and/or integration tests? |
remibergsma
commented
Aug 9, 2015
Who wants to step in and finish this work? It seems the original author is not able to finish it. If no one steps in, we'll have to close the PR without merging it so please help :-). |
This closesapache#577 This closesapache#566 This closesapache#562 This closesapache#561 This closesapache#556 This closesapache#555 This closesapache#554 This closesapache#548 This closesapache#544 This closesapache#540 This closesapache#508 This closesapache#384 This closesapache#372
This closesapache#577 This closesapache#566 This closesapache#562 This closesapache#561 This closesapache#556 This closesapache#555 This closesapache#554 This closesapache#548 This closesapache#544 This closesapache#540 This closesapache#384 This closesapache#372
This closesapache#577 This closesapache#566 This closesapache#562 This closesapache#561 This closesapache#556 This closesapache#555 This closesapache#554 This closesapache#548 This closesapache#544 This closesapache#540 This closesapache#384 This closesapache#372
yadvr
commented
May 2, 2016
tag:vmware-pickup |
bvbharatk
commented
Jun 5, 2016
ACS CI BVT RunSumarry: Link to logs Folder (search by build_no):https://www.dropbox.com/sh/yj3wnzbceo9uef2/AAB6u-Iap-xztdm6jHX9SjPja?dl=0 Failed tests: Skipped tests: Passed test suits: |
sureshanaparti
commented
May 11, 2017
Continuing with the code changes here in a new PR #2099. |
DaanHoogland
commented
May 17, 2017
closing as @sureshanaparti handles this in #2099 |
To ensure that setting a high timeout value for snapshot backup operation will not affect vCenter connections made for any other operations besides volume snapshot, split the existing vCenter session timeout configuration into two configurations,
Additional change -
Users could potentially run into a timeout issue while trying to snapshot large VMs. There is a timeout for async-jobs that ensures that any job that has been in process for too long is cancelled by CS MS. This timeout is configurable using a global configuration ‘job.cancel.threshold.minutes’ and it defaults to 1 hour.
Now for large volumes even though users configure other snapshot timeout values (‘vmware.snapshot.backup.session.timeout’ and ‘backup.snapshot.wait‘) to a very high value, the snapshot operation will still fail because the job will be cancelled in 1 hour.
Hence proposing a configuration that will allow admins to separate out the job cancellation timeout for ‘volume snapshot’ jobs from other vm work jobs - 'volume.snapshot.job.cancel.threshold'.