- 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
-
Michael Hanselmann authored
Reviewed-by: schreiberal
-
- Nov 15, 2007
-
-
Guido Trotter authored
By default xen tries to save running virtual machines at system shutdown and restore them at reboot. Make sure we suggest to disable this feature in the installation manual. Reviewed-by: iustinp
-
Guido Trotter authored
The install manual was missing python-pyparsing and python-simplejson from the apt-get install list. Adding them. Thanks to Henning Sprang for spotting this issue. Reviewed-by: iustinp
-
- Nov 14, 2007
-
-
Guido Trotter authored
Right now an assembly error produces an exception but not a log message. This is bad because the exception suggests looking at the log, but the log itself has a lot of errors which are not really a problem and only some which really is. In order to make it clear where in the log the problem occurred we log a message too, before raising the exception. Reviewed-by: iustinp
-
Michael Hanselmann authored
Reviewed-by: schreiberal
-
Michael Hanselmann authored
Reviewed-by: ultrotter
-
Michael Hanselmann authored
Reviewed-by: schreiberal, ultrotter
-
Michael Hanselmann authored
Reviewed-by: schreiberal
-
Michael Hanselmann authored
Reviewed-by: schreiberal
-
- Nov 13, 2007
-
-
Michael Hanselmann authored
Reviewed-by: iustinp
-
Michael Hanselmann authored
This makes the tests much more reliably because it avoids race conditions. It also helps to speed them up a lot. Reviewed-by: iustinp
-
Michael Hanselmann authored
- Use constants for keys. - Fix bug through which automatic instance restarts wouldn't be limited Reviewed-by: iustinp
-
Michael Hanselmann authored
Reviewed-by: iustinp
-
Michael Hanselmann authored
Reviewed-by: schreiberal
-
Michael Hanselmann authored
Reviewed-by: iustinp
-
- Nov 12, 2007
-
-
Iustin Pop authored
We want to prevent sending too many 'None' children to a device. However, the test as it is today is wrong, as we want to test the situation after adding a new child, and not before. This patch fixes this by testing greater-or-equal instead of just greater. Reviewed-by: imsnah
-
Iustin Pop authored
The code assumes all lines have at least two elements which are whitespace separated - i.e. it does not deal with empty lines or comment lines with no spaces. This patch fixes this. Also, the patch replaces the blank between IP and the canonical name with a tab (restoring previous behaviour). Reviewed-by: imsnah
-
Michael Hanselmann authored
This is a critical file. Breaking it would be very bad. Thus, if the system crashes before the data is synched to the disk, it should have the complete file afterwards. Reviewed-by: iustinp
-
Michael Hanselmann authored
- Combine hostname and aliases on one line - Fix bug with wrongfully removed newline characters - Use wrapper for SetEtcHostsEntry in cmdlib Reviewed-by: iustin
-
Michael Hanselmann authored
-
Michael Hanselmann authored
Reviewed-by: TODO
-
Michael Hanselmann authored
Reviewed-by: schreiberal
-
Iustin Pop authored
In order to make the replace secondary action to be done via the same opcode parameters for both remote_raid1 and drbd, we must allow the LUReplaceDisks to change replace_disks_all for drbd with non-empty remote_node into replace_disks_sec. This fixes gnt-node evacuate and also allows gnt-instace replace-disks to have the same syntax for both remote_raid1 and drbd (when replacing the secondary). Reviewed-by: ultrotter
-
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
-
Iustin Pop authored
This patch does: - add drbd8 information to the docs (the new disk template, examples, etc.) - fixes a section header to make it more clear - update the NEWS file by changing format (format taken by looking at /usr/sharea/doc/*/NEWS.gz) and adding more information on changes since beta1 Reviewed-by: ultrotter
-
- 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 09, 2007
-
-
Iustin Pop authored
Currently, an unreachable node (or one that return undetermined failure) in the hooks pre-phase will abort the curren operation. This is not good, as a down node could prevent many operation on the cluster. This patch changes a RPC-level failure (and not a hook execution failure) into a warning. It also modifies the related test cases. This fixes issue 11. Reviewed-by: ultrotter
-
Michael Hanselmann authored
Reviewed-by: schreiberal
-
Michael Hanselmann authored
Reviewed-by: schreiberal
-
Michael Hanselmann authored
Reviewed-by: schreiberal
-
Michael Hanselmann authored
This makes “make distcheck” work again. Reviewed-by: schreiberal
-
- Nov 08, 2007
-
-
Iustin Pop authored
Currently, the burnin output is very verbose (we log the entire output from LU feedback) and duplicate in some cases (as we enable debugging). This patch disables debugging and only logs the burnin output when an error occurs. Reviewed-by: imsnah
-
Iustin Pop authored
This patch modifes: - mcpu.Processor.LogWarning to have its 'hint' parameter as optional and only log it if not None - cmdlib._WaitForSync to not log directly to stdout/stderr but via the proc.Log(Info|Warning) methods - the LU attribute 'processor' is renamed to 'proc' to shorten the name Reviewed-by: imsnah
-
Iustin Pop authored
This patch changes the burnin: - split the code into functions - add replace2 (replace the secondary) for remote_raid1 - add replace1/2 for drbd8 Reviewed-by: imsnah
-
Michael Hanselmann authored
Reviewed-by: schreiberal
-