mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-03 04:12:31 +01:00
add event for volume migration
Reviewed-by: Frank
This commit is contained in:
parent
21d9f132ca
commit
5a10a4725d
@ -1684,6 +1684,7 @@ public class VolumeApiServiceImpl extends ManagerBase implements VolumeApiServic
|
||||
|
||||
@DB
|
||||
@Override
|
||||
@ActionEvent(eventType = EventTypes.EVENT_VOLUME_MIGRATE, eventDescription = "migrating volume", async = true)
|
||||
public Volume migrateVolume(MigrateVolumeCmd cmd) {
|
||||
Long volumeId = cmd.getVolumeId();
|
||||
Long storagePoolId = cmd.getStoragePoolId();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user