Statistics
| Branch: | Tag: | Revision:

root / man / gnt-backup.sgml @ d3b4cf9f

History | View | Annotate | Download (11.7 kB)

1
<!doctype refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [
2

    
3
  <!-- Fill in your name for FIRSTNAME and SURNAME. -->
4
  <!-- Please adjust the date whenever revising the manpage. -->
5
  <!ENTITY dhdate      "<date>February 11, 2009</date>">
6
  <!-- SECTION should be 1-8, maybe w/ subsection other parameters are
7
       allowed: see man(7), man(1). -->
8
  <!ENTITY dhsection   "<manvolnum>8</manvolnum>">
9
  <!ENTITY dhucpackage "<refentrytitle>gnt-backup</refentrytitle>">
10
  <!ENTITY dhpackage   "gnt-backup">
11

    
12
  <!ENTITY debian      "<productname>Debian</productname>">
13
  <!ENTITY gnu         "<acronym>GNU</acronym>">
14
  <!ENTITY gpl         "&gnu; <acronym>GPL</acronym>">
15
  <!ENTITY footer SYSTEM "footer.sgml">
16
]>
17

    
18
<refentry>
19
  <refentryinfo>
20
    <copyright>
21
      <year>2007</year>
22
      <year>2008</year>
23
      <year>2009</year>
24
      <holder>Google Inc.</holder>
25
    </copyright>
26
    &dhdate;
27
  </refentryinfo>
28
  <refmeta>
29
    &dhucpackage;
30

    
31
    &dhsection;
32
    <refmiscinfo>ganeti 2.0</refmiscinfo>
33
  </refmeta>
34
  <refnamediv>
35
    <refname>&dhpackage;</refname>
36

    
37
    <refpurpose>ganeti instance import/export</refpurpose>
38
  </refnamediv>
39
  <refsynopsisdiv>
40
    <cmdsynopsis>
41
      <command>&dhpackage; </command>
42

    
43
      <arg choice="req">command</arg>
44
      <arg>arguments...</arg>
45
    </cmdsynopsis>
46
  </refsynopsisdiv>
47
  <refsect1>
48
    <title>DESCRIPTION</title>
49

    
50
    <para>
51
      The <command>&dhpackage;</command> is used for importing and exporting
52
      instances and their configuration from a ganeti system. It is useful for
53
      backing instances up and also to migrate them between clusters.
54
    </para>
55

    
56
  </refsect1>
57
  <refsect1>
58
    <title>COMMANDS</title>
59

    
60
    <refsect2>
61
      <title>EXPORT</title>
62

    
63
      <cmdsynopsis>
64
        <command>export</command>
65
        <arg choice="req">-n <replaceable>node</replaceable></arg>
66
        <arg>--noshutdown</arg>
67
        <arg choice="req"><replaceable>instance</replaceable></arg>
68
      </cmdsynopsis>
69

    
70
      <para>
71
        Exports an instance to the target node. All the instance data
72
        and its configuration will be exported under the
73
        /srv/ganeti/export/<replaceable>instance</replaceable>
74
        directory on the target node.
75
      </para>
76

    
77
      <para>
78
        The <option>--noshutdown</option> option will create a
79
        snapshot disk of the instance without shutting it down first.
80
        While this is faster and involves no downtime, it cannot be
81
        guaranteed that the instance data will be in a consistent state
82
        in the exported dump.
83
      </para>
84

    
85
      <para>
86
        Example:
87
        <screen>
88
# gnt-backup export -n node1.example.com instance3.example.com
89
        </screen>
90
      </para>
91
    </refsect2>
92

    
93
    <refsect2>
94
      <title>IMPORT</title>
95
      <cmdsynopsis>
96
        <command>import</command>
97
        <sbr>
98
        <group choice="req">
99
          <arg>-n <replaceable>node<optional>:secondary-node</optional></replaceable></arg> <arg>--iallocator
100
          <replaceable>name</replaceable></arg>
101
        </group>
102
        <sbr>
103

    
104
        <arg rep="repeat">--disk <replaceable>N</replaceable>:size=<replaceable>VAL</replaceable><arg>,mode=<replaceable>ro|rw</replaceable></arg></arg>
105
        <sbr>
106
        <group>
107
          <arg rep="repeat">--net <replaceable>N</replaceable><arg rep="repeat">:options</arg></arg>
108
          <arg>--no-nics</arg>
109
        </group>
110
        <sbr>
111
        <arg>-B <replaceable>BEPARAMS</replaceable></arg>
112
        <sbr>
113
        <arg>-H <replaceable>HYPERVISOR</replaceable><arg>:<arg choice="plain" rep="repeat">option=<replaceable>value</replaceable></arg></arg></arg>
114
        <sbr>
115
        <arg>--src-node=<replaceable>source-node</replaceable></arg>
116
        <arg>--src-dir=<replaceable>source-dir</replaceable></arg>
117
        <sbr>
118

    
119
        <arg choice="req">-t<group>
120
            <arg>diskless</arg>
121
            <arg>plain</arg>
122
            <arg>drbd</arg>
123
            <arg>file</arg>
124
          </group></arg>
125
        <sbr>
126

    
127
        <arg choice="req"><replaceable>instance</replaceable></arg>
128
      </cmdsynopsis>
129
      <para>
130
        Imports a new instance from an export residing on
131
        <replaceable>source-node</replaceable> in
132
        <replaceable>source-dir</replaceable>.
133
        <replaceable>instance</replaceable> must be in DNS and resolve
134
        to a IP in the same network as the nodes in the cluster. If
135
        the source node and directory are not passed, the last backup
136
        in the cluster is used, as visible with the
137
        <command>list</command> command.
138
      </para>
139

    
140
      <para>
141
        The <option>disk</option> option specifies the parameters for
142
        the disks of the instance. The numbering of disks starts at
143
        zero, and at least one disk needs to be passed. For each disk,
144
        at least the size needs to be given, and optionally the access
145
        mode (read-only or the default of read-write) can also be
146
        specified.  The size is interpreted (when no unit is given) in
147
        mebibytes. You can also use one of the suffixes
148
        <literal>m</literal>, <literal>g</literal> or
149
        <literal>t</literal> to specificy the exact the units used;
150
        these suffixes map to mebibytes, gibibytes and tebibytes.
151
      </para>
152

    
153
      <para>
154
        The minimum disk specification is therefore <userinput>--disk
155
        0:size=20G</userinput>, and a three-disk instance can be
156
        specified as <userinput>--disk 0:size=20G --disk 1:size=4G
157
        --disk 2:size=100G</userinput>.
158
      </para>
159

    
160
      <para>
161
        The NICs of the instances can be specified via the
162
        <option>--nic</option> option. By default, one NIC is created
163
        for the instance, with the MAC set to the original MAC of the
164
        instance (as it was at export time). Each NIC can take up to
165
        three parameters (all optional):
166
        <variablelist>
167
          <varlistentry>
168
            <term>mac</term>
169
            <listitem>
170
              <simpara>either a value or <constant>GENERATE</constant>
171
              to generate a new unique MAC, or
172
              <constant>AUTO</constant> to reuse the old MAC</simpara>
173
            </listitem>
174
          </varlistentry>
175
          <varlistentry>
176
            <term>ip</term>
177
            <listitem>
178
              <simpara>specifies the IP address assigned to the
179
              instance from the Ganeti side (this is not necessarily
180
              what the instance will use, but what the node expects
181
              the instance to use)</simpara>
182
            </listitem>
183
          </varlistentry>
184
          <varlistentry>
185
            <term>bridge</term>
186
            <listitem>
187
              <simpara>specifies the bridge to attach this NIC
188
              to</simpara>
189
            </listitem>
190
          </varlistentry>
191
        </variablelist>
192
      </para>
193

    
194
      <para>
195
        Alternatively, if no network is desired for the instance, you
196
        can prevent the default of one NIC with the
197
        <option>--no-nics</option> option.
198
      </para>
199

    
200
      <para>
201
        The <option>-B</option> option specifies the backend
202
        parameters for the instance. If no such parameters are
203
        specified, the values are inherited from the cluster. Possible
204
        parameters are:
205
        <variablelist>
206
          <varlistentry>
207
            <term>memory</term>
208
            <listitem>
209
              <simpara>the memory size of the instance; as usual,
210
              suffixes can be used to denote the unit, otherwise the
211
              value is taken in mebibites</simpara>
212
            </listitem>
213
          </varlistentry>
214
          <varlistentry>
215
            <term>vcpus</term>
216
            <listitem>
217
              <simpara>the number of VCPUs to assign to the instance
218
              (if this value makes sense for the hypervisor)</simpara>
219
            </listitem>
220
          </varlistentry>
221
          <varlistentry>
222
            <term>auto_balance</term>
223
            <listitem>
224
              <simpara>whether the instance is considered in the N+1
225
              cluster checks (enough redundancy in the cluster to
226
              survive a node failure)</simpara>
227
            </listitem>
228
          </varlistentry>
229
        </variablelist>
230
      </para>
231

    
232
      <para>
233
        The <option>-t</option> options specifies the disk layout type for
234
        the instance. The available choices are:
235
        <variablelist>
236
          <varlistentry>
237
            <term>diskless</term>
238
            <listitem>
239
              <para>
240
                This creates an instance with no disks. Its useful for
241
                testing only (or other special cases).
242
              </para>
243
            </listitem>
244
          </varlistentry>
245
          <varlistentry>
246
            <term>plain</term>
247
            <listitem>
248
              <para>Disk devices will be logical volumes.</para>
249
            </listitem>
250
          </varlistentry>
251
          <varlistentry>
252
            <term>drbd</term>
253
            <listitem>
254
              <para>
255
                Disk devices will be drbd (version 8.x) on top of lvm
256
                volumes.
257
              </para>
258
            </listitem>
259
          </varlistentry>
260
          <varlistentry>
261
            <term>file</term>
262
            <listitem>
263
              <para>Disk devices will be backed up by files, under the
264
              <filename
265
              class="directory">@RPL_FILE_STORAGE_DIR@</filename>. By
266
              default, each instance will get a directory (as its own
267
              name) under this path, and each disk is stored as
268
              individual files in this (instance-specific)
269
              directory.</para>
270
            </listitem>
271
          </varlistentry>
272
        </variablelist>
273
      </para>
274

    
275
      <para>
276
        The <option>--iallocator</option> option specifies the instance
277
        allocator plugin to use. If you pass in this option the allocator will
278
        select nodes for this instance automatically, so you don't need to pass
279
        them with the <option>-n</option> option. For more information please
280
        refer to the instance allocator documentation.
281
      </para>
282

    
283
      <para>
284
        The optional second value of the <option>--node</option> is used for
285
        the drbd template and specifies the remote node.
286
      </para>
287

    
288
      <para>
289
        If you do not want gnt-backup to wait for the disk mirror
290
        to be synced, use the <option>--no-wait-for-sync</option>
291
        option.
292
      </para>
293

    
294
      <para>
295
        Example:
296
        <screen>
297
# gnt-backup import -t plain --disk 0:size=1G -B memory=512 \
298
> -n node1.example.com \
299
> instance3.example.com
300
        </screen>
301
      </para>
302

    
303
    </refsect2>
304

    
305
    <refsect2>
306
      <title>LIST</title>
307

    
308
      <cmdsynopsis>
309
        <command>list</command>
310
        <arg>--node=<replaceable>NODE</replaceable></arg>
311
      </cmdsynopsis>
312

    
313
      <para>
314
        Lists the exports currently available in the default directory
315
        in all the nodes of the current cluster, or optionally only a
316
        subset of them specified using the <option>--node</option>
317
        option (which can be used multiple times)
318
      </para>
319

    
320
      <para>
321
      Example:
322
<screen>
323
# gnt-backup list --nodes node1 --nodes node2
324
</screen>
325
    </refsect2>
326

    
327
    <refsect2>
328
      <title>REMOVE</title>
329
      <cmdsynopsis>
330
        <command>remove</command>
331
        <arg choice="req">instance_name</arg>
332
      </cmdsynopsis>
333

    
334
      <para>
335
        Removes the backup for the given instance name, if any. If the
336
        backup was for a deleted instances, it is needed to pass the
337
        <acronym>FQDN</acronym> of the instance, and not only the
338
        short hostname.
339
      </para>
340

    
341
    </refsect2>
342

    
343
  </refsect1>
344

    
345
  &footer;
346

    
347
</refentry>
348

    
349
<!-- Keep this comment at the end of the file
350
Local variables:
351
mode: sgml
352
sgml-omittag:t
353
sgml-shorttag:t
354
sgml-minimize-attributes:nil
355
sgml-always-quote-attributes:t
356
sgml-indent-step:2
357
sgml-indent-data:t
358
sgml-parent-document:nil
359
sgml-default-dtd-file:nil
360
sgml-exposed-tags:nil
361
sgml-local-catalogs:nil
362
sgml-local-ecat-files:nil
363
End:
364
-->