bdev: Add functions to verify file storage paths
[ganeti-local] / man / gnt-instance.rst
1 gnt-instance(8) Ganeti | Version @GANETI_VERSION@
2 =================================================
3
4 Name
5 ----
6
7 gnt-instance - Ganeti instance administration
8
9 Synopsis
10 --------
11
12 **gnt-instance** {command} [arguments...]
13
14 DESCRIPTION
15 -----------
16
17 The **gnt-instance** command is used for instance administration in
18 the Ganeti system.
19
20 COMMANDS
21 --------
22
23 Creation/removal/querying
24 ~~~~~~~~~~~~~~~~~~~~~~~~~
25
26 ADD
27 ^^^
28
29 | **add**
30 | {-t|\--disk-template {diskless | file \| plain \| drbd \| rbd}}
31 | {\--disk=*N*: {size=*VAL* \| adopt=*LV*}[,vg=*VG*][,metavg=*VG*][,mode=*ro\|rw*]
32 |  \| {-s|\--os-size} *SIZE*}
33 | [\--no-ip-check] [\--no-name-check] [\--no-start] [\--no-install]
34 | [\--net=*N* [:options...] \| \--no-nics]
35 | [{-B|\--backend-parameters} *BEPARAMS*]
36 | [{-H|\--hypervisor-parameters} *HYPERVISOR* [: option=*value*... ]]
37 | [{-O|\--os-parameters} *param*=*value*... ]
38 | [\--file-storage-dir *dir\_path*] [\--file-driver {loop \| blktap}]
39 | {{-n|\--node} *node[:secondary-node]* \| {-I|\--iallocator} *name*}
40 | {{-o|\--os-type} *os-type*}
41 | [\--submit]
42 | [\--ignore-ipolicy]
43 | {*instance*}
44
45 Creates a new instance on the specified host. The *instance* argument
46 must be in DNS, but depending on the bridge/routing setup, need not be
47 in the same network as the nodes in the cluster.
48
49 The ``disk`` option specifies the parameters for the disks of the
50 instance. The numbering of disks starts at zero, and at least one disk
51 needs to be passed. For each disk, either the size or the adoption
52 source needs to be given, and optionally the access mode (read-only or
53 the default of read-write) and the LVM volume group can also be
54 specified (via the ``vg`` key). For DRBD devices, a different VG can
55 be specified for the metadata device using the ``metavg`` key.  The
56 size is interpreted (when no unit is given) in mebibytes. You can also
57 use one of the suffixes *m*, *g* or *t* to specify the exact the units
58 used; these suffixes map to mebibytes, gibibytes and tebibytes.
59
60 When using the ``adopt`` key in the disk definition, Ganeti will
61 reuse those volumes (instead of creating new ones) as the
62 instance's disks. Ganeti will rename these volumes to the standard
63 format, and (without installing the OS) will use them as-is for the
64 instance. This allows migrating instances from non-managed mode
65 (e.g. plain KVM with LVM) to being managed via Ganeti. Please note that
66 this works only for the \`plain' disk template (see below for
67 template details).
68
69 Alternatively, a single-disk instance can be created via the ``-s``
70 option which takes a single argument, the size of the disk. This is
71 similar to the Ganeti 1.2 version (but will only create one disk).
72
73 The minimum disk specification is therefore ``--disk 0:size=20G`` (or
74 ``-s 20G`` when using the ``-s`` option), and a three-disk instance
75 can be specified as ``--disk 0:size=20G --disk 1:size=4G --disk
76 2:size=100G``.
77
78 The ``--no-ip-check`` skips the checks that are done to see if the
79 instance's IP is not already alive (i.e. reachable from the master
80 node).
81
82 The ``--no-name-check`` skips the check for the instance name via
83 the resolver (e.g. in DNS or /etc/hosts, depending on your setup).
84 Since the name check is used to compute the IP address, if you pass
85 this option you must also pass the ``--no-ip-check`` option.
86
87 If you don't wat the instance to automatically start after
88 creation, this is possible via the ``--no-start`` option. This will
89 leave the instance down until a subsequent **gnt-instance start**
90 command.
91
92 The NICs of the instances can be specified via the ``--net``
93 option. By default, one NIC is created for the instance, with a
94 random MAC, and set up according the the cluster level nic
95 parameters. Each NIC can take these parameters (all optional):
96
97 mac
98     either a value or 'generate' to generate a new unique MAC
99
100 ip
101     specifies the IP address assigned to the instance from the Ganeti
102     side (this is not necessarily what the instance will use, but what
103     the node expects the instance to use)
104
105 mode
106     specifies the connection mode for this nic: routed or bridged.
107
108 link
109     in bridged mode specifies the bridge to attach this NIC to, in
110     routed mode it's intended to differentiate between different
111     routing tables/instance groups (but the meaning is dependent on
112     the network script, see gnt-cluster(8) for more details)
113
114
115 Of these "mode" and "link" are nic parameters, and inherit their
116 default at cluster level.  Alternatively, if no network is desired for
117 the instance, you can prevent the default of one NIC with the
118 ``--no-nics`` option.
119
120 The ``-o (--os-type)`` option specifies the operating system to be
121 installed.  The available operating systems can be listed with
122 **gnt-os list**.  Passing ``--no-install`` will however skip the OS
123 installation, allowing a manual import if so desired. Note that the
124 no-installation mode will automatically disable the start-up of the
125 instance (without an OS, it most likely won't be able to start-up
126 successfully).
127
128 The ``-B (--backend-parameters)`` option specifies the backend
129 parameters for the instance. If no such parameters are specified, the
130 values are inherited from the cluster. Possible parameters are:
131
132 maxmem
133     the maximum memory size of the instance; as usual, suffixes can be
134     used to denote the unit, otherwise the value is taken in mebibytes
135
136 minmem
137     the minimum memory size of the instance; as usual, suffixes can be
138     used to denote the unit, otherwise the value is taken in mebibytes
139
140 vcpus
141     the number of VCPUs to assign to the instance (if this value makes
142     sense for the hypervisor)
143
144 auto\_balance
145     whether the instance is considered in the N+1 cluster checks
146     (enough redundancy in the cluster to survive a node failure)
147
148 always\_failover
149     ``True`` or ``False``, whether the instance must be failed over
150     (shut down and rebooted) always or it may be migrated (briefly
151     suspended)
152
153 Note that before 2.6 Ganeti had a ``memory`` parameter, which was the
154 only value of memory an instance could have. With the
155 ``maxmem``/``minmem`` change Ganeti guarantees that at least the minimum
156 memory is always available for an instance, but allows more memory to be
157 used (up to the maximum memory) should it be free.
158
159 The ``-H (--hypervisor-parameters)`` option specified the hypervisor
160 to use for the instance (must be one of the enabled hypervisors on the
161 cluster) and optionally custom parameters for this instance. If not
162 other options are used (i.e. the invocation is just -H *NAME*) the
163 instance will inherit the cluster options. The defaults below show the
164 cluster defaults at cluster creation time.
165
166 The possible hypervisor options are as follows:
167
168 boot\_order
169     Valid for the Xen HVM and KVM hypervisors.
170
171     A string value denoting the boot order. This has different meaning
172     for the Xen HVM hypervisor and for the KVM one.
173
174     For Xen HVM, The boot order is a string of letters listing the boot
175     devices, with valid device letters being:
176
177     a
178         floppy drive
179
180     c
181         hard disk
182
183     d
184         CDROM drive
185
186     n
187         network boot (PXE)
188
189     The default is not to set an HVM boot order, which is interpreted
190     as 'dc'.
191
192     For KVM the boot order is either "floppy", "cdrom", "disk" or
193     "network".  Please note that older versions of KVM couldn't netboot
194     from virtio interfaces. This has been fixed in more recent versions
195     and is confirmed to work at least with qemu-kvm 0.11.1. Also note
196     that if you have set the ``kernel_path`` option, that will be used
197     for booting, and this setting will be silently ignored.
198
199 blockdev\_prefix
200     Valid for the Xen HVM and PVM hypervisors.
201
202     Relevant to non-pvops guest kernels, in which the disk device names
203     are given by the host.  Allows one to specify 'xvd', which helps run
204     Red Hat based installers, driven by anaconda.
205
206 floppy\_image\_path
207     Valid for the KVM hypervisor.
208
209     The path to a floppy disk image to attach to the instance.  This
210     is useful to install Windows operating systems on Virt/IO disks
211     because you can specify here the floppy for the drivers at
212     installation time.
213
214 cdrom\_image\_path
215     Valid for the Xen HVM and KVM hypervisors.
216
217     The path to a CDROM image to attach to the instance.
218
219 cdrom2\_image\_path
220     Valid for the KVM hypervisor.
221
222     The path to a second CDROM image to attach to the instance.
223     **NOTE**: This image can't be used to boot the system. To do that
224     you have to use the 'cdrom\_image\_path' option.
225
226 nic\_type
227     Valid for the Xen HVM and KVM hypervisors.
228
229     This parameter determines the way the network cards are presented
230     to the instance. The possible options are:
231
232     - rtl8139 (default for Xen HVM) (HVM & KVM)
233     - ne2k\_isa (HVM & KVM)
234     - ne2k\_pci (HVM & KVM)
235     - i82551 (KVM)
236     - i82557b (KVM)
237     - i82559er (KVM)
238     - pcnet (KVM)
239     - e1000 (KVM)
240     - paravirtual (default for KVM) (HVM & KVM)
241
242 disk\_type
243     Valid for the Xen HVM and KVM hypervisors.
244
245     This parameter determines the way the disks are presented to the
246     instance. The possible options are:
247
248     - ioemu [default] (HVM & KVM)
249     - ide (HVM & KVM)
250     - scsi (KVM)
251     - sd (KVM)
252     - mtd (KVM)
253     - pflash (KVM)
254
255
256 cdrom\_disk\_type
257     Valid for the KVM hypervisor.
258
259     This parameter determines the way the cdroms disks are presented
260     to the instance. The default behavior is to get the same value of
261     the eariler parameter (disk_type). The possible options are:
262
263     - paravirtual
264     - ide
265     - scsi
266     - sd
267     - mtd
268     - pflash
269
270
271 vnc\_bind\_address
272     Valid for the Xen HVM and KVM hypervisors.
273
274     Specifies the address that the VNC listener for this instance
275     should bind to. Valid values are IPv4 addresses. Use the address
276     0.0.0.0 to bind to all available interfaces (this is the default)
277     or specify the address of one of the interfaces on the node to
278     restrict listening to that interface.
279
280 vnc\_tls
281     Valid for the KVM hypervisor.
282
283     A boolean option that controls whether the VNC connection is
284     secured with TLS.
285
286 vnc\_x509\_path
287     Valid for the KVM hypervisor.
288
289     If ``vnc_tls`` is enabled, this options specifies the path to the
290     x509 certificate to use.
291
292 vnc\_x509\_verify
293     Valid for the KVM hypervisor.
294
295 spice\_bind
296     Valid for the KVM hypervisor.
297
298     Specifies the address or interface on which the SPICE server will
299     listen. Valid values are:
300
301     - IPv4 addresses, including 0.0.0.0 and 127.0.0.1
302     - IPv6 addresses, including :: and ::1
303     - names of network interfaces
304
305     If a network interface is specified, the SPICE server will be bound
306     to one of the addresses of that interface.
307
308 spice\_ip\_version
309     Valid for the KVM hypervisor.
310
311     Specifies which version of the IP protocol should be used by the
312     SPICE server.
313
314     It is mainly intended to be used for specifying what kind of IP
315     addresses should be used if a network interface with both IPv4 and
316     IPv6 addresses is specified via the ``spice_bind`` parameter. In
317     this case, if the ``spice_ip_version`` parameter is not used, the
318     default IP version of the cluster will be used.
319
320 spice\_password\_file
321     Valid for the KVM hypervisor.
322
323     Specifies a file containing the password that must be used when
324     connecting via the SPICE protocol. If the option is not specified,
325     passwordless connections are allowed.
326
327 spice\_image\_compression
328     Valid for the KVM hypervisor.
329
330     Configures the SPICE lossless image compression. Valid values are:
331
332     - auto_glz
333     - auto_lz
334     - quic
335     - glz
336     - lz
337     - off
338
339 spice\_jpeg\_wan\_compression
340     Valid for the KVM hypervisor.
341
342     Configures how SPICE should use the jpeg algorithm for lossy image
343     compression on slow links. Valid values are:
344
345     - auto
346     - never
347     - always
348
349 spice\_zlib\_glz\_wan\_compression
350     Valid for the KVM hypervisor.
351
352     Configures how SPICE should use the zlib-glz algorithm for lossy image
353     compression on slow links. Valid values are:
354
355     - auto
356     - never
357     - always
358
359 spice\_streaming\_video
360     Valid for the KVM hypervisor.
361
362     Configures how SPICE should detect video streams. Valid values are:
363
364     - off
365     - all
366     - filter
367
368 spice\_playback\_compression
369     Valid for the KVM hypervisor.
370
371     Configures whether SPICE should compress audio streams or not.
372
373 spice\_use\_tls
374     Valid for the KVM hypervisor.
375
376     Specifies that the SPICE server must use TLS to encrypt all the
377     traffic with the client.
378
379 spice\_tls\_ciphers
380     Valid for the KVM hypervisor.
381
382     Specifies a list of comma-separated ciphers that SPICE should use
383     for TLS connections. For the format, see man cipher(1).
384
385 spice\_use\_vdagent
386     Valid for the KVM hypervisor.
387
388     Enables or disables passing mouse events via SPICE vdagent.
389
390 cpu\_type
391     Valid for the KVM hypervisor.
392
393     This parameter determines the emulated cpu for the instance. If this
394     parameter is empty (which is the default configuration), it will not
395     be passed to KVM.
396
397     Be aware of setting this parameter to ``"host"`` if you have nodes
398     with different CPUs from each other. Live migration may stop working
399     in this situation.
400
401     For more information please refer to the KVM manual.
402
403 acpi
404     Valid for the Xen HVM and KVM hypervisors.
405
406     A boolean option that specifies if the hypervisor should enable
407     ACPI support for this instance. By default, ACPI is disabled.
408
409 pae
410     Valid for the Xen HVM and KVM hypervisors.
411
412     A boolean option that specifies if the hypervisor should enabled
413     PAE support for this instance. The default is false, disabling PAE
414     support.
415
416 use\_localtime
417     Valid for the Xen HVM and KVM hypervisors.
418
419     A boolean option that specifies if the instance should be started
420     with its clock set to the localtime of the machine (when true) or
421     to the UTC (When false). The default is false, which is useful for
422     Linux/Unix machines; for Windows OSes, it is recommended to enable
423     this parameter.
424
425 kernel\_path
426     Valid for the Xen PVM and KVM hypervisors.
427
428     This option specifies the path (on the node) to the kernel to boot
429     the instance with. Xen PVM instances always require this, while for
430     KVM if this option is empty, it will cause the machine to load the
431     kernel from its disks (and the boot will be done accordingly to
432     ``boot_order``).
433
434 kernel\_args
435     Valid for the Xen PVM and KVM hypervisors.
436
437     This options specifies extra arguments to the kernel that will be
438     loaded. device. This is always used for Xen PVM, while for KVM it
439     is only used if the ``kernel_path`` option is also specified.
440
441     The default setting for this value is simply ``"ro"``, which
442     mounts the root disk (initially) in read-only one. For example,
443     setting this to single will cause the instance to start in
444     single-user mode.
445
446 initrd\_path
447     Valid for the Xen PVM and KVM hypervisors.
448
449     This option specifies the path (on the node) to the initrd to boot
450     the instance with. Xen PVM instances can use this always, while
451     for KVM if this option is only used if the ``kernel_path`` option
452     is also specified. You can pass here either an absolute filename
453     (the path to the initrd) if you want to use an initrd, or use the
454     format no\_initrd\_path for no initrd.
455
456 root\_path
457     Valid for the Xen PVM and KVM hypervisors.
458
459     This options specifies the name of the root device. This is always
460     needed for Xen PVM, while for KVM it is only used if the
461     ``kernel_path`` option is also specified.
462
463     Please note, that if this setting is an empty string and the
464     hypervisor is Xen it will not be written to the Xen configuration
465     file
466
467 serial\_console
468     Valid for the KVM hypervisor.
469
470     This boolean option specifies whether to emulate a serial console
471     for the instance.
472
473 disk\_cache
474     Valid for the KVM hypervisor.
475
476     The disk cache mode. It can be either default to not pass any
477     cache option to KVM, or one of the KVM cache modes: none (for
478     direct I/O), writethrough (to use the host cache but report
479     completion to the guest only when the host has committed the
480     changes to disk) or writeback (to use the host cache and report
481     completion as soon as the data is in the host cache). Note that
482     there are special considerations for the cache mode depending on
483     version of KVM used and disk type (always raw file under Ganeti),
484     please refer to the KVM documentation for more details.
485
486 security\_model
487     Valid for the KVM hypervisor.
488
489     The security model for kvm. Currently one of *none*, *user* or
490     *pool*. Under *none*, the default, nothing is done and instances
491     are run as the Ganeti daemon user (normally root).
492
493     Under *user* kvm will drop privileges and become the user
494     specified by the security\_domain parameter.
495
496     Under *pool* a global cluster pool of users will be used, making
497     sure no two instances share the same user on the same node. (this
498     mode is not implemented yet)
499
500 security\_domain
501     Valid for the KVM hypervisor.
502
503     Under security model *user* the username to run the instance
504     under.  It must be a valid username existing on the host.
505
506     Cannot be set under security model *none* or *pool*.
507
508 kvm\_flag
509     Valid for the KVM hypervisor.
510
511     If *enabled* the -enable-kvm flag is passed to kvm. If *disabled*
512     -disable-kvm is passed. If unset no flag is passed, and the
513     default running mode for your kvm binary will be used.
514
515 mem\_path
516     Valid for the KVM hypervisor.
517
518     This option passes the -mem-path argument to kvm with the path (on
519     the node) to the mount point of the hugetlbfs file system, along
520     with the -mem-prealloc argument too.
521
522 use\_chroot
523     Valid for the KVM hypervisor.
524
525     This boolean option determines wether to run the KVM instance in a
526     chroot directory.
527
528     If it is set to ``true``, an empty directory is created before
529     starting the instance and its path is passed via the -chroot flag
530     to kvm. The directory is removed when the instance is stopped.
531
532     It is set to ``false`` by default.
533
534 migration\_downtime
535     Valid for the KVM hypervisor.
536
537     The maximum amount of time (in ms) a KVM instance is allowed to be
538     frozen during a live migration, in order to copy dirty memory
539     pages. Default value is 30ms, but you may need to increase this
540     value for busy instances.
541
542     This option is only effective with kvm versions >= 87 and qemu-kvm
543     versions >= 0.11.0.
544
545 cpu\_mask
546     Valid for the Xen, KVM and LXC hypervisors.
547
548     The processes belonging to the given instance are only scheduled
549     on the specified CPUs.
550
551     The format of the mask can be given in three forms. First, the word
552     "all", which signifies the common case where all VCPUs can live on
553     any CPU, based on the hypervisor's decisions.
554
555     Second, a comma-separated list of CPU IDs or CPU ID ranges. The
556     ranges are defined by a lower and higher boundary, separated by a
557     dash, and the boundaries are inclusive. In this form, all VCPUs of
558     the instance will be mapped on the selected list of CPUs. Example:
559     ``0-2,5``, mapping all VCPUs (no matter how many) onto physical CPUs
560     0, 1, 2 and 5.
561
562     The last form is used for explicit control of VCPU-CPU pinnings. In
563     this form, the list of VCPU mappings is given as a colon (:)
564     separated list, whose elements are the possible values for the
565     second or first form above. In this form, the number of elements in
566     the colon-separated list _must_ equal the number of VCPUs of the
567     instance.
568
569     Example::
570
571       # Map the entire instance to CPUs 0-2
572       gnt-instance modify -H cpu_mask=0-2 my-inst
573
574       # Map vCPU 0 to physical CPU 1 and vCPU 1 to CPU 3 (assuming 2 vCPUs)
575       gnt-instance modify -H cpu_mask=1:3 my-inst
576
577       # Pin vCPU 0 to CPUs 1 or 2, and vCPU 1 to any CPU
578       gnt-instance modify -H cpu_mask=1-2:all my-inst
579
580       # Pin vCPU 0 to any CPU, vCPU 1 to CPUs 1, 3, 4 or 5, and CPU 2 to
581       # CPU 0 (backslashes for escaping the comma)
582       gnt-instance modify -H cpu_mask=all:1\\,3-5:0 my-inst
583
584       # Pin entire VM to CPU 0
585       gnt-instance modify -H cpu_mask=0 my-inst
586
587       # Turn off CPU pinning (default setting)
588       gnt-instance modify -H cpu_mask=all my-inst
589
590 usb\_mouse
591     Valid for the KVM hypervisor.
592
593     This option specifies the usb mouse type to be used. It can be
594     "mouse" or "tablet". When using VNC it's recommended to set it to
595     "tablet".
596
597 keymap
598     Valid for the KVM hypervisor.
599
600     This option specifies the keyboard mapping to be used. It is only
601     needed when using the VNC console. For example: "fr" or "en-gb".
602
603 reboot\_behavior
604     Valid for Xen PVM, Xen HVM and KVM hypervisors.
605
606     Normally if an instance reboots, the hypervisor will restart it. If
607     this option is set to ``exit``, the hypervisor will treat a reboot
608     as a shutdown instead.
609
610     It is set to ``reboot`` by default.
611
612
613 The ``-O (--os-parameters)`` option allows customisation of the OS
614 parameters. The actual parameter names and values depends on the OS
615 being used, but the syntax is the same key=value. For example, setting
616 a hypothetical ``dhcp`` parameter to yes can be achieved by::
617
618     gnt-instance add -O dhcp=yes ...
619
620 The ``-I (--iallocator)`` option specifies the instance allocator
621 plugin to use. If you pass in this option the allocator will select
622 nodes for this instance automatically, so you don't need to pass them
623 with the ``-n`` option. For more information please refer to the
624 instance allocator documentation.
625
626 The ``-t (--disk-template)`` options specifies the disk layout type
627 for the instance.  The available choices are:
628
629 diskless
630     This creates an instance with no disks. Its useful for testing only
631     (or other special cases).
632
633 file
634     Disk devices will be regular files.
635
636 plain
637     Disk devices will be logical volumes.
638
639 drbd
640     Disk devices will be drbd (version 8.x) on top of lvm volumes.
641
642 rbd
643     Disk devices will be rbd volumes residing inside a RADOS cluster.
644
645
646 The optional second value of the ``-n (--node)`` is used for the drbd
647 template type and specifies the remote node.
648
649 If you do not want gnt-instance to wait for the disk mirror to be
650 synced, use the ``--no-wait-for-sync`` option.
651
652 The ``--file-storage-dir`` specifies the relative path under the
653 cluster-wide file storage directory to store file-based disks. It is
654 useful for having different subdirectories for different
655 instances. The full path of the directory where the disk files are
656 stored will consist of cluster-wide file storage directory + optional
657 subdirectory + instance name. Example:
658 ``@RPL_FILE_STORAGE_DIR@``*/mysubdir/instance1.example.com*. This
659 option is only relevant for instances using the file storage backend.
660
661 The ``--file-driver`` specifies the driver to use for file-based
662 disks. Note that currently these drivers work with the xen hypervisor
663 only. This option is only relevant for instances using the file
664 storage backend. The available choices are:
665
666 loop
667     Kernel loopback driver. This driver uses loopback devices to
668     access the filesystem within the file. However, running I/O
669     intensive applications in your instance using the loop driver
670     might result in slowdowns. Furthermore, if you use the loopback
671     driver consider increasing the maximum amount of loopback devices
672     (on most systems it's 8) using the max\_loop param.
673
674 blktap
675     The blktap driver (for Xen hypervisors). In order to be able to
676     use the blktap driver you should check if the 'blktapctrl' user
677     space disk agent is running (usually automatically started via
678     xend).  This user-level disk I/O interface has the advantage of
679     better performance. Especially if you use a network file system
680     (e.g. NFS) to store your instances this is the recommended choice.
681
682 If ``--ignore-ipolicy`` is given any instance policy violations occuring
683 during this operation are ignored.
684
685 See **ganeti(7)** for a description of ``--submit`` and other common
686 options.
687
688 Example::
689
690     # gnt-instance add -t file --disk 0:size=30g -B maxmem=512 -o debian-etch \
691       -n node1.example.com --file-storage-dir=mysubdir instance1.example.com
692     # gnt-instance add -t plain --disk 0:size=30g -B maxmem=1024,minmem=512 \
693       -o debian-etch -n node1.example.com instance1.example.com
694     # gnt-instance add -t plain --disk 0:size=30g --disk 1:size=100g,vg=san \
695       -B maxmem=512 -o debian-etch -n node1.example.com instance1.example.com
696     # gnt-instance add -t drbd --disk 0:size=30g -B maxmem=512 -o debian-etch \
697       -n node1.example.com:node2.example.com instance2.example.com
698
699
700 BATCH-CREATE
701 ^^^^^^^^^^^^
702
703 **batch-create** {instances\_file.json}
704
705 This command (similar to the Ganeti 1.2 **batcher** tool) submits
706 multiple instance creation jobs based on a definition file. The
707 instance configurations do not encompass all the possible options for
708 the **add** command, but only a subset.
709
710 The instance file should be a valid-formed JSON file, containing a
711 dictionary with instance name and instance parameters. The accepted
712 parameters are:
713
714 disk\_size
715     The size of the disks of the instance.
716
717 disk\_template
718     The disk template to use for the instance, the same as in the
719     **add** command.
720
721 backend
722     A dictionary of backend parameters.
723
724 hypervisor
725     A dictionary with a single key (the hypervisor name), and as value
726     the hypervisor options. If not passed, the default hypervisor and
727     hypervisor options will be inherited.
728
729 mac, ip, mode, link
730     Specifications for the one NIC that will be created for the
731     instance. 'bridge' is also accepted as a backwards compatibile
732     key.
733
734 nics
735     List of nics that will be created for the instance. Each entry
736     should be a dict, with mac, ip, mode and link as possible keys.
737     Please don't provide the "mac, ip, mode, link" parent keys if you
738     use this method for specifying nics.
739
740 primary\_node, secondary\_node
741     The primary and optionally the secondary node to use for the
742     instance (in case an iallocator script is not used).
743
744 iallocator
745     Instead of specifying the nodes, an iallocator script can be used
746     to automatically compute them.
747
748 start
749     whether to start the instance
750
751 ip\_check
752     Skip the check for already-in-use instance; see the description in
753     the **add** command for details.
754
755 name\_check
756     Skip the name check for instances; see the description in the
757     **add** command for details.
758
759 file\_storage\_dir, file\_driver
760     Configuration for the file disk type, see the **add** command for
761     details.
762
763
764 A simple definition for one instance can be (with most of the
765 parameters taken from the cluster defaults)::
766
767     {
768       "instance3": {
769         "template": "drbd",
770         "os": "debootstrap",
771         "disk_size": ["25G"],
772         "iallocator": "dumb"
773       },
774       "instance5": {
775         "template": "drbd",
776         "os": "debootstrap",
777         "disk_size": ["25G"],
778         "iallocator": "dumb",
779         "hypervisor": "xen-hvm",
780         "hvparams": {"acpi": true},
781         "backend": {"maxmem": 512, "minmem": 256}
782       }
783     }
784
785 The command will display the job id for each submitted instance, as
786 follows::
787
788     # gnt-instance batch-create instances.json
789     instance3: 11224
790     instance5: 11225
791
792 REMOVE
793 ^^^^^^
794
795 **remove** [\--ignore-failures] [\--shutdown-timeout=*N*] [\--submit]
796 [\--force] {*instance*}
797
798 Remove an instance. This will remove all data from the instance and
799 there is *no way back*. If you are not sure if you use an instance
800 again, use **shutdown** first and leave it in the shutdown state for a
801 while.
802
803 The ``--ignore-failures`` option will cause the removal to proceed
804 even in the presence of errors during the removal of the instance
805 (e.g. during the shutdown or the disk removal). If this option is not
806 given, the command will stop at the first error.
807
808 The ``--shutdown-timeout`` is used to specify how much time to wait
809 before forcing the shutdown (e.g. ``xm destroy`` in Xen, killing the
810 kvm process for KVM, etc.). By default two minutes are given to each
811 instance to stop.
812
813 The ``--force`` option is used to skip the interactive confirmation.
814
815 See **ganeti(7)** for a description of ``--submit`` and other common
816 options.
817
818 Example::
819
820     # gnt-instance remove instance1.example.com
821
822
823 LIST
824 ^^^^
825
826 | **list**
827 | [\--no-headers] [\--separator=*SEPARATOR*] [\--units=*UNITS*] [-v]
828 | [{-o|\--output} *[+]FIELD,...*] [\--filter] [instance...]
829
830 Shows the currently configured instances with memory usage, disk
831 usage, the node they are running on, and their run status.
832
833 The ``--no-headers`` option will skip the initial header line. The
834 ``--separator`` option takes an argument which denotes what will be
835 used between the output fields. Both these options are to help
836 scripting.
837
838 The units used to display the numeric values in the output varies,
839 depending on the options given. By default, the values will be
840 formatted in the most appropriate unit. If the ``--separator`` option
841 is given, then the values are shown in mebibytes to allow parsing by
842 scripts. In both cases, the ``--units`` option can be used to enforce
843 a given output unit.
844
845 The ``-v`` option activates verbose mode, which changes the display of
846 special field states (see **ganeti(7)**).
847
848 The ``-o (--output)`` option takes a comma-separated list of output
849 fields. The available fields and their meaning are:
850
851 @QUERY_FIELDS_INSTANCE@
852
853 If the value of the option starts with the character ``+``, the new
854 field(s) will be added to the default list. This allows one to quickly
855 see the default list plus a few other fields, instead of retyping the
856 entire list of fields.
857
858 There is a subtle grouping about the available output fields: all
859 fields except for ``oper_state``, ``oper_ram``, ``oper_vcpus`` and
860 ``status`` are configuration value and not run-time values. So if you
861 don't select any of the these fields, the query will be satisfied
862 instantly from the cluster configuration, without having to ask the
863 remote nodes for the data. This can be helpful for big clusters when
864 you only want some data and it makes sense to specify a reduced set of
865 output fields.
866
867 If exactly one argument is given and it appears to be a query filter
868 (see **ganeti(7)**), the query result is filtered accordingly. For
869 ambiguous cases (e.g. a single field name as a filter) the ``--filter``
870 (``-F``) option forces the argument to be treated as a filter (e.g.
871 ``gnt-instance list -F admin_state``).
872
873 The default output field list is: ``name``, ``os``, ``pnode``,
874 ``admin_state``, ``oper_state``, ``oper_ram``.
875
876
877 LIST-FIELDS
878 ~~~~~~~~~~~
879
880 **list-fields** [field...]
881
882 Lists available fields for instances.
883
884
885 INFO
886 ^^^^
887
888 **info** [-s \| \--static] [\--roman] {\--all \| *instance*}
889
890 Show detailed information about the given instance(s). This is
891 different from **list** as it shows detailed data about the instance's
892 disks (especially useful for the drbd disk template).
893
894 If the option ``-s`` is used, only information available in the
895 configuration file is returned, without querying nodes, making the
896 operation faster.
897
898 Use the ``--all`` to get info about all instances, rather than
899 explicitly passing the ones you're interested in.
900
901 The ``--roman`` option can be used to cause envy among people who like
902 ancient cultures, but are stuck with non-latin-friendly cluster
903 virtualization technologies.
904
905 MODIFY
906 ^^^^^^
907
908 | **modify**
909 | [{-H|\--hypervisor-parameters} *HYPERVISOR\_PARAMETERS*]
910 | [{-B|\--backend-parameters} *BACKEND\_PARAMETERS*]
911 | [{-m|\--runtime-memory} *SIZE*]
912 | [\--net add*[:options]* \| \--net remove \| \--net *N:options*]
913 | [\--disk add:size=*SIZE*[,vg=*VG*][,metavg=*VG*] \| \--disk remove \|
914 |  \--disk *N*:mode=*MODE*]
915 | [{-t|\--disk-template} plain | {-t|\--disk-template} drbd -n *new_secondary*] [\--no-wait-for-sync]
916 | [\--os-type=*OS* [\--force-variant]]
917 | [{-O|\--os-parameters} *param*=*value*... ]
918 | [\--offline \| \--online]
919 | [\--submit]
920 | [\--ignore-ipolicy]
921 | {*instance*}
922
923 Modifies the memory size, number of vcpus, ip address, MAC address
924 and/or nic parameters for an instance. It can also add and remove
925 disks and NICs to/from the instance. Note that you need to give at
926 least one of the arguments, otherwise the command complains.
927
928 The ``-H (--hypervisor-parameters)``, ``-B (--backend-parameters)``
929 and ``-O (--os-parameters)`` options specifies hypervisor, backend and
930 OS parameter options in the form of name=value[,...]. For details
931 which options can be specified, see the **add** command.
932
933 The ``-t (--disk-template)`` option will change the disk template of
934 the instance.  Currently only conversions between the plain and drbd
935 disk templates are supported, and the instance must be stopped before
936 attempting the conversion. When changing from the plain to the drbd
937 disk template, a new secondary node must be specified via the ``-n``
938 option. The option ``--no-wait-for-sync`` can be used when converting
939 to the ``drbd`` template in order to make the instance available for
940 startup before DRBD has finished resyncing.
941
942 The ``-m (--runtime-memory)`` option will change an instance's runtime
943 memory to the given size (in MB if a different suffix is not specified),
944 by ballooning it up or down to the new value.
945
946 The ``--disk add:size=``*SIZE* option adds a disk to the instance. The
947 optional ``vg=``*VG* option specifies an LVM volume group other than
948 the default volume group to create the disk on. For DRBD disks, the
949 ``metavg=``*VG* option specifies the volume group for the metadata
950 device. ``--disk`` *N*``:add,size=``**SIZE** can be used to add a
951 disk at a specific index. The ``--disk remove`` option will remove the
952 last disk of the instance. Use ``--disk `` *N*``:remove`` to remove a
953 disk by its index. The ``--disk`` *N*``:mode=``*MODE* option will change
954 the mode of the Nth disk of the instance between read-only (``ro``) and
955 read-write (``rw``).
956
957 The ``--net add:``*options* and ``--net`` *N*``:add,``*options* option
958 will add a new network interface to the instance. The available options
959 are the same as in the **add** command (``mac``, ``ip``, ``link``,
960 ``mode``). The ``--net remove`` will remove the last network interface
961 of the instance (``--net`` *N*``:remove`` for a specific index), while
962 the ``--net`` *N*``:``*options* option will change the parameters of the Nth
963 instance network interface.
964
965 The option ``-o (--os-type)`` will change the OS name for the instance
966 (without reinstallation). In case an OS variant is specified that is
967 not found, then by default the modification is refused, unless
968 ``--force-variant`` is passed. An invalid OS will also be refused,
969 unless the ``--force`` option is given.
970
971 The ``--online`` and ``--offline`` options are used to transition an
972 instance into and out of the ``offline`` state. An instance can be
973 turned offline only if it was previously down. The ``--online`` option
974 fails if the instance was not in the ``offline`` state, otherwise it
975 changes instance's state to ``down``. These modifications take effect
976 immediately.
977
978 If ``--ignore-ipolicy`` is given any instance policy violations occuring
979 during this operation are ignored.
980
981 See **ganeti(7)** for a description of ``--submit`` and other common
982 options.
983
984 Most of the changes take effect at the next restart. If the instance is
985 running, there is no effect on the instance.
986
987 REINSTALL
988 ^^^^^^^^^
989
990 | **reinstall** [{-o|\--os-type} *os-type*] [\--select-os] [-f *force*]
991 | [\--force-multiple]
992 | [\--instance \| \--node \| \--primary \| \--secondary \| \--all]
993 | [{-O|\--os-parameters} *OS\_PARAMETERS*] [\--submit] {*instance*...}
994
995 Reinstalls the operating system on the given instance(s). The
996 instance(s) must be stopped when running this command. If the ``-o
997 (--os-type)`` is specified, the operating system is changed.
998
999 The ``--select-os`` option switches to an interactive OS reinstall.
1000 The user is prompted to select the OS template from the list of
1001 available OS templates. OS parameters can be overridden using ``-O
1002 (--os-parameters)`` (more documentation for this option under the
1003 **add** command).
1004
1005 Since this is a potentially dangerous command, the user will be
1006 required to confirm this action, unless the ``-f`` flag is passed.
1007 When multiple instances are selected (either by passing multiple
1008 arguments or by using the ``--node``, ``--primary``, ``--secondary``
1009 or ``--all`` options), the user must pass the ``--force-multiple``
1010 options to skip the interactive confirmation.
1011
1012 See **ganeti(7)** for a description of ``--submit`` and other common
1013 options.
1014
1015 RENAME
1016 ^^^^^^
1017
1018 | **rename** [\--no-ip-check] [\--no-name-check] [\--submit]
1019 | {*instance*} {*new\_name*}
1020
1021 Renames the given instance. The instance must be stopped when running
1022 this command. The requirements for the new name are the same as for
1023 adding an instance: the new name must be resolvable and the IP it
1024 resolves to must not be reachable (in order to prevent duplicate IPs
1025 the next time the instance is started). The IP test can be skipped if
1026 the ``--no-ip-check`` option is passed.
1027
1028 The ``--no-name-check`` skips the check for the new instance name via
1029 the resolver (e.g. in DNS or /etc/hosts, depending on your setup) and
1030 that the resolved name matches the provided name. Since the name check
1031 is used to compute the IP address, if you pass this option you must also
1032 pass the ``--no-ip-check`` option.
1033
1034 See **ganeti(7)** for a description of ``--submit`` and other common
1035 options.
1036
1037 Starting/stopping/connecting to console
1038 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1039
1040 STARTUP
1041 ^^^^^^^
1042
1043 | **startup**
1044 | [\--force] [\--ignore-offline]
1045 | [\--force-multiple] [\--no-remember]
1046 | [\--instance \| \--node \| \--primary \| \--secondary \| \--all \|
1047 | \--tags \| \--node-tags \| \--pri-node-tags \| \--sec-node-tags]
1048 | [{-H|\--hypervisor-parameters} ``key=value...``]
1049 | [{-B|\--backend-parameters} ``key=value...``]
1050 | [\--submit] [\--paused]
1051 | {*name*...}
1052
1053 Starts one or more instances, depending on the following options.  The
1054 four available modes are:
1055
1056 \--instance
1057     will start the instances given as arguments (at least one argument
1058     required); this is the default selection
1059
1060 \--node
1061     will start the instances who have the given node as either primary
1062     or secondary
1063
1064 \--primary
1065     will start all instances whose primary node is in the list of nodes
1066     passed as arguments (at least one node required)
1067
1068 \--secondary
1069     will start all instances whose secondary node is in the list of
1070     nodes passed as arguments (at least one node required)
1071
1072 \--all
1073     will start all instances in the cluster (no arguments accepted)
1074
1075 \--tags
1076     will start all instances in the cluster with the tags given as
1077     arguments
1078
1079 \--node-tags
1080     will start all instances in the cluster on nodes with the tags
1081     given as arguments
1082
1083 \--pri-node-tags
1084     will start all instances in the cluster on primary nodes with the
1085     tags given as arguments
1086
1087 \--sec-node-tags
1088     will start all instances in the cluster on secondary nodes with the
1089     tags given as arguments
1090
1091 Note that although you can pass more than one selection option, the
1092 last one wins, so in order to guarantee the desired result, don't pass
1093 more than one such option.
1094
1095 Use ``--force`` to start even if secondary disks are failing.
1096 ``--ignore-offline`` can be used to ignore offline primary nodes and
1097 mark the instance as started even if the primary is not available.
1098
1099 The ``--force-multiple`` will skip the interactive confirmation in the
1100 case the more than one instance will be affected.
1101
1102 The ``--no-remember`` option will perform the startup but not change
1103 the state of the instance in the configuration file (if it was stopped
1104 before, Ganeti will still thinks it needs to be stopped). This can be
1105 used for testing, or for a one shot-start where you don't want the
1106 watcher to restart the instance if it crashes.
1107
1108 The ``-H (--hypervisor-parameters)`` and ``-B (--backend-parameters)``
1109 options specify temporary hypervisor and backend parameters that can
1110 be used to start an instance with modified parameters. They can be
1111 useful for quick testing without having to modify an instance back and
1112 forth, e.g.::
1113
1114     # gnt-instance start -H kernel_args="single" instance1
1115     # gnt-instance start -B maxmem=2048 instance2
1116
1117
1118 The first form will start the instance instance1 in single-user mode,
1119 and the instance instance2 with 2GB of RAM (this time only, unless
1120 that is the actual instance memory size already). Note that the values
1121 override the instance parameters (and not extend them): an instance
1122 with "kernel\_args=ro" when started with -H kernel\_args=single will
1123 result in "single", not "ro single".
1124
1125 The ``--paused`` option is only valid for Xen and kvm hypervisors.  This
1126 pauses the instance at the start of bootup, awaiting ``gnt-instance
1127 console`` to unpause it, allowing the entire boot process to be
1128 monitored for debugging.
1129
1130 See **ganeti(7)** for a description of ``--submit`` and other common
1131 options.
1132
1133 Example::
1134
1135     # gnt-instance start instance1.example.com
1136     # gnt-instance start --node node1.example.com node2.example.com
1137     # gnt-instance start --all
1138
1139
1140 SHUTDOWN
1141 ^^^^^^^^
1142
1143 | **shutdown**
1144 | [\--timeout=*N*]
1145 | [\--force-multiple] [\--ignore-offline] [\--no-remember]
1146 | [\--instance \| \--node \| \--primary \| \--secondary \| \--all \|
1147 | \--tags \| \--node-tags \| \--pri-node-tags \| \--sec-node-tags]
1148 | [\--submit]
1149 | {*name*...}
1150
1151 Stops one or more instances. If the instance cannot be cleanly stopped
1152 during a hardcoded interval (currently 2 minutes), it will forcibly
1153 stop the instance (equivalent to switching off the power on a physical
1154 machine).
1155
1156 The ``--timeout`` is used to specify how much time to wait before
1157 forcing the shutdown (e.g. ``xm destroy`` in Xen, killing the kvm
1158 process for KVM, etc.). By default two minutes are given to each
1159 instance to stop.
1160
1161 The ``--instance``, ``--node``, ``--primary``, ``--secondary``,
1162 ``--all``, ``--tags``, ``--node-tags``, ``--pri-node-tags`` and
1163 ``--sec-node-tags`` options are similar as for the **startup** command
1164 and they influence the actual instances being shutdown.
1165
1166 ``--ignore-offline`` can be used to ignore offline primary nodes and
1167 force the instance to be marked as stopped. This option should be used
1168 with care as it can lead to an inconsistent cluster state.
1169
1170 The ``--no-remember`` option will perform the shutdown but not change
1171 the state of the instance in the configuration file (if it was running
1172 before, Ganeti will still thinks it needs to be running). This can be
1173 useful for a cluster-wide shutdown, where some instances are marked as
1174 up and some as down, and you don't want to change the running state:
1175 you just need to disable the watcher, shutdown all instances with
1176 ``--no-remember``, and when the watcher is activated again it will
1177 restore the correct runtime state for all instances.
1178
1179 See **ganeti(7)** for a description of ``--submit`` and other common
1180 options.
1181
1182 Example::
1183
1184     # gnt-instance shutdown instance1.example.com
1185     # gnt-instance shutdown --all
1186
1187
1188 REBOOT
1189 ^^^^^^
1190
1191 | **reboot**
1192 | [{-t|\--type} *REBOOT-TYPE*]
1193 | [\--ignore-secondaries]
1194 | [\--shutdown-timeout=*N*]
1195 | [\--force-multiple]
1196 | [\--instance \| \--node \| \--primary \| \--secondary \| \--all \|
1197 | \--tags \| \--node-tags \| \--pri-node-tags \| \--sec-node-tags]
1198 | [\--submit]
1199 | [*name*...]
1200
1201 Reboots one or more instances. The type of reboot depends on the value
1202 of ``-t (--type)``. A soft reboot does a hypervisor reboot, a hard reboot
1203 does a instance stop, recreates the hypervisor config for the instance
1204 and starts the instance. A full reboot does the equivalent of
1205 **gnt-instance shutdown && gnt-instance startup**.  The default is
1206 hard reboot.
1207
1208 For the hard reboot the option ``--ignore-secondaries`` ignores errors
1209 for the secondary node while re-assembling the instance disks.
1210
1211 The ``--instance``, ``--node``, ``--primary``, ``--secondary``,
1212 ``--all``, ``--tags``, ``--node-tags``, ``--pri-node-tags`` and
1213 ``--sec-node-tags`` options are similar as for the **startup** command
1214 and they influence the actual instances being rebooted.
1215
1216 The ``--shutdown-timeout`` is used to specify how much time to wait
1217 before forcing the shutdown (xm destroy in xen, killing the kvm
1218 process, for kvm). By default two minutes are given to each instance
1219 to stop.
1220
1221 The ``--force-multiple`` will skip the interactive confirmation in the
1222 case the more than one instance will be affected.
1223
1224 See **ganeti(7)** for a description of ``--submit`` and other common
1225 options.
1226
1227 Example::
1228
1229     # gnt-instance reboot instance1.example.com
1230     # gnt-instance reboot --type=full instance1.example.com
1231
1232
1233 CONSOLE
1234 ^^^^^^^
1235
1236 **console** [\--show-cmd] {*instance*}
1237
1238 Connects to the console of the given instance. If the instance is not
1239 up, an error is returned. Use the ``--show-cmd`` option to display the
1240 command instead of executing it.
1241
1242 For HVM instances, this will attempt to connect to the serial console
1243 of the instance. To connect to the virtualized "physical" console of a
1244 HVM instance, use a VNC client with the connection info from the
1245 **info** command.
1246
1247 For Xen/kvm instances, if the instance is paused, this attempts to
1248 unpause the instance after waiting a few seconds for the connection to
1249 the console to be made.
1250
1251 Example::
1252
1253     # gnt-instance console instance1.example.com
1254
1255
1256 Disk management
1257 ~~~~~~~~~~~~~~~
1258
1259 REPLACE-DISKS
1260 ^^^^^^^^^^^^^
1261
1262 **replace-disks** [\--submit] [\--early-release] [\--ignore-ipolicy] {-p}
1263 [\--disks *idx*] {*instance*}
1264
1265 **replace-disks** [\--submit] [\--early-release] [\--ignore-ipolicy] {-s}
1266 [\--disks *idx*] {*instance*}
1267
1268 **replace-disks** [\--submit] [\--early-release] [\--ignore-ipolicy]
1269 {{-I\|\--iallocator} *name* \| \--node *node* } {*instance*}
1270
1271 **replace-disks** [\--submit] [\--early-release] [\--ignore-ipolicy]
1272 {\--auto} {*instance*}
1273
1274 This command is a generalized form for replacing disks. It is
1275 currently only valid for the mirrored (DRBD) disk template.
1276
1277 The first form (when passing the ``-p`` option) will replace the disks
1278 on the primary, while the second form (when passing the ``-s`` option
1279 will replace the disks on the secondary node. For these two cases (as
1280 the node doesn't change), it is possible to only run the replace for a
1281 subset of the disks, using the option ``--disks`` which takes a list
1282 of comma-delimited disk indices (zero-based), e.g. 0,2 to replace only
1283 the first and third disks.
1284
1285 The third form (when passing either the ``--iallocator`` or the
1286 ``--new-secondary`` option) is designed to change secondary node of
1287 the instance. Specifying ``--iallocator`` makes the new secondary be
1288 selected automatically by the specified allocator plugin, otherwise
1289 the new secondary node will be the one chosen manually via the
1290 ``--new-secondary`` option.
1291
1292 Note that it is not possible to select an offline or drained node as a
1293 new secondary.
1294
1295 The fourth form (when using ``--auto``) will automatically determine
1296 which disks of an instance are faulty and replace them within the same
1297 node. The ``--auto`` option works only when an instance has only
1298 faulty disks on either the primary or secondary node; it doesn't work
1299 when both sides have faulty disks.
1300
1301 The ``--early-release`` changes the code so that the old storage on
1302 secondary node(s) is removed early (before the resync is completed)
1303 and the internal Ganeti locks for the current (and new, if any)
1304 secondary node are also released, thus allowing more parallelism in
1305 the cluster operation. This should be used only when recovering from a
1306 disk failure on the current secondary (thus the old storage is already
1307 broken) or when the storage on the primary node is known to be fine
1308 (thus we won't need the old storage for potential recovery).
1309
1310 The ``--ignore-ipolicy`` let the command ignore instance policy
1311 violations if replace-disks changes groups and the instance would
1312 violate the new groups instance policy.
1313
1314 See **ganeti(7)** for a description of ``--submit`` and other common
1315 options.
1316
1317 ACTIVATE-DISKS
1318 ^^^^^^^^^^^^^^
1319
1320 **activate-disks** [\--submit] [\--ignore-size] [\--wait-for-sync] {*instance*}
1321
1322 Activates the block devices of the given instance. If successful, the
1323 command will show the location and name of the block devices::
1324
1325     node1.example.com:disk/0:/dev/drbd0
1326     node1.example.com:disk/1:/dev/drbd1
1327
1328
1329 In this example, *node1.example.com* is the name of the node on which
1330 the devices have been activated. The *disk/0* and *disk/1* are the
1331 Ganeti-names of the instance disks; how they are visible inside the
1332 instance is hypervisor-specific. */dev/drbd0* and */dev/drbd1* are the
1333 actual block devices as visible on the node.
1334
1335 The ``--ignore-size`` option can be used to activate disks ignoring
1336 the currently configured size in Ganeti. This can be used in cases
1337 where the configuration has gotten out of sync with the real-world
1338 (e.g. after a partially-failed grow-disk operation or due to rounding
1339 in LVM devices). This should not be used in normal cases, but only
1340 when activate-disks fails without it.
1341
1342 The ``--wait-for-sync`` option will ensure that the command returns only
1343 after the instance's disks are synchronised (mostly for DRBD); this can
1344 be useful to ensure consistency, as otherwise there are no commands that
1345 can wait until synchronisation is done. However when passing this
1346 option, the command will have additional output, making it harder to
1347 parse the disk information.
1348
1349 Note that it is safe to run this command while the instance is already
1350 running.
1351
1352 See **ganeti(7)** for a description of ``--submit`` and other common
1353 options.
1354
1355 DEACTIVATE-DISKS
1356 ^^^^^^^^^^^^^^^^
1357
1358 **deactivate-disks** [-f] [\--submit] {*instance*}
1359
1360 De-activates the block devices of the given instance. Note that if you
1361 run this command for an instance with a drbd disk template, while it
1362 is running, it will not be able to shutdown the block devices on the
1363 primary node, but it will shutdown the block devices on the secondary
1364 nodes, thus breaking the replication.
1365
1366 The ``-f``/``--force`` option will skip checks that the instance is
1367 down; in case the hypervisor is confused and we can't talk to it,
1368 normally Ganeti will refuse to deactivate the disks, but with this
1369 option passed it will skip this check and directly try to deactivate
1370 the disks. This can still fail due to the instance actually running or
1371 other issues.
1372
1373 See **ganeti(7)** for a description of ``--submit`` and other common
1374 options.
1375
1376 GROW-DISK
1377 ^^^^^^^^^
1378
1379 | **grow-disk** [\--no-wait-for-sync] [\--submit] [\--absolute]
1380 | {*instance*} {*disk*} {*amount*}
1381
1382 Grows an instance's disk. This is only possible for instances having a
1383 plain, drbd or rbd disk template.
1384
1385 Note that this command only change the block device size; it will not
1386 grow the actual filesystems, partitions, etc. that live on that
1387 disk. Usually, you will need to:
1388
1389 #. use **gnt-instance grow-disk**
1390
1391 #. reboot the instance (later, at a convenient time)
1392
1393 #. use a filesystem resizer, such as ext2online(8) or
1394    xfs\_growfs(8) to resize the filesystem, or use fdisk(8) to change
1395    the partition table on the disk
1396
1397 The *disk* argument is the index of the instance disk to grow. The
1398 *amount* argument is given as a number which can have a suffix (like the
1399 disk size in instance create); if the suffix is missing, the value will
1400 be interpreted as mebibytes.
1401
1402 By default, the *amount* value represents the desired increase in the
1403 disk size (e.g. an amount of 1G will take a disk of size 3G to 4G). If
1404 the optional ``--absolute`` parameter is passed, then the *amount*
1405 argument doesn't represent the delta, but instead the desired final disk
1406 size (e.g. an amount of 8G will take a disk of size 4G to 8G).
1407
1408 For instances with a drbd template, note that the disk grow operation
1409 might complete on one node but fail on the other; this will leave the
1410 instance with different-sized LVs on the two nodes, but this will not
1411 create problems (except for unused space).
1412
1413 If you do not want gnt-instance to wait for the new disk region to be
1414 synced, use the ``--no-wait-for-sync`` option.
1415
1416 See **ganeti(7)** for a description of ``--submit`` and other common
1417 options.
1418
1419 Example (increase the first disk for instance1 by 16GiB)::
1420
1421     # gnt-instance grow-disk instance1.example.com 0 16g
1422
1423 Example for increasing the disk size to a certain size::
1424
1425    # gnt-instance grow-disk --absolute instance1.example.com 0 32g
1426
1427 Also note that disk shrinking is not supported; use **gnt-backup
1428 export** and then **gnt-backup import** to reduce the disk size of an
1429 instance.
1430
1431 RECREATE-DISKS
1432 ^^^^^^^^^^^^^^
1433
1434 | **recreate-disks** [\--submit]
1435 | [{-n node1:[node2] \| {-I\|\--iallocator *name*}}]
1436 | [\--disk=*N*[:[size=*VAL*][,mode=*ro\|rw*]]] {*instance*}
1437
1438 Recreates all or a subset of disks of the given instance.
1439
1440 Note that this functionality should only be used for missing disks; if
1441 any of the given disks already exists, the operation will fail.  While
1442 this is suboptimal, recreate-disks should hopefully not be needed in
1443 normal operation and as such the impact of this is low.
1444
1445 If only a subset should be recreated, any number of ``disk`` options can
1446 be specified. It expects a disk index and an optional list of disk
1447 parameters to change. Only ``size`` and ``mode`` can be changed while
1448 recreating disks. To recreate all disks while changing parameters on
1449 a subset only, a ``--disk`` option must be given for every disk of the
1450 instance.
1451
1452 Optionally the instance's disks can be recreated on different
1453 nodes. This can be useful if, for example, the original nodes of the
1454 instance have gone down (and are marked offline), so we can't recreate
1455 on the same nodes. To do this, pass the new node(s) via ``-n`` option,
1456 with a syntax similar to the **add** command. The number of nodes
1457 passed must equal the number of nodes that the instance currently
1458 has. Note that changing nodes is only allowed when all disks are
1459 replaced, e.g. when no ``--disk`` option is passed.
1460
1461 Another method of chosing which nodes to place the instance on is by
1462 using the specified iallocator, passing the ``--iallocator`` option.
1463 The primary and secondary nodes will be chosen by the specified
1464 iallocator plugin.
1465
1466 See **ganeti(7)** for a description of ``--submit`` and other common
1467 options.
1468
1469 Recovery
1470 ~~~~~~~~
1471
1472 FAILOVER
1473 ^^^^^^^^
1474
1475 | **failover** [-f] [\--ignore-consistency] [\--ignore-ipolicy]
1476 | [\--shutdown-timeout=*N*]
1477 | [{-n|\--target-node} *node* \| {-I|\--iallocator} *name*]
1478 | [\--submit]
1479 | {*instance*}
1480
1481 Failover will stop the instance (if running), change its primary node,
1482 and if it was originally running it will start it again (on the new
1483 primary). This only works for instances with drbd template (in which
1484 case you can only fail to the secondary node) and for externally
1485 mirrored templates (blockdev and rbd) (which can change to any other
1486 node).
1487
1488 If the instance's disk template is of type blockdev or rbd, then you
1489 can explicitly specify the target node (which can be any node) using
1490 the ``-n`` or ``--target-node`` option, or specify an iallocator plugin
1491 using the ``-I`` or ``--iallocator`` option. If you omit both, the default
1492 iallocator will be used to specify the target node.
1493
1494 Normally the failover will check the consistency of the disks before
1495 failing over the instance. If you are trying to migrate instances off
1496 a dead node, this will fail. Use the ``--ignore-consistency`` option
1497 for this purpose. Note that this option can be dangerous as errors in
1498 shutting down the instance will be ignored, resulting in possibly
1499 having the instance running on two machines in parallel (on
1500 disconnected DRBD drives).
1501
1502 The ``--shutdown-timeout`` is used to specify how much time to wait
1503 before forcing the shutdown (xm destroy in xen, killing the kvm
1504 process, for kvm). By default two minutes are given to each instance
1505 to stop.
1506
1507 If ``--ignore-ipolicy`` is given any instance policy violations occuring
1508 during this operation are ignored.
1509
1510 See **ganeti(7)** for a description of ``--submit`` and other common
1511 options.
1512
1513 Example::
1514
1515     # gnt-instance failover instance1.example.com
1516
1517
1518 MIGRATE
1519 ^^^^^^^
1520
1521 | **migrate** [-f] [\--allow-failover] [\--non-live]
1522 | [\--migration-mode=live\|non-live] [\--ignore-ipolicy]
1523 | [\--no-runtime-changes] [\--submit]
1524 | [{-n|\--target-node} *node* \| {-I|\--iallocator} *name*] {*instance*}
1525
1526 | **migrate** [-f] \--cleanup [\--submit] {*instance*}
1527
1528 Migrate will move the instance to its secondary node without shutdown.
1529 As with failover, it only works for instances having the drbd disk
1530 template or an externally mirrored disk template type such as blockdev
1531 or rbd.
1532
1533 If the instance's disk template is of type blockdev or rbd, then you can
1534 explicitly specify the target node (which can be any node) using the
1535 ``-n`` or ``--target-node`` option, or specify an iallocator plugin
1536 using the ``-I`` or ``--iallocator`` option. If you omit both, the
1537 default iallocator will be used to specify the target node.
1538
1539 The migration command needs a perfectly healthy instance, as we rely
1540 on the dual-master capability of drbd8 and the disks of the instance
1541 are not allowed to be degraded.
1542
1543 The ``--non-live`` and ``--migration-mode=non-live`` options will
1544 switch (for the hypervisors that support it) between a "fully live"
1545 (i.e. the interruption is as minimal as possible) migration and one in
1546 which the instance is frozen, its state saved and transported to the
1547 remote node, and then resumed there. This all depends on the
1548 hypervisor support for two different methods. In any case, it is not
1549 an error to pass this parameter (it will just be ignored if the
1550 hypervisor doesn't support it). The option ``--migration-mode=live``
1551 option will request a fully-live migration. The default, when neither
1552 option is passed, depends on the hypervisor parameters (and can be
1553 viewed with the **gnt-cluster info** command).
1554
1555 If the ``--cleanup`` option is passed, the operation changes from
1556 migration to attempting recovery from a failed previous migration.  In
1557 this mode, Ganeti checks if the instance runs on the correct node (and
1558 updates its configuration if not) and ensures the instances's disks
1559 are configured correctly. In this mode, the ``--non-live`` option is
1560 ignored.
1561
1562 The option ``-f`` will skip the prompting for confirmation.
1563
1564 If ``--allow-failover`` is specified it tries to fallback to failover if
1565 it already can determine that a migration won't work (e.g. if the
1566 instance is shut down). Please note that the fallback will not happen
1567 during execution. If a migration fails during execution it still fails.
1568
1569 If ``--ignore-ipolicy`` is given any instance policy violations occuring
1570 during this operation are ignored.
1571
1572 The ``--no-runtime-changes`` option forbids migrate to alter an
1573 instance's runtime before migrating it (eg. ballooning an instance
1574 down because the target node doesn't have enough available memory).
1575
1576 If an instance has the backend parameter ``always\_failover`` set to
1577 true, then the migration is automatically converted into a failover.
1578
1579 See **ganeti(7)** for a description of ``--submit`` and other common
1580 options.
1581
1582 Example (and expected output)::
1583
1584     # gnt-instance migrate instance1
1585     Instance instance1 will be migrated. Note that migration
1586     might impact the instance if anything goes wrong (e.g. due to bugs in
1587     the hypervisor). Continue?
1588     y/[n]/?: y
1589     Migrating instance instance1.example.com
1590     * checking disk consistency between source and target
1591     * switching node node2.example.com to secondary mode
1592     * changing into standalone mode
1593     * changing disks into dual-master mode
1594     * wait until resync is done
1595     * preparing node2.example.com to accept the instance
1596     * migrating instance to node2.example.com
1597     * switching node node1.example.com to secondary mode
1598     * wait until resync is done
1599     * changing into standalone mode
1600     * changing disks into single-master mode
1601     * wait until resync is done
1602     * done
1603     #
1604
1605
1606 MOVE
1607 ^^^^
1608
1609 | **move** [-f] [\--ignore-consistency]
1610 | [-n *node*] [\--shutdown-timeout=*N*] [\--submit] [\--ignore-ipolicy]
1611 | {*instance*}
1612
1613 Move will move the instance to an arbitrary node in the cluster.  This
1614 works only for instances having a plain or file disk template.
1615
1616 Note that since this operation is done via data copy, it will take a
1617 long time for big disks (similar to replace-disks for a drbd
1618 instance).
1619
1620 The ``--shutdown-timeout`` is used to specify how much time to wait
1621 before forcing the shutdown (e.g. ``xm destroy`` in XEN, killing the
1622 kvm process for KVM, etc.). By default two minutes are given to each
1623 instance to stop.
1624
1625 The ``--ignore-consistency`` option will make Ganeti ignore any errors
1626 in trying to shutdown the instance on its node; useful if the
1627 hypervisor is broken and you want to recuperate the data.
1628
1629 If ``--ignore-ipolicy`` is given any instance policy violations occuring
1630 during this operation are ignored.
1631
1632 See **ganeti(7)** for a description of ``--submit`` and other common
1633 options.
1634
1635 Example::
1636
1637     # gnt-instance move -n node3.example.com instance1.example.com
1638
1639
1640 CHANGE-GROUP
1641 ~~~~~~~~~~~~
1642
1643 | **change-group** [\--submit]
1644 | [\--iallocator *NAME*] [\--to *GROUP*...] {*instance*}
1645
1646 This command moves an instance to another node group. The move is
1647 calculated by an iallocator, either given on the command line or as a
1648 cluster default.
1649
1650 If no specific destination groups are specified using ``--to``, all
1651 groups except the one containing the instance are considered.
1652
1653 See **ganeti(7)** for a description of ``--submit`` and other common
1654 options.
1655
1656 Example::
1657
1658     # gnt-instance change-group -I hail --to rack2 inst1.example.com
1659
1660
1661 TAGS
1662 ~~~~
1663
1664 ADD-TAGS
1665 ^^^^^^^^
1666
1667 **add-tags** [\--from *file*] {*instancename*} {*tag*...}
1668
1669 Add tags to the given instance. If any of the tags contains invalid
1670 characters, the entire operation will abort.
1671
1672 If the ``--from`` option is given, the list of tags will be extended
1673 with the contents of that file (each line becomes a tag).  In this
1674 case, there is not need to pass tags on the command line (if you do,
1675 both sources will be used). A file name of ``-`` will be interpreted
1676 as stdin.
1677
1678 LIST-TAGS
1679 ^^^^^^^^^
1680
1681 **list-tags** {*instancename*}
1682
1683 List the tags of the given instance.
1684
1685 REMOVE-TAGS
1686 ^^^^^^^^^^^
1687
1688 **remove-tags** [\--from *file*] {*instancename*} {*tag*...}
1689
1690 Remove tags from the given instance. If any of the tags are not
1691 existing on the node, the entire operation will abort.
1692
1693 If the ``--from`` option is given, the list of tags to be removed will
1694 be extended with the contents of that file (each line becomes a tag).
1695 In this case, there is not need to pass tags on the command line (if
1696 you do, tags from both sources will be removed). A file name of ``-``
1697 will be interpreted as stdin.
1698
1699 .. vim: set textwidth=72 :
1700 .. Local Variables:
1701 .. mode: rst
1702 .. fill-column: 72
1703 .. End: