Statistics
| Branch: | Tag: | Revision:

root / doc / design-2.1.rst @ 27eb699d

History | View | Annotate | Download (48 kB)

# Date Author Comment
f8e233a3 01/08/2013 11:28 am Iustin Pop

Stop manually building images out of dot files

The first dot files we added way back in the 2.0 release are managed
manually: we build the .pngs ourselves, track them in .gitingore,
etc. Since then, we have switched to allow sphinx to build/manage them
itself, so it makes sense to cleanup the build system and covert...

8fa74099 01/08/2013 11:28 am Iustin Pop

Inline the standalone dot files

This removes entirely the standalone dot files by inlining them in the
RST documents - as they weren't referenced from more than one document
either way.

Signed-off-by: Iustin Pop <>
Reviewed-by: Guido Trotter <>

530b64e6 12/06/2011 10:48 am Iustin Pop

A few updates to the confd design (2.1)

While the 2.1 design is old and should be “immutable”, I can't find
documentation about the confd protocol anywhere else, so let's correct
the design doc.

The patch is mostly style changes, plus a clarification on the ‘query’...

2237687b 01/18/2011 01:47 pm Iustin Pop

Rename OpQueryNodes and LUQueryNodes

Signed-off-by: Iustin Pop <>
Reviewed-by: René Nussbaumer <>
Reviewed-by: Michael Hanselmann <>

d1240007 01/18/2011 01:47 pm Iustin Pop

Rename OpRedistributeConfig and LURedistributeConfig

Signed-off-by: Iustin Pop <>
Reviewed-by: René Nussbaumer <>

a3427fe3 07/21/2010 07:00 pm Guido Trotter

Remove a couple of empty design sections

The 2.1 and 2.2 designs contain sections with no actual content, as they
are detailed for each single change. Removing the global empty ones.

Signed-off-by: Guido Trotter <>
Reviewed-by: Manuel Franceschini <>

ac932df1 07/01/2010 01:54 pm René Nussbaumer

Move cluster merger design doc to design-2.1.rst

Signed-off-by: René Nussbaumer <>
Reviewed-by: Michael Hanselmann <>

aa355c79 05/12/2010 06:22 pm Luca Bigliardi

Node daemon availability improvements proposal

Signed-off-by: Luca Bigliardi <>
Reviewed-by: Guido Trotter <>

0d0229b5 04/16/2010 04:10 pm Balazs Lecz

Add user-id pool design doc

Signed-off-by: Balazs Lecz <>
Reviewed-by: Guido Trotter <>

f3448a3c 02/10/2010 11:32 am Guido Trotter

Fix confd procotol design description

The protocol design for confd was missing a description of the fourcc
code which we use to distinguish between different message types, if we
want to completely change the protocol. Adding them so that someone
implementing it can find out....

e8a3bf18 11/06/2009 01:42 pm Iustin Pop

Documentation updates for the global hvparams

This patch does multiple documentation updates for the new framework,
all pretty straightforward.

Signed-off-by: Iustin Pop <>
Reviewed-by: Guido Trotter <>

7faf5110 09/24/2009 06:32 pm Michael Hanselmann

Wrap documentation to max 72 characters per line

Signed-off-by: Michael Hanselmann <>
Reviewed-by: Iustin Pop <>

558fd122 09/24/2009 06:31 pm Michael Hanselmann

Set Vim textwidth in each documentation file

Signed-off-by: Michael Hanselmann <>
Reviewed-by: Iustin Pop <>

ca9ccea8 09/24/2009 05:44 pm Michael Hanselmann

Add implementation details for 2.1 locking changes

Signed-off-by: Michael Hanselmann <>
Reviewed-by: Iustin Pop <>

0f828357 09/22/2009 04:32 pm Iustin Pop

Design doc changes for UUID tracking of objects

Signed-off-by: Iustin Pop <>
Reviewed-by: Michael Hanselmann <>

a5b360e4 09/21/2009 04:31 pm Michael Hanselmann

Re-wrap locking changes design to 76 chars per line

Signed-off-by: Michael Hanselmann <>
Reviewed-by: Iustin Pop <>

5ee09f03 09/17/2009 06:49 pm Michael Hanselmann

Add locking improvements to Ganeti 2.1 design document

Also increase the table of contents' depth to 4.

Signed-off-by: Michael Hanselmann <>
Reviewed-by: Iustin Pop <>

a5bca3e9 08/20/2009 01:34 pm Guido Trotter

design-2.1: specify hmac key permissions

Signed-off-by: Guido Trotter <>
Reviewed-by: Iustin Pop <>

4a1821de 08/20/2009 01:26 pm Guido Trotter

design-2.1: clarify confd usage of serial numbers

Signed-off-by: Guido Trotter <>
Reviewed-by: Iustin Pop <>

479a8cb8 08/12/2009 12:04 pm Luca Bigliardi

Design-doc: update RedistributeConfig changes

Rewrite the part which discusses the global list of files to be distributed
updating with the description of what is going to be implemented. Just read
below..

Signed-off-by: Luca Bigliardi <>...

4dfac6af 08/08/2009 09:57 am Guido Trotter

design-2.1: Change OS Flavours with OS Variants

This is the terminology used by libvirt, it's shorter, clearer, and it
makes sense. :)

Also the final sentence about "possible futures" is changed to be a bit
more clear.

Signed-off-by: Guido Trotter <>...

a9407509 08/07/2009 02:08 pm Guido Trotter

design-2.1: detail confd wire protocol

Until now it was being kept too vague, so here we give some real
examples of how things are going to be.

Signed-off-by: Guido Trotter <>
Reviewed-by: Michael Hanselmann <>

395aa879 08/03/2009 05:28 pm Michael Hanselmann

Add automated disk repair changes to design doc

Signed-off-by: Michael Hanselmann <>
Reviewed-by: Iustin Pop <>

a392a6b8 07/30/2009 12:41 pm Michael Hanselmann

Add information about storage units framework

This updates the 2.1 design document with storage units framework information.

Signed-off-by: Iustin Pop <>
Signed-off-by: Michael Hanselmann <>
Reviewed-by: Michael Hanselmann <>

c0446a46 07/22/2009 12:52 am Guido Trotter

ganeti-confd design doc

Signed-off-by: Guido Trotter <>
Reviewed-by: Iustin Pop <>

00b66530 07/16/2009 04:34 pm Guido Trotter

design-2.1: Update OS Flavours section

This reflects a discussion we had, according to which the full
"parameters" implementation is too heavy weight for 2.1, and we should
have a partial version for now, and decide again later.

Signed-off-by: Guido Trotter <>...

3bd3d643 06/18/2009 12:51 pm Iustin Pop

Document iallocator proposed improvements

Signed-off-by: Iustin Pop <>
Reviewed-by: Guido Trotter <>

bff04b1b 06/04/2009 04:17 pm Guido Trotter

2.1 design: non bridged instances support

Signed-off-by: Guido Trotter <>
Reviewed-by: Iustin Pop <>

76bb661b 06/04/2009 03:28 pm Guido Trotter

2.1 design: disk/net parameters

Signed-off-by: Guido Trotter <>
Reviewed-by: Iustin Pop <>

5b18ff3b 05/14/2009 08:17 pm Guido Trotter

2.1 design: add VNC console password changes

Signed-off-by: Guido Trotter <>
Reviewed-by: Iustin Pop <>

b6cc971c 05/14/2009 08:17 pm Guido Trotter

2.1 design: OS parameters

Initial design for the OS parameter changes proposed for 2.1.

Signed-off-by: Guido Trotter <>
Reviewed-by: Iustin Pop <>

d1268971 05/14/2009 02:11 pm Guido Trotter

2.1 design: propose redistribute config changes

This patch proposes a mini-design to improve redistribute-config and
integrate it better with other logical units.

Signed-off-by: Guido Trotter <>
Reviewed-by: Iustin Pop <>

587ff6fa 05/13/2009 01:52 pm Guido Trotter

Specify another type of core changes

If a change modifies the way all/most LUs work it should also be
considered core.

Signed-off-by: Guido Trotter <>

82a1c938 05/06/2009 01:36 pm Guido Trotter

Add initial 2.1 design doc

This document contains a skeleton for the 2.1 design process.
For now it just has introductory paragraphs and a structure for the
various areas' design, but some sections still don't have a text, as
we're still in the early design phases....