Jump to letter: [
4ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
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
- * Tue Jan 8 18:00:00 2008 Milan Broz <mbroz{%}redhat{*}com> - 2.02.27-2.el4_6.2
- Fix a segfault if using pvs with --all argument.
- Fix vgreduce PV list processing not to process every PV in the VG.
Resolves: #427382
- * Mon Nov 26 18:00:00 2007 Milan Broz <mbroz{%}redhat{*}com> - 2.02.27-2.el4_6.1
- Fix vg_read() locking in commands such as 'vgs -o +pv_name'.
Resolves: #386841
- * Fri Aug 24 19:00:00 2007 Zdenek Kabelac <zkabelac{%}redhat{*}com> - 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