Wed, 15 May 2024 00:45:33 UTC | login

Information for build lvm2-2.03.10-1.fc33

ID182155
Package Namelvm2
Version2.03.10
Release1.fc33
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/lvm2.git#7237a189f981e1abd16f0d733a202087891335bd
SummaryUserland logical volume management tools
DescriptionLVM2 includes all of the support for handling read/write operations on physical volumes (hard disks, RAID-Systems, magneto optical, etc., multiple devices (MD), see mdadm(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.
Built bydavidlt
State complete
Volume DEFAULT
StartedSat, 05 Sep 2020 14:26:08 UTC
CompletedSat, 05 Sep 2020 15:49:11 UTC
Taskbuild (f33, /rpms/lvm2.git:7237a189f981e1abd16f0d733a202087891335bd)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/lvm2.git#7237a189f981e1abd16f0d733a202087891335bd'}}
Tags
f33
f37
f38
RPMs
src
lvm2-2.03.10-1.fc33.src.rpm (info) (download)
noarch
lvm2-dbusd-2.03.10-1.fc33.noarch.rpm (info) (download)
riscv64
cmirror-2.03.10-1.fc33.riscv64.rpm (info) (download)
cmirror-standalone-2.03.10-1.fc33.riscv64.rpm (info) (download)
device-mapper-1.02.173-1.fc33.riscv64.rpm (info) (download)
device-mapper-devel-1.02.173-1.fc33.riscv64.rpm (info) (download)
device-mapper-event-1.02.173-1.fc33.riscv64.rpm (info) (download)
device-mapper-event-devel-1.02.173-1.fc33.riscv64.rpm (info) (download)
device-mapper-event-libs-1.02.173-1.fc33.riscv64.rpm (info) (download)
device-mapper-libs-1.02.173-1.fc33.riscv64.rpm (info) (download)
lvm2-2.03.10-1.fc33.riscv64.rpm (info) (download)
lvm2-devel-2.03.10-1.fc33.riscv64.rpm (info) (download)
lvm2-libs-2.03.10-1.fc33.riscv64.rpm (info) (download)
lvm2-lockd-2.03.10-1.fc33.riscv64.rpm (info) (download)
lvm2-testsuite-2.03.10-1.fc33.riscv64.rpm (info) (download)
cmirror-debuginfo-2.03.10-1.fc33.riscv64.rpm (info) (download)
device-mapper-debuginfo-1.02.173-1.fc33.riscv64.rpm (info) (download)
device-mapper-event-debuginfo-1.02.173-1.fc33.riscv64.rpm (info) (download)
device-mapper-event-libs-debuginfo-1.02.173-1.fc33.riscv64.rpm (info) (download)
device-mapper-libs-debuginfo-1.02.173-1.fc33.riscv64.rpm (info) (download)
lvm2-debuginfo-2.03.10-1.fc33.riscv64.rpm (info) (download)
lvm2-debugsource-2.03.10-1.fc33.riscv64.rpm (info) (download)
lvm2-libs-debuginfo-2.03.10-1.fc33.riscv64.rpm (info) (download)
lvm2-lockd-debuginfo-2.03.10-1.fc33.riscv64.rpm (info) (download)
lvm2-testsuite-debuginfo-2.03.10-1.fc33.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
noarch_rpmdiff.json
root.log
state.log
Changelog * Sun Aug 09 2020 Marian Csontos <mcsontos@redhat.com> - 2.03.10-1 - Add integrity with raid capability. - Add writecache and integrity support to lvmdbusd. - Zero pool metadata on allocation (disable with allocation/zero_metadata=0). - Failure in zeroing or wiping will fail command (bypass with -Zn, -Wn). - Add lvcreate of new cache or writecache lv with single command. - Generate unique cachevol name when default required from lvcreate. - Converting RAID1 volume to one with same number of legs now succeeds with a warning. - Fix conversion to raid from striped lagging type. - Fix conversion to 'mirrored' mirror log with larger regionsize. - Fix running out of free buffers for async writing for larger writes. - Fix support for lvconvert --repair used by foreign apps (i.e. Docker). - Add support for VDO in blkdeactivate script. * Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.03.09-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Mon Jul 13 2020 Tom Stellard <tstellar@redhat.com> - 2.03.09-3 - Use make macros - https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro * Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 2.03.09-2 - Rebuilt for Python 3.9 * Thu Mar 26 2020 Marian Csontos <mcsontos@redhat.com> - 2.03.09-1 - Fix showing of a dm kernel error when uncaching a volume with cachevol. - Fix memleak in syncing of internal cache. - Fix pvck dump_current_text memleak. - Fix lvmlockd result code on error path for _query_lock_lv(). - Update pvck man page and help output. - Accept more output lines from vdo_format. - Prevent raid reshaping of stacked volumes. - Writecache and VDO volume handling improvements. * Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.03.07-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Tue Dec 03 2019 Marian Csontos <mcsontos@redhat.com> - 2.03.07-1 - Ensure minimum required region size on striped RaidLV creation. - Fix resize of thin-pool with data and metadata of different segtype. - Improve mirror type leg splitting. - Fix activation order when removing merged snapshot. - Experimental VDO support for lvmdbusd. * Wed Oct 23 2019 Marian Csontos <mcsontos@redhat.com> - 2.03.06-1 - IMPORTANT: Prevent creating VGs with PVs with different logical block sizes. - Fix metadata writes from corrupting with large physical block size. - Correctly set read_ahead for LVs when pvmove is finished. - Add support for DM_DEVICE_GET_TARGET_VERSION into device_mapper. - Activate thin-pool layered volume as 'read-only' device. - Ignore crypto devices with UUID signature CRYPT-SUBDEV. - Synchronize with udev when dropping snapshot. - Add missing device synchronization point before removing pvmove node. - See WHATS_NEW for more. * Wed Sep 18 2019 Marian Csontos <mcsontos@redhat.com> - 2.03.05-4 - Remove unsupported OPTIONS+="event_timeout" from udev rule (#1749857) * Tue Aug 27 2019 Adam Williamson <awilliam@redhat.com> - 2.03.05-3 - Backport fix for converting dbus.UInt to string in Python 3.8 (#1745597) * Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 2.03.05-2 - Rebuilt for Python 3.8 * Wed Jul 31 2019 Marian Csontos <mcsontos@redhat.com> - 2.03.05-1 - IMPORTANT: Prohibit mirrored 'mirror' log via lvcreate and lvconvert. Use RAID1. - IMPORTANT: Dropped deprecated liblvm2app. - IMPORTANT: clvmd dropped. Use lvmlockd for cluster locking. - Dropped lvmetad. - Deduplication and compression - support for VDO volumes. - Add device hints to reduce scanning. - See WHATS_NEW and WHATS_NEW_DM in the documentation directory for more. * Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.02.185-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Mon May 13 2019 Marian Csontos <mcsontos@redhat.com> - 2.02.185-1 - Fix change of monitoring in clustered volumes. - Improve -lXXX%VG modifier which improves cache segment estimation. - Add synchronization with udev before removing cached devices. - Fix missing growth of _pmspare volume when extending _tmeta volume. - Automatically grow thin metadata, when thin data gets too big. - Add cached devices support to vgsplit. - Fix signal delivery checking race in libdaemon (lvmetad). - Add missing Before=shutdown.target to LVM2 services to fix shutdown ordering. * Mon Apr 01 2019 Marian Csontos <mcsontos@redhat.com> - 2.02.184-1 - IMPORTANT: Change scan_lvs default to 0 so LVs are not scanned for PVs. - Fix (de)activation of RaidLVs with visible SubLVs. - Add scan_lvs config setting to control if lvm scans LVs for PVs. - Fix missing proper initialization of pv_list struct when adding PV. - Ensure migration_threshold for cache is at least 8 chunks. - Enhance ioctl flattening and add parameters only when needed. - Add DM_DEVICE_ARM_POLL for API completness matching kernel. * Thu Mar 07 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 2.02.183-4 - Remove obsolete scriptlets * Sun Feb 17 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 2.02.183-3 - Rebuild for readline 8.0 * Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.02.183-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Fri Dec 07 2018 Marian Csontos <mcsontos@redhat.com> - 2.02.183-1 - Bug fix release addressing issus with MD RAID version 1.0 and 0.90. * Wed Oct 31 2018 Marian Csontos <mcsontos@redhat.com> - 2.02.182-1 - Important bugfix release fixing possible data corruption.