Try with dlm requirement
This commit is contained in:
parent
d2a259b46c
commit
8839498f73
@ -52,6 +52,7 @@
|
|||||||
%define configure_cluster --with-cluster=internal --with-clvmd=cman,openais,corosync
|
%define configure_cluster --with-cluster=internal --with-clvmd=cman,openais,corosync
|
||||||
%else
|
%else
|
||||||
%define corosync_version 1.99.1-1
|
%define corosync_version 1.99.1-1
|
||||||
|
%define dlm_version 3.99.0-1
|
||||||
%define configure_cluster --with-cluster=internal --with-clvmd=corosync
|
%define configure_cluster --with-cluster=internal --with-clvmd=corosync
|
||||||
%else
|
%else
|
||||||
%define configure_cluster --with-cluster=internal --with-clvmd=none
|
%define configure_cluster --with-cluster=internal --with-clvmd=none
|
||||||
@ -83,6 +84,8 @@ BuildRequires: corosynclib-devel >= %{corosync_version}
|
|||||||
%if %{enable_openais}
|
%if %{enable_openais}
|
||||||
BuildRequires: openaislib-devel >= %{openais_version}
|
BuildRequires: openaislib-devel >= %{openais_version}
|
||||||
BuildRequires: clusterlib-devel >= %{clusterlib_version}
|
BuildRequires: clusterlib-devel >= %{clusterlib_version}
|
||||||
|
%else
|
||||||
|
BuildRequires: dlm-devel >= %{dlm_version}
|
||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: module-init-tools
|
BuildRequires: module-init-tools
|
||||||
@ -375,6 +378,8 @@ Requires: corosync >= %{corosync_version}
|
|||||||
%if %{enable_openais}
|
%if %{enable_openais}
|
||||||
Requires: openais >= %{openais_version}
|
Requires: openais >= %{openais_version}
|
||||||
Requires: cman >= %{clusterlib_version}
|
Requires: cman >= %{clusterlib_version}
|
||||||
|
%else
|
||||||
|
Requires: dlm >= %{dlm_version}
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%description cluster
|
%description cluster
|
||||||
@ -627,7 +632,7 @@ the device-mapper event library.
|
|||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Wed Feb 1 2012 Alasdair Kergon <agk@redhat.com> - 2.02.90-1
|
* Wed Feb 1 2012 Alasdair Kergon <agk@redhat.com> - 2.02.90-1
|
||||||
- Drop support for cman, openais and cmirror for f17.
|
- Drop support for cman, openais and cmirror for f17. Require dlm not cluster.
|
||||||
- Automatically detect whether corosync clvmd needs to use confdb or cmap.
|
- Automatically detect whether corosync clvmd needs to use confdb or cmap.
|
||||||
- Disable partial activation for thin LVs and LVs with all missing segments.
|
- Disable partial activation for thin LVs and LVs with all missing segments.
|
||||||
- sync_local_dev_names before (re)activating mirror log for initialisation.
|
- sync_local_dev_names before (re)activating mirror log for initialisation.
|
||||||
|
Loading…
Reference in New Issue
Block a user