From 1fb28c2959206d1bb861e9ce97e9bb38403fe8e5 Mon Sep 17 00:00:00 2001 From: Edison Su Date: Wed, 22 Oct 2014 15:35:30 -0700 Subject: [PATCH] CS-21296: hidden snapshot.backup.rightafter, as it's not needed --- server/src/com/cloud/configuration/Config.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server/src/com/cloud/configuration/Config.java b/server/src/com/cloud/configuration/Config.java index 517c76c6272..da3415f1e37 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(