Skip to content

Commit 10cc7f8

Browse files
committed
CS-21296: hidden snapshot.backup.rightafter, as it's not needed
1 parent 4a13f81 commit 10cc7f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

server/src/com/cloud/configuration/Config.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -511,14 +511,14 @@ public enum Config {
511511
null),
512512
SnapshotDeltaMax("Snapshots", SnapshotManager.class, Integer.class, "snapshot.delta.max", "16", "max delta snapshots between two full snapshots.", null),
513513
BackupSnapshotAfterTakingSnapshot(
514-
"Snapshots",
514+
"Hidden",
515515
SnapshotManager.class,
516516
Boolean.class,
517517
"snapshot.backup.rightafter",
518518
"true",
519519
"backup snapshot right after snapshot is taken",
520520
null),
521-
KVMSnapshotEnabled("Snapshots", SnapshotManager.class, Boolean.class, "kvm.snapshot.enabled", "false", "whether snapshot is enabled for KVM hosts", null),
521+
KVMSnapshotEnabled("Hidden", SnapshotManager.class, Boolean.class, "kvm.snapshot.enabled", "false", "whether snapshot is enabled for KVM hosts", null),
522522

523523
// Advanced
524524
EventPurgeInterval(

0 commit comments

Comments
 (0)