- 24 Jun, 2013 1 commit
-
-
Michele Tartara authored
Some of the documents have the version number of Ganeti. This commit updates it in preparation for the 2.8 version bump. Signed-off-by:
Michele Tartara <mtartara@google.com> Reviewed-by:
Thomas Thrainer <thomasth@google.com>
-
- 06 Feb, 2013 1 commit
-
-
Guido Trotter authored
Also update the documentation target versions and the cfgupgrade tool to recognize 2.6 and upgrade to 2.7 Signed-off-by:
Guido Trotter <ultrotter@google.com> Reviewed-by:
Michael Hanselmann <hansmi@google.com>
-
- 23 May, 2012 1 commit
-
-
Iustin Pop authored
Finally! Signed-off-by:
Iustin Pop <iustin@google.com> Reviewed-by:
Michael Hanselmann <hansmi@google.com>
-
- 10 Aug, 2011 1 commit
-
-
Michael Hanselmann authored
- In README, refer to “install.rst”, not “install.html” - In rapi.rst, wrap line longer than 72 characters - In rlib2.py, update and clarify description of POST vs. PUT Signed-off-by:
Michael Hanselmann <hansmi@google.com> Reviewed-by:
Iustin Pop <iustin@google.com>
-
- 05 Aug, 2011 1 commit
-
-
Michael Hanselmann authored
Signed-off-by:
Michael Hanselmann <hansmi@google.com> Reviewed-by:
Iustin Pop <iustin@google.com>
-
- 08 Apr, 2011 1 commit
-
-
Michael Hanselmann authored
Also add a check to Makefile's check-local target. Signed-off-by:
Michael Hanselmann <hansmi@google.com> Reviewed-by:
Iustin Pop <iustin@google.com>
-
- 30 Dec, 2010 1 commit
-
-
Iustin Pop authored
This small patch changes the balancing computation to work in parallel, if possible. While the normal linking is against the single-threaded runtime, if the code is linked against the multi-threaded one, the balancing will get a significant speedup (80% efficiency at 4 cores, 60% at 12 cores, and with GC tweaks it can reach 70%+). On the single-threaded runtime, due to the fact that we only use the weak head normal form, it doesn't introduce any extra penalties, neither in space nor in CPU time (or if there are, they are too small to detect easily). Signed-off-by:
Iustin Pop <iustin@google.com> Reviewed-by:
Balazs Lecz <leczb@google.com>
-
- 25 Oct, 2010 1 commit
-
-
Iustin Pop authored
This simplifies the maintenance of the man pages, and unifies the rst-to-* converter to pandoc.
-
- 09 Jun, 2010 1 commit
-
-
Michael Hanselmann authored
- Update NEWS file - Remove dependency on OpenSSL (pyOpenSSL remains) - Update manpages, fix typos and other things Signed-off-by:
Michael Hanselmann <hansmi@google.com> Reviewed-by:
Iustin Pop <iustin@google.com>
-
- 04 Feb, 2010 1 commit
-
-
Iustin Pop authored
-
- 02 Dec, 2009 1 commit
-
-
Iustin Pop authored
… since we added the fill-column 72 setting.
-
- 03 Nov, 2009 1 commit
-
-
Guido Trotter authored
Signed-off-by:
Guido Trotter <ultrotter@google.com> Reviewed-by:
Iustin Pop <iustin@google.com>
-
- 19 Aug, 2009 1 commit
-
-
Iustin Pop authored
-
- 14 Jul, 2009 1 commit
-
-
Iustin Pop authored
-
- 05 Jul, 2009 1 commit
-
-
Iustin Pop authored
hn1 was deprecated for a while and this patch removes it altogether. The support code in Cluster.hs is also removed.
-
- 10 Jun, 2009 1 commit
-
-
Iustin Pop authored
This patch adds reading of vcpu count for instances, in preparation for using the vcpu ratio in cluster scoring.
-
- 05 Jun, 2009 1 commit
-
-
Iustin Pop authored
Small updates to the documentation and make a new small release.
-
- 01 Jun, 2009 2 commits
-
-
Iustin Pop authored
-
Iustin Pop authored
-
- 25 May, 2009 1 commit
-
-
Iustin Pop authored
-
- 19 May, 2009 1 commit
-
-
Iustin Pop authored
This patch drops compatiblity with Ganeti 1.2 and adds support for offline nodes in the cluster. When reading from RAPI, the drained nodes are considered offline so that we don't allocate on them too.
-
- 09 May, 2009 1 commit
-
-
Iustin Pop authored
The version is 2.0, and we don't build PDFs by default, only HTML files. Signed-off-by:
Iustin Pop <iustin@google.com> Reviewed-by:
Guido Trotter <ultrotter@google.com>
-
- 23 Mar, 2009 1 commit
-
-
Iustin Pop authored
This removes most of the content of the README file (obsoleted by new algorithm and man pages), modifies the Makefile to include the built documentation in the source archive (so that haddock/hscolour are not needed) and updates the haddock-prologue with current information.
-
- 22 Mar, 2009 1 commit
-
-
Iustin Pop authored
This patch adds a man page for hscan and updates the README and other man pages with the latest changes.
-
- 21 Mar, 2009 1 commit
-
-
Iustin Pop authored
This patch adds a new n_mem field to the node objects, and implements read/save/show support for it. The field is not currently used (except in the node list) but will be used for checking data consistency and instance up/down status.
-
- 15 Feb, 2009 1 commit
-
-
Iustin Pop authored
-
- 12 Feb, 2009 1 commit
-
-
Iustin Pop authored
This patch changes the format of the input node and instance lists. It removes the list of primary and secondary instances from the nodes, and adds the primary and secondary nodes to the instance list. This is done so that we can have the same input data from commands as from the RAPI.
-
- 28 Jan, 2009 1 commit
-
-
Iustin Pop authored
This is the initial import of release 0.0.3.
-
- 03 Sep, 2007 1 commit
-
-
Michael Hanselmann authored
- Add Makefile in doc/examples/ Reviewed-by: schreiberal
-
- 21 Aug, 2007 1 commit
-
-
Iustin Pop authored
This is more in line with the other document names. Also, change the title to simply "Ganeti installation tutorial". Reviewed-by: ultrotter
-
- 16 Aug, 2007 1 commit
-
-
Iustin Pop authored
This changes installing.sgml, adding details about required software and OS instances. It also updates INSTALL and README to correspond with the sgml manual. Reviewed-by: ultrotter
-
- 16 Jul, 2007 1 commit
-
-
Iustin Pop authored
-