↵ Return to the main page of python3-blivet
View build
Search for updates
Package Info
🠗 Changelog
🠗 Dependencies
🠗 Provides
🠗 Files
Date | Author | Change |
---|---|---|
2025-03-21 | Vojtech Trefny <vtrefny at redhat dot com> - 3.10.0-2 | - Do not remove PVs from devices file if disabled or doesn't exist |
2024-06-07 | Vojtech Trefny <vtrefny at redhat dot com> - 3.10.1-1 | - tests: Add a test case with MD array on LUKS (vtrefny) - Add support for setting label when creating GFS2 format (vtrefny) - tests: add dbus example to traverse the devices and call test the factory() (tgill) - fix issue #1239 (koito_coco) - fix compare uuid fail (iasunsea) - Remove support for the MD linear RAID level (vtrefny) - ci: Fix repository name in job name in check.yml (vtrefny) - Fix pylint 'possibly-used-before-assignment' warnings (vtrefny) - Fix skipping btrfs calls when libblockdev btrfs plugin is missing (vtrefny) |
2024-06-07 | Python Maint <python dash maint at redhat dot com> - 1:3.10.0-3 | - Rebuilt for Python 3.13 |
2024-06-04 | Vojtech Trefny <vtrefny at redhat dot com> - 3.10.0-2 | - Remove support for the MD linear RAID level |
2024-05-10 | Vojtech Trefny <vtrefny at redhat dot com> - 3.10.0-1 | - Added support for PV grow (japokorn) - misc: Add stratis-cli and stratisd to test dependencies (vtrefny) - tests: Add a base class for stratis tests (vtrefny) - Add a Stratis example with pool encryption using Clevis/Tang (vtrefny) - Clear VG UUID from PVs after removing the PV (#2278058) (vtrefny) - Use longer timeout for Stratis DBus calls (vtrefny) - safe-dbus: Allow using custom timeouts for the DBus calls (vtrefny) - Catch JSONDecodeError when parsing Stratis Clevis info (vtrefny) - Add support for unlocking locked Stratis pools with Clevis (vtrefny) - Add support for creating encrypted Stratis pool with Clevis (vtrefny) - Round Stratis Filesystem size down to the nearest sector (vtrefny) - Make sure to include stderr when gathering output of stratis tools (vtrefny) - Add support for adding new members to existing Stratis pool (vtrefny) - Base StratisPoolDevice on ContainerDevice instead of StorageDevice (vtrefny) - Ignore invalid/empty UUIDs for NVMe namespaces (vtrefny) - lvm: Use more generic exception for inconsistent PV sector sizes (vtrefny) - Do not allow creating stratis pools with different sector sizes (vtrefny) - availability: Fix starting DBus services (vtrefny) - fstab: Use 'mount_type' when writing filesystem type to fstab (vtrefny) - Add basic support for BitLocker devices (vtrefny) - nvme: Skip startup/write when NVMe plugin isn't available (vtrefny) - Fix scanning partitions on RAID arrays (#2269133) (vtrefny) - Add a test case with DDF BIOS RAID array (vtrefny) - tests: Try to get distro and version from /etc/os-release (vtrefny) - availability: Fix checking for DBus service availability (vtrefny) - ci: Update packit configuration for 3.10-devel (vtrefny) - Remove vim formatting comments (vtrefny) - tests: Do not ignore entire test files in pylint (vtrefny) - tests: Do not try to import mock and patch from mock (vtrefny) - Remove util.stringize and unicodeize functions (vtrefny) - Remove Python SIX usage (vtrefny) - Remove unused flags and do not read flags from boot command line (vtrefny) |
2024-03-28 | Vojtech Trefny <vtrefny at redhat dot com> - 3.9.2-1 | - tests: Add a simple unit test for listing btrfs subvolumes (vtrefny) - Fix getting default subvolume ID for mounted btrfs volumes (vtrefny) - Do not try to get btrfs subvolumes without libblockdev (vtrefny) - Do not raise not implemented exception when checking if btrfs is empty (vtrefny) - Try to start stratisd before checking its availability (vtrefny) - Fix creating Stratis filesystem without size specified (vtrefny) - Fix printing the partition type UUID (vtrefny) - Adjust check for btrfs filesystem being empty (vtrefny) - Fix util.detect_virt on Amazon (vtrefny) - misc: Vagrantfile update (vtrefny) - misc: Run pip with --break-system-packages (vtrefny) - misc: Add missing libmount build dependencies (vtrefny) - availability: Check for mpath friendly names availability (vtrefny) - Allow running blivet without libmount Python bindings (vtrefny) - Fstab cleanup fix (japokorn) - Fix getting subvolumes for mounted btrfs volumes (vtrefny) |
2024-03-12 | Vojtech Trefny <vtrefny at redhat dot com> - 3.9.1-2 | - Fix scanning partitions on RAID arrays (#2269133) |
2024-02-27 | Vojtech Trefny <vtrefny at redhat dot com> - 3.9.1-1 | - Try to assemble MD arrays during populate (#2236356) (vtrefny) - Fix UnboundLocalError in MD populator (vtrefny) - Fix crash when scanning degraded/not fully assembled MD arrays (vtrefny) - pylint: Remove some old false positives (vtrefny) - tests: Skip MD storage tests on RHEL/CentOS 9 (vtrefny) - misc: Bump libblockdev version for Debian (vtrefny) - Fix typos (vtrefny) - Remove unused import (vtrefny) |
2024-02-12 | Vojtech Trefny <vtrefny at redhat dot com> - 3.9.0-3 | - Fix UnboundLocalError in MD populator (#2263668) |
2024-02-06 | Vojtech Trefny <vtrefny at redhat dot com> - 3.9.0-2 | - Fix crash when scanning degraded/not fully assembled MD arrays |