An error occurred fetching the project authors.
- Dec 03, 2007
-
-
Michael Hanselmann authored
- When line wrapping is needed, move spaces to the next line. - Remove embedded line breaks from error messages. Reviewed-by: schreiberal
-
Michael Hanselmann authored
Reviewed-by: iustinp
-
Michael Hanselmann authored
Reviewed-by: schreiberal
-
- Nov 30, 2007
-
-
Alexander Schreiber authored
Reviewed-by: iustinp
-
Iustin Pop authored
This fixes the parsing of integers in the drbdsetup show output with newer pyparsing versions. Basically, the convert-to-int action that we use was taken from the example documentation of an older pyparsing version that automatically uses only the second element if the result is returned as a tuple, but this was deprecated for a while and removed in 1.4.3. Based on a nice report by Jorge Cabello <jorge@aspl.es>, and confirmation about pyparsing behaviour from its author. Thanks! Reviewed-by: imsnah
-
- Nov 29, 2007
-
-
Iustin Pop authored
This patch replaces the hardcoded ‘/var/lock/’ directory with one based on LOCALSTATEDIR. Reviewed-by: imsnah
-
Iustin Pop authored
This patch adds logging of command failures to the debug log in case the user either started the command (gnt-*) or the node daemon with the debug flag. Reviewed-by: imsnah
-
- 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
-
Iustin Pop authored
Reviewed-by: imsnah
-
- Nov 27, 2007
-
-
Iustin Pop authored
Currently, the results of ConfigWriter.VerifyConfig() are lost. Make sure we log them too in cluster verify. Reviewed-by: ultrotter
-
Iustin Pop authored
We want the name of the example OS to be nicer for packagers, so update the install documentation accordingly. Also, put in a notice about using the latest release OS version, so if we forget to update this doc, we are not completely wrong. Reviewed-by: schreiberal
-
- Nov 26, 2007
-
-
Iustin Pop authored
This reverts commit 397, as the support in autoconf for docdir is present since 2.59c, and this is too new for some distributions. Reviewed-by: imsnah
-
Iustin Pop authored
This patch adds checking for our external python modules at the ./configure stage, as it's better to check than rely on documentation. The patch adds one autoconf macro from the autoconf macro archive (http://autoconf-archive.cryp.to) Reviewed-by: imsnah
-
Iustin Pop authored
Since we now do changes of remote peers in two steps (Attach with no network information and then Attach with the new peer's data), we don't need this operation anymore. Reviewed-by: imsnah
-
Iustin Pop authored
This patch splits the single operation of replace peer into two distinct phases, in order to make a single change to the instance configuration: - detach from network - if at least one drbd device succeeded, make one change to the instance, pointing all disks to the new peer - attach to the new peer This should eliminate the case when a failure in the second reattach can leave the instance with two secondaries. Reviewed-by: imsnah
-
Iustin Pop authored
This patch adds a new success condition for identifying DRBD8 devices: if the local device is correct, but the network peer is not, we shutdown the network and attach to the correct one (this also handles going to standalone mode). This new check (and its actions) is based on the fact that we don't pass incorrect data from the master to the node (otherwise we could start syncing with an incorrect peer. Reviewed-by: imsnah
-
Iustin Pop authored
This patch adds a check in _AssembleNet so that if we are passed None value in the unique_id, we instead switch to standalone mode. Reviewed-by: imsnah
-
- Nov 22, 2007
-
-
Michael Hanselmann authored
Reviewed-by: schreiberal
-
Michael Hanselmann authored
If we didn't sort this list, files would be in arbitrary order. Reviewed-by: iustinp
-
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
-
Iustin Pop authored
The /var/run directory can be a tmpfs mount, so even if we make it at install time (or include it in the package) it can go away. Therefore, test for its existence and create it in the startup script. Reviewed-by: imsnah
-
Iustin Pop authored
The docdir variable is defined by autoconf, so we don't need to define it ourselves. This way, the target documentation directory can be changed via ./configure instead of patching Makefile.am. In truth, we should install the pdf and html files using the pdf and html targets, since configure defines pdfdir=htmldir=docdir; but installing them in docdir is good enough. Reviewed-by: imsnah
-
Michael Hanselmann authored
Reviewed-by: schreiberal
-
Michael Hanselmann authored
This may help to debug problems in QA tests. Reviewed-by: schreiberal
-
- Nov 21, 2007
-
-
Michael Hanselmann authored
Reviewed-by: iustinp
-
Michael Hanselmann authored
Reviewed-by: iustinp
-
Michael Hanselmann authored
Reviewed-by: iustinp
-
Michael Hanselmann authored
Reviewed-by: iustinp
-
Michael Hanselmann authored
Reviewed-by: iustinp
-
Michael Hanselmann authored
Reviewed-by: iustinp
-
Iustin Pop authored
We didn't test for failure, just always logged the output. Reviewed-by: imsnah
-
Iustin Pop authored
This fixed the previous commit (-s => -s ip). Reviewed-by: ultrotter
-
Iustin Pop authored
Since on dual-homed clusters one always needs to add '-s' to the gnt-node add command, make this appear in the output of 'gnt-node' (when run without arguments). 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
-
Michael Hanselmann authored
Reviewed-by: iustinp
-
Michael Hanselmann authored
Reviewed-by: ultrotter
-
- Nov 19, 2007
-
-
Michael Hanselmann authored
Reviewed-by: schreiberal
-
- Nov 16, 2007
-
-
Guido Trotter authored
Reviewed-by: schreiberal
-
Michael Hanselmann authored
This fixes issue #13. Reviewed-by: schreiberal
-
Michael Hanselmann authored
Reviewed-by: schreiberal
-