Skip to content

Commit ef0a3eb

Browse files
Gupta, SuryaGupta, Surya
authored andcommitted
[CSTACKEX-204] ASUP Changes
1 parent f28a305 commit ef0a3eb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

plugins/storage/volume/ontap/src/main/java/org/apache/cloudstack/storage/asup/OntapAsupManager.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,14 +79,14 @@ public class OntapAsupManager extends ManagerBase implements Configurable {
7979
true, ConfigKey.Scope.Global);
8080

8181
public static final ConfigKey<Integer> AsupIntervalSeconds = new ConfigKey<>("Advanced", Integer.class,
82-
"ontap.asup.interval", "3600",
82+
"ontap.asup.interval", "120",
8383
"Interval (in seconds) between periodic ASUP telemetry pushes from the CloudStack ONTAP plugin.",
8484
true, ConfigKey.Scope.Global);
8585

8686
/** Time (in seconds) to wait while acquiring the single-emitter global lock. */
8787
private static final int ASUP_LOCK_TIMEOUT_SECONDS = 5;
8888
/** Default interval (in seconds) used when the configured value is missing or invalid. */
89-
private static final int ASUP_DEFAULT_INTERVAL_SECONDS = 3600;
89+
private static final int ASUP_DEFAULT_INTERVAL_SECONDS = 120;
9090

9191
/**
9292
* Volume states that guarantee a physical object exists on the ONTAP FlexVolume.

0 commit comments

Comments
 (0)