Jump to letter: [
49ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
lvm2: Userland logical volume management tools
- Summary
- 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.
Changelog
- * Thu Oct 21 19:00:00 2010 Milan Broz <mbroz{%}redhat{*}com> - 2.02.42-9
- Fix locking directory.
Related: #616153
- * Thu Oct 21 19:00:00 2010 Milan Broz <mbroz{%}redhat{*}com> - 2.02.42-8
- CVE-2010-2526: Fix insecurity when communicating between lvm2 and clvmd.
- Fix pvmove abort on error to not keep suspended devices behind.
- Improve pvmove error message when all source LVs are skipped.
- Fix vgreduce crash if a PV is missing.
- Detect and conditionally wipe swapspace signatures in pvcreate.
- Disallow vgchange --clustered if there are active mirrors or snapshots.
Resolves: #616153 #500849 #500898 #531250 #488354
Resolves: #500861 #289331
- * Wed Mar 10 18:00:00 2010 Milan Broz <mbroz{%}redhat{*}com> - 2.02.42-7
- Rebuild to fix device-mapper segfault in static lvm binary.
Related: #567993
Resolves: #571699