Statistics
| Branch: | Tag: | Revision:

root / src @ 09104704

Name Size
  Ganeti
AutoConf.hs.in 4.5 kB
OLD-NEWS 19 kB
README 4.5 kB
ganeti-kvmd.hs 1.2 kB
ganeti-metad.hs 1.3 kB
ganeti-mond.hs 1.2 kB
ganeti-wconfd.hs 1.1 kB
haddock-prologue 251 Bytes
hconfd.hs 1.2 kB
hluxid.hs 1.2 kB
hs2py.hs 1.5 kB
htools.hs 824 Bytes
lint-hints.hs 1 kB
mon-collector.hs 1 kB
rpc-test.hs 8.6 kB

Latest revisions

# Date Author Comment
09104704 05/05/2014 02:22 pm Ilias Tsitsimpis

Add timestamp/serial_no slot to disk objects

Now that disks are top level citizens in config,
they need a timestamp and a serial_no slot.

Signed-off-by: Ilias Tsitsimpis <>
Reviewed-by: Jose A. Lopes <>

d7135309 05/05/2014 02:22 pm Ilias Tsitsimpis

Add disks entry to config.data

Add disks entry to config.data.

Signed-off-by: Ilias Tsitsimpis <>
Reviewed-by: Jose A. Lopes <>

882e7d72 04/29/2014 02:13 pm Petr Pudlak

Retry forking a new process several times

Apparently due to some library bug, forking sometimes fails: The new
process is running, but it doesn't start executing. Therefore we retry
the attempt several times.

Signed-off-by: Petr Pudlak <>...

5514a707 04/29/2014 02:13 pm Petr Pudlak

Add a module with utility functions for MonadPlus operations

In particular, functions for retrying a MonadPlus action:
It is repeated until it returns a valid result.

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

d6f38e24 04/25/2014 06:38 pm Klaus Aehlig

Merge branch 'stable-2.11' into master

  • stable-2.11
    Make GlusterFS tests dual-stack-aware
    Moving release date of 2.11.0 to 25th of April
    Revision bump for 2.11.0
    Prepare NEWS file for release of 2.11.0
    Fix Xen instance state
  • stable-2.10
    Fix failed DRBD disk creation cleanup...
a37ab322 04/25/2014 04:42 pm Klaus Aehlig

Pass the debug level to forked jobs

When forking off jobs, make them inherit the debug level
of the parent process (i.e., of luxid). In this way, we
can debug jobs in test clusters without cluttering production
logs. We pass the debug level through the environment instead...

5423b15f 04/24/2014 04:43 pm Marco Casavecchia (aka MCM)

Added support for disk native AIO mode for KVM

This patch adds support for the native aio on KVM
hypervisor.

Basically, It adds a new HV-KVM optional parameter
"disk_aio" that can be set with the followings values:
threads (the default for KVM) or native. If not set, it...

a15a030f 04/24/2014 03:13 pm Petr Pudlak

Fix a typo in a debug message

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

445c5ec4 04/24/2014 03:13 pm Petr Pudlak

Check for own locks when checking job death in Luxi

Otherwise a job that is being started is falsely reported as dead.

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

1c409f58 04/24/2014 03:12 pm Petr Pudlak

Mark a job as failed, if it fails to start

.. and add a reason trail message. Otherwise failed jobs hang, never
finishing.

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

View revisions

Also available in: Atom