Changeset 2927


Ignore:
Timestamp:
Jan 26, 2010, 9:19:36 PM (14 years ago)
Author:
broder
Message:

In invirt-cluster-config:

  • Use openais for clustering instead of cman!
Location:
trunk/packages/invirt-cluster-config
Files:
2 added
1 deleted
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/invirt-cluster-config/debian/changelog

    r2926 r2927  
    33  * Use LVM's built-in cluster locking instead of a separate locking
    44    library - this is the behavior prefered by modern LVM.
     5  * Use openais for clustering instead of cman!
    56
    6  -- Evan Broder <broder@mit.edu>  Tue, 26 Jan 2010 20:33:32 -0500
     7 -- Evan Broder <broder@mit.edu>  Tue, 26 Jan 2010 21:14:14 -0500
    78
    89invirt-cluster-config (0.0.11) unstable; urgency=low
  • trunk/packages/invirt-cluster-config/debian/control

    r1989 r2927  
    99Architecture: all
    1010Depends: ${shlibs:Depends}, ${misc:Depends}, invirt-base,
    11  cman, clvm
     11 corosync, invirt-openais | openais (>> 1.1.2), clvm
    1212Provides: ${diverted-files}
    1313Conflicts: ${diverted-files}
    1414Description: Cluster configuration for the Invirt project
    1515 This package should be installed on all Invirt host machines to
    16  configure Redhat Clustering and clustering LVM
     16 configure OpenAIS clustering and clustering LVM
  • trunk/packages/invirt-cluster-config/debian/invirt-cluster-config.install

    r1579 r2927  
    1 cluster.conf.mako etc/cluster
     1debian/corosync.conf.invirt.mako etc/corosync
     2debian/corosync.invirt etc/default
  • trunk/packages/invirt-cluster-config/debian/rules

    r1520 r2927  
    44DEB_TRANSFORM_FILES_invirt-cluster-config += \
    55        /etc/lvm/lvm.conf.invirt
     6DEB_DIVERT_FILES_invirt-cluster-config += \
     7        /etc/corosync/corosync.conf.invirt \
     8        /etc/default/corosync
    69
    710include /usr/share/cdbs/1/rules/debhelper.mk
Note: See TracChangeset for help on using the changeset viewer.