1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55
|
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.41.2.
.TH EUCA-CREATE-VOLUME "1" "August 2013" "euca2ools 3.0.1" "User Commands"
.SH NAME
euca-create-volume \- Create a new volume
.SH SYNOPSIS
euca\-create\-volume \fB\-z\fR ZONE [\-s SIZE] [\-\-snapshot SNAPSHOT] [\-t VOLTYPE]
[\-i IOPS] [\-\-show\-empty\-fields]
[\-\-region USER@REGION | \fB\-U\fR URL] [\-I KEY_ID] [\-S KEY]
[\-\-debug] [\-\-debugger] [\-\-version] [\-h]
.SH DESCRIPTION
Create a new volume
.SS "optional arguments:"
.TP
\fB\-z\fR ZONE, \fB\-\-availability\-zone\fR ZONE, \fB\-\-zone\fR ZONE
availability zone in which to create the new volume
(required)
.TP
\fB\-s\fR SIZE, \fB\-\-size\fR SIZE
size of the new volume in GiB (required unless
\fB\-\-snapshot\fR is used)
.TP
\fB\-\-snapshot\fR SNAPSHOT
snapshot from which to create the new volume
.TP
\fB\-t\fR VOLTYPE, \fB\-\-type\fR VOLTYPE
volume type
.TP
\fB\-i\fR IOPS, \fB\-\-iops\fR IOPS
number of I/O operations per second
.TP
\fB\-\-show\-empty\-fields\fR
show empty values as "(nil)"
.TP
\fB\-\-region\fR USER@REGION
name of the region and/or user in config files to use
to connect to the service
.TP
\fB\-U\fR URL, \fB\-\-url\fR URL
compute service endpoint URL
.HP
\fB\-I\fR KEY_ID, \fB\-\-access\-key\-id\fR KEY_ID
.HP
\fB\-S\fR KEY, \fB\-\-secret\-key\fR KEY
.TP
\fB\-\-debug\fR
show debugging output
.TP
\fB\-\-debugger\fR
launch interactive debugger on error
.TP
\fB\-\-version\fR
show the program's version and exit
.TP
\fB\-h\fR, \fB\-\-help\fR
show this help message and exit
|