Jump to letter: [
ABCDEFGHIJKLMNOPRSTUVWXYZ
]
lvm2 - Userland logical volume management tools
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.
Packages
Latest: lvm2-2.02.87-6.el6.fio.src.rpm
Name |
Epoch |
Version |
Release |
Arch |
Size |
Built |
lvm2 |
0 |
2.02.87 |
6.el6.fio |
src |
1.1 MiB |
2011-12-17 23:50:10 |
lvm2 |
0 |
2.02.74 |
8.el6.fio.4 |
src |
1.0 MiB |
2011-07-15 23:35:10 |
Changelog:
- * 2011-10-18 - Peter Rajnoha <prajnoha[AT]redhat[DOTCOM]> - 2.02.87-6
- Fix lv_info open_count test for disabled verify_udev_operations (2.02.86).
- Log dev name now returned to kernel for registering during cmirror CTR.
- * 2011-10-12 - Peter Rajnoha <prajnoha[AT]redhat[DOTCOM]> - 2.02.87-5
- Fix vgsplit when there are mirrors that have mirrored logs.
- * 2011-10-12 - Peter Rajnoha <prajnoha[AT]redhat[DOTCOM]> - 2.02.87-4
- Fix splitmirror in cluster having different DM/LVM views of storage.
- Fix improper udev settings during suspend/resume for mirror sub-LVs.
- * 2011-09-21 - Peter Rajnoha <prajnoha[AT]redhat[DOTCOM]> - 2.02.87-3
- Fix overly strict extent-count divisibility requirements for striped mirrors.
- Fix rounding direction in lvresize when reducing volume size.
- Fix possible overflow of size if %FREE or %VG is used.
- Fix vgchange activation of snapshot with virtual origin.
- Activate virtual snapshot origin exclusively (only on local node in cluster).
- Fix lv_mirror_count to handle mirrored stripes properly.
- Fix failure to down-convert a mirror to linear due to udev "dev open" conflict.
- Fix mirrored log creation when PE size is small - force log_size >= region_size.
- Fix log size calculation when only a log is being added to a mirror.
- Work around resume_lv causing error LV scanning during splitmirror operation.
- Begin using 64-bit status field flags.
- * 2011-09-09 - Peter Rajnoha <prajnoha[AT]redhat[DOTCOM]> - 2.02.87-2
- Terminate pv_attr field correctly (2.02.86).
- Fix resource leak when strdup fails in _get_device_status() (2.02.85).
- Fix unsafe table load when splitting off smaller mirror from a larger one.