mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-03 04:12:31 +01:00
CS-21296: hidden snapshot.backup.rightafter, as it's not needed
This commit is contained in:
parent
9319a4e5f8
commit
1fb28c2959
@ -511,14 +511,14 @@ public enum Config {
|
|||||||
null),
|
null),
|
||||||
SnapshotDeltaMax("Snapshots", SnapshotManager.class, Integer.class, "snapshot.delta.max", "16", "max delta snapshots between two full snapshots.", null),
|
SnapshotDeltaMax("Snapshots", SnapshotManager.class, Integer.class, "snapshot.delta.max", "16", "max delta snapshots between two full snapshots.", null),
|
||||||
BackupSnapshotAfterTakingSnapshot(
|
BackupSnapshotAfterTakingSnapshot(
|
||||||
"Snapshots",
|
"Hidden",
|
||||||
SnapshotManager.class,
|
SnapshotManager.class,
|
||||||
Boolean.class,
|
Boolean.class,
|
||||||
"snapshot.backup.rightafter",
|
"snapshot.backup.rightafter",
|
||||||
"true",
|
"true",
|
||||||
"backup snapshot right after snapshot is taken",
|
"backup snapshot right after snapshot is taken",
|
||||||
null),
|
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
|
// Advanced
|
||||||
EventPurgeInterval(
|
EventPurgeInterval(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user