- Oct 16, 2008
-
-
Guido Trotter authored
In rst a final _ is used for linking. Escaping it prevents an error at compile time on design-2.0-cluster-parameters.rst Reviewed-by: iustinp
-
Guido Trotter authored
Internally in ganeti we already have renamed the instance, so it's better to pass the new name in INSTANCE_NAME and the old one in OLD_INSTANCE_NAME rather than the old name in INSTANCE_NAME and the new one in NEW_INSTANCE_NAME as this reflects what the cluster thinks. Reviewed-by: iustinp
-
René Nussbaumer authored
Update the design about cluster parameters and provide some example of backend parameters. By now this includes all supported parameters. Reviewed-by: iustinp, ultrotter
-
- Oct 13, 2008
-
-
Iustin Pop authored
Reviewed-by: imsnah
-
Iustin Pop authored
As discussed, we update the design doc with the three classes of parameters and other changes. Reviewed-by: imsnah
-
- Oct 10, 2008
-
-
Iustin Pop authored
This clarifies the job storage and the reason for choosing it. Reviewed-by: imsnah
-
René Nussbaumer authored
With change 1773 a new status WAITLOCK was introduced if a job/opcode is waiting for a lock. This change updates the document about the job-queue accordingly. Reviewed-by: iustinp
-
- Oct 08, 2008
-
-
Alexander Schreiber authored
Reviewed-by: imsnah
-
Alexander Schreiber authored
Reviewed-by: iustinp
-
Iustin Pop authored
The idea is that if the OSes will support multiple version (e.g. both 1.2 and 2.0), then Ganeti should be able to talk to it using version 2.0, but then the script needs to be told nicely what version Ganeti is using. Reviewed-by: imsnah
-
- Oct 07, 2008
-
-
Iustin Pop authored
This patch changes formatting and the DRBD shared secret details, and adds master daemon socket details to the security doc. Reviewed-by: imsnah
-
Iustin Pop authored
Reviewed-by: imsnah
-
Iustin Pop authored
Reviewed-by: imsnah
-
Iustin Pop authored
This is just some additions of not-yet-mentioned docs. Reviewed-by: ultrotter
-
Alexander Schreiber authored
Reviewed-by: iustinp
-
Alexander Schreiber authored
Reviewed-by: ultrotter
-
Guido Trotter authored
Reviewed-by: imsnah
-
Guido Trotter authored
Reviewed-by: imsnah
-
- Oct 06, 2008
-
-
Oleksiy Mishchenko authored
Reviewed-by: iustinp
-
Alexander Schreiber authored
Reviewed-by: iustinp
-
- Sep 30, 2008
-
-
Michael Hanselmann authored
It said CLI/RAPI will talk to master using HTTP, which isn't true. Add a reference to job queue design document. Small typos. Reviewed-by: iustinp
-
Alexander Schreiber authored
Reviewed-by: iustinp
-
Guido Trotter authored
Reviewed-by: iustinp
-
Guido Trotter authored
Before we were discussing this possible future feature, and its drawbacks, but not its usefulness. This patch corrects this. Reviewed-by: iustinp
-
Guido Trotter authored
Reviewed-by: iustinp
-
Guido Trotter authored
Reviewed-by: iustinp
-
- Sep 29, 2008
-
-
Michael Hanselmann authored
Reviewed-by: iustinp
-
Iustin Pop authored
This will be an overview document, enumerating the changes without going into details and pointing to the actual documents. Reviewed-by: ultrotter
-
- Sep 27, 2008
-
-
Iustin Pop authored
Reviewed-by: imsnah
-
- Sep 24, 2008
-
-
Iustin Pop authored
It's not complete, but I hope it's up to date. It's restructured text, but no make rules or such for html output are needed, it's readable as-is. Reviewed-by: imsnah
-
- Sep 17, 2008
-
-
Michael Hanselmann authored
The previous description was unclear. Reported by Guido Trotter. Reviewed-by: ultrotter
-
- Sep 05, 2008
-
-
Michael Hanselmann authored
Also change title formatting to match client-api.txt. Reviewed-by: iustinp
-
Iustin Pop authored
This is not nice, removing it :) Please use 'set nobomb' in your vi init file. Reviewed-by: ultrotter
-
- Aug 29, 2008
-
-
Alexander Schreiber authored
Clarify cluster IP requirement. Reviewed-by: iustinp
-
Guido Trotter authored
Reviewed-by: imsnah
-
- Aug 04, 2008
-
-
Iustin Pop authored
Reviewed-by: imsnah
-
Iustin Pop authored
Reviewed-by: imsnah
-
- Jul 30, 2008
-
-
Iustin Pop authored
This (big) patch reworks the master startup/shutdown and the fixes the master failover. What does the patch do? For master start/stop: - remove the old ganeti-master script and its associated man page - moves the ip start/stop directly into the backend.(Start|Stop)Master - adds start/stop of the master/rapi daemon into these functions, selectively based on the start/stop arguments - makes the master call via rpc StartMaster(start_daemons=False) to the local node so that the master IP is started - and finally changes the example init.d script to directly start and stop all three daemons, since they do the right thing (depending on master/not master role) For master failover: - moves the code from LUMasterFailover into bootstrap.MasterFailover, since we need to start/stop the master during this operation and thus it can't be executed from the master - removes the LUMasterFailover and its associated opcode Notes: ubuntu's /etc/lsb-base-logging.sh is dumb, so the messages 'not master' are not seen during startup on non-master nodes. Reviewed-by: ultrotter
-
- Jul 23, 2008
-
-
Guido Trotter authored
Rather than searching for the ganeti daemons by name we'll use the pidfile they create to stop them. This change also adds the --oknodo option to start-stop-daemon when stopping ganeti (which means it won't give an error if it wasn't started). Reviewed-by: iustinp
-
- Jul 22, 2008
-
-
Oleksiy Mishchenko authored
Reviewed-by: iustinp
-