1EUCA-CREATE-VOLUME(1) User Commands EUCA-CREATE-VOLUME(1)
2
3
4
6 euca-create-volume - Create a new volume
7
9 euca-create-volume -z ZONE [-s GiB] [--snapshot SNAPSHOT] [-t VOLTYPE]
10
11 [-i IOPS] [--show-empty-fields] [-U URL]
12 [--region USER@REGION] [-I KEY_ID] [-S KEY] [--security-token
13 TOKEN] [--debug] [--debugger] [--version] [-h]
14
16 Create a new volume
17
18 optional arguments:
19 -z ZONE, --availability-zone ZONE
20 availability zone in which to create the new volume (required)
21
22 -s GiB, --size GiB
23 size of the new volume in GiB (required unless --snapshot is
24 used)
25
26 --snapshot SNAPSHOT
27 snapshot from which to create the new volume
28
29 -t VOLTYPE, --type VOLTYPE
30 volume type
31
32 -i IOPS, --iops IOPS
33 number of I/O operations per second
34
35 --show-empty-fields
36 show empty values as "(nil)"
37
38 -U URL, --url URL
39 compute service endpoint URL
40
41 --region USER@REGION
42 region and/or user names to search when looking up config file
43 data
44
45 -I KEY_ID, --access-key-id KEY_ID
46
47 -S KEY, --secret-key KEY
48
49 --security-token TOKEN
50
51 --debug
52 show debugging output
53
54 --debugger
55 launch interactive debugger on error
56
57 --version
58 show the program's version and exit
59
60 -h, --help
61 show this help message and exit
62
63
64
65euca2ools 3.4 December 2016 EUCA-CREATE-VOLUME(1)