A few more edits for lvm2 v2.02.102.
This commit is contained in:
parent
af4a23f5c5
commit
13cdeb2762
@ -3,20 +3,20 @@
|
|||||||
2 files changed, 2 insertions(+), 2 deletions(-)
|
2 files changed, 2 insertions(+), 2 deletions(-)
|
||||||
|
|
||||||
diff --git a/conf/example.conf.in b/conf/example.conf.in
|
diff --git a/conf/example.conf.in b/conf/example.conf.in
|
||||||
index 2032a81..0997aa4 100644
|
index fb96079..962680b 100644
|
||||||
--- a/conf/example.conf.in
|
--- a/conf/example.conf.in
|
||||||
+++ b/conf/example.conf.in
|
+++ b/conf/example.conf.in
|
||||||
@@ -550,7 +550,7 @@ global {
|
@@ -571,7 +571,7 @@ global {
|
||||||
#
|
# setting itself.
|
||||||
# If lvmetad has been running while use_lvmetad was 0, it MUST be stopped
|
# To prevent scanning devices completely, even when using lvmetad,
|
||||||
# before changing use_lvmetad to 1 and started again afterwards.
|
# the devices/global_filter must be used.
|
||||||
- use_lvmetad = 0
|
- use_lvmetad = 0
|
||||||
+ use_lvmetad = 1
|
+ use_lvmetad = 1
|
||||||
|
|
||||||
# Full path of the utility called to check that a thin metadata device
|
# Full path of the utility called to check that a thin metadata device
|
||||||
# is in a state that allows it to be used.
|
# is in a state that allows it to be used.
|
||||||
diff --git a/lib/config/config_settings.h b/lib/config/config_settings.h
|
diff --git a/lib/config/config_settings.h b/lib/config/config_settings.h
|
||||||
index 16a9437..17f43c6 100644
|
index 3549b6d..e1b096b 100644
|
||||||
--- a/lib/config/config_settings.h
|
--- a/lib/config/config_settings.h
|
||||||
+++ b/lib/config/config_settings.h
|
+++ b/lib/config/config_settings.h
|
||||||
@@ -156,7 +156,7 @@ cfg(global_metadata_read_only_CFG, "metadata_read_only", global_CFG_SECTION, 0,
|
@@ -156,7 +156,7 @@ cfg(global_metadata_read_only_CFG, "metadata_read_only", global_CFG_SECTION, 0,
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
%define corosync_version 1.99.9-1
|
%define corosync_version 1.99.9-1
|
||||||
%define dlm_version 3.99.1-1
|
%define dlm_version 3.99.1-1
|
||||||
%define libselinux_version 1.30.19-4
|
%define libselinux_version 1.30.19-4
|
||||||
%define persistent_data_version 0.2.3-1
|
%define persistent_data_version 0.2.7-1
|
||||||
|
|
||||||
%if 0%{?rhel}
|
%if 0%{?rhel}
|
||||||
%ifnarch i686 x86_64
|
%ifnarch i686 x86_64
|
||||||
@ -44,6 +44,7 @@ URL: http://sources.redhat.com/lvm2
|
|||||||
Source0: ftp://sources.redhat.com/pub/lvm2/LVM2.%{version}.tgz
|
Source0: ftp://sources.redhat.com/pub/lvm2/LVM2.%{version}.tgz
|
||||||
Patch0: lvm2-set-default-preferred_names.patch
|
Patch0: lvm2-set-default-preferred_names.patch
|
||||||
Patch1: lvm2-enable-lvmetad-by-default.patch
|
Patch1: lvm2-enable-lvmetad-by-default.patch
|
||||||
|
Patch2: lvm2-2_02_103-do-not-install-separate-command-symlink-for-lvm-devtypes.patch
|
||||||
|
|
||||||
BuildRequires: libselinux-devel >= %{libselinux_version}, libsepol-devel
|
BuildRequires: libselinux-devel >= %{libselinux_version}, libsepol-devel
|
||||||
BuildRequires: ncurses-devel
|
BuildRequires: ncurses-devel
|
||||||
@ -80,7 +81,7 @@ or more physical volumes and creating one or more logical volumes
|
|||||||
%setup -q -n LVM2.%{version}
|
%setup -q -n LVM2.%{version}
|
||||||
%patch0 -p1 -b .preferred_names
|
%patch0 -p1 -b .preferred_names
|
||||||
%patch1 -p1 -b .enable_lvmetad
|
%patch1 -p1 -b .enable_lvmetad
|
||||||
%patch2 -p1 -b .lvmetad_mda_overflow
|
%patch2 -p1 -b .lvm_devtypes
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%define _default_pid_dir /run
|
%define _default_pid_dir /run
|
||||||
|
Loading…
Reference in New Issue
Block a user