~smoser/eucalyptus/euca2ools-1.0.fixes

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
.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36.
.TH EUCA-BUNDLE-VOL "1" "February 2010" "euca-bundle-vol     euca-bundle-vol version: 1.0 (BSD)" "User Commands"
.SH NAME
euca-bundle-vol \- Eucalyptus tool: Bundle the local filesystem of a running instance as a bundled image.  
.SH DESCRIPTION
Bundle the local filesystem of a running instance as a bundled image.
.PP
euca\-bundle\-vol \fB\-u\fR, \fB\-\-user\fR user \fB\-s\fR, \fB\-\-size\fR size_in_MB
[\-c, \fB\-\-cert\fR cert_path] [\-k, \fB\-\-privatekey\fR private_key_path]
[\-a, \fB\-\-all]\fR [\-e, \fB\-\-exclude\fR dir1, dir2,...dirN] [\-p, \fB\-\-prefix\fR prefix] [\-\-[no\-]inherit] [\-v, \fB\-\-volume\fR volume_path] [\-\-fstab fstab_path] [\-\-generate\-fstab] [\-\-kernel kernel_id] [\-\-ramdisk ramdisk_id] [\-B, \fB\-\-block\-device\-mapping\fR mapping]
[\-d, \fB\-\-destination\fR destination_path] [\-\-ec2cert ec2cert_path] [\-r, \fB\-\-arch\fR target_architecture] [\-\-batch] [\-\-version]
.PP
REQUIRED PARAMETERS
.PP
\fB\-u\fR, \fB\-\-user\fR                      User ID (12\-digit) of the user who is bundling the image.
.PP
\fB\-s\fR, \fB\-\-size\fR                      Size for the image in MB (default: 10GB or 10240MB).
.PP
OPTIONAL PARAMETERS
.PP
\fB\-c\fR, \fB\-\-cert\fR                      Path to the user's PEM encoded certificate.
.PP
\fB\-k\fR, \fB\-\-privatekey\fR                Path to the user's PEM encoded private key.
.PP
\fB\-a\fR, \fB\-\-all\fR                       Bundle all directories (including mounted filesystems).
.PP
\fB\-p\fR, \fB\-\-prefix\fR                    The prefix for the bundle image files. (default: image name).
.PP
\fB\-\-[no\-]inherit\fR                  Add (or do not add) instance metadata to the bundled image. Inherit is set by default.
.PP
\fB\-e\fR, \fB\-\-exclude\fR                   comma\-separated list of directories to exclude.
.PP
\fB\-\-kernel\fR                        The kernel to be associated with the bundled image.
.PP
\fB\-\-ramdisk\fR                       The ramdisk to be associated with the bundled image.
.PP
\fB\-B\fR, \fB\-\-block\-device\-mapping\fR      Default block device mapping for the image (comma\-separated list of key=value pairs).
.PP
\fB\-d\fR, \fB\-\-destination\fR               Directory to store the bundled image in (default: "/tmp"). Recommended.
.PP
\fB\-\-ec2cert\fR                       The path to the Cloud's X509 public key certificate.
.PP
\fB\-r\fR, \fB\-\-arch\fR                      Target architecture for the image ('x86_64' or 'i386' default: 'x86_64').
.PP
\fB\-v\fR, \fB\-\-volume\fR                    Path to mounted volume to create the bundle from (default: "/").
.PP
\fB\-\-fstab\fR                         Path to the fstab to be bundled into the image.
.PP
        
\fB\-\-generate\-fstab\fR                Generate fstab to bundle into the image.
.PP
\fB\-\-batch\fR                         Run in batch mode (compatibility only. has no effect).