X-Git-Url: https://code.grnet.gr/git/ganeti-local/blobdiff_plain/19ae089553a497ddb792407bdd1c27e45271f02d..1b54fc6c2fd92b614c029cc5312d02f9f1526253:/man/gnt-cluster.sgml diff --git a/man/gnt-cluster.sgml b/man/gnt-cluster.sgml index c64c7d7..6c8f4e7 100644 --- a/man/gnt-cluster.sgml +++ b/man/gnt-cluster.sgml @@ -2,7 +2,7 @@ - December 12, 2007"> + February 12, 2009"> 8"> @@ -20,6 +20,8 @@ 2006 2007 + 2008 + 2009 Google Inc. &dhdate; @@ -28,7 +30,7 @@ &dhucpackage; &dhsection; - ganeti 1.2 + ganeti 2.0 &dhpackage; @@ -105,9 +107,9 @@ The command is executed serially on the selected nodes. If the master node is present in the list, the command will be executed last on the master. Regarding the other nodes, the - execution order is somewhat alphabetic (it's smarter so that + execution order is somewhat alphabetic, so that node2.example.com will be earlier than node10.example.com but - after node1.example.com). + after node1.example.com. @@ -208,17 +210,29 @@ init + -s secondary_ip + -b bridge + -g vg-name + --master-netdev vg-name + -m mac-prefix + --no-lvm-storage + --file-storage-dir dir + --enabled-hypervisors hypervisors + -t hypervisor name - --hypervisor-parameters hv-params - --backend-parameters be-params + + --hypervisor-parameters hypervisor:hv-param=value,hv-param=value + + --backend-parameters be-param=value,be-param=value + clustername @@ -404,222 +418,11 @@ to set default hypervisor specific parameters for the cluster. The format of this option is the name of the hypervisor, followed by a colon and a comma-separated list of - key=value pairs with the following keys: - - - - - - xen-pvm - - - - - kernel_path - - - - Sets the path to the instance kernel, if not - specified, the value /boot/vmlinuz-2.6-xenU will - be used. - - - - - - initrd_path - - - - Sets the path to the instance initrd, if not - specified, no initrd will be used. - - - - - - - - xen-hvm - - - - - boot_order - - - - Boot device order for instances. Several single - letter device entries can be combined together - without a separator. If not specified, the value - cd will be used. Available boot device entries are: - - - - a - - - floppy drive - - - - - c - - - hard disk - - - - - d - - - CDROM drive - - - - - n - - - network boot (PXE) - - - - - - - - - cdrom_image_path - - - - Sets the path to the file Xen uses to - emulate a virtual CDROM drive for - instances. Valid values are either an absolute - path to an existing file or the value None, - which disables virtual CDROM support. If not - specified, the value None will be used. - - - - - - nic_type - - - - Sets the NIC type Xen should use for this - HVM instance. Valid choices are rtl8139, - ne2k_pci, ne2k_isa and paravirtual. The - paravirtual setting is intended for use with the - GPL PV drivers inside HVM Windows instances. If - not specified, the value rtl8139 will be used. - - - - - - disk_type - - - - Sets the disk type Xen should use for the - HVM instance. Valid choices are ioemu and - paravirtual. The paravirtual setting is intended - for use with the GPL PV drivers inside HVM - Windows instances. If not specified, the value - ioemu will be used. - - - - - - vnc_bind_address - - - - Sets the address that the VNC listener for - this instance should bind to. Valid values - are IPv4 addresses. Use the address 0.0.0.0 to - bind to all available interfaces or specify the - address of one of the interfaces on the node to - restrict listening to that interface. If not - specified, the value 0.0.0.0 will be used. - - - - - - acpi - - - - Sets if Xen should enable ACPI support for - HVM instances. Valid values are true or - false. If not specified, the value true will be - used. - - - - - - pae - - - - Sets if Xen should enabled PAE support for - this HVM instance. Valid values are true or - false. If not specified, the value true will be - used. - - - - - - - - kvm - - - - - kernel_path - - - - Sets the path to the instance kernel, if not - specified, the valee /boot/vmlinuz-2.6-xenU will - be used. - - - - - - initrd_path - - - - Sets the path to the instance initrd, if not - specified, no initrd will be used. - - - - - - - - fake - - - There are currently no parameters for the fake - hypervisor. - - - - + key=value pairs. The keys available for each hypervisors are + detailed int the + gnt-instance + 8 man page, in the + add command. @@ -651,8 +454,20 @@ modify + -g vg-name + --no-lvm-storage + + --enabled-hypervisors + hypervisors + + --hypervisor-parameters hypervisor:hv-param=value,hv-param=value + + --backend-parameters be-param=value,be-param=value + + -C candidate_pool_size + @@ -660,12 +475,82 @@ - The and are + The , , + , + and + options are described in the init command. + + + The options specifies the + candidate_pool_size cluster parameter. This + is the number of nodes that the master will try to keep as + master_candidates. For more details about + this role and other node roles, see the + ganeti7 + . If you increase the size, the master will + automatically promote as many nodes as required and possible + to reach the intended number. + + QUEUE + + + queue + drain + undrain + info + + + + + Change job queue properties. + + + + The option sets the drain flag on the + job queue. No new jobs will be accepted, but jobs already in + the queue will be processed. + + + + The will unset the drain flag on the + job queue. New jobs will be accepted. + + + + The option shows the properties of the + job queue. + + + + + redist-conf + + redist-conf + --submit + + + + This command forces a full push of configuration files from + the master node to the other nodes in the cluster. This is + normally not needed, but can be run if the + verify complains about configuration + mismatches. + + + + The option is used to send the job + to the master daemon but not wait for its completion. The job + ID will be shown so that it can be examined via + gnt-job info. + + + + REMOVE-TAGS