Volume commands, Volume:create – Dell Acceleration Appliances for Databases User Manual
Page 120

You can also capture the current configuration into a variable, and reuse it:
admin@url> cfg = (config --cluster --parallel)
admin@url> graph --format dot $cfg
admin@url> graph --output configuration.svg $cfg
admin@url> graph --format pdf --output configuration.pdf $cfg
VOLUME COMMANDS
The Volume commands model storage to be presented as a LUN of a target. A volume of
specified capacity is allocated from a pool. Volumes can be expanded after creation and are
replicated across cluster nodes for high availability, if in ION Accelerator HA mode.
The capacity reported for storage pools and volumes is closely approximated. So if the CLI
reports 1500.00 GB available, the actual amount may be slightly less than that, and therefore
a file of that exact capacity might not fit.
volume:create
Creates a volume.
Syntax
volume:create [options] id capacity_gb pool
120