Name: | libblockdev |
---|---|
Version: | 2.24 |
Release: | 2.0.1.el8_3 |
Architecture: | aarch64 |
Group: | Unspecified |
Size: | 313405 |
License: | LGPLv2+ |
RPM: | libblockdev-2.24-2.0.1.el8_3.aarch64.rpm |
Source RPM: | libblockdev-2.24-2.0.1.el8_3.src.rpm |
Build Date: | Tue Feb 16 2021 |
Build Host: | ca-buildarm06.us.oracle.com |
Vendor: | Oracle America |
URL: | https://github.com/storaged-project/libblockdev |
Summary: | A library for low-level manipulation with block devices |
Description: | The libblockdev is a C library with GObject introspection support that can be used for doing low-level operations with block devices like setting up LVM, BTRFS, LUKS or MD RAID. The library uses plugins (LVM, BTRFS,...) and serves as a thin wrapper around its plugins' functionality. All the plugins, however, can be used as standalone libraries. One of the core principles of libblockdev is that it is stateless from the storage configuration's perspective (e.g. it has no information about VGs when creating an LV). |
- enable btrfs support [Orabug: 30792917]
- exec: Fix setting locale for util calls Resolves: rhbz#1895286
- Rebased to the latest upstream release 2.24 Resolves: rhbz#1824153
- Use cryptsetup to check LUKS2 label Resolves: rhbz#1778689 - Fix expected cache pool name with newest LVM Related: rhbz#1778689
- Fix checking swap status on lvm/md (vtrefny) Resolves: rhbz#1649815
- Memory leak fixes (tbzatek) Resolves: rhbz#1714276
- Remove device-mapper-multipath dependency from fs and part plugins (vtrefny) Resolves: rhbz#1700297
- Allow running tests against installed version of libblockdev (vtrefny) Related: rhbz#1679668
- Use major/minor macros from sys/sysmacros.h instead of linux/kdev_t.h (vtrefny) Resolves: rhbz#1644825
- Fix 'Require exact version of the utils subpackage' (vtrefny) Related: rhbz#1614328