Statistics
| Branch: | Tag: | Revision:

root / configure.ac @ 97da6b71

History | View | Annotate | Download (14.9 kB)

# Date Author Comment
1adec4be 07/19/2011 05:12 pm Iustin Pop

htools: add a compatibility module

When compiling with the parallel-3.x library, we get a deprecation
warning, which makes understanding any other error messages
harder. This patch adds a compatibility module that will hold such
code for transitioning libraries....

e5f6768c 06/28/2011 07:35 pm Iustin Pop

Fix htools, QuickCheck library detection and tests

Just saw this while testing the migration to QuickCheck v2: while
configure.ac detects that QuickCheck-2.x is not available, the test in
Makefile.am was against WANT_HTOOLS (overall htools compilation), not...

8e4f6d56 06/28/2011 06:37 pm Iustin Pop

htools: Switch to QuickCheck 2.x

Since current distros don't package anymore QuickCheck 1.x, let's move
to 2.x.

This requires also a few changes to the code:

- Test.QuickCheck.Batch doesn't exist anymore, so we need to write some
scaffolding code to replace it...

1d66efbe 06/24/2011 05:19 pm Guido Trotter

Enable using ghc parallel version 3

Currently htools cannot be compiled under sid because the parallel
haskell library is version 3. Using it issues a few warning, but
compiles and passes unit tests. Ship it?

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

bd614fa4 05/24/2011 07:40 pm Michael Hanselmann

Merge branch 'devel-2.4'

  • devel-2.4:
    RPC/Backend: Make UploadFile uid and gid agnostic
    Resolve uid/gid upon mainloop run
    GetEntResolver: Make it possible to resolve uid/gid to name
    utils.algo: Add InvertDict to invert a dict
    autotools: Add noded group...
03881cb0 05/24/2011 12:37 pm René Nussbaumer

autotools: Add noded group

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

6aac5aef 05/20/2011 11:11 am Iustin Pop

Merge remote branch 'origin/devel-2.4'

  • origin/devel-2.4:
    Fix errors in hooks documentation
    Clarify a bit the noded man page
    Note --no-remember in NEWS
    Switch QA over to using instance stop --no-remember
    Implement no_remember at RAPI level
    Implement no_remember at CLI level...
ccce780c 05/12/2011 06:46 pm Iustin Pop

Bump version for the 2.4.2 release

I think we should stop finding bugs and instead release this :)

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

af7b6689 04/07/2011 01:24 pm Michael Hanselmann

Merge branch 'devel-2.4'

  • devel-2.4:
    LUInstanceQueryData: Don't acquire locks unless requested
    Increase the lock timeouts before we block-acquire
    daemon.py: move startup log message before prep_fn
    Display the actual memory values in N+1 failures...
fd0bc853 03/30/2011 04:45 pm Iustin Pop

Clarify the need for QuickCheck/Haskell tests

Expands the devnotes.rst doc and adds warnings in the Makefile.

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

30841576 03/23/2011 02:27 pm Michael Hanselmann

Wrap long lines in configure.ac

- Use m4_normalize to make single-line strings while removing
unnecessary spaces
- Wrap lines longer than 80 characters

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

e5bd9de5 03/22/2011 06:47 pm Iustin Pop

configure.ac: add checks for Haskell compiler/libs

This patch adds an enable/disable option for htools (--enable-htools),
and associated tests for determining whether GHC (the compiler we use
for htools) and required libraries are present.

The method to do so is not very nice; usually, Haskell programs are...

50ed57c1 03/22/2011 06:47 pm Iustin Pop

htools: add option to control the use of RAPI

RAPI needs the curl module, which is a binding to the libcurl C
library. This is more complex (can be compiled either against gnutls
or openssl, etc.) and it's not of much help when the tools are used on
the cluster itself, we disable it by default....

c199dbae 03/09/2011 02:38 pm Iustin Pop

Bump version for 2.4.1 release

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

b713fb7a 03/07/2011 03:43 pm Iustin Pop

Merge branch 'stable-2.4'

  • stable-2.4:
    Release 2.4.0
    Small improvement to the ganeti man page
    Fix LUClusterRepairDiskSizes and rpc result usage
    Fix RPC mismatch in blockdev_getsize[s]
    RAPI: fix evacuate node resource
    Fix typo in kvm-ifup script...
20203756 03/07/2011 01:57 pm Iustin Pop

Release 2.4.0

NEWS update and version bump.

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

4b97f902 03/01/2011 07:11 pm Apollon Oikonomopoulos

Core shared file storage support

This patch introduces core file storage support, consisting of the following:

A configure-time switch for enabling/disabling shared file storage
support and controlling the shared file storage location:
--with-shared-file-storage-dir=. Shared file storage configuration is then...

94b697b0 02/28/2011 04:22 pm Iustin Pop

Update NEWS and release 2.4.0 rc3

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

e41a1c0c 02/21/2011 02:38 pm Iustin Pop

Update news and bump version for 2.4.0 rc2

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

ec31a18f 02/04/2011 01:06 pm Iustin Pop

Update NEWS file for the 2.4.0 rc1 release

Also bump up the version.

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

a91f69c4 01/14/2011 02:42 pm Michael Hanselmann

Bump version for Ganeti 2.4.0~beta1

Update the version in all necessary places. Update NEWS with release
date.

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

3536c792 12/21/2010 03:23 pm Iustin Pop

Allow customisation of the disk index separator

As per issue 124, some Xen versions (or packaging) don't deal nicely
with the colon being part of a disk name. Therefore we add a
configure-time option for customising this.

Note: setting the separator to interesting values like / is not...

82d25bbb 12/20/2010 04:42 pm Michael Hanselmann

Merge branch 'devel-2.3'

  • devel-2.3:
    Prepare 2.3.1 release
    Fix disk status verification in LUClusterVerify

Conflicts:
NEWS: Trivial

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

bb2dc35a 12/20/2010 03:22 pm Michael Hanselmann

Prepare 2.3.1 release

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

3c8a73a4 12/02/2010 05:58 pm Michael Hanselmann

Merge branch 'devel-2.3'

  • devel-2.3:
    locking: Clarify message for removed locks
    Bump version for 2.3.1~rc1 release
    impexpd: Disable OpenSSL compression in socat if possible
    Bump version for 2.3.0

Conflicts:
NEWS: Trivial

Signed-off-by: Michael Hanselmann <>...

563d5e72 12/01/2010 09:45 pm Michael Hanselmann

Bump version for 2.3.1~rc1 release

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

29e8788e 12/01/2010 06:50 pm Michael Hanselmann

impexpd: Disable OpenSSL compression in socat if possible

This uses an option only available in patched socat versions. More
information is available from the INSTALL update included in this
patch.

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

7c324b88 12/01/2010 05:07 pm Michael Hanselmann

Bump version for 2.3.0

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

972a114f 11/19/2010 06:26 pm Iustin Pop

Merge branch 'devel-2.3'

  • devel-2.3:
    Updates NEWS and configure.ac for 2.3.0~rc1
    Update NEWS & configure.ac for the 2.2.2 release
    Fix documentation regarding conversion to drbd
    Fix documentation regarding conversion to drbd
    Reinstall instance: disallow offline secondaries...
ca6c2dcd 11/19/2010 03:16 pm Iustin Pop

Updates NEWS and configure.ac for 2.3.0~rc1

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

18e2b6e4 11/15/2010 07:34 pm Iustin Pop

Remove last vestiges of docbook

This patch removes the last traces of docbook.

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

5208e732 11/15/2010 07:33 pm Iustin Pop

Add pandoc to configure.ac

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

e90739d6 11/10/2010 08:53 pm Michael Hanselmann

impexpd: Disable OpenSSL compression in socat if possible

This uses an option only available in patched socat versions. More
information is available from the INSTALL update included in this
patch.

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

a8ee6e94 11/02/2010 01:00 pm Michael Hanselmann

Bump version for Ganeti 2.3

Also update cfgupgrade and NEWS.

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

4412f2ae 10/26/2010 04:31 pm René Nussbaumer

Revert "Allow to specify wipe command and flags at configure time"

This reverts commit 6e991d0e64e36adf985d0512e4148bcd6a160c6a.

Conflicts:

lib/constants.py (this got already removed, so no changes in here)

Signed-off-by: René Nussbaumer <>...

6e991d0e 10/22/2010 02:46 pm René Nussbaumer

Allow to specify wipe command and flags at configure time

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

b02e3172 10/19/2010 02:44 pm Michael Hanselmann

Merge branch 'devel-2.2'

  • devel-2.2:
    Bump version to 2.2.1, update NEWS

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

dcb95afb 10/19/2010 02:29 pm Michael Hanselmann

Bump version to 2.2.1, update NEWS

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

744061f3 10/14/2010 03:44 pm Iustin Pop

Merge branch 'stable-2.2'

  • stable-2.2:
    Release 2.2.1~rc1
    Require aclocal 1.11.1 or above for devel/release
    Revert "Require aclocal 1.11.1 or above for autogen.sh"
    Add mising --units in gnt-instance list man page
    Set list of trusted SSL CAs for client to verify...
24440be4 10/14/2010 02:13 pm Iustin Pop

Release 2.2.1~rc1

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

dedebc6b 10/08/2010 08:46 pm Guido Trotter

Merge branch 'devel-2.2'

  • devel-2.2:
    Release Ganeti 2.2.0.1
    Bump version to 2.2.1~rc0

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

fad3096a 10/07/2010 04:16 pm Michael Hanselmann

Bump version to 2.2.1~rc0

Also update NEWS.

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

df5758b1 10/05/2010 12:11 pm Iustin Pop

Merge branch 'devel-2.2'

  • devel-2.2:
    gnt-job info: Sort input fields
    KVM: Add function to check the hypervisor version
    Bump version to 2.2.0, update NEWS
    Fix instance rename regression from 3fe11ba3
    Fix instance rename regression from 3fe11ba3...
83e90c39 10/04/2010 06:29 pm Michael Hanselmann

Bump version to 2.2.0, update NEWS

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

5ee6fffc 09/22/2010 05:57 pm Michael Hanselmann

Merge branch 'devel-2.2'

  • devel-2.2:
    NEWS: Add 2.2.0~rc2 release date
    Bump version to 2.2.0~rc2
    Fix mac checker regex
    Remove two old aliases
    Fix migration on new KVMs
    Fix typo in ganeti man page
    cli: Pass options in {Add,Remove}Tags
    Prepare 2.2.0~rc2 release...
57f11093 09/22/2010 02:25 pm Michael Hanselmann

Bump version to 2.2.0~rc2

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

3794937c 09/02/2010 04:24 pm René Nussbaumer

Adapt configure.ac to the new users/groups

This patch does not affect anything. The logic to start the other daemons
(except for RAPI which is already implemented) under different users has
not been added and comes later on. If not specified at all it doesn't even...

0849f36b 08/23/2010 05:33 pm Michael Hanselmann

Prepare 2.2.0~rc1 release

Update NEWS and version number.

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

41c44dcf 07/30/2010 10:59 pm Iustin Pop

Bump version to 2.2.0~rc0

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

a40b1fc4 07/20/2010 12:34 pm René Nussbaumer

Adding new (optional) dependency to configure.ac

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

0146bd85 07/09/2010 04:48 pm Iustin Pop

Merge branch 'devel-2.1'

  • devel-2.1:
    Enable from-repository builds on old distributions

Signed-off-by: Iustin Pop <>
Reviewed-by: Manuel Franceschini <>

5f55173b 07/09/2010 04:47 pm Iustin Pop

Enable from-repository builds on old distributions

… or on distributions which simply have other implementations of man,
that do not support '--warnings'.

Signed-off-by: Iustin Pop <>
Reviewed-by: Manuel Franceschini <>

28af40c8 07/05/2010 05:20 pm Guido Trotter

Check pycurl module at configure time

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

1d4c743d 07/01/2010 05:05 pm Guido Trotter

Bump up version for 2.1.5 release

Also update the release date and the NEWS file.

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

baa17cda 06/18/2010 12:30 pm Guido Trotter

Bump up version for the 2.1.4 release

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

a0a470fa 06/17/2010 01:31 pm Michael Hanselmann

Bump version to 2.2.0~beta0

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

0d150c50 06/04/2010 05:22 pm René Nussbaumer

Adding customized user/group as configure flags

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

722702e3 06/03/2010 03:55 pm Guido Trotter

Bump up version for the 2.1.3 release

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

462c9bcf 05/07/2010 05:05 pm Guido Trotter

Bump version for 2.1.2.1 release

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

ace6cbe8 05/07/2010 11:35 am Iustin Pop

Bump version for 2.1.2 release

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

aeb5cab5 03/12/2010 01:00 pm Iustin Pop

Release version 2.1.1

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

cb7c0198 03/08/2010 03:49 pm Iustin Pop

Implement disabling of file-based storage

Rationale: the file-based storage backend can add/remove files under a
certain directory. However, the master node is also controlling the
setting of the file-based root directory, so basically it means we can't
prevent arbitrary modifications by the master of the node's filesystem....

b9a6d720 03/02/2010 05:55 pm Iustin Pop

Merge branch 'stable-2.1' into devel-2.1

  • stable-2.1:
    Make stable release 2.1.0

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

e0cc34e9 03/02/2010 12:34 pm Iustin Pop

Make stable release 2.1.0

It is about time (rc0 was almost four months ago)…

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

553bd93f 02/26/2010 04:35 pm Vitaly Kuznetsov

Make SSH_CONFIG_DIR customizable

This patch adds ability to customize ssh config directory with --with-ssh-config-dir
(instead of hardcoded /etc/ssh value). This is useful in Linux distributions with
custom ssh config directories (/etc/openssh in ALTLinux, for example)....

9f53d9ce 02/01/2010 02:55 pm Michael Hanselmann

Merge remote branch 'origin/stable-2.1' into devel-2.1

  • origin/stable-2.1:
    Bump version to 2.1.0~rc5
    Fix missing bridge for xen instances
    Fix flipping MC flag bug
    ganeti-watcher: ensure confd is running as well
8432c491 02/01/2010 02:32 pm Michael Hanselmann

Bump version to 2.1.0~rc5

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

551b6283 01/28/2010 11:43 am Iustin Pop

Add capability to use syslog for logging

This patch adds a configure-time parameter that will set the defaults
used by all programs, and command-line parameters in the daemons that
allow overriding it.

Syslog 'yes' enables syslog in addition to file-based logging, 'only'...

89b70f39 01/25/2010 06:23 pm Iustin Pop

Add a crude disable for DRBD barriers

Ideally we want to/will have per-device DRBD controls of disk/metadata
flushes. In the meantime, we want at least a disable of the barrier
functionality for cases where one has battery-backed caches.

Background: DRBD has four mechanism of handling ordered disk-writes....

0ea0ce20 01/22/2010 06:21 pm Michael Hanselmann

Bump version to 2.1.0~rc4

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

0175fd8c 01/15/2010 02:17 pm Michael Hanselmann

Bump version to 2.1.0~rc3

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

6d7cc5ff 01/14/2010 02:17 pm Michael Hanselmann

Don't use hardcoded name for pylint

Look it up at configure time instead.

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

1a44f8cd 12/16/2009 04:07 pm Iustin Pop

Bump version to 2.1.0~rc2

43473573 11/25/2009 06:39 pm Michael Hanselmann

Bump version to 2.1.0~rc1

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

3e5af833 11/11/2009 07:18 pm Michael Hanselmann

Bump version to 2.1.0~rc0

Also add one item to NEWS.

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

fe5b0c42 11/11/2009 03:30 pm Michael Hanselmann

Fix and simplify socat escape detection

- Program paths should not be --with-… options (see
Autoconf docs)
- Simplify checks for escape functionality
- Make SOCAT_USE_ESCAPE variable a bool

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

3c075436 11/06/2009 01:42 pm Iustin Pop

Remove the KVM_MIGRATION_PORT configure.ac param

Since this is easily configurable at run-time, we remove the
configure-time parameter. If anyone is building custom packages, then
the default can be tweaked by a one-line patch to constants.py.

Note that this also fixes the type of parameter, the default from...

87c1d0c7 11/05/2009 03:22 pm Guido Trotter

configure: check for socat and its escape feature

Currently we use a static value for the socat path, or we trust the
user-provided one. With this patch we still trust any user provided
value, but if none is passed we check for socat on the machine we're...

e3bdb1c2 11/03/2009 03:42 pm Iustin Pop

Revert "configure: check for socat and its escape feature"

This reverts commit 37fc2cf5ba8919cef407199ee540aad4b1a9a2b6, since it
introduces configure.ac changes that depend on very very new autoconf
macros that are not present in current stable distros (and it was not...

37fc2cf5 11/03/2009 03:14 pm Guido Trotter

configure: check for socat and its escape feature

Currently we use a static value for the socat path, or we trust the
user-provided one. With this patch we still trust any user provided
value, but if none is passed we check for socat on the machine we're...

62066d05 10/20/2009 12:35 pm Michael Hanselmann

Bump version to 2.1.0~beta2

I forgot to bump the configure.ac version before tagging the 2.1.0~beta1
release. Since we cannot remove old tags (see “On Re-tagging” in git-tag(1)),
we have to call this release 2.1.0~beta2.

Signed-off-by: Michael Hanselmann <>...

b03ee906 10/15/2009 05:47 pm Michael Hanselmann

Bump version to 2.1.0~beta0

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

2f2dbb4b 10/05/2009 12:31 pm Jun Futagawa

Add support for using the bootloader in xen-pvm

This patch adds three optional parameters:
- 'use_bootloader', whether use or not the bootloader
- 'bootloader_path', absolute path to the bootloader
- 'bootloader_args', extra arguments to the bootloader...

c8872a0b 09/30/2009 03:59 pm Iustin Pop

Merge remote branch 'origin/master' into mogu

  • origin/master:
    Fix burnin's verbose mode
    Final NEWS update and version increase for 2.0.4
    Encode the actual exception raised by LU execution
    Move the luxi error handling into errors.py
    Fix the confusing ssh/hostname message in node add...
d303fefe 09/29/2009 01:31 pm Iustin Pop

Final NEWS update and version increase for 2.0.4

QA passed successfully, let's try to have a release.

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

b142ef15 08/13/2009 02:41 pm Iustin Pop

Merge commit 'origin/next' into branch-2.1

  • commit 'origin/next': (28 commits)
    Fix a typo in InitCluster
    Ignore results from drained nodes in iallocator
    Ship the ethers hook
    Ethers hook, compatibility with old lockfile
    Remove a few unused imports from noded/masterd...
9d725d41 08/07/2009 12:34 pm Iustin Pop

Update NEWS and version for 2.0.3 release

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

0f18ee6d 08/07/2009 12:08 pm Guido Trotter

pyinotify: configure checks and documentation

After 74d519e3b91845a17ae095eb7d58dd9e3d1303e8 Ganeti depends on
pyinotify. Updating the documentation accordingly and checking for its
presence at configure time.

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

539210af 07/17/2009 02:41 pm Guido Trotter

Merge branch 'next' into branch-2.1

  • next:
    Fix another issue with hypervisor_name change
    Update NEWS and version for 2.0.2 release
    Improve the description of node flags in man page
    Add enabled hypervisors to TestConfigRunner
    Add a few more checks to verify config...
550a995a 07/17/2009 02:28 pm Iustin Pop

Update NEWS and version for 2.0.2 release

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

7b3ac94d 07/16/2009 02:54 pm Iustin Pop

Change default stripe count to 1

In order not to change the default during a stable series, we modify
configure.ac to default to one stripe, in effect keeping the status quo
(well, minus the LVM Attach() changes).

Signed-off-by: Iustin Pop <>...

af0413bb 06/16/2009 02:28 pm Guido Trotter

Merge branch 'next' into branch-2.1

  • next: (22 commits)
    Update NEWS and version for 2.0.1 release
    gnt-{instance,backup}(8) --nic is actually --net
    Fix a wrong function name in backend.DrbdAttachNet
    GNT-CLUSTER fix search-tags example
    Enable stripped LVs...
c57f169e 06/16/2009 02:25 pm Guido Trotter

Merge branch 'master' into next

  • master:
    Update NEWS and version for 2.0.1 release
    gnt-{instance,backup}(8) --nic is actually --net
    Fix a wrong function name in backend.DrbdAttachNet
    GNT-CLUSTER fix search-tags example
0dea942c 06/16/2009 02:03 pm Iustin Pop

Update NEWS and version for 2.0.1 release

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

3736cb6b 06/08/2009 06:00 pm Iustin Pop

Add a lvm stripecount configure parameter

This patch adds a configure-time customizable parameter that will be
used to enable stripped LVs. The default of the parameter is 3.

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

7a8994d4 05/27/2009 05:15 pm Iustin Pop

Release 2.0.0 final

This is simply a version bump, no changes from rc5.

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

c1be3f59 05/20/2009 04:16 pm Guido Trotter

Merge branch 'master' into branch-2.1

b926bd98 05/20/2009 12:15 pm Iustin Pop

Release 2.0rc5

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

d17e74b4 05/12/2009 02:29 pm Iustin Pop

Switch the documentation to sphinx

This big patch converts the documentation build system to sphinx
(http://sphinx.pocoo.org/). Since that uses reStructuredText sources
too, there is no change (yet) in the documents themselves, just in the
build system.
...

d1908b41 04/27/2009 01:57 pm Iustin Pop

Release 2.0rc4

Reviewed-by: ultrotter