You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ra...@apache.org on 2014/11/10 10:36:46 UTC

[08/25] git commit: updated refs/heads/master to 55b6e34

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/1fb28c29
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/1fb28c29
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/1fb28c29

Branch: refs/heads/master
Commit: 1fb28c2959206d1bb861e9ce97e9bb38403fe8e5
Parents: 9319a4e
Author: Edison Su <su...@gmail.com>
Authored: Wed Oct 22 15:35:30 2014 -0700
Committer: Edison Su <su...@gmail.com>
Committed: Thu Nov 6 15:29:56 2014 -0800

----------------------------------------------------------------------
 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/1fb28c29/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 517c76c..da3415f 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(