Statistics
| Branch: | Tag: | Revision:

root / doc @ 1ab752c8

Name Size
  css
  examples
  users
admin.rst 67.4 kB
cluster-keys-replacement.rst 3.3 kB
cluster-merge.rst 2.5 kB
conf.py 7 kB
design-2.0.rst 76.6 kB
design-2.1.rst 48 kB
design-2.10.rst 440 Bytes
design-2.11.rst 257 Bytes
design-2.2.rst 36.5 kB
design-2.3.rst 37.3 kB
design-2.4.rst 255 Bytes
design-2.5.rst 334 Bytes
design-2.6.rst 268 Bytes
design-2.7.rst 829 Bytes
design-2.8.rst 755 Bytes
design-2.9.rst 403 Bytes
design-autorepair.rst 15.7 kB
design-bulk-create.rst 3.2 kB
design-ceph-ganeti-support.rst 6.3 kB
design-chained-jobs.rst 8.2 kB
design-cmdlib-unittests.rst 6.6 kB
design-cpu-pinning.rst 7.7 kB
design-daemons.rst 20.2 kB
design-device-uuid-name.rst 2.8 kB
design-draft.rst 592 Bytes
design-file-based-storage.rst 9.9 kB
design-glusterfs-ganeti-support.rst 12.6 kB
design-hotplug.rst 10.7 kB
design-hroller.rst 7.2 kB
design-hsqueeze.rst 5.6 kB
design-htools-2.3.rst 12.8 kB
design-http-server.rst 5.4 kB
design-hugepages-support.rst 3.6 kB
design-impexp2.rst 22.2 kB
design-internal-shutdown.rst 6.2 kB
design-kvmd.rst 10.8 kB
design-linuxha.rst 6.3 kB
design-lu-generated-jobs.rst 3.4 kB
design-monitoring-agent.rst 29.5 kB
design-multi-reloc.rst 4.9 kB
design-multi-version-tests.rst 7.1 kB
design-network.rst 10.8 kB
design-node-add.rst 5.6 kB
design-node-security.rst 17.6 kB
design-oob.rst 16 kB
design-openvswitch.rst 5.1 kB
design-opportunistic-locking.rst 5.6 kB
design-optables.rst 7.2 kB
design-os.rst 30.8 kB
design-ovf-support.rst 18.5 kB
design-partitioned.rst 12.4 kB
design-query-splitting.rst 6.7 kB
design-query2.rst 12.8 kB
design-reason-trail.rst 4.5 kB
design-resource-model.rst 44.4 kB
design-restricted-commands.rst 2.3 kB
design-shared-storage.rst 12.1 kB
design-ssh-ports.rst 2.1 kB
design-storagetypes.rst 15.4 kB
design-upgrade.rst 12 kB
design-virtual-clusters.rst 12.1 kB
design-x509-ca.rst 6.4 kB
dev-codestyle.rst 17.8 kB
devnotes.rst 8.3 kB
glossary.rst 3.1 kB
hooks.rst 21.4 kB
iallocator.rst 18 kB
index.rst 4.3 kB
install.rst 31.3 kB
locking.rst 3.2 kB
manpages-disabled.rst 234 Bytes
monitoring-query-format.rst 1.6 kB
move-instance.rst 5.1 kB
ovfconverter.rst 7 kB
rapi.rst 50 kB
security.rst 10.1 kB
virtual-cluster.rst 4.2 kB
walkthrough.rst 42.6 kB

Latest revisions

# Date Author Comment
1ab752c8 01/30/2014 05:45 pm Jose A. Lopes

Add 'dnsmasq' section and TAP interface names

  • add section 'dnsmasq' explaining how to configure dnsmasq to work
    with the communication mechanism
  • add names to TAP interfaces (e.g., ``gnt.com.0``) which allow DHCP
    servers to filter the TAP interfaces to bind to...
baaa2ece 01/28/2014 03:17 pm Klaus Aehlig

Merge branch 'stable-2.10' into stable-2.11

  • stable-2.10
    Enable network tags in Haskell code
    Haskell style: explicit errors, visible in the type
    Clarify spacing in record syntax
    Improve the point-free section of the style guide
    Add code style document to documentation...
410945f1 01/27/2014 05:36 pm Klaus Aehlig

Merge branch 'stable-2.9' into stable-2.10

  • stable-2.9
    Revision bump for 2.9.3
    Schedule 2.9.3 release
    Document fix of issue 691 in NEWS
    NEWS: fix typo in 2.8.4 release
    Fix 'hvparams' of '_InstanceStartupMemory' on hypervisors
    Add missing option to gnt-instance documentation...
16b85a3c 01/27/2014 11:38 am Klaus Aehlig

Haskell style: explicit errors, visible in the type

While it is already standard in the Ganeti code base, explicitly
document that we do not like Exceptions and use sum types instead.

Signed-off-by: Klaus Aehlig <>
Reviewed-by: Petr Pudlak <>

b10df4de 01/27/2014 11:38 am Klaus Aehlig

Clarify spacing in record syntax

So far, our code base does not have a consistent way of spacing
records. To work towards more consistency, add a recommendation
into out style guide. We standardize on what seems most common
in the Haskell world and also is the dominant form in our code...

7bd8ce44 01/27/2014 11:38 am Petr Pudlak

Improve the point-free section of the style guide

Distinguish declaring functions in the point-free style and using
a very similar technique to avoid parentheses (which isn't technically
point-free).

Signed-off-by: Petr Pudlak <>
Reviewed-by: Klaus Aehlig <>

a41a1eec 01/27/2014 11:38 am Santi Raffa

Add code style document to documentation

The Ganeti code style has been stored on the project wiki at:

https://code.google.com/p/ganeti/wiki/StyleGuide
https://code.google.com/p/ganeti/wiki/HaskellStyleGuide

This commit combines the two pages into an .rst file with minimal...

bced76fd 01/27/2014 11:37 am Jose A. Lopes

Export docs from wiki to repo

Export documents about 'cluster keys replacement' and 'design file
based storage' from the wiki to the repository.

Signed-off-by: Jose A. Lopes <>
Reviewed-by: Klaus Aehlig <>

1a7c1456 01/22/2014 07:24 pm Jose A. Lopes

Redesign communication mechanism in light of limitations

Redesign the communication mechanism in light of implementation
limitations that have recently come up in prototypes using KVM.

Signed-off-by: Jose A. Lopes <>
Reviewed-by: Michele Tartara <>

2cb36124 01/22/2014 07:24 pm Jose A. Lopes

Anchor OS reinstall design doc in Makefile and index

Add OS reinstall design doc to the list of design docs in the
Makefile, otherwise it does not get compiled when modified, and add it
also to the index page of the documentation, where all the other
design docs are anchored....

View revisions

Also available in: Atom