Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python3-blivet-3.8.1-1.fc39 RPM for noarch

From Fedora 39 for x86_64 / p

Name: python3-blivet Distribution: Fedora Project
Version: 3.8.1 Vendor: Fedora Project
Release: 1.fc39 Build date: Thu Aug 3 11:31:46 2023
Group: Unspecified Build host: buildvm-a64-37.iad2.fedoraproject.org
Size: 4532270 Source RPM: python-blivet-3.8.1-1.fc39.src.rpm
Packager: Fedora Project
Url: https://storageapis.wordpress.com/projects/blivet
Summary: A python3 package for examining and modifying storage configuration.
The python3-blivet is a python3 package for examining and modifying storage
configuration.

Provides

Requires

License

LGPL-2.1-or-later

Changelog

* Thu Aug 03 2023 Vojtech Trefny <vtrefny@redhat.com> - 3.8.1-1
  - Ignore new false positives with the latest pylint (vtrefny)
  - iscsi: Rename storaged to udisks (tbzatek)
  - iscsi: Rework UDisks iscsi module activation (tbzatek)
  - iscsi: Make sure to modprobe iscsi_ibft (tbzatek)
  - iscsi: Downgrade default CHAP auth algs to SHA1,MD5 (tbzatek)
  - iscsi: Save firmware initiator name to /etc/iscsi/initiatorname.iscsi (vtrefny)
  - spec: Bump release to 99 to be always ahead of Fedora in nightly (vtrefny)
  - tests: Improve iscsi_test.ISCSITestCase (vtrefny)
  - Make sure that LUKS.has_key always returns a boolean value (vtrefny)
  - Squashed 'translation-canary/' changes from d6a40985..5bb81253 (vtrefny)
  - Add btrfs subvolume specification to devicetree.resolve_device (vtrefny)
  - Revert "Makefile cleanup" (vtrefny)
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1:3.8.0-3
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Thu Jun 29 2023 Python Maint <python-maint@redhat.com> - 1:3.8.0-2
  - Rebuilt for Python 3.12
* Thu Jun 29 2023 Vojtech Trefny <vtrefny@redhat.com> - 3.8.0-1
  - Revert "Makefile cleanup" (blivet-ci)
  - Require libblockdev 3.0 when importing from GI (vtrefny)
  - spec: Bump required version of libblockdev to 3.0 (vtrefny)
  - md: Adapt libblockdev 3.0 mdraid bitmap arg changes (tbzatek)
  - spec: Bump release to 99 to be always ahead of Fedora in nightly (vtrefny)
  - ci: Run GH actions tests in a Fedora container (vtrefny)
  - Add new LUKS tests for add/remove key and key file usage (vtrefny)
  - Adjust to the new libblockdev 3.0 crypto API (vtrefny)
  - Adjust to libblockdev 3.0 API changes (vtrefny)
  - blivet: Enable the extended node bitmap for F2FS (akoskovich)
  - Remove all state-dependent objects when resetting Blivet DBus object. (dlehman)
  - Run callbacks when pruning actions. (dlehman)
  - Always prefer GPT disk labels on x86_64 (and clean up the logic) (awilliam)
  - Do not add new PVs to the LVM devices file if it doesn't exist and VGs are present (vtrefny)
  - Add RISCV64 architecture helper [is_riscv64()] for arch module. (48907457+nirousseau)
  - iscsi: Extend allowed CHAP auth algorithms (tbzatek)
  - Fix checking FIPS mode when /proc/sys/crypto/fips_enabled doesn't exist (vtrefny)
  - Fix creating LUKS1 on disks with mixed sector size (#2188785) (vtrefny)
  - Do not set memory limit for LUKS2 when running in FIPS mode (vtrefny)
  - Revert "tests: Skip test_lvcreate_type on CentOS/RHEL 9" (vtrefny)
  - DBus: remove extra callback invocations (dlehman)
  - Add a test case for filesystem online resize (vtrefny)
  - Add support for filesystem online resize (vtrefny)
  - iscsi: Use UDisks instead of storaged in the availability message (vtrefny)
  - tests: Fix skipping iSCSI tests if UDisks iSCSI isn't available (vtrefny)
  - Add ChangeLog to .gitignore (vtrefny)
  - Makefile cleanup (vtrefny)
  - ci: Use Packit for daily builds in Copr (vtrefny)
  - Avoid raising libblockdev exceptions from our code (vtrefny)
  - ci: Fix Packit configuration (vtrefny)
  - Add support for specifying stripe size for RAID LVs (vtrefny)
  - tests: Use blivet-specific prefix for targetcli backing files (vtrefny)
  - Add a basic test case for the iscsi module (vtrefny)
  - Allow changing iSCSI initiator name after setting it (vtrefny)
  - Prefer UUID for fstab spec for DM devices too (vtrefny)
  - Remove support for Python 2 from spec and Makefile (vtrefny)
* Tue Jun 13 2023 Python Maint <python-maint@redhat.com> - 1:3.7.1-5
  - Rebuilt for Python 3.12
* Wed May 31 2023 Vojtech Trefny <@trefny@redhat.com> - 3.7.1-4
  - Always prefer GPT disk labels on x86_64
* Tue May 23 2023 Vojtech Trefny <vtrefny@redhat.com> - 3.7.1-3
  - Add support for filesystem online resize
* Thu May 04 2023 Vojtech Trefny <vtrefny@redhat.com> - 3.7.1-2
  - Add support for specifying stripe size for RAID LVs
* Thu Mar 16 2023 Vojtech Trefny <vtrefny@redhat.com> - 3.7.1-1
  - Fix the get_mount_device function (vponcova)
  - Prefer using UUID for the kickstart --onpart argument (vtrefny)
  - Fix setting kickstart data (vtrefny)
  - pylint: Remove the "EXCEPTIONS" section from pylintrc (vtrefny)
  - Add "microsoft" to list of recognized VM environments (vtrefny)
  - ci: Add action to run unit tests in GH actions (vtrefny)
  - tests: Make sure that unit tests can run without root privileges (vtrefny)
  - doc: Link to the LVM VDO documentation from the index page (vtrefny)
  - Ignore missing parted disk in ActionList._post_process (#2102960) (vtrefny)
* Wed Feb 08 2023 Vojtech Trefny <vtrefny@redhat.com> - 3.7.0-1
  - Remove unused BLOCKDEV_DM_RAID technology from tasks (vtrefny)
  - tests: Force remove LVM VG /dev/ entry not removed by vgremove (vtrefny)
  - Mark LUKS2 integrity devices as always controllable (vtrefny)
  - Ignore parent dependencies during action execute (vtrefny)
  - tests: Patch checking stratis pool metadata size (vtrefny)
  - Remove support for DMRAID devices (vtrefny)
  - Do not read DDF RAID UUID from udev (vtrefny)
  - Check physical and logical block size when creating a LUKS format (vtrefny)
  - Add separate properties for logical and physical block size (vtrefny)
  - Use DMI product_name for t2 mac detection. (83884198+sharpenedblade)
  - vmtests: add a --logs arg to capture blivet.log from failed tests (berrange)
  - examples: illustrate GPT GUID usage in partitioning example (berrange)
  - vmtests: add test for GPT part type UUID validation (berrange)
  - blivet: allow 'mountpoint' to be passed to PartitionDevice (berrange)
  - deviceaction: retain explicit part type UUID when formatting (berrange)
  - devices/partition: add ability to auto apply a GPT UUID (berrange)
  - gpt: add helper API for discoverable partition UUIDs (berrange)
  - devices/partition: allow passing partition type UUID (berrange)
  - formats/disklabel: allow passing partition type UUID (berrange)
  - Add a forced delay to udev settle in chroot environments (vlad.bespalov)
  - Update public API documentation (vtrefny)
  - tests/README: Clarify various test classes (vtrefny)
  - Rename unit_tests.storagetestcase to unit_tests.blivettestcase (vtrefny)
  - Add additional identifiers to NVMeNamespaceDevice (vtrefny)
  - Add transport and address to NVMeController info (vtrefny)
  - Make sure we close the streams when reading a file (vtrefny)
  - Style changes. (sharpenedblade)
  - Do not report mactel on T2 macs. (sharpenedblade)
  - Add function to check for T2 apple macs. (sharpenedblade)
  - Add a basic read-only support for UDF filesystem (vtrefny)
  - add loongarch support (mahailiang)
  - Add a basic support for NVMe and NVMe Fabrics devices (vtrefny)
* Thu Feb 02 2023 Vojtech Trefny <vtrefny@redhat.com> - 3.6.1-3
  - Use mdadm to support BIOS RAID devices (#2158574)
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1:3.6.1-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Mon Nov 28 2022 Vojtech Trefny <vtrefny@redhat.com> - 3.6.1-1
  - misc: Remove "warn: false" from Ansible "command" (vtrefny)
  - spec: Change license string to the SPDX format required by Fedora (vtrefny)
  - Catch BlockDevNotImplementedError for btrfs plugin calls (vtrefny)
  - tests: document how to use the VM tests (berrange)
  - tests: allow filtering tests to run in VM (berrange)
  - tests: don't start/stop VM if it was already running (berrange)
  - tests: use correct password arg for SSH to VM (berrange)
  - tests: add logging to runvmtests.py (berrange)
  - Fix potential AttributeError when getting stratis blockdev info (vtrefny)
  - spec: Fix recommended libblockdev plugins (vtrefny)
  - tests: remove unused global variables (berrange)
  - Backport total_memory improvements from anaconda (vslavik)
  - Fix regex for checking e2fsprogs version (vtrefny)
* Fri Nov 11 2022 Vojtech Trefny <vtrefny@redhat.com> - 3.6.0-2
  - Change license string to the SPDX format required by Fedora
* Tue Sep 20 2022 Vojtech Trefny <vtrefny@redhat.com> - 3.6.0-1
  - pylint: Explicitly allow loading the _ped module from pyparted (vtrefny)
  - ci: Run static analysis on Ubuntu 22.04 (vtrefny)
  - tests: Create bigger devices for XFS testing (vtrefny)
  - Set XFS minimal size to 300 MiB (vtrefny)
  - Fix missing whitespaces around not keyword (vtrefny)
  - Remove the Blivet.roots attribute (vponcova)
  - packit: Set downstream_package_name to python-blivet (vtrefny)
  - packit: Add srpm_build_deps for SRPM builds in Copr (vtrefny)
  - tests: Fix message when skipping stratis tests (vtrefny)
  - tests: Tell pytest to ignore symlinks when gathering test cases (vtrefny)
  - Configure ids for Mock devices in populator_test (vtrefny)
  - Add storage tests for Stratis (vtrefny)
  - ci: Fix installing targetcli on Debian/Ubuntu (vtrefny)
  - tests: Add test for creating and attaching cache pools (vtrefny)
  - tests: Add storage tests for more LVM RAID levels (vtrefny)
  - tests: Add test for ActionAddMember/ActionRemoveMember (vtrefny)
  - tests: Add a test for creating and attaching a cache pool (vtrefny)
  - Mark LVM cache pool format as immutable (vtrefny)
  - tests: Skip test_lvcreate_type on CentOS/RHEL 9 (vtrefny)
  - Add a YAML config for skipping tests on specified distributions (vtrefny)
  - Add targetcli to the test dependencies playbook (vtrefny)
  - Add a simple LVM test case that uses real storage (vtrefny)
  - Add a test case that creates targetcli disks to run tests on (vtrefny)
  - Allow running action_test even if some dependencies are missing (vtrefny)
  - Use "fake" names for disks in DeviceTreeTestCase (vtrefny)
  - Change how we import LoopBackedTestCase in fs_test (vtrefny)
  - Add information about the new test suites to tests/README.rst (vtrefny)
  - Makefile: Add targets to run the two new test suites separately (vtrefny)
  - Fix typo in name of test_new_encrypted_stratis (vtrefny)
  - Patch access to lvs in stratis tests (vtrefny)
  - Fix pylint issues in the tests/pylint scripts (vtrefny)
  - Make sure LVM unit tests can run without dependencies (vtrefny)
  - Patch _pre_create in StorageDeviceMethodsTestCase.test_create (vtrefny)
  - Assure that tests that set LVM devices filter can run without root (vtrefny)
  - Fix running StratisFactoryTestCase as a non-root user (vtrefny)
  - Split the test suite into "unit" and "storage" tests (vtrefny)
  - Add support for attaching and creating LVM writecached LVs (vtrefny)
  - Add support for enabling/disabling compression/deduplication (vtrefny)
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1:3.5.0-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Tue Jul 19 2022 Vojtech Trefny <vtrefny@redhat.com> - 3.5.0-1
  - tests: Fix patching NVDIMM static data in populator_test (vtrefny)
  - Ignore pylint false positives about missing methods in Gio and GLib (vtrefny)
  - Ignore pylint warning about missing inspect.getargspec (vtrefny)
  - Rename class ZFCPDevice to ZFCPDeviceFullPath (jstodola)
  - Move _is_associated_with_fcp() implementation to the derived class (jstodola)
  - Improve naming of zfcp classes/methods/functions (jstodola)
  - Correct zfcp comments and strings (jstodola)
  - Fix checking for stratis pool free space when adding a new filesystem (vtrefny)
  - tests: Add a VM test case for Stratis (vtrefny)
  - Use libblockdev to check for DBus service availability (vtrefny)
  - Allow specifying size for stratis filesystems (vtrefny)
  - tests: Skip Stratis DeviceFactory tests if missing dependencies (vtrefny)
  - Use availability checks in devicelibs.stratis (vtrefny)
  - Add external dependencies for Stratis devices classes (vtrefny)
  - Add availability checks for Stratis dependencies (vtrefny)
  - availability: Add a method to check for DBus service availability (vtrefny)
  - Use the new Stratis tool to predict pool and fs used size (vtrefny)
  - misc: Vagrantfile update (vtrefny)
  - Add CentOS 9 Stream to the install-test-dependencies playbook (vtrefny)
  - ci: Run static analysis checks in GitHub actions (vtrefny)
  - doc: Add LVMWriteCache and LVMCachePoolMixin to public API (vtrefny)
  - pylint: Remove deprecated pylint warnings from pylintrc and code (vtrefny)
  - Add option to attach a newly created cache pool to existing LV (vtrefny)
  - Add support for LVM RAID raid0 level (vtrefny)
  - Do not fail when we can't get LVM cache information (#2086310) (vtrefny)
  - Add a very simple NVMe module (vtrefny)
  - Do not check for "problematic" disks in ActionList._pre_process (vtrefny)
  - Change label_format_ok and uuid_format_ok to class methods (vtrefny)
  - Generate correct dracut boot arguments for NPIV devices (jstodola)
  - Add new class for NPIV-enabled devices (jstodola)
  - LUN and WWPN should not be used for NPIV zFCP devices (jstodola)
  - Add a function for reading the value of a kernel module parameter (jstodola)
  - Allow to delete more than one SCSI device (jstodola)
  - Move offline_scsi_device() to the base class (jstodola)
  - Refactor the ZFCPDevice class (jstodola)
  - misc: Vagrantfile update (vtrefny)
  - Do not crash when a disk populator doesn't return kwargs (vtrefny)
  - Disable Fedora ELN builds in packit (vtrefny)
  - Fix raising exception when trying to resize internal LVs (vtrefny)
  - Create loop devices for tests with --partscan (vtrefny)
  - Make sure configure actions obsolete only actions with same attribute (vtrefny)
  - Fix exception message when trying to format an non-existing device (vtrefny)
  - Add default arguments for mkntfs (vtrefny)
  - Mark NTFS as supported (vtrefny)
  - Do no try to read cache MD size for inactive LVs from cache stats (vtrefny)
  - Show better error when using unitialized disk in do_partitioning (vtrefny)
  - Exclude unusable disks from PartitionFactory (vtrefny)
  - Mark StratisXFS format as unsupported (vtrefny)
  - Adjust to Stratis 3.0 API (vtrefny)
  - lvm: Use blivet static data when checking if the VG is active (vtrefny)
  - examples: Add LVM cache pool example (vtrefny)
  - Add suport for creating LVM cache pools (vtrefny)
  - Do not run pvcreate with --devices and list of PVs (vtrefny)
  - Fix object type for ActionConfigureDevice (vtrefny)
  - Use subvolume mountpoints when listing btrfs subvolumes (vtrefny)
  - Squashed 'translation-canary/' changes from 4d4e65b8..d6a40985 (vtrefny)
  - Fix log message for the LVM devices filter (vtrefny)
  - Add support for creating standalone integrity devices (vtrefny)
  - Use bigger chunk size for thinpools bigger than ~15.88 TiB (vtrefny)
  - Fix removing zFCP SCSI devices (jstodola)
  - Add public functions to add/remove PV to/from the LVM system.devices (vtrefny)
  - Ignore errors for LVM devices file actions (vtrefny)
  - Make sure PVs are added/deleted to/from the LVM device file (vtrefny)
  - Use LVM devices for filtering LVM devices with LVM >= 2.02.13 (vtrefny)
  - Switch LVM devices filter from "reject" to "accept" by default (vtrefny)
  - tests: Mark "fake" disks in test_get_related_disks as non-existing (vtrefny)
  - Set correct map name for existing LUKS devices (vtrefny)
  - Do not raise deprecated IOError from iscsi and fcoe modules (vtrefny)
  - Remove unused flag multipath (vtrefny)
  - Do not add device name as a parameter for errors.DeviceError (vtrefny)
  - Add stratis filesystem metadata size and pool free space (vtrefny)
  - Fix parameters differ from overridden in StratisPoolDevice (vtrefny)
  - Fix/unify importing mock module in stratis tests (vtrefny)
  - Add fstab options for Stratis Filesystem devices (vtrefny)
  - Add MountClass for StratisXFS filesystem (vtrefny)
  - Add Stratis devices and formats to the public API documentation (vtrefny)
  - Hide the private LUKS device for unlockded Stratis pools (vtrefny)
  - Add property with list of Stratis block devices to StratisPoolDevice (vtrefny)
  - Set pool info on the block devices when adding/removing Stratis pool (vtrefny)
  - Set the StratisBlockdev format status based on whether it has a pool or not (vtrefny)
  - Add more tests for creating Stratis devices (vtrefny)
  - Add support for creating encrypted Stratis devices with DeviceFactory (vtrefny)
  - Add support for working with locked Stratis pools (vtrefny)
  - Add support for creating encrypted Stratis pools (vtrefny)
  - Add Stratis device factory (vtrefny)
  - Mark format on Stratis pool devices as immutable (vtrefny)
  - Add Stratis example (vtrefny)
  - Add simple test case for Stratis (vtrefny)
  - Add basic support for creating Stratis devices (vtrefny)
  - Add a special "XFS Stratis" filesystem for Stratis filesystem devices (vtrefny)
  - Avoid circular depency when in static_data/stratis_info.py (vtrefny)
  - Add dracut setup args for Stratis devices (vtrefny)
  - Add support for removing Stratis devices using DBus API (vtrefny)
  - Add basic support for Stratis devices (vtrefny)
  - Ignore all "private" devices during populate (vtrefny)
  - safe_dbus: Add function to get all properties for an interface (vtrefny)
  - Add support for renaming devices using ActionConfigureDevice (vtrefny)
* Mon Jun 20 2022 Vojtech Trefny <vtrefny@redhat.com> - 3.4.4-3
  - Add support for NPIV-enabled zFCP devices
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 1:3.4.4-2
  - Rebuilt for Python 3.11
* Mon May 16 2022 Vojtech Trefny <vtrefny@redhat.com> - 3.4.4-1
  - Use LVM PV format current_size in LVMVolumeGroupDevice._remove (vtrefny)
  - Correctly set vg_name after adding/removing a PV from a VG (vtrefny)
  - Do not crash when changing disklabel on disks with active devices (vtrefny)
  - ActionDestroyDevice should not obsolete ActionRemoveMember (vtrefny)
  - Correctly set compression and deduplication for existing VDO pools (vtrefny)
  - Correctly cancel configure actions in cancel() (vtrefny)
  - Set partition flags after setting parted filesystem (#2033875) (vtrefny)
* Tue Feb 15 2022 Jan Pokorny <japokorn@redhat.com> - 3.4.3-2
  - Set partition flags after setting parted filesystem (#2033875) (vtrefny)
* Tue Feb 01 2022 Vojtech Trefny <vtrefny@redhat.com> - 3.4.3-1
  - Make sure we mount the top level subvolume when mounting btrfs (vtrefny)
  - README: Fix API documentation link (vtrefny)
  - iscsi: Replace all log_exception_info calls with log.info (vtrefny)
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1:3.4.2-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Thu Sep 30 2021 Vojtech Trefny <vtrefny@redhat.com> - 3.4.2-1
  - pylint: Remove pdb breakpoint in device_properties_test (vtrefny)
  - pylint: Fix exception string in get_cow_sysfs_path (vtrefny)
  - pylint: Remove redundant 'u' prefixes for strings in doc/conf.py (vtrefny)
  - pylint: Ignore the "redundant-u-string-prefix" warning in i18n.py (vtrefny)
  - pylint: Ignore the new warning W1514 "unspecified-encoding" (vtrefny)
  - pylint: Fix multuple unused variables 'e' in exceptions (vtrefny)
  - Makefile: Specify weblate repository branch for the potfile target (vtrefny)
  - flags: Fix leaking file descriptor (vtrefny)
  - README: Add info about our openSUSE/Mageia/OpenMandriva Copr repo (vtrefny)
  - Fix checking for LVM VDO support with libblockdev 2.23 and older (vtrefny)
  - tasks: Allow specifying custom error message for UnavailableMethod (vtrefny)
  - Use setuptools instead of distutils in setup.py (vtrefny)
  - Use shutil.which instead of distutils.spawn.find_executable (vtrefny)
  - Do not use FS.mount for btrfs temporary mounts (vtrefny)
* Thu Aug 19 2021 Vojtech Trefny <vtrefny@redhat.com> - 3.4.1-1
  - pylint: Ignore deprecation warning about threading.currentThread (vtrefny)
  - Fix getting PV info in LVMPhysicalVolume from the cache (vtrefny)
  - Fix ActionRemoveMember requires check (#1993655) (vtrefny)
  - util: Ignore false positive assignment-from-no-return warning in ObjectID (vtrefny)
  - tasks: Ignore pylint arguments-differ warning for do_tasks (vtrefny)
  - Remove unused __save_passphrase member from LUKS_Data (vtrefny)
  - size: Ignore new pylint warning "arguments-renamed" (vtrefny)
  - Do not use deprecated (vtrefny)
  - Remove unused member __names from DeviceFactory (vtrefny)
  - Improve error message printed for missing dependecies (vtrefny)
  - tests: Print version and blivet location when running tests (vtrefny)
  - tests: Allow running tests without the tests directory in PYTHONPATH (vtrefny)
  - edd_test: Locate the edd_data based on the test file location (vtrefny)
  - Run Anaconda tests on blivet pull requests (jkonecny)
  - Do not set chunk size for RAID 1 (vtrefny)
  - When sorting devices make sure partitions are sorted correctly (vtrefny)
  - Make sure LVM config is updated before running pvcreate (vtrefny)
  - Tell LVM to ignore the new devices file for now (vtrefny)
  - Revert "Use PARTITION_ESP flag for EFIFS partitions (#1930486)" (vtrefny)
  - Fix resolving devices with names that look like BIOS drive number (vtrefny)
  - Ignore pylint false positive no-member warning (vtrefny)
  - Fix util.virt_detect on Xen (vtrefny)
  - Fix/unify importing mock module in tests (vtrefny)
  - Convert LVM filter lists to sets (vtrefny)
  - Remove action device from LVM reject list (vtrefny)
  - Fix activating old style LVM snapshots (vtrefny)
  - Make sure the device is setup before configuring its format (vtrefny)
  - Remove RHEL 9 specific patch from SPEC (vtrefny)
  - Use package list instead of cycle in our dependencies Ansible playbook (vtrefny)
  - Add vagrant file for running tests and development in a VM (vtrefny)
  - Update our playbook for installing test dependencies (vtrefny)
  - Add example for working with actions (vtrefny)
  - Add LUKS encrypted LV to LVM example (vtrefny)
  - Add example for LVM thin provisioning (vtrefny)
  - Squashed 'translation-canary/' changes from 3bc2ad68..4d4e65b8 (vtrefny)

Files

/usr/lib/python3.12/site-packages/blivet
/usr/lib/python3.12/site-packages/blivet-3.8.1-py3.12.egg-info
/usr/lib/python3.12/site-packages/blivet-3.8.1-py3.12.egg-info/PKG-INFO
/usr/lib/python3.12/site-packages/blivet-3.8.1-py3.12.egg-info/SOURCES.txt
/usr/lib/python3.12/site-packages/blivet-3.8.1-py3.12.egg-info/dependency_links.txt
/usr/lib/python3.12/site-packages/blivet-3.8.1-py3.12.egg-info/requires.txt
/usr/lib/python3.12/site-packages/blivet-3.8.1-py3.12.egg-info/top_level.txt
/usr/lib/python3.12/site-packages/blivet/__init__.py
/usr/lib/python3.12/site-packages/blivet/__pycache__
/usr/lib/python3.12/site-packages/blivet/__pycache__/__init__.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/blivet/__pycache__/__init__.cpython-312.pyc
/usr/lib/python3.12/site-packages/blivet/__pycache__/actionlist.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/blivet/__pycache__/actionlist.cpython-312.pyc
/usr/lib/python3.12/site-packages/blivet/__pycache__/arch.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/blivet/__pycache__/arch.cpython-312.pyc
/usr/lib/python3.12/site-packages/blivet/__pycache__/blivet.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/blivet/__pycache__/blivet.cpython-312.pyc
/usr/lib/python3.12/site-packages/blivet/__pycache__/callbacks.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/blivet/__pycache__/callbacks.cpython-312.pyc
/usr/lib/python3.12/site-packages/blivet/__pycache__/deviceaction.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/blivet/__pycache__/deviceaction.cpython-312.pyc
/usr/lib/python3.12/site-packages/blivet/__pycache__/devicefactory.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/blivet/__pycache__/devicefactory.cpython-312.pyc
/usr/lib/python3.12/site-packages/blivet/__pycache__/devicetree.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/blivet/__pycache__/devicetree.cpython-312.pyc
/usr/lib/python3.12/site-packages/blivet/__pycache__/errors.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/blivet/__pycache__/errors.cpython-312.pyc
/usr/lib/python3.12/site-packages/blivet/__pycache__/fcoe.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/blivet/__pycache__/fcoe.cpython-312.pyc
/usr/lib/python3.12/site-packages/blivet/__pycache__/flags.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/blivet/__pycache__/flags.cpython-312.pyc
/usr/lib/python3.12/site-packages/blivet/__pycache__/i18n.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/blivet/__pycache__/i18n.cpython-312.pyc
/usr/lib/python3.12/site-packages/blivet/__pycache__/iscsi.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/blivet/__pycache__/iscsi.cpython-312.pyc
/usr/lib/python3.12/site-packages/blivet/__pycache__/mounts.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/blivet/__pycache__/mounts.cpython-312.pyc
/usr/lib/python3.12/site-packages/blivet/__pycache__/nvme.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/blivet/__pycache__/nvme.cpython-312.pyc
/usr/lib/python3.12/site-packages/blivet/__pycache__/partitioning.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/blivet/__pycache__/partitioning.cpython-312.pyc
/usr/lib/python3.12/site-packages/blivet/__pycache__/safe_dbus.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/blivet/__pycache__/safe_dbus.cpython-312.pyc
/usr/lib/python3.12/site-packages/blivet/__pycache__/size.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/blivet/__pycache__/size.cpython-312.pyc
/usr/lib/python3.12/site-packages/blivet/__pycache__/storage_log.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/blivet/__pycache__/storage_log.cpython-312.pyc
/usr/lib/python3.12/site-packages/blivet/__pycache__/threads.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/blivet/__pycache__/threads.cpython-312.pyc
/usr/lib/python3.12/site-packages/blivet/__pycache__/tsort.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/blivet/__pycache__/tsort.cpython-312.pyc
/usr/lib/python3.12/site-packages/blivet/__pycache__/udev.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/blivet/__pycache__/udev.cpython-312.pyc
/usr/lib/python3.12/site-packages/blivet/__pycache__/util.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/blivet/__pycache__/util.cpython-312.pyc
/usr/lib/python3.12/site-packages/blivet/__pycache__/zfcp.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/blivet/__pycache__/zfcp.cpython-312.pyc
/usr/lib/python3.12/site-packages/blivet/actionlist.py
/usr/lib/python3.12/site-packages/blivet/arch.py
/usr/lib/python3.12/site-packages/blivet/blivet.py
/usr/lib/python3.12/site-packages/blivet/callbacks.py
/usr/lib/python3.12/site-packages/blivet/dbus
/usr/lib/python3.12/site-packages/blivet/dbus/__init__.py
/usr/lib/python3.12/site-packages/blivet/dbus/__pycache__
/usr/lib/python3.12/site-packages/blivet/dbus/__pycache__/__init__.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/blivet/dbus/__pycache__/__init__.cpython-312.pyc
/usr/lib/python3.12/site-packages/blivet/dbus/__pycache__/action.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/blivet/dbus/__pycache__/action.cpython-312.pyc
/usr/lib/python3.12/site-packages/blivet/dbus/__pycache__/blivet.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/blivet/dbus/__pycache__/blivet.cpython-312.pyc
/usr/lib/python3.12/site-packages/blivet/dbus/__pycache__/constants.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/blivet/dbus/__pycache__/constants.cpython-312.pyc
/usr/lib/python3.12/site-packages/blivet/dbus/__pycache__/device.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/blivet/dbus/__pycache__/device.cpython-312.pyc
/usr/lib/python3.12/site-packages/blivet/dbus/__pycache__/format.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/blivet/dbus/__pycache__/format.cpython-312.pyc
/usr/lib/python3.12/site-packages/blivet/dbus/__pycache__/manager.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/blivet/dbus/__pycache__/manager.cpython-312.pyc
/usr/lib/python3.12/site-packages/blivet/dbus/__pycache__/object.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/blivet/dbus/__pycache__/object.cpython-312.pyc
/usr/lib/python3.12/site-packages/blivet/dbus/action.py
/usr/lib/python3.12/site-packages/blivet/dbus/blivet.py
/usr/lib/python3.12/site-packages/blivet/dbus/constants.py
/usr/lib/python3.12/site-packages/blivet/dbus/device.py
/usr/lib/python3.12/site-packages/blivet/dbus/format.py
/usr/lib/python3.12/site-packages/blivet/dbus/manager.py
/usr/lib/python3.12/site-packages/blivet/dbus/object.py
/usr/lib/python3.12/site-packages/blivet/deviceaction.py
/usr/lib/python3.12/site-packages/blivet/devicefactory.py
/usr/lib/python3.12/site-packages/blivet/devicelibs
/usr/lib/python3.12/site-packages/blivet/devicelibs/__init__.py
/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__
/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/__init__.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/__init__.cpython-312.pyc
/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/btrfs.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/btrfs.cpython-312.pyc
/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/crypto.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/crypto.cpython-312.pyc
/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/disk.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/disk.cpython-312.pyc
/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/edd.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/edd.cpython-312.pyc
/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/gpt.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/gpt.cpython-312.pyc
/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/lvm.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/lvm.cpython-312.pyc
/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/mdraid.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/mdraid.cpython-312.pyc
/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/raid.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/raid.cpython-312.pyc
/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/stratis.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/stratis.cpython-312.pyc
/usr/lib/python3.12/site-packages/blivet/devicelibs/btrfs.py
/usr/lib/python3.12/site-packages/blivet/devicelibs/crypto.py
/usr/lib/python3.12/site-packages/blivet/devicelibs/disk.py
/usr/lib/python3.12/site-packages/blivet/devicelibs/edd.py
/usr/lib/python3.12/site-packages/blivet/devicelibs/gpt.py
/usr/lib/python3.12/site-packages/blivet/devicelibs/lvm.py
/usr/lib/python3.12/site-packages/blivet/devicelibs/mdraid.py
/usr/lib/python3.12/site-packages/blivet/devicelibs/raid.py
/usr/lib/python3.12/site-packages/blivet/devicelibs/stratis.py
/usr/lib/python3.12/site-packages/blivet/devices
/usr/lib/python3.12/site-packages/blivet/devices/__init__.py
/usr/lib/python3.12/site-packages/blivet/devices/__pycache__
/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/__init__.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/__init__.cpython-312.pyc
/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/btrfs.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/btrfs.cpython-312.pyc
/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/cache.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/cache.cpython-312.pyc
/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/container.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/container.cpython-312.pyc
/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/device.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/device.cpython-312.pyc
/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/disk.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/disk.cpython-312.pyc
/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/dm.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/dm.cpython-312.pyc
/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/file.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/file.cpython-312.pyc
/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/lib.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/lib.cpython-312.pyc
/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/loop.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/loop.cpython-312.pyc
/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/luks.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/luks.cpython-312.pyc
/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/lvm.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/lvm.cpython-312.pyc
/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/md.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/md.cpython-312.pyc
/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/network.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/network.cpython-312.pyc
/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/nfs.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/nfs.cpython-312.pyc
/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/nodev.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/nodev.cpython-312.pyc
/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/optical.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/optical.cpython-312.pyc
/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/partition.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/partition.cpython-312.pyc
/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/raid.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/raid.cpython-312.pyc
/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/storage.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/storage.cpython-312.pyc
/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/stratis.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/stratis.cpython-312.pyc
/usr/lib/python3.12/site-packages/blivet/devices/btrfs.py
/usr/lib/python3.12/site-packages/blivet/devices/cache.py
/usr/lib/python3.12/site-packages/blivet/devices/container.py
/usr/lib/python3.12/site-packages/blivet/devices/device.py
/usr/lib/python3.12/site-packages/blivet/devices/disk.py
/usr/lib/python3.12/site-packages/blivet/devices/dm.py
/usr/lib/python3.12/site-packages/blivet/devices/file.py
/usr/lib/python3.12/site-packages/blivet/devices/lib.py
/usr/lib/python3.12/site-packages/blivet/devices/loop.py
/usr/lib/python3.12/site-packages/blivet/devices/luks.py
/usr/lib/python3.12/site-packages/blivet/devices/lvm.py
/usr/lib/python3.12/site-packages/blivet/devices/md.py
/usr/lib/python3.12/site-packages/blivet/devices/network.py
/usr/lib/python3.12/site-packages/blivet/devices/nfs.py
/usr/lib/python3.12/site-packages/blivet/devices/nodev.py
/usr/lib/python3.12/site-packages/blivet/devices/optical.py
/usr/lib/python3.12/site-packages/blivet/devices/partition.py
/usr/lib/python3.12/site-packages/blivet/devices/raid.py
/usr/lib/python3.12/site-packages/blivet/devices/storage.py
/usr/lib/python3.12/site-packages/blivet/devices/stratis.py
/usr/lib/python3.12/site-packages/blivet/devicetree.py
/usr/lib/python3.12/site-packages/blivet/errors.py
/usr/lib/python3.12/site-packages/blivet/events
/usr/lib/python3.12/site-packages/blivet/events/__init__.py
/usr/lib/python3.12/site-packages/blivet/events/__pycache__
/usr/lib/python3.12/site-packages/blivet/events/__pycache__/__init__.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/blivet/events/__pycache__/__init__.cpython-312.pyc
/usr/lib/python3.12/site-packages/blivet/events/__pycache__/changes.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/blivet/events/__pycache__/changes.cpython-312.pyc
/usr/lib/python3.12/site-packages/blivet/events/__pycache__/handler.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/blivet/events/__pycache__/handler.cpython-312.pyc
/usr/lib/python3.12/site-packages/blivet/events/__pycache__/manager.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/blivet/events/__pycache__/manager.cpython-312.pyc
/usr/lib/python3.12/site-packages/blivet/events/changes.py
/usr/lib/python3.12/site-packages/blivet/events/handler.py
/usr/lib/python3.12/site-packages/blivet/events/manager.py
/usr/lib/python3.12/site-packages/blivet/fcoe.py
/usr/lib/python3.12/site-packages/blivet/flags.py
/usr/lib/python3.12/site-packages/blivet/formats
/usr/lib/python3.12/site-packages/blivet/formats/__init__.py
/usr/lib/python3.12/site-packages/blivet/formats/__pycache__
/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/__init__.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/__init__.cpython-312.pyc
/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/biosboot.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/biosboot.cpython-312.pyc
/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/disklabel.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/disklabel.cpython-312.pyc
/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/dmraid.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/dmraid.cpython-312.pyc
/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/fs.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/fs.cpython-312.pyc
/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/fslib.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/fslib.cpython-312.pyc
/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/luks.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/luks.cpython-312.pyc
/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/lvmpv.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/lvmpv.cpython-312.pyc
/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/mdraid.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/mdraid.cpython-312.pyc
/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/multipath.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/multipath.cpython-312.pyc
/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/prepboot.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/prepboot.cpython-312.pyc
/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/stratis.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/stratis.cpython-312.pyc
/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/swap.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/swap.cpython-312.pyc
/usr/lib/python3.12/site-packages/blivet/formats/biosboot.py
/usr/lib/python3.12/site-packages/blivet/formats/disklabel.py
/usr/lib/python3.12/site-packages/blivet/formats/dmraid.py
/usr/lib/python3.12/site-packages/blivet/formats/fs.py
/usr/lib/python3.12/site-packages/blivet/formats/fslib.py
/usr/lib/python3.12/site-packages/blivet/formats/luks.py
/usr/lib/python3.12/site-packages/blivet/formats/lvmpv.py
/usr/lib/python3.12/site-packages/blivet/formats/mdraid.py
/usr/lib/python3.12/site-packages/blivet/formats/multipath.py
/usr/lib/python3.12/site-packages/blivet/formats/prepboot.py
/usr/lib/python3.12/site-packages/blivet/formats/stratis.py
/usr/lib/python3.12/site-packages/blivet/formats/swap.py
/usr/lib/python3.12/site-packages/blivet/i18n.py
/usr/lib/python3.12/site-packages/blivet/iscsi.py
/usr/lib/python3.12/site-packages/blivet/mounts.py
/usr/lib/python3.12/site-packages/blivet/nvme.py
/usr/lib/python3.12/site-packages/blivet/partitioning.py
/usr/lib/python3.12/site-packages/blivet/populator
/usr/lib/python3.12/site-packages/blivet/populator/__init__.py
/usr/lib/python3.12/site-packages/blivet/populator/__pycache__
/usr/lib/python3.12/site-packages/blivet/populator/__pycache__/__init__.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/blivet/populator/__pycache__/__init__.cpython-312.pyc
/usr/lib/python3.12/site-packages/blivet/populator/__pycache__/populator.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/blivet/populator/__pycache__/populator.cpython-312.pyc
/usr/lib/python3.12/site-packages/blivet/populator/helpers
/usr/lib/python3.12/site-packages/blivet/populator/helpers/__init__.py
/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__
/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/__init__.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/__init__.cpython-312.pyc
/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/boot.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/boot.cpython-312.pyc
/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/btrfs.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/btrfs.cpython-312.pyc
/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/devicepopulator.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/devicepopulator.cpython-312.pyc
/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/disk.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/disk.cpython-312.pyc
/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/disklabel.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/disklabel.cpython-312.pyc
/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/dm.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/dm.cpython-312.pyc
/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/formatpopulator.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/formatpopulator.cpython-312.pyc
/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/loop.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/loop.cpython-312.pyc
/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/luks.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/luks.cpython-312.pyc
/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/lvm.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/lvm.cpython-312.pyc
/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/mdraid.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/mdraid.cpython-312.pyc
/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/multipath.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/multipath.cpython-312.pyc
/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/optical.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/optical.cpython-312.pyc
/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/partition.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/partition.cpython-312.pyc
/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/populatorhelper.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/populatorhelper.cpython-312.pyc
/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/stratis.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/stratis.cpython-312.pyc
/usr/lib/python3.12/site-packages/blivet/populator/helpers/boot.py
/usr/lib/python3.12/site-packages/blivet/populator/helpers/btrfs.py
/usr/lib/python3.12/site-packages/blivet/populator/helpers/devicepopulator.py
/usr/lib/python3.12/site-packages/blivet/populator/helpers/disk.py
/usr/lib/python3.12/site-packages/blivet/populator/helpers/disklabel.py
/usr/lib/python3.12/site-packages/blivet/populator/helpers/dm.py
/usr/lib/python3.12/site-packages/blivet/populator/helpers/formatpopulator.py
/usr/lib/python3.12/site-packages/blivet/populator/helpers/loop.py
/usr/lib/python3.12/site-packages/blivet/populator/helpers/luks.py
/usr/lib/python3.12/site-packages/blivet/populator/helpers/lvm.py
/usr/lib/python3.12/site-packages/blivet/populator/helpers/mdraid.py
/usr/lib/python3.12/site-packages/blivet/populator/helpers/multipath.py
/usr/lib/python3.12/site-packages/blivet/populator/helpers/optical.py
/usr/lib/python3.12/site-packages/blivet/populator/helpers/partition.py
/usr/lib/python3.12/site-packages/blivet/populator/helpers/populatorhelper.py
/usr/lib/python3.12/site-packages/blivet/populator/helpers/stratis.py
/usr/lib/python3.12/site-packages/blivet/populator/populator.py
/usr/lib/python3.12/site-packages/blivet/safe_dbus.py
/usr/lib/python3.12/site-packages/blivet/size.py
/usr/lib/python3.12/site-packages/blivet/static_data
/usr/lib/python3.12/site-packages/blivet/static_data/__init__.py
/usr/lib/python3.12/site-packages/blivet/static_data/__pycache__
/usr/lib/python3.12/site-packages/blivet/static_data/__pycache__/__init__.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/blivet/static_data/__pycache__/__init__.cpython-312.pyc
/usr/lib/python3.12/site-packages/blivet/static_data/__pycache__/luks_data.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/blivet/static_data/__pycache__/luks_data.cpython-312.pyc
/usr/lib/python3.12/site-packages/blivet/static_data/__pycache__/lvm_info.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/blivet/static_data/__pycache__/lvm_info.cpython-312.pyc
/usr/lib/python3.12/site-packages/blivet/static_data/__pycache__/mpath_info.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/blivet/static_data/__pycache__/mpath_info.cpython-312.pyc
/usr/lib/python3.12/site-packages/blivet/static_data/__pycache__/nvdimm.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/blivet/static_data/__pycache__/nvdimm.cpython-312.pyc
/usr/lib/python3.12/site-packages/blivet/static_data/__pycache__/stratis_info.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/blivet/static_data/__pycache__/stratis_info.cpython-312.pyc
/usr/lib/python3.12/site-packages/blivet/static_data/luks_data.py
/usr/lib/python3.12/site-packages/blivet/static_data/lvm_info.py
/usr/lib/python3.12/site-packages/blivet/static_data/mpath_info.py
/usr/lib/python3.12/site-packages/blivet/static_data/nvdimm.py
/usr/lib/python3.12/site-packages/blivet/static_data/stratis_info.py
/usr/lib/python3.12/site-packages/blivet/storage_log.py
/usr/lib/python3.12/site-packages/blivet/tasks
/usr/lib/python3.12/site-packages/blivet/tasks/__init__.py
/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__
/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/__init__.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/__init__.cpython-312.pyc
/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/availability.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/availability.cpython-312.pyc
/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/dfresize.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/dfresize.cpython-312.pyc
/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsck.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsck.cpython-312.pyc
/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsinfo.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsinfo.cpython-312.pyc
/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fslabeling.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fslabeling.cpython-312.pyc
/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsminsize.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsminsize.cpython-312.pyc
/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsmkfs.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsmkfs.cpython-312.pyc
/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsmount.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsmount.cpython-312.pyc
/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsreadlabel.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsreadlabel.cpython-312.pyc
/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsresize.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsresize.cpython-312.pyc
/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fssize.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fssize.cpython-312.pyc
/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fssync.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fssync.cpython-312.pyc
/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fstask.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fstask.cpython-312.pyc
/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsuuid.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsuuid.cpython-312.pyc
/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fswritelabel.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fswritelabel.cpython-312.pyc
/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fswriteuuid.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fswriteuuid.cpython-312.pyc
/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/lukstasks.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/lukstasks.cpython-312.pyc
/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/pvtask.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/pvtask.cpython-312.pyc
/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/task.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/task.cpython-312.pyc
/usr/lib/python3.12/site-packages/blivet/tasks/availability.py
/usr/lib/python3.12/site-packages/blivet/tasks/dfresize.py
/usr/lib/python3.12/site-packages/blivet/tasks/fsck.py
/usr/lib/python3.12/site-packages/blivet/tasks/fsinfo.py
/usr/lib/python3.12/site-packages/blivet/tasks/fslabeling.py
/usr/lib/python3.12/site-packages/blivet/tasks/fsminsize.py
/usr/lib/python3.12/site-packages/blivet/tasks/fsmkfs.py
/usr/lib/python3.12/site-packages/blivet/tasks/fsmount.py
/usr/lib/python3.12/site-packages/blivet/tasks/fsreadlabel.py
/usr/lib/python3.12/site-packages/blivet/tasks/fsresize.py
/usr/lib/python3.12/site-packages/blivet/tasks/fssize.py
/usr/lib/python3.12/site-packages/blivet/tasks/fssync.py
/usr/lib/python3.12/site-packages/blivet/tasks/fstask.py
/usr/lib/python3.12/site-packages/blivet/tasks/fsuuid.py
/usr/lib/python3.12/site-packages/blivet/tasks/fswritelabel.py
/usr/lib/python3.12/site-packages/blivet/tasks/fswriteuuid.py
/usr/lib/python3.12/site-packages/blivet/tasks/lukstasks.py
/usr/lib/python3.12/site-packages/blivet/tasks/pvtask.py
/usr/lib/python3.12/site-packages/blivet/tasks/task.py
/usr/lib/python3.12/site-packages/blivet/threads.py
/usr/lib/python3.12/site-packages/blivet/tsort.py
/usr/lib/python3.12/site-packages/blivet/udev.py
/usr/lib/python3.12/site-packages/blivet/util.py
/usr/lib/python3.12/site-packages/blivet/zfcp.py
/usr/share/doc/python3-blivet
/usr/share/doc/python3-blivet/ChangeLog
/usr/share/doc/python3-blivet/README.md
/usr/share/doc/python3-blivet/examples
/usr/share/doc/python3-blivet/examples/__init__.py
/usr/share/doc/python3-blivet/examples/actions.py
/usr/share/doc/python3-blivet/examples/dbus_client.py
/usr/share/doc/python3-blivet/examples/factory.py
/usr/share/doc/python3-blivet/examples/list_devices.py
/usr/share/doc/python3-blivet/examples/lvm.py
/usr/share/doc/python3-blivet/examples/lvm_cache.py
/usr/share/doc/python3-blivet/examples/lvm_cachepool.py
/usr/share/doc/python3-blivet/examples/lvm_non_linear.py
/usr/share/doc/python3-blivet/examples/lvm_thin.py
/usr/share/doc/python3-blivet/examples/lvm_vdo.py
/usr/share/doc/python3-blivet/examples/partitioning.py
/usr/share/doc/python3-blivet/examples/stratis.py
/usr/share/doc/python3-blivet/examples/uevents.py
/usr/share/licenses/python3-blivet
/usr/share/licenses/python3-blivet/COPYING


Generated by rpm2html 1.8.1

Fabrice Bellet, Fri May 10 02:04:07 2024