Name: | libblockdev |
---|---|
Version: | 2.19 |
Release: | 12.el8 |
Architecture: | aarch64 |
Group: | Unspecified |
Size: | 455665 |
License: | LGPLv2+ |
RPM: | libblockdev-2.19-12.el8.aarch64.rpm |
Source RPM: | libblockdev-2.19-12.el8.src.rpm |
Build Date: | Mon Feb 17 2020 |
Build Host: | ca-buildarm05.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). |
- 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
- Require exact version of the utils subpackage (vtrefny) Related: rhbz#1614328
- Use libblkid to check swap status before swapon (vtrefny) Related: rhbz#1634016 - Add error codes and Python exceptions for swapon fails (vtrefny) Resolves: rhbz#1634016
- Build VDO plugin on all architectures with VDO support (vtrefny) Related: rhbz#1614328