C library supporting GObject introspection for manipulation of block devices
libblockdev is a C library supporting GObject introspection for manipulation of block devices. It has a plugin-based architecture where each technology (like LVM, Btrfs, MD RAID, Swap,...) is implemented in a separate plugin, possibly with multiple implementations (e.g. using LVM CLI or the new LVM DBus API).
- Devel package for openSUSE:Factory
-
5
derived packages
- Links to openSUSE:Factory / libblockdev
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout devel:libraries:c_c++/libblockdev && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_link | 0000000124 124 Bytes | |
libblockdev-2.28.tar.gz | 0000925698 904 KB | |
libblockdev-fix-libkmod-include.patch | 0000000267 267 Bytes | |
libblockdev.changes | 0000010997 10.7 KB | |
libblockdev.spec | 0000023095 22.6 KB |
Revision 44 (latest revision is 59)
Bjørn Lie (iznogood)
accepted
request 1008766
from
Dirk Mueller (dirkmueller)
(revision 44)
- update to 2.28: * lvm: Fix bd_lvm_get_supported_pe_sizes in Python on 32bit * tests: Create bigger devices for XFS tests * tests: Use ext instead of xfs in MountTestCase.test_mount_ro_device * mpath: Memory leak fix * spec: Require the same version utils from plugins * mdraid: Try harder to get container UUID in bd_md_detail * Add a test case for DDF arrays/containers * mdraid: Do not ignore errors from bd_md_canonicalize_uuid in bd_md_examine * mdraid: Try harder to get container UUID in bd_md_examine * mdraid: Fix copy-paste error when checking return value * tests: Wait for raid and mirrored LVs to be synced before removing * tests: Make smaller images for test_lvcreate_type * dm: Fix comparing DM RAID member devices UUID * mdraid: Fix use after free * ci: Add .lgtm.yaml config for LGTM * ci: Add GitHub actions for running rpmbuilds and csmock * mpath: Fix potential NULL pointer dereference
Comments 1
lvm2 2.03.00 removed clvm code. It's invalid for libblockdev.spec to "Requires" lvm2-clvm down the road.