- Dec 12, 2007
-
-
Iustin Pop authored
This adds some information about the new ‘verify-disks’ command. Reviewed-by: imsnah
-
- Nov 30, 2007
-
-
Alexander Schreiber authored
Reviewed-by: iustinp
-
- Nov 28, 2007
-
-
Guido Trotter authored
lexgrog cannot parse the current ganeti-os-interface.7 manpage, which in turn leads to a lintian warning. In order to fix this the NAME section must have the standard format which doesn't allow multiple words in the first field. Reviewed-by: iustinp
-
- Nov 22, 2007
-
-
Iustin Pop authored
This patch adds a simple man page for the master startup script and modifies the footer.sgml fragment to include it. Reviewed-by: imsnah
-
- Nov 20, 2007
-
-
Michael Hanselmann authored
This was reported by Henning Sprang in issue #14. Also add a missing word in the description of “gnt-instance reboot”. Reviewed-by: iustinp
-
- Nov 12, 2007
-
-
Guido Trotter authored
The --nodes option in gnt-backup really accepts only one node at a time. Change it to --node, for added clarity and consistency with a similar option in gnt-cluster. This patch also updates the relevant man page. Reviewed-By: iustinp
-
- Nov 10, 2007
-
-
Iustin Pop authored
This patch documents the new syntax for disk changes with the drbd disk template. Reviewed-by: ultrotter
-
Iustin Pop authored
This patch does some small fixes to the man pages and adds descriptions for a few missing options. Reviewed-by: ultrotter
-
- Nov 07, 2007
-
-
Michael Hanselmann authored
Reviewed-by: ultrotter
-
- Nov 03, 2007
-
-
Iustin Pop authored
This patch adds a search command for locating tags on all objects of the cluster using a regex pattern. Reviewed-by: aat
-
- Oct 31, 2007
-
-
Iustin Pop authored
This reverts commit 289, as the node failover functionality was already implemented in gnt-node (as opposed to gnt-instance). My mistake. Reviewed-by: ultrotter
-
Iustin Pop authored
This patch fixes the documentation in a few cases and adds handling of the situation where no instance is selected due to too restrictive options given. Reviewed-by: imsnah
-
Iustin Pop authored
This patch adds the same style of multi-instance selection as in shutdown/startup to the failover subcommand, with the exception that we cannot failover with --node or --all (it doesn't make sense). Reviewed-by: imsnah
-
Iustin Pop authored
Currently we ignore errors on instance shutdown (on the source node) during instance failover. We should do this only if the user gave a command line options allowing this, as it's a dangerous thing to do. This patch fixes this by using the same "--ignore-consistency" option for deciding whether to continue or abort. It also expands a bit the man page. Reviewed-by: imsnah
-
- Oct 18, 2007
-
-
Alexander Schreiber authored
This patch series implements the reboot command for gnt-instance. It supports three types of reboot: soft (hypervisor reboot), hard (instance config rebuild and reboot) and full (full instance shutdown and startup again). This patch contains the gnt-instance script and the man page for it. Reviewed-by: iustinp
-
- Oct 16, 2007
-
-
Alexander Schreiber authored
Reviewed-by: imsnah
-
Iustin Pop authored
This patch adds a new option to the instance removal command "--ignore-failures" that forces the removal of the instance from the configuration even if the removal process encounters errors. In order to be able to do this when the remote node(s) is(are) down, we need to restrict the execution of the instance removal hook to the master only. I think this is a reasonable trade-off (but I'm not sure). Reviewed-by: imsnah
-
- Oct 10, 2007
-
-
Iustin Pop authored
This patch adds a new 'evacuate' subcommand to gnt-node. The command will do a replace disks for all instances having that node as secondary with the new target being the new node given. The syntax is: gnt-node evacuate src_node target_node The command by itself doesn't do any resource checks, and instead relies on the LUFailoverInstance code to do that. Reviewed-by: imsnah
-
- Oct 09, 2007
-
-
Iustin Pop authored
This patch implements a simple failover command for failing over all primary instances. This is just a batched form of gnt-instance failover. Reviewed-by: imsnah
-
- Oct 08, 2007
-
-
Iustin Pop authored
This patch adds a '--from' option to the {add,remove}-tags commands that allows the command to read from a file or from stdin (when passing a dash for the filename). Reviewed-by: imsnah
-
Iustin Pop authored
This adds documentation on the {list,add,remove}-tags commands to the gnt-{cluster,node,instance} man pages. Reviewed-by: imsnah
-
Iustin Pop authored
This brings this man page in conformity to gnt-node and (partially) to gnt-instance. Reviewed-by: imsnah
-
Michael Hanselmann authored
Reviewed-by: iustinp
-
- Sep 24, 2007
-
-
Guido Trotter authored
Thanks to Christoph Rauch for reporting the problem. Reviewed-By: iustinp
-
Michael Hanselmann authored
Reviewed-by: iustinp
-
- Sep 18, 2007
-
-
Iustin Pop authored
This patch adds a new OpCode (and corresponding LU) that implements the cluster rename functionality. This is done by shutting down the master role, making the needed sstore modifications and distributing the changed files to all nodes, and then re-enabling the master role. The modification to the man page of gnt-cluster also moves the section on gnt-cluster destroy in order to correct alphabetical ordering. Reviewed-by: imsnah
-
- Sep 17, 2007
-
-
Iustin Pop authored
This patch adds support for instance rename operation at all remaining layers: RPC, OpCode/LU and CLI. Reviewed-by: imsnah
-
Iustin Pop authored
This patch adds support for renaming at OS level. Because of this, we need to bump up the version of the OS api from 4 to 5. The patch also documents the new script interface in the ganeti-os-interface(7) man page and adds a section on upgrading the OS definitions to the new version. Reviewed-by: imsnah
-
Iustin Pop authored
This is an initial version of the multi-instance start/stop, which allows the gnt-instance startup and shutdown subcommands to work on multiple instances at once. The available selections are: - "gnt-instance startup --instance name..." which is the default, and if passed only one argument it behaves like the original command) - "gnt-instance startup --node name..." will work on all instances having either primary or secondary one of the passed names - "gnt-instance startup --primary name..." will work on all instances having primary node one of the passed names - "gnt-instance startup --secondary name..." will work on all instances having as secondary node one of the passed names - "gnt-instance startup --all" will work on all instances This allows a simple cluster-wide shutdown or node shutdown (or startup). Note that this version stops at the first error - it will not try to start the 2nd instance selected if there is a critical error with the 1st one. Also note that this version is not faster than simply running manually "gnt-instance shutdown NAME", because it doesn't parallelize the shutdown/startup actions. Reviewed-by: imsnah,roman.marxer
-
- Sep 11, 2007
-
-
Michael Hanselmann authored
- Clean generated files on “make maintainer-clean”. - Build _autoconf.py and ganeti.initd on “make all”. Reviewed-by: iustinp
-
- Sep 07, 2007
-
-
Guido Trotter authored
-
- Sep 04, 2007
-
-
Michael Hanselmann authored
Reviewed-by: iustinp
-
- Aug 30, 2007
-
-
Iustin Pop authored
The manpage wrongly states that the default unit for disk sizes is gibibytes, whereas currently it's mebibytes. Fix that and also update the '--help' output to display the default unit. Reviewed-by: roman.marxer
-
- Jul 27, 2007
-
-
Michael Hanselmann authored
- Add the command to gnt-instance.sgml Reviewed-by: iustinp
-
- Jul 24, 2007
-
-
Michael Hanselmann authored
- Create all --output options using a constant - Put node checking code from opcodes into a single function - Do the same for output fields Reviewed-by: iustinp
-
- Jul 23, 2007
-
-
Iustin Pop authored
Reviewed-by: imsnah
-
Michael Hanselmann authored
- Fix typo
-
- Jul 16, 2007
-
-
Iustin Pop authored
-