CLI Guide

Table Of Contents
Without renaming, the target devices retain their target names, which can make the relationship between volume and device
less evident.
For extent migrations, cleaning destroys the source extent and unclaims the underlying storage volume if there are no extents
on it.
Examples
VPlexcli:/data-migrations/device-migrations> dm migration clean --force --migrations
migrate_012
Cleaned 1 data migration(s) out of 1 requested migration(s).
See also
dm migration cancel
dm migration commit
dm migration pause
dm migration remove
dm migration resume
dm migration start
dm migration commit
Commits a completed data migration allowing for its later removal.
Contexts
All contexts.
In /data-migrations context, command is migration commit.
In /data-migrations/extent-migrations context, command is commit.
In /data-migrations/device-migrations context, command is commit.
Syntax
dm migration commit
[-m|--migrations] context-path,context-path...
[-f|--force]
Arguments
Required arguments
[-m|--migrations] context-
path,context-path...
* List of one or more migrations to commit. Entries must be separated by commas.
[-f|--force]
Forces the commitment of the specified migrations.
* - argument is positional.
Commands
141