Changelog for
lvm2-debuginfo-2.02.27-2.el4_6.1.x86_64.rpm :
Mon Nov 26 23:00:00 2007 Milan Broz
- 2.02.27-2.el4_6.1
- Fix vg_read() locking in commands such as \'vgs -o +pv_name\'.
Resolves: #386841
Sat Aug 25 00:00:00 2007 Zdenek Kabelac - 2.02.27-2
- Introduce VG_GLOBAL lock type for vgscan/pvscan to trigger clvmd -R.
- Fix clvmd -R, so it fully refreshes the caches.
Resolves: #138396
Tue Jul 24 00:00:00 2007 Milan Broz - 2.02.27-1
- Add conflict with lvm2-cluster package from different update.
- Update to latest upstream release.
Resolves: #180286 #199618 #202885 #203037 #231187 #233123
Sat Jul 21 00:00:00 2007 Milan Broz - 2.02.21-6
- Fix invalid errors in lvm2-monitor initscript
Resolves: #239779
Tue Mar 27 00:00:00 2007 Milan Broz - 2.02.21-5
- Fix creation and conversion of tagged mirrors.
- Resolves: rhbz#229471
Mon Mar 19 23:00:00 2007 Milan Broz - 2.02.21-4
- Fix processing of exit status in init scripts.
- Fix reading of striped LVs in LVM1 format.
- Flag nolocking as clustered so clvmd startup sees clustered LVs.
- Resolves: rhbz#231979 rhbz#232397
Fri Feb 2 23:00:00 2007 Milan Broz - 2.02.21-3
- Build against latest device-mapper package
Tue Jan 30 23:00:00 2007 Alasdair Kergon - 2.02.21-1
- Add warning to lvm2_monitoring_init_rhel4 if attempting to stop monitoring.
- 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.
Fri Jan 26 23:00:00 2007 Alasdair Kergon - 2.02.20-1
- Fix exit statuses of reporting tools.
- Update reporting man pages.
- Add --clustered to man pages.
- Add field definitions to report help text.
- Add devices/ignore_suspended_devices to ignore suspended dm devices.
- dmeventd mirror sets ignore_suspended_devices and avoids scanning mirrors.
- Add init script for dmeventd monitoring.
- lvm.static no longer interacts with dmeventd unless explicitly asked to.
- Fix refresh_toolcontext() always to wipe persistent device filter cache.
Wed Jan 17 23:00:00 2007 Alasdair Kergon - 2.02.19-1
- Report dmeventd mirror monitoring status.
- Fix dmeventd mirror status line processing.
- Some libdevmapper-event interface changes.
- Fix a segfault if an empty config file section encountered.
- Fix cmdline PE range processing segfault (2.02.13).
- Fix partition table processing after sparc changes (2.02.16).
- Move basic reporting functions into libdevmapper.
Thu Jan 11 23:00:00 2007 Alasdair Kergon - 2.02.18-1
- Revised libdevmapper-event interface for dmeventd.
- 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.
- Add dmeventd_mirror register_mutex, tidy initialisation & add memlock.
- Fix create mirror with name longer than 22 chars.
- Fix dmeventd mirror to cope if monitored device disappears.
Thu Dec 14 23:00:00 2006 Alasdair Kergon - 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.
Fri Dec 1 23:00:00 2006 Alasdair Kergon - 2.02.16-1
- Fix VG clustered read locks to use PR not CR.
- Adjust some alignments for ia64.
- Fix mirror segment removal to use temporary error segment.
Tue Nov 21 23:00:00 2006 Alasdair Kergon - 2.02.15-3
- Fix clvmd init script line truncation.
Tue Nov 21 23:00:00 2006 Alasdair Kergon - 2.02.15-2
- Fix lvm.conf segfault.
Mon Nov 20 23:00:00 2006 Alasdair Kergon - 2.02.15-1
- Install lvmdump with man page.
- Fix check for snapshot module when activating snapshot.
- Fix pvremove error path for case when PV is in use.
- Warn if certain duplicate config file entries are seen (e.g. filters).
- Fix --autobackup argument which could never disable backups.
Sat Nov 11 23:00:00 2006 Alasdair Kergon - 2.02.14-1.0
- Fix adjusted_mirror_region_size() to handle 64-bit size.
- Add some missing bounds checks on 32-bit extent counters.
- Add Petabyte and Exabyte support.
- Fix lvcreate error message when 0 extents requested.
- lvremove man page: volumes must be cluster inactive before being removed.
- Protect .cache manipulations with fcntl locking.
- Change .cache timestamp comparisons to use ctime.
- Fix mirror log LV writing to set all bits in whole LV.
- Fix clustered VG detection and default runlevels in clvmd_init_rhel4.
- Fix high-level free space check for partial allocations.
Tue Oct 31 23:00:00 2006 Alasdair Kergon - 2.02.13-1.0
- Use dist variable for package release suffix.
- When adding snapshot leave cow LV mapped device active after zeroing.
- Add lvchange --resync.
- Perform high-level free space check before each allocation attempt.
- Don\'t allow a node to remove an LV that\'s exclusively active on anther node.
- Cope if same PV is included more than once in cmdline PE range list.
- Set PV size to current device size if it is found to be zero.
- Fix pvdisplay for non-orphans.
- Fall back to internal locking if external locking lib is missing or fails.
- Retain activation state after changing LV minor number with --force.
- Propagate clustered flag in vgsplit and require resizeable flag.
Sat Oct 14 00:00:00 2006 Alasdair Kergon - 2.02.11-1.0
- Improve allocation policy for mirrors.
- Accept size as percentages in lvcreate and lvresize.
- Fix PE size calculations for small PEs.
Wed Sep 20 00:00:00 2006 Alasdair Kergon - 2.02.10-1.0
- New upstream with fixes.
Sat Jul 15 00:00:00 2006 Jon Brassow -2.02.06-6.0
- Fixed bad pointer in target_registered.
Wed Jul 12 00:00:00 2006 Alasdair Kergon - 2.02.06-5.0
- Fix monitoring shutdown when devire removed. (194125)
- Prevent renaming of clustered mirrors for now. (195610)
Wed Jul 5 00:00:00 2006 Alasdair Kergon - 2.02.06-4.0
- Fix PV tools to include orphaned PVs in default output again. (195276)
- Avoid clvm \'unaligned access\' error on some archs. (194626, lost)
- Fixes and workarounds for mirroring. (195476, 197268)
Thu May 25 00:00:00 2006 Alasdair Kergon - 2.02.06-3.0
- Prevent snapshots of mirrors. (192032)
Wed May 17 00:00:00 2006 Alasdair Kergon - 2.02.06-2.0
- Mirror lvcreate corelog fix. (191923)
Sat May 13 00:00:00 2006 Alasdair Kergon - 2.02.06-1.0
- More fixes upstream.
Thu Apr 27 00:00:00 2006 Alasdair Kergon - 2.02.05-1.0
- Latest upstream release.
Wed Feb 8 23:00:00 2006 Alasdair Kergon - 2.02.02-1.0
- New upstream release including preview of mirroring support.
Thu Jan 12 23:00:00 2006 Alasdair Kergon - 2.02.01-1.3
- Build against latest device-mapper package. (176877)
Wed Jan 4 23:00:00 2006 Alasdair Kergon - 2.02.01-1.2
- Build against latest device-mapper package. (176877)
Fri Dec 2 23:00:00 2005 Alasdair Kergon - 2.02.01-1.1
- Build against latest device-mapper package.
Wed Nov 23 23:00:00 2005 Alasdair Kergon - 2.02.01-1.0
- Fix lvdisplay command line for snapshots; fix open file promotion
to read/write; fix an lvcreate error path.
- Update package dependencies.
Thu Nov 10 23:00:00 2005 Alasdair Kergon - 2.02.00-1.0
- Lots of fixes and new activation code.
Fri Sep 2 00:00:00 2005 Alasdair Kergon - 2.01.14-2.0
- Suppress unnecessary fsync error message. [165709]
Fri Aug 5 00:00:00 2005 Alasdair Kergon - 2.01.14-1.0
- Some bug fixes for recent release.
Thu Jul 14 00:00:00 2005 Alasdair Kergon - 2.01.13-1.0
- Update to latest upstream release.
Tue Mar 22 23:00:00 2005 Alasdair Kergon - 2.01.08-1.0
- Improve detection of external changes affecting internal cache.
- Add clustered VG attribute.
- Suppress rmdir opendir error message.
Tue Mar 8 23:00:00 2005 Alasdair Kergon - 2.01.07-1.0
- Remove build directory from built-in path.
- Always obsolete lvm.
Fri Mar 4 23:00:00 2005 Alasdair Kergon - 2.01.06-1.0
- Extra /dev scanning required for clustered operation.
Fri Feb 18 23:00:00 2005 Alasdair Kergon - 2.01.05-1.0
- Reinstate /sbin lvm.static links, but invoke dynamic build if appropriate.
Wed Feb 9 23:00:00 2005 Alasdair Kergon - 2.01.04-1.0
- Offset pool minors; lvm2cmd.so skips open fd check; pvmove -f gone.
Tue Feb 1 23:00:00 2005 Alasdair Kergon - 2.01.03-1.0
- Fix snapshot device size & 64-bit display output.
Fri Jan 21 23:00:00 2005 Alasdair Kergon - 2.01.02-1.0
- Minor fixes.
Mon Jan 17 23:00:00 2005 Alasdair Kergon - 2.01.01-1.0
- Update vgcreate man page. Preparation for snapshot origin extension fix.
Mon Jan 17 23:00:00 2005 Alasdair Kergon - 2.01.00-1.0
- Fix metadata auto-correction. Only request open_count when needed.
Wed Jan 12 23:00:00 2005 Tim Waugh - 2.00.33-2.0
- Rebuilt for new readline.
Fri Jan 7 23:00:00 2005 Alasdair Kergon - 2.00.33-1.0
- pvcreate wipes ext label
- several clvm fixes
Thu Jan 6 23:00:00 2005 Alasdair Kergon - 2.00.32-2.0
- Remove temporary /sbin symlinks no longer needed.
- Include read-only pool support in the build.
Wed Dec 22 23:00:00 2004 Alasdair Kergon - 2.00.32-1.0
- More fixes (143501).
Sun Dec 12 23:00:00 2004 Alasdair Kergon - 2.00.31-1.0
- Fix pvcreate install issues.
Fri Dec 10 23:00:00 2004 Alasdair Kergon - 2.00.30-1.0
- Additional debugging code.
- Some trivial man page corrections.
Tue Nov 30 23:00:00 2004 Alasdair Kergon - 2.00.29-1.3
- Reinstate all archs.
Sun Nov 28 23:00:00 2004 Alasdair Kergon - 2.00.29-1.2
- Try excluding more archs.
Sat Nov 27 23:00:00 2004 Alasdair Kergon - 2.00.29-1.1
- Exclude s390x which fails.
Sat Nov 27 23:00:00 2004 Alasdair Kergon - 2.00.29-1
- Fix last fix.
Sat Nov 27 23:00:00 2004 Alasdair Kergon - 2.00.28-1
- Endian fix to partition/md signature detection.
Wed Nov 24 23:00:00 2004 Alasdair Kergon - 2.00.27-1
- Fix partition table detection & an out of memory segfault.
Tue Nov 23 23:00:00 2004 Alasdair Kergon - 2.00.26-1
- Several installation-related fixes & man page updates.
Tue Oct 26 00:00:00 2004 Elliot Lee - 2.00.25-1.01
- Fix 2.6 kernel requirement
Thu Sep 30 00:00:00 2004 Alasdair Kergon - 2.00.25-1
- Fix vgmknodes return code & vgremove locking.
Sat Sep 18 00:00:00 2004 Alasdair Kergon - 2.00.24-2
- Obsolete old lvm1 packages; refuse install if running kernel 2.4. [bz 128185]
Fri Sep 17 00:00:00 2004 Alasdair Kergon - 2.00.24-1
- More upstream fixes. (Always check WHATS_NEW file for details.)
- Add requested BuildRequires. [bz 124916, 132408]
Thu Sep 16 00:00:00 2004 Alasdair Kergon - 2.00.23-1
- Various minor upstream fixes.
Sat Sep 4 00:00:00 2004 Alasdair Kergon - 2.00.22-1
- Permission fix included upstream; use different endian conversion macros.
Fri Sep 3 00:00:00 2004 Jeremy Katz - 2.00.21-2
- fix permissions on vg dirs
Fri Aug 20 00:00:00 2004 Alasdair Kergon - 2.00.21-1
- New upstream release incorporating fixes plus minor enhancements.
Wed Aug 18 00:00:00 2004 Jeremy Katz - 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)
Sun Jul 4 00:00:00 2004 Alasdair Kergon - 2.00.20-1
- New upstream release fixes 2.6 kernel device numbers.
Wed Jun 30 00:00:00 2004 Alasdair Kergon - 2.00.19-1
- Latest upstream release. Lots of changes (see WHATS_NEW).
Wed Jun 16 00:00:00 2004 Elliot Lee - 2.00.15-5
- rebuilt
Thu May 27 00:00:00 2004 Alasdair Kergon - 2.00.15-4
- clone %description from LVM rpm
Thu May 27 00:00:00 2004 Alasdair Kergon - 2.00.15-3
- vgscan shouldn\'t return error status when no VGs present
Fri May 7 00:00:00 2004 Warren Togami - 2.00.15-2
- i2o patch from Markus Lidel
Wed Apr 21 00:00:00 2004 Bill Nottingham - 2.00.15-1.1
- handle disabled SELinux correctly, so that LVMs can be detected in a
non-SELinux context
Tue Apr 20 00:00:00 2004 Alasdair Kergon - 2.00.15-1
- Fix non-root build with current version of \'install\'.
Sat Apr 17 00:00:00 2004 Alasdair Kergon - 2.00.14-1
- Use 64-bit file offsets.
Sat Apr 17 00:00:00 2004 Alasdair Kergon - 2.00.13-1
- Avoid scanning devices containing md superblocks.
- Integrate ENOTSUP patch.
Fri Apr 16 00:00:00 2004 Jeremy Katz - 2.00.12-4
- don\'t die if we get ENOTSUP setting selinux contexts
Fri Apr 16 00:00:00 2004 Alasdair Kergon 2.00.12-3
- Add temporary pvscan symlink for LVM1 until mkinitrd gets updated.
Thu Apr 15 00:00:00 2004 Alasdair Kergon 2.00.12-2
- Mark config file noreplace.
Thu Apr 15 00:00:00 2004 Alasdair Kergon 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.
Fri Apr 9 00:00:00 2004 Alasdair Kergon 2.00.11-1
- Fallback to using LVM1 tools when using a 2.4 kernel without device-mapper.
Thu Apr 8 00:00:00 2004 Alasdair Kergon 2.00.10-2
- Install the full toolset, not just \'lvm\'.
Thu Apr 8 00:00:00 2004 Alasdair Kergon 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.
Wed Mar 17 23:00:00 2004 Jeremy Katz 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 23:00:00 2004 Stephen C. Tweedie 2.00.08-4
- Add sysfs filter patch
- Allow non-root users to build RPM
Fri Feb 13 23:00:00 2004 Elliot Lee
- rebuilt
Fri Dec 5 23:00:00 2003 Jeremy Katz 2.00.08-2
- add static lvm binary
Tue Dec 2 23:00:00 2003 Jeremy Katz
- Initial build.