This is an automated email from the ASF dual-hosted git repository.

rohit pushed a commit to branch 4.18
in repository https://gitbox.apache.org/repos/asf/cloudstack.git


The following commit(s) were added to refs/heads/4.18 by this push:
     new 8aa45c1a98e fix units labels (#8001)
8aa45c1a98e is described below

commit 8aa45c1a98e5b4f8e427745800c7c51a24e82e47
Author: Oscar Sandoval <[email protected]>
AuthorDate: Tue Sep 26 03:08:33 2023 -0700

    fix units labels (#8001)
    
    Co-authored-by: Oscar Sandoval <[email protected]>
---
 .../engine/orchestration/service/VolumeOrchestrationService.java        | 2 +-
 engine/schema/src/main/resources/META-INF/db/schema-301to302.sql        | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/engine/api/src/main/java/org/apache/cloudstack/engine/orchestration/service/VolumeOrchestrationService.java
 
b/engine/api/src/main/java/org/apache/cloudstack/engine/orchestration/service/VolumeOrchestrationService.java
index 2666cfadc70..15f5b231be2 100644
--- 
a/engine/api/src/main/java/org/apache/cloudstack/engine/orchestration/service/VolumeOrchestrationService.java
+++ 
b/engine/api/src/main/java/org/apache/cloudstack/engine/orchestration/service/VolumeOrchestrationService.java
@@ -79,7 +79,7 @@ public interface VolumeOrchestrationService {
             Long.class,
             "storage.max.volume.size",
             "2000",
-            "The maximum size for a volume (in GB).",
+            "The maximum size for a volume (in GiB).",
             true);
 
     VolumeInfo moveVolume(VolumeInfo volume, long destPoolDcId, Long 
destPoolPodId, Long destPoolClusterId, HypervisorType dataDiskHyperType)
diff --git a/engine/schema/src/main/resources/META-INF/db/schema-301to302.sql 
b/engine/schema/src/main/resources/META-INF/db/schema-301to302.sql
index f33fcb436d8..4532757d052 100755
--- a/engine/schema/src/main/resources/META-INF/db/schema-301to302.sql
+++ b/engine/schema/src/main/resources/META-INF/db/schema-301to302.sql
@@ -51,7 +51,7 @@ INSERT IGNORE INTO `cloud`.`configuration` VALUES 
('Advanced', 'DEFAULT', 'manag
 INSERT IGNORE INTO `cloud`.`configuration` VALUES ('Advanced', 'DEFAULT', 
'management-server', 'secstorage.capacity.standby', '10', 'The minimal number 
of command execution sessions that system is able to serve immediately(standby 
capacity)');
 INSERT IGNORE INTO `cloud`.`configuration` VALUES ('Advanced', 'DEFAULT', 
'management-server', 'secstorage.cmd.execution.time.max', '30', 'The max 
command execution time in minute');
 INSERT IGNORE INTO `cloud`.`configuration` VALUES ('Advanced', 'DEFAULT', 
'management-server', 'secstorage.session.max', '50', 'The max number of command 
execution sessions that a SSVM can handle');
-INSERT IGNORE INTO `cloud`.`configuration` VALUES ('Storage', 'DEFAULT', 
'management-server', 'storage.max.volume.size', '2000', 'The maximum size for a 
volume (in GB).');
+INSERT IGNORE INTO `cloud`.`configuration` VALUES ('Storage', 'DEFAULT', 
'management-server', 'storage.max.volume.size', '2000', 'The maximum size for a 
volume (in GiB).');
 INSERT IGNORE INTO `cloud`.`configuration` VALUES ('Advanced', 'DEFAULT', 
'management-server', 'task.cleanup.retry.interval', '600', 'Time (in seconds) 
to wait before retrying cleanup of tasks if the cleanup failed previously.  0 
means to never retry.');
 INSERT IGNORE INTO `cloud`.`configuration` VALUES ('Advanced', 'DEFAULT', 
'management-server', 'vmware.additional.vnc.portrange.start', '50000', 'Start 
port number of additional VNC port range');
 INSERT IGNORE INTO `cloud`.`configuration` VALUES ('Advanced', 'DEFAULT', 
'management-server', 'vmware.percluster.host.max', '8', 'maxmium hosts per 
vCenter cluster(do not let it grow over 8)');

Reply via email to