1EUCA-CREATE-VOLUME(1) User Commands EUCA-CREATE-VOLUME(1)
2
3
4
6 euca-create-volume - Eucalyptus tool: Creates a volume in a specified
7 availability zone.
8
10 Creates a volume in a specified availability zone.
11
12 euca-create-volume -s, --size size | --snapshot snapshot_id -z zone
13 [-h, --help] [--version] [--debug]
14
15 REQUIRED PARAMETERS
16
17 -s, --size size of the volume (in GiB).
18
19 --snapshot snapshot id to create the volume from.
20 Either size or snapshot can be specified (not both).
21
22 -z, --zone availability zone to create the volume
23 in
24
25 OPTIONAL PARAMETERS
26
27 -A, --access-key User's Access Key ID.
28
29 -S, --secret-key User's Secret Key.
30
31 -U, --url URL of the Cloud to connect to.
32
33 --config Read credentials and cloud settings
34 from the
35
36 specified config file (defaults to $HOME/.eucarc or
37 /etc/euca2ools/eucarc).
38
39 -h, --help Display this help message.
40
41 --version Display the version of this tool.
42
43 --debug Turn on debugging.
44
45 Euca2ools will use the environment variables EC2_URL, EC2_ACCESS_KEY,
46 EC2_SECRET_KEY, EC2_CERT, EC2_PRIVATE_KEY, S3_URL, EUCALYPTUS_CERT by
47 default.
48
49
50
51euca-create-volume Version: 1.2J(uBlSyD)2010 EUCA-CREATE-VOLUME(1)