1EUCA-IMPORT-VOLUME(1) User Commands EUCA-IMPORT-VOLUME(1)
2
3
4
6 euca-import-volume - Import a file to a volume in the cloud
7
9 euca-import-volume -f FORMAT -z ZONE [-s GiB] [--image-size BYTES]
10
11 (-b BUCKET | --manifest-url URL) [--prefix PREFIX]
12 [-x DAYS] [--no-upload] [-d DESCRIPTION] [--show-empty-fields]
13 [--s3-url URL] [-o KEY_ID] [-w KEY] [--progress | --no-progress]
14 [-U URL] [--region USER@REGION] [-I KEY_ID] [-S KEY] [--secu‐
15 rity-token TOKEN] [--debug] [--debugger] [--version] [-h] FILE
16
18 Import a file to a volume in the cloud
19
20 positional arguments:
21 FILE file containing the disk image to import (required)
22
23 optional arguments:
24 -f FORMAT, --format FORMAT
25 the image's format ("vmdk", "raw", or "vhd") (required)
26
27 -z ZONE, --availability-zone ZONE
28 the zone in which to create the volume (required)
29
30 -s GiB, --volume-size GiB
31 size of the volume to import to, in GiB
32
33 --image-size BYTES
34 size of the image (required for non-raw files
35
36 -b BUCKET, --bucket BUCKET
37 the bucket to upload the volume to
38
39 --manifest-url URL
40 a pre-signed URL that points to the import manifest to use
41
42 --prefix PREFIX
43 a prefix to add to the names of the volume parts as they are
44 uploaded
45
46 -x DAYS, --expires DAYS
47 how long the import manifest should remain valid, in days
48 (default: 30 days)
49
50 --no-upload
51 start the import process, but do not actually upload the volume
52 (see euca-resume-import)
53
54 -d DESCRIPTION, --description DESCRIPTION
55 a description for the import task (not the volume)
56
57 --show-empty-fields
58 show empty values as "(nil)"
59
60 --s3-url URL
61 object storage service endpoint URL
62
63 -o KEY_ID, --owner-akid KEY_ID
64 access key to use for the object storage service (default: same
65 as that for the compute service)
66
67 -w KEY, --owner-sak KEY
68 secret key to use for the object storage service (default: same
69 as that for the compute service)
70
71 --progress
72 show progress (the default when run interactively)
73
74 --no-progress
75 do not show progress (the default when run noninteractively)
76
77 -U URL, --url URL
78 compute service endpoint URL
79
80 --region USER@REGION
81 region and/or user names to search when looking up config file
82 data
83
84 -I KEY_ID, --access-key-id KEY_ID
85
86 -S KEY, --secret-key KEY
87
88 --security-token TOKEN
89
90 --debug
91 show debugging output
92
93 --debugger
94 launch interactive debugger on error
95
96 --version
97 show the program's version and exit
98
99 -h, --help
100 show this help message and exit
101
102
103
104euca2ools 3.4 December 2016 EUCA-IMPORT-VOLUME(1)