media-import

Usage

avcli media-import [--storage-group storage] [--name name] [--throttle] [--silent] file...

Description

The media-import command loads an ISO image into an everRun system from the specified file.

Options

--storage-group group The storage volume to carve from. If you do not specify this option, the shared storage with the most free space is automatically selected.
--name name The name of the carved volume. If you do not specify this option, the name is determined from the file. This option is valid only if one ISO is specified.
--throttle

Slow down the import/export operation. Valid values are:

  • none: Do not use throttling. This is the default value.
  • low: Slow down by about 25%.
  • medium: Slow down by about 50%.
  • high: Slow down by about 75%.
--silent Suppress output.
file The file(s) containing an ISO image.

Examples

avcli media-import --storage-group Pool-0001 --name cd.iso cd.iso
avcli media-import cd.iso
avcli media-import cd1.iso cd2.iso