Volume Migration¶
Synopsis¶
action name: volume_migrate
Migrates a volume to destination node or type
By using this action, you will be able to migrate cinder volume. Migration type ‘migrate’ can be used for migrating a volume to another pool with the same volume type. Migration type ‘retype’ can be used for changing the volume type of a volume.
Configuration¶
Action parameters:
parameter |
type |
required |
description |
|---|---|---|---|
|
string |
yes |
UUID of cinder volume to migrate |
|
string |
yes |
Type of migration: “migrate” or “retype” |
|
string |
no |
Destination block storage pool name
(list of available pools returned by
|
|
string |
no |
Destination block storage type name
(list of available types returned by
|