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

This commit is contained in:
Edison Su 2014-10-22 15:35:30 -07:00
parent 4a13f81485
commit 10cc7f86af
1 changed files with 2 additions and 2 deletions

View File

@ -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(