Skip to content

Commit 8c44236

Browse files
Gupta, SuryaGupta, Surya
authored andcommitted
[CSTACKEX-204] ASUP Changes
1 parent ef56114 commit 8c44236

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

plugins/storage/volume/ontap/src/main/java/org/apache/cloudstack/storage/utils/OntapStorageConstants.java

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -132,12 +132,11 @@ public class OntapStorageConstants {
132132
/** Default value for {@link #ASUP_ENABLED_CONFIG_KEY}: ASUP is on by default. */
133133
public static final String ASUP_ENABLED_DEFAULT = "true";
134134
/** Description for {@link #ASUP_ENABLED_CONFIG_KEY}. */
135-
public static final String ASUP_ENABLED_DESCRIPTION =
136-
"Enable periodic ASUP (AutoSupport) telemetry push from the CloudStack ONTAP plugin to the ONTAP cluster.";
135+
public static final String ASUP_ENABLED_DESCRIPTION = "Enable periodic ASUP (AutoSupport) telemetry push from the CloudStack ONTAP plugin to the ONTAP cluster.";
137136
/** ConfigKey name for the ASUP push interval. */
138137
public static final String ASUP_INTERVAL_CONFIG_KEY = "ontap.asup.interval";
139138
/** Default interval (in seconds) between ASUP pushes; shared by the ConfigKey default and the poll-task fallback. */
140-
public static final int ASUP_DEFAULT_INTERVAL_SECONDS = 3600;
139+
public static final int ASUP_DEFAULT_INTERVAL_SECONDS = 120;
141140
/** Description for {@link #ASUP_INTERVAL_CONFIG_KEY}. */
142141
public static final String ASUP_INTERVAL_DESCRIPTION =
143142
"Interval (in seconds) between periodic ASUP telemetry pushes from the CloudStack ONTAP plugin.";

0 commit comments

Comments
 (0)