mirror of https://github.com/apache/cloudstack.git
bug 13843: storageid is mandatory
status 13843: resolved fixed Reviewed-by: frank
This commit is contained in:
parent
289a641d4f
commit
39403e845b
|
|
@ -27,7 +27,7 @@ public class MigrateVolumeCmd extends BaseAsyncCmd {
|
|||
private Long volumeId;
|
||||
|
||||
@IdentityMapper(entityTableName="storage_pool")
|
||||
@Parameter(name=ApiConstants.STORAGE_ID, type=CommandType.LONG, required=false, description="destination storage pool ID to migrate the volume to")
|
||||
@Parameter(name=ApiConstants.STORAGE_ID, type=CommandType.LONG, required=true, description="destination storage pool ID to migrate the volume to")
|
||||
private Long storageId;
|
||||
|
||||
/////////////////////////////////////////////////////
|
||||
|
|
|
|||
Loading…
Reference in New Issue