CLI Guide

Table Of Contents
* - argument is positional.
Description
Before a migration record can be removed, it must be canceled or committed to release the resources allocated to the
migration.
Example
Remove a migration:
VPlexcli:/data-migrations/device-migrations> remove -m beta_device_mig1 f
Removed 1 data migration(s) out of 1 requested migration(s).
See also
dm migration cancel
dm migration commit
dm migration pause
dm migration resume
dm migration start
dm migration resume
Resumes a previously paused data migration.
Contexts
All contexts.
In /data-migrations context, command is migration resume.
In /data-migrations/extent-migrations context, command is resume.
In /data-migrations/device-migrations context, command is resume.
Syntax
dm migration resume
[-m|--migrations] context-path,context-path...
Arguments
Required arguments
[-m|--migrations] context-
path,context-path...
List of one or more migrations to resume. Entries must be separated by
commas.
Description
Pause an active migration to release bandwidth for host I/O during periods of peak traffic.
144
Commands