bug 13843: storageid is mandatory

status 13843: resolved fixed
Reviewed-by: frank
This commit is contained in:
Edison Su 2012-02-17 13:04:48 -08:00
parent 289a641d4f
commit 39403e845b
1 changed files with 1 additions and 1 deletions

View File

@ -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;
/////////////////////////////////////////////////////