This commit is contained in:
parent
abd216af27
commit
52f66e1a68
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:b423e9b06d4ecd8b1a46a1028a805509fdca7bb26ca625bcdae04da0f5db3920
|
|
||||||
size 421909
|
|
3
LVM2.2.02.29.tar.bz2
Normal file
3
LVM2.2.02.29.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:79c07847000c5eec599632334402695c6593222995ccf26df94e9ed7cb109485
|
||||||
|
size 426196
|
19
lvm2.changes
19
lvm2.changes
@ -1,3 +1,22 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Dec 10 12:29:12 CET 2007 - fehr@suse.de
|
||||||
|
|
||||||
|
- update to new version 2.02.29
|
||||||
|
Accept sizes with --readahead argument.
|
||||||
|
Store size arguments as sectors internally.
|
||||||
|
Attempt to remove incomplete LVs with lvcreate zeroing/activation problems.
|
||||||
|
Add read_ahead activation code.
|
||||||
|
Extend readahead arg to accept "auto" and "none".
|
||||||
|
Prevent lvconvert -s from using same LV as origin and snapshot.
|
||||||
|
Fix human-readable output of odd numbers of sectors.
|
||||||
|
Show 'not usable' space when PV is too large for device in pvdisplay.
|
||||||
|
Ignore and fix up any excessive device size found in metadata.
|
||||||
|
Detect md superblocks version 1.0, 1.1 and 1.2.
|
||||||
|
Handle new sysfs subsystem/block/devices directory structure.
|
||||||
|
Add %PVS extents option to lvresize, lvextend, and lvcreate.
|
||||||
|
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.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Nov 22 14:49:39 CET 2007 - fehr@suse.de
|
Thu Nov 22 14:49:39 CET 2007 - fehr@suse.de
|
||||||
|
|
||||||
|
22
lvm2.spec
22
lvm2.spec
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package lvm2 (Version 2.02.28)
|
# spec file for package lvm2 (Version 2.02.29)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
@ -13,14 +13,14 @@ Name: lvm2
|
|||||||
BuildRequires: device-mapper-devel module-init-tools
|
BuildRequires: device-mapper-devel module-init-tools
|
||||||
License: GPL v2 or later; LGPL v2.1 or later
|
License: GPL v2 or later; LGPL v2.1 or later
|
||||||
Group: System/Base
|
Group: System/Base
|
||||||
Requires: device-mapper >= 1.02.22
|
Requires: device-mapper >= 1.02.23
|
||||||
Provides: lvm
|
Provides: lvm
|
||||||
Obsoletes: lvm
|
Obsoletes: lvm
|
||||||
%if %suse_version > 800
|
%if %suse_version > 800
|
||||||
PreReq: %fillup_prereq %insserv_prereq
|
PreReq: %fillup_prereq %insserv_prereq
|
||||||
%endif
|
%endif
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Version: 2.02.28
|
Version: 2.02.29
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: LVM2 Tools
|
Summary: LVM2 Tools
|
||||||
Source: LVM2.%{version}.tar.bz2
|
Source: LVM2.%{version}.tar.bz2
|
||||||
@ -182,6 +182,22 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_mandir}/man8/vgsplit.8.gz
|
%{_mandir}/man8/vgsplit.8.gz
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Dec 10 2007 - fehr@suse.de
|
||||||
|
- update to new version 2.02.29
|
||||||
|
Accept sizes with --readahead argument.
|
||||||
|
Store size arguments as sectors internally.
|
||||||
|
Attempt to remove incomplete LVs with lvcreate zeroing/activation problems.
|
||||||
|
Add read_ahead activation code.
|
||||||
|
Extend readahead arg to accept "auto" and "none".
|
||||||
|
Prevent lvconvert -s from using same LV as origin and snapshot.
|
||||||
|
Fix human-readable output of odd numbers of sectors.
|
||||||
|
Show 'not usable' space when PV is too large for device in pvdisplay.
|
||||||
|
Ignore and fix up any excessive device size found in metadata.
|
||||||
|
Detect md superblocks version 1.0, 1.1 and 1.2.
|
||||||
|
Handle new sysfs subsystem/block/devices directory structure.
|
||||||
|
Add %%PVS extents option to lvresize, lvextend, and lvcreate.
|
||||||
|
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.
|
||||||
* Thu Nov 22 2007 - fehr@suse.de
|
* Thu Nov 22 2007 - fehr@suse.de
|
||||||
- adapt man page for pvdisplay to program (#342862)
|
- adapt man page for pvdisplay to program (#342862)
|
||||||
- fix spec file to detect path to modprobe binary (#331968)
|
- fix spec file to detect path to modprobe binary (#331968)
|
||||||
|
Loading…
Reference in New Issue
Block a user