CS-21296: hidden snapshot.backup.rightafter, as it's not needed

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

Branch: refs/heads/hotfix/CLOUDSTACK-7776
Commit: 10cc7f86af583b692c062c35a32926698088079d
Parents: 4a13f81
Author: Edison Su <sudi...@gmail.com>
Authored: Wed Oct 22 15:35:30 2014 -0700
Committer: Edison Su <sudi...@gmail.com>
Committed: Wed Oct 22 15:36:35 2014 -0700

----------------------------------------------------------------------
 server/src/com/cloud/configuration/Config.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/10cc7f86/server/src/com/cloud/configuration/Config.java
----------------------------------------------------------------------
diff --git a/server/src/com/cloud/configuration/Config.java 
b/server/src/com/cloud/configuration/Config.java
index 3710e0a..4b3e098 100755
--- a/server/src/com/cloud/configuration/Config.java
+++ b/server/src/com/cloud/configuration/Config.java
@@ -511,14 +511,14 @@ public enum Config {
             null),
     SnapshotDeltaMax("Snapshots", SnapshotManager.class, Integer.class, 
"snapshot.delta.max", "16", "max delta snapshots between two full snapshots.", 
null),
     BackupSnapshotAfterTakingSnapshot(
-            "Snapshots",
+            "Hidden",
             SnapshotManager.class,
             Boolean.class,
             "snapshot.backup.rightafter",
             "true",
             "backup snapshot right after snapshot is taken",
             null),
-    KVMSnapshotEnabled("Snapshots", SnapshotManager.class, Boolean.class, 
"kvm.snapshot.enabled", "false", "whether snapshot is enabled for KVM hosts", 
null),
+    KVMSnapshotEnabled("Hidden", SnapshotManager.class, Boolean.class, 
"kvm.snapshot.enabled", "false", "whether snapshot is enabled for KVM hosts", 
null),
 
     // Advanced
     EventPurgeInterval(

Reply via email to