Repository: cloudstack-docs-rn Updated Branches: refs/heads/4.4 5ab48e4cc -> 51534d2fc
add note on CLOUDSTACK-7595 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/d4777b62 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-rn/tree/d4777b62 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-rn/diff/d4777b62 Branch: refs/heads/4.4 Commit: d4777b6237cb656797b1facaf1379dc54444cf91 Parents: 5ab48e4 Author: Remi Bergsma <git...@remi.nl> Authored: Thu Mar 12 10:58:48 2015 +0100 Committer: Rohit Yadav <ro...@scaleninja.com> Committed: Thu Mar 12 15:57: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/d4777b62/source/fixed_issues.rst ---------------------------------------------------------------------- diff --git a/source/fixed_issues.rst b/source/fixed_issues.rst index 4a82ce2..4a1b7bf 100644 --- a/source/fixed_issues.rst +++ b/source/fixed_issues.rst @@ -77,3 +77,7 @@ Bug ID Desc `CLOUDSTACK-1632 <https://issues.apache.org/jira/browse/CLOUDSTACK-1632>`_ Mistakes in authorizeSecurityGroup* API docs... `CLOUDSTACK-401 <https://issues.apache.org/jira/browse/CLOUDSTACK-401>`_ Storage options missing from table... ========================================================================== =================================================================================== + +Note: Job timeouts are shorter than before +---------------------------------------- +Please be aware that in 4.4 a bug is fixed (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.