2011-08-22 13:51:12 +00:00
|
|
|
%define device_mapper_version 1.02.67
|
2010-03-05 13:40:57 +00:00
|
|
|
%define enable_cluster 1
|
|
|
|
|
2010-08-02 21:22:35 +00:00
|
|
|
%if "%{fedora}" == "12"
|
2011-05-06 14:26:05 +00:00
|
|
|
%define enable_systemd 0
|
2010-08-02 21:22:35 +00:00
|
|
|
%define enable_udev 0
|
2010-08-25 13:38:23 +00:00
|
|
|
%define configure_default_data_alignment --with-default-data-alignment=0
|
2010-08-02 21:22:35 +00:00
|
|
|
%else
|
|
|
|
%if "%{fedora}" == "13"
|
2011-05-06 14:26:05 +00:00
|
|
|
%define enable_systemd 0
|
2010-08-02 21:22:35 +00:00
|
|
|
%define enable_udev 1
|
2010-08-02 19:23:04 +00:00
|
|
|
%define udev_version 153-1
|
2010-08-25 13:38:23 +00:00
|
|
|
%define configure_default_data_alignment --with-default-data-alignment=0
|
2010-08-02 19:23:04 +00:00
|
|
|
%else
|
2011-05-06 14:26:05 +00:00
|
|
|
%if "%{fedora}" == "14"
|
|
|
|
%define enable_systemd 0
|
|
|
|
%define enable_udev 1
|
|
|
|
%define udev_version 158-1
|
|
|
|
%else
|
|
|
|
%define enable_systemd 1
|
2010-08-02 21:22:35 +00:00
|
|
|
%define enable_udev 1
|
2010-08-02 19:23:04 +00:00
|
|
|
%define udev_version 158-1
|
|
|
|
%endif
|
2010-08-02 21:22:35 +00:00
|
|
|
%endif
|
2011-05-06 14:26:05 +00:00
|
|
|
%endif
|
2010-08-02 19:23:04 +00:00
|
|
|
|
2010-03-05 13:40:57 +00:00
|
|
|
%if %{enable_cluster}
|
2010-01-22 00:30:20 +00:00
|
|
|
%define corosync_version 1.2.0-1
|
|
|
|
%define openais_version 1.1.1-1
|
|
|
|
%define clusterlib_version 3.0.6-1
|
2010-03-05 13:40:57 +00:00
|
|
|
%define configure_cluster --with-cluster=internal --with-clvmd=cman,openais,corosync --enable-cmirrord
|
|
|
|
%else
|
|
|
|
%define configure_cluster --with-cluster=internal --with-clvmd=none --disable-cmirrord
|
|
|
|
%endif
|
2006-10-14 18:28:02 +00:00
|
|
|
|
2008-01-19 12:35:55 +00:00
|
|
|
# Do not reset Release to 1 unless both lvm2 and device-mapper
|
|
|
|
# versions are increased together.
|
|
|
|
|
2004-09-09 08:04:45 +00:00
|
|
|
Summary: Userland logical volume management tools
|
|
|
|
Name: lvm2
|
2011-08-22 13:51:12 +00:00
|
|
|
Version: 2.02.88
|
2011-08-12 14:38:33 +00:00
|
|
|
Release: 1%{?dist}
|
2007-08-09 18:04:28 +00:00
|
|
|
License: GPLv2
|
2004-09-09 08:04:45 +00:00
|
|
|
Group: System Environment/Base
|
2004-09-09 08:07:17 +00:00
|
|
|
URL: http://sources.redhat.com/lvm2
|
2009-03-30 22:07:37 +00:00
|
|
|
Source0: ftp://sources.redhat.com/pub/lvm2/LVM2.%{version}.tgz
|
2011-05-06 14:26:05 +00:00
|
|
|
%if %{enable_systemd}
|
2011-01-18 00:09:35 +00:00
|
|
|
Source1: %{name}-tmpfiles.conf
|
2011-05-06 14:26:05 +00:00
|
|
|
%endif
|
2010-01-22 00:30:20 +00:00
|
|
|
Patch0: lvm2-set-default-preferred_names.patch
|
2008-09-16 23:03:25 +00:00
|
|
|
|
2006-08-01 18:56:12 +00:00
|
|
|
BuildRequires: libselinux-devel >= 1.30.19-4, libsepol-devel
|
2004-09-16 21:29:08 +00:00
|
|
|
BuildRequires: ncurses-devel
|
2008-01-18 04:43:56 +00:00
|
|
|
BuildRequires: readline-devel
|
2010-03-05 13:40:57 +00:00
|
|
|
%if %{enable_cluster}
|
2009-03-03 18:15:40 +00:00
|
|
|
BuildRequires: corosynclib-devel >= %{corosync_version}
|
2009-10-19 13:02:45 +00:00
|
|
|
BuildRequires: openaislib-devel >= %{openais_version}
|
2009-03-03 18:15:40 +00:00
|
|
|
BuildRequires: clusterlib-devel >= %{clusterlib_version}
|
2010-03-05 13:40:57 +00:00
|
|
|
%endif
|
2007-12-13 03:12:47 +00:00
|
|
|
BuildRequires: module-init-tools
|
2009-03-03 18:15:40 +00:00
|
|
|
BuildRequires: pkgconfig
|
2010-08-02 21:22:35 +00:00
|
|
|
%if %{enable_udev}
|
2009-11-03 11:46:20 +00:00
|
|
|
BuildRequires: libudev-devel
|
2010-08-02 21:22:35 +00:00
|
|
|
%endif
|
2011-05-06 14:26:05 +00:00
|
|
|
%if %{enable_systemd}
|
2011-07-18 12:12:30 +00:00
|
|
|
BuildRequires: systemd-units
|
2011-05-06 14:26:05 +00:00
|
|
|
%endif
|
2011-07-18 12:12:30 +00:00
|
|
|
Requires: %{name}-libs = %{version}-%{release}
|
|
|
|
%if %{enable_systemd}
|
|
|
|
Requires(post): systemd-units systemd-sysv
|
|
|
|
Requires(preun): systemd-units
|
|
|
|
Requires(postun): systemd-units
|
|
|
|
%else
|
2009-09-16 21:33:04 +00:00
|
|
|
Requires(post): chkconfig
|
|
|
|
Requires(preun): chkconfig
|
2011-07-18 12:12:30 +00:00
|
|
|
%endif
|
|
|
|
Requires: module-init-tools
|
2004-09-09 08:07:17 +00:00
|
|
|
|
2004-09-09 08:04:45 +00:00
|
|
|
%description
|
2004-09-09 08:07:47 +00:00
|
|
|
LVM2 includes all of the support for handling read/write operations on
|
|
|
|
physical volumes (hard disks, RAID-Systems, magneto optical, etc.,
|
|
|
|
multiple devices (MD), see mdadd(8) or even loop devices, see
|
|
|
|
losetup(8)), creating volume groups (kind of virtual disks) from one
|
|
|
|
or more physical volumes and creating one or more logical volumes
|
|
|
|
(kind of logical partitions) in volume groups.
|
2004-09-09 08:04:45 +00:00
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -n LVM2.%{version}
|
2010-01-22 00:30:20 +00:00
|
|
|
%patch0 -p1 -b preferred_names
|
2006-10-30 16:23:26 +00:00
|
|
|
|
2004-09-09 08:04:45 +00:00
|
|
|
%build
|
2010-06-23 19:10:17 +00:00
|
|
|
%define _exec_prefix ""
|
2008-10-07 16:53:33 +00:00
|
|
|
%define _bindir /bin
|
|
|
|
%define _sbindir /sbin
|
2008-10-07 16:59:41 +00:00
|
|
|
%define _libdir /%{_lib}
|
2010-08-02 21:22:35 +00:00
|
|
|
%if %{enable_udev}
|
2009-11-03 11:46:20 +00:00
|
|
|
%define _udevbasedir /lib/udev
|
|
|
|
%define _udevdir %{_udevbasedir}/rules.d
|
2010-08-02 21:22:35 +00:00
|
|
|
%define configure_udev --with-udevdir=%{_udevdir} --enable-udev_sync
|
|
|
|
%endif
|
|
|
|
|
2008-10-07 16:01:51 +00:00
|
|
|
|
2010-08-25 13:38:23 +00:00
|
|
|
%configure --enable-lvm1_fallback --enable-fsadm --with-pool=internal --with-user= --with-group= --with-usrlibdir=/usr/%{_lib} --with-usrsbindir=/usr/sbin --with-device-uid=0 --with-device-gid=6 --with-device-mode=0660 --enable-pkgconfig --enable-applib --enable-cmdlib --enable-dmeventd %{configure_cluster} %{?configure_udev} %{?configure_default_data_alignment}
|
2009-09-16 21:33:04 +00:00
|
|
|
|
2009-05-22 17:53:01 +00:00
|
|
|
make %{?_smp_mflags}
|
2004-09-09 08:04:45 +00:00
|
|
|
|
|
|
|
%install
|
2004-09-09 08:07:17 +00:00
|
|
|
make install DESTDIR=$RPM_BUILD_ROOT
|
2010-05-20 23:07:25 +00:00
|
|
|
make install_system_dirs DESTDIR=$RPM_BUILD_ROOT
|
|
|
|
make install_initscripts DESTDIR=$RPM_BUILD_ROOT
|
2011-05-06 14:26:05 +00:00
|
|
|
%if %{enable_systemd}
|
2011-07-18 12:12:30 +00:00
|
|
|
make install_systemd_units DESTDIR=$RPM_BUILD_ROOT
|
2011-01-18 00:09:35 +00:00
|
|
|
mkdir -p %{buildroot}%{_sysconfdir}/tmpfiles.d
|
|
|
|
install -m 0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/tmpfiles.d/%{name}.conf
|
2011-05-06 14:26:05 +00:00
|
|
|
%endif
|
2010-04-14 21:25:48 +00:00
|
|
|
|
2004-09-09 08:04:45 +00:00
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
2009-09-16 21:33:04 +00:00
|
|
|
%post
|
|
|
|
/sbin/ldconfig
|
2011-07-18 12:12:30 +00:00
|
|
|
%if %{enable_systemd}
|
|
|
|
/bin/systemctl daemon-reload > /dev/null 2>&1 || :
|
|
|
|
/bin/systemctl enable lvm2-monitor.service > /dev/null 2>&1 || :
|
|
|
|
%else
|
2009-09-16 21:33:04 +00:00
|
|
|
/sbin/chkconfig --add lvm2-monitor
|
2011-07-18 12:12:30 +00:00
|
|
|
%endif
|
2009-09-16 21:33:04 +00:00
|
|
|
|
|
|
|
%preun
|
2011-07-18 12:12:30 +00:00
|
|
|
%if %{enable_systemd}
|
|
|
|
if [ "$1" = 0 ]; then
|
|
|
|
/bin/systemctl --no-reload disable lvm2-monitor.service > /dev/null 2>&1 || :
|
|
|
|
/bin/systemctl stop lvm2-monitor.service > /dev/null 2>&1 || :
|
|
|
|
fi
|
|
|
|
%else
|
2009-09-16 21:33:04 +00:00
|
|
|
if [ "$1" = 0 ]; then
|
|
|
|
/sbin/chkconfig --del lvm2-monitor
|
|
|
|
fi
|
2011-07-18 12:12:30 +00:00
|
|
|
%endif
|
|
|
|
|
|
|
|
%postun
|
|
|
|
%if %{enable_systemd}
|
|
|
|
/bin/systemctl daemon-reload > /dev/null 2>&1 || :
|
|
|
|
if [ $1 -ge 1 ]; then
|
|
|
|
/bin/systemctl try-restart lvm2-monitor.service > /dev/null 2>&1 || :
|
|
|
|
fi
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%triggerun -- %{name} < 2.02.86-2
|
|
|
|
%{_bindir}/systemd-sysv-convert --save lvm2-monitor >/dev/null 2>&1 || :
|
|
|
|
/bin/systemctl --no-reload enable lvm2-monitor.service > /dev/null 2>&1 || :
|
|
|
|
/sbin/chkconfig --del lvm2-monitor > /dev/null 2>&1 || :
|
|
|
|
/bin/systemctl try-restart lvm2-monitor.service > /dev/null 2>&1 || :
|
2009-09-16 21:33:04 +00:00
|
|
|
|
2004-09-09 08:04:45 +00:00
|
|
|
%files
|
|
|
|
%defattr(-,root,root,-)
|
2009-09-24 22:07:23 +00:00
|
|
|
%doc COPYING COPYING.LIB INSTALL README VERSION WHATS_NEW
|
2010-08-02 14:41:58 +00:00
|
|
|
%doc doc/lvm_fault_handling.txt
|
2008-01-18 04:43:56 +00:00
|
|
|
%{_sbindir}/fsadm
|
2007-02-05 19:42:51 +00:00
|
|
|
%{_sbindir}/lvchange
|
|
|
|
%{_sbindir}/lvconvert
|
|
|
|
%{_sbindir}/lvcreate
|
|
|
|
%{_sbindir}/lvdisplay
|
|
|
|
%{_sbindir}/lvextend
|
|
|
|
%{_sbindir}/lvm
|
|
|
|
%{_sbindir}/lvmchange
|
|
|
|
%{_sbindir}/lvmdiskscan
|
|
|
|
%{_sbindir}/lvmdump
|
|
|
|
%{_sbindir}/lvmsadc
|
|
|
|
%{_sbindir}/lvmsar
|
|
|
|
%{_sbindir}/lvreduce
|
|
|
|
%{_sbindir}/lvremove
|
|
|
|
%{_sbindir}/lvrename
|
|
|
|
%{_sbindir}/lvresize
|
|
|
|
%{_sbindir}/lvs
|
|
|
|
%{_sbindir}/lvscan
|
|
|
|
%{_sbindir}/pvchange
|
2007-07-18 18:18:23 +00:00
|
|
|
%{_sbindir}/pvck
|
2007-02-05 19:42:51 +00:00
|
|
|
%{_sbindir}/pvcreate
|
|
|
|
%{_sbindir}/pvdisplay
|
|
|
|
%{_sbindir}/pvmove
|
|
|
|
%{_sbindir}/pvremove
|
|
|
|
%{_sbindir}/pvresize
|
|
|
|
%{_sbindir}/pvs
|
|
|
|
%{_sbindir}/pvscan
|
|
|
|
%{_sbindir}/vgcfgbackup
|
|
|
|
%{_sbindir}/vgcfgrestore
|
|
|
|
%{_sbindir}/vgchange
|
|
|
|
%{_sbindir}/vgck
|
|
|
|
%{_sbindir}/vgconvert
|
|
|
|
%{_sbindir}/vgcreate
|
|
|
|
%{_sbindir}/vgdisplay
|
|
|
|
%{_sbindir}/vgexport
|
|
|
|
%{_sbindir}/vgextend
|
|
|
|
%{_sbindir}/vgimport
|
2009-05-22 17:53:01 +00:00
|
|
|
%{_sbindir}/vgimportclone
|
2007-02-05 19:42:51 +00:00
|
|
|
%{_sbindir}/vgmerge
|
|
|
|
%{_sbindir}/vgmknodes
|
|
|
|
%{_sbindir}/vgreduce
|
|
|
|
%{_sbindir}/vgremove
|
|
|
|
%{_sbindir}/vgrename
|
|
|
|
%{_sbindir}/vgs
|
|
|
|
%{_sbindir}/vgscan
|
|
|
|
%{_sbindir}/vgsplit
|
2010-03-05 13:40:57 +00:00
|
|
|
%{_sbindir}/lvmconf
|
2007-02-05 19:42:51 +00:00
|
|
|
%{_mandir}/man5/lvm.conf.5.gz
|
2008-01-18 04:43:56 +00:00
|
|
|
%{_mandir}/man8/fsadm.8.gz
|
2007-02-05 19:42:51 +00:00
|
|
|
%{_mandir}/man8/lvchange.8.gz
|
|
|
|
%{_mandir}/man8/lvconvert.8.gz
|
|
|
|
%{_mandir}/man8/lvcreate.8.gz
|
|
|
|
%{_mandir}/man8/lvdisplay.8.gz
|
|
|
|
%{_mandir}/man8/lvextend.8.gz
|
|
|
|
%{_mandir}/man8/lvm.8.gz
|
|
|
|
%{_mandir}/man8/lvmchange.8.gz
|
2010-06-23 19:10:17 +00:00
|
|
|
%{_mandir}/man8/lvmconf.8.gz
|
2007-02-05 19:42:51 +00:00
|
|
|
%{_mandir}/man8/lvmdiskscan.8.gz
|
|
|
|
%{_mandir}/man8/lvmdump.8.gz
|
2010-06-23 19:10:17 +00:00
|
|
|
%{_mandir}/man8/lvmsadc.8.gz
|
|
|
|
%{_mandir}/man8/lvmsar.8.gz
|
2007-02-05 19:42:51 +00:00
|
|
|
%{_mandir}/man8/lvreduce.8.gz
|
|
|
|
%{_mandir}/man8/lvremove.8.gz
|
|
|
|
%{_mandir}/man8/lvrename.8.gz
|
|
|
|
%{_mandir}/man8/lvresize.8.gz
|
|
|
|
%{_mandir}/man8/lvs.8.gz
|
|
|
|
%{_mandir}/man8/lvscan.8.gz
|
|
|
|
%{_mandir}/man8/pvchange.8.gz
|
2007-07-18 18:18:23 +00:00
|
|
|
%{_mandir}/man8/pvck.8.gz
|
2007-02-05 19:42:51 +00:00
|
|
|
%{_mandir}/man8/pvcreate.8.gz
|
|
|
|
%{_mandir}/man8/pvdisplay.8.gz
|
|
|
|
%{_mandir}/man8/pvmove.8.gz
|
|
|
|
%{_mandir}/man8/pvremove.8.gz
|
|
|
|
%{_mandir}/man8/pvresize.8.gz
|
|
|
|
%{_mandir}/man8/pvs.8.gz
|
|
|
|
%{_mandir}/man8/pvscan.8.gz
|
|
|
|
%{_mandir}/man8/vgcfgbackup.8.gz
|
|
|
|
%{_mandir}/man8/vgcfgrestore.8.gz
|
|
|
|
%{_mandir}/man8/vgchange.8.gz
|
|
|
|
%{_mandir}/man8/vgck.8.gz
|
|
|
|
%{_mandir}/man8/vgconvert.8.gz
|
|
|
|
%{_mandir}/man8/vgcreate.8.gz
|
|
|
|
%{_mandir}/man8/vgdisplay.8.gz
|
|
|
|
%{_mandir}/man8/vgexport.8.gz
|
|
|
|
%{_mandir}/man8/vgextend.8.gz
|
|
|
|
%{_mandir}/man8/vgimport.8.gz
|
2009-05-22 17:53:01 +00:00
|
|
|
%{_mandir}/man8/vgimportclone.8.gz
|
2007-02-05 19:42:51 +00:00
|
|
|
%{_mandir}/man8/vgmerge.8.gz
|
|
|
|
%{_mandir}/man8/vgmknodes.8.gz
|
|
|
|
%{_mandir}/man8/vgreduce.8.gz
|
|
|
|
%{_mandir}/man8/vgremove.8.gz
|
|
|
|
%{_mandir}/man8/vgrename.8.gz
|
|
|
|
%{_mandir}/man8/vgs.8.gz
|
|
|
|
%{_mandir}/man8/vgscan.8.gz
|
|
|
|
%{_mandir}/man8/vgsplit.8.gz
|
2010-08-02 21:22:35 +00:00
|
|
|
%if %{enable_udev}
|
2009-11-03 11:46:20 +00:00
|
|
|
%{_udevdir}/11-dm-lvm.rules
|
2010-08-02 21:22:35 +00:00
|
|
|
%endif
|
2011-01-18 00:09:35 +00:00
|
|
|
%dir %{_sysconfdir}/lvm
|
|
|
|
%ghost %{_sysconfdir}/lvm/cache/.cache
|
|
|
|
%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/lvm/lvm.conf
|
|
|
|
%dir %{_sysconfdir}/lvm/backup
|
|
|
|
%dir %{_sysconfdir}/lvm/cache
|
|
|
|
%dir %{_sysconfdir}/lvm/archive
|
|
|
|
%dir %{_localstatedir}/lock/lvm
|
|
|
|
%dir %{_localstatedir}/run/lvm
|
2011-05-06 14:26:05 +00:00
|
|
|
%if %{enable_systemd}
|
2011-01-18 00:09:35 +00:00
|
|
|
%config(noreplace) %{_sysconfdir}/tmpfiles.d/%{name}.conf
|
2011-07-18 12:12:30 +00:00
|
|
|
%{_unitdir}/lvm2-monitor.service
|
|
|
|
%else
|
|
|
|
%{_sysconfdir}/rc.d/init.d/lvm2-monitor
|
2011-05-06 14:26:05 +00:00
|
|
|
%endif
|
2004-09-09 08:04:45 +00:00
|
|
|
|
2009-07-28 22:22:37 +00:00
|
|
|
##############################################################################
|
|
|
|
# Library and Development subpackages
|
|
|
|
##############################################################################
|
|
|
|
%package devel
|
|
|
|
Summary: Development libraries and headers
|
|
|
|
Group: Development/Libraries
|
|
|
|
License: LGPLv2
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
2009-07-30 09:29:58 +00:00
|
|
|
Requires: device-mapper-devel >= %{device_mapper_version}-%{release}
|
2009-09-16 21:33:04 +00:00
|
|
|
Requires: device-mapper-event-devel >= %{device_mapper_version}-%{release}
|
2009-07-28 22:22:37 +00:00
|
|
|
Requires: pkgconfig
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
This package contains files needed to develop applications that use
|
|
|
|
the lvm2 libraries.
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
%defattr(-,root,root,-)
|
2010-04-14 19:20:08 +00:00
|
|
|
/usr%{_libdir}/liblvm2app.so
|
|
|
|
/usr%{_libdir}/liblvm2cmd.so
|
2009-07-28 22:22:37 +00:00
|
|
|
%{_includedir}/lvm2app.h
|
|
|
|
%{_includedir}/lvm2cmd.h
|
2009-07-30 09:29:58 +00:00
|
|
|
/usr%{_libdir}/pkgconfig/lvm2app.pc
|
2010-04-15 22:57:36 +00:00
|
|
|
/usr%{_libdir}/libdevmapper-event-lvm2.so
|
2009-07-28 22:22:37 +00:00
|
|
|
|
|
|
|
%package libs
|
2010-04-15 22:57:36 +00:00
|
|
|
Summary: Shared libraries for lvm2
|
2009-07-28 22:22:37 +00:00
|
|
|
License: LGPLv2
|
|
|
|
Group: System Environment/Libraries
|
2010-05-20 23:07:25 +00:00
|
|
|
Requires: device-mapper-event >= %{device_mapper_version}-%{release}
|
2009-07-28 22:22:37 +00:00
|
|
|
|
|
|
|
%description libs
|
|
|
|
This package contains shared lvm2 libraries for applications.
|
|
|
|
|
|
|
|
%post libs -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%postun libs -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%files libs
|
2010-04-15 22:57:36 +00:00
|
|
|
%defattr(-,root,root,-)
|
2010-04-14 21:25:48 +00:00
|
|
|
%attr(755,root,root) %{_libdir}/liblvm2app.so.*
|
|
|
|
%attr(755,root,root) %{_libdir}/liblvm2cmd.so.*
|
2010-02-16 01:19:51 +00:00
|
|
|
%attr(755,root,root) %{_libdir}/libdevmapper-event-lvm2.so.*
|
2010-04-15 22:57:36 +00:00
|
|
|
%dir %{_libdir}/device-mapper
|
|
|
|
%{_libdir}/device-mapper/libdevmapper-event-lvm2mirror.so
|
|
|
|
%{_libdir}/device-mapper/libdevmapper-event-lvm2snapshot.so
|
2011-08-12 14:38:33 +00:00
|
|
|
%{_libdir}/device-mapper/libdevmapper-event-lvm2raid.so
|
2009-09-16 21:33:04 +00:00
|
|
|
%{_libdir}/libdevmapper-event-lvm2mirror.so
|
|
|
|
%{_libdir}/libdevmapper-event-lvm2snapshot.so
|
2011-08-12 14:38:33 +00:00
|
|
|
%{_libdir}/libdevmapper-event-lvm2raid.so
|
2009-07-28 22:22:37 +00:00
|
|
|
|
2006-10-14 18:28:02 +00:00
|
|
|
##############################################################################
|
|
|
|
# Cluster subpackage
|
|
|
|
##############################################################################
|
2010-03-05 13:40:57 +00:00
|
|
|
%if %{enable_cluster}
|
|
|
|
|
2006-10-14 18:28:02 +00:00
|
|
|
%package cluster
|
|
|
|
Summary: Cluster extensions for userland logical volume management tools
|
2007-08-09 18:04:28 +00:00
|
|
|
License: GPLv2
|
2006-10-14 18:28:02 +00:00
|
|
|
Group: System Environment/Base
|
2007-12-07 03:27:04 +00:00
|
|
|
Requires: lvm2 >= %{version}-%{release}
|
2006-10-14 18:28:02 +00:00
|
|
|
Requires(post): chkconfig
|
|
|
|
Requires(preun): chkconfig
|
2006-10-14 18:57:22 +00:00
|
|
|
Requires(preun): device-mapper >= %{device_mapper_version}
|
2006-10-14 18:28:02 +00:00
|
|
|
Requires(preun): lvm2 >= 2.02
|
2009-03-03 18:15:40 +00:00
|
|
|
Requires: corosync >= %{corosync_version}
|
2009-10-19 13:02:45 +00:00
|
|
|
Requires: openais >= %{openais_version}
|
2010-01-22 06:06:27 +00:00
|
|
|
Requires: cman >= %{clusterlib_version}
|
2006-10-14 18:28:02 +00:00
|
|
|
|
|
|
|
%description cluster
|
2010-03-05 13:40:57 +00:00
|
|
|
|
2006-10-14 18:28:02 +00:00
|
|
|
Extensions to LVM2 to support clusters.
|
|
|
|
|
|
|
|
%post cluster
|
|
|
|
/sbin/chkconfig --add clvmd
|
|
|
|
|
|
|
|
%preun cluster
|
|
|
|
if [ "$1" = 0 ]; then
|
2010-01-29 20:32:14 +00:00
|
|
|
/sbin/chkconfig --del clvmd
|
|
|
|
/sbin/lvmconf --disable-cluster
|
2006-10-14 18:28:02 +00:00
|
|
|
fi
|
|
|
|
|
|
|
|
%files cluster
|
|
|
|
%defattr(-,root,root,-)
|
2008-01-18 04:43:56 +00:00
|
|
|
%attr(755,root,root) /usr/sbin/clvmd
|
2006-10-14 18:28:02 +00:00
|
|
|
%{_mandir}/man8/clvmd.8.gz
|
2011-01-18 00:09:35 +00:00
|
|
|
%{_sysconfdir}/rc.d/init.d/clvmd
|
|
|
|
#%ghost %{_localstatedir}/run/lvm/clvmd.sock
|
|
|
|
#%ghost %{_localstatedir}/run/clvmd.pid
|
2006-10-14 18:28:02 +00:00
|
|
|
|
2010-03-05 13:40:57 +00:00
|
|
|
%endif
|
|
|
|
|
2010-01-22 00:30:20 +00:00
|
|
|
##############################################################################
|
|
|
|
# Cluster mirror subpackage
|
|
|
|
##############################################################################
|
2010-03-05 13:40:57 +00:00
|
|
|
%if %{enable_cluster}
|
|
|
|
|
2010-01-22 00:30:20 +00:00
|
|
|
%package -n cmirror
|
|
|
|
Summary: Daemon for device-mapper-based clustered mirrors
|
|
|
|
Group: System Environment/Base
|
|
|
|
Requires(post): chkconfig
|
|
|
|
Requires(preun): chkconfig
|
|
|
|
Requires: corosync >= %{corosync_version}
|
|
|
|
Requires: openais >= %{openais_version}
|
2010-05-20 23:07:25 +00:00
|
|
|
Requires: device-mapper >= %{device_mapper_version}-%{release}
|
2010-01-22 00:30:20 +00:00
|
|
|
|
|
|
|
%description -n cmirror
|
|
|
|
Daemon providing device-mapper-based mirrors in a shared-storage cluster.
|
|
|
|
|
|
|
|
%post -n cmirror
|
|
|
|
/sbin/chkconfig --add cmirrord
|
|
|
|
|
|
|
|
%preun -n cmirror
|
|
|
|
if [ "$1" = 0 ]; then
|
|
|
|
/sbin/chkconfig --del cmirrord
|
|
|
|
fi
|
|
|
|
|
|
|
|
%files -n cmirror
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%attr(755,root,root) /usr/sbin/cmirrord
|
|
|
|
%{_mandir}/man8/cmirrord.8.gz
|
2011-01-18 00:09:35 +00:00
|
|
|
%{_sysconfdir}/rc.d/init.d/cmirrord
|
|
|
|
#%ghost %{_localstatedir}/run/cmirrord.pid
|
2010-01-22 00:30:20 +00:00
|
|
|
|
2010-03-05 13:40:57 +00:00
|
|
|
%endif
|
|
|
|
|
2011-07-20 10:32:41 +00:00
|
|
|
##############################################################################
|
|
|
|
# Legacy SysV init subpackage
|
|
|
|
##############################################################################
|
|
|
|
%if %{enable_systemd}
|
|
|
|
|
|
|
|
%package sysvinit
|
|
|
|
Summary: SysV style init script for LVM2.
|
|
|
|
Group: System Environment/Base
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
Requires: initscripts
|
|
|
|
|
|
|
|
%description sysvinit
|
|
|
|
SysV style init script for LVM2. It needs to be installed only if systemd
|
|
|
|
is not used as the system init process.
|
|
|
|
|
|
|
|
%files sysvinit
|
|
|
|
%{_sysconfdir}/rc.d/init.d/lvm2-monitor
|
|
|
|
|
|
|
|
%endif
|
|
|
|
|
2007-12-06 19:58:32 +00:00
|
|
|
##############################################################################
|
|
|
|
# Device-mapper subpackages
|
|
|
|
##############################################################################
|
|
|
|
%package -n device-mapper
|
|
|
|
Summary: Device mapper utility
|
|
|
|
Version: %{device_mapper_version}
|
2007-12-07 03:27:04 +00:00
|
|
|
Release: %{release}
|
2007-12-06 19:58:32 +00:00
|
|
|
License: GPLv2
|
|
|
|
Group: System Environment/Base
|
|
|
|
URL: http://sources.redhat.com/dm
|
2007-12-07 03:27:04 +00:00
|
|
|
Requires: device-mapper-libs = %{device_mapper_version}-%{release}
|
2011-12-29 16:25:03 +00:00
|
|
|
Requires: util-linux >= 2.15
|
2010-08-02 21:22:35 +00:00
|
|
|
%if %{enable_udev}
|
2010-08-02 19:23:04 +00:00
|
|
|
Requires: udev >= %{udev_version}
|
2009-11-03 11:46:20 +00:00
|
|
|
Requires: libudev
|
|
|
|
# We need dracut to install required udev rules if udev_sync
|
|
|
|
# feature is turned on so we don't lose required notifications.
|
|
|
|
Conflicts: dracut < 002-18
|
2010-08-02 21:22:35 +00:00
|
|
|
%endif
|
2007-12-06 19:58:32 +00:00
|
|
|
|
|
|
|
%description -n device-mapper
|
|
|
|
This package contains the supporting userspace utility, dmsetup,
|
|
|
|
for the kernel device-mapper.
|
|
|
|
|
|
|
|
%files -n device-mapper
|
|
|
|
%defattr(-,root,root,-)
|
2010-08-02 21:22:35 +00:00
|
|
|
%doc COPYING COPYING.LIB WHATS_NEW_DM VERSION_DM README INSTALL
|
2007-12-06 19:58:32 +00:00
|
|
|
%attr(755,root,root) /sbin/dmsetup
|
|
|
|
%{_mandir}/man8/dmsetup.8.gz
|
2010-08-02 21:22:35 +00:00
|
|
|
%if %{enable_udev}
|
|
|
|
%doc udev/12-dm-permissions.rules
|
2009-11-03 11:46:20 +00:00
|
|
|
%dir %{_udevbasedir}
|
|
|
|
%dir %{_udevdir}
|
|
|
|
%{_udevdir}/10-dm.rules
|
|
|
|
%{_udevdir}/13-dm-disk.rules
|
|
|
|
%{_udevdir}/95-dm-notify.rules
|
2010-08-02 21:22:35 +00:00
|
|
|
%endif
|
2007-12-06 19:58:32 +00:00
|
|
|
|
|
|
|
%package -n device-mapper-devel
|
|
|
|
Summary: Development libraries and headers for device-mapper
|
|
|
|
Version: %{device_mapper_version}
|
2007-12-07 03:27:04 +00:00
|
|
|
Release: %{release}
|
2008-08-07 17:57:18 +00:00
|
|
|
License: LGPLv2
|
2007-12-06 19:58:32 +00:00
|
|
|
Group: Development/Libraries
|
2007-12-07 03:27:04 +00:00
|
|
|
Requires: device-mapper = %{device_mapper_version}-%{release}
|
2009-03-03 18:15:40 +00:00
|
|
|
Requires: pkgconfig
|
2007-12-06 19:58:32 +00:00
|
|
|
|
|
|
|
%description -n device-mapper-devel
|
|
|
|
This package contains files needed to develop applications that use
|
|
|
|
the device-mapper libraries.
|
|
|
|
|
|
|
|
%files -n device-mapper-devel
|
|
|
|
%defattr(-,root,root,-)
|
2010-04-14 21:25:48 +00:00
|
|
|
/usr%{_libdir}/libdevmapper.so
|
2007-12-06 19:58:32 +00:00
|
|
|
%{_includedir}/libdevmapper.h
|
2009-07-28 22:22:37 +00:00
|
|
|
/usr%{_libdir}/pkgconfig/devmapper.pc
|
2007-12-06 19:58:32 +00:00
|
|
|
|
|
|
|
%package -n device-mapper-libs
|
|
|
|
Summary: Device-mapper shared library
|
|
|
|
Version: %{device_mapper_version}
|
2007-12-07 03:27:04 +00:00
|
|
|
Release: %{release}
|
2008-08-07 17:57:18 +00:00
|
|
|
License: LGPLv2
|
2007-12-06 19:58:32 +00:00
|
|
|
Group: System Environment/Libraries
|
2010-06-23 19:10:17 +00:00
|
|
|
Requires: device-mapper = %{device_mapper_version}-%{release}
|
2007-12-06 19:58:32 +00:00
|
|
|
|
|
|
|
%description -n device-mapper-libs
|
|
|
|
This package contains the device-mapper shared library, libdevmapper.
|
|
|
|
|
|
|
|
%post -n device-mapper-libs -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%postun -n device-mapper-libs -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%files -n device-mapper-libs
|
2009-09-16 21:33:04 +00:00
|
|
|
%attr(755,root,root) %{_libdir}/libdevmapper.so.*
|
|
|
|
|
|
|
|
%package -n device-mapper-event
|
|
|
|
Summary: Device-mapper event daemon
|
|
|
|
Group: System Environment/Base
|
2009-09-16 22:59:05 +00:00
|
|
|
Version: %{device_mapper_version}
|
|
|
|
Release: %{release}
|
|
|
|
Requires: device-mapper = %{device_mapper_version}-%{release}
|
|
|
|
Requires: device-mapper-event-libs = %{device_mapper_version}-%{release}
|
2011-07-18 12:12:30 +00:00
|
|
|
%if %{enable_systemd}
|
|
|
|
Requires(post): systemd-units
|
|
|
|
Requires(preun): systemd-units
|
|
|
|
Requires(postun): systemd-units
|
|
|
|
%endif
|
2009-09-16 21:33:04 +00:00
|
|
|
|
|
|
|
%description -n device-mapper-event
|
|
|
|
This package contains the dmeventd daemon for monitoring the state
|
|
|
|
of device-mapper devices.
|
|
|
|
|
2011-07-18 12:12:30 +00:00
|
|
|
%post -n device-mapper-event
|
|
|
|
%if %{enable_systemd}
|
|
|
|
/bin/systemctl daemon-reload > /dev/null 2>&1 || :
|
|
|
|
/bin/systemctl enable dm-event.socket > /dev/null 2>&1 || :
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%preun -n device-mapper-event
|
|
|
|
%if %{enable_systemd}
|
|
|
|
if [ "$1" = 0 ]; then
|
|
|
|
/bin/systemctl --no-reload disable dm-event.service dm-event.socket > /dev/null 2>&1 || :
|
|
|
|
/bin/systemctl stop dm-event.service dm-event.socket> /dev/null 2>&1 || :
|
|
|
|
fi
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%postun -n device-mapper-event
|
|
|
|
%if %{enable_systemd}
|
|
|
|
/bin/systemctl daemon-reload > /dev/null 2>&1 || :
|
2011-07-28 17:49:05 +00:00
|
|
|
#
|
|
|
|
# We'd need systemd to call specific restart command (dmeventd -R) instead
|
|
|
|
# of simple 'stop and start' - we need to keep any existing dmeventd
|
|
|
|
# registrations. Also, we can't kill dmeventd with existing registrations
|
|
|
|
# with SIGTERM, we would need to use SIGKILL instead (but losing registrations).
|
|
|
|
#
|
|
|
|
# if [ $1 -ge 1 ]; then
|
|
|
|
# /bin/systemctl try-restart dm-event.service > /dev/null 2>&1 || :
|
|
|
|
# fi
|
2011-07-18 12:12:30 +00:00
|
|
|
%endif
|
|
|
|
|
2009-09-16 21:33:04 +00:00
|
|
|
%files -n device-mapper-event
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%{_sbindir}/dmeventd
|
2010-06-23 19:10:17 +00:00
|
|
|
%{_mandir}/man8/dmeventd.8.gz
|
2011-07-18 12:12:30 +00:00
|
|
|
%if %{enable_systemd}
|
|
|
|
%{_unitdir}/dm-event.socket
|
|
|
|
%{_unitdir}/dm-event.service
|
|
|
|
%endif
|
2011-01-18 00:09:35 +00:00
|
|
|
#%ghost %{_localstatedir}/run/dmeventd.pid
|
2009-09-16 21:33:04 +00:00
|
|
|
|
|
|
|
%package -n device-mapper-event-libs
|
|
|
|
Summary: Device-mapper event daemon shared library
|
|
|
|
Version: %{device_mapper_version}
|
|
|
|
Release: %{release}
|
|
|
|
License: LGPLv2
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
|
|
|
|
%description -n device-mapper-event-libs
|
|
|
|
This package contains the device-mapper event daemon shared library,
|
|
|
|
libdevmapper-event.
|
|
|
|
|
|
|
|
%post -n device-mapper-event-libs -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%postun -n device-mapper-event-libs -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%files -n device-mapper-event-libs
|
2010-04-15 22:57:36 +00:00
|
|
|
%attr(755,root,root) %{_libdir}/libdevmapper-event.so.*
|
2011-01-18 00:09:35 +00:00
|
|
|
#%ghost %{_localstatedir}/run/dmeventd-client
|
|
|
|
#%ghost %{_localstatedir}/run/dmeventd-server
|
2009-09-16 21:33:04 +00:00
|
|
|
|
|
|
|
%package -n device-mapper-event-devel
|
|
|
|
Summary: Development libraries and headers for the device-mapper event daemon
|
|
|
|
Version: %{device_mapper_version}
|
|
|
|
Release: %{release}
|
|
|
|
License: LGPLv2
|
|
|
|
Group: Development/Libraries
|
|
|
|
Requires: device-mapper-event = %{device_mapper_version}-%{release}
|
|
|
|
Requires: pkgconfig
|
|
|
|
|
|
|
|
%description -n device-mapper-event-devel
|
|
|
|
This package contains files needed to develop applications that use
|
|
|
|
the device-mapper event library.
|
|
|
|
|
|
|
|
%files -n device-mapper-event-devel
|
|
|
|
%defattr(-,root,root,-)
|
2010-04-15 22:57:36 +00:00
|
|
|
/usr%{_libdir}/libdevmapper-event.so
|
2009-09-16 21:33:04 +00:00
|
|
|
%{_includedir}/libdevmapper-event.h
|
|
|
|
/usr%{_libdir}/pkgconfig/devmapper-event.pc
|
2007-12-06 19:58:32 +00:00
|
|
|
|
2004-09-09 08:04:45 +00:00
|
|
|
%changelog
|
2011-08-22 13:51:12 +00:00
|
|
|
* Mon Aug 22 2011 Alasdair Kergon <agk@redhat.com> - 2.02.88-1
|
|
|
|
- Remove incorrect 'Breaking' error message from allocation code. (2.02.87)
|
|
|
|
- Add lvconvert --merge support for raid1 devices split with --trackchanges.
|
|
|
|
- Add --trackchanges support to lvconvert --splitmirrors option for raid1.
|
|
|
|
- Add dm_tree_node_add_null_area for temporarily-missing raid devs tracked.
|
|
|
|
- Support lvconvert of -m1 raid1 devices to a higher number.
|
|
|
|
- Support splitting off a single raid1 rimage in lvconvert --splitmirrors.
|
|
|
|
- Add -V as short form of --virtualsize in lvcreate.
|
|
|
|
|
2011-08-12 14:38:33 +00:00
|
|
|
* Fri Aug 12 2011 Peter Rajnoha <prajnoha@redhat.com> - 2.02.87-1
|
|
|
|
- Cache and share generated VG structs to improve performance.
|
|
|
|
- Suppress locking error messages in monitoring init scripts.
|
|
|
|
- Add global/detect_internal_vg_cache_corruption to lvm.conf.
|
|
|
|
- If pipe in clvmd fails return busy instead of using uninitialised descriptors.
|
|
|
|
- Initialise clvmd locks before lvm context to avoid open descriptor leaks.
|
|
|
|
- Suppress low-level locking errors and warnings while using --sysinit.
|
|
|
|
- Add test for fcntl error in singlenode client code.
|
|
|
|
- Compare file size (as well as timestamp) to detect changed config file.
|
|
|
|
- Change DEFAULT_UDEV_SYNC to 1 so udev_sync is used if there is no config file.
|
|
|
|
- Update udev rules to skip DM flags decoding for removed devices.
|
|
|
|
- Remove device name prefix from dmsetup line output if -j & -m or -u supplied.
|
|
|
|
- Add new segtype 'raid' for MD RAID 1/4/5/6 support with dmeventd plugin.
|
|
|
|
- Add ability to reduce the number of mirrors in raid1 arrays to lvconvert.
|
|
|
|
- Add support for systemd file descriptor handover in dmeventd.
|
|
|
|
- Add systemd unit file to provide lvm2 monitoring.
|
|
|
|
- Add systemd unit files for dmeventd.
|
|
|
|
- Use new oom killer adjustment interface (oom_score_adj) when available.
|
|
|
|
- Fix read-only identical table reload supression.
|
|
|
|
- Remove --force option from lvrename manpage.
|
|
|
|
|
2011-08-03 08:15:44 +00:00
|
|
|
* Wed Aug 03 2011 Peter Rajnoha <prajnoha@redhat.com> - 2.02.86-5
|
|
|
|
- Change DEFAULT_UDEV_SYNC to 1 so udev_sync is used even without any config.
|
|
|
|
|
2011-07-28 17:49:05 +00:00
|
|
|
* Thu Jul 28 2011 Peter Rajnoha <prajnoha@redhat.com> - 2.02.86-4
|
|
|
|
- Add support for systemd file descriptor handover to dmeventd.
|
|
|
|
- Add support for new oom killer adjustment interface (oom_score_adj).
|
|
|
|
|
2011-07-20 10:32:41 +00:00
|
|
|
* Wed Jul 20 2011 Peter Rajnoha <prajnoha@redhat.com> - 2.02.86-3
|
|
|
|
- Fix broken lvm2-sysinit Requires: lvm2 dependency.
|
|
|
|
|
2011-07-18 12:12:30 +00:00
|
|
|
* Mon Jul 18 2011 Peter Rajnoha <prajnoha@redhat.com> - 2.02.86-2
|
|
|
|
- Add dm-event and lvm2-monitor unit files for use with systemd.
|
|
|
|
- Add sysvinit subpackage for legacy SysV init script support.
|
|
|
|
|
2011-07-08 20:56:57 +00:00
|
|
|
* Wed Jul 8 2011 Alasdair Kergon <agk@redhat.com> - 2.02.86-1
|
|
|
|
- Fix activation sequences to avoid trapped I/O with multiple LVs.
|
|
|
|
- Fix activation sequences to avoid allocating tables while devs suspended.
|
|
|
|
- Remove unnecessary warning in pvcreate for MD linear devices.
|
|
|
|
- Add activation/checks to lvm.conf to perform additional ioctl validation.
|
|
|
|
- Append 'm' attribute to pv_attr for missing PVs.
|
|
|
|
- Fix to preserve exclusive activation of mirror while up-converting.
|
|
|
|
- Reject allocation if number of extents is not divisible by area count.
|
|
|
|
- Fix cluster mirror creation to work with new mirror allocation algorithm.
|
|
|
|
- Ignore activation/verify_udev_operations if dm kernel driver vsn < 4.18.
|
|
|
|
- Add activation/verify_udev_operations to lvm.conf, disabled by default.
|
|
|
|
- Ignore inconsistent pre-commit metadata on MISSING_PV devs while activating.
|
|
|
|
- Add proper udev library context initialization and finalization to liblvm.
|
|
|
|
- Downgrade critical_section errors to debug level until it is moved to libdm.
|
|
|
|
- Fix ignored background polling default in vgchange -ay.
|
|
|
|
- Fix reduction of mirrors with striped segments to always align to stripe size.
|
|
|
|
- Validate mirror segments size.
|
|
|
|
- Fix extent rounding for striped volumes never to reduce more than requested.
|
|
|
|
- Fix create_temp_name to replace any '/' found in the hostname with '?'.
|
|
|
|
- Always use append to file in lvmdump. selinux policy may ban file truncation.
|
|
|
|
- Propagate test mode to clvmd to skip activation and changes to held locks.
|
|
|
|
- Permit --available with lvcreate so non-snapshot LVs need not be activated.
|
|
|
|
- Clarify error message when unable to convert an LV into a snapshot of an LV.
|
|
|
|
- Do not issue an error message when unable to remove .cache on read-only fs.
|
|
|
|
- Avoid memlock size mismatch by preallocating stdio line buffers.
|
|
|
|
- Report internal error if suspending a device using an already-suspended dev.
|
|
|
|
- Report internal error if any table is loaded while any dev is known suspended.
|
|
|
|
- Report error if a table load requiring target parameters has none supplied.
|
|
|
|
- Add dmsetup --checks and dm_task_enable_checks framework to validate ioctls.
|
|
|
|
- Add age_in_minutes parameter to dmsetup udevcomplete_all.
|
|
|
|
- Disable udev fallback by default and add --verifyudev option to dmsetup.
|
|
|
|
- Add dm_get_suspended_counter() for number of devs in suspended state by lib.
|
|
|
|
- Fix "all" report field prefix matching to include label fields with pv_all.
|
|
|
|
- Delay resuming new preloaded mirror devices with core logs in deptree code.
|
|
|
|
|
2011-06-22 13:50:15 +00:00
|
|
|
* Wed Jun 22 2011 Zdenek Kabelac <zkabelac@redhat.com> - 2.02.84-3
|
|
|
|
- Updated uname string test.
|
|
|
|
|
2011-06-04 19:23:37 +00:00
|
|
|
* Sat Jun 4 2011 Milan Broz <mbroz@redhat.com> - 2.02.84-2
|
|
|
|
- Accept kernel 3.0 uname string in libdevmapper initialization.
|
2011-06-22 11:39:54 +00:00
|
|
|
- Make systemd initscripts configurable.
|
2011-06-04 19:23:37 +00:00
|
|
|
|
2011-02-09 14:31:06 +00:00
|
|
|
* Wed Feb 9 2011 Alasdair Kergon <agk@redhat.com> - 2.02.84-1
|
|
|
|
- Fix big-endian CRC32 checksumming broken since 2.02.75. If affected,
|
|
|
|
ensure metadata backups in /etc/lvm/backup are up-to-date (vgcfgbackup)
|
|
|
|
then after updating to 2.02.84 restore metadata from them (using pvcreate
|
|
|
|
with -Zn --restorefile and -u if PVs can no longer be seen, then
|
|
|
|
vgcfgrestore -f).
|
|
|
|
- Reinstate libdevmapper DEBUG_MEM support. (Removed in 1.02.62.)
|
|
|
|
|
2011-02-08 14:29:56 +00:00
|
|
|
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.02.83-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
2011-02-04 22:58:15 +00:00
|
|
|
* Fri Feb 4 2011 Alasdair Kergon <agk@redhat.com> - 2.02.83-1
|
|
|
|
- Allow exclusive activation of snapshots in a cluster.
|
|
|
|
- Don't lose LV exclusive lock state when suspending clustered devices.
|
|
|
|
- Fix fs operation stack handling when multiple operations on same device.
|
|
|
|
- Increase hash table sizes to 1024 LV names and 64 PV uuids.
|
|
|
|
- When setting up mda wipe first 4k of it as was intended.
|
|
|
|
- Remove unneeded checks for open_count in lv_info().
|
|
|
|
- Synchronize with udev before checking open_count in lv_info().
|
|
|
|
- Add "dmsetup ls --tree" output to lvmdump.
|
|
|
|
- Fix udev synchronization with no-locking --sysinit (2.02.80).
|
|
|
|
- Improve man page style consistency for pvcreate, pvremove, pvresize, pvscan.
|
|
|
|
- Avoid rebuilding of uuid validation table.
|
|
|
|
- Improve lvcreate error text from insufficient "extents" to "free space".
|
|
|
|
- Always use O_DIRECT when opening block devices to check for partitioning.
|
|
|
|
- Move creation of device nodes from 'create' to 'resume'.
|
|
|
|
- Add --addnodeonresume and --addnodeoncreate options to dmsetup.
|
|
|
|
- Add dm_task_set_add_node to libdevmapper to control dev node creation time.
|
|
|
|
- Add dm_task_secure_data to libdevmapper to wipe ioctl buffers in kernel.
|
|
|
|
- Log debug message when expected uevent is not generated.
|
|
|
|
- Set DM_UDEV_DISABLE_OTHER_RULES_FLAG for suspended DM devices in udev rules.
|
|
|
|
- Begin a new pool object for each row in _output_as_rows() correctly.
|
|
|
|
|
2011-01-24 23:42:37 +00:00
|
|
|
* Mon Jan 24 2011 Alasdair Kergon <agk@redhat.com> - 2.02.82-2
|
|
|
|
- Bring lvscan man page up-to-date.
|
|
|
|
- Fix lvchange --test to exit cleanly.
|
|
|
|
- Add change_tag to toollib.
|
|
|
|
- Allow multiple pvchange command line options to be specified together.
|
|
|
|
- Do not fail pvmove polling if another process cleaned up first.
|
|
|
|
- Avoid clvmd incrementing dlm lockspace reference count more than once.
|
|
|
|
- Add -f (don't fork) option to clvmd and fix clvmd -d<num> description.
|
|
|
|
|
2011-01-18 00:09:35 +00:00
|
|
|
* Mon Jan 17 2011 Alasdair Kergon <agk@redhat.com> - 2.02.81-1
|
|
|
|
- Add disk to allowed mirrored log type conversions.
|
|
|
|
- Accept fusion fio in device type filter.
|
|
|
|
- Speed up command processing by caching resolved config tree.
|
|
|
|
- Use same dm cookie for consecutive dm ops in same VG to reduce udev waits.
|
|
|
|
- Do not scan devices in dev_reset_error_count() when forking.
|
|
|
|
- Skip unnecessary LOCK_NULL unlock call during volume deactivation.
|
|
|
|
- Skip fs_unlock when calling exec_cmd within activation code (for modprobe).
|
|
|
|
- Replace fs_unlock by sync_local_dev_names to notify local clvmd. (2.02.80)
|
|
|
|
- Fix wrongly paired unlocking of VG_GLOBAL in pvchange. (2.02.66)
|
|
|
|
- Return 0 from cmirrord initscript 'start' if daemon is already running.
|
|
|
|
- Add DM_COOKIE_AUTO_CREATE to libdevmapper.h.
|
|
|
|
- Improve general lvconvert man page description.
|
|
|
|
- Detect NULL handle in get_property().
|
|
|
|
- Fix memory leak in persistent filter creation error path.
|
|
|
|
- Check for errors setting up dm_task struct in _setup_task().
|
|
|
|
- Fail polldaemon creation when lvmcache_init() fails.
|
|
|
|
- Return PERCENT_INVALID for errors in _copy_percent() and _snap_percent().
|
|
|
|
- Detect errors from dm_task_set calls in _get_device_info (dmeventd).
|
|
|
|
- Fix memory leak in debug mode of restart_clvmd() error path.
|
|
|
|
- Log error message for pthread_join() failure in clvmd.
|
|
|
|
- Use tmpfiles.d/lvm2.conf to create /var/lock/lvm and /var/run/lvm at boot.
|
|
|
|
- Require initscripts for tmpfiles.d/lvm2.conf.
|
|
|
|
|
2010-12-21 01:32:24 +00:00
|
|
|
* Tue Dec 21 2010 Alasdair Kergon <agk@redhat.com> - 2.02.79-1
|
|
|
|
- Create /var/run/lvm directory during clvmd initialisation if missing.
|
|
|
|
- Avoid revalidating the label cache immediately after scanning.
|
|
|
|
- Support scanning for a single VG in independent mdas.
|
|
|
|
- Don't skip full scan when independent mdas are present even if memlock is set.
|
|
|
|
- Add copy_percent and snap_percent to liblvm.
|
|
|
|
- Add new dm_prepare_selinux_context fn to libdevmapper and use it throughout.
|
|
|
|
- Enhance vg_validate to ensure integrity of LV and PV structs referenced.
|
|
|
|
- Enhance vg_validate to check composition of pvmove LVs.
|
|
|
|
- Avoid writing to freed memory in vg_release. (2.02.78)
|
|
|
|
- Add missing test for reallocation error in _find_parallel_space().
|
|
|
|
- Add checks for allocation errors in config node cloning.
|
|
|
|
- Fix error path if regex engine cannot be created in _build_matcher().
|
|
|
|
- Check read() and close() results in _get_cmdline().
|
|
|
|
- Fix NULL pointer check in error path in clvmd do_command(). (2.02.78)
|
|
|
|
- Check for unlink failure in remove_lockfile() in dmeventd.
|
|
|
|
- Use dm_free for dm_malloc-ed areas in _clog_ctr/_clog_dtr in cmirrord.
|
|
|
|
- Change dm_regex_create() API to accept const char * const *patterns.
|
|
|
|
|
2010-12-06 21:58:08 +00:00
|
|
|
* Mon Dec 6 2010 Alasdair Kergon <agk@redhat.com> - 2.02.78-1
|
|
|
|
- Miscellaneous error path corrections and minor leaks fixed.
|
|
|
|
- Avoid misleading PV missing warnings in vgextend --restoremissing.
|
|
|
|
- Ignore unrecognised allocation policy found in metadata instead of aborting.
|
|
|
|
- Disallow lvconvert ops that both allocate & free supplied PEs in a single cmd.
|
|
|
|
- Fix liblvm seg_size to give bytes not sectors.
|
|
|
|
- Add functions to look up LV/PV by name/uuid to liblvm.
|
|
|
|
- Suppress 'No PV label' message when removing several PVs without mdas.
|
|
|
|
- Fix default /etc/lvm permissions to be 0755. (2.02.66)
|
|
|
|
|
2010-11-22 18:31:29 +00:00
|
|
|
* Mon Nov 22 2010 Alasdair Kergon <agk@redhat.com> - 2.02.77-1
|
|
|
|
- Add PV and LV segment types and functions to liblvm.
|
|
|
|
- Add set_property functions to liblvm.
|
|
|
|
- Remove tag length restriction and allow / = ! : # & characters.
|
|
|
|
- Support repetition of --addtag and --deltag arguments.
|
|
|
|
- Add infrastructure for specific cmdline arguments to be repeated in groups.
|
|
|
|
- Fix fsadm no longer to require '-f' to resize an unmounted filesystem.
|
|
|
|
- Fix fsadm to detect mounted filesystems on older systems. (2.0.75)
|
|
|
|
- Extend cling allocation policy to recognise PV tags (cling_by_tags).
|
|
|
|
- Add allocation/cling_tag_list to lvm.conf.
|
|
|
|
|
2010-11-09 03:09:36 +00:00
|
|
|
* Tue Nov 9 2010 Alasdair Kergon <agk@redhat.com> - 2.02.76-1
|
|
|
|
- Clarify error messages when activation fails due to activation filter use.
|
|
|
|
- Fix handling of online filesystem resize (using new fsadm return code).
|
|
|
|
- Modify fsadm to return different status code for check of mounted filesystem.
|
|
|
|
- Add DIAGNOSTICS section to fsadm man page.
|
|
|
|
- Update VG metadata only once in vgchange when making multiple changes.
|
|
|
|
- Allow independent vgchange arguments to be used together.
|
|
|
|
- Fix vgchange to process -a, --refresh, --monitor and --poll like lvchange.
|
|
|
|
- Add dmeventd -R to restart dmeventd without losing monitoring state. (1.02.56)
|
|
|
|
- Automatically unmount invalidated snapshots in dmeventd.
|
|
|
|
- Add lvm2app functions to query any pv, vg, or lv property / report field.
|
|
|
|
- Fix a deadlock caused by double close in clvmd.
|
|
|
|
- Fix NULL pointer dereference on too-large MDA error path in _vg_read_raw_area.
|
|
|
|
- Fix regex optimiser not to ignore RHS of OR nodes in _find_leftmost_common.
|
|
|
|
- Fix memory leak of field_id in _output_field function.
|
|
|
|
- Allocate buffer for reporting functions dynamically to support long outputs.
|
|
|
|
|
2010-10-25 16:01:44 +00:00
|
|
|
* Mon Oct 25 2010 Alasdair Kergon <agk@redhat.com> - 2.02.75-1
|
|
|
|
- Fix pthread mutex usage deadlock in clvmd.
|
|
|
|
- Avoid segfault by limiting partial mode for lvm1 metadata. (2.02.74)
|
|
|
|
- Skip dm devices in scan if they contain only error targets or are empty.
|
|
|
|
- Don't take write lock in vgchange --refresh, --poll or --monitor.
|
|
|
|
- Fix hang when repairing a mirrored-log that had both devs fail.
|
|
|
|
- Speed up unquoting of quoted double quotes and backslashes.
|
|
|
|
- Speed up CRC32 calculations by using a larger lookup table.
|
|
|
|
- Implement dmeventd -R to restart without state loss.
|
|
|
|
- Add --setuuid to dmsetup rename.
|
|
|
|
- Add global/metadata_read_only to use unrepaired metadata in read-only cmds.
|
|
|
|
- Automatically extend snapshots with dmeventd according to policy in lvm.conf.
|
|
|
|
- Add activation/snapshot_autoextend_threshold/percent to lvm.conf.
|
|
|
|
- Add devices/disable_after_error_count config to limit access to failing devs.
|
|
|
|
- Implement vgextend --restoremissing to reinstate missing devs that return.
|
|
|
|
- Read whole /proc/self/maps file before working with maps entries.
|
|
|
|
- Convey need for snapshot-merge target in lvconvert error message and man page.
|
|
|
|
- Give correct error message when creating a too-small snapshot.
|
|
|
|
- Make lvconvert respect --yes and --force when converting an inactive log.
|
|
|
|
- Better support of noninteractive shell execution of fsadm.
|
|
|
|
- Fix usage of --yes flag for ReiserFS resize in fsadm.
|
|
|
|
- Fix detection of mounted filesystems for fsadm when udev is used.
|
|
|
|
- Fix assignment of default value to LVM variable in fsadm.
|
|
|
|
- Fix support for --yes flag for fsadm.
|
|
|
|
- Do not execute lvresize from fsadm --dry-run.
|
|
|
|
- Fix fsadm return error code from user's break action.
|
|
|
|
- Return const pointer from dm_basename() in libdevmapper.
|
|
|
|
- Add dm_zalloc and use it and dm_pool_zalloc throughout.
|
|
|
|
- Add dm_task_set_newuuid to set uuid of mapped device post-creation.
|
|
|
|
- Fix missing variable initialization in cluster_send() function from cmirrord.
|
|
|
|
- Fix pointer for VG name in _pv_resize_single error code path.
|
|
|
|
- Fix vg_read memory leak with directory-based metadata.
|
|
|
|
- Fix memory leak of config_tree in reinitialization code path.
|
|
|
|
- Fix pool destruction order in dmeventd_lvm2_exit() to avoid leak debug mesg.
|
|
|
|
- Remove dependency on libm by replacing floor() by an integer-based algorithm.
|
|
|
|
- Refactor and add 'get' functions for pv, vg and lv properties/fields.
|
|
|
|
- Add pv_get_property and create generic internal _get_property function.
|
|
|
|
- Make generic GET_*_PROPERTY_FN macros with secondary macro for vg, pv & lv.
|
|
|
|
|
2010-10-15 18:45:56 +00:00
|
|
|
* Fri Oct 15 2010 Alasdair Kergon <agk@redhat.com> - 2.02.73-3
|
|
|
|
- Add --setuuid to dmsetup rename.
|
|
|
|
- Add dm_task_set_newuuid to set uuid of mapped device post-creation.
|
|
|
|
|
2010-09-29 21:45:30 +00:00
|
|
|
* Wed Sep 29 2010 jkeating - 2.02.74-2
|
|
|
|
- Rebuilt for gcc bug 634757
|
|
|
|
|
2010-09-24 23:30:45 +00:00
|
|
|
* Fri Sep 24 2010 Alasdair Kergon <agk@redhat.com> - 2.02.74-1
|
|
|
|
- Fix the way regions are marked complete to avoid slow --nosync cmirror I/O.
|
|
|
|
- Add DM_REPORT_FIELD_TYPE_ID_LEN to libdevmapper.h.
|
|
|
|
- Allow : and @ to be escaped with \ in device names of PVs.
|
|
|
|
- Avoid stack corruption when reading in large metadata.
|
|
|
|
- Fix partial mode operations for lvm1 metadata format.
|
|
|
|
- Track recursive filter iteration to avoid refreshing while in use. (2.02.56)
|
|
|
|
- Allocate buffer for metadata tags dynamically to remove 4k limit.
|
|
|
|
- Add random suffix to archive file names to prevent races when being created.
|
|
|
|
- Reinitialize archive and backup handling on toolcontext refresh.
|
|
|
|
- Make poll_mirror_progress report PROGRESS_CHECK_FAILED if LV is not a mirror.
|
|
|
|
- Like mirrors, don't scan origins if ignore_suspended_devices() is set.
|
|
|
|
- Automatically generate tailored LSB Requires-Start for clvmd init script.
|
|
|
|
- Fix return code of pvmove --abort PV.
|
|
|
|
- Fix pvmove --abort to remove even for empty pvmove LV.
|
|
|
|
- Add implementation for simple numeric 'get' property functions.
|
|
|
|
- Simplify MD/swap signature detection in pvcreate and allow aborting.
|
|
|
|
- Allow --yes to be used without --force mode.
|
|
|
|
- Fix file descriptor leak in swap signature detection error path.
|
|
|
|
- Detect and allow abort in pvcreate if LUKS signature is detected.
|
|
|
|
|
2010-08-25 13:38:23 +00:00
|
|
|
* Wed Aug 25 2010 Peter Rajnoha <prajnoha@redhat.com> - 2.02.73-2
|
|
|
|
- Add configure --with-default-data-alignment.
|
|
|
|
- Update heuristic used for default and detected data alignment.
|
|
|
|
- Add "devices/default_data_alignment" to lvm.conf.
|
|
|
|
|
2010-08-18 21:31:49 +00:00
|
|
|
* Wed Aug 18 2010 Alasdair Kergon <agk@redhat.com> - 2.02.73-1
|
|
|
|
- Change default alignment of data extents to 1MB.
|
|
|
|
- Add --norestorefile option to pvcreate.
|
|
|
|
- Require --restorefile when using pvcreate --uuid.
|
|
|
|
- Fix potential for corruption during cluster mirror device failure.
|
|
|
|
- Ignore snapshots when performing mirror recovery beneath an origin.
|
|
|
|
- Monitor origin -real device below snapshot instead of overlay device.
|
|
|
|
- Don't really change monitoring status when in test mode.
|
|
|
|
- Fix some exit statuses when starting/stopping monitoring fails.
|
|
|
|
- Enable snapshot monitoring by default when dmeventd is enabled.
|
|
|
|
- Fix 'lvconvert --splitmirrors' in cluster operation.
|
|
|
|
- Fix clvmd init script exit code to return 4 when executed as non-root user.
|
|
|
|
- Recognise and give preference to md device partitions (blkext major).
|
|
|
|
- Never scan internal LVM devices.
|
|
|
|
- Don't ignore user-specified PVs in split-mirror operations. (2.02.71)
|
|
|
|
- Fix data corruption bug in cluster mirrors.
|
|
|
|
- Require logical volume(s) to be explicitly named for lvconvert --merge.
|
|
|
|
- Avoid changing aligned pe_start as a side-effect of a log message.
|
|
|
|
- Use built-in rule for device aliases: block/ < dm- < disk/ < mapper/ < other.
|
|
|
|
- Handle failure of all mirrored log devices and all but one mirror leg.
|
|
|
|
- Disallow 'mirrored' log type for cluster mirrors.
|
|
|
|
- Fix configure to supply DEFAULT_RUN_DIR to Makefiles.
|
|
|
|
- Fix allocation of wrong number of mirror logs with 'remove' fault policy.
|
|
|
|
- Add dmeventd/executable to lvm.conf to test alternative dmeventd.
|
|
|
|
- Fix udev rules to support udev database content generated by older rules.
|
|
|
|
- Reinstate detection of inappropriate uevent with DISK_RO set and suppress it.
|
|
|
|
- Fix regex ttree off-by-one error.
|
|
|
|
- Fix segfault in regex matcher with characters of ordinal value > 127.
|
|
|
|
- Wait for node creation before displaying debug info in dmsetup.
|
|
|
|
- Fix return status 0 for "dmsetup info -c -o help".
|
|
|
|
|
2010-08-02 21:22:35 +00:00
|
|
|
* Mon Aug 2 2010 Alasdair Kergon <agk@redhat.com> - 2.02.72-5
|
|
|
|
- Make udev configurable and merge with f12.
|
|
|
|
|
2010-08-02 19:23:04 +00:00
|
|
|
* Mon Aug 2 2010 Alasdair Kergon <agk@redhat.com> - 2.02.72-4
|
|
|
|
- Merge f13, f14 and rawhide spec files.
|
|
|
|
|
2010-08-02 14:41:58 +00:00
|
|
|
* Sat Jul 31 2010 Alasdair Kergon <agk@redhat.com> - 2.02.72-3
|
|
|
|
- Address lvm2-cluster security flaw CVE-2010-2526.
|
|
|
|
https://bugzilla.redhat.com/CVE-2010-2526
|
|
|
|
- Change clvmd to communicate with lvm2 via a socket in /var/run/lvm.
|
|
|
|
- Return controlled error if clvmd is run by non-root user.
|
|
|
|
- Never use clvmd singlenode unless explicitly requested with -Isinglenode.
|
|
|
|
- Fix exported_symbols generation to use standard compiler arguments.
|
|
|
|
- Use #include <> not "" in lvm2app.h which gets installed on the system.
|
|
|
|
- Make liblvm.device-mapper wait for include file generation.
|
|
|
|
- Fix configure to supply DEFAULT_RUN_DIR to Makefiles.
|
|
|
|
- Fix wrong number of mirror log at allocate policy
|
|
|
|
|
|
|
|
* Wed Jul 28 2010 Alasdair Kergon <agk@redhat.com> - 2.02.71-1
|
|
|
|
- Make vgck warn about missing PVs.
|
|
|
|
- Revert failed table load preparation after "create, load and resume".
|
|
|
|
- Check if cluster log daemon is running before allowing cmirror create.
|
|
|
|
- Add dm_create_lockfile to libdm and use for pidfiles for all daemons.
|
|
|
|
- Correct LV list order used by lvconvert when splitting a mirror.
|
|
|
|
- Check if LV with specified name already exists when splitting a mirror.
|
|
|
|
- Fix suspend/resume logic for LVs resulting from splitting a mirror.
|
|
|
|
- Fix possible hang when all mirror images of a mirrored log fail.
|
|
|
|
- Adjust auto-metadata repair and caching logic to try to cope with empty mdas.
|
|
|
|
- Update pvcreate, {pv|vg}change, and lvm.conf man pages about metadataignore.
|
|
|
|
- Prompt if metadataignore with vgextend or pvchange would adjust vg_mda_copies.
|
|
|
|
- Adjust vg_mda_copies if metadataignore given with vgextend or pvchange.
|
|
|
|
- Speed up the regex matcher.
|
|
|
|
- Use "nowatch" udev rule for inappropriate devices.
|
|
|
|
- Document LVM fault handling in lvm_fault_handling.txt.
|
|
|
|
- Clarify help text for vg_mda_count.
|
|
|
|
- Add more verbose messages while checking volume_list and hosttags settings.
|
|
|
|
- Add log_error when strdup fails in {vg|lv}_change_tag().
|
|
|
|
- Do not log backtrace in valid _lv_resume() code path.
|
|
|
|
|
2010-07-07 02:33:10 +00:00
|
|
|
* Wed Jul 7 2010 Alasdair Kergon <agk@redhat.com> - 2.02.70-1
|
|
|
|
- Remove log directly if all mirror images of a mirrored log fail.
|
|
|
|
- Randomly select which mdas to use or ignore.
|
|
|
|
- Add printf format attributes to yes_no_prompt and fix a caller.
|
|
|
|
- Always pass unsuspended dm devices through persistent filter to other filters.
|
|
|
|
- Move test for suspended dm devices ahead of other filters.
|
|
|
|
- Fix another segfault in clvmd -R if no response from daemon received. (2.02.68)
|
|
|
|
- Remove superfluous suspended device counter from clvmd.
|
|
|
|
- Fix lvm shell crash when input is entirely whitespace.
|
|
|
|
- Update partial mode warning message.
|
|
|
|
- Preserve memlock balance in clvmd when activation triggers a resume.
|
|
|
|
- Restore the removemissing behaviour of lvconvert --repair --use-policies.
|
|
|
|
|
2010-06-30 14:34:17 +00:00
|
|
|
* Wed Jun 30 2010 Alasdair Kergon <agk@redhat.com> - 2.02.69-1
|
|
|
|
- Fix vgremove to allow removal of VG with missing PVs. (2.02.52)
|
|
|
|
- Add metadata/vgmetadatacopies to lvm.conf.
|
|
|
|
- Add --metadataignore to pvcreate and vgextend.
|
|
|
|
- Add vg_mda_copies, pv_mda_used_count and vg_mda_used_count to reports.
|
|
|
|
- Describe --vgmetadatacopies in lvm.conf and other man pages.
|
|
|
|
- Add --[vg]metadatacopies to select number of mdas to use in a VG.
|
|
|
|
- Make the metadata ignore bit control read/write metadata areas in a PV.
|
|
|
|
- Add pvchange --metadataignore to set or clear a metadata ignore bit.
|
|
|
|
- Refactor metadata code to prepare for --metadataignore / --vgmetadatacopies.
|
|
|
|
- Ensure region_size of mirrored log does not exceed its full size.
|
|
|
|
- Preload libc locale messages to prevent reading it in memory locked state.
|
|
|
|
- Fix handling of simultaneous mirror image and mirrored log image failure.
|
|
|
|
|
2010-06-24 16:22:40 +00:00
|
|
|
* Thu Jun 24 2010 Peter Rajnoha <prajnoha@redhat.com> - 2.02.68-2
|
|
|
|
- Fix udev rules to handle spurious events properly.
|
|
|
|
- Add Requires: udev >= 158-1 (needed for the change in udev rules).
|
|
|
|
|
2010-06-23 19:10:17 +00:00
|
|
|
* Wed Jun 23 2010 Alasdair Kergon <agk@redhat.com> - 2.02.68-1
|
|
|
|
- Have device-mapper-libs require device-mapper (circular) for udev rules.
|
|
|
|
- Clear exec_prefix.
|
|
|
|
- Use early udev synchronisation and update of dev nodes for clustered mirrors.
|
|
|
|
- Add lv_path to reports to offer full /dev pathname.
|
|
|
|
- Avoid abort when generating cmirror status.
|
|
|
|
- Fix clvmd initscript status to print only active clustered LVs.
|
|
|
|
- Fix segfault in clvmd -R if no response from daemon received.
|
|
|
|
- Honour log argument when down-converting stacked mirror.
|
|
|
|
- Sleep to workaround clvmd -S race: socket closed early and server drops cmd.
|
|
|
|
- Exit successfully when using -o help (but not -o +help) with LVM reports.
|
|
|
|
- Add man pages for lvmconf, dmeventd and non-existent lvmsadc and lvmsar tools.
|
|
|
|
- Add --force, --nofsck and --resizefs to lvresize/extend/reduce man pages.
|
|
|
|
- Fix lvm2cmd example in documentation.
|
|
|
|
- Fix typo in warning message about missing device with allocated data areas.
|
|
|
|
- Add device name and offset to raw_read_mda_header error messages.
|
|
|
|
- Allow use of lvm2app and lvm2cmd headers in C++ code.
|
|
|
|
|
2010-06-04 18:47:46 +00:00
|
|
|
* Fri Jun 4 2010 Alasdair Kergon <agk@redhat.com> - 2.02.67-1
|
|
|
|
- Require partial option in lvchange --refresh for partial LVs.
|
|
|
|
- Don't merge unchanged persistent cache file before dumping if tool scanned.
|
|
|
|
- Avoid selecting names under /dev/block if there is an alternative.
|
|
|
|
- Fix semctl parameter (union) to avoid misaligned parameter on some arches.
|
|
|
|
- Fix clvmd initscript restart command to start clvmd if not yet running.
|
|
|
|
- Handle failed restart of clvmd using -S switch properly.
|
|
|
|
- Use built-in absolute paths in clvmd (clvmd restart and PV and LV queries).
|
|
|
|
- Consistently return ECMD_FAILED if interrupted processing multiple LVs.
|
|
|
|
- Add --type parameter description to the lvcreate man page.
|
|
|
|
- Document 'clear' in dmsetup man page.
|
|
|
|
- Replace strncmp kernel version number checks with proper ones.
|
|
|
|
- Update clustered log kernel module name to log-userspace for 2.6.31 onwards.
|
|
|
|
- Support autoloading of dm-mod module for kernels from 2.6.35.
|
|
|
|
- Add dm_tree_node_set_presuspend_node() to presuspend child when deactivating.
|
|
|
|
- Do not fail lvm_init() if init_logging() or _init_rand() generates an errno.
|
|
|
|
- Fix incorrect memory pool deallocation while using vg_read for files.
|
|
|
|
|
2010-05-20 23:07:25 +00:00
|
|
|
* Thu May 20 2010 Alasdair Kergon <agk@redhat.com> - 2.02.66-2
|
|
|
|
- Simplify and fix Requires package headers.
|
|
|
|
- If unable to obtain snapshot percentage leave value blank on reports.
|
|
|
|
- Use new install_system_dirs and install_initscripts makefile targets.
|
|
|
|
- Add lvm2app functions to lookup a vgname from a pvid and pvname.
|
|
|
|
- Change internal processing of PVs in pvchange.
|
|
|
|
- Validate internal lock ordering of orphan and VG_GLOBAL locks.
|
|
|
|
|
2010-05-17 20:00:32 +00:00
|
|
|
* Mon May 17 2010 Alasdair Kergon <agk@redhat.com> - 2.02.65-1
|
|
|
|
- Disallow vgchange --clustered if there are active mirrors or snapshots.
|
|
|
|
- Fix truncated total size displayed by pvscan.
|
|
|
|
- Skip internal lvm devices in scan if ignore_suspended_devices is set.
|
|
|
|
- Do not merge old device cache after we run full scan. (2.02.56)
|
|
|
|
- Add new --sysinit compound option to vgchange and lvchange.
|
|
|
|
- Fix clvmd init script never to deactivate non-clustered volume groups.
|
|
|
|
- Drop duplicate errors for read failures and missing devices to verbose level.
|
|
|
|
- Do not print encryption key in message debug output (cryptsetup luksResume).
|
|
|
|
- Use -d to control level of messages sent to syslog by dmeventd.
|
|
|
|
- Change -d to -f to run dmeventd in foreground.
|
|
|
|
- Fix udev flags on remove in create_and_load error path.
|
|
|
|
- Add dm_list_splice() function to join two lists together.
|
|
|
|
- Use /bin/bash for scripts with bashisms.
|
|
|
|
- Switch Libs.private to Requires.private in devmapper.pc and lvm2app.pc.
|
|
|
|
- Use pkgconfig Requires.private for devmapper-event.pc.
|
|
|
|
|
2010-04-30 15:32:39 +00:00
|
|
|
* Fri Apr 30 2010 Alasdair Kergon <agk@redhat.com> - 2.02.64-1
|
|
|
|
- Avoid pointless initialisation when the 'version' command is run directly.
|
|
|
|
- Fix memory leak for invalid regex pattern input.
|
|
|
|
- Display invalid regex pattern for filter configuration in case of error.
|
|
|
|
- Fix -M and --type to use strings, not pointers that change on config refresh.
|
|
|
|
- Fix lvconvert error message when existing mirrored LV is not found.
|
|
|
|
- Set appropriate udev flags for reserved LVs.
|
|
|
|
- Disallow the direct removal of a merging snapshot.
|
|
|
|
- Don't preload the origin when removing a snapshot whose merge is pending.
|
|
|
|
- Disallow the addition of mirror images while a conversion is happening.
|
|
|
|
- Disallow primary mirror image removal when mirror is not in-sync.
|
|
|
|
- Remove obsolete --name parameter from vgcfgrestore.
|
|
|
|
- Add -S command to clvmd to restart the daemon preserving exclusive locks.
|
|
|
|
- Increment lvm2app version from 1 to 2 (memory allocation changes).
|
|
|
|
- Change lvm2app memory alloc/free for pv/vg/lv properties.
|
|
|
|
- Change daemon lock filename from lvm2_monitor to lvm2-monitor for consistency.
|
|
|
|
- Add support for new IMPORT{db} udev rule.
|
|
|
|
- Add DM_UDEV_PRIMARY_SOURCE_FLAG udev flag to recognize proper DM events.
|
|
|
|
- Also include udev libs in libdevmapper.pc.
|
|
|
|
- Cache bitset locations to speed up _calc_states.
|
|
|
|
- Add a regex optimisation pass for shared prefixes and suffixes.
|
|
|
|
- Add dm_bit_and and dm_bitset_equal to libdevmapper.
|
|
|
|
- Speed up dm_bit_get_next with ffs().
|
|
|
|
|
2010-04-15 22:57:36 +00:00
|
|
|
* Thu Apr 15 2010 Alasdair Kergon <agk@redhat.com> - 2.02.63-2
|
|
|
|
- Remove 'lvmconf --lockinglibdir' from cluster post: locking is now built-in.
|
|
|
|
- Move libdevmapper-event-lvm2.so to devel package.
|
|
|
|
- Explicitly specify libdevmapper-event.so* attributes.
|
|
|
|
- Drop support for upgrades from very old versions that used lvm not lvm2.
|
|
|
|
- Move libdevmapper-event plug-in libraries into new device-mapper subdirectory.
|
|
|
|
- Don't verify lvm.conf contents when using rpm --verify.
|
|
|
|
|
2010-04-14 19:20:08 +00:00
|
|
|
* Wed Apr 14 2010 Alasdair Kergon <agk@redhat.com> - 2.02.63-1
|
2010-04-14 21:44:55 +00:00
|
|
|
- Move development links to shared objects to /usr (hard-coded temporarily).
|
|
|
|
- Change libdevmapper deactivation to fail if device is open.
|
|
|
|
- Wipe memory buffers for libdevmapper dm-ioctl parameters before releasing.
|
|
|
|
- Strictly require libudev if udev_sync is used.
|
|
|
|
- Add support for ioctl's DM_UEVENT_GENERATED_FLAG.
|
|
|
|
- Allow incomplete mirror restore in lvconvert --repair upon insufficient space.
|
|
|
|
- Do not reset position in metadata ring buffer on vgrename and vgcfgrestore.
|
|
|
|
- Allow VGs with active LVs to be renamed.
|
|
|
|
- Only pass visible LVs to tools in cmdline VG name/tag expansions without -a.
|
|
|
|
- Use C locale and mlockall in clvmd and dmeventd.
|
|
|
|
- Mask LCK_HOLD in cluster VG locks for upgrade compatibility with older clvmd.
|
|
|
|
- Add activation/polling_interval to lvm.conf as --interval default.
|
|
|
|
- Don't ignore error if resuming any LV fails when resuming groups of LVs.
|
|
|
|
- Skip closing persistent filter cache file if open failed.
|
|
|
|
- Permit mimage LVs to be striped in lvcreate, lvresize and lvconvert.
|
|
|
|
- Fix pvmove allocation to take existing parallel stripes into account.
|
|
|
|
- Fix incorrect removal of symlinks after LV deactivation fails.
|
|
|
|
- Fix is_partitioned_dev not to attempt to reopen device.
|
|
|
|
- Fix another thread race in clvmd.
|
|
|
|
- Improve vg_validate to detect some loops in lists.
|
|
|
|
- Change most remaining log_error WARNING messages to log_warn.
|
|
|
|
- Always use blocking lock for VGs and orphan locks.
|
|
|
|
- Allocate all memory for segments from private VG mempool.
|
|
|
|
- Optimise searching PV segments for seeking the most recently-added.
|
|
|
|
- Remove duplicated vg_validate checks when parsing cached metadata.
|
|
|
|
- Use hash table of LVs to speed up parsing of text metadata with many LVs.
|
|
|
|
- Fix two vg_validate messages, adding whitespace and parentheses.
|
|
|
|
- When dmeventd is not forking because of -d flag, don't kill parent process.
|
|
|
|
- Fix dso resource leak in error path of dmeventd.
|
|
|
|
- Fix --alloc contiguous policy only to allocate one set of parallel areas.
|
|
|
|
- Do not allow {vg|lv}change --ignoremonitoring if on clustered VG.
|
|
|
|
- Add ability to create mirrored logs for mirror LVs.
|
|
|
|
- Fix clvmd cluster propagation of dmeventd monitoring mode.
|
|
|
|
- Allow ALLOC_ANYWHERE to split contiguous areas.
|
|
|
|
- Add some assertions to allocation code.
|
|
|
|
- Introduce pv_area_used into allocation algorithm and add debug messages.
|
|
|
|
- Add activation/monitoring to lvm.conf.
|
|
|
|
- Add --monitor and --ignoremonitoring to lvcreate.
|
|
|
|
- Don't allow resizing of internal logical volumes.
|
|
|
|
- Fix libdevmapper-event pkgconfig version string to match libdevmapper.
|
|
|
|
- Avoid scanning all pvs in the system if operating on a device with mdas.
|
|
|
|
- Disable long living process flag in lvm2app library.
|
|
|
|
- Fix pvcreate device md filter check.
|
|
|
|
- Suppress repeated errors about the same missing PV uuids.
|
|
|
|
- Bypass full device scans when using internally-cached VG metadata.
|
|
|
|
- Only do one full device scan during each read of text format metadata.
|
|
|
|
- Look up missing PVs by uuid not dev_name in pvs to avoid invalid stat.
|
2010-04-14 19:20:08 +00:00
|
|
|
|
2010-03-09 18:12:03 +00:00
|
|
|
* Tue Mar 09 2010 Alasdair Kergon <agk@redhat.com> - 2.02.62-1
|
|
|
|
- Rewrite clvmd init script.
|
|
|
|
- Add default alternative to mlockall using mlock to reduce pinned memory size.
|
|
|
|
- Add use_mlockall and mlock_filter to activation section of lvm.conf.
|
|
|
|
- Handle misaligned devices that report alignment_offset of -1.
|
|
|
|
- Extend core allocation code in preparation for mirrored log areas.
|
|
|
|
- No longer fall back to looking up active devices by name if uuid not found.
|
|
|
|
- Don't touch /dev in vgmknodes if activation is disabled.
|
|
|
|
- Add --showkeys parameter description to dmsetup man page.
|
|
|
|
- Add --help option as synonym for help command.
|
|
|
|
- Add lvm2app functions lvm_{vg|lv}_{get|add|remove}_tag() functions.
|
|
|
|
- Refactor snapshot-merge deptree and device removal to support info-by-uuid.
|
|
|
|
|
2010-03-05 13:40:57 +00:00
|
|
|
* Fri Mar 05 2010 Peter Rajnoha <prajnoha@redhat.com> - 2.02.61-2
|
|
|
|
- Change spec file to support excluding cluster components from the build.
|
|
|
|
|
2010-02-16 01:10:25 +00:00
|
|
|
* Tue Feb 16 2010 Alasdair Kergon <agk@redhat.com> - 2.02.61-1
|
2010-04-15 22:57:36 +00:00
|
|
|
- Add %%ORIGIN support to lv{create,extend,reduce,resize} --extents.
|
2010-02-16 01:10:25 +00:00
|
|
|
- Accept a list of LVs with 'lvconvert --merge @tag' using process_each_lv.
|
|
|
|
- Remove false "failed to find tree node" error when activating merging origin.
|
|
|
|
- Exit with success when lvconvert --repair --use-policies performs no action.
|
|
|
|
- Avoid unnecessary second resync when adding mimage to core-logged mirror.
|
|
|
|
- Make clvmd -V return status zero.
|
|
|
|
- Fix cmirrord segfault in clog_cpg list processing when converting mirror log.
|
|
|
|
- Deactivate temporary pvmove mirror cluster-wide when activating it fails.
|
|
|
|
- Add missing metadata vg_reverts in pvmove error paths.
|
|
|
|
- Unlock shared lock in clvmd if activation calls fail.
|
|
|
|
- Add lvm_pv_get_size, lvm_pv_get_free and lvm_pv_get_dev_size to lvm2app.
|
|
|
|
- Change lvm2app to return all sizes in bytes as documented (not sectors).
|
|
|
|
- Exclude internal VG names and uuids from lists returned through lvm2app.
|
|
|
|
- Add LVM_SUPPRESS_LOCKING_FAILURE_MESSAGES environment variable.
|
|
|
|
- Add DM_UDEV_DISABLE_LIBRARY_FALLBACK udev flag to rely on udev only.
|
|
|
|
- Remove hard-coding that skipped _mimage devices from 11-dm-lvm.rules.
|
|
|
|
- Export dm_udev_create_cookie function to create new cookies on demand.
|
|
|
|
- Add --udevcookie, udevcreatecookie and udevreleasecookie to dmsetup.
|
|
|
|
- Set udev state automatically instead of using DM_UDEV_DISABLE_CHECKING.
|
|
|
|
- Set udev state automatically instead of using LVM_UDEV_DISABLE_CHECKING.
|
|
|
|
- Remove pointless versioned symlinks to dmeventd plugin libraries.
|
|
|
|
|
2010-01-29 20:32:14 +00:00
|
|
|
* Fri Jan 29 2010 Alasdair Kergon <agk@redhat.com> - 2.02.60-5
|
|
|
|
- Replace spaces with tabs in a couple of places in spec file.
|
|
|
|
|
2010-01-23 02:27:44 +00:00
|
|
|
* Sat Jan 23 2010 Alasdair Kergon <agk@redhat.com> - 2.02.60-4
|
|
|
|
- Extend cmirrord man page.
|
|
|
|
- Sleep before first progress check iff pvmove/lvconvert interval has prefix '+'.
|
|
|
|
- Fix cmirror initscript syntax problems.
|
|
|
|
- Fix first syslog message prefix for dmeventd plugins.
|
|
|
|
- Make failed locking initialisation messages more descriptive.
|
|
|
|
|
2010-01-22 14:16:57 +00:00
|
|
|
* Fri Jan 22 2010 Alasdair Kergon <agk@redhat.com> - 2.02.59-3
|
2010-01-23 02:27:44 +00:00
|
|
|
- Fix dmeventd lvm2 wrapper (plug-ins unusable in last build).
|
|
|
|
- Make failed locking initialisation messages more descriptive.
|
2010-01-22 14:16:57 +00:00
|
|
|
|
2010-01-22 06:06:27 +00:00
|
|
|
* Fri Jan 22 2010 Fabio M. Di Nitto <fdinitto@redhat.com> - 2.02.59-2
|
|
|
|
- Drop duplicated BuildRequires on openaislib-devel.
|
|
|
|
- Drop Requires on clusterlib for cmirror subpackage.
|
|
|
|
- clvmd subpackage should Requires cman (#506592).
|
|
|
|
|
2010-01-22 00:30:20 +00:00
|
|
|
* Fri Jan 22 2010 Alasdair Kergon <agk@redhat.com> - 2.02.59-1
|
|
|
|
- Add cmirror subpackage for clustered mirrors.
|
|
|
|
- Set 'preferred_names' in default lvm.conf.
|
|
|
|
- Add libdevmapper-event-lvm2.so to serialise dmeventd plugin liblvm2cmd use.
|
|
|
|
- Stop dmeventd trying to access already-removed snapshots.
|
|
|
|
- Fix clvmd to never scan suspended devices.
|
|
|
|
- Fix detection of completed snapshot merge.
|
|
|
|
- Improve snapshot merge metadata import validation.
|
|
|
|
|
2010-01-14 14:48:18 +00:00
|
|
|
* Thu Jan 14 2010 Alasdair Kergon <agk@redhat.com> - 2.02.58-1
|
|
|
|
- Fix clvmd automatic target module loading crash.
|
|
|
|
- Fix allocation code not to stop at the first area of a PV that fits.
|
|
|
|
- Add support for the "snapshot-merge" kernel target (2.6.33-rc1).
|
|
|
|
- Add --merge to lvconvert to merge a snapshot into its origin.
|
|
|
|
|
|
|
|
* Tue Jan 12 2010 Alasdair Kergon <agk@redhat.com> - 2.02.57-1
|
2010-01-12 16:09:05 +00:00
|
|
|
- Add --splitmirrors to lvconvert to split off part of a mirror.
|
|
|
|
- Allow vgremove to remove a VG with PVs missing after a prompt.
|
|
|
|
- Add activation/udev_rules config option in lvm.conf.
|
|
|
|
- Add --poll flag to vgchange and lvchange to control background daemon launch.
|
|
|
|
- Impose limit of 8 mirror images to match the in-kernel kcopyd restriction.
|
|
|
|
- Log failure type and recognise type 'F' (flush) in dmeventd mirror plugin.
|
|
|
|
- Add --noudevrules option for dmsetup to disable /dev node management by udev.
|
|
|
|
- Fix 'dmsetup info -c -o all' to show all fields.
|
|
|
|
- Fix coredump and memory leak for 'dmsetup help -c'.
|
|
|
|
- Rename mirror_device_fault_policy to mirror_image_fault policy.
|
|
|
|
- Use extended status of new kernel snapshot target 1.8.0 to detect when empty.
|
|
|
|
- Allow use of precommitted metadata when a PV is missing.
|
|
|
|
- Add global/abort_on_internal_errors to lvm.conf to assist testing.
|
|
|
|
- If aborting due to internal error, always send that message to stderr.
|
|
|
|
- Keep log type consistent when changing mirror image count.
|
|
|
|
- Exit with success in lvconvert --repair --use-policies on failed allocation.
|
|
|
|
- Ensure any background daemon exits without duplicating parent's functionality.
|
|
|
|
- Change background daemon process names to "(lvm2)".
|
|
|
|
- Fix internal lock state after forking.
|
|
|
|
- Remove empty PV devices if lvconvert --repair is using defined policies.
|
|
|
|
- Use fixed buffer to prevent stack overflow in persistent filter dump.
|
|
|
|
- Propagate metadata commit and revert notifications to other cluster nodes.
|
|
|
|
- Fix metadata caching and lock state propagation to remote nodes in clvmd.
|
|
|
|
- Properly decode all flags in clvmd messages including VG locks.
|
|
|
|
- Drop cached metadata after device was auto-repaired and removed from VG.
|
|
|
|
- Clear MISSING_PV flag if PV reappeared and is empty.
|
|
|
|
- Fix removal of multiple devices from a mirror.
|
|
|
|
- Also clean up PVs flagged as missing in vgreduce --removemissing --force.
|
|
|
|
- Fix some pvresize and toollib error paths with missing VG releases/unlocks.
|
|
|
|
- Explicitly call suspend for temporary mirror layer.
|
|
|
|
- Add memlock information to do_lock_lv debug output.
|
|
|
|
- Always bypass calls to remote cluster nodes for non-clustered VGs.
|
|
|
|
- Permit implicit cluster lock conversion in pre/post callbacks on local node.
|
|
|
|
- Permit implicit cluster lock conversion to the lock mode already held.
|
|
|
|
- Fix lock flag masking in clvmd so intended code paths get invoked.
|
|
|
|
- Remove newly-created mirror log from metadata if initial deactivation fails.
|
|
|
|
- Improve pvmove error message when all source LVs are skipped.
|
|
|
|
- Fix memlock imbalance in lv_suspend if already suspended.
|
|
|
|
- Fix pvmove test mode not to poll (and fail).
|
|
|
|
- Fix vgcreate error message if VG already exists.
|
|
|
|
- Fix tools to use log_error when aborted due to user response to prompt.
|
|
|
|
- Fix ignored readahead setting in lvcreate --readahead.
|
|
|
|
- Fix clvmd memory leak in lv_info_by_lvid by calling release_vg.
|
|
|
|
- If LVM_UDEV_DISABLE_CHECKING is set in environment, disable udev warnings.
|
|
|
|
- If DM_UDEV_DISABLE_CHECKING is set in environment, disable udev warnings.
|
|
|
|
- Always set environment variables for an LVM2 device in 11-dm-lvm.rules.
|
|
|
|
- Disable udev rules for change events with DISK_RO set.
|
|
|
|
- Add dm_tree_add_dev_with_udev_flags to provide wider support for udev flags.
|
|
|
|
- Correct activated or deactivated text in vgchange summary message.
|
|
|
|
- Fix fsadm man page typo (fsdam).
|
2010-01-12 15:43:40 +00:00
|
|
|
|
2009-11-24 19:11:59 +00:00
|
|
|
* Tue Nov 24 2009 Alasdair Kergon <agk@redhat.com> - 2.02.56-2
|
|
|
|
- Revert vg_read_internal change as clvmd was not ready for vg_read. (2.02.55)
|
|
|
|
- Fix unbalanced memory locking when deactivating LVs.
|
|
|
|
- Add missing vg_release to pvs and pvdisplay to fix memory leak.
|
|
|
|
- Do not try to unlock VG which is not locked when processing a VG.
|
|
|
|
- Update .cache file after every full device rescan in clvmd.
|
|
|
|
- Refresh all device filters (including sysfs) before each full device rescan.
|
|
|
|
- Return error status if vgchange fails to activate any volume.
|
|
|
|
|
2009-11-19 20:19:41 +00:00
|
|
|
* Thu Nov 19 2009 Alasdair Kergon <agk@redhat.com> - 2.02.55-1
|
|
|
|
- Fix deadlock when changing mirrors due to unpaired memlock refcount changes.
|
|
|
|
- Fix pvmove region_size overflow for very large PVs.
|
2010-04-15 22:57:36 +00:00
|
|
|
- Fix lvcreate and lvresize %%PVS argument always to use sensible total size.
|
2009-11-19 20:19:41 +00:00
|
|
|
- Directly restrict vgchange to activating visible LVs.
|
|
|
|
- Fix hash lookup segfault when keys compared are different lengths.
|
|
|
|
- Flush stdout after yes/no prompt.
|
|
|
|
- Recognise DRBD devices and handle them like md devices.
|
|
|
|
- Add dmsetup --inactive support (requires kernel support targetted for 2.6.33).
|
|
|
|
|
2009-11-13 14:47:51 +00:00
|
|
|
* Fri Nov 13 2009 Peter Rajnoha <prajnoha@redhat.com> - 2.02.54-3
|
|
|
|
- Support udev flags even when udev_sync is disabled.
|
|
|
|
- Remove last_rule from udev_rules.
|
|
|
|
- Udev rules cleanup.
|
|
|
|
|
2009-11-03 11:46:20 +00:00
|
|
|
* Tue Nov 3 2009 Peter Rajnoha <prajnoha@redhat.com> - 2.02.54-2
|
|
|
|
- Enable udev synchronisation code.
|
|
|
|
- Install default udev rules for device-mapper and LVM2.
|
|
|
|
- Add BuildRequires: libudev-devel.
|
|
|
|
- Add Requires: libudev (to check udev is running).
|
|
|
|
- Add Requires: util-linux-ng (blkid used in udev rules).
|
|
|
|
- Add Conflicts: dracut < 002-18 (for dracut to install required udev rules)
|
|
|
|
|
2009-10-27 01:12:38 +00:00
|
|
|
* Tue Oct 27 2009 Alasdair Kergon <agk@redhat.com> - 2.02.54-1
|
|
|
|
- Add implict pvcreate support to vgcreate and vgextend.
|
|
|
|
- Add --pvmetadatacopies for pvcreate, vgcreate, vgextend, vgconvert.
|
|
|
|
- Distinguish between powers of 1000 and powers of 1024 in unit suffixes.
|
|
|
|
- Restart lvconverts in vgchange.
|
|
|
|
- Don't attempt to deactivate an LV if any of its snapshots are in use.
|
|
|
|
- Return error if lv_deactivate fails to remove device from kernel.
|
|
|
|
- Treat input units of both 's' and 'S' as 512-byte sectors. (2.02.49)
|
|
|
|
- Use standard output units for 'PE Size' and 'Stripe size' in pv/lvdisplay.
|
|
|
|
- Add global/si_unit_consistency to enable cleaned-up use of units in output.
|
|
|
|
- Only do lock conversions in clvmd if we are explicitly asked for one.
|
|
|
|
- Fix clvmd segfault when refresh_toolcontext fails.
|
|
|
|
- Cleanup mimagetmp LV if allocation fails for new lvconvert mimage.
|
|
|
|
- Handle metadata with unknown segment types more gracefully.
|
|
|
|
- Make clvmd return 0 on success rather than 1.
|
|
|
|
- Correct example.conf to indicate that lvm2 not lvm1 is the default format.
|
|
|
|
- Delay announcing mirror monitoring to syslog until initialisation succeeded.
|
|
|
|
- Update lvcreate/lvconvert man pages to explain PhysicalVolume parameter.
|
|
|
|
- Document --all option in man pages and cleanup {pv|vg|lv}{s|display} pages.
|
|
|
|
|
2009-10-19 13:02:45 +00:00
|
|
|
* Mon Oct 19 2009 Fabio M. Di Nitto <fdinitto@redhat.com> - 2.02.53-3
|
|
|
|
- Enable openais support in clvmd.
|
|
|
|
|
2009-09-26 00:39:03 +00:00
|
|
|
* Fri Sep 25 2009 Alasdair Kergon <agk@redhat.com> - 2.02.53-2
|
|
|
|
- Reissued tarball to fix compilation warning from lvm2_log_fn prototype.
|
|
|
|
|
2009-09-25 19:38:32 +00:00
|
|
|
* Fri Sep 25 2009 Alasdair Kergon <agk@redhat.com> - 2.02.53-1
|
|
|
|
- Create any directories in /dev with umask 022. (#507397)
|
|
|
|
- Handle paths supplied to dm_task_set_name by getting name from /dev/mapper.
|
|
|
|
- Add splitname and --yes to dmsetup man page.
|
|
|
|
|
2009-09-24 22:07:23 +00:00
|
|
|
* Thu Sep 24 2009 Peter Rajnoha <prajnoha@redhat.com> - 2.02.52-4
|
|
|
|
- Disable udev synchronisation code (revert previous build).
|
|
|
|
|
2009-09-21 12:20:59 +00:00
|
|
|
* Mon Sep 21 2009 Peter Rajnoha <prajnoha@redhat.com> - 2.02.52-3
|
2009-09-21 15:47:01 +00:00
|
|
|
- Enable udev synchronisation code.
|
|
|
|
- Install default udev rules for device-mapper and LVM2.
|
|
|
|
- Add BuildRequires: libudev-devel.
|
|
|
|
- Add Requires: libudev (to check udev is running).
|
|
|
|
- Add Requires: util-linux-ng (blkid used in udev rules).
|
2009-09-21 12:20:59 +00:00
|
|
|
|
2009-09-16 21:33:04 +00:00
|
|
|
* Wed Sep 16 2009 Alasdair Kergon <agk@redhat.com> - 2.02.52-2
|
|
|
|
- Build dmeventd and place into a separate set of subpackages.
|
|
|
|
- Remove no-longer-needed BuildRoot tag and buildroot emptying at install.
|
|
|
|
|
2009-09-15 15:29:24 +00:00
|
|
|
* Tue Sep 15 2009 Alasdair Kergon <agk@redhat.com> - 2.02.52-1
|
|
|
|
- Prioritise write locks over read locks by default for file locking.
|
|
|
|
- Add local lock files with suffix ':aux' to serialise locking requests.
|
|
|
|
- Fix readonly locking to permit writeable global locks (for vgscan). (2.02.49)
|
|
|
|
- Make readonly locking available as locking type 4.
|
|
|
|
- Fix global locking in PV reporting commands (2.02.49).
|
|
|
|
- Make lvchange --refresh only take a read lock on volume group.
|
|
|
|
- Fix race where non-blocking file locks could be granted in error.
|
|
|
|
- Fix pvcreate string termination in duplicate uuid warning message.
|
|
|
|
- Don't loop reading sysfs with pvcreate on a non-blkext partition (2.02.51).
|
|
|
|
- Fix vgcfgrestore error paths when locking fails (2.02.49).
|
|
|
|
- Make clvmd check corosync to see what cluster interface it should use.
|
|
|
|
- Fix vgextend error path - if ORPHAN lock fails, unlock / release vg (2.02.49).
|
|
|
|
- Clarify use of PE ranges in lv{convert|create|extend|resize} man pages.
|
|
|
|
- Restore umask when device node creation fails.
|
|
|
|
- Check kernel vsn to use 'block_on_error' or 'handle_errors' in mirror table.
|
|
|
|
|
2009-08-24 12:23:10 +00:00
|
|
|
* Mon Aug 24 2009 Milan Broz <mbroz@redhat.com> - 2.02.51-3
|
|
|
|
- Fix global locking in PV reporting commands (2.02.49).
|
|
|
|
- Fix pvcreate on a partition (2.02.51).
|
|
|
|
- Build clvmd with both cman and corosync support.
|
|
|
|
|
2009-08-06 19:48:20 +00:00
|
|
|
* Thu Aug 6 2009 Alasdair Kergon <agk@redhat.com> - 2.02.51-2
|
2009-08-06 19:18:15 +00:00
|
|
|
- Fix clvmd locking broken in 2.02.50-1.
|
|
|
|
- Only change LV /dev symlinks on ACTIVATE not PRELOAD (so not done twice).
|
|
|
|
- Make lvconvert honour log mirror options combined with downconversion.
|
|
|
|
- Add devices/data_alignment_detection to lvm.conf.
|
|
|
|
- Add devices/data_alignment_offset_detection to lvm.conf.
|
|
|
|
- Add --dataalignmentoffset to pvcreate to shift start of aligned data area.
|
|
|
|
- Update synopsis in lvconvert manpage to mention --repair.
|
|
|
|
- Document -I option of clvmd in the man page.
|
|
|
|
|
2009-07-30 09:29:58 +00:00
|
|
|
* Thu Jul 30 2009 Alasdair Kergon <agk@redhat.com> - 2.02.50-2
|
|
|
|
- lvm2-devel requires device-mapper-devel.
|
|
|
|
- Fix lvm2app.pc filename.
|
|
|
|
|
2009-07-28 22:22:37 +00:00
|
|
|
* Tue Jul 28 2009 Alasdair Kergon <agk@redhat.com> - 2.02.50-1
|
|
|
|
- Add libs and devel subpackages to include shared libraries for applications.
|
|
|
|
N.B. The liblvm2app API is not frozen yet and may still be changed
|
|
|
|
Send any feedback to the mailing list lvm-devel@redhat.com.
|
|
|
|
- Remove obsolete --with-dmdir from configure.
|
|
|
|
- Add global/wait_for_locks to lvm.conf so blocking for locks can be disabled.
|
|
|
|
- Fix race condition with vgcreate and vgextend on same device since 2.02.49.
|
|
|
|
- Add an API version number, LVM_LIBAPI, to the VERSION string.
|
|
|
|
- Return EINVALID_CMD_LINE not success when invalid VG name format is used.
|
|
|
|
- Remove unnecessary messages after vgcreate/vgsplit code change in 2.02.49.
|
|
|
|
- Store any errno and error messages issued while processing each command.
|
|
|
|
|
2009-07-25 11:29:18 +00:00
|
|
|
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.02.49-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
2009-07-15 16:29:49 +00:00
|
|
|
* Wed Jul 15 2009 Alasdair Kergon <agk@redhat.com> - 2.02.49-1
|
|
|
|
- Exclude VG_GLOBAL from vg_write_lock_held so scans open devs read-only again.
|
|
|
|
- Fix dev name mismatch in vgcreate man page example.
|
|
|
|
- Check md devices for a partition table during device scan.
|
|
|
|
- Add extended device (blkext) and md partition (mdp) types to filters.
|
|
|
|
- Make text metadata read errors for segment areas more precise.
|
|
|
|
- Fix text segment metadata read errors to mention correct segment name.
|
|
|
|
- Include segment and LV names in text segment import error messages.
|
|
|
|
- Fix memory leak in vgsplit when re-reading the vg.
|
|
|
|
- Permit several segment types to be registered by a single shared object.
|
|
|
|
- Update the man pages to document size units uniformly.
|
|
|
|
- Allow commandline sizes to be specified in terms of bytes and sectors.
|
|
|
|
- Update 'md_chunk_alignment' to use stripe-width to align PV data area.
|
|
|
|
- Fix segfault in vg_release when vg->cmd is NULL.
|
|
|
|
- Add dm_log_with_errno and dm_log_with_errno_init, deprecating the old fns.
|
|
|
|
- Fix whitespace in linear target line to fix identical table line detection.
|
|
|
|
- Add device number to more log messages during activation.
|
|
|
|
|
2009-07-10 04:48:37 +00:00
|
|
|
* Fri Jul 10 2009 Fabio M. Di Nitto <fdinitto@redhat.com> 2.02.48-2
|
|
|
|
- BuildRequires and Requires on stable versions of both corosync-lib (1.0.0-1)
|
|
|
|
and cluster-lib (3.0.0-20).
|
|
|
|
|
2009-07-01 00:20:56 +00:00
|
|
|
* Tue Jun 30 2009 Alasdair Kergon <agk@redhat.com> - 2.02.48-1
|
|
|
|
- Abort if automatic metadata correction fails when reading VG to update it.
|
|
|
|
- Don't fallback to default major number in libdm: use dm_task_set_major_minor.
|
|
|
|
- Explicitly request fallback to default major number in device mapper.
|
|
|
|
- Ignore suspended devices during repair.
|
|
|
|
- Suggest using lvchange --resync when adding leg to not-yet-synced mirror.
|
|
|
|
- Destroy toolcontext on clvmd exit to avoid memory pool leaks.
|
|
|
|
- Fix lvconvert not to poll mirror if no conversion in progress.
|
|
|
|
- Fix memory leaks in toolcontext error path.
|
|
|
|
- Reinstate partial activation support in clustered mode.
|
|
|
|
- Allow metadata correction even when PVs are missing.
|
|
|
|
- Use 'lvm lvresize' instead of 'lvresize' in fsadm.
|
|
|
|
- Do not use '-n' realine option in fsadm for rescue disk compatiblity.
|
|
|
|
- Round up requested readahead to at least one page and print warning.
|
|
|
|
- Try to repair vg before actual vgremove when force flag provided.
|
|
|
|
- Unify error messages when processing inconsistent volume group.
|
|
|
|
- Introduce lvconvert --use_policies (repair policy according to lvm.conf).
|
|
|
|
- Fix rename of active snapshot with virtual origin.
|
|
|
|
- Fix convert polling to ignore LV with different UUID.
|
|
|
|
- Cache underlying device readahead only before activation calls.
|
|
|
|
- Fix segfault when calculating readahead on missing device in vgreduce.
|
|
|
|
- Remove verbose 'visited' messages.
|
|
|
|
- Handle multi-extent mirror log allocation when smallest PV has only 1 extent.
|
|
|
|
- Add LSB standard headers and functions (incl. reload) to clvmd initscript.
|
|
|
|
- When creating new LV, double-check that name is not already in use.
|
|
|
|
- Remove /dev/vgname/lvname symlink automatically if LV is no longer visible.
|
|
|
|
- Rename internal vorigin LV to match visible LV.
|
|
|
|
- Suppress 'removed' messages displayed when internal LVs are removed.
|
|
|
|
- Fix lvchange -a and -p for sparse LVs.
|
|
|
|
- Fix lvcreate --virtualsize to activate the new device immediately.
|
|
|
|
- Make --snapshot optional with lvcreate --virtualsize.
|
|
|
|
- Generalise --virtualoriginsize to --virtualsize.
|
|
|
|
- Skip virtual origins in process_each_lv_in_vg() without --all.
|
|
|
|
- Fix counting of virtual origin LVs in vg_validate.
|
|
|
|
- Attempt to load dm-zero module if zero target needed but not present.
|
|
|
|
- Add crypt target handling to libdevmapper tree nodes.
|
|
|
|
- Add splitname command to dmsetup.
|
|
|
|
- Add subsystem, vg_name, lv_name, lv_layer fields to dmsetup reports.
|
|
|
|
- Make mempool optional in dm_split_lvm_name() in libdevmapper.
|
|
|
|
|
2009-06-11 06:43:43 +00:00
|
|
|
* Wed Jun 10 2009 Fabio M. Di Nitto <fdinitto@redhat.com> - 2.02.47-2
|
|
|
|
- BuildRequire newer version of corosynclib (0.97-1) to link against
|
|
|
|
latest libraries version (soname 4.0.0).
|
|
|
|
- Add lvm2-2_02_48-cluster-cpg-new-api.patch to port clvmd-corosync
|
|
|
|
to new corosync cpg API.
|
|
|
|
|
2009-05-22 17:53:01 +00:00
|
|
|
* Fri May 22 2009 Alasdair Kergon <agk@redhat.com> - 2.02.47-1
|
|
|
|
- Inherit readahead setting from underlying devices during activation.
|
|
|
|
- Detect LVs active on remote nodes by querying locks if supported.
|
|
|
|
- Enable online resizing of mirrors.
|
|
|
|
- Use suspend with flush when device size was changed during table preload.
|
|
|
|
- Implement query_resource_fn for cluster_locking.
|
|
|
|
- Support query_resource_fn in locking modules.
|
|
|
|
- Fix pvmove to revert operation if temporary mirror creation fails.
|
|
|
|
- Fix metadata export for VG with missing PVs.
|
|
|
|
- Add vgimportclone and install it and the man page by default.
|
|
|
|
- Force max_lv restriction only for newly created LV.
|
|
|
|
- Do not query nonexistent devices for readahead.
|
|
|
|
- Reject missing PVs from allocation in toollib.
|
|
|
|
- Fix PV datalignment for values starting prior to MDA area. (2.02.45)
|
|
|
|
- Add sparse devices: lvcreate -s --virtualoriginsize (hidden zero origin).
|
|
|
|
- Fix minimum width of devices column in reports.
|
|
|
|
- Add lvs origin_size field.
|
|
|
|
- Implement lvconvert --repair for repairing partially-failed mirrors.
|
|
|
|
- Fix vgreduce --removemissing failure exit code.
|
|
|
|
- Fix remote metadata backup for clvmd.
|
|
|
|
- Fix metadata backup to run after vg_commit always.
|
|
|
|
- Fix pvs report for orphan PVs when segment attributes are requested.
|
|
|
|
- Fix pvs -a output to not read volume groups from non-PV devices.
|
|
|
|
- Introduce memory pools per volume group (to reduce memory for large VGs).
|
|
|
|
- Always return exit error status when locking of volume group fails.
|
|
|
|
- Fix mirror log convert validation question.
|
|
|
|
- Enable use of cached metadata for pvs and pvdisplay commands.
|
|
|
|
- Fix memory leak in mirror allocation code.
|
|
|
|
- Save and restore the previous logging level when log level is changed.
|
|
|
|
- Fix error message when archive initialization fails.
|
|
|
|
- Make sure clvmd-corosync releases the lockspace when it exits.
|
|
|
|
- Fix segfault for vgcfgrestore on VG with missing PVs.
|
|
|
|
- Block SIGTERM & SIGINT in clvmd subthreads.
|
|
|
|
- Detect and conditionally wipe swapspace signatures in pvcreate.
|
|
|
|
- Fix maximal volume count check for snapshots if max_lv set for volume group.
|
|
|
|
- Fix lvcreate to remove unused cow volume if the snapshot creation fails.
|
|
|
|
- Fix error messages when PV uuid or pe_start reading fails.
|
|
|
|
- Flush memory pool and fix locking in clvmd refresh and backup command.
|
|
|
|
- Fix unlocks in clvmd-corosync. (2.02.45)
|
|
|
|
- Fix error message when adding metadata directory to internal list fails.
|
|
|
|
- Fix size and error message of memory allocation at backup initialization.
|
|
|
|
- Remove old metadata backup file after renaming VG.
|
|
|
|
- Restore log_suppress state when metadata backup file is up-to-date.
|
|
|
|
- Export dm_tree_node_size_changed() from libdevmapper.
|
|
|
|
- Fix segfault when getopt processes dmsetup -U, -G and -M options.
|
|
|
|
- Add _smp_mflags to compilation and remove DESTDIR.
|
|
|
|
|
2009-04-17 10:42:36 +00:00
|
|
|
* Fri Apr 17 2009 Milan Broz <mbroz@redhat.com> - 2.02.45-4
|
|
|
|
- Add MMC (mmcblk) device type to filters. (483686)
|
|
|
|
|
2009-03-30 22:07:37 +00:00
|
|
|
* Mon Mar 30 2009 Jussi Lehtola <jussi.lehtola@iki.fi> 2.02.45-3
|
|
|
|
- Add FTP server location to Source0.
|
|
|
|
|
2009-03-30 07:13:40 +00:00
|
|
|
* Mon Mar 30 2009 Fabio M. Di Nitto <fdinitto@redhat.com> - 2.02.45-2
|
2009-03-30 22:07:37 +00:00
|
|
|
- BuildRequires a newer version of corosync (0.95-2) to fix linking.
|
2009-03-30 07:13:40 +00:00
|
|
|
|
2009-03-03 18:15:40 +00:00
|
|
|
* Tue Mar 3 2009 Alasdair Kergon <agk@redhat.com> - 2.02.45-1
|
|
|
|
- Update clusterlib and corosync dependencies.
|
|
|
|
- Attempt proper clean up in child before executing fsadm or modprobe.
|
|
|
|
- Do not scan devices if reporting only attributes from PV label.
|
|
|
|
- Use pkgconfig to obtain corosync library details during configuration.
|
|
|
|
- Fix error returns in clvmd-corosync interface to DLM.
|
|
|
|
- Add --refresh to vgchange and vgmknodes man pages.
|
|
|
|
- Pass --test from lvresize to fsadm as --dry-run.
|
|
|
|
- Prevent fsadm from checking mounted filesystems.
|
|
|
|
- No longer treats any other key as 'no' when prompting in fsadm.
|
|
|
|
- Add --dataalignment to pvcreate to specify alignment of data area.
|
|
|
|
- Fix unblocking of interrupts after several commands.
|
|
|
|
- Provide da and mda locations in debug message when writing text format label.
|
|
|
|
- Mention the restriction on file descriptors at invocation on the lvm man page.
|
|
|
|
- Index cached vgmetadata by vgid not vgname to cope with duplicate vgnames.
|
|
|
|
- No longer require kernel and metadata major numbers to match.
|
|
|
|
- If kernel supports only one dm major number, use in place of any supplied.
|
|
|
|
- Add option to /etc/sysconfig/cluster to select cluster type for clvmd.
|
|
|
|
- Allow clvmd to start up if its lockspace already exists.
|
|
|
|
- Separate PV label attributes which do not need parse metadata when reporting.
|
|
|
|
- Remove external dependency on the 'cut' command from fsadm.
|
|
|
|
- Fix pvs segfault when pv mda attributes requested for unavailable PV.
|
|
|
|
- Add fsadm support for reszing ext4 filesysystems.
|
|
|
|
- Change lvm2-cluster to corosync instead of cman.
|
|
|
|
- Fix some old changelog typos in email addresses.
|
|
|
|
|
2009-02-25 22:14:53 +00:00
|
|
|
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.02.44-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
|
2009-05-22 17:53:01 +00:00
|
|
|
* Tue Jan 27 2009 Alasdair Kergon <agk@redhat.com> - 2.02.44-1
|
2009-01-27 21:15:40 +00:00
|
|
|
- Add --nameprefixes, --unquoted, --rows to pvs, vgs, lvs man pages.
|
|
|
|
- Fix lvresize size conversion for fsadm when block size is not 1K.
|
|
|
|
- Fix pvs segfault when run with orphan PV and some VG fields.
|
|
|
|
- Display a 'dev_size' of zero for missing devices in reports.
|
|
|
|
- Add pv_mda_size to pvs and vg_mda_size to vgs.
|
|
|
|
- Fix lvmdump /sys listing to include virtual devices directory.
|
|
|
|
- Add "--refresh" functionality to vgchange and vgmknodes.
|
|
|
|
- Avoid exceeding LV size when wiping device.
|
|
|
|
- Calculate mirror log size instead of using 1 extent.
|
|
|
|
- Ensure requested device number is available before activating with it.
|
|
|
|
- Fix incorrect exit status from 'help <command>'.
|
|
|
|
- Fix vgrename using UUID if there are VGs with identical names.
|
|
|
|
- Fix segfault when invalid field given in reporting commands.
|
|
|
|
- Use better random seed value in temp file creation.
|
|
|
|
- Add read_urandom to read /dev/urandom. Use in uuid calculation.
|
|
|
|
- Fix race in vgcreate that would result in second caller overwriting first.
|
|
|
|
- Fix uninitialised lv_count in vgdisplay -c.
|
|
|
|
- Don't skip updating pvid hash when lvmcache_info struct got swapped.
|
|
|
|
- Fix startup race in clvmd.
|
|
|
|
- Cope with snapshot dependencies when removing a whole VG with lvremove.
|
|
|
|
- Make man pages and tool help text consistent using | for alternative options.
|
|
|
|
- Add "all" field to reports expanding to all fields of report type.
|
|
|
|
- Enforce device name length and character limitations in libdm.
|
|
|
|
|
2009-03-03 18:15:40 +00:00
|
|
|
* Mon Nov 10 2008 Alasdair Kergon <agk@redhat.com> - 2.02.43-1
|
2008-11-10 21:04:39 +00:00
|
|
|
- Upstream merge of device-mapper and lvm2 source.
|
|
|
|
- Correct prototype for --permission on lvchange and lvcreate man pages.
|
|
|
|
- Exit with non-zero status from vgdisplay if couldn't show any requested VG.
|
|
|
|
- libdevmapper.pc: Use simplified x.y.z version number.
|
|
|
|
- Accept locking fallback_to_* options in the global section as documented.
|
|
|
|
- Several fixes to lvconvert involving mirrors.
|
|
|
|
- Avoid overwriting in-use on-disk text metadata when metadataarea fills up.
|
|
|
|
- Generate man pages from templates and include version.
|
|
|
|
- Fix misleading error message when there are no allocatable extents in VG.
|
|
|
|
- Fix handling of PVs which reappeared with old metadata version.
|
|
|
|
- Fix validation of --minor and --major in lvcreate to require -My always.
|
|
|
|
- Allow lvremove to remove LVs from VGs with missing PVs.
|
|
|
|
- In VG with PVs missing, by default allow activation of LVs that are complete.
|
|
|
|
- Require --force with --removemissing in vgreduce to remove partial LVs.
|
|
|
|
- No longer write out PARTIAL flag into metadata backups.
|
|
|
|
- Treat new default activation/missing_stripe_filler "error" as an error target.
|
|
|
|
- Add devices/md_chunk_alignment to lvm.conf.
|
|
|
|
- Pass struct physical_volume to pe_align and adjust for md chunk size.
|
|
|
|
- Avoid shuffling remaining mirror images when removing one, retaining primary.
|
|
|
|
- Prevent resizing an LV while lvconvert is using it.
|
|
|
|
- Avoid repeatedly wiping cache while VG_GLOBAL is held in vgscan & pvscan.
|
|
|
|
- Fix pvresize to not allow resize if PV has two metadata areas.
|
|
|
|
- Fix setting of volume limit count if converting to lvm1 format.
|
|
|
|
- Fix vgconvert logical volume id metadata validation.
|
|
|
|
- Fix lvmdump metadata gather option (-m) to work correctly.
|
|
|
|
- Fix allocation bug in text metadata format write error path.
|
|
|
|
- Fix vgcfgbackup to properly check filename if template is used.
|
|
|
|
- vgremove tries to remove lv snapshot first.
|
|
|
|
- Improve file descriptor leak detection to display likely culprit and filename.
|
|
|
|
- Avoid looping forever in _pv_analyze_mda_raw used by pvck.
|
|
|
|
- Change lvchange exit status to indicate if any part of the operation failed.
|
|
|
|
- Fix pvchange and pvremove to handle PVs without mdas.
|
|
|
|
- Fix pvchange -M1 -u to preserve existing extent locations when there's a VG.
|
|
|
|
- Cease recognising snapshot-in-use percentages returned by early devt kernels.
|
|
|
|
- Add backward-compatible flags field to on-disk format_text metadata.
|
|
|
|
- libdevmapper: Only resume devices in dm_tree_preload_children if size changes.
|
|
|
|
- libdevmapper: Extend deptree buffers so the largest possible device numbers fit.
|
|
|
|
- libdevmapper: Underline longer report help text headings.
|
|
|
|
|
2009-03-03 18:15:40 +00:00
|
|
|
* Tue Oct 7 2008 Alasdair Kergon <agk@redhat.com> - 2.02.39-6
|
2008-10-07 16:39:23 +00:00
|
|
|
- Only set exec_prefix once and configure explicit directories to work with
|
|
|
|
new version of rpm.
|
2008-10-07 16:01:51 +00:00
|
|
|
|
2008-09-26 18:49:29 +00:00
|
|
|
* Fri Sep 26 2008 Fabio M. Di Nitto <fdinitto@redhat.cm> - 2.02.39-5
|
|
|
|
- Add BuildRequires on cmanlib-devel. This is required after libcman split
|
|
|
|
from cman and cman-devel into cmanlib and cmanlib-devel.
|
|
|
|
- Make versioned BuildRequires on cman-devel and cmanlib-devel more strict
|
|
|
|
to guarantee to get the right version.
|
|
|
|
|
2008-09-25 12:08:11 +00:00
|
|
|
* Thu Sep 25 2008 Fabio M. Di Nitto <fdinitto@redhat.cm> - 2.02.39-5
|
|
|
|
- Add versioned BuildRequires on new cman-devel.
|
|
|
|
|
2008-09-23 22:46:23 +00:00
|
|
|
* Sun Sep 21 2008 Ville Skyttä <ville.skytta at iki.fi> - 2.02.39-5
|
|
|
|
- Change %%patch to %%patch0 to match Patch0 as required by RPM package update.
|
|
|
|
|
2008-08-07 17:57:18 +00:00
|
|
|
* Thu Aug 7 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2.02.39-4
|
2008-09-23 22:46:23 +00:00
|
|
|
- Fix license tag.
|
2008-08-07 17:57:18 +00:00
|
|
|
|
2009-03-03 18:15:40 +00:00
|
|
|
* Fri Jun 27 2008 Alasdair Kergon <agk@redhat.com> - 2.02.39-3
|
2008-06-27 22:40:55 +00:00
|
|
|
- Fix up cache for PVs without mdas after consistent VG metadata is processed.
|
|
|
|
- Update validation of safe mirror log type conversions in lvconvert.
|
|
|
|
- Fix lvconvert to disallow snapshot and mirror combinations.
|
|
|
|
- Fix reporting of LV fields alongside unallocated PV segments.
|
|
|
|
- Add --unquoted and --rows to reporting tools.
|
|
|
|
- Avoid undefined status code after _memlock commands in lvm shell.
|
|
|
|
- Fix and improve readahead 'auto' calculation for stripe_size.
|
|
|
|
- Fix lvchange output for -r auto setting if auto is already set.
|
|
|
|
- Fix add_mirror_images not to dereference uninitialized log_lv upon failure.
|
|
|
|
- Add --force to lvextend and lvresize.
|
|
|
|
- Fix vgchange to not activate component mirror volumes directly.
|
|
|
|
|
2009-03-03 18:15:40 +00:00
|
|
|
* Wed Jun 25 2008 Alasdair Kergon <agk@redhat.com> - 2.02.38-2
|
2008-06-25 17:10:00 +00:00
|
|
|
- dmsetup: Add --unquoted and --rows to 'info -c' command.
|
|
|
|
- libdevmapper: Fix inverted no_flush debug message.
|
|
|
|
|
2009-03-03 18:15:40 +00:00
|
|
|
* Fri Jun 13 2008 Alasdair Kergon <agk@redhat.com> - 2.02.38-1
|
2008-06-13 20:12:52 +00:00
|
|
|
- libdevmapper: Make dm_hash_iter safe against deletion.
|
|
|
|
- libdevmapper: Accept a NULL pointer to dm_free silently.
|
|
|
|
- libdevmapper: Calculate string size within dm_pool_grow_object.
|
|
|
|
- libdevmapper: Send reporting field help text to stderr not stdout.
|
|
|
|
|
|
|
|
- dmsetup: Add tables_loaded, readonly and suspended columns to reports.
|
|
|
|
- dmsetup: Add --nameprefixes for new report output format FIELD=VALUE.
|
|
|
|
|
|
|
|
- Add --nameprefixes to reporting tools for field name prefix output format.
|
|
|
|
- Fix return values for reporting commands when run with no PVs, LVs, or VGs.
|
|
|
|
- Add omitted unlock_vg() call when sigint_caught() during vg processing.
|
|
|
|
- Fix free_count when reading pool metadata.
|
|
|
|
- Fix segfault when using pvcreate on a device containing pool metadata.
|
|
|
|
- In script-processing mode, stop if any command fails.
|
|
|
|
- Warn if command exits with non-zero status code without a prior log_error.
|
|
|
|
- Correct config file line numbers in messages when parsing comments.
|
|
|
|
- Add missing deactivation after activation failure in lvcreate -Zy.
|
|
|
|
- When removing LV symlinks, skip any where the VG name is not determined.
|
|
|
|
- Fix vgsplit internal counting of snapshot LVs.
|
|
|
|
- Update vgsplit to only restrict split with active LVs involved in split.
|
|
|
|
- Fix vgsplit to only move hidden 'snapshotN' LVs when necessary.
|
|
|
|
- Update vgsplit man page to reflect lvnames on the cmdline.
|
|
|
|
- Update vgsplit to take "-n LogicalVolumeName" on the cmdline.
|
|
|
|
- Fix vgsplit error paths to release vg_to lock.
|
|
|
|
- Avoid spurious duplicate VG messages referring to VGs that are gone.
|
|
|
|
- Drop dev_name_confirmed error message to debug level.
|
|
|
|
- Fix setpriority error message to signed int.
|
|
|
|
- Add assertions to trap deprecated P_ and V_ lock usage.
|
|
|
|
- Avoid using DLM locks with LCK_CACHE type P_ lock requests.
|
|
|
|
- Don't touch /dev in vgrename if activation is disabled.
|
|
|
|
- Exclude VG_GLOBAL from internal concurrent VG lock counter.
|
|
|
|
- Fix vgmerge snapshot_count when source VG contains snapshots.
|
|
|
|
- Fix internal LV counter when a snapshot is removed.
|
|
|
|
- Fix metadata corruption writing lvm1-formatted metadata with snapshots.
|
|
|
|
- Fix lvconvert -m0 allocatable space check.
|
|
|
|
- Don't attempt remote metadata backups of non-clustered VGs.
|
|
|
|
- Improve preferred_names lvm.conf example.
|
|
|
|
- Fix vgdisplay 'Cur LV' field to match lvdisplay output.
|
|
|
|
- Fix lv_count report field to exclude hidden LVs.
|
|
|
|
- Fix some pvmove error status codes.
|
|
|
|
- Indicate whether or not VG is clustered in vgcreate log message.
|
|
|
|
- Mention default --clustered setting in vgcreate man page.
|
|
|
|
- Fix vgreduce to use vg_split_mdas to check sufficient mdas remain.
|
|
|
|
- Update lvmcache VG lock state for all locking types now.
|
|
|
|
- Fix output if overriding command_names on cmdline.
|
|
|
|
- Add check to vg_commit() ensuring VG lock held before writing new VG metadata.
|
|
|
|
- Add validation of LV name to pvmove -n.
|
|
|
|
- Add some basic internal VG lock validation.
|
|
|
|
- Fix vgsplit internal counting of snapshot LVs.
|
|
|
|
- Update vgsplit to only restrict split with active LVs involved in split.
|
|
|
|
- Fix vgsplit to only move hidden 'snapshotN' LVs when necessary.
|
|
|
|
- Update vgsplit man page to reflect lvnames on the cmdline.
|
|
|
|
- Update vgsplit to take "-n LogicalVolumeName" on the cmdline.
|
|
|
|
- Fix vgsplit error paths to release vg_to lock.
|
|
|
|
- Fix vgsplit locking of new VG.
|
|
|
|
- Avoid erroneous vgsplit error message for new VG.
|
|
|
|
- Suppress duplicate message when lvresize fails because of invalid vgname.
|
|
|
|
- Cache VG metadata internally while VG lock is held.
|
|
|
|
- Fix redundant lvresize message if vg doesn't exist.
|
|
|
|
- Make clvmd-cman use a hash rather than an array for node updown info.
|
|
|
|
- Decode numbers in clvmd debugging output.
|
|
|
|
- Fix uninitialised mutex in clvmd if all daemons are not running at startup.
|
|
|
|
- Add config file overrides to clvmd when it reads the active LVs list.
|
|
|
|
- Make clvmd refresh the context correctly when lvm.conf is updated.
|
|
|
|
- Fix another allocation bug with clvmd and large node IDs.
|
|
|
|
- Fix uninitialised variable in clvmd that could cause odd hangs.
|
|
|
|
- Correct command name in lvmdiskscan man page.
|
|
|
|
- clvmd no longer crashes if it sees nodeids over 50.
|
|
|
|
- Fix potential deadlock in clvmd thread handling.
|
|
|
|
- Update usage message for clvmd.
|
|
|
|
- Fix clvmd man page not to print <br> and clarified debug options.
|
|
|
|
- Escape double quotes and backslashes in external metadata and config data.
|
|
|
|
- Correct a function name typo in _line_append error message.
|
|
|
|
- Fix resetting of MIRROR_IMAGE and VISIBLE_LV after removal of LV.
|
|
|
|
- Fix remove_layer_from_lv to empty the LV before removing it.
|
|
|
|
- Add missing no-longer-used segs_using_this_lv test to check_lv_segments.
|
|
|
|
- Fix lvconvert detection of mirror conversion in progress.
|
|
|
|
- Avoid automatic lvconvert polldaemon invocation when -R specified.
|
|
|
|
- Fix 'pvs -a' to detect VGs of PVs without metadata areas.
|
|
|
|
- Divide up internal orphan volume group by format type.
|
|
|
|
- Fix lvresize to support /dev/mapper prefix in the LV name.
|
|
|
|
- Fix lvresize to pass new size to fsadm when extending device.
|
|
|
|
- Fix unfilled parameter passed to fsadm from lvresize.
|
|
|
|
- Update fsadm to call lvresize if the partition size differs (with option -l).
|
|
|
|
- Fix fsadm to support VG/LV names.
|
|
|
|
|
2008-04-03 03:21:02 +00:00
|
|
|
* Wed Apr 2 2008 Jeremy Katz <katzj@redhat.com> - 2.02.33-11
|
|
|
|
- Adjust for new name for vio disks (from danpb)
|
|
|
|
- And fix the build (also from danpb)
|
|
|
|
|
2008-03-05 15:53:33 +00:00
|
|
|
* Wed Mar 5 2008 Jeremy Katz <katzj@redhat.com> - 2.02.33-10
|
|
|
|
- recognize vio disks
|
|
|
|
|
2009-03-03 18:15:40 +00:00
|
|
|
* Thu Jan 31 2008 Alasdair Kergon <agk@redhat.com> - 2.02.33-9
|
2008-01-31 12:44:02 +00:00
|
|
|
- Improve internal label caching performance while locks are held.
|
|
|
|
- Fix mirror log name construction during lvconvert.
|
|
|
|
|
2009-03-03 18:15:40 +00:00
|
|
|
* Tue Jan 29 2008 Alasdair Kergon <agk@redhat.com> - 2.02.32-8
|
2008-01-29 11:59:49 +00:00
|
|
|
- Fix pvs, vgs, lvs error exit status on some error paths.
|
|
|
|
- Fix new parameter validation in vgsplit and test mode.
|
|
|
|
- Fix internal metadata corruption in lvchange --resync.
|
|
|
|
|
2009-03-03 18:15:40 +00:00
|
|
|
* Sat Jan 19 2008 Alasdair Kergon <agk@redhat.com> - 2.02.31-7
|
2008-01-19 12:35:55 +00:00
|
|
|
- Avoid readahead error message when using default setting of lvcreate -M1.
|
|
|
|
- Fix lvcreate --nosync not to wait for non-happening sync.
|
|
|
|
- Add very_verbose lvconvert messages.
|
|
|
|
|
2009-03-03 18:15:40 +00:00
|
|
|
* Thu Jan 17 2008 Alasdair Kergon <agk@redhat.com> - 2.02.30-6
|
2008-01-18 04:43:56 +00:00
|
|
|
- Remove static libraries and binaries and move most binaries out of /usr.
|
|
|
|
- Fix a segfault if using pvs with --all argument.
|
|
|
|
- Fix vgreduce PV list processing not to process every PV in the VG.
|
|
|
|
- Reinstate VG extent size and stripe size defaults (halved).
|
|
|
|
- Set default readahead to twice maximium stripe size.
|
|
|
|
- Detect non-orphans without MDAs correctly.
|
|
|
|
- Prevent pvcreate from overwriting MDA-less PVs belonging to active VGs.
|
|
|
|
- Don't use block_on_error with mirror targets version 1.12 and above.
|
|
|
|
- Change vgsplit -l (for unimplemented --list) into --maxlogicalvolumes.
|
|
|
|
- Update vgsplit to accept vgcreate options when new VG is destination.
|
|
|
|
- Update vgsplit to accept existing VG as destination.
|
|
|
|
- Major restructuring of pvmove and lvconvert code, adding stacking support.
|
|
|
|
- Add new convert_lv field to lvs output.
|
|
|
|
- Permit LV segment fields with PV segment reports.
|
|
|
|
- Extend lvconvert to use polldaemon and wait for completion of initial sync.
|
|
|
|
- Add seg_start_pe and seg_pe_ranges to reports.
|
|
|
|
- Add fsadm interface to filesystem resizing tools.
|
|
|
|
- Update --uuid argument description in man pages.
|
|
|
|
- Print warning when lvm tools are running as non-root.
|
|
|
|
|
2009-03-03 18:15:40 +00:00
|
|
|
* Thu Dec 20 2007 Alasdair Kergon <agk@redhat.com> - 2.02.29-5
|
2007-12-20 15:22:23 +00:00
|
|
|
- Fix libdevmapper readahead processing with snapshots (for example).
|
|
|
|
|
2009-03-03 18:15:40 +00:00
|
|
|
* Thu Dec 13 2007 Alasdair Kergon <agk@redhat.com> - 2.02.29-4
|
2007-12-13 03:12:47 +00:00
|
|
|
- Add missing lvm2 build & runtime dependencies on module-init-tools (modprobe).
|
|
|
|
|
2007-12-07 03:27:04 +00:00
|
|
|
* Thu Dec 6 2007 Jeremy Katz <katzj@redhat.com> - 2.02.29-3
|
|
|
|
- fix requirements
|
|
|
|
|
2007-12-06 19:58:32 +00:00
|
|
|
* Thu Dec 06 2007 Alasdair Kergon <agk@redhat.com> - 2.02.29-2
|
|
|
|
- Fold device-mapper build into this lvm2 spec file.
|
|
|
|
|
2007-12-05 22:55:05 +00:00
|
|
|
* Wed Dec 05 2007 Alasdair Kergon <agk@redhat.com> - 2.02.29-1
|
|
|
|
- Make clvmd backup vg metadata on remote nodes.
|
|
|
|
- Decode cluster locking state in log message.
|
|
|
|
- Change file locking state messages from debug to very verbose.
|
|
|
|
- Fix --addtag to drop @ prefix from name.
|
|
|
|
- Stop clvmd going haywire if a pre_function fails.
|
|
|
|
- Avoid nested vg_reads when processing PVs in VGs and fix associated locking.
|
|
|
|
- Attempt to remove incomplete LVs with lvcreate zeroing/activation problems.
|
|
|
|
- Add full read_ahead support.
|
|
|
|
- Add lv_read_ahead and lv_kernel_read_ahead fields to reports and lvdisplay.
|
|
|
|
- Prevent lvconvert -s from using same LV as origin and snapshot.
|
|
|
|
- Fix human-readable output of odd numbers of sectors.
|
|
|
|
- Add pv_mda_free and vg_mda_free fields to reports for raw text format.
|
|
|
|
- Add LVM2 version to 'Generated by' comment in metadata.
|
|
|
|
- Show 'not usable' space when PV is too large for device in pvdisplay.
|
|
|
|
- Ignore and fix up any excessive device size found in metadata.
|
|
|
|
- Fix error message when fixing up PV size in lvm2 metadata (2.02.11).
|
|
|
|
- Fix orphan-related locking in pvdisplay and pvs.
|
|
|
|
- Fix missing VG unlocks in some pvchange error paths.
|
|
|
|
- Add some missing validation of VG names.
|
|
|
|
- Detect md superblocks version 1.0, 1.1 and 1.2.
|
|
|
|
- Add some pv-related error paths.
|
|
|
|
- Handle future sysfs subsystem/block/devices directory structure.
|
|
|
|
- Fix a bug in lvm_dump.sh checks for lvm/dmsetup binaries.
|
|
|
|
- Fix underquotations in lvm_dump.sh.
|
|
|
|
- Print --help output to stdout, not stderr.
|
|
|
|
- After a cmdline processing error, don't print help text but suggest --help.
|
2008-09-16 23:03:25 +00:00
|
|
|
- Add %%PVS extents option to lvresize, lvextend, and lvcreate.
|
2007-12-05 22:55:05 +00:00
|
|
|
- Remove no-longer-correct restrictions on PV arg count with stripes/mirrors.
|
|
|
|
- Fix strdup memory leak in str_list_dup().
|
|
|
|
- Link with -lpthread when static SELinux libraries require that.
|
|
|
|
- Detect command line PE values that exceed their 32-bit range.
|
|
|
|
- Include strerror string in dev_open_flags' stat failure message.
|
|
|
|
- Avoid error when --corelog is provided without --mirrorlog. (2.02.28)
|
|
|
|
- Correct --mirrorlog argument name in man pages (not --log).
|
|
|
|
- Clear MIRROR_NOTSYNCED LV flag when converting from mirror to linear.
|
|
|
|
- Modify lvremove to prompt for removal if LV active on other cluster nodes.
|
|
|
|
- Add '-f' to vgremove to force removal of VG even if LVs exist.
|
|
|
|
|
2007-08-24 21:13:52 +00:00
|
|
|
* Thu Aug 24 2007 Alasdair Kergon <agk@redhat.com> - 2.02.28-1
|
|
|
|
- vgscan and pvscan now trigger clvmd -R, which should now work.
|
|
|
|
- Fix clvmd logging so you can get lvm-level debugging out of it.
|
|
|
|
- Allow clvmd debug to be turned on in a running daemon using clvmd -d [-C].
|
|
|
|
- Add more cluster info to lvmdump.
|
|
|
|
- Fix lvdisplay man page to say LV size is reported in sectors, not KB.
|
|
|
|
- Fix loading of persistent cache if cache_dir is used.
|
|
|
|
- Only permit --force, --verbose and --debug arguments to be repeated.
|
|
|
|
- Add support for renaming mirrored LVs.
|
|
|
|
- Add --mirrorlog argument to specify log type for mirrors.
|
|
|
|
- Don't leak a file descriptor if flock or fcntl fails.
|
|
|
|
- Detect stream write failure reliably.
|
|
|
|
- Reduce severity of lstat error messages to very_verbose.
|
|
|
|
- Update to use autoconf 2.61, while still supporting 2.57.
|
|
|
|
|
2007-08-09 18:04:28 +00:00
|
|
|
* Thu Aug 09 2007 Alasdair Kergon <agk@redhat.com> - 2.02.27-3
|
|
|
|
- Clarify GPL licence as being version 2.
|
|
|
|
|
2007-08-01 09:40:09 +00:00
|
|
|
* Wed Aug 01 2007 Milan Broz <mbroz@redhat.com> - 2.02.27-2
|
|
|
|
- Add SUN's LDOM virtual block device (vdisk) and ps3disk to filters.
|
|
|
|
|
2007-08-09 18:17:55 +00:00
|
|
|
* Wed Jul 18 2007 Alasdair Kergon <agk@redhat.com> - 2.02.27-1
|
2007-07-18 18:18:23 +00:00
|
|
|
- Add -f to vgcfgrestore to list metadata backup files.
|
|
|
|
- Add pvdisplay --maps implementation.
|
|
|
|
- Add devices/preferred_names config regex list for displayed device names.
|
|
|
|
- Add vg_mda_count and pv_mda_count columns to reports.
|
|
|
|
- Change cling alloc policy attribute character from 'C' to l'.
|
|
|
|
- Print warnings to stderr instead of stdout.
|
|
|
|
- Fix snapshot cow area deactivation if origin is not active.
|
|
|
|
- Reinitialise internal lvmdiskscan variables when called repeatedly.
|
|
|
|
- Allow keyboard interrupt during user prompts when appropriate.
|
|
|
|
- Fix deactivation code to follow dependencies and remove symlinks.
|
|
|
|
- Fix a segfault in device_is_usable() if a device has no table.
|
|
|
|
- Fix creation and conversion of mirrors with tags.
|
|
|
|
- Add command stub for pvck.
|
|
|
|
- Handle vgsplit of an entire VG as a vgrename.
|
|
|
|
- Fix vgsplit for lvm1 format (set and validate VG name in PVs metadata).
|
|
|
|
- Split metadata areas in vgsplit properly.
|
|
|
|
- Fix and clarify vgsplit error messages.
|
|
|
|
- Update lists of attribute characters in man pages.
|
|
|
|
- Remove unsupported LVM1 options from vgcfgrestore man page.
|
|
|
|
- Update vgcfgrestore man page to show mandatory VG name.
|
|
|
|
- Update vgrename man page to include UUID and be consistent with lvrename.
|
|
|
|
- Add some more debug messages to clvmd startup.
|
|
|
|
- Fix thread race in clvmd.
|
|
|
|
- Make clvmd cope with quorum devices.
|
|
|
|
- Add extra internal error checking to clvmd.
|
|
|
|
- Fix missing lvm_shell symbol in lvm2cmd library.
|
|
|
|
- Move regex functions into libdevmapper.
|
|
|
|
- Add kernel and device-mapper targets versions to lvmdump.
|
|
|
|
- Add /sys/block listings to lvmdump.
|
|
|
|
- Make lvmdump list /dev recursively.
|
|
|
|
- Mark /etc/lvm subdirectories as directories in spec file.
|
|
|
|
|
2007-03-19 21:21:22 +00:00
|
|
|
* Mon Mar 19 2007 Alasdair Kergon <agk@redhat.com> - 2.02.24-1
|
2007-03-19 21:51:21 +00:00
|
|
|
- Add BuildRequires readline-static until makefiles get fixed.
|
2007-03-19 21:21:22 +00:00
|
|
|
- Fix processing of exit status in init scripts
|
|
|
|
- Fix vgremove to require at least one vg argument.
|
|
|
|
- Fix reading of striped LVs in LVM1 format.
|
|
|
|
- Flag nolocking as clustered so clvmd startup sees clustered LVs.
|
|
|
|
- Add a few missing pieces of vgname command line validation.
|
|
|
|
- Support the /dev/mapper prefix on most command lines.
|
|
|
|
|
2007-03-08 21:46:08 +00:00
|
|
|
* Thu Mar 08 2007 Alasdair Kergon <agk@redhat.com> - 2.02.23-1
|
|
|
|
- Fix vgrename active LV check to ignore differing vgids.
|
|
|
|
- Fix two more segfaults if an empty config file section encountered.
|
|
|
|
- Fix a leak in a reporting error path.
|
|
|
|
- Add devices/cache_dir & devices/cache_file_prefix, deprecating devices/cache.
|
|
|
|
|
|
|
|
* Tue Feb 27 2007 Alasdair Kergon <agk@redhat.com> - 2.02.22-3
|
|
|
|
- Move .cache file to /etc/lvm/cache.
|
|
|
|
|
2007-02-14 19:41:44 +00:00
|
|
|
* Wed Feb 14 2007 Alasdair Kergon <agk@redhat.com> - 2.02.22-2
|
|
|
|
- Rebuild after device-mapper package split.
|
|
|
|
|
2007-02-14 17:02:35 +00:00
|
|
|
* Wed Feb 14 2007 Alasdair Kergon <agk@redhat.com> - 2.02.22-1
|
2007-02-13 23:49:12 +00:00
|
|
|
- Add ncurses-static BuildRequires after package split.
|
2007-02-13 23:24:47 +00:00
|
|
|
- Fix loading of segment_libraries.
|
|
|
|
- If a PV reappears after it was removed from its VG, make it an orphan.
|
|
|
|
- Don't update metadata automatically if VGIDs don't match.
|
|
|
|
- Fix some vgreduce --removemissing command line validation.
|
|
|
|
- Trivial man page corrections (-b and -P).
|
|
|
|
- Add global/units to example.conf.
|
2007-02-14 17:02:35 +00:00
|
|
|
- Remove readline support from lvm.static.
|
2007-02-13 23:24:47 +00:00
|
|
|
|
2007-02-05 19:42:51 +00:00
|
|
|
* Mon Feb 05 2007 Alasdair Kergon <agk@redhat.com> - 2.02.21-4
|
|
|
|
- Remove file wildcards and unintentional lvmconf installation.
|
|
|
|
|
2007-02-05 17:55:32 +00:00
|
|
|
* Mon Feb 05 2007 Alasdair Kergon <agk@redhat.com> - 2.02.21-3
|
|
|
|
- Add build dependency on new device-mapper-devel package.
|
|
|
|
|
2007-01-31 19:39:34 +00:00
|
|
|
* Wed Jan 31 2007 Alasdair Kergon <agk@redhat.com> - 2.02.21-2
|
|
|
|
- Remove superfluous execute perm from .cache data file.
|
|
|
|
|
2007-01-30 18:20:18 +00:00
|
|
|
* Tue Jan 30 2007 Alasdair Kergon <agk@redhat.com> - 2.02.21-1
|
|
|
|
- Fix vgsplit to handle mirrors.
|
|
|
|
- Reorder fields in reporting field definitions.
|
|
|
|
- Fix vgs to treat args as VGs even when PV fields are displayed.
|
|
|
|
- Fix md signature check to handle both endiannesses.
|
|
|
|
|
2007-01-26 14:29:32 +00:00
|
|
|
* Fri Jan 26 2007 Alasdair Kergon <agk@redhat.com> - 2.02.20-1
|
|
|
|
- Fix exit statuses of reporting tools.
|
|
|
|
- Add some missing close() and fclose() return code checks.
|
|
|
|
- Add devices/ignore_suspended_devices to ignore suspended dm devices.
|
|
|
|
- Fix refresh_toolcontext() always to wipe persistent device filter cache.
|
|
|
|
- Long-lived processes write out persistent dev cache in refresh_toolcontext().
|
|
|
|
- Streamline dm_report_field_* interface.
|
|
|
|
- Update reporting man pages.
|
|
|
|
- Add --clustered to man pages.
|
|
|
|
- Add field definitions to report help text.
|
|
|
|
|
2007-01-22 11:48:57 +00:00
|
|
|
* Mon Jan 22 2007 Milan Broz <mbroz@redhat.com> - 2.02.19-2
|
|
|
|
- Remove BuildRequires libtermcap-devel
|
|
|
|
Resolves: #223766
|
|
|
|
|
2007-01-17 18:07:31 +00:00
|
|
|
* Wed Jan 17 2007 Alasdair Kergon <agk@redhat.com> - 2.02.19-1
|
|
|
|
- Fix a segfault if an empty config file section encountered.
|
|
|
|
- Fix partition table processing after sparc changes.
|
|
|
|
- Fix cmdline PE range processing segfault.
|
|
|
|
- Move basic reporting functions into libdevmapper.
|
|
|
|
|
2007-01-12 12:42:44 +00:00
|
|
|
* Fri Jan 12 2007 Alasdair Kergon <agk@redhat.com> - 2.02.18-2
|
|
|
|
- Rebuild.
|
|
|
|
|
2007-01-11 23:12:19 +00:00
|
|
|
* Thu Jan 11 2007 Alasdair Kergon <agk@redhat.com> - 2.02.18-1
|
2007-01-11 23:11:33 +00:00
|
|
|
- Use CFLAGS when linking so mixed sparc builds can supply -m64.
|
|
|
|
- Prevent permission changes on active mirrors.
|
|
|
|
- Print warning instead of error message if lvconvert cannot zero volume.
|
|
|
|
- Add snapshot options to lvconvert man page.
|
|
|
|
- dumpconfig accepts a list of configuration variables to display.
|
|
|
|
- Change dumpconfig to use --file to redirect output to a file.
|
|
|
|
- Avoid vgreduce error when mirror code removes the log LV.
|
|
|
|
- Fix ambiguous vgsplit error message for split LV.
|
|
|
|
- Fix lvextend man page typo.
|
|
|
|
- Use no flush suspending for mirrors.
|
|
|
|
- Fix create mirror with name longer than 22 chars.
|
|
|
|
|
2006-12-14 20:15:14 +00:00
|
|
|
* Thu Dec 14 2006 Alasdair Kergon <agk@redhat.com> - 2.02.17-1
|
|
|
|
- Add missing pvremove error message when device doesn't exist.
|
|
|
|
- When lvconvert allocates a mirror log, respect parallel area constraints.
|
|
|
|
- Check for failure to allocate just the mirror log.
|
|
|
|
- Support mirror log allocation when there is only one PV: area_count now 0.
|
|
|
|
- Fix detection of smallest area in _alloc_parallel_area() for cling policy.
|
|
|
|
- Add manpage entry for clvmd -T
|
|
|
|
- Fix hang in clvmd if a pre-command failed.
|
|
|
|
|
2006-12-01 23:36:54 +00:00
|
|
|
* Fri Dec 01 2006 Alasdair Kergon <agk@redhat.com> - 2.02.16-1
|
|
|
|
- Fix VG clustered read locks to use PR not CR.
|
|
|
|
- Adjust some alignments for ia64/sparc.
|
|
|
|
- Fix mirror segment removal to use temporary error segment.
|
|
|
|
- Always compile debug logging into clvmd.
|
|
|
|
- Add startup timeout to clvmd startup script.
|
|
|
|
- Add -T (startup timeout) switch to clvmd.
|
|
|
|
- Improve lvm_dump.sh robustness.
|
|
|
|
|
2006-11-21 17:51:11 +00:00
|
|
|
* Tue Nov 21 2006 Alasdair Kergon <agk@redhat.com> - 2.02.15-3
|
|
|
|
- Fix clvmd init script line truncation.
|
|
|
|
|
2006-11-21 15:20:29 +00:00
|
|
|
* Tue Nov 21 2006 Alasdair Kergon <agk@redhat.com> - 2.02.15-2
|
2006-11-21 15:18:27 +00:00
|
|
|
- Fix lvm.conf segfault.
|
|
|
|
|
2006-11-20 20:48:44 +00:00
|
|
|
* Mon Nov 20 2006 Alasdair Kergon <agk@redhat.com> - 2.02.15-1
|
|
|
|
- New upstream - see WHATS_NEW.
|
|
|
|
|
2006-11-10 21:38:34 +00:00
|
|
|
* Fri Nov 11 2006 Alasdair Kergon <agk@redhat.com> - 2.02.14-1
|
|
|
|
- New upstream - see WHATS_NEW.
|
|
|
|
|
2006-10-30 16:23:26 +00:00
|
|
|
* Mon Oct 30 2006 Alasdair Kergon <agk@redhat.com> - 2.02.13-2
|
|
|
|
- Fix high-level free-space check on partial allocation.
|
|
|
|
Resolves: #212774
|
|
|
|
|
2006-10-27 15:30:24 +00:00
|
|
|
* Fri Oct 27 2006 Alasdair Kergon <agk@redhat.com> - 2.02.13-1
|
|
|
|
- New upstream - see WHATS_NEW.
|
|
|
|
Resolves: #205818
|
|
|
|
|
2006-10-20 21:15:26 +00:00
|
|
|
* Fri Oct 20 2006 Alasdair Kergon <agk@redhat.com> - 2.02.12-2
|
|
|
|
- Remove no-longer-used ldconfig from lvm2-cluster and fix lvmconf
|
|
|
|
to cope without the shared library.
|
|
|
|
|
2006-10-16 18:30:39 +00:00
|
|
|
* Mon Oct 16 2006 Alasdair Kergon <agk@redhat.com> - 2.02.12-1
|
|
|
|
- New upstream.
|
|
|
|
|
2006-10-14 18:28:02 +00:00
|
|
|
* Sat Oct 14 2006 Alasdair Kergon <agk@redhat.com> - 2.02.11-6
|
|
|
|
- Incorporate lvm2-cluster as a subpackage.
|
|
|
|
|
2006-10-14 17:04:26 +00:00
|
|
|
* Sat Oct 14 2006 Alasdair Kergon <agk@redhat.com> - 2.02.11-5
|
|
|
|
- Install lvmdump script.
|
|
|
|
|
2006-10-14 16:44:11 +00:00
|
|
|
* Sat Oct 14 2006 Alasdair Kergon <agk@redhat.com> - 2.02.11-4
|
|
|
|
- Build in cluster locking with fallback if external locking fails to load.
|
|
|
|
|
2006-10-14 15:05:46 +00:00
|
|
|
* Sat Oct 14 2006 Alasdair Kergon <agk@redhat.com> - 2.02.11-3
|
|
|
|
- Drop .0 suffix from release.
|
|
|
|
|
2006-10-14 14:42:36 +00:00
|
|
|
* Sat Oct 14 2006 Alasdair Kergon <agk@redhat.com> - 2.02.11-2.0
|
|
|
|
- Append distribution to release.
|
|
|
|
|
2006-10-13 19:24:29 +00:00
|
|
|
* Fri Oct 13 2006 Alasdair Kergon <agk@redhat.com> - 2.02.11-1.0
|
|
|
|
- New upstream with numerous fixes and small enhancements.
|
|
|
|
(See the WHATS_NEW documentation file for complete upstream changelog.)
|
|
|
|
|
2006-09-28 19:22:27 +00:00
|
|
|
* Thu Sep 28 2006 Peter Jones <pjones@redhat.com> - 2.02.06-4
|
|
|
|
- Fix metadata and map alignment problems on ppc64 (#206202)
|
2006-09-19 19:38:30 +00:00
|
|
|
|
2006-08-01 18:56:12 +00:00
|
|
|
* Tue Aug 1 2006 Jeremy Katz <katzj@redhat.com> - 2.02.06-3
|
|
|
|
- require new libselinux to avoid segfaults on xen (#200783)
|
|
|
|
|
2006-07-27 20:41:03 +00:00
|
|
|
* Thu Jul 27 2006 Jeremy Katz <katzj@redhat.com> - 2.02.06-2
|
|
|
|
- free trip through the buildsystem
|
|
|
|
|
2006-07-12 07:15:48 +00:00
|
|
|
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 2.02.06-1.2.1
|
|
|
|
- rebuild
|
|
|
|
|
2006-06-06 19:27:04 +00:00
|
|
|
* Tue Jun 6 2006 Stephen C. Tweedie <sct@redhat.com> - 2.02.06-1.2
|
|
|
|
- Rebuild to pick up new nosegneg libc.a for lvm.static
|
|
|
|
|
2006-05-22 16:08:53 +00:00
|
|
|
* Mon May 22 2006 Alasdair Kergon <agk@redhat.com> - 2.02.06-1.1
|
|
|
|
- Reinstate archs now build system is back.
|
|
|
|
- BuildRequires libsepol-devel.
|
|
|
|
|
2006-05-12 20:25:17 +00:00
|
|
|
* Fri May 12 2006 Alasdair Kergon <agk@redhat.com> - 2.02.06-1.0
|
|
|
|
- New upstream release.
|
|
|
|
|
2006-04-22 18:17:56 +00:00
|
|
|
* Sat Apr 22 2006 Alasdair Kergon <agk@redhat.com> - 2.02.05-1.1
|
|
|
|
- Exclude archs that aren't building.
|
|
|
|
|
2006-04-21 15:46:27 +00:00
|
|
|
* Fri Apr 21 2006 Alasdair Kergon <agk@redhat.com> - 2.02.05-1.0
|
|
|
|
- Fix VG uuid comparisons.
|
|
|
|
|
2006-04-19 20:11:22 +00:00
|
|
|
* Wed Apr 19 2006 Alasdair Kergon <agk@redhat.com> - 2.02.04-1.0
|
|
|
|
- New release upstream, including better handling of duplicated VG names.
|
|
|
|
|
2006-02-11 04:26:16 +00:00
|
|
|
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 2.02.01-1.2.1
|
|
|
|
- bump again for double-long bug on ppc(64)
|
|
|
|
|
2006-02-07 12:53:42 +00:00
|
|
|
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 2.02.01-1.2
|
|
|
|
- rebuilt for new gcc4.1 snapshot and glibc changes
|
|
|
|
|
2005-12-09 22:41:51 +00:00
|
|
|
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
2005-12-02 21:55:26 +00:00
|
|
|
* Fri Dec 2 2005 Peter Jones <pjones@redhat.com> - 2.02.01-1
|
|
|
|
- update to 2.02.01
|
|
|
|
|
2005-11-09 04:09:57 +00:00
|
|
|
* Tue Nov 8 2005 Jeremy Katz <katzj@redhat.com> - 2.01.14-4
|
|
|
|
- add patch for xen block devices
|
|
|
|
|
2005-10-15 13:28:33 +00:00
|
|
|
* Sat Oct 15 2005 Florian La Roche <laroche@redhat.com>
|
|
|
|
- add -lselinux -lsepol to the static linking -ldevice-mapper requires it
|
|
|
|
|
2005-09-15 00:19:48 +00:00
|
|
|
* Wed Sep 14 2005 Jeremy Katz <katzj@redhat.com> - 2.01.14-2
|
|
|
|
- the distro doesn't really work without a 2.6 kernel, so no need to require it
|
|
|
|
|
2005-08-04 02:15:07 +00:00
|
|
|
* Thu Aug 4 2005 Alasdair Kergon <agk@redhat.com> - 2.01.14-1.0
|
2005-08-04 02:12:45 +00:00
|
|
|
- And a few more bugs fixes.
|
|
|
|
|
2005-07-13 19:32:10 +00:00
|
|
|
* Wed Jul 13 2005 Alasdair Kergon <agk@redhat.com> - 2.01.13-1.0
|
|
|
|
- Fix several bugs discovered in the last release.
|
|
|
|
|
2005-06-14 18:06:09 +00:00
|
|
|
* Tue Jun 14 2005 Alasdair Kergon <agk@redhat.com> - 2.01.12-1.0
|
2005-06-13 14:56:45 +00:00
|
|
|
- New version upstream with a lot of fixes and enhancements.
|
|
|
|
|
2005-04-27 19:32:29 +00:00
|
|
|
* Wed Apr 27 2005 Alasdair Kergon <agk@redhat.com> - 2.01.08-2.1
|
|
|
|
- Add /etc/lvm
|
|
|
|
|
2005-04-27 19:11:01 +00:00
|
|
|
* Wed Apr 27 2005 Alasdair Kergon <agk@redhat.com> - 2.01.08-2.0
|
|
|
|
- No longer abort read operations if archive/backup directories aren't there.
|
|
|
|
- Add runtime directories and file to the package.
|
|
|
|
|
2005-03-22 15:25:42 +00:00
|
|
|
* Tue Mar 22 2005 Alasdair Kergon <agk@redhat.com> - 2.01.08-1.0
|
|
|
|
- Improve detection of external changes affecting internal cache.
|
|
|
|
- Add clustered VG attribute.
|
|
|
|
- Suppress rmdir opendir error message.
|
|
|
|
|
2005-03-10 22:37:17 +00:00
|
|
|
* Tue Mar 08 2005 Alasdair Kergon <agk@redhat.com> - 2.01.07-1.3
|
2005-03-10 22:14:02 +00:00
|
|
|
* Tue Mar 08 2005 Alasdair Kergon <agk@redhat.com> - 2.01.07-1.2
|
2005-03-10 21:46:31 +00:00
|
|
|
* Tue Mar 08 2005 Alasdair Kergon <agk@redhat.com> - 2.01.07-1.1
|
|
|
|
- Suppress some new compiler messages.
|
|
|
|
|
2005-03-08 14:05:35 +00:00
|
|
|
* Tue Mar 08 2005 Alasdair Kergon <agk@redhat.com> - 2.01.07-1.0
|
|
|
|
- Remove build directory from built-in path.
|
|
|
|
- Extra /dev scanning required for clustered operation.
|
|
|
|
|
2005-03-03 22:34:22 +00:00
|
|
|
* Thu Mar 03 2005 Alasdair Kergon <agk@redhat.com> - 2.01.06-1.0
|
|
|
|
- Allow anaconda to suppress warning messages.
|
|
|
|
|
2005-02-18 19:26:58 +00:00
|
|
|
* Fri Feb 18 2005 Alasdair Kergon <agk@redhat.com> - 2.01.05-1.0
|
|
|
|
- Upstream changes not affecting Fedora.
|
|
|
|
|
2005-02-09 17:58:39 +00:00
|
|
|
* Wed Feb 09 2005 Alasdair Kergon <agk@redhat.com> - 2.01.04-1.0
|
|
|
|
- Offset pool minors; lvm2cmd.so skips open fd check; pvmove -f gone.
|
|
|
|
|
2005-02-01 16:44:56 +00:00
|
|
|
* Tue Feb 01 2005 Alasdair Kergon <agk@redhat.com> - 2.01.03-1.0
|
|
|
|
- Fix snapshot device size & 64-bit display output.
|
|
|
|
|
2005-01-21 19:07:02 +00:00
|
|
|
* Fri Jan 21 2005 Alasdair Kergon <agk@redhat.com> - 2.01.02-1.0
|
|
|
|
- Minor fixes.
|
|
|
|
|
2005-01-19 18:50:07 +00:00
|
|
|
* Mon Jan 17 2005 Alasdair Kergon <agk@redhat.com> - 2.01.01-1.0
|
|
|
|
- Update vgcreate man page. Preparation for snapshot origin extension fix.
|
|
|
|
|
2005-01-17 22:11:31 +00:00
|
|
|
* Mon Jan 17 2005 Alasdair Kergon <agk@redhat.com> - 2.01.00-1.0
|
|
|
|
- Fix metadata auto-correction. Only request open_count when needed.
|
|
|
|
|
2005-01-12 15:43:55 +00:00
|
|
|
* Wed Jan 12 2005 Tim Waugh <twaugh@redhat.com> - 2.00.33-2.0
|
|
|
|
- Rebuilt for new readline.
|
|
|
|
|
2005-01-07 20:03:55 +00:00
|
|
|
* Fri Jan 7 2005 Alasdair Kergon <agk@redhat.com> - 2.00.33-1.0
|
|
|
|
- pvcreate wipes ext label
|
|
|
|
- several clvm fixes
|
|
|
|
|
2005-01-06 20:46:36 +00:00
|
|
|
* Thu Jan 6 2005 Alasdair Kergon <agk@redhat.com> - 2.00.32-2.0
|
|
|
|
- Remove temporary /sbin symlinks no longer needed.
|
|
|
|
- Include read-only pool support in the build.
|
|
|
|
|
2004-12-22 22:14:14 +00:00
|
|
|
* Wed Dec 22 2004 Alasdair Kergon <agk@redhat.com> - 2.00.32-1.0
|
|
|
|
- More fixes (143501).
|
|
|
|
|
2004-12-12 21:59:44 +00:00
|
|
|
* Sun Dec 12 2004 Alasdair Kergon <agk@redhat.com> - 2.00.31-1.0
|
|
|
|
- Fix pvcreate install issues.
|
|
|
|
|
2004-12-10 16:44:26 +00:00
|
|
|
* Fri Dec 10 2004 Alasdair Kergon <agk@redhat.com> - 2.00.30-1.0
|
|
|
|
- Additional debugging code.
|
|
|
|
- Some trivial man page corrections.
|
|
|
|
|
2004-11-30 14:38:23 +00:00
|
|
|
* Tue Nov 30 2004 Alasdair Kergon <agk@redhat.com> - 2.00.29-1.3
|
|
|
|
- Reinstate all archs.
|
|
|
|
|
2004-11-28 11:33:48 +00:00
|
|
|
* Sun Nov 28 2004 Alasdair Kergon <agk@redhat.com> - 2.00.29-1.2
|
|
|
|
- Try excluding more archs.
|
|
|
|
|
2004-11-27 22:46:44 +00:00
|
|
|
* Sat Nov 27 2004 Alasdair Kergon <agk@redhat.com> - 2.00.29-1.1
|
|
|
|
- Exclude s390x which fails.
|
|
|
|
|
2004-11-27 22:17:19 +00:00
|
|
|
* Sat Nov 27 2004 Alasdair Kergon <agk@redhat.com> - 2.00.29-1
|
|
|
|
- Fix last fix.
|
|
|
|
|
2004-11-27 21:51:24 +00:00
|
|
|
* Sat Nov 27 2004 Alasdair Kergon <agk@redhat.com> - 2.00.28-1
|
|
|
|
- Endian fix to partition/md signature detection.
|
|
|
|
|
2004-11-24 21:48:26 +00:00
|
|
|
* Wed Nov 24 2004 Alasdair Kergon <agk@redhat.com> - 2.00.27-1
|
|
|
|
- Fix partition table detection & an out of memory segfault.
|
|
|
|
|
2004-11-23 18:56:46 +00:00
|
|
|
* Tue Nov 23 2004 Alasdair Kergon <agk@redhat.com> - 2.00.26-1
|
|
|
|
- Several installation-related fixes & man page updates.
|
|
|
|
|
2004-10-25 15:09:20 +00:00
|
|
|
* Mon Oct 25 2004 Elliot Lee <sopwith@redhat.com> - 2.00.25-1.01
|
|
|
|
- Fix 2.6 kernel requirement
|
|
|
|
|
2004-09-29 15:20:57 +00:00
|
|
|
* Wed Sep 29 2004 Alasdair Kergon <agk@redhat.com> - 2.00.25-1
|
|
|
|
- Fix vgmknodes return code & vgremove locking.
|
|
|
|
|
2004-09-17 15:36:12 +00:00
|
|
|
* Fri Sep 17 2004 Alasdair Kergon <agk@redhat.com> - 2.00.24-2
|
|
|
|
- Obsolete old lvm1 packages; refuse install if running kernel 2.4. [bz 128185]
|
|
|
|
|
2004-09-16 21:29:08 +00:00
|
|
|
* Thu Sep 16 2004 Alasdair Kergon <agk@redhat.com> - 2.00.24-1
|
|
|
|
- More upstream fixes. (Always check WHATS_NEW file for details.)
|
|
|
|
- Add requested BuildRequires. [bz 124916, 132408]
|
|
|
|
|
|
|
|
* Wed Sep 15 2004 Alasdair Kergon <agk@redhat.com> - 2.00.23-1
|
2004-09-15 17:27:45 +00:00
|
|
|
- Various minor upstream fixes.
|
|
|
|
|
2004-09-14 20:00:34 +00:00
|
|
|
* Thu Sep 3 2004 Alasdair Kergon <agk@redhat.com> - 2.00.22-1
|
|
|
|
- Permission fix included upstream; use different endian conversion macros.
|
|
|
|
|
2004-09-09 08:08:37 +00:00
|
|
|
* Thu Sep 2 2004 Jeremy Katz <katzj@redhat.com> - 2.00.21-2
|
|
|
|
- fix permissions on vg dirs
|
|
|
|
|
2004-09-09 08:08:10 +00:00
|
|
|
* Thu Aug 19 2004 Alasdair Kergon <agk@redhat.com> - 2.00.21-1
|
|
|
|
- New upstream release incorporating fixes plus minor enhancements.
|
|
|
|
|
2004-09-09 08:08:04 +00:00
|
|
|
* Tue Aug 17 2004 Jeremy Katz <katzj@redhat.com> - 2.00.20-2
|
|
|
|
- add patch for iSeries viodasd support
|
|
|
|
- add patch to check file type using stat(2) if d_type == DT_UNKNOWN (#129674)
|
|
|
|
|
2004-09-09 08:08:02 +00:00
|
|
|
* Sat Jul 3 2004 Alasdair Kergon <agk@redhat.com> - 2.00.20-1
|
|
|
|
- New upstream release fixes 2.6 kernel device numbers.
|
|
|
|
|
2004-09-09 08:07:58 +00:00
|
|
|
* Tue Jun 29 2004 Alasdair Kergon <agk@redhat.com> - 2.00.19-1
|
|
|
|
- Latest upstream release. Lots of changes (see WHATS_NEW).
|
|
|
|
|
|
|
|
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com> - 2.00.15-5
|
2004-09-09 08:07:54 +00:00
|
|
|
- rebuilt
|
|
|
|
|
2004-09-09 08:07:47 +00:00
|
|
|
* Wed May 26 2004 Alasdair Kergon <agk@redhat.com> - 2.00.15-4
|
2008-09-16 23:03:25 +00:00
|
|
|
- clone %%description from LVM rpm
|
2004-09-09 08:07:47 +00:00
|
|
|
|
2004-09-09 08:07:31 +00:00
|
|
|
* Wed May 26 2004 Alasdair Kergon <agk@redhat.com> - 2.00.15-3
|
|
|
|
- vgscan shouldn't return error status when no VGs present
|
|
|
|
|
2004-09-09 08:07:17 +00:00
|
|
|
* Thu May 06 2004 Warren Togami <wtogami@redhat.com> - 2.00.15-2
|
|
|
|
- i2o patch from Markus Lidel
|
|
|
|
|
|
|
|
* Tue Apr 20 2004 Bill Nottingham <notting@redhat.com> - 2.00.15-1.1
|
|
|
|
- handle disabled SELinux correctly, so that LVMs can be detected in a
|
|
|
|
non-SELinux context
|
|
|
|
|
|
|
|
* Mon Apr 19 2004 Alasdair Kergon <agk@redhat.com> - 2.00.15-1
|
|
|
|
- Fix non-root build with current version of 'install'.
|
|
|
|
|
|
|
|
* Fri Apr 16 2004 Alasdair Kergon <agk@redhat.com> - 2.00.14-1
|
|
|
|
- Use 64-bit file offsets.
|
|
|
|
|
|
|
|
* Fri Apr 16 2004 Alasdair Kergon <agk@redhat.com> - 2.00.13-1
|
|
|
|
- Avoid scanning devices containing md superblocks.
|
|
|
|
- Integrate ENOTSUP patch.
|
|
|
|
|
|
|
|
* Thu Apr 15 2004 Jeremy Katz <katzj@redhat.com> - 2.00.12-4
|
|
|
|
- don't die if we get ENOTSUP setting selinux contexts
|
|
|
|
|
|
|
|
* Thu Apr 15 2004 Alasdair Kergon <agk@redhat.com> 2.00.12-3
|
|
|
|
- Add temporary pvscan symlink for LVM1 until mkinitrd gets updated.
|
|
|
|
|
|
|
|
* Wed Apr 14 2004 Alasdair Kergon <agk@redhat.com> 2.00.12-2
|
|
|
|
- Mark config file noreplace.
|
|
|
|
|
|
|
|
* Wed Apr 14 2004 Alasdair Kergon <agk@redhat.com> 2.00.12-1
|
|
|
|
- Install default /etc/lvm/lvm.conf.
|
|
|
|
- Move non-static binaries to /usr/sbin.
|
|
|
|
- Add temporary links in /sbin to lvm.static until rc.sysinit gets updated.
|
|
|
|
|
|
|
|
* Thu Apr 08 2004 Alasdair Kergon <agk@redhat.com> 2.00.11-1
|
|
|
|
- Fallback to using LVM1 tools when using a 2.4 kernel without device-mapper.
|
|
|
|
|
|
|
|
* Wed Apr 07 2004 Alasdair Kergon <agk@redhat.com> 2.00.10-2
|
|
|
|
- Install the full toolset, not just 'lvm'.
|
|
|
|
|
|
|
|
* Wed Apr 07 2004 Alasdair Kergon <agk@redhat.com> 2.00.10-1
|
|
|
|
- Update to version 2.00.10, which incorporates the RH-specific patches
|
|
|
|
and includes various fixes and enhancements detailed in WHATS_NEW.
|
|
|
|
|
2004-09-09 08:05:45 +00:00
|
|
|
* Wed Mar 17 2004 Jeremy Katz <katzj@redhat.com> 2.00.08-5
|
|
|
|
- Fix sysfs patch to find sysfs
|
|
|
|
- Take patch from dwalsh and tweak a little for setting SELinux contexts on
|
|
|
|
device node creation and also do it on the symlink creation.
|
|
|
|
Part of this should probably be pushed down to device-mapper instead
|
|
|
|
|
|
|
|
* Thu Feb 19 2004 Stephen C. Tweedie <sct@redhat.com> 2.00.08-4
|
|
|
|
- Add sysfs filter patch
|
|
|
|
- Allow non-root users to build RPM
|
|
|
|
|
|
|
|
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
2004-09-09 08:04:45 +00:00
|
|
|
* Fri Dec 5 2003 Jeremy Katz <katzj@redhat.com> 2.00.08-2
|
|
|
|
- add static lvm binary
|
|
|
|
|
|
|
|
* Tue Dec 2 2003 Jeremy Katz <katzj@redhat.com>
|
|
|
|
- Initial build.
|
|
|
|
|
|
|
|
|