Skip to content

Commit 30bdc38

Browse files
Update api/src/main/java/org/apache/cloudstack/api/command/user/volume/ResizeVolumeCmd.java
Co-authored-by: Suresh Kumar Anaparti <[email protected]>
1 parent 0afa9cf commit 30bdc38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/src/main/java/org/apache/cloudstack/api/command/user/volume/ResizeVolumeCmd.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ public class ResizeVolumeCmd extends BaseAsyncCmd implements UserCmd {
7474
private Long newDiskOfferingId;
7575

7676
@Parameter(name = ApiConstants.AUTO_MIGRATE, type = CommandType.BOOLEAN, required = false,
77-
description = "Flag for automatic migration of the volume whenever migration is required to apply the new size")
77+
description = "Flag to allow automatic migration of the volume to another suitable storage pool that accommodates the new size", since = "4.20.1")
7878
private Boolean autoMigrate;
7979

8080
/////////////////////////////////////////////////////

0 commit comments

Comments
 (0)