media-create

Usage

avcli media-create [--storage-group storage] [--name name] url...

Description

The media-create command loads an ISO image into an everRun system from the specified URL.

Options

--storage-group group The storage volume to carve from. If you do not specify this option, the storage group 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 URL.
url The URL where the ISO file is located.
--wait Wait for the ISO(s) to be created.

Examples

avcli media-create --storage-group Pool-0001 --name cd.iso http://hostname/cd.iso
avcli media-create http://hostname/cd.iso
avcli media-create http://hostname/cd1.iso http://hostname/cd2.iso