--block-device
source=SOURCE,id=ID,dest=DEST,size=SIZE,shutdown=PRESERVE,bootindex=INDEX
|
SOURCE: The type
of object used to create the block device. Valid
values are volume,
snapshot,
image and
blank.
ID: The ID of the
source object.
DEST: The type of
the target virtual device. Valid values are
volume and
local.
SIZE: The size of
the volume that will be created.
PRESERVE: What to
do with the volume when the instance is
terminated. preserve will not
delete the volume, remove
will.
INDEX: Used to
order the boot disks. Use 0
to boot from this volume.
|