An error occurred fetching the project authors.
- Feb 10, 2010
-
-
Michael Hanselmann authored
One fix is necessary in gnt-cluster.sgml. Also adding “DELETE_ON_ERROR” target to remove output file if an error occurred while building it (in this case the manpage). This was reported by Iustin Pop in issue 87 and proposed check method taken from Lintian. http://code.google.com/p/ganeti/issues/detail?id=87 Signed-off-by:
Michael Hanselmann <hansmi@google.com> Reviewed-by:
Iustin Pop <iustin@google.com>
-
- Feb 01, 2010
-
-
Iustin Pop authored
The credit goes again to Lintian. Signed-off-by:
Iustin Pop <iustin@google.com> Reviewed-by:
Michael Hanselmann <hansmi@google.com>
-
- Nov 06, 2009
-
-
Iustin Pop authored
This patch does multiple documentation updates for the new framework, all pretty straightforward. Signed-off-by:
Iustin Pop <iustin@google.com> Reviewed-by:
Guido Trotter <ultrotter@google.com>
-
- Oct 22, 2009
-
-
Ken Wehr authored
Allows the initialization of a cluster without the creation or distribution of SSH key pairs. Includes changes for LeaveCluster and RPC. Signed-off-by:
Ken Wehr <ksw@google.com> Signed-off-by:
Guido Trotter <ultrotter@google.com> Reviewed-by:
Guido Trotter <ultrotter@google.com>
-
- Sep 24, 2009
-
-
Guido Trotter authored
Currently this feature is hypervisor specific, but under kvm we use it by default (aka: if the user hasn't specified another network script which overrides our auto-generated one) to specify the routing table. This was already hinted as a possibility in the manpages, but never explicitely stated as a reality, so we update gnt-cluster(8) to actually say this, and gnt-{backup,instance}(8) to point to gnt-cluster(8) for more information. Signed-off-by:
Guido Trotter <ultrotter@google.com> Reviewed-by:
Iustin Pop <iustin@google.com>
-
- Aug 26, 2009
-
-
Michael Hanselmann authored
Signed-off-by:
Michael Hanselmann <hansmi@google.com> Reviewed-by:
Iustin Pop <iustin@google.com>
-
- Aug 04, 2009
-
-
Iustin Pop authored
This patch adds a new opcode and lu for checking disk sizes. Currently it does only top-level disk verification, and also doesn't check primary/secondary node size mismatches (these two are added as TODOs in the Exec() function of the LU). Signed-off-by:
Iustin Pop <iustin@google.com> Reviewed-by:
Guido Trotter <ultrotter@google.com>
-
- Jul 29, 2009
-
-
Guido Trotter authored
When the parameter is set to True and start_daemons is also True, ganeti-masterd will be started with the new --no-voting --yes-do-it options. This new option is set to True only on masterfailover, when no_voting is used. This changed the behavior from 2.0, where we didn't start the master daemon at all, when this option was used. The manpage is also updated to remove the 2.0 only change. Signed-off-by:
Guido Trotter <ultrotter@google.com> Reviewed-by:
Iustin Pop <iustin@google.com>
-
- Jul 16, 2009
-
-
Guido Trotter authored
Currently we have both a default_hypervisor and an enabled_hypervisors list. The former is only settable at cluster init time, while the latter can be changed with cluster modify. This becomes cumbersome in a few ways: at cluster init time for example if we pass in a list of enabled hypervisors which doesn't include the "default" xen-pvm one, we're also forced to pass a default hypervisor, or an error will be reported. It is also currently possible to disable the default hypervisor in cluster-modify (with unknown results). In order to avoid this we get rid of this field altogether, and define the "first" enabled hypervisor as the default one. This allows ease of changing which one is the default, and at the same time maintains coherency. At configuration upgrade we make sure that the old default is first in the list, so that 2.0 cluster defaults are preserved. Signed-off-by:
Guido Trotter <ultrotter@google.com> Reviewed-by:
Iustin Pop <iustin@google.com>
-
- Jul 08, 2009
-
-
Guido Trotter authored
When the parameter is set to True and start_daemons is also True, ganeti-masterd will be started with the new --no-voting --yes-do-it options. This new option is set to True only on masterfailover, when no_voting is used. This changed the behavior from 2.0, where we didn't start the master daemon at all, when this option was used. The manpage is also updated to remove the 2.0 only change. Signed-off-by:
Guido Trotter <ultrotter@google.com> Reviewed-by:
Iustin Pop <iustin@google.com>
-
Guido Trotter authored
This allows failing over in certain corner cases, such as a 2 node cluster with one node down. The man page is also updated to document this dangerous option and how to recover from this situation. Signed-off-by:
Guido Trotter <ultrotter@google.com> Reviewed-by:
Iustin Pop <iustin@google.com>
-
- Jun 17, 2009
-
-
Guido Trotter authored
Signed-off-by:
Guido Trotter <ultrotter@google.com> Reviewed-by:
Iustin Pop <iustin@google.com>
-
- Jun 16, 2009
-
-
Guido Trotter authored
It was mistakenly called --backend Signed-off-by:
Guido Trotter <ultrotter@google.com> Reviewed-by:
Iustin Pop <iustin@google.com>
-
- Jun 11, 2009
-
-
Guido Trotter authored
Reported in issue 59. Signed-off-by:
Guido Trotter <ultrotter@google.com> Reviewed-by:
Iustin Pop <iustin@google.com>
-
- Mar 05, 2009
-
-
Guido Trotter authored
Now it displays: --hypervisor-parameters hypervisor:hv-param=value [ ,hv-param=value ... ] --backend-parameters be-param=value [ ,be-param=value ... ] Sorry for the super-long lines :( Is there a better way to insert spaces without pushing them to the resulting man page? Reviewed-by: iustinp
-
- Feb 12, 2009
-
-
Iustin Pop authored
This patch updates the gnt-* scripts to show the new 2.0 syntax. It's not guaranteed to be 80% complete. Reviewed-by: ultrotter
-
- Oct 23, 2008
-
-
Alexander Schreiber authored
Document the new options for gnt-cluster modify and the new queue command. Reviewed-by: imsnah
-
Alexander Schreiber authored
This patch updates the gnt-cluster man page to reflect the current changes to gnt-cluster. Reviewed-by: imsnah
-
- Oct 20, 2008
-
-
Alexander Schreiber authored
We no longer use a single, cluster-wide hypervisor, but configure the actual to be used hypervisor on the instance level. The option has already been removed from gnt-cluster. Reviewed-by: imsnah
-
- Oct 08, 2008
-
-
Alexander Schreiber authored
Reviewed-by: imsnah
-
- Aug 29, 2008
-
-
Alexander Schreiber authored
doc fix: Describe default values for HVM instance options & cleanup. Reviewed-by: iustinp
-
Alexander Schreiber authored
Clarify cluster IP requirement. Reviewed-by: iustinp
-
- May 15, 2008
-
-
Guido Trotter authored
Add this recently added option to the gnt-cluster man page before releasing 1.2.4. Reviewed-by: imsnah
-
- Apr 10, 2008
-
-
Manuel Franceschini authored
This patch adds the previously introduced lvm storage toggling info to the gnt-cluster man page. It adds some info the the gnt-cluster init -g option and adds the gnt-cluster modify command. Reviewed-by: iustinp
-
- Mar 31, 2008
-
-
Iustin Pop authored
This patch makes the command execute last on the master (if the master is selected). The order for the other nodes is unchanged. The patch also updates the man page with some explanations and an example. Reviewed-by: imsnah
-
- Feb 28, 2008
-
-
Guido Trotter authored
Some options were missing in the gnt-cluster init man page. This patch adds them, removes an empty line, and clarifies a bit more some requirements. Reviewed-by: schreiberal
-
- Dec 21, 2007
-
-
Alexander Schreiber authored
Update documentation to document the HVM proof-of-concept. Reviewed-by: iustinp
-
- Dec 12, 2007
-
-
Iustin Pop authored
This adds some information about the new ‘verify-disks’ command. Reviewed-by: imsnah
-
- Nov 10, 2007
-
-
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 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 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
-
- 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
-
- Jul 23, 2007
-
-
Michael Hanselmann authored
- Fix typo
-
- Jul 16, 2007
-
-
Iustin Pop authored
-