Previous page

Next page

Locate page in Contents

Print this page

v2v_migrate_optionsType

Summary:

Virtual-to-virtual migration options.

Type specification:

Name

Min/Max

Type

Description

force

0..1

none

If the migration fails, you may try to force it by including this element.

For example, if any of the application templates that are installed in the source Virtuozzo Container are missing on the destination Hardware Node, the migration will stop with an error. If you include the force option, the errors will be ignored and the Container will be migrated (note that it will be impossible to start such a Container after the migration).

nostart

0..1

none

A flag indicating not to start the target Container upon completion:

true -- do not start the Container.

false or absent -- start the Container.

remove

0..1

boolean

Indicates whether to delete all of the user data from the source Container.

true -- delete the data. The Container private area will be deleted from the source node.

false -- do not remove the data (default). The Container private area directory will be renamed and kept on the source node in its original location.

config

0..1

env_configType

New configuration parameters to apply to the target Container.

type

0..1

int

The type of migration to perform:

0 -- Offline

1 -- Simple online

2 -- Lazy online

3 -- Iterative online

4 -- Iterative lazy online

Please send us your feedback on this help page