Repository: cloudstack-docs-rn Updated Branches: refs/heads/4.5 8ea17dd6f -> 19848102b
add note on CLOUDSTACK-7595 This closes #19 Signed-off-by: Rohit Yadav <ro...@scaleninja.com> Project: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-rn/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-rn/commit/19848102 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-rn/tree/19848102 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-rn/diff/19848102 Branch: refs/heads/4.5 Commit: 19848102bf57e0e01a9bad643a8135c03c0c4a6b Parents: 8ea17dd Author: Remi Bergsma <git...@remi.nl> Authored: Thu Mar 12 11:06:19 2015 +0100 Committer: Rohit Yadav <ro...@scaleninja.com> Committed: Thu Mar 12 15:58:33 2015 +0530 ---------------------------------------------------------------------- source/fixed_issues.rst | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack-docs-rn/blob/19848102/source/fixed_issues.rst ---------------------------------------------------------------------- diff --git a/source/fixed_issues.rst b/source/fixed_issues.rst index 6d8692d..74a0ffd 100644 --- a/source/fixed_issues.rst +++ b/source/fixed_issues.rst @@ -232,3 +232,7 @@ Bug ID Desc `CLOUDSTACK-2625 <https://issues.apache.org/jira/browse/CLOUDSTACK-2625>`_ Duplicate usage records when listing large number of records... `CLOUDSTACK-315 <https://issues.apache.org/jira/browse/CLOUDSTACK-315>`_ Infrastructure view does not show capacity values... ========================================================================== =================================================================================== + +Note: Job timeouts are shorter than before +---------------------------------------- +Please be aware that in 4.5 a bug is fixed (`CLOUDSTACK-7595 <https://issues.apache.org/jira/browse/CLOUDSTACK-7595>`_) that makes sure global settings 'job.cancel.threshold.minutes' and 'job.expire.minutes' are defined in minutes as they are supposed to be. Before, they were accidentally 60x bigger than configured. This means previous versions had a much higher timeout. You might hit this timeout when migrating large disks or making big snapshots, etc.