Skip to content

Commit 3889e46

Browse files
GaOrtigaGabriel Ortiga Fernandes
andauthored
fix description of configuration max.data.migration.wait.time (#6749)
Co-authored-by: Gabriel Ortiga Fernandes <gabriel.fernandes@scclouds.com.br>
1 parent 7905a76 commit 3889e46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

engine/components-api/src/main/java/com/cloud/storage/StorageManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ public interface StorageManager extends StorageService {
147147
"Setting this to 'true' will auto scale down SSVMs", true, ConfigKey.Scope.Global);
148148

149149
ConfigKey<Integer> MaxDataMigrationWaitTime = new ConfigKey<Integer>("Advanced", Integer.class, "max.data.migration.wait.time", "15",
150-
"Maximum wait time for a data migration task before spawning a new SSVM", false, ConfigKey.Scope.Global);
150+
"Maximum wait time (in minutes) for a data migration task before spawning a new SSVM", false, ConfigKey.Scope.Global);
151151
ConfigKey<Boolean> DiskProvisioningStrictness = new ConfigKey<Boolean>("Storage", Boolean.class, "disk.provisioning.type.strictness", "false",
152152
"If set to true, the disk is created only when there is a suitable storage pool that supports the disk provisioning type specified by the service/disk offering. " +
153153
"If set to false, the disk is created with a disk provisioning type supported by the pool. Default value is false, and this is currently supported for VMware only.",

0 commit comments

Comments
 (0)