You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by bh...@apache.org on 2014/09/15 14:48:24 UTC

git commit: updated refs/heads/master to 6379ca4

Repository: cloudstack
Updated Branches:
  refs/heads/master 593ba5538 -> 6379ca454


CLOUDSTACK-6738: pre-seed expunge delay and interval to 60s

(cherry picked from commit 723eaefdf9c139d920a94202962cfd691589c304)
Signed-off-by: Rohit Yadav <ro...@shapeblue.com>


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/6379ca45
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/6379ca45
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/6379ca45

Branch: refs/heads/master
Commit: 6379ca4548b8329f2492fa7f142c4946bef8d55e
Parents: 593ba55
Author: Rohit Yadav <ro...@shapeblue.com>
Authored: Mon Sep 15 14:45:05 2014 +0200
Committer: Rohit Yadav <ro...@shapeblue.com>
Committed: Mon Sep 15 14:48:14 2014 +0200

----------------------------------------------------------------------
 developer/developer-prefill.sql | 8 ++++++++
 1 file changed, 8 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/6379ca45/developer/developer-prefill.sql
----------------------------------------------------------------------
diff --git a/developer/developer-prefill.sql b/developer/developer-prefill.sql
index 5cd0a6d..7534cef 100644
--- a/developer/developer-prefill.sql
+++ b/developer/developer-prefill.sql
@@ -56,6 +56,14 @@ INSERT INTO `cloud`.`configuration` (category, instance, component, name, value)
 
 INSERT INTO `cloud`.`configuration` (category, instance, component, name, value)
             VALUES ('Advanced', 'DEFAULT', 'management-server',
+            'expunge.delay', '60');
+
+INSERT INTO `cloud`.`configuration` (category, instance, component, name, value)
+            VALUES ('Advanced', 'DEFAULT', 'management-server',
+            'expunge.interval', '60');
+
+INSERT INTO `cloud`.`configuration` (category, instance, component, name, value)
+            VALUES ('Advanced', 'DEFAULT', 'management-server',
             'system.vm.use.local.storage', 'true');
 
 -- Add developer configuration entry; allows management server to be run as a user other than "cloud"