- Sep 12, 2007
-
-
Michael Hanselmann authored
-
Michael Hanselmann authored
-
Michael Hanselmann authored
Reviewed-by: iustin
-
Michael Hanselmann authored
Reviewed-by: iustin
-
Michael Hanselmann authored
- Set only LC_ALL, it overrides any other variable - Restore environment after unittest Reviewed-by: iustinp
-
Iustin Pop authored
This duplicates _GetWantedNodes to _GetWantedInstances, after doing some changes to it: - fix an indentation error that should result in only the last node name passed being chosen - change the function to have a single return statement - remove a redundant 'is not None' check Reviewed-by: imsnah
-
Iustin Pop authored
Reviewed-by: imsnah
-
- Sep 11, 2007
-
-
Iustin Pop authored
This filters out the LANG and LC_ variables from the environment of programs executed by RunCmd, in order to get consistent output of execute programs like lvs, etc. Reviewed-by: imsnah
-
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
This avoids forgetting some parameters, as it's happening right now (the correct known host file is not being passed) In order to do so we split SSHCall into an auxiliary BuildSSHCmd which builds the command but doesn't actually call it, and SSHCall itself which runs RunCmd on top of BuildSSHCmd's result. BuildSSHCmd is then explicitely called by import/export who has to build a more complex command to be run later.
-
Guido Trotter authored
-
- Sep 05, 2007
-
-
Michael Hanselmann authored
Reviewed-by: schreiberal
-
- Sep 04, 2007
-
-
Michael Hanselmann authored
Reviewed-by: schreiberal
-
Michael Hanselmann authored
Reviewed-by: ultrotter
-
Michael Hanselmann authored
variables. The underline is there to mark it as a private module. Reviewed-by: iustinp
-
Michael Hanselmann authored
Reviewed-by: iustinp
-
Michael Hanselmann authored
Reviewed-by: iustinp
-
- Sep 03, 2007
-
-
Michael Hanselmann authored
- Bump version number to 1.2b2 - Add version.py file generated from version.py.in by autoconf Reviewed-by: schreiberal
-
Michael Hanselmann authored
-
Michael Hanselmann authored
- Add Makefile in doc/examples/ Reviewed-by: schreiberal
-
Iustin Pop authored
This changes the implementation of RunCmd from using the popen2 module to using the (new in 2.4) subprocess module. This is helpful because the subprocess module has more advanced features than popen2, the most important ones being the ability to run code in the child process before the exec and ability to launch with modified environment. Reviewed-by: imsnah
-
Iustin Pop authored
Reviewed-by: imsnah
-
- Aug 31, 2007
-
-
Michael Hanselmann authored
Reviewed-by: iustinp
-
Iustin Pop authored
Debian's default drbd configuration has some enabled directives, which make the init script throw errors. Document how to disable the defaults and thus get rid of the errors. Reviewed-by: imsnah
-
- Aug 30, 2007
-
-
Iustin Pop authored
-
Michael Hanselmann authored
Reviewed-by: iustinp
-
Iustin Pop authored
-
Iustin Pop authored
Reviewed-by: imsnah
-
Michael Hanselmann authored
Reviewed-by: iustinp
-
Iustin Pop authored
Reviewed-by: imsnah
-
Guido Trotter authored
Reviewed-By: iustinp
-
Iustin Pop authored
Reviewed-by: imsnah
-
Iustin Pop authored
Also add some debugging output.
-
Michael Hanselmann authored
- Replace magic values by constants. Reviewed-by: iustinp
-
Iustin Pop authored
This changes a ';' to '&&' to make sure we run the create script from the correct directory. Reviewed-by: imsnah
-
Iustin Pop authored
This adds a check that the initial node's IP name doesn't resolve to a loopback address (127.x.y.z). Also remove an unused variable. Reviewed-by: imsnah
-
Iustin Pop authored
Changes: - add note about installing the cron job - add an example cron job file and modify top-level Makefile.am to put it into the archive - modify the tutorial with information about setting a reasonable number of minors for DRBD - add note about installing on 32-bit the xen libc Reviewed-by: imsnah
-
Iustin Pop authored
-
Iustin Pop authored
-
Iustin Pop authored
Reviewed-by: roman.marxer
-