Login
Log in using an SSO provider:
Fedora Account System
Red Hat Associate
Red Hat Customer
Login using a Red Hat Bugzilla account
Forgot Password
Create an Account
Red Hat Bugzilla – Attachment 1983565 Details for
Bug 2232328
pyanaconda.modules.common.errors.general.AnacondaError: 'DeviceFormat' object has no attribute 'free'
Home
New
Search
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh89 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
[?]
This site requires JavaScript to be enabled to function correctly, please enable it.
File: storage.log
storage.log (text/plain), 1.44 MB, created by
Erwan Legrand
on 2023-08-16 10:24:43 UTC
(
hide
)
Description:
File: storage.log
Filename:
MIME Type:
Creator:
Erwan Legrand
Created:
2023-08-16 10:24:43 UTC
Size:
1.44 MB
patch
obsolete
>DEBUG:anaconda.modules.common:The configuration is loaded from: ['/run/anaconda/anaconda.conf'] >DEBUG:blivet:registered device format class DeviceFormat as None >DEBUG:blivet:registered device format class BIOSBoot as biosboot >DEBUG:blivet:registered device format class DiskLabel as disklabel >DEBUG:blivet:registered device format class DMRaidMember as dmraidmember >INFO:program:Running [1] mkdosfs --help ... >INFO:program:stdout[1]: mkfs.fat 4.2 (2021-01-31) > >INFO:program:stderr[1]: Usage: mkdosfs [OPTIONS] TARGET [BLOCKS] >Create FAT filesystem in TARGET, which can be a block device or file. Use only >up to BLOCKS 1024 byte blocks if specified. With the -C option, file TARGET will be >created with a size of 1024 bytes times BLOCKS, which must be specified. > >Options: > -a Disable alignment of data structures > -A Toggle Atari variant of the filesystem > -b SECTOR Select SECTOR as location of the FAT32 backup boot sector > -c Check device for bad blocks before creating the filesystem > -C Create file TARGET then create filesystem in it > -D NUMBER Write BIOS drive number NUMBER to boot sector > -f COUNT Create COUNT file allocation tables > -F SIZE Select FAT size SIZE (12, 16 or 32) > -g GEOM Select disk geometry: heads/sectors_per_track > -h NUMBER Write hidden sectors NUMBER to boot sector > -i VOLID Set volume ID to VOLID (a 32 bit hexadecimal number) > -I Ignore and disable safety checks > -l FILENAME Read bad blocks list from FILENAME > -m FILENAME Replace default error message in boot block with contents of FILENAME > -M TYPE Set media type in boot sector to TYPE > --mbr[=y|n|a] Fill (fake) MBR table with one partition which spans whole disk > -n LABEL Set volume name to LABEL (up to 11 characters long) > --codepage=N use DOS codepage N to encode label (default: 850) > -r COUNT Make room for at least COUNT entries in the root directory > -R COUNT Set minimal number of reserved sectors to COUNT > -s COUNT Set number of sectors per cluster to COUNT > -S SIZE Select a sector size of SIZE (a power of two, at least 512) > -v Verbose execution > --variant=TYPE Select variant TYPE of filesystem (standard or Atari) > > --invariant Use constants for randomly generated or time based values > --offset=SECTOR Write the filesystem at a specific sector into the device file. > --help Show this help message and exit > >INFO:program:...done [1] (exit code: 0) >DEBUG:blivet:registered device format class Ext2FS as ext2 >DEBUG:blivet:registered device format class Ext3FS as ext3 >DEBUG:blivet:registered device format class Ext4FS as ext4 >DEBUG:blivet:registered device format class FATFS as vfat >DEBUG:blivet:registered device format class EFIFS as efi >DEBUG:blivet:registered device format class BTRFS as btrfs >DEBUG:blivet:registered device format class GFS2 as gfs2 >DEBUG:blivet:registered device format class JFS as jfs >DEBUG:blivet:registered device format class ReiserFS as reiserfs >DEBUG:blivet:registered device format class XFS as xfs >DEBUG:blivet:registered device format class StratisXFS as stratis xfs >DEBUG:blivet:registered device format class HFS as hfs >DEBUG:blivet:registered device format class AppleBootstrapFS as appleboot >DEBUG:blivet:registered device format class HFSPlus as hfs+ >DEBUG:blivet:registered device format class MacEFIFS as macefi >DEBUG:blivet:registered device format class NTFS as ntfs >DEBUG:blivet:registered device format class ExFATFS as exfat >DEBUG:blivet:registered device format class F2FS as f2fs >DEBUG:blivet:registered device format class NFS as nfs >DEBUG:blivet:registered device format class NFSv4 as nfs4 >DEBUG:blivet:registered device format class Iso9660FS as iso9660 >DEBUG:blivet:registered device format class UDFFS as udf >DEBUG:blivet:registered device format class NoDevFS as nodev >DEBUG:blivet:registered device format class DevPtsFS as devpts >DEBUG:blivet:registered device format class ProcFS as proc >DEBUG:blivet:registered device format class SysFS as sysfs >DEBUG:blivet:registered device format class TmpFS as tmpfs >DEBUG:blivet:registered device format class BindFS as bind >DEBUG:blivet:registered device format class SELinuxFS as selinuxfs >DEBUG:blivet:registered device format class USBFS as usbfs >DEBUG:blivet:registered device format class EFIVarFS as efivarfs >DEBUG:blivet:registered device format class LUKS as luks >DEBUG:blivet:registered device format class Integrity as integrity >DEBUG:blivet:registered device format class LVMPhysicalVolume as lvmpv >DEBUG:blivet:registered device format class MDRaidMember as mdmember >DEBUG:blivet:registered device format class MultipathMember as multipath_member >DEBUG:blivet:registered device format class PPCPRePBoot as prepboot >DEBUG:blivet:registered device format class SwapSpace as swap >DEBUG:blivet:registered device format class StratisBlockdev as stratis >DEBUG:blivet:default disklabel has been set to gpt >INFO:program:Running... udevadm trigger --action=change --subsystem-match=block >DEBUG:program:Return code: 0 >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >WARNING:py.warnings:/usr/lib/python3.11/site-packages/requests_ftp/ftp.py:9: DeprecationWarning: 'cgi' is deprecated and slated for removal in Python 3.13 > import cgi > >INFO:blivet:failed to get initiator name from iscsi firmware: Failed to call GetFirmwareInitiatorName method on /org/freedesktop/UDisks2/Manager with None arguments: GDBus.Error:org.freedesktop.UDisks2.Error.ISCSI.NoFirmware: No firmware found >WARNING:py.warnings:/usr/lib/python3.11/site-packages/pykickstart/commands/realm.py:26: DeprecationWarning: 'pipes' is deprecated and slated for removal in Python 3.13 > import pipes > >DEBUG:anaconda.modules.storage.bootloader.bootloader:The default type is set to 'BootloaderType.DEFAULT'. >DEBUG:anaconda.modules.storage.fcoe.fcoe:Start up the FCoE module. >INFO:program:Running... modprobe libfc >DEBUG:program:Return code: 0 >INFO:program:Running... /usr/libexec/fcoe/fcoe_edd.sh -i >ERROR:program:Error running /usr/libexec/fcoe/fcoe_edd.sh: No such file or directory >INFO:blivet:Failed to read FCoE EDD info: No such file or directory >DEBUG:anaconda.modules.storage.iscsi.iscsi:Start up the iSCSI module. >INFO:blivet:ISCSID is /sbin/iscsid >INFO:program:Running... systemctl start iscsi-init.service >DEBUG:program:Return code: 0 >INFO:blivet:no initiator set >DEBUG:anaconda.modules.storage.zfcp.zfcp:Start up the zFCP module. >INFO:program:Running [2] e2fsck -V ... >INFO:program:stdout[2]: >INFO:program:stderr[2]: e2fsck 1.46.5 (30-Dec-2021) > Using EXT2FS Library version 1.46.5, 30-Dec-2021 > >INFO:program:...done [2] (exit code: 0) >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 0 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:trying to set new default fstype to 'ext4' >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 1 >DEBUG:blivet: Ext4FS.supported: supported: True ; >INFO:program:Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT >INFO:program:stdout: >INFO:program:NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT >INFO:program:loop0 1987653632 root disk brw-rw---- squashfs >INFO:program:loop1 8128561152 root disk brw-rw---- ext4 Anaconda 2074eb84-624c-4790-83b6-8f3e4a82ae85 >INFO:program:|-live-rw 8128561152 root disk brw-rw---- ext4 Anaconda 2074eb84-624c-4790-83b6-8f3e4a82ae85 / >INFO:program:`-live-base 8128561152 root disk brw-rw---- ext4 Anaconda 2074eb84-624c-4790-83b6-8f3e4a82ae85 >INFO:program:loop2 34359738368 root disk brw-rw---- >INFO:program:`-live-rw 8128561152 root disk brw-rw---- ext4 Anaconda 2074eb84-624c-4790-83b6-8f3e4a82ae85 / >INFO:program:sda 128035676160 root disk brw-rw---- >INFO:program:|-sda1 524288000 root disk brw-rw---- ext4 e78bdfed-d203-4338-a4ed-8db17172bdbd 00090716-01 >INFO:program:`-sda2 127509987328 root disk brw-rw---- LVM2_member GAqkuM-e7nY-O2ZE-E2Dd-bcux-HkeY-RHbJUf 00090716-02 >INFO:program:sdb 500107862016 root disk brw-rw---- >INFO:program:`-sdb1 500106813440 root disk brw-rw---- LVM2_member i0HzEq-HGe2-MRXw-X3od-P6CR-G86h-maSPFA 3a70219d-01 >INFO:program: |-vg_erwan--desktop-lv_swap 16676552704 root disk brw-rw---- swap 3fbcc456-95b8-4681-8cd8-981dab52cbf3 >INFO:program: |-vg_erwan--desktop-lv_home 164517380096 root disk brw-rw---- ext4 0901706e-a709-4c51-a005-c8385cf934e2 >INFO:program: `-vg_erwan--desktop-lv_root 173140869120 root disk brw-rw---- ext4 _Fedora-17-x86_6 4221e451-5d48-4d3a-913b-14b39cc69f82 >INFO:program:sdc 4107436032 root disk brw-rw---- iso9660 Fedora-WS-Live-38-1-6 2023-04-13-22-15-10-00 >INFO:program:|-sdc1 2086871040 root disk brw-rw---- iso9660 Fedora-WS-Live-38-1-6 2023-04-13-22-15-10-00 596bfe18-6cfc-4880-ba95-298703c7c362 /run/initramfs/live >INFO:program:|-sdc2 12208128 root disk brw-rw---- vfat ANACONDA EEB5-E40F 596bfe18-6cfc-4880-ba96-298703c7c362 >INFO:program:`-sdc3 307200 root disk brw-rw---- 596bfe18-6cfc-4880-ba97-298703c7c362 >INFO:program:sdd 0 root disk brw-rw---- >INFO:program:sde 0 root disk brw-rw---- >INFO:program:sdf 0 root disk brw-rw---- >INFO:program:sdg 0 root disk brw-rw---- >INFO:program:sdh 0 root disk brw-rw---- >INFO:program:sr0 1073741312 root cdrom brw-rw---- >INFO:program:zram0 8589934592 root disk brw-rw---- [SWAP] >DEBUG:program:Return code: 0 >DEBUG:blivet:lsblk output: >NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT >loop0 1987653632 root disk brw-rw---- squashfs >loop1 8128561152 root disk brw-rw---- ext4 Anaconda 2074eb84-624c-4790-83b6-8f3e4a82ae85 >|-live-rw 8128561152 root disk brw-rw---- ext4 Anaconda 2074eb84-624c-4790-83b6-8f3e4a82ae85 / >`-live-base 8128561152 root disk brw-rw---- ext4 Anaconda 2074eb84-624c-4790-83b6-8f3e4a82ae85 >loop2 34359738368 root disk brw-rw---- >`-live-rw 8128561152 root disk brw-rw---- ext4 Anaconda 2074eb84-624c-4790-83b6-8f3e4a82ae85 / >sda 128035676160 root disk brw-rw---- >|-sda1 524288000 root disk brw-rw---- ext4 e78bdfed-d203-4338-a4ed-8db17172bdbd 00090716-01 >`-sda2 127509987328 root disk brw-rw---- LVM2_member GAqkuM-e7nY-O2ZE-E2Dd-bcux-HkeY-RHbJUf 00090716-02 >sdb 500107862016 root disk brw-rw---- >`-sdb1 500106813440 root disk brw-rw---- LVM2_member i0HzEq-HGe2-MRXw-X3od-P6CR-G86h-maSPFA 3a70219d-01 > |-vg_erwan--desktop-lv_swap 16676552704 root disk brw-rw---- swap 3fbcc456-95b8-4681-8cd8-981dab52cbf3 > |-vg_erwan--desktop-lv_home 164517380096 root disk brw-rw---- ext4 0901706e-a709-4c51-a005-c8385cf934e2 > `-vg_erwan--desktop-lv_root 173140869120 root disk brw-rw---- ext4 _Fedora-17-x86_6 4221e451-5d48-4d3a-913b-14b39cc69f82 >sdc 4107436032 root disk brw-rw---- iso9660 Fedora-WS-Live-38-1-6 2023-04-13-22-15-10-00 >|-sdc1 2086871040 root disk brw-rw---- iso9660 Fedora-WS-Live-38-1-6 2023-04-13-22-15-10-00 596bfe18-6cfc-4880-ba95-298703c7c362 /run/initramfs/live >|-sdc2 12208128 root disk brw-rw---- vfat ANACONDA EEB5-E40F 596bfe18-6cfc-4880-ba96-298703c7c362 >`-sdc3 307200 root disk brw-rw---- 596bfe18-6cfc-4880-ba97-298703c7c362 >sdd 0 root disk brw-rw---- >sde 0 root disk brw-rw---- >sdf 0 root disk brw-rw---- >sdg 0 root disk brw-rw---- >sdh 0 root disk brw-rw---- >sr0 1073741312 root cdrom brw-rw---- >zram0 8589934592 root disk brw-rw---- [SWAP] > >DEBUG:blivet:lvm filter: clearing the lvm devices list >DEBUG:blivet:lvm filter: clearing the lvm devices list >DEBUG:blivet:trying to set new default fstype to 'ext4' >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 2 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:anaconda.storage:trying to set new default luks version to 'luks2' >DEBUG:blivet: LUKS.__init__: luks_version: luks2 ; >DEBUG:blivet:get_format('luks') returning LUKS instance with object id 3 >DEBUG:anaconda.modules.storage.storage:The storage model has changed. >DEBUG:anaconda.modules.common.base.base:Publish the service. >DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage/Checker. >INFO:anaconda.core.dbus:Connecting to the Anaconda bus at unix:path=/tmp/dbus-ATDwY6Orga,guid=8ffbe0683aaa0fe482dd808f64dc9595. >DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage/DeviceTree. >DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage/DiskInitialization. >DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage/DiskSelection. >DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage/Snapshot. >DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage/Bootloader. >DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage/FCoE. >DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage/iSCSI. >DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage/NVDIMM. >DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage/DASD. >DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage/zFCP. >DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage. >DEBUG:dasbus.connection:Registering a service name org.fedoraproject.Anaconda.Modules.Storage. >DEBUG:anaconda.modules.common.base.base:Start the loop. >DEBUG:anaconda.modules.common.base.base:Locale is set to en_US.UTF-8. >DEBUG:anaconda.modules.storage.checker.checker:Constraint 'min_ram' is set to '429916160'. >DEBUG:anaconda.modules.storage.disk_selection.selection:Disk images are set to '{}'. >DEBUG:blivet: DeviceTree.get_device_by_path: path: /dev/zram0 ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_path returned None >DEBUG:blivet:failed to resolve '/dev/zram0' >DEBUG:anaconda.modules.storage.disk_selection.selection:Protected devices are set to '['/dev/zram0']'. >DEBUG:anaconda.storage:Creating a copy of the storage model. >DEBUG:blivet:starting Blivet copy >DEBUG:blivet:finished Blivet copy >DEBUG:anaconda.storage:Finished a copy of the storage model. >DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage/Task/1. >INFO:anaconda.threading:Running Thread: AnaTaskThread-ScanDevicesTask-1 (139979348747968) >INFO:anaconda.modules.common.task.task:Scan all devices >INFO:program:Running... systemctl start iscsi-init.service >DEBUG:program:Return code: 0 >INFO:blivet:no initiator set >INFO:blivet:resetting Blivet (version 3.7.1) instance <pyanaconda.modules.storage.devicetree.model.InstallerStorage object at 0x7f4f7b6086d0> >DEBUG:blivet:lvm filter: clearing the lvm devices list >INFO:blivet:DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] >WARNING:blivet:Failed to call the update_volume_info method: libstoragemgmt functionality not available >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:testdata:sysfs attr /sys/class/block/sdc/device/model: 466c617368204469736b2020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdd/device/model: 436f6d7061637420466c6173682020200a >DEBUG:testdata:sysfs attr /sys/class/block/sde/device/model: 534d2f78442d506963747572652020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdf/device/model: 53442f4d4d43202020202020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdg/device/model: 4d2e532e2f4d2e532e50726f2f4847200a >DEBUG:testdata:sysfs attr /sys/class/block/sdh/device/model: 53442f4d4d432f4d2e532e50524f20200a >DEBUG:testdata:sysfs attr /sys/class/block/sda/device/model: 53414d53554e472053534420383330200a >DEBUG:testdata:sysfs attr /sys/class/block/sdb/device/model: 53616d73756e672053534420383530200a >DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 4456442d52572053482d3231364142200a >INFO:blivet:devices to scan: ['sdc', 'sdc1', 'sdc2', 'sdc3', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sda', 'sda1', 'sda2', 'sdb', 'sdb1', 'sr0', 'loop0', 'loop1', 'loop2', 'vg_erwan--desktop-lv_swap', 'vg_erwan--desktop-lv_home', 'vg_erwan--desktop-lv_root', 'live-rw', 'live-base'] >DEBUG:blivet: DeviceTree.handle_device: name: sdc ; info: {'CURRENT_TAGS': ':systemd:', > 'DEVLINKS': '/dev/disk/by-label/Fedora-WS-Live-38-1-6 ' > '/dev/disk/by-id/usb-Generic_Flash_Disk_39661D1D-0:0 ' > '/dev/disk/by-uuid/2023-04-13-22-15-10-00 ' > '/dev/disk/by-path/pci-0000:00:1a.0-usb-0:1.1:1.0-scsi-0:0:0:0 ' > '/dev/disk/by-diskseq/8', > 'DEVNAME': '/dev/sdc', > 'DEVPATH': '/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.1/3-1.1:1.0/host6/target6:0:0/6:0:0:0/block/sdc', > 'DEVTYPE': 'disk', > 'DISKSEQ': '8', > 'ID_BUS': 'usb', > 'ID_FS_BOOT_SYSTEM_ID': 'EL\\x20TORITO\\x20SPECIFICATION', > 'ID_FS_DATA_PREPARER_ID': 'XORRISO-1.5.4\\x202021.01.30.150001\\x2c\\x20LIBISOBURN-1.5.4\\x2c\\x20LIBISOFS-1.5.4\\x2c\\x20LIBBURN-1.5.4', > 'ID_FS_LABEL': 'Fedora-WS-Live-38-1-6', > 'ID_FS_LABEL_ENC': 'Fedora-WS-Live-38-1-6', > 'ID_FS_TYPE': 'iso9660', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '2023-04-13-22-15-10-00', > 'ID_FS_UUID_ENC': '2023-04-13-22-15-10-00', > 'ID_FS_VERSION': 'Joliet Extension', > 'ID_INSTANCE': '0:0', > 'ID_MODEL': 'Flash_Disk', > 'ID_MODEL_ENC': 'Flash\\x20Disk\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_MODEL_ID': '6387', > 'ID_PART_TABLE_TYPE': 'gpt', > 'ID_PART_TABLE_UUID': '596bfe18-6cfc-4880-ba94-298703c7c362', > 'ID_PATH': 'pci-0000:00:1a.0-usb-0:1.1:1.0-scsi-0:0:0:0', > 'ID_PATH_TAG': 'pci-0000_00_1a_0-usb-0_1_1_1_0-scsi-0_0_0_0', > 'ID_REVISION': '8.00', > 'ID_SERIAL': 'Generic_Flash_Disk_39661D1D-0:0', > 'ID_SERIAL_SHORT': '39661D1D', > 'ID_TYPE': 'disk', > 'ID_USB_DRIVER': 'usb-storage', > 'ID_USB_INSTANCE': '0:0', > 'ID_USB_INTERFACES': ':080650:', > 'ID_USB_INTERFACE_NUM': '00', > 'ID_USB_MODEL': 'Flash_Disk', > 'ID_USB_MODEL_ENC': 'Flash\\x20Disk\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_USB_MODEL_ID': '6387', > 'ID_USB_REVISION': '8.00', > 'ID_USB_SERIAL': 'Generic_Flash_Disk_39661D1D-0:0', > 'ID_USB_SERIAL_SHORT': '39661D1D', > 'ID_USB_TYPE': 'disk', > 'ID_USB_VENDOR': 'Generic', > 'ID_USB_VENDOR_ENC': 'Generic\\x20', > 'ID_USB_VENDOR_ID': '058f', > 'ID_VENDOR': 'Generic', > 'ID_VENDOR_ENC': 'Generic\\x20', > 'ID_VENDOR_ID': '058f', > 'MAJOR': '8', > 'MINOR': '32', > 'NVME_HOST_IFACE': 'none', > 'SUBSYSTEM': 'block', > 'SYS_NAME': 'sdc', > 'SYS_PATH': '/sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.1/3-1.1:1.0/host6/target6:0:0/6:0:0:0/block/sdc', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '16440533'} ; >INFO:blivet:scanning sdc (/sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.1/3-1.1:1.0/host6/target6:0:0/6:0:0:0/block/sdc)... >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.1/3-1.1:1.0/host6/target6:0:0/6:0:0:0/block/sdc/hidden: 300a >DEBUG:blivet: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned None >WARNING:py.warnings:/usr/lib/python3.11/site-packages/blivet/udev.py:1062: DeprecationWarning: Will be removed in 1.0. Access properties with Device.properties. > while device: > >DEBUG:blivet: DiskDevicePopulator.run: name: sdc ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.1/3-1.1:1.0/host6/target6:0:0/6:0:0:0/block/sdc/device/vendor: 47656e65726963200a >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.1/3-1.1:1.0/host6/target6:0:0/6:0:0:0/block/sdc/device/model: 466c617368204469736b2020202020200a >INFO:blivet:sdc is a disk >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 5 >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 6 >DEBUG:blivet: DiskDevice._set_format: sdc ; type: None ; current: None ; >DEBUG:blivet: DiskDevice.update_sysfs_path: sdc ; status: True ; >DEBUG:blivet:sdc sysfs_path set to /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.1/3-1.1:1.0/host6/target6:0:0/6:0:0:0/block/sdc >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdc ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.1/3-1.1:1.0/host6/target6:0:0/6:0:0:0/block/sdc ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.1/3-1.1:1.0/host6/target6:0:0/6:0:0:0/block/sdc/size: 383032323333360a >DEBUG:blivet:updated sdc size to 3.83 GiB (3.83 GiB) >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.1/3-1.1:1.0/host6/target6:0:0/6:0:0:0/block/sdc/queue/rotational: 310a >INFO:blivet:added disk sdc (id 4) to device tree >INFO:blivet:got device: DiskDevice instance (0x7f4f7acc1590) -- > name = sdc status = True id = 4 > children = [] > parents = [] > uuid = None size = 3.83 GiB > format = existing None > major = 8 minor = 32 exists = True protected = False > sysfs path = /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.1/3-1.1:1.0/host6/target6:0:0/6:0:0:0/block/sdc > target size = 3.83 GiB path = /dev/sdc > format args = [] original_format = None removable = True wwn = None >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.1/3-1.1:1.0/host6/target6:0:0/6:0:0:0/block/sdc/ro: 300a >DEBUG:blivet: DeviceTree.handle_format: name: sdc ; >DEBUG:blivet: AppleBootstrapFS.supported: supported: True ; >DEBUG:blivet:get_format('appleboot') returning AppleBootstrapFS instance with object id 8 >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet:get_format('efi') returning EFIFS instance with object id 9 >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 10 >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 11 >WARNING:blivet:Stratis DBus service is not running >INFO:blivet:type detected on 'sdc' is 'iso9660' >DEBUG:blivet: Iso9660FS.supported: supported: True ; >DEBUG:blivet:get_format('iso9660') returning Iso9660FS instance with object id 12 >DEBUG:blivet: DiskDevice._set_format: sdc ; type: iso9660 ; current: None ; >INFO:blivet:got format: existing iso9660 filesystem >DEBUG:blivet: DeviceTree.handle_device: name: sdc1 ; info: {'CURRENT_TAGS': ':systemd:', > 'DEVLINKS': '/dev/disk/by-partuuid/596bfe18-6cfc-4880-ba95-298703c7c362 ' > '/dev/disk/by-id/usb-Generic_Flash_Disk_39661D1D-0:0-part1 ' > '/dev/disk/by-diskseq/8-part1 ' > '/dev/disk/by-path/pci-0000:00:1a.0-usb-0:1.1:1.0-scsi-0:0:0:0-part1 ' > '/dev/disk/by-label/Fedora-WS-Live-38-1-6 ' > '/dev/disk/by-partlabel/ISO9660 ' > '/dev/disk/by-uuid/2023-04-13-22-15-10-00', > 'DEVNAME': '/dev/sdc1', > 'DEVPATH': '/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.1/3-1.1:1.0/host6/target6:0:0/6:0:0:0/block/sdc/sdc1', > 'DEVTYPE': 'partition', > 'DISKSEQ': '8', > 'ID_BUS': 'usb', > 'ID_FS_DATA_PREPARER_ID': 'XORRISO-1.5.4\\x202021.01.30.150001\\x2c\\x20LIBISOBURN-1.5.4\\x2c\\x20LIBISOFS-1.5.4\\x2c\\x20LIBBURN-1.5.4', > 'ID_FS_LABEL': 'Fedora-WS-Live-38-1-6', > 'ID_FS_LABEL_ENC': 'Fedora-WS-Live-38-1-6', > 'ID_FS_TYPE': 'iso9660', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '2023-04-13-22-15-10-00', > 'ID_FS_UUID_ENC': '2023-04-13-22-15-10-00', > 'ID_FS_VERSION': 'Joliet Extension', > 'ID_INSTANCE': '0:0', > 'ID_MODEL': 'Flash_Disk', > 'ID_MODEL_ENC': 'Flash\\x20Disk\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_MODEL_ID': '6387', > 'ID_PART_ENTRY_DISK': '8:32', > 'ID_PART_ENTRY_FLAGS': '0x1000000000000001', > 'ID_PART_ENTRY_NAME': 'ISO9660', > 'ID_PART_ENTRY_NUMBER': '1', > 'ID_PART_ENTRY_OFFSET': '64', > 'ID_PART_ENTRY_SCHEME': 'gpt', > 'ID_PART_ENTRY_SIZE': '4075920', > 'ID_PART_ENTRY_TYPE': 'ebd0a0a2-b9e5-4433-87c0-68b6b72699c7', > 'ID_PART_ENTRY_UUID': '596bfe18-6cfc-4880-ba95-298703c7c362', > 'ID_PART_TABLE_TYPE': 'gpt', > 'ID_PART_TABLE_UUID': '596bfe18-6cfc-4880-ba94-298703c7c362', > 'ID_PATH': 'pci-0000:00:1a.0-usb-0:1.1:1.0-scsi-0:0:0:0', > 'ID_PATH_TAG': 'pci-0000_00_1a_0-usb-0_1_1_1_0-scsi-0_0_0_0', > 'ID_REVISION': '8.00', > 'ID_SERIAL': 'Generic_Flash_Disk_39661D1D-0:0', > 'ID_SERIAL_SHORT': '39661D1D', > 'ID_TYPE': 'disk', > 'ID_USB_DRIVER': 'usb-storage', > 'ID_USB_INSTANCE': '0:0', > 'ID_USB_INTERFACES': ':080650:', > 'ID_USB_INTERFACE_NUM': '00', > 'ID_USB_MODEL': 'Flash_Disk', > 'ID_USB_MODEL_ENC': 'Flash\\x20Disk\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_USB_MODEL_ID': '6387', > 'ID_USB_REVISION': '8.00', > 'ID_USB_SERIAL': 'Generic_Flash_Disk_39661D1D-0:0', > 'ID_USB_SERIAL_SHORT': '39661D1D', > 'ID_USB_TYPE': 'disk', > 'ID_USB_VENDOR': 'Generic', > 'ID_USB_VENDOR_ENC': 'Generic\\x20', > 'ID_USB_VENDOR_ID': '058f', > 'ID_VENDOR': 'Generic', > 'ID_VENDOR_ENC': 'Generic\\x20', > 'ID_VENDOR_ID': '058f', > 'MAJOR': '8', > 'MINOR': '33', > 'NVME_HOST_IFACE': 'none', > 'PARTN': '1', > 'PARTNAME': 'ISO9660', > 'SUBSYSTEM': 'block', > 'SYS_NAME': 'sdc1', > 'SYS_PATH': '/sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.1/3-1.1:1.0/host6/target6:0:0/6:0:0:0/block/sdc/sdc1', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '16735616'} ; >INFO:blivet:scanning sdc1 (/sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.1/3-1.1:1.0/host6/target6:0:0/6:0:0:0/block/sdc/sdc1)... >WARNING:blivet:hidden is not a valid attribute >DEBUG:blivet: DeviceTree.get_device_by_name: name: sdc1 ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned None >DEBUG:blivet: PartitionDevicePopulator.run: name: sdc1 ; >DEBUG:blivet: DeviceTree.get_device_by_name: name: sdc1 ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned None >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:testdata:sysfs attr /sys/class/block/sdc/device/model: 466c617368204469736b2020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdd/device/model: 436f6d7061637420466c6173682020200a >DEBUG:testdata:sysfs attr /sys/class/block/sde/device/model: 534d2f78442d506963747572652020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdf/device/model: 53442f4d4d43202020202020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdg/device/model: 4d2e532e2f4d2e532e50726f2f4847200a >DEBUG:testdata:sysfs attr /sys/class/block/sdh/device/model: 53442f4d4d432f4d2e532e50524f20200a >DEBUG:testdata:sysfs attr /sys/class/block/sda/device/model: 53414d53554e472053534420383330200a >DEBUG:testdata:sysfs attr /sys/class/block/sdb/device/model: 53616d73756e672053534420383530200a >DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 4456442d52572053482d3231364142200a >DEBUG:blivet: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 3.83 GiB disk sdc (4) with existing iso9660 filesystem >DEBUG:blivet:ignoring partition sdc1 on iso9660 >DEBUG:blivet:no device obtained for sdc1 >DEBUG:blivet: DeviceTree.handle_device: name: sdc2 ; info: {'CURRENT_TAGS': ':systemd:', > 'DEVLINKS': '/dev/disk/by-label/ANACONDA ' > '/dev/disk/by-partuuid/596bfe18-6cfc-4880-ba96-298703c7c362 ' > '/dev/disk/by-path/pci-0000:00:1a.0-usb-0:1.1:1.0-scsi-0:0:0:0-part2 ' > '/dev/disk/by-uuid/EEB5-E40F ' > '/dev/disk/by-id/usb-Generic_Flash_Disk_39661D1D-0:0-part2 ' > '/dev/disk/by-partlabel/Appended2 /dev/disk/by-diskseq/8-part2', > 'DEVNAME': '/dev/sdc2', > 'DEVPATH': '/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.1/3-1.1:1.0/host6/target6:0:0/6:0:0:0/block/sdc/sdc2', > 'DEVTYPE': 'partition', > 'DISKSEQ': '8', > 'ID_BUS': 'usb', > 'ID_FS_LABEL': 'ANACONDA', > 'ID_FS_LABEL_ENC': 'ANACONDA', > 'ID_FS_TYPE': 'vfat', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': 'EEB5-E40F', > 'ID_FS_UUID_ENC': 'EEB5-E40F', > 'ID_FS_VERSION': 'FAT16', > 'ID_INSTANCE': '0:0', > 'ID_MODEL': 'Flash_Disk', > 'ID_MODEL_ENC': 'Flash\\x20Disk\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_MODEL_ID': '6387', > 'ID_PART_ENTRY_DISK': '8:32', > 'ID_PART_ENTRY_NAME': 'Appended2', > 'ID_PART_ENTRY_NUMBER': '2', > 'ID_PART_ENTRY_OFFSET': '4075984', > 'ID_PART_ENTRY_SCHEME': 'gpt', > 'ID_PART_ENTRY_SIZE': '23844', > 'ID_PART_ENTRY_TYPE': 'c12a7328-f81f-11d2-ba4b-00a0c93ec93b', > 'ID_PART_ENTRY_UUID': '596bfe18-6cfc-4880-ba96-298703c7c362', > 'ID_PART_TABLE_TYPE': 'gpt', > 'ID_PART_TABLE_UUID': '596bfe18-6cfc-4880-ba94-298703c7c362', > 'ID_PATH': 'pci-0000:00:1a.0-usb-0:1.1:1.0-scsi-0:0:0:0', > 'ID_PATH_TAG': 'pci-0000_00_1a_0-usb-0_1_1_1_0-scsi-0_0_0_0', > 'ID_REVISION': '8.00', > 'ID_SERIAL': 'Generic_Flash_Disk_39661D1D-0:0', > 'ID_SERIAL_SHORT': '39661D1D', > 'ID_TYPE': 'disk', > 'ID_USB_DRIVER': 'usb-storage', > 'ID_USB_INSTANCE': '0:0', > 'ID_USB_INTERFACES': ':080650:', > 'ID_USB_INTERFACE_NUM': '00', > 'ID_USB_MODEL': 'Flash_Disk', > 'ID_USB_MODEL_ENC': 'Flash\\x20Disk\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_USB_MODEL_ID': '6387', > 'ID_USB_REVISION': '8.00', > 'ID_USB_SERIAL': 'Generic_Flash_Disk_39661D1D-0:0', > 'ID_USB_SERIAL_SHORT': '39661D1D', > 'ID_USB_TYPE': 'disk', > 'ID_USB_VENDOR': 'Generic', > 'ID_USB_VENDOR_ENC': 'Generic\\x20', > 'ID_USB_VENDOR_ID': '058f', > 'ID_VENDOR': 'Generic', > 'ID_VENDOR_ENC': 'Generic\\x20', > 'ID_VENDOR_ID': '058f', > 'MAJOR': '8', > 'MINOR': '34', > 'NVME_HOST_IFACE': 'none', > 'PARTN': '2', > 'PARTNAME': 'Appended2', > 'SUBSYSTEM': 'block', > 'SYS_NAME': 'sdc2', > 'SYS_PATH': '/sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.1/3-1.1:1.0/host6/target6:0:0/6:0:0:0/block/sdc/sdc2', > 'TAGS': ':systemd:', > 'UDISKS_IGNORE': '1', > 'USEC_INITIALIZED': '16595439'} ; >INFO:blivet:scanning sdc2 (/sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.1/3-1.1:1.0/host6/target6:0:0/6:0:0:0/block/sdc/sdc2)... >WARNING:blivet:hidden is not a valid attribute >DEBUG:blivet: DeviceTree.get_device_by_name: name: sdc2 ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned None >DEBUG:blivet: PartitionDevicePopulator.run: name: sdc2 ; >DEBUG:blivet: DeviceTree.get_device_by_name: name: sdc2 ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned None >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:testdata:sysfs attr /sys/class/block/sdc/device/model: 466c617368204469736b2020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdd/device/model: 436f6d7061637420466c6173682020200a >DEBUG:testdata:sysfs attr /sys/class/block/sde/device/model: 534d2f78442d506963747572652020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdf/device/model: 53442f4d4d43202020202020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdg/device/model: 4d2e532e2f4d2e532e50726f2f4847200a >DEBUG:testdata:sysfs attr /sys/class/block/sdh/device/model: 53442f4d4d432f4d2e532e50524f20200a >DEBUG:testdata:sysfs attr /sys/class/block/sda/device/model: 53414d53554e472053534420383330200a >DEBUG:testdata:sysfs attr /sys/class/block/sdb/device/model: 53616d73756e672053534420383530200a >DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 4456442d52572053482d3231364142200a >DEBUG:blivet: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 3.83 GiB disk sdc (4) with existing iso9660 filesystem >DEBUG:blivet:ignoring partition sdc2 on iso9660 >DEBUG:blivet:no device obtained for sdc2 >DEBUG:blivet: DeviceTree.handle_device: name: sdc3 ; info: {'CURRENT_TAGS': ':systemd:', > 'DEVLINKS': '/dev/disk/by-partlabel/Gap1 /dev/disk/by-diskseq/8-part3 ' > '/dev/disk/by-id/usb-Generic_Flash_Disk_39661D1D-0:0-part3 ' > '/dev/disk/by-partuuid/596bfe18-6cfc-4880-ba97-298703c7c362 ' > '/dev/disk/by-path/pci-0000:00:1a.0-usb-0:1.1:1.0-scsi-0:0:0:0-part3', > 'DEVNAME': '/dev/sdc3', > 'DEVPATH': '/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.1/3-1.1:1.0/host6/target6:0:0/6:0:0:0/block/sdc/sdc3', > 'DEVTYPE': 'partition', > 'DISKSEQ': '8', > 'ID_BUS': 'usb', > 'ID_INSTANCE': '0:0', > 'ID_MODEL': 'Flash_Disk', > 'ID_MODEL_ENC': 'Flash\\x20Disk\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_MODEL_ID': '6387', > 'ID_PART_ENTRY_DISK': '8:32', > 'ID_PART_ENTRY_FLAGS': '0x1000000000000001', > 'ID_PART_ENTRY_NAME': 'Gap1', > 'ID_PART_ENTRY_NUMBER': '3', > 'ID_PART_ENTRY_OFFSET': '4099828', > 'ID_PART_ENTRY_SCHEME': 'gpt', > 'ID_PART_ENTRY_SIZE': '600', > 'ID_PART_ENTRY_TYPE': 'ebd0a0a2-b9e5-4433-87c0-68b6b72699c7', > 'ID_PART_ENTRY_UUID': '596bfe18-6cfc-4880-ba97-298703c7c362', > 'ID_PART_TABLE_TYPE': 'gpt', > 'ID_PART_TABLE_UUID': '596bfe18-6cfc-4880-ba94-298703c7c362', > 'ID_PATH': 'pci-0000:00:1a.0-usb-0:1.1:1.0-scsi-0:0:0:0', > 'ID_PATH_TAG': 'pci-0000_00_1a_0-usb-0_1_1_1_0-scsi-0_0_0_0', > 'ID_REVISION': '8.00', > 'ID_SERIAL': 'Generic_Flash_Disk_39661D1D-0:0', > 'ID_SERIAL_SHORT': '39661D1D', > 'ID_TYPE': 'disk', > 'ID_USB_DRIVER': 'usb-storage', > 'ID_USB_INSTANCE': '0:0', > 'ID_USB_INTERFACES': ':080650:', > 'ID_USB_INTERFACE_NUM': '00', > 'ID_USB_MODEL': 'Flash_Disk', > 'ID_USB_MODEL_ENC': 'Flash\\x20Disk\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_USB_MODEL_ID': '6387', > 'ID_USB_REVISION': '8.00', > 'ID_USB_SERIAL': 'Generic_Flash_Disk_39661D1D-0:0', > 'ID_USB_SERIAL_SHORT': '39661D1D', > 'ID_USB_TYPE': 'disk', > 'ID_USB_VENDOR': 'Generic', > 'ID_USB_VENDOR_ENC': 'Generic\\x20', > 'ID_USB_VENDOR_ID': '058f', > 'ID_VENDOR': 'Generic', > 'ID_VENDOR_ENC': 'Generic\\x20', > 'ID_VENDOR_ID': '058f', > 'MAJOR': '8', > 'MINOR': '35', > 'NVME_HOST_IFACE': 'none', > 'PARTN': '3', > 'PARTNAME': 'Gap1', > 'SUBSYSTEM': 'block', > 'SYS_NAME': 'sdc3', > 'SYS_PATH': '/sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.1/3-1.1:1.0/host6/target6:0:0/6:0:0:0/block/sdc/sdc3', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '16552064'} ; >INFO:blivet:scanning sdc3 (/sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.1/3-1.1:1.0/host6/target6:0:0/6:0:0:0/block/sdc/sdc3)... >WARNING:blivet:hidden is not a valid attribute >DEBUG:blivet: DeviceTree.get_device_by_name: name: sdc3 ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned None >DEBUG:blivet: PartitionDevicePopulator.run: name: sdc3 ; >DEBUG:blivet: DeviceTree.get_device_by_name: name: sdc3 ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned None >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:testdata:sysfs attr /sys/class/block/sdc/device/model: 466c617368204469736b2020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdd/device/model: 436f6d7061637420466c6173682020200a >DEBUG:testdata:sysfs attr /sys/class/block/sde/device/model: 534d2f78442d506963747572652020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdf/device/model: 53442f4d4d43202020202020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdg/device/model: 4d2e532e2f4d2e532e50726f2f4847200a >DEBUG:testdata:sysfs attr /sys/class/block/sdh/device/model: 53442f4d4d432f4d2e532e50524f20200a >DEBUG:testdata:sysfs attr /sys/class/block/sda/device/model: 53414d53554e472053534420383330200a >DEBUG:testdata:sysfs attr /sys/class/block/sdb/device/model: 53616d73756e672053534420383530200a >DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 4456442d52572053482d3231364142200a >DEBUG:blivet: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 3.83 GiB disk sdc (4) with existing iso9660 filesystem >DEBUG:blivet:ignoring partition sdc3 on iso9660 >DEBUG:blivet:no device obtained for sdc3 >DEBUG:blivet: DeviceTree.handle_device: name: sdd ; info: {'CURRENT_TAGS': ':systemd:', > 'DEVLINKS': '/dev/disk/by-id/usb-Generic-_Compact_Flash_20100818841300000-0:0 ' > '/dev/disk/by-path/pci-0000:00:1a.0-usb-0:1.4:1.0-scsi-0:0:0:0 ' > '/dev/disk/by-diskseq/34', > 'DEVNAME': '/dev/sdd', > 'DEVPATH': '/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:0/block/sdd', > 'DEVTYPE': 'disk', > 'DISKSEQ': '34', > 'ID_BUS': 'usb', > 'ID_INSTANCE': '0:0', > 'ID_MODEL': 'Compact_Flash', > 'ID_MODEL_ENC': 'Compact\\x20Flash\\x20\\x20\\x20', > 'ID_MODEL_ID': '0184', > 'ID_PATH': 'pci-0000:00:1a.0-usb-0:1.4:1.0-scsi-0:0:0:0', > 'ID_PATH_TAG': 'pci-0000_00_1a_0-usb-0_1_4_1_0-scsi-0_0_0_0', > 'ID_REVISION': '1.00', > 'ID_SERIAL': 'Generic-_Compact_Flash_20100818841300000-0:0', > 'ID_SERIAL_SHORT': '20100818841300000', > 'ID_TYPE': 'disk', > 'ID_USB_DRIVER': 'ums-realtek', > 'ID_USB_INSTANCE': '0:0', > 'ID_USB_INTERFACES': ':080650:', > 'ID_USB_INTERFACE_NUM': '00', > 'ID_USB_MODEL': 'Compact_Flash', > 'ID_USB_MODEL_ENC': 'Compact\\x20Flash\\x20\\x20\\x20', > 'ID_USB_MODEL_ID': '0184', > 'ID_USB_REVISION': '1.00', > 'ID_USB_SERIAL': 'Generic-_Compact_Flash_20100818841300000-0:0', > 'ID_USB_SERIAL_SHORT': '20100818841300000', > 'ID_USB_TYPE': 'disk', > 'ID_USB_VENDOR': 'Generic-', > 'ID_USB_VENDOR_ENC': 'Generic-', > 'ID_USB_VENDOR_ID': '0bda', > 'ID_VENDOR': 'Generic-', > 'ID_VENDOR_ENC': 'Generic-', > 'ID_VENDOR_ID': '0bda', > 'MAJOR': '8', > 'MINOR': '48', > 'NVME_HOST_IFACE': 'none', > 'SUBSYSTEM': 'block', > 'SYS_NAME': 'sdd', > 'SYS_PATH': '/sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:0/block/sdd', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '16182205'} ; >INFO:blivet:scanning sdd (/sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:0/block/sdd)... >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:0/block/sdd/hidden: 300a >DEBUG:blivet: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned None >WARNING:py.warnings:/usr/lib/python3.11/site-packages/blivet/udev.py:1062: DeprecationWarning: Will be removed in 1.0. Access properties with Device.properties. > while device: > >DEBUG:blivet: DiskDevicePopulator.run: name: sdd ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:0/block/sdd/device/vendor: 47656e657269632d0a >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:0/block/sdd/device/model: 436f6d7061637420466c6173682020200a >INFO:blivet:sdd is a disk >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 15 >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 16 >DEBUG:blivet: DiskDevice._set_format: sdd ; type: None ; current: None ; >DEBUG:blivet: DiskDevice.update_sysfs_path: sdd ; status: True ; >DEBUG:blivet:sdd sysfs_path set to /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:0/block/sdd >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:0/block/sdd ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:0/block/sdd/size: 300a >DEBUG:blivet:updated sdd size to 0 B (0 B) >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:0/block/sdd/queue/rotational: 310a >INFO:blivet:added disk sdd (id 14) to device tree >INFO:blivet:got device: DiskDevice instance (0x7f4f7ad35910) -- > name = sdd status = True id = 14 > children = [] > parents = [] > uuid = None size = 0 B > format = existing None > major = 8 minor = 48 exists = True protected = False > sysfs path = /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:0/block/sdd > target size = 0 B path = /dev/sdd > format args = [] original_format = None removable = True wwn = None >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:0/block/sdd/ro: 300a >DEBUG:blivet: DeviceTree.handle_format: name: sdd ; >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:0/block/sdd ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:0/block/sdd/size: 300a >DEBUG:blivet:no media present for device sdd >DEBUG:blivet: DeviceTree.handle_device: name: sde ; info: {'CURRENT_TAGS': ':systemd:', > 'DEVLINKS': '/dev/disk/by-path/pci-0000:00:1a.0-usb-0:1.4:1.0-scsi-0:0:0:1 ' > '/dev/disk/by-diskseq/36 ' > '/dev/disk/by-id/usb-Generic-_SM_xD-Picture_20100818841300000-0:1', > 'DEVNAME': '/dev/sde', > 'DEVPATH': '/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:1/block/sde', > 'DEVTYPE': 'disk', > 'DISKSEQ': '36', > 'ID_BUS': 'usb', > 'ID_INSTANCE': '0:1', > 'ID_MODEL': 'SM_xD-Picture', > 'ID_MODEL_ENC': 'SM\\x2fxD-Picture\\x20\\x20\\x20', > 'ID_MODEL_ID': '0184', > 'ID_PATH': 'pci-0000:00:1a.0-usb-0:1.4:1.0-scsi-0:0:0:1', > 'ID_PATH_TAG': 'pci-0000_00_1a_0-usb-0_1_4_1_0-scsi-0_0_0_1', > 'ID_REVISION': '1.00', > 'ID_SERIAL': 'Generic-_SM_xD-Picture_20100818841300000-0:1', > 'ID_SERIAL_SHORT': '20100818841300000', > 'ID_TYPE': 'disk', > 'ID_USB_DRIVER': 'ums-realtek', > 'ID_USB_INSTANCE': '0:1', > 'ID_USB_INTERFACES': ':080650:', > 'ID_USB_INTERFACE_NUM': '00', > 'ID_USB_MODEL': 'SM_xD-Picture', > 'ID_USB_MODEL_ENC': 'SM\\x2fxD-Picture\\x20\\x20\\x20', > 'ID_USB_MODEL_ID': '0184', > 'ID_USB_REVISION': '1.00', > 'ID_USB_SERIAL': 'Generic-_SM_xD-Picture_20100818841300000-0:1', > 'ID_USB_SERIAL_SHORT': '20100818841300000', > 'ID_USB_TYPE': 'disk', > 'ID_USB_VENDOR': 'Generic-', > 'ID_USB_VENDOR_ENC': 'Generic-', > 'ID_USB_VENDOR_ID': '0bda', > 'ID_VENDOR': 'Generic-', > 'ID_VENDOR_ENC': 'Generic-', > 'ID_VENDOR_ID': '0bda', > 'MAJOR': '8', > 'MINOR': '64', > 'NVME_HOST_IFACE': 'none', > 'SUBSYSTEM': 'block', > 'SYS_NAME': 'sde', > 'SYS_PATH': '/sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:1/block/sde', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '16206091'} ; >INFO:blivet:scanning sde (/sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:1/block/sde)... >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:1/block/sde/hidden: 300a >DEBUG:blivet: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned None >DEBUG:blivet: DiskDevicePopulator.run: name: sde ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:1/block/sde/device/vendor: 47656e657269632d0a >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:1/block/sde/device/model: 534d2f78442d506963747572652020200a >INFO:blivet:sde is a disk >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 20 >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 21 >DEBUG:blivet: DiskDevice._set_format: sde ; type: None ; current: None ; >DEBUG:blivet: DiskDevice.update_sysfs_path: sde ; status: True ; >DEBUG:blivet:sde sysfs_path set to /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:1/block/sde >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:1/block/sde ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:1/block/sde/size: 300a >DEBUG:blivet:updated sde size to 0 B (0 B) >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:1/block/sde/queue/rotational: 310a >INFO:blivet:added disk sde (id 19) to device tree >INFO:blivet:got device: DiskDevice instance (0x7f4f7ad0ebd0) -- > name = sde status = True id = 19 > children = [] > parents = [] > uuid = None size = 0 B > format = existing None > major = 8 minor = 64 exists = True protected = False > sysfs path = /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:1/block/sde > target size = 0 B path = /dev/sde > format args = [] original_format = None removable = True wwn = None >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:1/block/sde/ro: 300a >DEBUG:blivet: DeviceTree.handle_format: name: sde ; >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:1/block/sde ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:1/block/sde/size: 300a >DEBUG:blivet:no media present for device sde >DEBUG:blivet: DeviceTree.handle_device: name: sdf ; info: {'CURRENT_TAGS': ':systemd:', > 'DEVLINKS': '/dev/disk/by-diskseq/33 ' > '/dev/disk/by-path/pci-0000:00:1a.0-usb-0:1.4:1.0-scsi-0:0:0:2 ' > '/dev/disk/by-id/usb-Generic-_SD_MMC_20100818841300000-0:2', > 'DEVNAME': '/dev/sdf', > 'DEVPATH': '/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:2/block/sdf', > 'DEVTYPE': 'disk', > 'DISKSEQ': '33', > 'ID_BUS': 'usb', > 'ID_INSTANCE': '0:2', > 'ID_MODEL': 'SD_MMC', > 'ID_MODEL_ENC': 'SD\\x2fMMC\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_MODEL_ID': '0184', > 'ID_PATH': 'pci-0000:00:1a.0-usb-0:1.4:1.0-scsi-0:0:0:2', > 'ID_PATH_TAG': 'pci-0000_00_1a_0-usb-0_1_4_1_0-scsi-0_0_0_2', > 'ID_REVISION': '1.00', > 'ID_SERIAL': 'Generic-_SD_MMC_20100818841300000-0:2', > 'ID_SERIAL_SHORT': '20100818841300000', > 'ID_TYPE': 'disk', > 'ID_USB_DRIVER': 'ums-realtek', > 'ID_USB_INSTANCE': '0:2', > 'ID_USB_INTERFACES': ':080650:', > 'ID_USB_INTERFACE_NUM': '00', > 'ID_USB_MODEL': 'SD_MMC', > 'ID_USB_MODEL_ENC': 'SD\\x2fMMC\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_USB_MODEL_ID': '0184', > 'ID_USB_REVISION': '1.00', > 'ID_USB_SERIAL': 'Generic-_SD_MMC_20100818841300000-0:2', > 'ID_USB_SERIAL_SHORT': '20100818841300000', > 'ID_USB_TYPE': 'disk', > 'ID_USB_VENDOR': 'Generic-', > 'ID_USB_VENDOR_ENC': 'Generic-', > 'ID_USB_VENDOR_ID': '0bda', > 'ID_VENDOR': 'Generic-', > 'ID_VENDOR_ENC': 'Generic-', > 'ID_VENDOR_ID': '0bda', > 'MAJOR': '8', > 'MINOR': '80', > 'NVME_HOST_IFACE': 'none', > 'SUBSYSTEM': 'block', > 'SYS_NAME': 'sdf', > 'SYS_PATH': '/sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:2/block/sdf', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '16184440'} ; >INFO:blivet:scanning sdf (/sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:2/block/sdf)... >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:2/block/sdf/hidden: 300a >DEBUG:blivet: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned None >DEBUG:blivet: DiskDevicePopulator.run: name: sdf ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:2/block/sdf/device/vendor: 47656e657269632d0a >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:2/block/sdf/device/model: 53442f4d4d43202020202020202020200a >INFO:blivet:sdf is a disk >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 25 >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 26 >DEBUG:blivet: DiskDevice._set_format: sdf ; type: None ; current: None ; >DEBUG:blivet: DiskDevice.update_sysfs_path: sdf ; status: True ; >DEBUG:blivet:sdf sysfs_path set to /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:2/block/sdf >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:2/block/sdf ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:2/block/sdf/size: 300a >DEBUG:blivet:updated sdf size to 0 B (0 B) >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:2/block/sdf/queue/rotational: 310a >INFO:blivet:added disk sdf (id 24) to device tree >INFO:blivet:got device: DiskDevice instance (0x7f4f7ad0c8d0) -- > name = sdf status = True id = 24 > children = [] > parents = [] > uuid = None size = 0 B > format = existing None > major = 8 minor = 80 exists = True protected = False > sysfs path = /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:2/block/sdf > target size = 0 B path = /dev/sdf > format args = [] original_format = None removable = True wwn = None >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:2/block/sdf/ro: 300a >DEBUG:blivet: DeviceTree.handle_format: name: sdf ; >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:2/block/sdf ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:2/block/sdf/size: 300a >DEBUG:blivet:no media present for device sdf >DEBUG:blivet: DeviceTree.handle_device: name: sdg ; info: {'CURRENT_TAGS': ':systemd:', > 'DEVLINKS': '/dev/disk/by-id/usb-Generic-_M.S._M.S.Pro_HG_20100818841300000-0:3 ' > '/dev/disk/by-path/pci-0000:00:1a.0-usb-0:1.4:1.0-scsi-0:0:0:3 ' > '/dev/disk/by-diskseq/35', > 'DEVNAME': '/dev/sdg', > 'DEVPATH': '/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:3/block/sdg', > 'DEVTYPE': 'disk', > 'DISKSEQ': '35', > 'ID_BUS': 'usb', > 'ID_INSTANCE': '0:3', > 'ID_MODEL': 'M.S._M.S.Pro_HG', > 'ID_MODEL_ENC': 'M.S.\\x2fM.S.Pro\\x2fHG\\x20', > 'ID_MODEL_ID': '0184', > 'ID_PATH': 'pci-0000:00:1a.0-usb-0:1.4:1.0-scsi-0:0:0:3', > 'ID_PATH_TAG': 'pci-0000_00_1a_0-usb-0_1_4_1_0-scsi-0_0_0_3', > 'ID_REVISION': '1.00', > 'ID_SERIAL': 'Generic-_M.S._M.S.Pro_HG_20100818841300000-0:3', > 'ID_SERIAL_SHORT': '20100818841300000', > 'ID_TYPE': 'disk', > 'ID_USB_DRIVER': 'ums-realtek', > 'ID_USB_INSTANCE': '0:3', > 'ID_USB_INTERFACES': ':080650:', > 'ID_USB_INTERFACE_NUM': '00', > 'ID_USB_MODEL': 'M.S._M.S.Pro_HG', > 'ID_USB_MODEL_ENC': 'M.S.\\x2fM.S.Pro\\x2fHG\\x20', > 'ID_USB_MODEL_ID': '0184', > 'ID_USB_REVISION': '1.00', > 'ID_USB_SERIAL': 'Generic-_M.S._M.S.Pro_HG_20100818841300000-0:3', > 'ID_USB_SERIAL_SHORT': '20100818841300000', > 'ID_USB_TYPE': 'disk', > 'ID_USB_VENDOR': 'Generic-', > 'ID_USB_VENDOR_ENC': 'Generic-', > 'ID_USB_VENDOR_ID': '0bda', > 'ID_VENDOR': 'Generic-', > 'ID_VENDOR_ENC': 'Generic-', > 'ID_VENDOR_ID': '0bda', > 'MAJOR': '8', > 'MINOR': '96', > 'NVME_HOST_IFACE': 'none', > 'SUBSYSTEM': 'block', > 'SYS_NAME': 'sdg', > 'SYS_PATH': '/sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:3/block/sdg', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '16194523'} ; >INFO:blivet:scanning sdg (/sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:3/block/sdg)... >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:3/block/sdg/hidden: 300a >DEBUG:blivet: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned None >DEBUG:blivet: DiskDevicePopulator.run: name: sdg ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:3/block/sdg/device/vendor: 47656e657269632d0a >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:3/block/sdg/device/model: 4d2e532e2f4d2e532e50726f2f4847200a >INFO:blivet:sdg is a disk >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 30 >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 31 >DEBUG:blivet: DiskDevice._set_format: sdg ; type: None ; current: None ; >DEBUG:blivet: DiskDevice.update_sysfs_path: sdg ; status: True ; >DEBUG:blivet:sdg sysfs_path set to /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:3/block/sdg >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:3/block/sdg ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:3/block/sdg/size: 300a >DEBUG:blivet:updated sdg size to 0 B (0 B) >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:3/block/sdg/queue/rotational: 310a >INFO:blivet:added disk sdg (id 29) to device tree >INFO:blivet:got device: DiskDevice instance (0x7f4f7ad308d0) -- > name = sdg status = True id = 29 > children = [] > parents = [] > uuid = None size = 0 B > format = existing None > major = 8 minor = 96 exists = True protected = False > sysfs path = /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:3/block/sdg > target size = 0 B path = /dev/sdg > format args = [] original_format = None removable = True wwn = None >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:3/block/sdg/ro: 300a >DEBUG:blivet: DeviceTree.handle_format: name: sdg ; >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:3/block/sdg ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:3/block/sdg/size: 300a >DEBUG:blivet:no media present for device sdg >DEBUG:blivet: DeviceTree.handle_device: name: sdh ; info: {'CURRENT_TAGS': ':systemd:', > 'DEVLINKS': '/dev/disk/by-id/usb-Generic-_SD_MMC_M.S.PRO_20100818841300000-0:4 ' > '/dev/disk/by-diskseq/32 ' > '/dev/disk/by-path/pci-0000:00:1a.0-usb-0:1.4:1.0-scsi-0:0:0:4', > 'DEVNAME': '/dev/sdh', > 'DEVPATH': '/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:4/block/sdh', > 'DEVTYPE': 'disk', > 'DISKSEQ': '32', > 'ID_BUS': 'usb', > 'ID_INSTANCE': '0:4', > 'ID_MODEL': 'SD_MMC_M.S.PRO', > 'ID_MODEL_ENC': 'SD\\x2fMMC\\x2fM.S.PRO\\x20\\x20', > 'ID_MODEL_ID': '0184', > 'ID_PATH': 'pci-0000:00:1a.0-usb-0:1.4:1.0-scsi-0:0:0:4', > 'ID_PATH_TAG': 'pci-0000_00_1a_0-usb-0_1_4_1_0-scsi-0_0_0_4', > 'ID_REVISION': '1.00', > 'ID_SERIAL': 'Generic-_SD_MMC_M.S.PRO_20100818841300000-0:4', > 'ID_SERIAL_SHORT': '20100818841300000', > 'ID_TYPE': 'disk', > 'ID_USB_DRIVER': 'ums-realtek', > 'ID_USB_INSTANCE': '0:4', > 'ID_USB_INTERFACES': ':080650:', > 'ID_USB_INTERFACE_NUM': '00', > 'ID_USB_MODEL': 'SD_MMC_M.S.PRO', > 'ID_USB_MODEL_ENC': 'SD\\x2fMMC\\x2fM.S.PRO\\x20\\x20', > 'ID_USB_MODEL_ID': '0184', > 'ID_USB_REVISION': '1.00', > 'ID_USB_SERIAL': 'Generic-_SD_MMC_M.S.PRO_20100818841300000-0:4', > 'ID_USB_SERIAL_SHORT': '20100818841300000', > 'ID_USB_TYPE': 'disk', > 'ID_USB_VENDOR': 'Generic-', > 'ID_USB_VENDOR_ENC': 'Generic-', > 'ID_USB_VENDOR_ID': '0bda', > 'ID_VENDOR': 'Generic-', > 'ID_VENDOR_ENC': 'Generic-', > 'ID_VENDOR_ID': '0bda', > 'MAJOR': '8', > 'MINOR': '112', > 'NVME_HOST_IFACE': 'none', > 'SUBSYSTEM': 'block', > 'SYS_NAME': 'sdh', > 'SYS_PATH': '/sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:4/block/sdh', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '16196631'} ; >INFO:blivet:scanning sdh (/sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:4/block/sdh)... >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:4/block/sdh/hidden: 300a >DEBUG:blivet: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned None >DEBUG:blivet: DiskDevicePopulator.run: name: sdh ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:4/block/sdh/device/vendor: 47656e657269632d0a >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:4/block/sdh/device/model: 53442f4d4d432f4d2e532e50524f20200a >INFO:blivet:sdh is a disk >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 35 >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 36 >DEBUG:blivet: DiskDevice._set_format: sdh ; type: None ; current: None ; >DEBUG:blivet: DiskDevice.update_sysfs_path: sdh ; status: True ; >DEBUG:blivet:sdh sysfs_path set to /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:4/block/sdh >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:4/block/sdh ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:4/block/sdh/size: 300a >DEBUG:blivet:updated sdh size to 0 B (0 B) >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:4/block/sdh/queue/rotational: 310a >INFO:blivet:added disk sdh (id 34) to device tree >INFO:blivet:got device: DiskDevice instance (0x7f4f8896a9d0) -- > name = sdh status = True id = 34 > children = [] > parents = [] > uuid = None size = 0 B > format = existing None > major = 8 minor = 112 exists = True protected = False > sysfs path = /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:4/block/sdh > target size = 0 B path = /dev/sdh > format args = [] original_format = None removable = True wwn = None >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:4/block/sdh/ro: 300a >DEBUG:blivet: DeviceTree.handle_format: name: sdh ; >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:4/block/sdh ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:4/block/sdh/size: 300a >DEBUG:blivet:no media present for device sdh >DEBUG:blivet: DeviceTree.handle_device: name: sda ; info: {'CURRENT_TAGS': ':systemd:', > 'DEVLINKS': '/dev/disk/by-diskseq/1 ' > '/dev/disk/by-id/ata-SAMSUNG_SSD_830_Series_S0XYNEAC722469 ' > '/dev/disk/by-path/pci-0000:00:1f.2-ata-1.0 ' > '/dev/disk/by-id/wwn-0x5002538043584d30 ' > '/dev/disk/by-path/pci-0000:00:1f.2-ata-1', > 'DEVNAME': '/dev/sda', > 'DEVPATH': '/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda', > 'DEVTYPE': 'disk', > 'DISKSEQ': '1', > 'ID_ATA': '1', > 'ID_ATA_DOWNLOAD_MICROCODE': '1', > 'ID_ATA_FEATURE_SET_HPA': '1', > 'ID_ATA_FEATURE_SET_HPA_ENABLED': '1', > 'ID_ATA_FEATURE_SET_PM': '1', > 'ID_ATA_FEATURE_SET_PM_ENABLED': '1', > 'ID_ATA_FEATURE_SET_SECURITY': '1', > 'ID_ATA_FEATURE_SET_SECURITY_ENABLED': '0', > 'ID_ATA_FEATURE_SET_SECURITY_ENHANCED_ERASE_UNIT_MIN': '32', > 'ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN': '6', > 'ID_ATA_FEATURE_SET_SECURITY_FROZEN': '1', > 'ID_ATA_FEATURE_SET_SMART': '1', > 'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', > 'ID_ATA_ROTATION_RATE_RPM': '0', > 'ID_ATA_SATA': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN1': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN2': '1', > 'ID_ATA_WRITE_CACHE': '1', > 'ID_ATA_WRITE_CACHE_ENABLED': '1', > 'ID_BUS': 'ata', > 'ID_MODEL': 'SAMSUNG_SSD_830_Series', > 'ID_MODEL_ENC': 'SAMSUNG\\x20SSD\\x20830\\x20Series\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': '00090716', > 'ID_PATH': 'pci-0000:00:1f.2-ata-1.0', > 'ID_PATH_ATA_COMPAT': 'pci-0000:00:1f.2-ata-1', > 'ID_PATH_TAG': 'pci-0000_00_1f_2-ata-1_0', > 'ID_REVISION': 'CXM03B1Q', > 'ID_SERIAL': 'SAMSUNG_SSD_830_Series_S0XYNEAC722469', > 'ID_SERIAL_SHORT': 'S0XYNEAC722469', > 'ID_TYPE': 'disk', > 'ID_WWN': '0x5002538043584d30', > 'ID_WWN_WITH_EXTENSION': '0x5002538043584d30', > 'MAJOR': '8', > 'MINOR': '0', > 'NVME_HOST_IFACE': 'none', > 'SUBSYSTEM': 'block', > 'SYS_NAME': 'sda', > 'SYS_PATH': '/sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '15611759'} ; >INFO:blivet:scanning sda (/sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda)... >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/hidden: 300a >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned None >DEBUG:blivet: DiskDevicePopulator.run: name: sda ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/device/vendor: 41544120202020200a >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/device/model: 53414d53554e472053534420383330200a >INFO:blivet:sda is a disk >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 40 >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 41 >DEBUG:blivet: DiskDevice._set_format: sda ; type: None ; current: None ; >DEBUG:blivet: DiskDevice.update_sysfs_path: sda ; status: True ; >DEBUG:blivet:sda sysfs_path set to /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sda ; sysfs_path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/size: 3235303036393638300a >DEBUG:blivet:updated sda size to 119.24 GiB (119.24 GiB) >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/queue/rotational: 300a >INFO:blivet:added disk sda (id 39) to device tree >INFO:blivet:got device: DiskDevice instance (0x7f4f89254b50) -- > name = sda status = True id = 39 > children = [] > parents = [] > uuid = None size = 119.24 GiB > format = existing None > major = 8 minor = 0 exists = True protected = False > sysfs path = /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda > target size = 119.24 GiB path = /dev/sda > format args = [] original_format = None removable = False wwn = 5002538043584d30 >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/ro: 300a >DEBUG:blivet: DeviceTree.handle_format: name: sda ; >DEBUG:blivet: AppleBootstrapFS.supported: supported: True ; >DEBUG:blivet:get_format('appleboot') returning AppleBootstrapFS instance with object id 43 >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet:get_format('efi') returning EFIFS instance with object id 44 >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 45 >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 46 >DEBUG:blivet: DiskLabelFormatPopulator.run: device: sda ; label_type: dos ; >DEBUG:blivet: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; >DEBUG:blivet: DiskLabel.__init__: uuid: 00090716 ; label: None ; device: /dev/sda ; serial: SAMSUNG_SSD_830_Series_S0XYNEAC722469 ; exists: True ; >DEBUG:blivet:Did not change pmbr_boot on parted.Disk instance -- > type: msdos primaryPartitionCount: 2 > lastPartitionNumber: 2 maxPrimaryPartitionCount: 4 > partitions: [<parted.partition.Partition object at 0x7f4f88cc7150>, <parted.partition.Partition object at 0x7f4f7ad34490>] > device: <parted.device.Device object at 0x7f4f7b67f6d0> > PedDisk: <_ped.Disk object at 0x7f4f7ad34cc0> >DEBUG:blivet:get_format('disklabel') returning DiskLabel instance with object id 47 >DEBUG:blivet: DiskDevice._set_format: sda ; type: disklabel ; current: None ; >INFO:blivet:got format: existing msdos disklabel >DEBUG:blivet: DeviceTree.handle_device: name: sda1 ; info: {'CURRENT_TAGS': ':systemd:', > 'DEVLINKS': '/dev/disk/by-partuuid/00090716-01 ' > '/dev/disk/by-id/wwn-0x5002538043584d30-part1 ' > '/dev/disk/by-diskseq/1-part1 ' > '/dev/disk/by-path/pci-0000:00:1f.2-ata-1.0-part1 ' > '/dev/disk/by-uuid/e78bdfed-d203-4338-a4ed-8db17172bdbd ' > '/dev/disk/by-id/ata-SAMSUNG_SSD_830_Series_S0XYNEAC722469-part1 ' > '/dev/disk/by-path/pci-0000:00:1f.2-ata-1-part1', > 'DEVNAME': '/dev/sda1', > 'DEVPATH': '/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1', > 'DEVTYPE': 'partition', > 'DISKSEQ': '1', > 'ID_ATA': '1', > 'ID_ATA_DOWNLOAD_MICROCODE': '1', > 'ID_ATA_FEATURE_SET_HPA': '1', > 'ID_ATA_FEATURE_SET_HPA_ENABLED': '1', > 'ID_ATA_FEATURE_SET_PM': '1', > 'ID_ATA_FEATURE_SET_PM_ENABLED': '1', > 'ID_ATA_FEATURE_SET_SECURITY': '1', > 'ID_ATA_FEATURE_SET_SECURITY_ENABLED': '0', > 'ID_ATA_FEATURE_SET_SECURITY_ENHANCED_ERASE_UNIT_MIN': '32', > 'ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN': '6', > 'ID_ATA_FEATURE_SET_SECURITY_FROZEN': '1', > 'ID_ATA_FEATURE_SET_SMART': '1', > 'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', > 'ID_ATA_ROTATION_RATE_RPM': '0', > 'ID_ATA_SATA': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN1': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN2': '1', > 'ID_ATA_WRITE_CACHE': '1', > 'ID_ATA_WRITE_CACHE_ENABLED': '1', > 'ID_BUS': 'ata', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': 'e78bdfed-d203-4338-a4ed-8db17172bdbd', > 'ID_FS_UUID_ENC': 'e78bdfed-d203-4338-a4ed-8db17172bdbd', > 'ID_FS_VERSION': '1.0', > 'ID_MODEL': 'SAMSUNG_SSD_830_Series', > 'ID_MODEL_ENC': 'SAMSUNG\\x20SSD\\x20830\\x20Series\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_ENTRY_DISK': '8:0', > 'ID_PART_ENTRY_FLAGS': '0x80', > 'ID_PART_ENTRY_NUMBER': '1', > 'ID_PART_ENTRY_OFFSET': '2048', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '1024000', > 'ID_PART_ENTRY_TYPE': '0x83', > 'ID_PART_ENTRY_UUID': '00090716-01', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': '00090716', > 'ID_PATH': 'pci-0000:00:1f.2-ata-1.0', > 'ID_PATH_ATA_COMPAT': 'pci-0000:00:1f.2-ata-1', > 'ID_PATH_TAG': 'pci-0000_00_1f_2-ata-1_0', > 'ID_REVISION': 'CXM03B1Q', > 'ID_SERIAL': 'SAMSUNG_SSD_830_Series_S0XYNEAC722469', > 'ID_SERIAL_SHORT': 'S0XYNEAC722469', > 'ID_TYPE': 'disk', > 'ID_WWN': '0x5002538043584d30', > 'ID_WWN_WITH_EXTENSION': '0x5002538043584d30', > 'MAJOR': '8', > 'MINOR': '1', > 'NVME_HOST_IFACE': 'none', > 'PARTN': '1', > 'SUBSYSTEM': 'block', > 'SYS_NAME': 'sda1', > 'SYS_PATH': '/sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '15620384'} ; >INFO:blivet:scanning sda1 (/sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1)... >WARNING:blivet:hidden is not a valid attribute >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda1 ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned None >DEBUG:blivet: PartitionDevicePopulator.run: name: sda1 ; >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda1 ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned None >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:testdata:sysfs attr /sys/class/block/sdc/device/model: 466c617368204469736b2020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdd/device/model: 436f6d7061637420466c6173682020200a >DEBUG:testdata:sysfs attr /sys/class/block/sde/device/model: 534d2f78442d506963747572652020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdf/device/model: 53442f4d4d43202020202020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdg/device/model: 4d2e532e2f4d2e532e50726f2f4847200a >DEBUG:testdata:sysfs attr /sys/class/block/sdh/device/model: 53442f4d4d432f4d2e532e50524f20200a >DEBUG:testdata:sysfs attr /sys/class/block/sda/device/model: 53414d53554e472053534420383330200a >DEBUG:testdata:sysfs attr /sys/class/block/sdb/device/model: 53616d73756e672053534420383530200a >DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 4456442d52572053482d3231364142200a >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 119.24 GiB disk sda (39) with existing msdos disklabel >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 50 >DEBUG:blivet: DiskDevice.add_child: name: sda ; child: sda1 ; kids: 0 ; >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 51 >DEBUG:blivet: PartitionDevice._set_format: sda1 ; type: None ; current: None ; >DEBUG:blivet: PartitionDevice.update_sysfs_path: sda1 ; status: True ; >DEBUG:blivet:sda1 sysfs_path set to /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1 >DEBUG:blivet: PartitionDevice.read_current_size: exists: True ; path: /dev/sda1 ; sysfs_path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1 ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1/size: 313032343030300a >DEBUG:blivet:updated sda1 size to 500 MiB (500 MiB) >DEBUG:blivet:looking up parted Partition: /dev/sda1 >DEBUG:blivet: PartitionDevice.probe: sda1 ; exists: True ; >DEBUG:blivet: PartitionDevice.get_flag: path: /dev/sda1 ; flag: 1 ; >DEBUG:blivet: PartitionDevice.get_flag: path: /dev/sda1 ; flag: 10 ; >DEBUG:blivet: PartitionDevice.get_flag: path: /dev/sda1 ; flag: 12 ; >DEBUG:blivet: PartitionDevice.read_current_size: exists: True ; path: /dev/sda1 ; sysfs_path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1 ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1/size: 313032343030300a >DEBUG:blivet:updated sda1 size to 500 MiB (500 MiB) >INFO:blivet:added partition sda1 (id 49) to device tree >INFO:blivet:parted exception: msdos disk labels do not support partition names. >INFO:blivet:parted exception: msdos disk labels do not support partition names. >INFO:blivet:got device: PartitionDevice instance (0x7f4f7ad30250) -- > name = sda1 status = True id = 49 > children = [] > parents = ['existing 119.24 GiB disk sda (39) with existing msdos disklabel'] > uuid = 00090716-01 size = 500 MiB > format = existing None > major = 8 minor = 1 exists = True protected = False > sysfs path = /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1 > target size = 500 MiB path = /dev/sda1 > format args = [] original_format = None grow = None max size = 0 B bootable = True > part type = 0 primary = None start sector = None end sector = None > parted_partition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f4f7ad34710> fileSystem: <parted.filesystem.FileSystem object at 0x7f4f7ad37bd0> > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f4f7ad35f90> PedPartition: <_ped.Partition object at 0x7f4f7ad14a90> > disk = existing 119.24 GiB disk sda (39) with existing msdos disklabel > start = 2048 end = 1026047 length = 1024000 > flags = boot >DEBUG:blivet: DeviceTree.handle_format: name: sda1 ; >DEBUG:blivet: AppleBootstrapFS.supported: supported: True ; >DEBUG:blivet:get_format('appleboot') returning AppleBootstrapFS instance with object id 53 >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet:get_format('efi') returning EFIFS instance with object id 54 >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 55 >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 56 >INFO:blivet:type detected on 'sda1' is 'ext4' >INFO:program:Running... dumpe2fs -h /dev/sda1 >INFO:program:stdout: >INFO:program:Filesystem volume name: <none> >INFO:program:Last mounted on: /boot >INFO:program:Filesystem UUID: e78bdfed-d203-4338-a4ed-8db17172bdbd >INFO:program:Filesystem magic number: 0xEF53 >INFO:program:Filesystem revision #: 1 (dynamic) >INFO:program:Filesystem features: has_journal ext_attr resize_inode dir_index filetype extent flex_bg sparse_super huge_file uninit_bg dir_nlink extra_isize >INFO:program:Filesystem flags: signed_directory_hash >INFO:program:Default mount options: user_xattr acl >INFO:program:Filesystem state: clean >INFO:program:Errors behavior: Continue >INFO:program:Filesystem OS type: Linux >INFO:program:Inode count: 128016 >INFO:program:Block count: 512000 >INFO:program:Reserved block count: 25600 >INFO:program:Overhead clusters: 26652 >INFO:program:Free blocks: 270344 >INFO:program:Free inodes: 127503 >INFO:program:First block: 1 >INFO:program:Block size: 1024 >INFO:program:Fragment size: 1024 >INFO:program:Reserved GDT blocks: 256 >INFO:program:Blocks per group: 8192 >INFO:program:Fragments per group: 8192 >INFO:program:Inodes per group: 2032 >INFO:program:Inode blocks per group: 254 >INFO:program:Flex block group size: 16 >INFO:program:Filesystem created: Mon Oct 1 06:22:58 2012 >INFO:program:Last mount time: Wed Jan 18 06:56:55 2023 >INFO:program:Last write time: Thu Jun 29 08:54:05 2023 >INFO:program:Mount count: 800 >INFO:program:Maximum mount count: -1 >INFO:program:Last checked: Mon Oct 1 06:22:58 2012 >INFO:program:Check interval: 0 (<none>) >INFO:program:Lifetime writes: 9 GB >INFO:program:Reserved blocks uid: 0 (user root) >INFO:program:Reserved blocks gid: 0 (group root) >INFO:program:First inode: 11 >INFO:program:Inode size: 128 >INFO:program:Journal inode: 8 >INFO:program:Default directory hash: half_md4 >INFO:program:Directory Hash Seed: faebf505-53d2-4f8e-88bf-6c45bb943930 >INFO:program:Journal backup: inode blocks >INFO:program:Journal features: journal_incompat_revoke >INFO:program:Total journal size: 8M >INFO:program:Total journal blocks: 8192 >INFO:program:Max transaction length: 8192 >INFO:program:Fast commit length: 0 >INFO:program:Journal sequence: 0x00001811 >INFO:program:Journal start: 0 >INFO:program: >INFO:program:stderr: >INFO:program:b'dumpe2fs 1.46.5 (30-Dec-2021)' >DEBUG:program:Return code: 0 >INFO:program:Running... resize2fs -P /dev/sda1 >INFO:program:stdout: >INFO:program:Estimated minimum size of the filesystem: 351528 >INFO:program:stderr: >INFO:program:b'resize2fs 1.46.5 (30-Dec-2021)' >DEBUG:program:Return code: 0 >DEBUG:blivet:padding min size from 343.29 MiB up to 378 MiB >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 57 >DEBUG:blivet: PartitionDevice._set_format: sda1 ; type: ext4 ; current: None ; >INFO:blivet:got format: existing ext4 filesystem >DEBUG:blivet: DeviceTree.handle_device: name: sda2 ; info: {'CURRENT_TAGS': ':systemd:', > 'DEVLINKS': '/dev/disk/by-partuuid/00090716-02 ' > '/dev/disk/by-path/pci-0000:00:1f.2-ata-1.0-part2 ' > '/dev/disk/by-path/pci-0000:00:1f.2-ata-1-part2 ' > '/dev/disk/by-diskseq/1-part2 ' > '/dev/disk/by-id/wwn-0x5002538043584d30-part2 ' > '/dev/disk/by-id/lvm-pv-uuid-GAqkuM-e7nY-O2ZE-E2Dd-bcux-HkeY-RHbJUf ' > '/dev/disk/by-id/ata-SAMSUNG_SSD_830_Series_S0XYNEAC722469-part2', > 'DEVNAME': '/dev/sda2', > 'DEVPATH': '/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2', > 'DEVTYPE': 'partition', > 'DISKSEQ': '1', > 'ID_ATA': '1', > 'ID_ATA_DOWNLOAD_MICROCODE': '1', > 'ID_ATA_FEATURE_SET_HPA': '1', > 'ID_ATA_FEATURE_SET_HPA_ENABLED': '1', > 'ID_ATA_FEATURE_SET_PM': '1', > 'ID_ATA_FEATURE_SET_PM_ENABLED': '1', > 'ID_ATA_FEATURE_SET_SECURITY': '1', > 'ID_ATA_FEATURE_SET_SECURITY_ENABLED': '0', > 'ID_ATA_FEATURE_SET_SECURITY_ENHANCED_ERASE_UNIT_MIN': '32', > 'ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN': '6', > 'ID_ATA_FEATURE_SET_SECURITY_FROZEN': '1', > 'ID_ATA_FEATURE_SET_SMART': '1', > 'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', > 'ID_ATA_ROTATION_RATE_RPM': '0', > 'ID_ATA_SATA': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN1': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN2': '1', > 'ID_ATA_WRITE_CACHE': '1', > 'ID_ATA_WRITE_CACHE_ENABLED': '1', > 'ID_BUS': 'ata', > 'ID_FS_TYPE': 'LVM2_member', > 'ID_FS_USAGE': 'raid', > 'ID_FS_UUID': 'GAqkuM-e7nY-O2ZE-E2Dd-bcux-HkeY-RHbJUf', > 'ID_FS_UUID_ENC': 'GAqkuM-e7nY-O2ZE-E2Dd-bcux-HkeY-RHbJUf', > 'ID_FS_VERSION': 'LVM2 001', > 'ID_MODEL': 'SAMSUNG_SSD_830_Series', > 'ID_MODEL_ENC': 'SAMSUNG\\x20SSD\\x20830\\x20Series\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_ENTRY_DISK': '8:0', > 'ID_PART_ENTRY_NUMBER': '2', > 'ID_PART_ENTRY_OFFSET': '1026048', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '249042944', > 'ID_PART_ENTRY_TYPE': '0x83', > 'ID_PART_ENTRY_UUID': '00090716-02', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': '00090716', > 'ID_PATH': 'pci-0000:00:1f.2-ata-1.0', > 'ID_PATH_ATA_COMPAT': 'pci-0000:00:1f.2-ata-1', > 'ID_PATH_TAG': 'pci-0000_00_1f_2-ata-1_0', > 'ID_REVISION': 'CXM03B1Q', > 'ID_SERIAL': 'SAMSUNG_SSD_830_Series_S0XYNEAC722469', > 'ID_SERIAL_SHORT': 'S0XYNEAC722469', > 'ID_TYPE': 'disk', > 'ID_WWN': '0x5002538043584d30', > 'ID_WWN_WITH_EXTENSION': '0x5002538043584d30', > 'MAJOR': '8', > 'MINOR': '2', > 'NVME_HOST_IFACE': 'none', > 'PARTN': '2', > 'SUBSYSTEM': 'block', > 'SYS_NAME': 'sda2', > 'SYS_PATH': '/sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '15774121'} ; >INFO:blivet:scanning sda2 (/sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2)... >WARNING:blivet:hidden is not a valid attribute >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda2 ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned None >DEBUG:blivet: PartitionDevicePopulator.run: name: sda2 ; >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda2 ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned None >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:testdata:sysfs attr /sys/class/block/sdc/device/model: 466c617368204469736b2020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdd/device/model: 436f6d7061637420466c6173682020200a >DEBUG:testdata:sysfs attr /sys/class/block/sde/device/model: 534d2f78442d506963747572652020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdf/device/model: 53442f4d4d43202020202020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdg/device/model: 4d2e532e2f4d2e532e50726f2f4847200a >DEBUG:testdata:sysfs attr /sys/class/block/sdh/device/model: 53442f4d4d432f4d2e532e50524f20200a >DEBUG:testdata:sysfs attr /sys/class/block/sda/device/model: 53414d53554e472053534420383330200a >DEBUG:testdata:sysfs attr /sys/class/block/sdb/device/model: 53616d73756e672053534420383530200a >DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 4456442d52572053482d3231364142200a >DEBUG:anaconda.modules.common.base.base:Locale is set to fr_FR.UTF-8. >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 119,24 Gio disk sda (39) with existing msdos disklabel >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 60 >DEBUG:blivet: DiskDevice.add_child: name: sda ; child: sda2 ; kids: 1 ; >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 61 >DEBUG:blivet: PartitionDevice._set_format: sda2 ; type: None ; current: None ; >DEBUG:blivet: PartitionDevice.update_sysfs_path: sda2 ; status: True ; >DEBUG:blivet:sda2 sysfs_path set to /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2 >DEBUG:blivet: PartitionDevice.read_current_size: exists: True ; path: /dev/sda2 ; sysfs_path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2 ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2/size: 3234393034323934340a >DEBUG:blivet:updated sda2 size to 118,75 Gio (118,75 Gio) >DEBUG:blivet:looking up parted Partition: /dev/sda2 >DEBUG:blivet: PartitionDevice.probe: sda2 ; exists: True ; >DEBUG:blivet: PartitionDevice.get_flag: path: /dev/sda2 ; flag: 1 ; >DEBUG:blivet: PartitionDevice.get_flag: path: /dev/sda2 ; flag: 10 ; >DEBUG:blivet: PartitionDevice.get_flag: path: /dev/sda2 ; flag: 12 ; >DEBUG:blivet: PartitionDevice.read_current_size: exists: True ; path: /dev/sda2 ; sysfs_path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2 ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2/size: 3234393034323934340a >DEBUG:blivet:updated sda2 size to 118,75 Gio (118,75 Gio) >INFO:blivet:added partition sda2 (id 59) to device tree >INFO:blivet:parted exception: msdos disk labels do not support partition names. >INFO:blivet:parted exception: msdos disk labels do not support partition names. >INFO:blivet:got device: PartitionDevice instance (0x7f4f89292f50) -- > name = sda2 status = True id = 59 > children = [] > parents = ['existing 119,24 Gio disk sda (39) with existing msdos disklabel'] > uuid = 00090716-02 size = 118,75 Gio > format = existing None > major = 8 minor = 2 exists = True protected = False > sysfs path = /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2 > target size = 118,75 Gio path = /dev/sda2 > format args = [] original_format = None grow = None max size = 0 O bootable = None > part type = 0 primary = None start sector = None end sector = None > parted_partition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f4f7ad34710> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f4f7ad37d50> PedPartition: <_ped.Partition object at 0x7f4f7acf36f0> > disk = existing 119,24 Gio disk sda (39) with existing msdos disklabel > start = 1026048 end = 250068991 length = 249042944 > flags = >DEBUG:blivet: DeviceTree.handle_format: name: sda2 ; >DEBUG:blivet: AppleBootstrapFS.supported: supported: True ; >DEBUG:blivet:get_format('appleboot') returning AppleBootstrapFS instance with object id 63 >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet:get_format('efi') returning EFIFS instance with object id 64 >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 65 >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 66 >DEBUG:blivet: LVMFormatPopulator.run: pv: sda2 ; >DEBUG:blivet:lvm filter: device /dev/sda2 added to the list of allowed devices >INFO:blivet:type detected on 'sda2' is 'lvmpv' >DEBUG:blivet: LVMPhysicalVolume.__init__: uuid: GAqkuM-e7nY-O2ZE-E2Dd-bcux-HkeY-RHbJUf ; label: None ; device: /dev/sda2 ; serial: SAMSUNG_SSD_830_Series_S0XYNEAC722469 ; exists: True ; vg_name: vg_erwan-desktop ; vg_uuid: 3vkTwN-NVSy-EPPa-TKBy-ECge-VrQq-Zq6a4s ; pe_start: 1024 Kio ; free: 118,75 Gio ; >DEBUG:blivet:get_format('lvmpv') returning LVMPhysicalVolume instance with object id 67 >DEBUG:blivet: PartitionDevice._set_format: sda2 ; type: lvmpv ; current: None ; >DEBUG:blivet: DeviceTree.get_device_by_uuid: uuid: 3vkTwN-NVSy-EPPa-TKBy-ECge-VrQq-Zq6a4s ; incomplete: True ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_uuid returned None >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned None >INFO:blivet:Can't get exported information from VG info, assuming VG is not exported. >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 69 >DEBUG:blivet: LVMVolumeGroupDevice._add_parent: vg_erwan-desktop ; parent: sda2 ; >DEBUG:blivet: PartitionDevice.add_child: name: sda2 ; child: vg_erwan-desktop ; kids: 0 ; >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 70 >DEBUG:blivet: LVMVolumeGroupDevice._set_format: vg_erwan-desktop ; type: None ; current: None ; >DEBUG:blivet: LVMVolumeGroupDevice.update_sysfs_path: vg_erwan-desktop ; status: True ; >INFO:blivet:added lvmvg vg_erwan-desktop (id 68) to device tree >DEBUG:blivet: LVMFormatPopulator._update_lvs: pv: sda2 ; >DEBUG:blivet: DeviceTree.get_device_by_uuid: uuid: 3vkTwN-NVSy-EPPa-TKBy-ECge-VrQq-Zq6a4s ; incomplete: True ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_uuid returned existing 118,75 Gio lvmvg vg_erwan-desktop (68) >WARNING:blivet:Skipping LVs for incomplete VG vg_erwan-desktop >INFO:blivet:got format: existing lvmpv >DEBUG:blivet: DeviceTree.handle_device: name: sdb ; info: {'CURRENT_TAGS': ':systemd:', > 'DEVLINKS': '/dev/disk/by-path/pci-0000:00:1f.2-ata-2 ' > '/dev/disk/by-id/ata-Samsung_SSD_850_EVO_500GB_S2RBNXAH101404X ' > '/dev/disk/by-id/wwn-0x5002538d409a2fbe ' > '/dev/disk/by-path/pci-0000:00:1f.2-ata-2.0 ' > '/dev/disk/by-diskseq/2', > 'DEVNAME': '/dev/sdb', > 'DEVPATH': '/devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sdb', > 'DEVTYPE': 'disk', > 'DISKSEQ': '2', > 'ID_ATA': '1', > 'ID_ATA_DOWNLOAD_MICROCODE': '1', > 'ID_ATA_FEATURE_SET_HPA': '1', > 'ID_ATA_FEATURE_SET_HPA_ENABLED': '1', > 'ID_ATA_FEATURE_SET_PM': '1', > 'ID_ATA_FEATURE_SET_PM_ENABLED': '1', > 'ID_ATA_FEATURE_SET_SECURITY': '1', > 'ID_ATA_FEATURE_SET_SECURITY_ENABLED': '0', > 'ID_ATA_FEATURE_SET_SECURITY_ENHANCED_ERASE_UNIT_MIN': '8', > 'ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN': '2', > 'ID_ATA_FEATURE_SET_SECURITY_FROZEN': '1', > 'ID_ATA_FEATURE_SET_SMART': '1', > 'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', > 'ID_ATA_ROTATION_RATE_RPM': '0', > 'ID_ATA_SATA': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN1': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN2': '1', > 'ID_ATA_WRITE_CACHE': '1', > 'ID_ATA_WRITE_CACHE_ENABLED': '1', > 'ID_BUS': 'ata', > 'ID_MODEL': 'Samsung_SSD_850_EVO_500GB', > 'ID_MODEL_ENC': 'Samsung\\x20SSD\\x20850\\x20EVO\\x20500GB\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': '3a70219d', > 'ID_PATH': 'pci-0000:00:1f.2-ata-2.0', > 'ID_PATH_ATA_COMPAT': 'pci-0000:00:1f.2-ata-2', > 'ID_PATH_TAG': 'pci-0000_00_1f_2-ata-2_0', > 'ID_REVISION': 'EMT02B6Q', > 'ID_SERIAL': 'Samsung_SSD_850_EVO_500GB_S2RBNXAH101404X', > 'ID_SERIAL_SHORT': 'S2RBNXAH101404X', > 'ID_TYPE': 'disk', > 'ID_WWN': '0x5002538d409a2fbe', > 'ID_WWN_WITH_EXTENSION': '0x5002538d409a2fbe', > 'MAJOR': '8', > 'MINOR': '16', > 'NVME_HOST_IFACE': 'none', > 'SUBSYSTEM': 'block', > 'SYS_NAME': 'sdb', > 'SYS_PATH': '/sys/devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sdb', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '15610822'} ; >INFO:blivet:scanning sdb (/sys/devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sdb)... >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sdb/hidden: 300a >DEBUG:blivet: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned None >WARNING:py.warnings:/usr/lib/python3.11/site-packages/blivet/udev.py:1062: DeprecationWarning: Will be removed in 1.0. Access properties with Device.properties. > while device: > >DEBUG:blivet: DiskDevicePopulator.run: name: sdb ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sdb/device/vendor: 41544120202020200a >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sdb/device/model: 53616d73756e672053534420383530200a >INFO:blivet:sdb is a disk >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 74 >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 75 >DEBUG:blivet: DiskDevice._set_format: sdb ; type: None ; current: None ; >DEBUG:blivet: DiskDevice.update_sysfs_path: sdb ; status: True ; >DEBUG:blivet:sdb sysfs_path set to /sys/devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sdb >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdb ; sysfs_path: /sys/devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sdb ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sdb/size: 3937363737333136380a >DEBUG:blivet:updated sdb size to 465,76 Gio (465,76 Gio) >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sdb/queue/rotational: 300a >INFO:blivet:added disk sdb (id 73) to device tree >INFO:blivet:got device: DiskDevice instance (0x7f4f7ad2e5d0) -- > name = sdb status = True id = 73 > children = [] > parents = [] > uuid = None size = 465,76 Gio > format = existing None > major = 8 minor = 16 exists = True protected = False > sysfs path = /sys/devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sdb > target size = 465,76 Gio path = /dev/sdb > format args = [] original_format = None removable = False wwn = 5002538d409a2fbe >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sdb/ro: 300a >DEBUG:blivet: DeviceTree.handle_format: name: sdb ; >DEBUG:blivet: AppleBootstrapFS.supported: supported: True ; >DEBUG:blivet:get_format('appleboot') returning AppleBootstrapFS instance with object id 77 >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet:get_format('efi') returning EFIFS instance with object id 78 >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 79 >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 80 >DEBUG:blivet: DiskLabelFormatPopulator.run: device: sdb ; label_type: dos ; >DEBUG:blivet: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; >DEBUG:blivet: DiskLabel.__init__: uuid: 3a70219d ; label: None ; device: /dev/sdb ; serial: Samsung_SSD_850_EVO_500GB_S2RBNXAH101404X ; exists: True ; >DEBUG:blivet:Did not change pmbr_boot on parted.Disk instance -- > type: msdos primaryPartitionCount: 1 > lastPartitionNumber: 1 maxPrimaryPartitionCount: 4 > partitions: [<parted.partition.Partition object at 0x7f4f7ad2fd50>] > device: <parted.device.Device object at 0x7f4f7ad2c7d0> > PedDisk: <_ped.Disk object at 0x7f4f7ad2dfc0> >DEBUG:blivet:get_format('disklabel') returning DiskLabel instance with object id 81 >DEBUG:blivet: DiskDevice._set_format: sdb ; type: disklabel ; current: None ; >INFO:blivet:got format: existing msdos disklabel >DEBUG:blivet: DeviceTree.handle_device: name: sdb1 ; info: {'CURRENT_TAGS': ':systemd:', > 'DEVLINKS': '/dev/disk/by-id/wwn-0x5002538d409a2fbe-part1 ' > '/dev/disk/by-id/ata-Samsung_SSD_850_EVO_500GB_S2RBNXAH101404X-part1 ' > '/dev/disk/by-path/pci-0000:00:1f.2-ata-2.0-part1 ' > '/dev/disk/by-partuuid/3a70219d-01 ' > '/dev/disk/by-path/pci-0000:00:1f.2-ata-2-part1 ' > '/dev/disk/by-diskseq/2-part1 ' > '/dev/disk/by-id/lvm-pv-uuid-i0HzEq-HGe2-MRXw-X3od-P6CR-G86h-maSPFA', > 'DEVNAME': '/dev/sdb1', > 'DEVPATH': '/devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sdb/sdb1', > 'DEVTYPE': 'partition', > 'DISKSEQ': '2', > 'ID_ATA': '1', > 'ID_ATA_DOWNLOAD_MICROCODE': '1', > 'ID_ATA_FEATURE_SET_HPA': '1', > 'ID_ATA_FEATURE_SET_HPA_ENABLED': '1', > 'ID_ATA_FEATURE_SET_PM': '1', > 'ID_ATA_FEATURE_SET_PM_ENABLED': '1', > 'ID_ATA_FEATURE_SET_SECURITY': '1', > 'ID_ATA_FEATURE_SET_SECURITY_ENABLED': '0', > 'ID_ATA_FEATURE_SET_SECURITY_ENHANCED_ERASE_UNIT_MIN': '8', > 'ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN': '2', > 'ID_ATA_FEATURE_SET_SECURITY_FROZEN': '1', > 'ID_ATA_FEATURE_SET_SMART': '1', > 'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', > 'ID_ATA_ROTATION_RATE_RPM': '0', > 'ID_ATA_SATA': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN1': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN2': '1', > 'ID_ATA_WRITE_CACHE': '1', > 'ID_ATA_WRITE_CACHE_ENABLED': '1', > 'ID_BUS': 'ata', > 'ID_FS_TYPE': 'LVM2_member', > 'ID_FS_USAGE': 'raid', > 'ID_FS_UUID': 'i0HzEq-HGe2-MRXw-X3od-P6CR-G86h-maSPFA', > 'ID_FS_UUID_ENC': 'i0HzEq-HGe2-MRXw-X3od-P6CR-G86h-maSPFA', > 'ID_FS_VERSION': 'LVM2 001', > 'ID_MODEL': 'Samsung_SSD_850_EVO_500GB', > 'ID_MODEL_ENC': 'Samsung\\x20SSD\\x20850\\x20EVO\\x20500GB\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_ENTRY_DISK': '8:16', > 'ID_PART_ENTRY_NUMBER': '1', > 'ID_PART_ENTRY_OFFSET': '2048', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '976771120', > 'ID_PART_ENTRY_TYPE': '0x8e', > 'ID_PART_ENTRY_UUID': '3a70219d-01', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': '3a70219d', > 'ID_PATH': 'pci-0000:00:1f.2-ata-2.0', > 'ID_PATH_ATA_COMPAT': 'pci-0000:00:1f.2-ata-2', > 'ID_PATH_TAG': 'pci-0000_00_1f_2-ata-2_0', > 'ID_REVISION': 'EMT02B6Q', > 'ID_SERIAL': 'Samsung_SSD_850_EVO_500GB_S2RBNXAH101404X', > 'ID_SERIAL_SHORT': 'S2RBNXAH101404X', > 'ID_TYPE': 'disk', > 'ID_WWN': '0x5002538d409a2fbe', > 'ID_WWN_WITH_EXTENSION': '0x5002538d409a2fbe', > 'MAJOR': '8', > 'MINOR': '17', > 'NVME_HOST_IFACE': 'none', > 'PARTN': '1', > 'SUBSYSTEM': 'block', > 'SYS_NAME': 'sdb1', > 'SYS_PATH': '/sys/devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sdb/sdb1', > 'TAGS': ':systemd:', > 'UDISKS_IGNORE': '1', > 'USEC_INITIALIZED': '15775686'} ; >INFO:blivet:scanning sdb1 (/sys/devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sdb/sdb1)... >WARNING:blivet:hidden is not a valid attribute >DEBUG:blivet: DeviceTree.get_device_by_name: name: sdb1 ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned None >DEBUG:blivet: PartitionDevicePopulator.run: name: sdb1 ; >DEBUG:blivet: DeviceTree.get_device_by_name: name: sdb1 ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned None >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:testdata:sysfs attr /sys/class/block/sdc/device/model: 466c617368204469736b2020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdd/device/model: 436f6d7061637420466c6173682020200a >DEBUG:testdata:sysfs attr /sys/class/block/sde/device/model: 534d2f78442d506963747572652020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdf/device/model: 53442f4d4d43202020202020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdg/device/model: 4d2e532e2f4d2e532e50726f2f4847200a >DEBUG:testdata:sysfs attr /sys/class/block/sdh/device/model: 53442f4d4d432f4d2e532e50524f20200a >DEBUG:testdata:sysfs attr /sys/class/block/sda/device/model: 53414d53554e472053534420383330200a >DEBUG:testdata:sysfs attr /sys/class/block/sdb/device/model: 53616d73756e672053534420383530200a >DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 4456442d52572053482d3231364142200a >DEBUG:blivet: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 465,76 Gio disk sdb (73) with existing msdos disklabel >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 84 >DEBUG:blivet: DiskDevice.add_child: name: sdb ; child: sdb1 ; kids: 0 ; >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 85 >DEBUG:blivet: PartitionDevice._set_format: sdb1 ; type: None ; current: None ; >DEBUG:blivet: PartitionDevice.update_sysfs_path: sdb1 ; status: True ; >DEBUG:blivet:sdb1 sysfs_path set to /sys/devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sdb/sdb1 >DEBUG:blivet: PartitionDevice.read_current_size: exists: True ; path: /dev/sdb1 ; sysfs_path: /sys/devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sdb/sdb1 ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sdb/sdb1/size: 3937363737313132300a >DEBUG:blivet:updated sdb1 size to 465,76 Gio (465,76 Gio) >DEBUG:blivet:looking up parted Partition: /dev/sdb1 >DEBUG:blivet: PartitionDevice.probe: sdb1 ; exists: True ; >DEBUG:blivet: PartitionDevice.get_flag: path: /dev/sdb1 ; flag: 1 ; >DEBUG:blivet: PartitionDevice.get_flag: path: /dev/sdb1 ; flag: 10 ; >DEBUG:blivet: PartitionDevice.get_flag: path: /dev/sdb1 ; flag: 12 ; >DEBUG:blivet: PartitionDevice.read_current_size: exists: True ; path: /dev/sdb1 ; sysfs_path: /sys/devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sdb/sdb1 ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sdb/sdb1/size: 3937363737313132300a >DEBUG:blivet:updated sdb1 size to 465,76 Gio (465,76 Gio) >INFO:blivet:added partition sdb1 (id 83) to device tree >INFO:blivet:parted exception: msdos disk labels do not support partition names. >INFO:blivet:parted exception: msdos disk labels do not support partition names. >INFO:blivet:got device: PartitionDevice instance (0x7f4f7ad25390) -- > name = sdb1 status = True id = 83 > children = [] > parents = ['existing 465,76 Gio disk sdb (73) with existing msdos disklabel'] > uuid = 3a70219d-01 size = 465,76 Gio > format = existing None > major = 8 minor = 17 exists = True protected = False > sysfs path = /sys/devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sdb/sdb1 > target size = 465,76 Gio path = /dev/sdb1 > format args = [] original_format = None grow = None max size = 0 O bootable = None > part type = 0 primary = None start sector = None end sector = None > parted_partition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f4f7ad2d750> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f4f7ad2d590> PedPartition: <_ped.Partition object at 0x7f4f7ad65530> > disk = existing 465,76 Gio disk sdb (73) with existing msdos disklabel > start = 2048 end = 976773167 length = 976771120 > flags = lvm >DEBUG:blivet: DeviceTree.handle_format: name: sdb1 ; >DEBUG:blivet: AppleBootstrapFS.supported: supported: True ; >DEBUG:blivet:get_format('appleboot') returning AppleBootstrapFS instance with object id 87 >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet:get_format('efi') returning EFIFS instance with object id 88 >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 89 >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 90 >DEBUG:blivet: LVMFormatPopulator.run: pv: sdb1 ; >DEBUG:blivet:lvm filter: device /dev/sdb1 added to the list of allowed devices >INFO:blivet:type detected on 'sdb1' is 'lvmpv' >DEBUG:blivet: LVMPhysicalVolume.__init__: uuid: i0HzEq-HGe2-MRXw-X3od-P6CR-G86h-maSPFA ; label: None ; device: /dev/sdb1 ; serial: Samsung_SSD_850_EVO_500GB_S2RBNXAH101404X ; exists: True ; vg_name: vg_erwan-desktop ; vg_uuid: 3vkTwN-NVSy-EPPa-TKBy-ECge-VrQq-Zq6a4s ; pe_start: 1024 Kio ; free: 135,75 Gio ; >DEBUG:blivet:get_format('lvmpv') returning LVMPhysicalVolume instance with object id 91 >DEBUG:blivet: PartitionDevice._set_format: sdb1 ; type: lvmpv ; current: None ; >DEBUG:blivet: DeviceTree.get_device_by_uuid: uuid: 3vkTwN-NVSy-EPPa-TKBy-ECge-VrQq-Zq6a4s ; incomplete: True ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_uuid returned existing 118,75 Gio lvmvg vg_erwan-desktop (68) >DEBUG:blivet: LVMVolumeGroupDevice._add_parent: vg_erwan-desktop ; parent: sdb1 ; >DEBUG:blivet: PartitionDevice.add_child: name: sdb1 ; child: vg_erwan-desktop ; kids: 0 ; >DEBUG:blivet: LVMFormatPopulator._update_lvs: pv: sdb1 ; >DEBUG:blivet: DeviceTree.get_device_by_uuid: uuid: 3vkTwN-NVSy-EPPa-TKBy-ECge-VrQq-Zq6a4s ; incomplete: True ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_uuid returned existing 584,5 Gio lvmvg vg_erwan-desktop (68) >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_home ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned None >DEBUG:blivet: DeviceTree.get_device_by_uuid: uuid: 98PR9l-8Dg8-ub0Q-zrpU-TFVY-xgRw-2BiiZ2 ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_uuid returned None >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 93 >DEBUG:blivet: LVMVolumeGroupDevice.add_child: name: vg_erwan-desktop ; child: lv_home ; kids: 0 ; >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 94 >DEBUG:blivet: LVMLogicalVolumeDevice._set_format: vg_erwan-desktop-lv_home ; type: None ; current: None ; >DEBUG:blivet: LVMLogicalVolumeDevice.update_sysfs_path: vg_erwan-desktop-lv_home ; status: True ; >DEBUG:blivet:vg_erwan-desktop-lv_home sysfs_path set to /sys/devices/virtual/block/dm-1 >DEBUG:blivet: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/vg_erwan--desktop-lv_home ; sysfs_path: /sys/devices/virtual/block/dm-1 ; >DEBUG:testdata:sysfs attr /sys/devices/virtual/block/dm-1/size: 3332313332333030380a >DEBUG:blivet:updated vg_erwan-desktop-lv_home size to 153,22 Gio (153,22 Gio) >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 96 >DEBUG:blivet: LVMVolumeGroupDevice.remove_child: name: vg_erwan-desktop ; child: lv_home ; kids: 1 ; >DEBUG:blivet: LVMVolumeGroupDevice.add_child: name: vg_erwan-desktop ; child: lv_home ; kids: 0 ; >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 97 >DEBUG:blivet: LVMLogicalVolumeDevice._set_format: vg_erwan-desktop-lv_home ; type: None ; current: None ; >DEBUG:blivet: LVMLogicalVolumeDevice.update_sysfs_path: vg_erwan-desktop-lv_home ; status: True ; >DEBUG:blivet:vg_erwan-desktop-lv_home sysfs_path set to /sys/devices/virtual/block/dm-1 >DEBUG:blivet: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/vg_erwan--desktop-lv_home ; sysfs_path: /sys/devices/virtual/block/dm-1 ; >DEBUG:testdata:sysfs attr /sys/devices/virtual/block/dm-1/size: 3332313332333030380a >DEBUG:blivet:updated vg_erwan-desktop-lv_home size to 153,22 Gio (153,22 Gio) >DEBUG:blivet:Adding vg_erwan-desktop-lv_home/153,22 Gio to vg_erwan-desktop >INFO:blivet:added lvmlv vg_erwan-desktop-lv_home (id 92) to device tree >INFO:program:Running [3] dmsetup --version ... >INFO:program:stdout[3]: Library version: 1.02.189-git (2022-11-10) >Driver version: 4.47.0 > >INFO:program:stderr[3]: >INFO:program:...done [3] (exit code: 0) >DEBUG:blivet: LVMLogicalVolumeDevice.setup: vg_erwan-desktop-lv_home ; orig: False ; status: True ; controllable: True ; >DEBUG:blivet: LVMLogicalVolumeDevice.update_sysfs_path: vg_erwan-desktop-lv_home ; status: True ; >DEBUG:blivet:vg_erwan-desktop-lv_home sysfs_path set to /sys/devices/virtual/block/dm-1 >DEBUG:blivet: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/vg_erwan--desktop-lv_home ; sysfs_path: /sys/devices/virtual/block/dm-1 ; >DEBUG:testdata:sysfs attr /sys/devices/virtual/block/dm-1/size: 3332313332333030380a >DEBUG:blivet:updated vg_erwan-desktop-lv_home size to 153,22 Gio (153,22 Gio) >DEBUG:blivet: DeviceTree.handle_device: name: vg_erwan--desktop-lv_home ; info: {'CURRENT_TAGS': ':systemd:', > 'DEVLINKS': '/dev/vg_erwan-desktop/lv_home ' > '/dev/mapper/vg_erwan--desktop-lv_home ' > '/dev/disk/by-uuid/0901706e-a709-4c51-a005-c8385cf934e2 ' > '/dev/disk/by-id/dm-name-vg_erwan--desktop-lv_home ' > '/dev/disk/by-id/dm-uuid-LVM-3vkTwNNVSyEPPaTKByECgeVrQqZq6a4s98PR9l8Dg8ub0QzrpUTFVYxgRw2BiiZ2', > 'DEVNAME': '/dev/dm-1', > 'DEVPATH': '/devices/virtual/block/dm-1', > 'DEVTYPE': 'disk', > 'DISKSEQ': '6', > 'DM_LV_NAME': 'lv_home', > 'DM_NAME': 'vg_erwan--desktop-lv_home', > 'DM_SUSPENDED': '0', > 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'DM_UUID': 'LVM-3vkTwNNVSyEPPaTKByECgeVrQqZq6a4s98PR9l8Dg8ub0QzrpUTFVYxgRw2BiiZ2', > 'DM_VG_NAME': 'vg_erwan-desktop', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '0901706e-a709-4c51-a005-c8385cf934e2', > 'ID_FS_UUID_ENC': '0901706e-a709-4c51-a005-c8385cf934e2', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '253', > 'MINOR': '1', > 'NVME_HOST_IFACE': 'none', > 'SUBSYSTEM': 'block', > 'SYSTEMD_READY': '1', > 'SYS_NAME': 'dm-1', > 'SYS_PATH': '/sys/devices/virtual/block/dm-1', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '6304630'} ; >INFO:blivet:scanning vg_erwan--desktop-lv_home (/sys/devices/virtual/block/dm-1)... >DEBUG:testdata:sysfs attr /sys/devices/virtual/block/dm-1/hidden: 300a >INFO:program:Running [4] dmsetup info -co subsystem --noheadings vg_erwan--desktop-lv_home ... >INFO:program:stdout[4]: LVM > >INFO:program:stderr[4]: >INFO:program:...done [4] (exit code: 0) >INFO:program:Running [5] dmsetup info -co subsystem --noheadings vg_erwan--desktop-lv_home ... >INFO:program:stdout[5]: LVM > >INFO:program:stderr[5]: >INFO:program:...done [5] (exit code: 0) >INFO:program:Running [6] dmsetup info -co subsystem --noheadings vg_erwan--desktop-lv_home ... >INFO:program:stdout[6]: LVM > >INFO:program:stderr[6]: >INFO:program:...done [6] (exit code: 0) >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan--desktop-lv_home ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 153,22 Gio lvmlv vg_erwan-desktop-lv_home (92) >DEBUG:blivet:vg_erwan-desktop size is 584,5 Gio >DEBUG:blivet:vg vg_erwan-desktop has 431,28 Gio free >DEBUG:blivet:vg_erwan-desktop size is 584,5 Gio >DEBUG:blivet:vg vg_erwan-desktop has 431,28 Gio free >DEBUG:blivet:vg_erwan-desktop size is 584,5 Gio >DEBUG:blivet:vg vg_erwan-desktop has 431,28 Gio free >DEBUG:blivet:vg_erwan-desktop size is 584,5 Gio >DEBUG:blivet:vg vg_erwan-desktop has 431,28 Gio free >INFO:blivet:got device: LVMLogicalVolumeDevice instance (0x7f4f7b5fbb50) -- > name = vg_erwan-desktop-lv_home status = True id = 92 > children = [] > parents = ['existing 584,5 Gio lvmvg vg_erwan-desktop (68)'] > uuid = 98PR9l-8Dg8-ub0Q-zrpU-TFVY-xgRw-2BiiZ2 size = 153,22 Gio > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = /sys/devices/virtual/block/dm-1 > target size = 153,22 Gio path = /dev/mapper/vg_erwan--desktop-lv_home > format args = [] original_format = None target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4f88290190) -- > name = vg_erwan-desktop status = True id = 68 > children = ['existing 153,22 Gio lvmlv vg_erwan-desktop-lv_home (92)'] > parents = ['existing 118,75 Gio partition sda2 (59) with existing lvmpv', > 'existing 465,76 Gio partition sdb1 (83) with existing lvmpv'] > uuid = 3vkTwN-NVSy-EPPa-TKBy-ECge-VrQq-Zq6a4s size = 584,5 Gio > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = > target size = 584,5 Gio path = /dev/vg_erwan--desktop > format args = [] original_format = None free = 254,5 Gio PE Size = 32 Mio PE Count = 18704 > PE Free = 8144 PV Count = 2 > modified = False extents = 18704 free space = 431,28 Gio > free extents = 13801 reserved percent = 0 reserved space = 0 O > PVs = ['existing 118,75 Gio partition sda2 (59) with existing lvmpv', > 'existing 465,76 Gio partition sdb1 (83) with existing lvmpv'] > LVs = ['existing 153,22 Gio lvmlv vg_erwan-desktop-lv_home (92)'] > segment type = linear percent = 0 > VG space used = 153,22 Gio >INFO:program:Running [7] dmsetup info -co subsystem --noheadings vg_erwan--desktop-lv_home ... >INFO:program:stdout[7]: LVM > >INFO:program:stderr[7]: >INFO:program:...done [7] (exit code: 0) >DEBUG:blivet: DeviceTree.handle_format: name: vg_erwan-desktop-lv_home ; >DEBUG:blivet: AppleBootstrapFS.supported: supported: True ; >DEBUG:blivet:get_format('appleboot') returning AppleBootstrapFS instance with object id 99 >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet:get_format('efi') returning EFIFS instance with object id 100 >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 101 >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 102 >INFO:blivet:type detected on 'vg_erwan-desktop-lv_home' is 'ext4' >INFO:program:Running... dumpe2fs -h /dev/mapper/vg_erwan--desktop-lv_home >INFO:program:stdout: >INFO:program:Filesystem volume name: <none> >INFO:program:Last mounted on: /home >INFO:program:Filesystem UUID: 0901706e-a709-4c51-a005-c8385cf934e2 >INFO:program:Filesystem magic number: 0xEF53 >INFO:program:Filesystem revision #: 1 (dynamic) >INFO:program:Filesystem features: has_journal ext_attr resize_inode dir_index filetype extent flex_bg sparse_super large_file huge_file uninit_bg dir_nlink extra_isize >INFO:program:Filesystem flags: signed_directory_hash >INFO:program:Default mount options: user_xattr acl >INFO:program:Filesystem state: clean >INFO:program:Errors behavior: Continue >INFO:program:Filesystem OS type: Linux >INFO:program:Inode count: 10043392 >INFO:program:Block count: 40165376 >INFO:program:Reserved block count: 1745770 >INFO:program:Overhead clusters: 678307 >INFO:program:Free blocks: 16196555 >INFO:program:Free inodes: 9024333 >INFO:program:First block: 0 >INFO:program:Block size: 4096 >INFO:program:Fragment size: 4096 >INFO:program:Reserved GDT blocks: 1014 >INFO:program:Blocks per group: 32768 >INFO:program:Fragments per group: 32768 >INFO:program:Inodes per group: 8192 >INFO:program:Inode blocks per group: 512 >INFO:program:Flex block group size: 16 >INFO:program:Filesystem created: Mon Oct 1 06:23:05 2012 >INFO:program:Last mount time: Wed Jan 18 06:56:55 2023 >INFO:program:Last write time: Thu Jun 29 08:54:06 2023 >INFO:program:Mount count: 280 >INFO:program:Maximum mount count: -1 >INFO:program:Last checked: Mon Jan 4 03:34:53 2016 >INFO:program:Check interval: 0 (<none>) >INFO:program:Lifetime writes: 9 TB >INFO:program:Reserved blocks uid: 0 (user root) >INFO:program:Reserved blocks gid: 0 (group root) >INFO:program:First inode: 11 >INFO:program:Inode size: 256 >INFO:program:Required extra isize: 28 >INFO:program:Desired extra isize: 28 >INFO:program:Journal inode: 8 >INFO:program:Default directory hash: half_md4 >INFO:program:Directory Hash Seed: ebbf0af5-dc21-40e4-94b6-daf59b90bf54 >INFO:program:Journal backup: inode blocks >INFO:program:Journal features: journal_incompat_revoke >INFO:program:Total journal size: 128M >INFO:program:Total journal blocks: 32768 >INFO:program:Max transaction length: 32768 >INFO:program:Fast commit length: 0 >INFO:program:Journal sequence: 0x02b2639a >INFO:program:Journal start: 0 >INFO:program: >INFO:program:stderr: >INFO:program:b'dumpe2fs 1.46.5 (30-Dec-2021)' >DEBUG:program:Return code: 0 >INFO:program:Running... resize2fs -P /dev/mapper/vg_erwan--desktop-lv_home >INFO:program:stdout: >INFO:program:Estimated minimum size of the filesystem: 24006350 >INFO:program:stderr: >INFO:program:b'resize2fs 1.46.5 (30-Dec-2021)' >DEBUG:program:Return code: 0 >DEBUG:blivet:padding min size from 91,58 Gio up to 92,07 Gio >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 103 >DEBUG:blivet: LVMLogicalVolumeDevice._set_format: vg_erwan-desktop-lv_home ; type: ext4 ; current: None ; >INFO:blivet:got format: existing ext4 filesystem >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_swap ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned None >DEBUG:blivet: DeviceTree.get_device_by_uuid: uuid: D1HagM-iPHi-tB3l-DXqk-BdeW-RnB3-VJOGlO ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_uuid returned None >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 106 >DEBUG:blivet: LVMVolumeGroupDevice.add_child: name: vg_erwan-desktop ; child: lv_swap ; kids: 1 ; >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 107 >DEBUG:blivet: LVMLogicalVolumeDevice._set_format: vg_erwan-desktop-lv_swap ; type: None ; current: None ; >DEBUG:blivet: LVMLogicalVolumeDevice.update_sysfs_path: vg_erwan-desktop-lv_swap ; status: True ; >DEBUG:blivet:vg_erwan-desktop-lv_swap sysfs_path set to /sys/devices/virtual/block/dm-0 >DEBUG:blivet: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/vg_erwan--desktop-lv_swap ; sysfs_path: /sys/devices/virtual/block/dm-0 ; >DEBUG:testdata:sysfs attr /sys/devices/virtual/block/dm-0/size: 33323537313339320a >DEBUG:blivet:updated vg_erwan-desktop-lv_swap size to 15,53 Gio (15,53 Gio) >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 109 >DEBUG:blivet: LVMVolumeGroupDevice.remove_child: name: vg_erwan-desktop ; child: lv_swap ; kids: 2 ; >DEBUG:blivet: LVMVolumeGroupDevice.add_child: name: vg_erwan-desktop ; child: lv_swap ; kids: 1 ; >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 110 >DEBUG:blivet: LVMLogicalVolumeDevice._set_format: vg_erwan-desktop-lv_swap ; type: None ; current: None ; >DEBUG:blivet: LVMLogicalVolumeDevice.update_sysfs_path: vg_erwan-desktop-lv_swap ; status: True ; >DEBUG:blivet:vg_erwan-desktop-lv_swap sysfs_path set to /sys/devices/virtual/block/dm-0 >DEBUG:blivet: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/vg_erwan--desktop-lv_swap ; sysfs_path: /sys/devices/virtual/block/dm-0 ; >DEBUG:testdata:sysfs attr /sys/devices/virtual/block/dm-0/size: 33323537313339320a >DEBUG:blivet:updated vg_erwan-desktop-lv_swap size to 15,53 Gio (15,53 Gio) >DEBUG:blivet:Adding vg_erwan-desktop-lv_swap/15,53 Gio to vg_erwan-desktop >INFO:blivet:added lvmlv vg_erwan-desktop-lv_swap (id 105) to device tree >DEBUG:blivet: LVMLogicalVolumeDevice.setup: vg_erwan-desktop-lv_swap ; orig: False ; status: True ; controllable: True ; >DEBUG:blivet: LVMLogicalVolumeDevice.update_sysfs_path: vg_erwan-desktop-lv_swap ; status: True ; >DEBUG:blivet:vg_erwan-desktop-lv_swap sysfs_path set to /sys/devices/virtual/block/dm-0 >DEBUG:blivet: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/vg_erwan--desktop-lv_swap ; sysfs_path: /sys/devices/virtual/block/dm-0 ; >DEBUG:testdata:sysfs attr /sys/devices/virtual/block/dm-0/size: 33323537313339320a >DEBUG:blivet:updated vg_erwan-desktop-lv_swap size to 15,53 Gio (15,53 Gio) >DEBUG:blivet: DeviceTree.handle_device: name: vg_erwan--desktop-lv_swap ; info: {'CURRENT_TAGS': ':systemd:', > 'DEVLINKS': '/dev/disk/by-uuid/3fbcc456-95b8-4681-8cd8-981dab52cbf3 ' > '/dev/disk/by-id/dm-uuid-LVM-3vkTwNNVSyEPPaTKByECgeVrQqZq6a4sD1HagMiPHitB3lDXqkBdeWRnB3VJOGlO ' > '/dev/disk/by-id/dm-name-vg_erwan--desktop-lv_swap ' > '/dev/mapper/vg_erwan--desktop-lv_swap ' > '/dev/vg_erwan-desktop/lv_swap', > 'DEVNAME': '/dev/dm-0', > 'DEVPATH': '/devices/virtual/block/dm-0', > 'DEVTYPE': 'disk', > 'DISKSEQ': '5', > 'DM_LV_NAME': 'lv_swap', > 'DM_NAME': 'vg_erwan--desktop-lv_swap', > 'DM_SUSPENDED': '0', > 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'DM_UUID': 'LVM-3vkTwNNVSyEPPaTKByECgeVrQqZq6a4sD1HagMiPHitB3lDXqkBdeWRnB3VJOGlO', > 'DM_VG_NAME': 'vg_erwan-desktop', > 'ID_FS_TYPE': 'swap', > 'ID_FS_USAGE': 'other', > 'ID_FS_UUID': '3fbcc456-95b8-4681-8cd8-981dab52cbf3', > 'ID_FS_UUID_ENC': '3fbcc456-95b8-4681-8cd8-981dab52cbf3', > 'ID_FS_VERSION': '1', > 'MAJOR': '253', > 'MINOR': '0', > 'NVME_HOST_IFACE': 'none', > 'SUBSYSTEM': 'block', > 'SYSTEMD_READY': '1', > 'SYS_NAME': 'dm-0', > 'SYS_PATH': '/sys/devices/virtual/block/dm-0', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '6304100'} ; >INFO:blivet:scanning vg_erwan--desktop-lv_swap (/sys/devices/virtual/block/dm-0)... >DEBUG:testdata:sysfs attr /sys/devices/virtual/block/dm-0/hidden: 300a >INFO:program:Running [8] dmsetup info -co subsystem --noheadings vg_erwan--desktop-lv_swap ... >INFO:program:stdout[8]: LVM > >INFO:program:stderr[8]: >INFO:program:...done [8] (exit code: 0) >INFO:program:Running [9] dmsetup info -co subsystem --noheadings vg_erwan--desktop-lv_swap ... >INFO:program:stdout[9]: LVM > >INFO:program:stderr[9]: >INFO:program:...done [9] (exit code: 0) >INFO:program:Running [10] dmsetup info -co subsystem --noheadings vg_erwan--desktop-lv_swap ... >INFO:program:stdout[10]: LVM > >INFO:program:stderr[10]: >INFO:program:...done [10] (exit code: 0) >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan--desktop-lv_swap ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 15,53 Gio lvmlv vg_erwan-desktop-lv_swap (105) >DEBUG:blivet:vg_erwan-desktop size is 584,5 Gio >DEBUG:blivet:vg vg_erwan-desktop has 415,75 Gio free >DEBUG:blivet:vg_erwan-desktop size is 584,5 Gio >DEBUG:blivet:vg vg_erwan-desktop has 415,75 Gio free >DEBUG:blivet:vg_erwan-desktop size is 584,5 Gio >DEBUG:blivet:vg vg_erwan-desktop has 415,75 Gio free >DEBUG:blivet:vg_erwan-desktop size is 584,5 Gio >DEBUG:blivet:vg vg_erwan-desktop has 415,75 Gio free >INFO:blivet:got device: LVMLogicalVolumeDevice instance (0x7f4f88237d50) -- > name = vg_erwan-desktop-lv_swap status = True id = 105 > children = [] > parents = ['existing 584,5 Gio lvmvg vg_erwan-desktop (68)'] > uuid = D1HagM-iPHi-tB3l-DXqk-BdeW-RnB3-VJOGlO size = 15,53 Gio > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = /sys/devices/virtual/block/dm-0 > target size = 15,53 Gio path = /dev/mapper/vg_erwan--desktop-lv_swap > format args = [] original_format = None target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4f88290190) -- > name = vg_erwan-desktop status = True id = 68 > children = ['existing 153,22 Gio lvmlv vg_erwan-desktop-lv_home (92) with existing ext4 ' > 'filesystem', > 'existing 15,53 Gio lvmlv vg_erwan-desktop-lv_swap (105)'] > parents = ['existing 118,75 Gio partition sda2 (59) with existing lvmpv', > 'existing 465,76 Gio partition sdb1 (83) with existing lvmpv'] > uuid = 3vkTwN-NVSy-EPPa-TKBy-ECge-VrQq-Zq6a4s size = 584,5 Gio > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = > target size = 584,5 Gio path = /dev/vg_erwan--desktop > format args = [] original_format = None free = 254,5 Gio PE Size = 32 Mio PE Count = 18704 > PE Free = 8144 PV Count = 2 > modified = False extents = 18704 free space = 415,75 Gio > free extents = 13304 reserved percent = 0 reserved space = 0 O > PVs = ['existing 118,75 Gio partition sda2 (59) with existing lvmpv', > 'existing 465,76 Gio partition sdb1 (83) with existing lvmpv'] > LVs = ['existing 153,22 Gio lvmlv vg_erwan-desktop-lv_home (92) with existing ext4 ' > 'filesystem', > 'existing 15,53 Gio lvmlv vg_erwan-desktop-lv_swap (105)'] > segment type = linear percent = 0 > VG space used = 15,53 Gio >INFO:program:Running [11] dmsetup info -co subsystem --noheadings vg_erwan--desktop-lv_swap ... >INFO:program:stdout[11]: LVM > >INFO:program:stderr[11]: >INFO:program:...done [11] (exit code: 0) >DEBUG:blivet: DeviceTree.handle_format: name: vg_erwan-desktop-lv_swap ; >DEBUG:blivet: AppleBootstrapFS.supported: supported: True ; >DEBUG:blivet:get_format('appleboot') returning AppleBootstrapFS instance with object id 112 >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet:get_format('efi') returning EFIFS instance with object id 113 >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 114 >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 115 >INFO:blivet:type detected on 'vg_erwan-desktop-lv_swap' is 'swap' >DEBUG:blivet: SwapSpace.__init__: uuid: 3fbcc456-95b8-4681-8cd8-981dab52cbf3 ; label: None ; device: /dev/mapper/vg_erwan--desktop-lv_swap ; serial: None ; exists: True ; >DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 116 >DEBUG:blivet: LVMLogicalVolumeDevice._set_format: vg_erwan-desktop-lv_swap ; type: swap ; current: None ; >INFO:blivet:got format: existing swap >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_root ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned None >DEBUG:blivet: DeviceTree.get_device_by_uuid: uuid: RCReFx-EgbD-OeEo-U4Iz-3KuU-yVkf-4h6XEd ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_uuid returned None >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 119 >DEBUG:blivet: LVMVolumeGroupDevice.add_child: name: vg_erwan-desktop ; child: lv_root ; kids: 2 ; >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 120 >DEBUG:blivet: LVMLogicalVolumeDevice._set_format: vg_erwan-desktop-lv_root ; type: None ; current: None ; >DEBUG:blivet: LVMLogicalVolumeDevice.update_sysfs_path: vg_erwan-desktop-lv_root ; status: True ; >DEBUG:blivet:vg_erwan-desktop-lv_root sysfs_path set to /sys/devices/virtual/block/dm-2 >DEBUG:blivet: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/vg_erwan--desktop-lv_root ; sysfs_path: /sys/devices/virtual/block/dm-2 ; >DEBUG:testdata:sysfs attr /sys/devices/virtual/block/dm-2/size: 3333383136353736300a >DEBUG:blivet:updated vg_erwan-desktop-lv_root size to 161,25 Gio (161,25 Gio) >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 122 >DEBUG:blivet: LVMVolumeGroupDevice.remove_child: name: vg_erwan-desktop ; child: lv_root ; kids: 3 ; >DEBUG:blivet: LVMVolumeGroupDevice.add_child: name: vg_erwan-desktop ; child: lv_root ; kids: 2 ; >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 123 >DEBUG:blivet: LVMLogicalVolumeDevice._set_format: vg_erwan-desktop-lv_root ; type: None ; current: None ; >DEBUG:blivet: LVMLogicalVolumeDevice.update_sysfs_path: vg_erwan-desktop-lv_root ; status: True ; >DEBUG:blivet:vg_erwan-desktop-lv_root sysfs_path set to /sys/devices/virtual/block/dm-2 >DEBUG:blivet: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/vg_erwan--desktop-lv_root ; sysfs_path: /sys/devices/virtual/block/dm-2 ; >DEBUG:testdata:sysfs attr /sys/devices/virtual/block/dm-2/size: 3333383136353736300a >DEBUG:blivet:updated vg_erwan-desktop-lv_root size to 161,25 Gio (161,25 Gio) >DEBUG:blivet:Adding vg_erwan-desktop-lv_root/161,25 Gio to vg_erwan-desktop >INFO:blivet:added lvmlv vg_erwan-desktop-lv_root (id 118) to device tree >DEBUG:blivet: LVMLogicalVolumeDevice.setup: vg_erwan-desktop-lv_root ; orig: False ; status: True ; controllable: True ; >DEBUG:blivet: LVMLogicalVolumeDevice.update_sysfs_path: vg_erwan-desktop-lv_root ; status: True ; >DEBUG:blivet:vg_erwan-desktop-lv_root sysfs_path set to /sys/devices/virtual/block/dm-2 >DEBUG:blivet: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/vg_erwan--desktop-lv_root ; sysfs_path: /sys/devices/virtual/block/dm-2 ; >DEBUG:testdata:sysfs attr /sys/devices/virtual/block/dm-2/size: 3333383136353736300a >DEBUG:blivet:updated vg_erwan-desktop-lv_root size to 161,25 Gio (161,25 Gio) >DEBUG:blivet: DeviceTree.handle_device: name: vg_erwan--desktop-lv_root ; info: {'CURRENT_TAGS': ':systemd:', > 'DEVLINKS': '/dev/disk/by-uuid/4221e451-5d48-4d3a-913b-14b39cc69f82 ' > '/dev/mapper/vg_erwan--desktop-lv_root ' > '/dev/vg_erwan-desktop/lv_root ' > '/dev/disk/by-id/dm-uuid-LVM-3vkTwNNVSyEPPaTKByECgeVrQqZq6a4sRCReFxEgbDOeEoU4Iz3KuUyVkf4h6XEd ' > '/dev/disk/by-id/dm-name-vg_erwan--desktop-lv_root ' > '/dev/disk/by-label/_Fedora-17-x86_6', > 'DEVNAME': '/dev/dm-2', > 'DEVPATH': '/devices/virtual/block/dm-2', > 'DEVTYPE': 'disk', > 'DISKSEQ': '7', > 'DM_LV_NAME': 'lv_root', > 'DM_NAME': 'vg_erwan--desktop-lv_root', > 'DM_SUSPENDED': '0', > 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'DM_UUID': 'LVM-3vkTwNNVSyEPPaTKByECgeVrQqZq6a4sRCReFxEgbDOeEoU4Iz3KuUyVkf4h6XEd', > 'DM_VG_NAME': 'vg_erwan-desktop', > 'ID_FS_LABEL': '_Fedora-17-x86_6', > 'ID_FS_LABEL_ENC': '_Fedora-17-x86_6', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '4221e451-5d48-4d3a-913b-14b39cc69f82', > 'ID_FS_UUID_ENC': '4221e451-5d48-4d3a-913b-14b39cc69f82', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '253', > 'MINOR': '2', > 'NVME_HOST_IFACE': 'none', > 'SUBSYSTEM': 'block', > 'SYSTEMD_READY': '1', > 'SYS_NAME': 'dm-2', > 'SYS_PATH': '/sys/devices/virtual/block/dm-2', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '6304888'} ; >INFO:blivet:scanning vg_erwan--desktop-lv_root (/sys/devices/virtual/block/dm-2)... >DEBUG:testdata:sysfs attr /sys/devices/virtual/block/dm-2/hidden: 300a >INFO:program:Running [12] dmsetup info -co subsystem --noheadings vg_erwan--desktop-lv_root ... >INFO:program:stdout[12]: LVM > >INFO:program:stderr[12]: >INFO:program:...done [12] (exit code: 0) >INFO:program:Running [13] dmsetup info -co subsystem --noheadings vg_erwan--desktop-lv_root ... >INFO:program:stdout[13]: LVM > >INFO:program:stderr[13]: >INFO:program:...done [13] (exit code: 0) >INFO:program:Running [14] dmsetup info -co subsystem --noheadings vg_erwan--desktop-lv_root ... >INFO:program:stdout[14]: LVM > >INFO:program:stderr[14]: >INFO:program:...done [14] (exit code: 0) >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan--desktop-lv_root ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118) >DEBUG:blivet:vg_erwan-desktop size is 584,5 Gio >DEBUG:blivet:vg vg_erwan-desktop has 254,5 Gio free >DEBUG:blivet:vg_erwan-desktop size is 584,5 Gio >DEBUG:blivet:vg vg_erwan-desktop has 254,5 Gio free >DEBUG:blivet:vg_erwan-desktop size is 584,5 Gio >DEBUG:blivet:vg vg_erwan-desktop has 254,5 Gio free >DEBUG:blivet:vg_erwan-desktop size is 584,5 Gio >DEBUG:blivet:vg vg_erwan-desktop has 254,5 Gio free >INFO:blivet:got device: LVMLogicalVolumeDevice instance (0x7f4f7b912490) -- > name = vg_erwan-desktop-lv_root status = True id = 118 > children = [] > parents = ['existing 584,5 Gio lvmvg vg_erwan-desktop (68)'] > uuid = RCReFx-EgbD-OeEo-U4Iz-3KuU-yVkf-4h6XEd size = 161,25 Gio > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = /sys/devices/virtual/block/dm-2 > target size = 161,25 Gio path = /dev/mapper/vg_erwan--desktop-lv_root > format args = [] original_format = None target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4f88290190) -- > name = vg_erwan-desktop status = True id = 68 > children = ['existing 153,22 Gio lvmlv vg_erwan-desktop-lv_home (92) with existing ext4 ' > 'filesystem', > 'existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118)', > 'existing 15,53 Gio lvmlv vg_erwan-desktop-lv_swap (105) with existing swap'] > parents = ['existing 118,75 Gio partition sda2 (59) with existing lvmpv', > 'existing 465,76 Gio partition sdb1 (83) with existing lvmpv'] > uuid = 3vkTwN-NVSy-EPPa-TKBy-ECge-VrQq-Zq6a4s size = 584,5 Gio > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = > target size = 584,5 Gio path = /dev/vg_erwan--desktop > format args = [] original_format = None free = 254,5 Gio PE Size = 32 Mio PE Count = 18704 > PE Free = 8144 PV Count = 2 > modified = False extents = 18704 free space = 254,5 Gio > free extents = 8144 reserved percent = 0 reserved space = 0 O > PVs = ['existing 118,75 Gio partition sda2 (59) with existing lvmpv', > 'existing 465,76 Gio partition sdb1 (83) with existing lvmpv'] > LVs = ['existing 153,22 Gio lvmlv vg_erwan-desktop-lv_home (92) with existing ext4 ' > 'filesystem', > 'existing 15,53 Gio lvmlv vg_erwan-desktop-lv_swap (105) with existing swap', > 'existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118)'] > segment type = linear percent = 0 > VG space used = 161,25 Gio >INFO:program:Running [15] dmsetup info -co subsystem --noheadings vg_erwan--desktop-lv_root ... >INFO:program:stdout[15]: LVM > >INFO:program:stderr[15]: >INFO:program:...done [15] (exit code: 0) >DEBUG:blivet: DeviceTree.handle_format: name: vg_erwan-desktop-lv_root ; >DEBUG:blivet: AppleBootstrapFS.supported: supported: True ; >DEBUG:blivet:get_format('appleboot') returning AppleBootstrapFS instance with object id 125 >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet:get_format('efi') returning EFIFS instance with object id 126 >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 127 >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 128 >INFO:blivet:type detected on 'vg_erwan-desktop-lv_root' is 'ext4' >INFO:program:Running... dumpe2fs -h /dev/mapper/vg_erwan--desktop-lv_root >INFO:program:stdout: >INFO:program:Filesystem volume name: _Fedora-17-x86_6 >INFO:program:Last mounted on: / >INFO:program:Filesystem UUID: 4221e451-5d48-4d3a-913b-14b39cc69f82 >INFO:program:Filesystem magic number: 0xEF53 >INFO:program:Filesystem revision #: 1 (dynamic) >INFO:program:Filesystem features: has_journal ext_attr resize_inode dir_index filetype extent flex_bg sparse_super large_file huge_file uninit_bg dir_nlink extra_isize >INFO:program:Filesystem flags: signed_directory_hash >INFO:program:Default mount options: user_xattr acl >INFO:program:Filesystem state: clean >INFO:program:Errors behavior: Continue >INFO:program:Filesystem OS type: Linux >INFO:program:Inode count: 10567680 >INFO:program:Block count: 42270720 >INFO:program:Reserved block count: 131050 >INFO:program:Overhead clusters: 699683 >INFO:program:Free blocks: 15122701 >INFO:program:Free inodes: 8417995 >INFO:program:First block: 0 >INFO:program:Block size: 4096 >INFO:program:Fragment size: 4096 >INFO:program:Reserved GDT blocks: 245 >INFO:program:Blocks per group: 32768 >INFO:program:Fragments per group: 32768 >INFO:program:Inodes per group: 8192 >INFO:program:Inode blocks per group: 512 >INFO:program:Flex block group size: 16 >INFO:program:Filesystem created: Tue May 22 16:37:52 2012 >INFO:program:Last mount time: Wed Jan 18 06:56:54 2023 >INFO:program:Last write time: Wed Jan 18 06:56:53 2023 >INFO:program:Mount count: 797 >INFO:program:Maximum mount count: -1 >INFO:program:Last checked: Mon Oct 1 06:25:44 2012 >INFO:program:Check interval: 0 (<none>) >INFO:program:Lifetime writes: 3569 GB >INFO:program:Reserved blocks uid: 0 (user root) >INFO:program:Reserved blocks gid: 0 (group root) >INFO:program:First inode: 11 >INFO:program:Inode size: 256 >INFO:program:Required extra isize: 28 >INFO:program:Desired extra isize: 28 >INFO:program:Journal inode: 8 >INFO:program:Default directory hash: half_md4 >INFO:program:Directory Hash Seed: 539dd829-5bd6-424f-aa3f-1d8c3fd799a6 >INFO:program:Journal backup: inode blocks >INFO:program:Journal features: journal_incompat_revoke >INFO:program:Total journal size: 128M >INFO:program:Total journal blocks: 32768 >INFO:program:Max transaction length: 32768 >INFO:program:Fast commit length: 0 >INFO:program:Journal sequence: 0x006f7963 >INFO:program:Journal start: 0 >INFO:program: >INFO:program:stderr: >INFO:program:b'dumpe2fs 1.46.5 (30-Dec-2021)' >DEBUG:program:Return code: 0 >INFO:program:Running... resize2fs -P /dev/mapper/vg_erwan--desktop-lv_root >INFO:program:stdout: >INFO:program:Estimated minimum size of the filesystem: 27329597 >INFO:program:stderr: >INFO:program:b'resize2fs 1.46.5 (30-Dec-2021)' >DEBUG:program:Return code: 0 >DEBUG:blivet:padding min size from 104,25 Gio up to 104,74 Gio >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 129 >DEBUG:blivet: LVMLogicalVolumeDevice._set_format: vg_erwan-desktop-lv_root ; type: ext4 ; current: None ; >INFO:blivet:got format: existing ext4 filesystem >INFO:blivet:got format: existing lvmpv >DEBUG:blivet: DeviceTree.handle_device: name: sr0 ; info: {'CURRENT_TAGS': ':systemd:seat:uaccess:', > 'DEVLINKS': '/dev/disk/by-diskseq/4 ' > '/dev/disk/by-id/ata-TSSTcorp_DVD-RW_SH-216AB_R8E568DC301L8Z ' > '/dev/cdrom /dev/disk/by-path/pci-0000:00:1f.2-ata-3.0 ' > '/dev/disk/by-path/pci-0000:00:1f.2-ata-3', > 'DEVNAME': '/dev/sr0', > 'DEVPATH': '/devices/pci0000:00/0000:00:1f.2/ata3/host2/target2:0:0/2:0:0:0/block/sr0', > 'DEVTYPE': 'disk', > 'DISKSEQ': '4', > 'ID_ATA': '1', > 'ID_ATA_SATA': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN1': '1', > 'ID_BUS': 'ata', > 'ID_CDROM': '1', > 'ID_CDROM_CD': '1', > 'ID_CDROM_CD_R': '1', > 'ID_CDROM_CD_RW': '1', > 'ID_CDROM_DVD': '1', > 'ID_CDROM_DVD_PLUS_R': '1', > 'ID_CDROM_DVD_PLUS_RW': '1', > 'ID_CDROM_DVD_PLUS_R_DL': '1', > 'ID_CDROM_DVD_R': '1', > 'ID_CDROM_DVD_RAM': '1', > 'ID_CDROM_DVD_RW': '1', > 'ID_CDROM_DVD_RW_RO': '1', > 'ID_CDROM_DVD_RW_SEQ': '1', > 'ID_CDROM_DVD_R_DL': '1', > 'ID_CDROM_DVD_R_DL_JR': '1', > 'ID_CDROM_DVD_R_DL_SEQ': '1', > 'ID_CDROM_MRW': '1', > 'ID_CDROM_MRW_W': '1', > 'ID_CDROM_RW_REMOVABLE': '1', > 'ID_FOR_SEAT': 'block-pci-0000_00_1f_2-ata-3_0', > 'ID_MODEL': 'TSSTcorp_DVD-RW_SH-216AB', > 'ID_MODEL_ENC': 'TSSTcorp\\x20DVD-RW\\x20SH-216AB\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PATH': 'pci-0000:00:1f.2-ata-3.0', > 'ID_PATH_ATA_COMPAT': 'pci-0000:00:1f.2-ata-3', > 'ID_PATH_TAG': 'pci-0000_00_1f_2-ata-3_0', > 'ID_REVISION': 'LE03', > 'ID_SERIAL': 'TSSTcorp_DVD-RW_SH-216AB_R8E568DC301L8Z', > 'ID_SERIAL_SHORT': 'R8E568DC301L8Z', > 'ID_TYPE': 'cd', > 'MAJOR': '11', > 'MINOR': '0', > 'NVME_HOST_IFACE': 'none', > 'SUBSYSTEM': 'block', > 'SYSTEMD_MOUNT_DEVICE_BOUND': '1', > 'SYS_NAME': 'sr0', > 'SYS_PATH': '/sys/devices/pci0000:00/0000:00:1f.2/ata3/host2/target2:0:0/2:0:0:0/block/sr0', > 'TAGS': ':systemd:seat:uaccess:', > 'USEC_INITIALIZED': '15741738'} ; >INFO:blivet:scanning sr0 (/sys/devices/pci0000:00/0000:00:1f.2/ata3/host2/target2:0:0/2:0:0:0/block/sr0)... >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1f.2/ata3/host2/target2:0:0/2:0:0:0/block/sr0/hidden: 300a >DEBUG:blivet: DeviceTree.get_device_by_name: name: sr0 ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned None >DEBUG:blivet: OpticalDevicePopulator.run: >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 133 >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 134 >DEBUG:blivet: OpticalDevice._set_format: sr0 ; type: None ; current: None ; >DEBUG:blivet: OpticalDevice.update_sysfs_path: sr0 ; status: True ; >DEBUG:blivet:sr0 sysfs_path set to /sys/devices/pci0000:00/0000:00:1f.2/ata3/host2/target2:0:0/2:0:0:0/block/sr0 >DEBUG:blivet: OpticalDevice.read_current_size: exists: True ; path: /dev/sr0 ; sysfs_path: /sys/devices/pci0000:00/0000:00:1f.2/ata3/host2/target2:0:0/2:0:0:0/block/sr0 ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1f.2/ata3/host2/target2:0:0/2:0:0:0/block/sr0/size: 323039373135310a >DEBUG:blivet:updated sr0 size to 1024 Mio (1024 Mio) >INFO:blivet:added cdrom sr0 (id 132) to device tree >INFO:blivet:got device: OpticalDevice instance (0x7f4f7b912290) -- > name = sr0 status = True id = 132 > children = [] > parents = [] > uuid = None size = 1024 Mio > format = existing None > major = 11 minor = 0 exists = True protected = False > sysfs path = /sys/devices/pci0000:00/0000:00:1f.2/ata3/host2/target2:0:0/2:0:0:0/block/sr0 > target size = 1024 Mio path = /dev/sr0 > format args = [] original_format = None >DEBUG:blivet: DeviceTree.handle_format: name: sr0 ; >DEBUG:blivet: OpticalDevice.media_present: sr0 ; status: True ; >DEBUG:blivet:no media present for device sr0 >DEBUG:blivet: DeviceTree.handle_device: name: loop0 ; info: {'CURRENT_TAGS': ':systemd:', > 'DEVLINKS': '/dev/disk/by-diskseq/19', > 'DEVNAME': '/dev/loop0', > 'DEVPATH': '/devices/virtual/block/loop0', > 'DEVTYPE': 'disk', > 'DISKSEQ': '19', > 'ID_FS_TYPE': 'squashfs', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_VERSION': '4.0', > 'MAJOR': '7', > 'MINOR': '0', > 'NVME_HOST_IFACE': 'none', > 'SUBSYSTEM': 'block', > 'SYS_NAME': 'loop0', > 'SYS_PATH': '/sys/devices/virtual/block/loop0', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '14884411'} ; >INFO:blivet:scanning loop0 (/sys/devices/virtual/block/loop0)... >DEBUG:testdata:sysfs attr /sys/devices/virtual/block/loop0/hidden: 300a >DEBUG:blivet: DeviceTree.get_device_by_name: name: loop0 ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned None >DEBUG:blivet: LoopDevicePopulator.run: name: loop0 ; >DEBUG:blivet: DeviceTree.get_device_by_name: name: /run/initramfs/live/LiveOS/squashfs.img ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned None >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 138 >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 139 >DEBUG:blivet: FileDevice._set_format: /run/initramfs/live/LiveOS/squashfs.img ; type: None ; current: None ; >INFO:blivet:added file /run/initramfs/live/LiveOS/squashfs.img (id 137) to device tree >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 142 >DEBUG:blivet: FileDevice.add_child: name: /run/initramfs/live/LiveOS/squashfs.img ; child: loop0 ; kids: 0 ; >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 143 >DEBUG:blivet: LoopDevice._set_format: loop0 ; type: None ; current: None ; >INFO:blivet:added loop loop0 (id 141) to device tree >INFO:blivet:got device: LoopDevice instance (0x7f4f7ad0cd90) -- > name = loop0 status = False id = 141 > children = [] > parents = ['existing 0 O file /run/initramfs/live/LiveOS/squashfs.img (137)'] > uuid = None size = 0 O > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = > target size = 0 O path = /dev/loop0 > format args = [] original_format = None >DEBUG:testdata:sysfs attr /sys/devices/virtual/block/loop0/ro: 310a >DEBUG:blivet: DeviceTree.handle_format: name: loop0 ; >DEBUG:blivet: AppleBootstrapFS.supported: supported: True ; >DEBUG:blivet:get_format('appleboot') returning AppleBootstrapFS instance with object id 145 >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet:get_format('efi') returning EFIFS instance with object id 146 >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 147 >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 148 >INFO:blivet:type detected on 'loop0' is 'squashfs' >DEBUG:blivet:get_format('squashfs') returning DeviceFormat instance with object id 149 >DEBUG:blivet: LoopDevice._set_format: loop0 ; type: None ; current: None ; >INFO:blivet:got format: existing None >DEBUG:blivet: DeviceTree.handle_device: name: loop1 ; info: {'CURRENT_TAGS': ':systemd:', > 'DEVLINKS': '/dev/disk/by-label/Anaconda ' > '/dev/disk/by-uuid/2074eb84-624c-4790-83b6-8f3e4a82ae85 ' > '/dev/disk/by-diskseq/20', > 'DEVNAME': '/dev/loop1', > 'DEVPATH': '/devices/virtual/block/loop1', > 'DEVTYPE': 'disk', > 'DISKSEQ': '20', > 'ID_FS_LABEL': 'Anaconda', > 'ID_FS_LABEL_ENC': 'Anaconda', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '2074eb84-624c-4790-83b6-8f3e4a82ae85', > 'ID_FS_UUID_ENC': '2074eb84-624c-4790-83b6-8f3e4a82ae85', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '7', > 'MINOR': '1', > 'NVME_HOST_IFACE': 'none', > 'SUBSYSTEM': 'block', > 'SYS_NAME': 'loop1', > 'SYS_PATH': '/sys/devices/virtual/block/loop1', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '14731544'} ; >INFO:blivet:scanning loop1 (/sys/devices/virtual/block/loop1)... >DEBUG:testdata:sysfs attr /sys/devices/virtual/block/loop1/hidden: 300a >DEBUG:blivet: DeviceTree.get_device_by_name: name: loop1 ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned None >DEBUG:blivet: LoopDevicePopulator.run: name: loop1 ; >DEBUG:blivet: DeviceTree.get_device_by_name: name: /LiveOS/rootfs.img ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned None >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 152 >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 153 >DEBUG:blivet: FileDevice._set_format: /LiveOS/rootfs.img ; type: None ; current: None ; >INFO:blivet:added file /LiveOS/rootfs.img (id 151) to device tree >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 156 >DEBUG:blivet: FileDevice.add_child: name: /LiveOS/rootfs.img ; child: loop1 ; kids: 0 ; >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 157 >DEBUG:blivet: LoopDevice._set_format: loop1 ; type: None ; current: None ; >INFO:blivet:added loop loop1 (id 155) to device tree >INFO:blivet:got device: LoopDevice instance (0x7f4f7ad4e790) -- > name = loop1 status = False id = 155 > children = [] > parents = ['existing 0 O file /LiveOS/rootfs.img (151)'] > uuid = None size = 0 O > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = > target size = 0 O path = /dev/loop1 > format args = [] original_format = None >DEBUG:testdata:sysfs attr /sys/devices/virtual/block/loop1/ro: 310a >DEBUG:blivet: DeviceTree.handle_format: name: loop1 ; >DEBUG:blivet: AppleBootstrapFS.supported: supported: True ; >DEBUG:blivet:get_format('appleboot') returning AppleBootstrapFS instance with object id 159 >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet:get_format('efi') returning EFIFS instance with object id 160 >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 161 >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 162 >INFO:blivet:type detected on 'loop1' is 'ext4' >INFO:program:Running... dumpe2fs -h /dev/loop1 >INFO:program:stdout: >INFO:program:Filesystem volume name: Anaconda >INFO:program:Last mounted on: /var/tmp/lorax.imgutils.bzev53yz >INFO:program:Filesystem UUID: 2074eb84-624c-4790-83b6-8f3e4a82ae85 >INFO:program:Filesystem magic number: 0xEF53 >INFO:program:Filesystem revision #: 1 (dynamic) >INFO:program:Filesystem features: has_journal ext_attr resize_inode dir_index filetype extent 64bit flex_bg sparse_super large_file huge_file dir_nlink extra_isize metadata_csum >INFO:program:Filesystem flags: signed_directory_hash >INFO:program:Default mount options: user_xattr acl >INFO:program:Filesystem state: clean >INFO:program:Errors behavior: Continue >INFO:program:Filesystem OS type: Linux >INFO:program:Inode count: 496784 >INFO:program:Block count: 1984512 >INFO:program:Reserved block count: 0 >INFO:program:Overhead clusters: 56285 >INFO:program:Free blocks: 438931 >INFO:program:Free inodes: 350344 >INFO:program:First block: 0 >INFO:program:Block size: 4096 >INFO:program:Fragment size: 4096 >INFO:program:Group descriptor size: 64 >INFO:program:Reserved GDT blocks: 968 >INFO:program:Blocks per group: 32768 >INFO:program:Fragments per group: 32768 >INFO:program:Inodes per group: 8144 >INFO:program:Inode blocks per group: 509 >INFO:program:Flex block group size: 16 >INFO:program:Filesystem created: Thu Apr 13 17:54:13 2023 >INFO:program:Last mount time: Thu Apr 13 17:54:13 2023 >INFO:program:Last write time: Thu Apr 13 17:55:10 2023 >INFO:program:Mount count: 1 >INFO:program:Maximum mount count: -1 >INFO:program:Last checked: Thu Apr 13 17:54:13 2023 >INFO:program:Check interval: 0 (<none>) >INFO:program:Lifetime writes: 6149 MB >INFO:program:Reserved blocks uid: 0 (user root) >INFO:program:Reserved blocks gid: 0 (group root) >INFO:program:First inode: 11 >INFO:program:Inode size: 256 >INFO:program:Required extra isize: 32 >INFO:program:Desired extra isize: 32 >INFO:program:Journal inode: 8 >INFO:program:Default directory hash: half_md4 >INFO:program:Directory Hash Seed: d4777e27-30af-493b-a854-fc7f98e85c01 >INFO:program:Journal backup: inode blocks >INFO:program:Checksum type: crc32c >INFO:program:Checksum: 0x2274c4ab >INFO:program:Journal features: journal_incompat_revoke journal_64bit journal_checksum_v3 >INFO:program:Total journal size: 64M >INFO:program:Total journal blocks: 16384 >INFO:program:Max transaction length: 16384 >INFO:program:Fast commit length: 0 >INFO:program:Journal sequence: 0x00000013 >INFO:program:Journal start: 0 >INFO:program:Journal checksum type: crc32c >INFO:program:Journal checksum: 0x2e85f01a >INFO:program: >INFO:program:stderr: >INFO:program:b'dumpe2fs 1.46.5 (30-Dec-2021)' >DEBUG:program:Return code: 0 >INFO:program:Running... resize2fs -P /dev/loop1 >INFO:program:stdout: >INFO:program:Couldn't find valid filesystem superblock. >INFO:program:stderr: >INFO:program:b'resize2fs 1.46.5 (30-Dec-2021)' >INFO:program:b'resize2fs: Device or resource busy while trying to open /dev/loop1' >DEBUG:program:Return code: 1 >WARNING:blivet:Failed to obtain minimum size for device /dev/loop1: failed to gather info from resize program: 1 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 163 >DEBUG:blivet: LoopDevice._set_format: loop1 ; type: ext4 ; current: None ; >INFO:blivet:got format: existing ext4 filesystem >DEBUG:blivet: DeviceTree.handle_device: name: loop2 ; info: {'CURRENT_TAGS': ':systemd:', > 'DEVLINKS': '/dev/disk/by-diskseq/21', > 'DEVNAME': '/dev/loop2', > 'DEVPATH': '/devices/virtual/block/loop2', > 'DEVTYPE': 'disk', > 'DISKSEQ': '21', > 'MAJOR': '7', > 'MINOR': '2', > 'NVME_HOST_IFACE': 'none', > 'SUBSYSTEM': 'block', > 'SYS_NAME': 'loop2', > 'SYS_PATH': '/sys/devices/virtual/block/loop2', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '14727515'} ; >INFO:blivet:scanning loop2 (/sys/devices/virtual/block/loop2)... >DEBUG:testdata:sysfs attr /sys/devices/virtual/block/loop2/hidden: 300a >DEBUG:blivet: DeviceTree.get_device_by_name: name: loop2 ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned None >DEBUG:blivet: LoopDevicePopulator.run: name: loop2 ; >DEBUG:blivet: DeviceTree.get_device_by_name: name: /overlay (deleted) ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned None >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 166 >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 167 >DEBUG:blivet: FileDevice._set_format: /overlay (deleted) ; type: None ; current: None ; >INFO:blivet:added file /overlay (deleted) (id 165) to device tree >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 170 >DEBUG:blivet: FileDevice.add_child: name: /overlay (deleted) ; child: loop2 ; kids: 0 ; >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 171 >DEBUG:blivet: LoopDevice._set_format: loop2 ; type: None ; current: None ; >INFO:blivet:added loop loop2 (id 169) to device tree >INFO:blivet:got device: LoopDevice instance (0x7f4f7b67f890) -- > name = loop2 status = False id = 169 > children = [] > parents = ['existing 0 O file /overlay (deleted) (165)'] > uuid = None size = 0 O > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = > target size = 0 O path = /dev/loop2 > format args = [] original_format = None >DEBUG:testdata:sysfs attr /sys/devices/virtual/block/loop2/ro: 300a >DEBUG:blivet: DeviceTree.handle_format: name: loop2 ; >DEBUG:blivet:no type or existing type for loop2, bailing >DEBUG:blivet: DeviceTree.handle_device: name: vg_erwan--desktop-lv_swap ; info: {'CURRENT_TAGS': ':systemd:', > 'DEVLINKS': '/dev/disk/by-id/dm-name-vg_erwan--desktop-lv_swap ' > '/dev/disk/by-id/dm-uuid-LVM-3vkTwNNVSyEPPaTKByECgeVrQqZq6a4sD1HagMiPHitB3lDXqkBdeWRnB3VJOGlO ' > '/dev/vg_erwan-desktop/lv_swap ' > '/dev/mapper/vg_erwan--desktop-lv_swap ' > '/dev/disk/by-uuid/3fbcc456-95b8-4681-8cd8-981dab52cbf3', > 'DEVNAME': '/dev/dm-0', > 'DEVPATH': '/devices/virtual/block/dm-0', > 'DEVTYPE': 'disk', > 'DISKSEQ': '5', > 'DM_LV_NAME': 'lv_swap', > 'DM_NAME': 'vg_erwan--desktop-lv_swap', > 'DM_SUSPENDED': '0', > 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'DM_UUID': 'LVM-3vkTwNNVSyEPPaTKByECgeVrQqZq6a4sD1HagMiPHitB3lDXqkBdeWRnB3VJOGlO', > 'DM_VG_NAME': 'vg_erwan-desktop', > 'ID_FS_TYPE': 'swap', > 'ID_FS_USAGE': 'other', > 'ID_FS_UUID': '3fbcc456-95b8-4681-8cd8-981dab52cbf3', > 'ID_FS_UUID_ENC': '3fbcc456-95b8-4681-8cd8-981dab52cbf3', > 'ID_FS_VERSION': '1', > 'MAJOR': '253', > 'MINOR': '0', > 'NVME_HOST_IFACE': 'none', > 'SUBSYSTEM': 'block', > 'SYSTEMD_READY': '1', > 'SYS_NAME': 'dm-0', > 'SYS_PATH': '/sys/devices/virtual/block/dm-0', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '6304100'} ; >INFO:blivet:scanning vg_erwan--desktop-lv_swap (/sys/devices/virtual/block/dm-0)... >DEBUG:testdata:sysfs attr /sys/devices/virtual/block/dm-0/hidden: 300a >INFO:program:Running [16] dmsetup info -co subsystem --noheadings vg_erwan--desktop-lv_swap ... >INFO:program:stdout[16]: LVM > >INFO:program:stderr[16]: >INFO:program:...done [16] (exit code: 0) >INFO:program:Running [17] dmsetup info -co subsystem --noheadings vg_erwan--desktop-lv_swap ... >INFO:program:stdout[17]: LVM > >INFO:program:stderr[17]: >INFO:program:...done [17] (exit code: 0) >INFO:program:Running [18] dmsetup info -co subsystem --noheadings vg_erwan--desktop-lv_swap ... >INFO:program:stdout[18]: LVM > >INFO:program:stderr[18]: >INFO:program:...done [18] (exit code: 0) >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan--desktop-lv_swap ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 15,53 Gio lvmlv vg_erwan-desktop-lv_swap (105) with existing swap >DEBUG:blivet:vg_erwan-desktop size is 584,5 Gio >DEBUG:blivet:vg vg_erwan-desktop has 254,5 Gio free >DEBUG:blivet:vg_erwan-desktop size is 584,5 Gio >DEBUG:blivet:vg vg_erwan-desktop has 254,5 Gio free >DEBUG:blivet:vg_erwan-desktop size is 584,5 Gio >DEBUG:blivet:vg vg_erwan-desktop has 254,5 Gio free >DEBUG:blivet:vg_erwan-desktop size is 584,5 Gio >DEBUG:blivet:vg vg_erwan-desktop has 254,5 Gio free >INFO:blivet:got device: LVMLogicalVolumeDevice instance (0x7f4f88237d50) -- > name = vg_erwan-desktop-lv_swap status = True id = 105 > children = [] > parents = ['existing 584,5 Gio lvmvg vg_erwan-desktop (68)'] > uuid = D1HagM-iPHi-tB3l-DXqk-BdeW-RnB3-VJOGlO size = 15,53 Gio > format = existing swap > major = 0 minor = 0 exists = True protected = False > sysfs path = /sys/devices/virtual/block/dm-0 > target size = 15,53 Gio path = /dev/mapper/vg_erwan--desktop-lv_swap > format args = [] original_format = swap target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4f88290190) -- > name = vg_erwan-desktop status = True id = 68 > children = ['existing 153,22 Gio lvmlv vg_erwan-desktop-lv_home (92) with existing ext4 ' > 'filesystem', > 'existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118) with existing ext4 ' > 'filesystem', > 'existing 15,53 Gio lvmlv vg_erwan-desktop-lv_swap (105) with existing swap'] > parents = ['existing 118,75 Gio partition sda2 (59) with existing lvmpv', > 'existing 465,76 Gio partition sdb1 (83) with existing lvmpv'] > uuid = 3vkTwN-NVSy-EPPa-TKBy-ECge-VrQq-Zq6a4s size = 584,5 Gio > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = > target size = 584,5 Gio path = /dev/vg_erwan--desktop > format args = [] original_format = None free = 254,5 Gio PE Size = 32 Mio PE Count = 18704 > PE Free = 8144 PV Count = 2 > modified = False extents = 18704 free space = 254,5 Gio > free extents = 8144 reserved percent = 0 reserved space = 0 O > PVs = ['existing 118,75 Gio partition sda2 (59) with existing lvmpv', > 'existing 465,76 Gio partition sdb1 (83) with existing lvmpv'] > LVs = ['existing 153,22 Gio lvmlv vg_erwan-desktop-lv_home (92) with existing ext4 ' > 'filesystem', > 'existing 15,53 Gio lvmlv vg_erwan-desktop-lv_swap (105) with existing swap', > 'existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118) with existing ext4 ' > 'filesystem'] > segment type = linear percent = 0 > VG space used = 15,53 Gio >INFO:program:Running [19] dmsetup info -co subsystem --noheadings vg_erwan--desktop-lv_swap ... >INFO:program:stdout[19]: LVM > >INFO:program:stderr[19]: >INFO:program:...done [19] (exit code: 0) >DEBUG:blivet: DeviceTree.handle_format: name: vg_erwan-desktop-lv_swap ; >DEBUG:blivet:no type or existing type for vg_erwan--desktop-lv_swap, bailing >DEBUG:blivet: DeviceTree.handle_device: name: vg_erwan--desktop-lv_home ; info: {'CURRENT_TAGS': ':systemd:', > 'DEVLINKS': '/dev/vg_erwan-desktop/lv_home ' > '/dev/mapper/vg_erwan--desktop-lv_home ' > '/dev/disk/by-uuid/0901706e-a709-4c51-a005-c8385cf934e2 ' > '/dev/disk/by-id/dm-uuid-LVM-3vkTwNNVSyEPPaTKByECgeVrQqZq6a4s98PR9l8Dg8ub0QzrpUTFVYxgRw2BiiZ2 ' > '/dev/disk/by-id/dm-name-vg_erwan--desktop-lv_home', > 'DEVNAME': '/dev/dm-1', > 'DEVPATH': '/devices/virtual/block/dm-1', > 'DEVTYPE': 'disk', > 'DISKSEQ': '6', > 'DM_LV_NAME': 'lv_home', > 'DM_NAME': 'vg_erwan--desktop-lv_home', > 'DM_SUSPENDED': '0', > 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'DM_UUID': 'LVM-3vkTwNNVSyEPPaTKByECgeVrQqZq6a4s98PR9l8Dg8ub0QzrpUTFVYxgRw2BiiZ2', > 'DM_VG_NAME': 'vg_erwan-desktop', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '0901706e-a709-4c51-a005-c8385cf934e2', > 'ID_FS_UUID_ENC': '0901706e-a709-4c51-a005-c8385cf934e2', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '253', > 'MINOR': '1', > 'NVME_HOST_IFACE': 'none', > 'SUBSYSTEM': 'block', > 'SYSTEMD_READY': '1', > 'SYS_NAME': 'dm-1', > 'SYS_PATH': '/sys/devices/virtual/block/dm-1', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '6304630'} ; >INFO:blivet:scanning vg_erwan--desktop-lv_home (/sys/devices/virtual/block/dm-1)... >DEBUG:testdata:sysfs attr /sys/devices/virtual/block/dm-1/hidden: 300a >INFO:program:Running [20] dmsetup info -co subsystem --noheadings vg_erwan--desktop-lv_home ... >INFO:program:stdout[20]: LVM > >INFO:program:stderr[20]: >INFO:program:...done [20] (exit code: 0) >INFO:program:Running [21] dmsetup info -co subsystem --noheadings vg_erwan--desktop-lv_home ... >INFO:program:stdout[21]: LVM > >INFO:program:stderr[21]: >INFO:program:...done [21] (exit code: 0) >INFO:program:Running [22] dmsetup info -co subsystem --noheadings vg_erwan--desktop-lv_home ... >INFO:program:stdout[22]: LVM > >INFO:program:stderr[22]: >INFO:program:...done [22] (exit code: 0) >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan--desktop-lv_home ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 153,22 Gio lvmlv vg_erwan-desktop-lv_home (92) with existing ext4 filesystem >DEBUG:blivet:vg_erwan-desktop size is 584,5 Gio >DEBUG:blivet:vg vg_erwan-desktop has 254,5 Gio free >DEBUG:blivet:vg_erwan-desktop size is 584,5 Gio >DEBUG:blivet:vg vg_erwan-desktop has 254,5 Gio free >DEBUG:blivet:vg_erwan-desktop size is 584,5 Gio >DEBUG:blivet:vg vg_erwan-desktop has 254,5 Gio free >DEBUG:blivet:vg_erwan-desktop size is 584,5 Gio >DEBUG:blivet:vg vg_erwan-desktop has 254,5 Gio free >INFO:blivet:got device: LVMLogicalVolumeDevice instance (0x7f4f7b5fbb50) -- > name = vg_erwan-desktop-lv_home status = True id = 92 > children = [] > parents = ['existing 584,5 Gio lvmvg vg_erwan-desktop (68)'] > uuid = 98PR9l-8Dg8-ub0Q-zrpU-TFVY-xgRw-2BiiZ2 size = 153,22 Gio > format = existing ext4 filesystem > major = 0 minor = 0 exists = True protected = False > sysfs path = /sys/devices/virtual/block/dm-1 > target size = 153,22 Gio path = /dev/mapper/vg_erwan--desktop-lv_home > format args = [] original_format = ext4 target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4f88290190) -- > name = vg_erwan-desktop status = True id = 68 > children = ['existing 153,22 Gio lvmlv vg_erwan-desktop-lv_home (92) with existing ext4 ' > 'filesystem', > 'existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118) with existing ext4 ' > 'filesystem', > 'existing 15,53 Gio lvmlv vg_erwan-desktop-lv_swap (105) with existing swap'] > parents = ['existing 118,75 Gio partition sda2 (59) with existing lvmpv', > 'existing 465,76 Gio partition sdb1 (83) with existing lvmpv'] > uuid = 3vkTwN-NVSy-EPPa-TKBy-ECge-VrQq-Zq6a4s size = 584,5 Gio > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = > target size = 584,5 Gio path = /dev/vg_erwan--desktop > format args = [] original_format = None free = 254,5 Gio PE Size = 32 Mio PE Count = 18704 > PE Free = 8144 PV Count = 2 > modified = False extents = 18704 free space = 254,5 Gio > free extents = 8144 reserved percent = 0 reserved space = 0 O > PVs = ['existing 118,75 Gio partition sda2 (59) with existing lvmpv', > 'existing 465,76 Gio partition sdb1 (83) with existing lvmpv'] > LVs = ['existing 153,22 Gio lvmlv vg_erwan-desktop-lv_home (92) with existing ext4 ' > 'filesystem', > 'existing 15,53 Gio lvmlv vg_erwan-desktop-lv_swap (105) with existing swap', > 'existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118) with existing ext4 ' > 'filesystem'] > segment type = linear percent = 0 > VG space used = 153,22 Gio >INFO:program:Running [23] dmsetup info -co subsystem --noheadings vg_erwan--desktop-lv_home ... >INFO:program:stdout[23]: LVM > >INFO:program:stderr[23]: >INFO:program:...done [23] (exit code: 0) >DEBUG:blivet: DeviceTree.handle_format: name: vg_erwan-desktop-lv_home ; >DEBUG:blivet:no type or existing type for vg_erwan--desktop-lv_home, bailing >DEBUG:blivet: DeviceTree.handle_device: name: vg_erwan--desktop-lv_root ; info: {'CURRENT_TAGS': ':systemd:', > 'DEVLINKS': '/dev/disk/by-label/_Fedora-17-x86_6 ' > '/dev/vg_erwan-desktop/lv_root ' > '/dev/mapper/vg_erwan--desktop-lv_root ' > '/dev/disk/by-id/dm-name-vg_erwan--desktop-lv_root ' > '/dev/disk/by-id/dm-uuid-LVM-3vkTwNNVSyEPPaTKByECgeVrQqZq6a4sRCReFxEgbDOeEoU4Iz3KuUyVkf4h6XEd ' > '/dev/disk/by-uuid/4221e451-5d48-4d3a-913b-14b39cc69f82', > 'DEVNAME': '/dev/dm-2', > 'DEVPATH': '/devices/virtual/block/dm-2', > 'DEVTYPE': 'disk', > 'DISKSEQ': '7', > 'DM_LV_NAME': 'lv_root', > 'DM_NAME': 'vg_erwan--desktop-lv_root', > 'DM_SUSPENDED': '0', > 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'DM_UUID': 'LVM-3vkTwNNVSyEPPaTKByECgeVrQqZq6a4sRCReFxEgbDOeEoU4Iz3KuUyVkf4h6XEd', > 'DM_VG_NAME': 'vg_erwan-desktop', > 'ID_FS_LABEL': '_Fedora-17-x86_6', > 'ID_FS_LABEL_ENC': '_Fedora-17-x86_6', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '4221e451-5d48-4d3a-913b-14b39cc69f82', > 'ID_FS_UUID_ENC': '4221e451-5d48-4d3a-913b-14b39cc69f82', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '253', > 'MINOR': '2', > 'NVME_HOST_IFACE': 'none', > 'SUBSYSTEM': 'block', > 'SYSTEMD_READY': '1', > 'SYS_NAME': 'dm-2', > 'SYS_PATH': '/sys/devices/virtual/block/dm-2', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '6304888'} ; >INFO:blivet:scanning vg_erwan--desktop-lv_root (/sys/devices/virtual/block/dm-2)... >DEBUG:testdata:sysfs attr /sys/devices/virtual/block/dm-2/hidden: 300a >INFO:program:Running [24] dmsetup info -co subsystem --noheadings vg_erwan--desktop-lv_root ... >INFO:program:stdout[24]: LVM > >INFO:program:stderr[24]: >INFO:program:...done [24] (exit code: 0) >INFO:program:Running [25] dmsetup info -co subsystem --noheadings vg_erwan--desktop-lv_root ... >INFO:program:stdout[25]: LVM > >INFO:program:stderr[25]: >INFO:program:...done [25] (exit code: 0) >INFO:program:Running [26] dmsetup info -co subsystem --noheadings vg_erwan--desktop-lv_root ... >INFO:program:stdout[26]: LVM > >INFO:program:stderr[26]: >INFO:program:...done [26] (exit code: 0) >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan--desktop-lv_root ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118) with existing ext4 filesystem >DEBUG:blivet:vg_erwan-desktop size is 584,5 Gio >DEBUG:blivet:vg vg_erwan-desktop has 254,5 Gio free >DEBUG:blivet:vg_erwan-desktop size is 584,5 Gio >DEBUG:blivet:vg vg_erwan-desktop has 254,5 Gio free >DEBUG:blivet:vg_erwan-desktop size is 584,5 Gio >DEBUG:blivet:vg vg_erwan-desktop has 254,5 Gio free >DEBUG:blivet:vg_erwan-desktop size is 584,5 Gio >DEBUG:blivet:vg vg_erwan-desktop has 254,5 Gio free >INFO:blivet:got device: LVMLogicalVolumeDevice instance (0x7f4f7b912490) -- > name = vg_erwan-desktop-lv_root status = True id = 118 > children = [] > parents = ['existing 584,5 Gio lvmvg vg_erwan-desktop (68)'] > uuid = RCReFx-EgbD-OeEo-U4Iz-3KuU-yVkf-4h6XEd size = 161,25 Gio > format = existing ext4 filesystem > major = 0 minor = 0 exists = True protected = False > sysfs path = /sys/devices/virtual/block/dm-2 > target size = 161,25 Gio path = /dev/mapper/vg_erwan--desktop-lv_root > format args = [] original_format = ext4 target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4f88290190) -- > name = vg_erwan-desktop status = True id = 68 > children = ['existing 153,22 Gio lvmlv vg_erwan-desktop-lv_home (92) with existing ext4 ' > 'filesystem', > 'existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118) with existing ext4 ' > 'filesystem', > 'existing 15,53 Gio lvmlv vg_erwan-desktop-lv_swap (105) with existing swap'] > parents = ['existing 118,75 Gio partition sda2 (59) with existing lvmpv', > 'existing 465,76 Gio partition sdb1 (83) with existing lvmpv'] > uuid = 3vkTwN-NVSy-EPPa-TKBy-ECge-VrQq-Zq6a4s size = 584,5 Gio > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = > target size = 584,5 Gio path = /dev/vg_erwan--desktop > format args = [] original_format = None free = 254,5 Gio PE Size = 32 Mio PE Count = 18704 > PE Free = 8144 PV Count = 2 > modified = False extents = 18704 free space = 254,5 Gio > free extents = 8144 reserved percent = 0 reserved space = 0 O > PVs = ['existing 118,75 Gio partition sda2 (59) with existing lvmpv', > 'existing 465,76 Gio partition sdb1 (83) with existing lvmpv'] > LVs = ['existing 153,22 Gio lvmlv vg_erwan-desktop-lv_home (92) with existing ext4 ' > 'filesystem', > 'existing 15,53 Gio lvmlv vg_erwan-desktop-lv_swap (105) with existing swap', > 'existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118) with existing ext4 ' > 'filesystem'] > segment type = linear percent = 0 > VG space used = 161,25 Gio >INFO:program:Running [27] dmsetup info -co subsystem --noheadings vg_erwan--desktop-lv_root ... >INFO:program:stdout[27]: LVM > >INFO:program:stderr[27]: >INFO:program:...done [27] (exit code: 0) >DEBUG:blivet: DeviceTree.handle_format: name: vg_erwan-desktop-lv_root ; >DEBUG:blivet:no type or existing type for vg_erwan--desktop-lv_root, bailing >DEBUG:blivet: DeviceTree.handle_device: name: live-rw ; info: {'CURRENT_TAGS': ':systemd:', > 'DEVLINKS': '/dev/disk/by-label/Anaconda /dev/disk/by-id/dm-name-live-rw ' > '/dev/disk/by-uuid/2074eb84-624c-4790-83b6-8f3e4a82ae85 ' > '/dev/mapper/live-rw', > 'DEVNAME': '/dev/dm-3', > 'DEVPATH': '/devices/virtual/block/dm-3', > 'DEVTYPE': 'disk', > 'DISKSEQ': '22', > 'DM_NAME': 'live-rw', > 'DM_SUSPENDED': '0', > 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'ID_FS_LABEL': 'Anaconda', > 'ID_FS_LABEL_ENC': 'Anaconda', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '2074eb84-624c-4790-83b6-8f3e4a82ae85', > 'ID_FS_UUID_ENC': '2074eb84-624c-4790-83b6-8f3e4a82ae85', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '253', > 'MINOR': '3', > 'NVME_HOST_IFACE': 'none', > 'SUBSYSTEM': 'block', > 'SYS_NAME': 'dm-3', > 'SYS_PATH': '/sys/devices/virtual/block/dm-3', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '7878127'} ; >INFO:blivet:scanning live-rw (/sys/devices/virtual/block/dm-3)... >DEBUG:testdata:sysfs attr /sys/devices/virtual/block/dm-3/hidden: 300a >INFO:program:Running [28] dmsetup info -co subsystem --noheadings live-rw ... >INFO:program:stdout[28]: > >INFO:program:stderr[28]: >INFO:program:...done [28] (exit code: 0) >INFO:program:Running [29] dmsetup info -co subsystem --noheadings live-rw ... >INFO:program:stdout[29]: > >INFO:program:stderr[29]: >INFO:program:...done [29] (exit code: 0) >INFO:program:Running [30] dmsetup info -co subsystem --noheadings live-rw ... >INFO:program:stdout[30]: > >INFO:program:stderr[30]: >INFO:program:...done [30] (exit code: 0) >DEBUG:blivet: DeviceTree.get_device_by_name: name: live-rw ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned None >INFO:program:Running [31] dmsetup info -co subsystem --noheadings live-rw ... >INFO:program:stdout[31]: > >INFO:program:stderr[31]: >INFO:program:...done [31] (exit code: 0) >INFO:program:Running [32] dmsetup info -co subsystem --noheadings live-rw ... >INFO:program:stdout[32]: > >INFO:program:stderr[32]: >INFO:program:...done [32] (exit code: 0) >INFO:program:Running [33] dmsetup info -co subsystem --noheadings live-rw ... >INFO:program:stdout[33]: > >INFO:program:stderr[33]: >INFO:program:...done [33] (exit code: 0) >INFO:program:Running [34] dmsetup info -co subsystem --noheadings live-rw ... >INFO:program:stdout[34]: > >INFO:program:stderr[34]: >INFO:program:...done [34] (exit code: 0) >INFO:program:Running [35] dmsetup info -co subsystem --noheadings live-rw ... >INFO:program:stdout[35]: > >INFO:program:stderr[35]: >INFO:program:...done [35] (exit code: 0) >INFO:program:Running [36] dmsetup info -co subsystem --noheadings live-rw ... >INFO:program:stdout[36]: > >INFO:program:stderr[36]: >INFO:program:...done [36] (exit code: 0) >INFO:program:Running [37] dmsetup info -co subsystem --noheadings live-rw ... >INFO:program:stdout[37]: > >INFO:program:stderr[37]: >INFO:program:...done [37] (exit code: 0) >INFO:program:Running [38] dmsetup info -co subsystem --noheadings live-rw ... >INFO:program:stdout[38]: > >INFO:program:stderr[38]: >INFO:program:...done [38] (exit code: 0) >INFO:program:Running [39] dmsetup info -co subsystem --noheadings live-rw ... >INFO:program:stdout[39]: > >INFO:program:stderr[39]: >INFO:program:...done [39] (exit code: 0) >INFO:program:Running [40] dmsetup info -co subsystem --noheadings live-rw ... >INFO:program:stdout[40]: > >INFO:program:stderr[40]: >INFO:program:...done [40] (exit code: 0) >DEBUG:blivet: DMDevicePopulator.run: name: live-rw ; >DEBUG:blivet: DeviceTree.get_device_by_name: name: loop1 ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 0 O loop loop1 (155) with existing ext4 filesystem >DEBUG:blivet: DeviceTree.get_device_by_name: name: loop2 ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 0 O loop loop2 (169) >DEBUG:blivet: DeviceTree.get_device_by_name: name: live-rw ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned None >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 175 >DEBUG:blivet: LoopDevice.add_child: name: loop1 ; child: live-rw ; kids: 0 ; >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 176 >DEBUG:blivet: DMDevice._set_format: live-rw ; type: None ; current: None ; >DEBUG:blivet: DMDevice.update_sysfs_path: live-rw ; status: True ; >DEBUG:blivet:live-rw sysfs_path set to /sys/devices/virtual/block/dm-3 >DEBUG:blivet: DMDevice.read_current_size: exists: True ; path: /dev/mapper/live-rw ; sysfs_path: /sys/devices/virtual/block/dm-3 ; >DEBUG:testdata:sysfs attr /sys/devices/virtual/block/dm-3/size: 31353837363039360a >DEBUG:blivet:updated live-rw size to 7,57 Gio (7,57 Gio) >INFO:blivet:added dm live-rw (id 174) to device tree >INFO:blivet:got device: DMDevice instance (0x7f4f7b5dbc90) -- > name = live-rw status = True id = 174 > children = [] > parents = ['existing 0 O loop loop1 (155) with existing ext4 filesystem'] > uuid = None size = 7,57 Gio > format = existing None > major = 0 minor = 0 exists = True protected = True > sysfs path = /sys/devices/virtual/block/dm-3 > target size = 7,57 Gio path = /dev/mapper/live-rw > format args = [] original_format = None target = None dm_uuid = None >INFO:program:Running [41] dmsetup info -co subsystem --noheadings live-rw ... >INFO:program:stdout[41]: > >INFO:program:stderr[41]: >INFO:program:...done [41] (exit code: 0) >INFO:program:Running [42] dmsetup info -co subsystem --noheadings live-rw ... >INFO:program:stdout[42]: > >INFO:program:stderr[42]: >INFO:program:...done [42] (exit code: 0) >INFO:program:Running [43] dmsetup info -co subsystem --noheadings live-rw ... >INFO:program:stdout[43]: > >INFO:program:stderr[43]: >INFO:program:...done [43] (exit code: 0) >DEBUG:testdata:sysfs attr /sys/devices/virtual/block/dm-3/ro: 300a >DEBUG:blivet: DeviceTree.handle_format: name: live-rw ; >DEBUG:blivet: AppleBootstrapFS.supported: supported: True ; >DEBUG:blivet:get_format('appleboot') returning AppleBootstrapFS instance with object id 178 >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet:get_format('efi') returning EFIFS instance with object id 179 >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 180 >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 181 >INFO:blivet:type detected on 'live-rw' is 'ext4' >INFO:program:Running... dumpe2fs -h /dev/mapper/live-rw >INFO:program:stdout: >INFO:program:Filesystem volume name: Anaconda >INFO:program:Last mounted on: /sysroot >INFO:program:Filesystem UUID: 2074eb84-624c-4790-83b6-8f3e4a82ae85 >INFO:program:Filesystem magic number: 0xEF53 >INFO:program:Filesystem revision #: 1 (dynamic) >INFO:program:Filesystem features: has_journal ext_attr resize_inode dir_index filetype needs_recovery extent 64bit flex_bg sparse_super large_file huge_file dir_nlink extra_isize metadata_csum >INFO:program:Filesystem flags: signed_directory_hash >INFO:program:Default mount options: user_xattr acl >INFO:program:Filesystem state: clean >INFO:program:Errors behavior: Continue >INFO:program:Filesystem OS type: Linux >INFO:program:Inode count: 496784 >INFO:program:Block count: 1984512 >INFO:program:Reserved block count: 0 >INFO:program:Overhead clusters: 56285 >INFO:program:Free blocks: 438931 >INFO:program:Free inodes: 350344 >INFO:program:First block: 0 >INFO:program:Block size: 4096 >INFO:program:Fragment size: 4096 >INFO:program:Group descriptor size: 64 >INFO:program:Reserved GDT blocks: 968 >INFO:program:Blocks per group: 32768 >INFO:program:Fragments per group: 32768 >INFO:program:Inodes per group: 8144 >INFO:program:Inode blocks per group: 509 >INFO:program:Flex block group size: 16 >INFO:program:Filesystem created: Thu Apr 13 17:54:13 2023 >INFO:program:Last mount time: Wed Aug 16 05:21:20 2023 >INFO:program:Last write time: Wed Aug 16 05:21:20 2023 >INFO:program:Mount count: 2 >INFO:program:Maximum mount count: -1 >INFO:program:Last checked: Thu Apr 13 17:54:13 2023 >INFO:program:Check interval: 0 (<none>) >INFO:program:Lifetime writes: 6149 MB >INFO:program:Reserved blocks uid: 0 (user root) >INFO:program:Reserved blocks gid: 0 (group root) >INFO:program:First inode: 11 >INFO:program:Inode size: 256 >INFO:program:Required extra isize: 32 >INFO:program:Desired extra isize: 32 >INFO:program:Journal inode: 8 >INFO:program:First orphan inode: 15948 >INFO:program:Default directory hash: half_md4 >INFO:program:Directory Hash Seed: d4777e27-30af-493b-a854-fc7f98e85c01 >INFO:program:Journal backup: inode blocks >INFO:program:Checksum type: crc32c >INFO:program:Checksum: 0x52917bb9 >INFO:program:Journal features: journal_incompat_revoke journal_64bit journal_checksum_v3 >INFO:program:Total journal size: 64M >INFO:program:Total journal blocks: 16384 >INFO:program:Max transaction length: 16384 >INFO:program:Fast commit length: 0 >INFO:program:Journal sequence: 0x00000014 >INFO:program:Journal start: 1 >INFO:program:Journal checksum type: crc32c >INFO:program:Journal checksum: 0x1e0e73be >INFO:program: >INFO:program:stderr: >INFO:program:b'dumpe2fs 1.46.5 (30-Dec-2021)' >DEBUG:program:Return code: 0 >INFO:program:Running... resize2fs -P /dev/mapper/live-rw >DEBUG:anaconda.modules.common.base.base:Locale is set to fr_FR.UTF-8. >INFO:program:stdout: >INFO:program:Estimated minimum size of the filesystem: 1984512 >INFO:program:stderr: >INFO:program:b'resize2fs 1.46.5 (30-Dec-2021)' >DEBUG:program:Return code: 0 >DEBUG:blivet:using current size 7,57 Gio as min size >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 182 >DEBUG:blivet: DMDevice._set_format: live-rw ; type: ext4 ; current: None ; >INFO:blivet:got format: existing ext4 filesystem >DEBUG:blivet: DeviceTree.handle_device: name: live-base ; info: {'CURRENT_TAGS': ':systemd:', > 'DEVLINKS': '/dev/disk/by-id/dm-name-live-base /dev/mapper/live-base ' > '/dev/disk/by-uuid/2074eb84-624c-4790-83b6-8f3e4a82ae85 ' > '/dev/disk/by-label/Anaconda', > 'DEVNAME': '/dev/dm-4', > 'DEVPATH': '/devices/virtual/block/dm-4', > 'DEVTYPE': 'disk', > 'DISKSEQ': '23', > 'DM_NAME': 'live-base', > 'DM_SUSPENDED': '0', > 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'ID_FS_LABEL': 'Anaconda', > 'ID_FS_LABEL_ENC': 'Anaconda', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '2074eb84-624c-4790-83b6-8f3e4a82ae85', > 'ID_FS_UUID_ENC': '2074eb84-624c-4790-83b6-8f3e4a82ae85', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '253', > 'MINOR': '4', > 'NVME_HOST_IFACE': 'none', > 'SUBSYSTEM': 'block', > 'SYS_NAME': 'dm-4', > 'SYS_PATH': '/sys/devices/virtual/block/dm-4', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '7939313'} ; >INFO:blivet:scanning live-base (/sys/devices/virtual/block/dm-4)... >DEBUG:testdata:sysfs attr /sys/devices/virtual/block/dm-4/hidden: 300a >INFO:program:Running [44] dmsetup info -co subsystem --noheadings live-base ... >DEBUG:anaconda.modules.common.base.base:Locale is set to fr_FR.UTF-8. >INFO:program:stdout[44]: > >INFO:program:stderr[44]: >INFO:program:...done [44] (exit code: 0) >INFO:program:Running [45] dmsetup info -co subsystem --noheadings live-base ... >INFO:program:stdout[45]: > >INFO:program:stderr[45]: >INFO:program:...done [45] (exit code: 0) >INFO:program:Running [46] dmsetup info -co subsystem --noheadings live-base ... >INFO:program:stdout[46]: > >INFO:program:stderr[46]: >INFO:program:...done [46] (exit code: 0) >DEBUG:blivet: DeviceTree.get_device_by_name: name: live-base ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned None >INFO:program:Running [47] dmsetup info -co subsystem --noheadings live-base ... >INFO:program:stdout[47]: > >INFO:program:stderr[47]: >INFO:program:...done [47] (exit code: 0) >INFO:program:Running [48] dmsetup info -co subsystem --noheadings live-base ... >INFO:program:stdout[48]: > >INFO:program:stderr[48]: >INFO:program:...done [48] (exit code: 0) >INFO:program:Running [49] dmsetup info -co subsystem --noheadings live-base ... >INFO:program:stdout[49]: > >INFO:program:stderr[49]: >INFO:program:...done [49] (exit code: 0) >INFO:program:Running [50] dmsetup info -co subsystem --noheadings live-base ... >INFO:program:stdout[50]: > >INFO:program:stderr[50]: >INFO:program:...done [50] (exit code: 0) >INFO:program:Running [51] dmsetup info -co subsystem --noheadings live-base ... >INFO:program:stdout[51]: > >INFO:program:stderr[51]: >INFO:program:...done [51] (exit code: 0) >INFO:program:Running [52] dmsetup info -co subsystem --noheadings live-base ... >INFO:program:stdout[52]: > >INFO:program:stderr[52]: >INFO:program:...done [52] (exit code: 0) >INFO:program:Running [53] dmsetup info -co subsystem --noheadings live-base ... >INFO:program:stdout[53]: > >INFO:program:stderr[53]: >INFO:program:...done [53] (exit code: 0) >INFO:program:Running [54] dmsetup info -co subsystem --noheadings live-base ... >INFO:program:stdout[54]: > >INFO:program:stderr[54]: >INFO:program:...done [54] (exit code: 0) >INFO:program:Running [55] dmsetup info -co subsystem --noheadings live-base ... >INFO:program:stdout[55]: > >INFO:program:stderr[55]: >INFO:program:...done [55] (exit code: 0) >INFO:program:Running [56] dmsetup info -co subsystem --noheadings live-base ... >INFO:program:stdout[56]: > >INFO:program:stderr[56]: >INFO:program:...done [56] (exit code: 0) >DEBUG:blivet: DMDevicePopulator.run: name: live-base ; >DEBUG:blivet: DeviceTree.get_device_by_name: name: loop1 ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 0 O loop loop1 (155) with existing ext4 filesystem >DEBUG:blivet: DeviceTree.get_device_by_name: name: live-base ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned None >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 185 >DEBUG:blivet: LoopDevice.add_child: name: loop1 ; child: live-base ; kids: 1 ; >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 186 >DEBUG:blivet: DMDevice._set_format: live-base ; type: None ; current: None ; >DEBUG:blivet: DMDevice.update_sysfs_path: live-base ; status: True ; >DEBUG:blivet:live-base sysfs_path set to /sys/devices/virtual/block/dm-4 >DEBUG:blivet: DMDevice.read_current_size: exists: True ; path: /dev/mapper/live-base ; sysfs_path: /sys/devices/virtual/block/dm-4 ; >DEBUG:testdata:sysfs attr /sys/devices/virtual/block/dm-4/size: 31353837363039360a >DEBUG:blivet:updated live-base size to 7,57 Gio (7,57 Gio) >INFO:blivet:added dm live-base (id 184) to device tree >INFO:blivet:got device: DMDevice instance (0x7f4f7ad71010) -- > name = live-base status = True id = 184 > children = [] > parents = ['existing 0 O loop loop1 (155) with existing ext4 filesystem'] > uuid = None size = 7,57 Gio > format = existing None > major = 0 minor = 0 exists = True protected = True > sysfs path = /sys/devices/virtual/block/dm-4 > target size = 7,57 Gio path = /dev/mapper/live-base > format args = [] original_format = None target = None dm_uuid = None >INFO:program:Running [57] dmsetup info -co subsystem --noheadings live-base ... >INFO:program:stdout[57]: > >INFO:program:stderr[57]: >INFO:program:...done [57] (exit code: 0) >INFO:program:Running [58] dmsetup info -co subsystem --noheadings live-base ... >INFO:program:stdout[58]: > >INFO:program:stderr[58]: >INFO:program:...done [58] (exit code: 0) >INFO:program:Running [59] dmsetup info -co subsystem --noheadings live-base ... >INFO:program:stdout[59]: > >INFO:program:stderr[59]: >INFO:program:...done [59] (exit code: 0) >DEBUG:testdata:sysfs attr /sys/devices/virtual/block/dm-4/ro: 310a >DEBUG:blivet: DeviceTree.handle_format: name: live-base ; >DEBUG:blivet: AppleBootstrapFS.supported: supported: True ; >DEBUG:blivet:get_format('appleboot') returning AppleBootstrapFS instance with object id 188 >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet:get_format('efi') returning EFIFS instance with object id 189 >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 190 >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 191 >INFO:blivet:type detected on 'live-base' is 'ext4' >INFO:program:Running... dumpe2fs -h /dev/mapper/live-base >INFO:program:stdout: >INFO:program:Filesystem volume name: Anaconda >INFO:program:Last mounted on: /var/tmp/lorax.imgutils.bzev53yz >INFO:program:Filesystem UUID: 2074eb84-624c-4790-83b6-8f3e4a82ae85 >INFO:program:Filesystem magic number: 0xEF53 >INFO:program:Filesystem revision #: 1 (dynamic) >INFO:program:Filesystem features: has_journal ext_attr resize_inode dir_index filetype extent 64bit flex_bg sparse_super large_file huge_file dir_nlink extra_isize metadata_csum >INFO:program:Filesystem flags: signed_directory_hash >INFO:program:Default mount options: user_xattr acl >INFO:program:Filesystem state: clean >INFO:program:Errors behavior: Continue >INFO:program:Filesystem OS type: Linux >INFO:program:Inode count: 496784 >INFO:program:Block count: 1984512 >INFO:program:Reserved block count: 0 >INFO:program:Overhead clusters: 56285 >INFO:program:Free blocks: 438931 >INFO:program:Free inodes: 350344 >INFO:program:First block: 0 >INFO:program:Block size: 4096 >INFO:program:Fragment size: 4096 >INFO:program:Group descriptor size: 64 >INFO:program:Reserved GDT blocks: 968 >INFO:program:Blocks per group: 32768 >INFO:program:Fragments per group: 32768 >INFO:program:Inodes per group: 8144 >INFO:program:Inode blocks per group: 509 >INFO:program:Flex block group size: 16 >INFO:program:Filesystem created: Thu Apr 13 17:54:13 2023 >INFO:program:Last mount time: Thu Apr 13 17:54:13 2023 >INFO:program:Last write time: Thu Apr 13 17:55:10 2023 >INFO:program:Mount count: 1 >INFO:program:Maximum mount count: -1 >INFO:program:Last checked: Thu Apr 13 17:54:13 2023 >INFO:program:Check interval: 0 (<none>) >INFO:program:Lifetime writes: 6149 MB >INFO:program:Reserved blocks uid: 0 (user root) >INFO:program:Reserved blocks gid: 0 (group root) >INFO:program:First inode: 11 >INFO:program:Inode size: 256 >INFO:program:Required extra isize: 32 >INFO:program:Desired extra isize: 32 >INFO:program:Journal inode: 8 >INFO:program:Default directory hash: half_md4 >INFO:program:Directory Hash Seed: d4777e27-30af-493b-a854-fc7f98e85c01 >INFO:program:Journal backup: inode blocks >INFO:program:Checksum type: crc32c >INFO:program:Checksum: 0x2274c4ab >INFO:program:Journal features: journal_incompat_revoke journal_64bit journal_checksum_v3 >INFO:program:Total journal size: 64M >INFO:program:Total journal blocks: 16384 >INFO:program:Max transaction length: 16384 >INFO:program:Fast commit length: 0 >INFO:program:Journal sequence: 0x00000013 >INFO:program:Journal start: 0 >INFO:program:Journal checksum type: crc32c >INFO:program:Journal checksum: 0x2e85f01a >INFO:program: >INFO:program:stderr: >INFO:program:b'dumpe2fs 1.46.5 (30-Dec-2021)' >DEBUG:program:Return code: 0 >INFO:program:Running... resize2fs -P /dev/mapper/live-base >INFO:program:stdout: >INFO:program:Couldn't find valid filesystem superblock. >INFO:program:stderr: >INFO:program:b'resize2fs 1.46.5 (30-Dec-2021)' >INFO:program:b'resize2fs: Operation not permitted while trying to open /dev/mapper/live-base' >DEBUG:program:Return code: 1 >WARNING:blivet:Failed to obtain minimum size for device /dev/mapper/live-base: failed to gather info from resize program: 1 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 192 >DEBUG:blivet: DMDevice._set_format: live-base ; type: ext4 ; current: None ; >INFO:blivet:got format: existing ext4 filesystem >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:testdata:sysfs attr /sys/class/block/sdc/device/model: 466c617368204469736b2020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdd/device/model: 436f6d7061637420466c6173682020200a >DEBUG:testdata:sysfs attr /sys/class/block/sde/device/model: 534d2f78442d506963747572652020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdf/device/model: 53442f4d4d43202020202020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdg/device/model: 4d2e532e2f4d2e532e50726f2f4847200a >DEBUG:testdata:sysfs attr /sys/class/block/sdh/device/model: 53442f4d4d432f4d2e532e50524f20200a >DEBUG:testdata:sysfs attr /sys/class/block/sda/device/model: 53414d53554e472053534420383330200a >DEBUG:testdata:sysfs attr /sys/class/block/sdb/device/model: 53616d73756e672053534420383530200a >DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 4456442d52572053482d3231364142200a >DEBUG:testdata:device /dev/sda data[440:443] = 16070900 >DEBUG:testdata:device /dev/sdb data[440:443] = 9d21703a >INFO:blivet:edd: collected mbr signatures: {'sda': '0x00090716', 'sdb': '0x3a70219d'} >DEBUG:testdata:glob: /sys/firmware/edd/int13_dev*/ >DEBUG:blivet: DeviceTree.get_device_by_path: path: /dev/zram0 ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_path returned None >DEBUG:blivet:failed to resolve '/dev/zram0' >DEBUG:blivet: DeviceTree.get_device_by_name: name: sdc1 ; incomplete: False ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned None >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:testdata:sysfs attr /sys/class/block/sdc/device/model: 466c617368204469736b2020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdd/device/model: 436f6d7061637420466c6173682020200a >DEBUG:testdata:sysfs attr /sys/class/block/sde/device/model: 534d2f78442d506963747572652020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdf/device/model: 53442f4d4d43202020202020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdg/device/model: 4d2e532e2f4d2e532e50726f2f4847200a >DEBUG:testdata:sysfs attr /sys/class/block/sdh/device/model: 53442f4d4d432f4d2e532e50524f20200a >DEBUG:testdata:sysfs attr /sys/class/block/sda/device/model: 53414d53554e472053534420383330200a >DEBUG:testdata:sysfs attr /sys/class/block/sdb/device/model: 53616d73756e672053534420383530200a >DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 4456442d52572053482d3231364142200a >DEBUG:blivet: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 3,83 Gio disk sdc (4) with existing iso9660 filesystem >DEBUG:anaconda.storage:Resolved live device to sdc. >DEBUG:anaconda.storage:Marking device sdc as protected. >DEBUG:anaconda.storage:Marking device sr0 as protected. >DEBUG:anaconda.storage:Marking device sdc as protected. >DEBUG:blivet: DiskDevice.teardown: sdd ; status: True ; controllable: True ; >DEBUG:blivet: DeviceFormat.teardown: device: /dev/sdd ; type: None ; status: False ; >DEBUG:blivet: DeviceFormat.teardown: device: /dev/sdd ; type: None ; status: False ; >DEBUG:blivet: DiskDevice.teardown: sde ; status: True ; controllable: True ; >DEBUG:blivet: DeviceFormat.teardown: device: /dev/sde ; type: None ; status: False ; >DEBUG:blivet: DeviceFormat.teardown: device: /dev/sde ; type: None ; status: False ; >DEBUG:blivet: DiskDevice.teardown: sdf ; status: True ; controllable: True ; >DEBUG:blivet: DeviceFormat.teardown: device: /dev/sdf ; type: None ; status: False ; >DEBUG:blivet: DeviceFormat.teardown: device: /dev/sdf ; type: None ; status: False ; >DEBUG:blivet: DiskDevice.teardown: sdg ; status: True ; controllable: True ; >DEBUG:blivet: DeviceFormat.teardown: device: /dev/sdg ; type: None ; status: False ; >DEBUG:blivet: DeviceFormat.teardown: device: /dev/sdg ; type: None ; status: False ; >DEBUG:blivet: DiskDevice.teardown: sdh ; status: True ; controllable: True ; >DEBUG:blivet: DeviceFormat.teardown: device: /dev/sdh ; type: None ; status: False ; >DEBUG:blivet: DeviceFormat.teardown: device: /dev/sdh ; type: None ; status: False ; >DEBUG:blivet: PartitionDevice.teardown: sda1 ; status: True ; controllable: True ; >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:testdata:sysfs attr /sys/class/block/sdc/device/model: 466c617368204469736b2020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdd/device/model: 436f6d7061637420466c6173682020200a >DEBUG:testdata:sysfs attr /sys/class/block/sde/device/model: 534d2f78442d506963747572652020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdf/device/model: 53442f4d4d43202020202020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdg/device/model: 4d2e532e2f4d2e532e50726f2f4847200a >DEBUG:testdata:sysfs attr /sys/class/block/sdh/device/model: 53442f4d4d432f4d2e532e50524f20200a >DEBUG:testdata:sysfs attr /sys/class/block/sda/device/model: 53414d53554e472053534420383330200a >DEBUG:testdata:sysfs attr /sys/class/block/sdb/device/model: 53616d73756e672053534420383530200a >DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 4456442d52572053482d3231364142200a >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:testdata:sysfs attr /sys/class/block/sdc/device/model: 466c617368204469736b2020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdd/device/model: 436f6d7061637420466c6173682020200a >DEBUG:testdata:sysfs attr /sys/class/block/sde/device/model: 534d2f78442d506963747572652020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdf/device/model: 53442f4d4d43202020202020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdg/device/model: 4d2e532e2f4d2e532e50726f2f4847200a >DEBUG:testdata:sysfs attr /sys/class/block/sdh/device/model: 53442f4d4d432f4d2e532e50524f20200a >DEBUG:testdata:sysfs attr /sys/class/block/sda/device/model: 53414d53554e472053534420383330200a >DEBUG:testdata:sysfs attr /sys/class/block/sdb/device/model: 53616d73756e672053534420383530200a >DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 4456442d52572053482d3231364142200a >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:testdata:sysfs attr /sys/class/block/sdc/device/model: 466c617368204469736b2020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdd/device/model: 436f6d7061637420466c6173682020200a >DEBUG:testdata:sysfs attr /sys/class/block/sde/device/model: 534d2f78442d506963747572652020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdf/device/model: 53442f4d4d43202020202020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdg/device/model: 4d2e532e2f4d2e532e50726f2f4847200a >DEBUG:testdata:sysfs attr /sys/class/block/sdh/device/model: 53442f4d4d432f4d2e532e50524f20200a >DEBUG:testdata:sysfs attr /sys/class/block/sda/device/model: 53414d53554e472053534420383330200a >DEBUG:testdata:sysfs attr /sys/class/block/sdb/device/model: 53616d73756e672053534420383530200a >DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 4456442d52572053482d3231364142200a >DEBUG:blivet: Ext4FS.teardown: device: /dev/sda1 ; type: ext4 ; status: False ; >DEBUG:blivet: Ext4FS.teardown: device: /dev/sda1 ; type: ext4 ; status: False ; >DEBUG:blivet: DiskDevice.teardown: sda ; status: True ; controllable: True ; >DEBUG:blivet: DiskLabel.teardown: device: /dev/sda ; type: disklabel ; status: False ; >DEBUG:blivet: DiskLabel.teardown: device: /dev/sda ; type: disklabel ; status: False ; >DEBUG:blivet: LVMLogicalVolumeDevice.teardown: vg_erwan-desktop-lv_home ; status: True ; controllable: True ; >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:testdata:sysfs attr /sys/class/block/sdc/device/model: 466c617368204469736b2020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdd/device/model: 436f6d7061637420466c6173682020200a >DEBUG:testdata:sysfs attr /sys/class/block/sde/device/model: 534d2f78442d506963747572652020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdf/device/model: 53442f4d4d43202020202020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdg/device/model: 4d2e532e2f4d2e532e50726f2f4847200a >DEBUG:testdata:sysfs attr /sys/class/block/sdh/device/model: 53442f4d4d432f4d2e532e50524f20200a >DEBUG:testdata:sysfs attr /sys/class/block/sda/device/model: 53414d53554e472053534420383330200a >DEBUG:testdata:sysfs attr /sys/class/block/sdb/device/model: 53616d73756e672053534420383530200a >DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 4456442d52572053482d3231364142200a >DEBUG:blivet: Ext4FS.teardown: device: /dev/mapper/vg_erwan--desktop-lv_home ; type: ext4 ; status: False ; >DEBUG:blivet: Ext4FS.teardown: device: /dev/mapper/vg_erwan--desktop-lv_home ; type: ext4 ; status: False ; >DEBUG:blivet: LVMLogicalVolumeDevice._teardown: vg_erwan-desktop-lv_home ; status: True ; controllable: True ; >INFO:program:[60] Calling the 'com.redhat.lvmdbus1.Lv.Deactivate' method on the '/com/redhat/lvmdbus1/Lv/0' object with the following parameters: '(0, 1, {'--config': <' devices { filter=["a|/dev/sdb1$|","a|/dev/sda2$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0}'>})' >INFO:program:[60] Done. >INFO:program:[60] No result, no job started >DEBUG:blivet: LVMVolumeGroupDevice.teardown: vg_erwan-desktop ; status: True ; controllable: True ; >DEBUG:blivet: DeviceFormat.teardown: device: /dev/vg_erwan--desktop ; type: None ; status: False ; >DEBUG:blivet: DeviceFormat.teardown: device: /dev/vg_erwan--desktop ; type: None ; status: False ; >DEBUG:blivet: LVMVolumeGroupDevice._teardown: vg_erwan-desktop ; status: True ; controllable: True ; >INFO:program:[61] Calling the 'com.redhat.lvmdbus1.Vg.Deactivate' method on the '/com/redhat/lvmdbus1/Vg/0' object with the following parameters: '(0, 1, {'--config': <' devices { filter=["a|/dev/sdb1$|","a|/dev/sda2$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0}'>})' >INFO:program:[61] Done. >INFO:program:[61] No result, no job started >DEBUG:blivet: PartitionDevice.teardown: sda2 ; status: True ; controllable: True ; >DEBUG:blivet: LVMPhysicalVolume.teardown: device: /dev/sda2 ; type: lvmpv ; status: False ; >DEBUG:blivet: LVMPhysicalVolume.teardown: device: /dev/sda2 ; type: lvmpv ; status: False ; >DEBUG:blivet: DiskDevice.teardown: sda ; status: True ; controllable: True ; >DEBUG:blivet: DiskLabel.teardown: device: /dev/sda ; type: disklabel ; status: False ; >DEBUG:blivet: DiskLabel.teardown: device: /dev/sda ; type: disklabel ; status: False ; >DEBUG:blivet: PartitionDevice.teardown: sdb1 ; status: True ; controllable: True ; >DEBUG:blivet: LVMPhysicalVolume.teardown: device: /dev/sdb1 ; type: lvmpv ; status: False ; >DEBUG:blivet: LVMPhysicalVolume.teardown: device: /dev/sdb1 ; type: lvmpv ; status: False ; >DEBUG:blivet: DiskDevice.teardown: sdb ; status: True ; controllable: True ; >DEBUG:blivet: DiskLabel.teardown: device: /dev/sdb ; type: disklabel ; status: False ; >DEBUG:blivet: DiskLabel.teardown: device: /dev/sdb ; type: disklabel ; status: False ; >DEBUG:blivet: LVMLogicalVolumeDevice.teardown: vg_erwan-desktop-lv_swap ; status: False ; controllable: True ; >DEBUG:blivet: LVMVolumeGroupDevice.teardown: vg_erwan-desktop ; status: False ; controllable: True ; >DEBUG:blivet: PartitionDevice.teardown: sda2 ; status: True ; controllable: True ; >DEBUG:blivet: LVMPhysicalVolume.teardown: device: /dev/sda2 ; type: lvmpv ; status: False ; >DEBUG:blivet: LVMPhysicalVolume.teardown: device: /dev/sda2 ; type: lvmpv ; status: False ; >DEBUG:blivet: DiskDevice.teardown: sda ; status: True ; controllable: True ; >DEBUG:blivet: DiskLabel.teardown: device: /dev/sda ; type: disklabel ; status: False ; >DEBUG:blivet: DiskLabel.teardown: device: /dev/sda ; type: disklabel ; status: False ; >DEBUG:blivet: PartitionDevice.teardown: sdb1 ; status: True ; controllable: True ; >DEBUG:blivet: LVMPhysicalVolume.teardown: device: /dev/sdb1 ; type: lvmpv ; status: False ; >DEBUG:blivet: LVMPhysicalVolume.teardown: device: /dev/sdb1 ; type: lvmpv ; status: False ; >DEBUG:blivet: DiskDevice.teardown: sdb ; status: True ; controllable: True ; >DEBUG:blivet: DiskLabel.teardown: device: /dev/sdb ; type: disklabel ; status: False ; >DEBUG:blivet: DiskLabel.teardown: device: /dev/sdb ; type: disklabel ; status: False ; >DEBUG:blivet: LVMLogicalVolumeDevice.teardown: vg_erwan-desktop-lv_root ; status: False ; controllable: True ; >DEBUG:blivet: LVMVolumeGroupDevice.teardown: vg_erwan-desktop ; status: False ; controllable: True ; >DEBUG:blivet: PartitionDevice.teardown: sda2 ; status: True ; controllable: True ; >DEBUG:blivet: LVMPhysicalVolume.teardown: device: /dev/sda2 ; type: lvmpv ; status: False ; >DEBUG:blivet: LVMPhysicalVolume.teardown: device: /dev/sda2 ; type: lvmpv ; status: False ; >DEBUG:blivet: DiskDevice.teardown: sda ; status: True ; controllable: True ; >DEBUG:blivet: DiskLabel.teardown: device: /dev/sda ; type: disklabel ; status: False ; >DEBUG:blivet: DiskLabel.teardown: device: /dev/sda ; type: disklabel ; status: False ; >DEBUG:blivet: PartitionDevice.teardown: sdb1 ; status: True ; controllable: True ; >DEBUG:blivet: LVMPhysicalVolume.teardown: device: /dev/sdb1 ; type: lvmpv ; status: False ; >DEBUG:blivet: LVMPhysicalVolume.teardown: device: /dev/sdb1 ; type: lvmpv ; status: False ; >DEBUG:blivet: DiskDevice.teardown: sdb ; status: True ; controllable: True ; >DEBUG:blivet: DiskLabel.teardown: device: /dev/sdb ; type: disklabel ; status: False ; >DEBUG:blivet: DiskLabel.teardown: device: /dev/sdb ; type: disklabel ; status: False ; >DEBUG:blivet: LoopDevice.teardown: loop2 ; status: False ; controllable: False ; >DEBUG:blivet: FileDevice.teardown: /overlay (deleted) ; status: False ; controllable: False ; >INFO:anaconda.modules.storage.bootloader.factory:Created the boot loader EFIGRUB. >DEBUG:blivet: PartitionDevice.setup: sda1 ; orig: False ; status: True ; controllable: True ; >DEBUG:blivet: Ext4FS.setup: device: /dev/sda1 ; type: ext4 ; status: False ; >INFO:program:Running... mount -t ext4 -o defaults,ro /dev/sda1 /mnt/sysimage >DEBUG:program:Return code: 0 >INFO:program:Running... umount /mnt/sysimage >DEBUG:program:Return code: 0 >DEBUG:blivet: PartitionDevice.teardown: sda1 ; status: True ; controllable: True ; >DEBUG:blivet: Ext4FS.teardown: device: /dev/sda1 ; type: ext4 ; status: False ; >DEBUG:blivet: Ext4FS.teardown: device: /dev/sda1 ; type: ext4 ; status: False ; >DEBUG:blivet: LVMLogicalVolumeDevice.setup: vg_erwan-desktop-lv_home ; orig: False ; status: False ; controllable: True ; >DEBUG:blivet: LVMLogicalVolumeDevice.setup_parents: name: vg_erwan-desktop-lv_home ; orig: False ; >DEBUG:blivet: LVMVolumeGroupDevice.setup: vg_erwan-desktop ; orig: False ; status: False ; controllable: True ; >DEBUG:blivet: LVMVolumeGroupDevice.setup_parents: name: vg_erwan-desktop ; orig: False ; >DEBUG:blivet: PartitionDevice.setup: sda2 ; orig: False ; status: True ; controllable: True ; >DEBUG:blivet: LVMPhysicalVolume.setup: device: /dev/sda2 ; type: lvmpv ; status: False ; >DEBUG:blivet: PartitionDevice.setup: sdb1 ; orig: False ; status: True ; controllable: True ; >DEBUG:blivet: LVMPhysicalVolume.setup: device: /dev/sdb1 ; type: lvmpv ; status: False ; >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:blivet: LVMVolumeGroupDevice.update_sysfs_path: vg_erwan-desktop ; status: False ; >DEBUG:blivet: LVMLogicalVolumeDevice._setup: vg_erwan-desktop-lv_home ; orig: False ; status: False ; controllable: True ; >INFO:program:[62] Calling the 'com.redhat.lvmdbus1.Lv.Activate' method on the '/com/redhat/lvmdbus1/Lv/0' object with the following parameters: '(0, 1, {'--config': <' devices { filter=["a|/dev/sdb1$|","a|/dev/sda2$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0}'>})' >INFO:program:[62] Done. >INFO:program:[62] No result, no job started >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:blivet: LVMLogicalVolumeDevice.update_sysfs_path: vg_erwan-desktop-lv_home ; status: True ; >DEBUG:blivet:vg_erwan-desktop-lv_home sysfs_path set to /sys/devices/virtual/block/dm-0 >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:testdata:sysfs attr /sys/class/block/sdc/device/model: 466c617368204469736b2020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdd/device/model: 436f6d7061637420466c6173682020200a >DEBUG:testdata:sysfs attr /sys/class/block/sde/device/model: 534d2f78442d506963747572652020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdf/device/model: 53442f4d4d43202020202020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdg/device/model: 4d2e532e2f4d2e532e50726f2f4847200a >DEBUG:testdata:sysfs attr /sys/class/block/sdh/device/model: 53442f4d4d432f4d2e532e50524f20200a >DEBUG:testdata:sysfs attr /sys/class/block/sda/device/model: 53414d53554e472053534420383330200a >DEBUG:testdata:sysfs attr /sys/class/block/sdb/device/model: 53616d73756e672053534420383530200a >DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 4456442d52572053482d3231364142200a >DEBUG:blivet: Ext4FS.setup: device: /dev/mapper/vg_erwan--desktop-lv_home ; type: ext4 ; status: False ; >INFO:program:Running... mount -t ext4 -o defaults,ro /dev/mapper/vg_erwan--desktop-lv_home /mnt/sysimage >DEBUG:program:Return code: 0 >INFO:program:Running... umount /mnt/sysimage >DEBUG:program:Return code: 0 >DEBUG:blivet: LVMLogicalVolumeDevice.teardown: vg_erwan-desktop-lv_home ; status: True ; controllable: True ; >DEBUG:blivet: Ext4FS.teardown: device: /dev/mapper/vg_erwan--desktop-lv_home ; type: ext4 ; status: False ; >DEBUG:blivet: Ext4FS.teardown: device: /dev/mapper/vg_erwan--desktop-lv_home ; type: ext4 ; status: False ; >DEBUG:blivet: LVMLogicalVolumeDevice._teardown: vg_erwan-desktop-lv_home ; status: True ; controllable: True ; >INFO:program:[63] Calling the 'com.redhat.lvmdbus1.Lv.Deactivate' method on the '/com/redhat/lvmdbus1/Lv/0' object with the following parameters: '(0, 1, {'--config': <' devices { filter=["a|/dev/sdb1$|","a|/dev/sda2$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0}'>})' >INFO:program:[63] Done. >INFO:program:[63] No result, no job started >DEBUG:blivet: LVMLogicalVolumeDevice.setup: vg_erwan-desktop-lv_root ; orig: False ; status: False ; controllable: True ; >DEBUG:blivet: LVMLogicalVolumeDevice.setup_parents: name: vg_erwan-desktop-lv_root ; orig: False ; >DEBUG:blivet: LVMVolumeGroupDevice.setup: vg_erwan-desktop ; orig: False ; status: False ; controllable: True ; >DEBUG:blivet: LVMVolumeGroupDevice.setup_parents: name: vg_erwan-desktop ; orig: False ; >DEBUG:blivet: PartitionDevice.setup: sda2 ; orig: False ; status: True ; controllable: True ; >DEBUG:blivet: LVMPhysicalVolume.setup: device: /dev/sda2 ; type: lvmpv ; status: False ; >DEBUG:blivet: PartitionDevice.setup: sdb1 ; orig: False ; status: True ; controllable: True ; >DEBUG:blivet: LVMPhysicalVolume.setup: device: /dev/sdb1 ; type: lvmpv ; status: False ; >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:blivet: LVMVolumeGroupDevice.update_sysfs_path: vg_erwan-desktop ; status: False ; >DEBUG:blivet: LVMLogicalVolumeDevice._setup: vg_erwan-desktop-lv_root ; orig: False ; status: False ; controllable: True ; >INFO:program:[64] Calling the 'com.redhat.lvmdbus1.Lv.Activate' method on the '/com/redhat/lvmdbus1/Lv/2' object with the following parameters: '(0, 1, {'--config': <' devices { filter=["a|/dev/sdb1$|","a|/dev/sda2$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0}'>})' >INFO:program:[64] Done. >INFO:program:[64] No result, no job started >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:blivet: LVMLogicalVolumeDevice.update_sysfs_path: vg_erwan-desktop-lv_root ; status: True ; >DEBUG:blivet:vg_erwan-desktop-lv_root sysfs_path set to /sys/devices/virtual/block/dm-0 >DEBUG:blivet: Ext4FS.setup: device: /dev/mapper/vg_erwan--desktop-lv_root ; type: ext4 ; status: False ; >INFO:program:Running... mount -t ext4 -o defaults,ro /dev/mapper/vg_erwan--desktop-lv_root /mnt/sysimage >DEBUG:program:Return code: 0 >INFO:program:Running... arch >INFO:program:stdout: >INFO:program:x86_64 >DEBUG:program:Return code: 0 >DEBUG:anaconda.modules.storage.devicetree.root:blkid.tab devs: [] >DEBUG:anaconda.modules.storage.devicetree.fsset:parsing /mnt/sysimage/etc/crypttab >DEBUG:blivet:failed to resolve 'UUID=34a162f3-a35c-4266-8c6d-322b6372a3eb' >DEBUG:anaconda.modules.storage.devicetree.root:crypttab maps: [] >DEBUG:anaconda.modules.storage.devicetree.root:parsing /mnt/sysimage/etc/fstab >DEBUG:blivet: DeviceTree.get_device_by_path: path: /dev/mapper/vg_erwan--desktop-lv_root ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_path returned existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118) with existing ext4 filesystem >DEBUG:blivet:resolved '/dev/mapper/vg_erwan--desktop-lv_root' to 'vg_erwan-desktop-lv_root' (lvmlv) >DEBUG:blivet:resolved 'UUID=e78bdfed-d203-4338-a4ed-8db17172bdbd' to 'sda1' (partition) >DEBUG:blivet: DeviceTree.get_device_by_path: path: /dev/mapper/vg_erwan--desktop-lv_home ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_path returned existing 153,22 Gio lvmlv vg_erwan-desktop-lv_home (92) with existing ext4 filesystem >DEBUG:blivet:resolved '/dev/mapper/vg_erwan--desktop-lv_home' to 'vg_erwan-desktop-lv_home' (lvmlv) >DEBUG:blivet: DeviceTree.get_device_by_path: path: /dev/mapper/vg_erwan--desktop-lv_swap ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_path returned existing 15,53 Gio lvmlv vg_erwan-desktop-lv_swap (105) with existing swap >DEBUG:blivet:resolved '/dev/mapper/vg_erwan--desktop-lv_swap' to 'vg_erwan-desktop-lv_swap' (lvmlv) >INFO:program:Running... umount /mnt/sysimage >DEBUG:program:Return code: 0 >DEBUG:blivet: DiskDevice.teardown: sdd ; status: True ; controllable: True ; >DEBUG:blivet: DeviceFormat.teardown: device: /dev/sdd ; type: None ; status: False ; >DEBUG:blivet: DeviceFormat.teardown: device: /dev/sdd ; type: None ; status: False ; >DEBUG:blivet: DiskDevice.teardown: sde ; status: True ; controllable: True ; >DEBUG:blivet: DeviceFormat.teardown: device: /dev/sde ; type: None ; status: False ; >DEBUG:blivet: DeviceFormat.teardown: device: /dev/sde ; type: None ; status: False ; >DEBUG:blivet: DiskDevice.teardown: sdf ; status: True ; controllable: True ; >DEBUG:blivet: DeviceFormat.teardown: device: /dev/sdf ; type: None ; status: False ; >DEBUG:blivet: DeviceFormat.teardown: device: /dev/sdf ; type: None ; status: False ; >DEBUG:blivet: DiskDevice.teardown: sdg ; status: True ; controllable: True ; >DEBUG:blivet: DeviceFormat.teardown: device: /dev/sdg ; type: None ; status: False ; >DEBUG:blivet: DeviceFormat.teardown: device: /dev/sdg ; type: None ; status: False ; >DEBUG:blivet: DiskDevice.teardown: sdh ; status: True ; controllable: True ; >DEBUG:blivet: DeviceFormat.teardown: device: /dev/sdh ; type: None ; status: False ; >DEBUG:blivet: DeviceFormat.teardown: device: /dev/sdh ; type: None ; status: False ; >DEBUG:blivet: PartitionDevice.teardown: sda1 ; status: True ; controllable: True ; >DEBUG:blivet: Ext4FS.teardown: device: /dev/sda1 ; type: ext4 ; status: False ; >DEBUG:blivet: Ext4FS.teardown: device: /dev/sda1 ; type: ext4 ; status: False ; >DEBUG:blivet: DiskDevice.teardown: sda ; status: True ; controllable: True ; >DEBUG:blivet: DiskLabel.teardown: device: /dev/sda ; type: disklabel ; status: False ; >DEBUG:blivet: DiskLabel.teardown: device: /dev/sda ; type: disklabel ; status: False ; >DEBUG:blivet: LVMLogicalVolumeDevice.teardown: vg_erwan-desktop-lv_home ; status: False ; controllable: True ; >DEBUG:blivet: LVMVolumeGroupDevice.teardown: vg_erwan-desktop ; status: True ; controllable: True ; >DEBUG:blivet: DeviceFormat.teardown: device: /dev/vg_erwan--desktop ; type: None ; status: False ; >DEBUG:blivet: DeviceFormat.teardown: device: /dev/vg_erwan--desktop ; type: None ; status: False ; >DEBUG:blivet: LVMVolumeGroupDevice._teardown: vg_erwan-desktop ; status: True ; controllable: True ; >INFO:program:[65] Calling the 'com.redhat.lvmdbus1.Vg.Deactivate' method on the '/com/redhat/lvmdbus1/Vg/0' object with the following parameters: '(0, 1, {'--config': <' devices { filter=["a|/dev/sdb1$|","a|/dev/sda2$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0}'>})' >INFO:program:[65] Done. >INFO:program:[65] No result, no job started >DEBUG:blivet: PartitionDevice.teardown: sda2 ; status: True ; controllable: True ; >DEBUG:blivet: LVMPhysicalVolume.teardown: device: /dev/sda2 ; type: lvmpv ; status: False ; >DEBUG:blivet: LVMPhysicalVolume.teardown: device: /dev/sda2 ; type: lvmpv ; status: False ; >DEBUG:blivet: DiskDevice.teardown: sda ; status: True ; controllable: True ; >DEBUG:blivet: DiskLabel.teardown: device: /dev/sda ; type: disklabel ; status: False ; >DEBUG:blivet: DiskLabel.teardown: device: /dev/sda ; type: disklabel ; status: False ; >DEBUG:blivet: PartitionDevice.teardown: sdb1 ; status: True ; controllable: True ; >DEBUG:blivet: LVMPhysicalVolume.teardown: device: /dev/sdb1 ; type: lvmpv ; status: False ; >DEBUG:blivet: LVMPhysicalVolume.teardown: device: /dev/sdb1 ; type: lvmpv ; status: False ; >DEBUG:blivet: DiskDevice.teardown: sdb ; status: True ; controllable: True ; >DEBUG:blivet: DiskLabel.teardown: device: /dev/sdb ; type: disklabel ; status: False ; >DEBUG:blivet: DiskLabel.teardown: device: /dev/sdb ; type: disklabel ; status: False ; >DEBUG:blivet: LVMLogicalVolumeDevice.teardown: vg_erwan-desktop-lv_swap ; status: False ; controllable: True ; >DEBUG:blivet: LVMVolumeGroupDevice.teardown: vg_erwan-desktop ; status: False ; controllable: True ; >DEBUG:blivet: PartitionDevice.teardown: sda2 ; status: True ; controllable: True ; >DEBUG:blivet: LVMPhysicalVolume.teardown: device: /dev/sda2 ; type: lvmpv ; status: False ; >DEBUG:blivet: LVMPhysicalVolume.teardown: device: /dev/sda2 ; type: lvmpv ; status: False ; >DEBUG:blivet: DiskDevice.teardown: sda ; status: True ; controllable: True ; >DEBUG:blivet: DiskLabel.teardown: device: /dev/sda ; type: disklabel ; status: False ; >DEBUG:blivet: DiskLabel.teardown: device: /dev/sda ; type: disklabel ; status: False ; >DEBUG:blivet: PartitionDevice.teardown: sdb1 ; status: True ; controllable: True ; >DEBUG:blivet: LVMPhysicalVolume.teardown: device: /dev/sdb1 ; type: lvmpv ; status: False ; >DEBUG:blivet: LVMPhysicalVolume.teardown: device: /dev/sdb1 ; type: lvmpv ; status: False ; >DEBUG:blivet: DiskDevice.teardown: sdb ; status: True ; controllable: True ; >DEBUG:blivet: DiskLabel.teardown: device: /dev/sdb ; type: disklabel ; status: False ; >DEBUG:blivet: DiskLabel.teardown: device: /dev/sdb ; type: disklabel ; status: False ; >DEBUG:blivet: LVMLogicalVolumeDevice.teardown: vg_erwan-desktop-lv_root ; status: False ; controllable: True ; >DEBUG:blivet: LVMVolumeGroupDevice.teardown: vg_erwan-desktop ; status: False ; controllable: True ; >DEBUG:blivet: PartitionDevice.teardown: sda2 ; status: True ; controllable: True ; >DEBUG:blivet: LVMPhysicalVolume.teardown: device: /dev/sda2 ; type: lvmpv ; status: False ; >DEBUG:blivet: LVMPhysicalVolume.teardown: device: /dev/sda2 ; type: lvmpv ; status: False ; >DEBUG:blivet: DiskDevice.teardown: sda ; status: True ; controllable: True ; >DEBUG:blivet: DiskLabel.teardown: device: /dev/sda ; type: disklabel ; status: False ; >DEBUG:blivet: DiskLabel.teardown: device: /dev/sda ; type: disklabel ; status: False ; >DEBUG:blivet: PartitionDevice.teardown: sdb1 ; status: True ; controllable: True ; >DEBUG:blivet: LVMPhysicalVolume.teardown: device: /dev/sdb1 ; type: lvmpv ; status: False ; >DEBUG:blivet: LVMPhysicalVolume.teardown: device: /dev/sdb1 ; type: lvmpv ; status: False ; >DEBUG:blivet: DiskDevice.teardown: sdb ; status: True ; controllable: True ; >DEBUG:blivet: DiskLabel.teardown: device: /dev/sdb ; type: disklabel ; status: False ; >DEBUG:blivet: DiskLabel.teardown: device: /dev/sdb ; type: disklabel ; status: False ; >DEBUG:blivet: LoopDevice.teardown: loop2 ; status: False ; controllable: False ; >DEBUG:blivet: FileDevice.teardown: /overlay (deleted) ; status: False ; controllable: False ; >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet: Iso9660FS.supported: supported: True ; >DEBUG:blivet:vg_erwan-desktop size is 584,5 Gio >DEBUG:blivet:vg vg_erwan-desktop has 254,5 Gio free >DEBUG:blivet:vg_erwan-desktop size is 584,5 Gio >DEBUG:blivet:vg vg_erwan-desktop has 254,5 Gio free >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet: Ext4FS.supported: supported: True ; >INFO:program:Running [66] mkswap --version ... >INFO:program:stdout[66]: mkswap from util-linux 2.38.1 > >INFO:program:stderr[66]: >INFO:program:...done [66] (exit code: 0) >INFO:anaconda.threading:Thread Done: AnaTaskThread-ScanDevicesTask-1 (139979348747968) >DEBUG:anaconda.modules.storage.storage:The storage model has changed. >DEBUG:anaconda.modules.storage.storage:The storage model has changed. >DEBUG:anaconda.modules.storage.storage:The partitioning NONE is applied. >DEBUG:blivet: DeviceTree.get_device_by_path: path: /dev/mapper/live-base ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_path returned existing 7,57 Gio dm live-base (184) with existing ext4 filesystem >DEBUG:blivet:resolved '/dev/mapper/live-base' to 'live-base' (dm) >DEBUG:blivet: DeviceTree.get_device_by_name: name: live-base ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 7,57 Gio dm live-base (184) with existing ext4 filesystem >DEBUG:anaconda.modules.common.base.base:Locale is set to fr_FR.UTF-8. >DEBUG:anaconda.modules.storage.storage:Created the partitioning AUTOMATIC. >DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage/Partitioning/1. >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 119,24 Gio disk sda (39) with existing msdos disklabel >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 119,24 Gio disk sda (39) with existing msdos disklabel >DEBUG:blivet: DeviceTree.get_device_by_name: name: sdb ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 465,76 Gio disk sdb (73) with existing msdos disklabel >DEBUG:blivet: DeviceTree.get_device_by_name: name: sdb ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 465,76 Gio disk sdb (73) with existing msdos disklabel >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 119,24 Gio disk sda (39) with existing msdos disklabel >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 119,24 Gio disk sda (39) with existing msdos disklabel >DEBUG:anaconda.modules.storage.storage:The storage model has changed. >DEBUG:anaconda.modules.storage.storage:The partitioning NONE is applied. >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 119,24 Gio disk sda (39) with existing msdos disklabel >DEBUG:blivet: DeviceTree.get_dependent_devices: dep: existing 119,24 Gio disk sda (39) with existing msdos disklabel ; hidden: True ; >DEBUG:blivet:checking if sdc depends on sda >DEBUG:blivet:checking if sdd depends on sda >DEBUG:blivet:checking if sde depends on sda >DEBUG:blivet:checking if sdf depends on sda >DEBUG:blivet:checking if sdg depends on sda >DEBUG:blivet:checking if sdh depends on sda >DEBUG:blivet:checking if sda depends on sda >DEBUG:blivet:checking if sda1 depends on sda >DEBUG:blivet:checking if sda2 depends on sda >DEBUG:blivet:checking if vg_erwan-desktop depends on sda >DEBUG:blivet:checking if sdb depends on sda >DEBUG:blivet:checking if sdb1 depends on sda >DEBUG:blivet:checking if vg_erwan-desktop-lv_home depends on sda >DEBUG:blivet:checking if vg_erwan-desktop-lv_swap depends on sda >DEBUG:blivet:checking if vg_erwan-desktop-lv_root depends on sda >DEBUG:blivet:checking if sr0 depends on sda >DEBUG:blivet:checking if /run/initramfs/live/LiveOS/squashfs.img depends on sda >DEBUG:blivet:checking if loop0 depends on sda >DEBUG:blivet:checking if /LiveOS/rootfs.img depends on sda >DEBUG:blivet:checking if loop1 depends on sda >DEBUG:blivet:checking if /overlay (deleted) depends on sda >DEBUG:blivet:checking if loop2 depends on sda >DEBUG:blivet:checking if live-rw depends on sda >DEBUG:blivet:checking if live-base depends on sda >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 119,24 Gio disk sda (39) with existing msdos disklabel >DEBUG:blivet: DeviceTree.get_device_by_name: name: sdb ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 465,76 Gio disk sdb (73) with existing msdos disklabel >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 119,24 Gio disk sda (39) with existing msdos disklabel >DEBUG:blivet: DeviceTree.get_device_by_name: name: sdb ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 465,76 Gio disk sdb (73) with existing msdos disklabel >DEBUG:anaconda.modules.storage.storage:The storage model has changed. >DEBUG:anaconda.modules.storage.storage:The partitioning NONE is applied. >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 119,24 Gio disk sda (39) with existing msdos disklabel >DEBUG:blivet: DeviceTree.get_dependent_devices: dep: existing 119,24 Gio disk sda (39) with existing msdos disklabel ; hidden: True ; >DEBUG:blivet:checking if sdc depends on sda >DEBUG:blivet:checking if sdd depends on sda >DEBUG:blivet:checking if sde depends on sda >DEBUG:blivet:checking if sdf depends on sda >DEBUG:blivet:checking if sdg depends on sda >DEBUG:blivet:checking if sdh depends on sda >DEBUG:blivet:checking if sda depends on sda >DEBUG:blivet:checking if sda1 depends on sda >DEBUG:blivet:checking if sda2 depends on sda >DEBUG:blivet:checking if vg_erwan-desktop depends on sda >DEBUG:blivet:checking if sdb depends on sda >DEBUG:blivet:checking if sdb1 depends on sda >DEBUG:blivet:checking if vg_erwan-desktop-lv_home depends on sda >DEBUG:blivet:checking if vg_erwan-desktop-lv_swap depends on sda >DEBUG:blivet:checking if vg_erwan-desktop-lv_root depends on sda >DEBUG:blivet:checking if sr0 depends on sda >DEBUG:blivet:checking if /run/initramfs/live/LiveOS/squashfs.img depends on sda >DEBUG:blivet:checking if loop0 depends on sda >DEBUG:blivet:checking if /LiveOS/rootfs.img depends on sda >DEBUG:blivet:checking if loop1 depends on sda >DEBUG:blivet:checking if /overlay (deleted) depends on sda >DEBUG:blivet:checking if loop2 depends on sda >DEBUG:blivet:checking if live-rw depends on sda >DEBUG:blivet:checking if live-base depends on sda >DEBUG:blivet: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 465,76 Gio disk sdb (73) with existing msdos disklabel >DEBUG:blivet: DeviceTree.get_dependent_devices: dep: existing 465,76 Gio disk sdb (73) with existing msdos disklabel ; hidden: True ; >DEBUG:blivet:checking if sdc depends on sdb >DEBUG:blivet:checking if sdd depends on sdb >DEBUG:blivet:checking if sde depends on sdb >DEBUG:blivet:checking if sdf depends on sdb >DEBUG:blivet:checking if sdg depends on sdb >DEBUG:blivet:checking if sdh depends on sdb >DEBUG:blivet:checking if sda depends on sdb >DEBUG:blivet:checking if sda1 depends on sdb >DEBUG:blivet:checking if sda2 depends on sdb >DEBUG:blivet:checking if vg_erwan-desktop depends on sdb >DEBUG:blivet:checking if sdb depends on sdb >DEBUG:blivet:checking if sdb1 depends on sdb >DEBUG:blivet:checking if vg_erwan-desktop-lv_home depends on sdb >DEBUG:blivet:checking if vg_erwan-desktop-lv_swap depends on sdb >DEBUG:blivet:checking if vg_erwan-desktop-lv_root depends on sdb >DEBUG:blivet:checking if sr0 depends on sdb >DEBUG:blivet:checking if /run/initramfs/live/LiveOS/squashfs.img depends on sdb >DEBUG:blivet:checking if loop0 depends on sdb >DEBUG:blivet:checking if /LiveOS/rootfs.img depends on sdb >DEBUG:blivet:checking if loop1 depends on sdb >DEBUG:blivet:checking if /overlay (deleted) depends on sdb >DEBUG:blivet:checking if loop2 depends on sdb >DEBUG:blivet:checking if live-rw depends on sdb >DEBUG:blivet:checking if live-base depends on sdb >DEBUG:anaconda.modules.storage.disk_initialization.initialization:The initialization mode is set to 'InitializationMode.CLEAR_NONE'. >DEBUG:anaconda.modules.storage.disk_initialization.initialization:Can initialize labels is set to 'True'. >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:0/block/sdd ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:0/block/sdd/size: 300a >INFO:blivet:Skipping disk: sdd: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:1/block/sde ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:1/block/sde/size: 300a >INFO:blivet:Skipping disk: sde: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:2/block/sdf ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:2/block/sdf/size: 300a >INFO:blivet:Skipping disk: sdf: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:3/block/sdg ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:3/block/sdg/size: 300a >INFO:blivet:Skipping disk: sdg: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:4/block/sdh ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:4/block/sdh/size: 300a >INFO:blivet:Skipping disk: sdh: No media present >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 119,24 Gio disk sda (39) with existing msdos disklabel >DEBUG:blivet: DeviceTree.get_device_by_name: name: sdb ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 465,76 Gio disk sdb (73) with existing msdos disklabel >DEBUG:anaconda.modules.storage.disk_selection.selection:Selected disks are set to '['sda', 'sdb']'. >DEBUG:anaconda.modules.storage.disk_initialization.initialization:Drives to clear are set to '['sda', 'sdb']'. >DEBUG:anaconda.modules.storage.storage:Created the partitioning INTERACTIVE. >DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage/Partitioning/2. >DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage/DeviceTree/1. >DEBUG:anaconda.modules.storage.partitioning.base:Creating a new storage playground for INTERACTIVE with selected disks ['sda', 'sdb']. >DEBUG:anaconda.storage:Creating a copy of the storage model. >DEBUG:blivet:starting Blivet copy >DEBUG:blivet: PartitionDevice._set_parted_partition: sda1 ; >DEBUG:blivet:device sda1 new parted_partition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f4f7ab3ad10> fileSystem: <parted.filesystem.FileSystem object at 0x7f4f7ab7fe90> > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f4f7ab7d110> PedPartition: <_ped.Partition object at 0x7f4f7abecfe0> >DEBUG:blivet: PartitionDevice._set_parted_partition: sda2 ; >DEBUG:blivet:device sda2 new parted_partition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f4f7ab3ad10> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f4f7ab7fdd0> PedPartition: <_ped.Partition object at 0x7f4f7abe75b0> >DEBUG:blivet: PartitionDevice._set_parted_partition: sdb1 ; >DEBUG:blivet:device sdb1 new parted_partition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f4f7ab3fad0> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f4f7ac4f210> PedPartition: <_ped.Partition object at 0x7f4f7aaf9b70> >DEBUG:blivet:finished Blivet copy >DEBUG:blivet: DeviceTree.get_device_by_id: id_num: 118 ; incomplete: False ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_id returned existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118) with existing ext4 filesystem >DEBUG:blivet: DeviceTree.get_device_by_id: id_num: 49 ; incomplete: False ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_id returned existing 500 Mio partition sda1 (49) with existing ext4 filesystem >DEBUG:blivet: DeviceTree.get_device_by_id: id_num: 92 ; incomplete: False ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_id returned existing 153,22 Gio lvmlv vg_erwan-desktop-lv_home (92) with existing ext4 filesystem >DEBUG:blivet: DeviceTree.get_device_by_id: id_num: 105 ; incomplete: False ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_id returned existing 15,53 Gio lvmlv vg_erwan-desktop-lv_swap (105) with existing swap >DEBUG:blivet: DeviceTree.get_device_by_id: id_num: 118 ; incomplete: False ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_id returned existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118) with existing ext4 filesystem >DEBUG:blivet: DeviceTree.get_device_by_id: id_num: 49 ; incomplete: False ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_id returned existing 500 Mio partition sda1 (49) with existing ext4 filesystem >DEBUG:blivet: DeviceTree.get_device_by_id: id_num: 92 ; incomplete: False ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_id returned existing 153,22 Gio lvmlv vg_erwan-desktop-lv_home (92) with existing ext4 filesystem >DEBUG:anaconda.storage:Finished a copy of the storage model. >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:0/block/sdd ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:0/block/sdd/size: 300a >INFO:blivet:Skipping disk: sdd: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:1/block/sde ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:1/block/sde/size: 300a >INFO:blivet:Skipping disk: sde: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:2/block/sdf ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:2/block/sdf/size: 300a >INFO:blivet:Skipping disk: sdf: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:3/block/sdg ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:3/block/sdg/size: 300a >INFO:blivet:Skipping disk: sdg: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:4/block/sdh ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:4/block/sdh/size: 300a >INFO:blivet:Skipping disk: sdh: No media present >DEBUG:anaconda.modules.storage.disk_initialization.configuration:Can sda be initialized? >DEBUG:anaconda.modules.storage.disk_initialization.configuration:The disk cannot be initialized. >DEBUG:anaconda.modules.storage.disk_initialization.configuration:Can sdb be initialized? >DEBUG:anaconda.modules.storage.disk_initialization.configuration:The disk cannot be initialized. >DEBUG:anaconda.modules.storage.disk_initialization.configuration:Can sdc be initialized? >DEBUG:anaconda.modules.storage.disk_initialization.configuration:A protected disk cannot be initialized. >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:0/block/sdd ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:0/block/sdd/size: 300a >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:1/block/sde ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:1/block/sde/size: 300a >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:2/block/sdf ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:2/block/sdf/size: 300a >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:3/block/sdg ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:3/block/sdg/size: 300a >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:4/block/sdh ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:4/block/sdh/size: 300a >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_root ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118) with existing ext4 filesystem >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_root ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118) with existing ext4 filesystem >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda1 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 500 Mio partition sda1 (49) with existing ext4 filesystem >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda1 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 500 Mio partition sda1 (49) with existing ext4 filesystem >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_home ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 153,22 Gio lvmlv vg_erwan-desktop-lv_home (92) with existing ext4 filesystem >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_home ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 153,22 Gio lvmlv vg_erwan-desktop-lv_home (92) with existing ext4 filesystem >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_swap ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 15,53 Gio lvmlv vg_erwan-desktop-lv_swap (105) with existing swap >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_swap ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 15,53 Gio lvmlv vg_erwan-desktop-lv_swap (105) with existing swap >DEBUG:blivet: DeviceTree.get_device_by_name: name: sdc ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 3,83 Gio disk sdc (4) with existing iso9660 filesystem >DEBUG:blivet: DeviceTree.get_device_by_name: name: sdc ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 3,83 Gio disk sdc (4) with existing iso9660 filesystem >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 119,24 Gio disk sda (39) with existing msdos disklabel >DEBUG:blivet: DeviceTree.get_device_by_name: name: sdb ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 465,76 Gio disk sdb (73) with existing msdos disklabel >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 119,24 Gio disk sda (39) with existing msdos disklabel >DEBUG:blivet: DeviceTree.get_device_by_name: name: sdb ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 465,76 Gio disk sdb (73) with existing msdos disklabel >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_root ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118) with existing ext4 filesystem >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_root ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118) with existing ext4 filesystem >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_root ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118) with existing ext4 filesystem >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_root ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118) with existing ext4 filesystem >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_root ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118) with existing ext4 filesystem >DEBUG:blivet:vg_erwan-desktop size is 584,5 Gio >DEBUG:blivet:vg vg_erwan-desktop has 254,5 Gio free >DEBUG:blivet:vg_erwan-desktop size is 584,5 Gio >DEBUG:blivet:vg vg_erwan-desktop has 254,5 Gio free >DEBUG:blivet:vg_erwan-desktop size is 584,5 Gio >DEBUG:blivet:vg vg_erwan-desktop has 254,5 Gio free >DEBUG:blivet:vg_erwan-desktop size is 584,5 Gio >DEBUG:blivet:vg vg_erwan-desktop has 254,5 Gio free >DEBUG:blivet:instantiating <class 'blivet.devicefactory.LVMFactory'>: <pyanaconda.core.util.LazyObject object at 0x7f4f7b93a1d0>, [], {'device': LVMLogicalVolumeDevice instance (0x7f4f7ab45e10) -- > name = vg_erwan-desktop-lv_root status = False id = 118 > children = [] > parents = ['existing 584,5 Gio lvmvg vg_erwan-desktop (68)'] > uuid = RCReFx-EgbD-OeEo-U4Iz-3KuU-yVkf-4h6XEd size = 161,25 Gio > format = existing ext4 filesystem > major = 0 minor = 0 exists = True protected = False > sysfs path = /sys/devices/virtual/block/dm-0 > target size = 161,25 Gio path = /dev/mapper/vg_erwan--desktop-lv_root > format args = [] original_format = ext4 target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4f7ac4db90) -- > name = vg_erwan-desktop status = False id = 68 > children = ['existing 153,22 Gio lvmlv vg_erwan-desktop-lv_home (92) with existing ext4 ' > 'filesystem', > 'existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118) with existing ext4 ' > 'filesystem', > 'existing 15,53 Gio lvmlv vg_erwan-desktop-lv_swap (105) with existing swap'] > parents = ['existing 118,75 Gio partition sda2 (59) with existing lvmpv', > 'existing 465,76 Gio partition sdb1 (83) with existing lvmpv'] > uuid = 3vkTwN-NVSy-EPPa-TKBy-ECge-VrQq-Zq6a4s size = 584,5 Gio > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = > target size = 584,5 Gio path = /dev/vg_erwan--desktop > format args = [] original_format = None free = 254,5 Gio PE Size = 32 Mio PE Count = 18704 > PE Free = 8144 PV Count = 2 > modified = False extents = 18704 free space = 254,5 Gio > free extents = 8144 reserved percent = 0 reserved space = 0 O > PVs = ['existing 118,75 Gio partition sda2 (59) with existing lvmpv', > 'existing 465,76 Gio partition sdb1 (83) with existing lvmpv'] > LVs = ['existing 153,22 Gio lvmlv vg_erwan-desktop-lv_home (92) with existing ext4 ' > 'filesystem', > 'existing 15,53 Gio lvmlv vg_erwan-desktop-lv_swap (105) with existing swap', > 'existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118) with existing ext4 ' > 'filesystem'] > segment type = linear percent = 0 > VG space used = 161,25 Gio} >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_root ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118) with existing ext4 filesystem >DEBUG:blivet:resolved 'vg_erwan-desktop-lv_root' to 'vg_erwan-desktop-lv_root' (lvmlv) >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 584,5 Gio lvmvg vg_erwan-desktop (68) >DEBUG:blivet:resolved 'vg_erwan-desktop' to 'vg_erwan-desktop' (lvmvg) >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 293 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 294 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 119,24 Gio disk sda (39) with existing msdos disklabel >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_root ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118) with existing ext4 filesystem >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 295 >DEBUG:blivet:get_format('biosboot') returning BIOSBoot instance with object id 296 >DEBUG:blivet: DiskLabel.__init__: >INFO:blivet:DiskLabel.parted_device returning None >DEBUG:blivet:get_format('disklabel') returning DiskLabel instance with object id 297 >DEBUG:blivet:get_format('dmraidmember') returning DMRaidMember instance with object id 298 >DEBUG:blivet: Ext2FS.supported: supported: True ; >DEBUG:blivet:get_format('ext2') returning Ext2FS instance with object id 299 >DEBUG:blivet: Ext2FS.supported: supported: True ; >DEBUG:blivet: Ext3FS.supported: supported: True ; >DEBUG:blivet:get_format('ext3') returning Ext3FS instance with object id 300 >DEBUG:blivet: Ext3FS.supported: supported: True ; >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 301 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet: FATFS.supported: supported: True ; >DEBUG:blivet:get_format('vfat') returning FATFS instance with object id 302 >DEBUG:blivet: FATFS.supported: supported: True ; >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet:get_format('efi') returning EFIFS instance with object id 303 >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 304 >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('gfs2') returning GFS2 instance with object id 305 >DEBUG:blivet:get_format('jfs') returning JFS instance with object id 306 >DEBUG:blivet:get_format('reiserfs') returning ReiserFS instance with object id 307 >DEBUG:blivet: XFS.supported: supported: True ; >INFO:program:Running... modprobe --dry-run xfs >DEBUG:program:Return code: 0 >DEBUG:blivet:get_format('xfs') returning XFS instance with object id 308 >DEBUG:blivet: XFS.supported: supported: True ; >DEBUG:blivet: StratisXFS.supported: supported: False ; >DEBUG:blivet:get_format('stratis xfs') returning StratisXFS instance with object id 309 >DEBUG:blivet: StratisXFS.supported: supported: False ; >DEBUG:blivet: HFS.supported: supported: False ; >DEBUG:blivet:get_format('hfs') returning HFS instance with object id 310 >DEBUG:blivet: HFS.supported: supported: False ; >DEBUG:blivet: AppleBootstrapFS.supported: supported: True ; >DEBUG:blivet:get_format('appleboot') returning AppleBootstrapFS instance with object id 311 >DEBUG:blivet: AppleBootstrapFS.supported: supported: True ; >DEBUG:blivet: HFSPlus.supported: supported: False ; >DEBUG:blivet:get_format('hfs+') returning HFSPlus instance with object id 312 >DEBUG:blivet: HFSPlus.supported: supported: False ; >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 313 >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet: NTFS.supported: supported: True ; >DEBUG:blivet:get_format('ntfs') returning NTFS instance with object id 314 >DEBUG:blivet: NTFS.supported: supported: True ; >DEBUG:blivet: ExFATFS.supported: supported: False ; >DEBUG:blivet:get_format('exfat') returning ExFATFS instance with object id 315 >DEBUG:blivet: ExFATFS.supported: supported: False ; >DEBUG:blivet: F2FS.supported: supported: True ; >DEBUG:blivet:get_format('f2fs') returning F2FS instance with object id 316 >DEBUG:blivet: F2FS.supported: supported: True ; >DEBUG:blivet: NFS.supported: supported: False ; >DEBUG:blivet:get_format('nfs') returning NFS instance with object id 317 >DEBUG:blivet: NFS.supported: supported: False ; >DEBUG:blivet: NFSv4.supported: supported: False ; >DEBUG:blivet:get_format('nfs4') returning NFSv4 instance with object id 318 >DEBUG:blivet: NFSv4.supported: supported: False ; >DEBUG:blivet: Iso9660FS.supported: supported: True ; >DEBUG:blivet:get_format('iso9660') returning Iso9660FS instance with object id 319 >DEBUG:blivet: Iso9660FS.supported: supported: True ; >DEBUG:blivet: UDFFS.supported: supported: True ; >INFO:program:Running... modprobe --dry-run udf >DEBUG:program:Return code: 0 >DEBUG:blivet:get_format('udf') returning UDFFS instance with object id 320 >DEBUG:blivet: UDFFS.supported: supported: True ; >DEBUG:blivet: NoDevFS.supported: supported: False ; >DEBUG:blivet:get_format('nodev') returning NoDevFS instance with object id 321 >DEBUG:blivet: NoDevFS.supported: supported: False ; >DEBUG:blivet: DevPtsFS.supported: supported: False ; >DEBUG:blivet:get_format('devpts') returning DevPtsFS instance with object id 322 >DEBUG:blivet: DevPtsFS.supported: supported: False ; >DEBUG:blivet: ProcFS.supported: supported: False ; >DEBUG:blivet:get_format('proc') returning ProcFS instance with object id 323 >DEBUG:blivet: ProcFS.supported: supported: False ; >DEBUG:blivet: SysFS.supported: supported: False ; >DEBUG:blivet:get_format('sysfs') returning SysFS instance with object id 324 >DEBUG:blivet: SysFS.supported: supported: False ; >DEBUG:blivet: TmpFS.supported: supported: True ; >DEBUG:blivet:get_format('tmpfs') returning TmpFS instance with object id 325 >DEBUG:blivet: TmpFS.supported: supported: True ; >DEBUG:blivet: BindFS.supported: supported: False ; >DEBUG:blivet:get_format('bind') returning BindFS instance with object id 326 >DEBUG:blivet: BindFS.supported: supported: False ; >DEBUG:blivet: SELinuxFS.supported: supported: False ; >DEBUG:blivet:get_format('selinuxfs') returning SELinuxFS instance with object id 327 >DEBUG:blivet: SELinuxFS.supported: supported: False ; >DEBUG:blivet: USBFS.supported: supported: False ; >DEBUG:blivet:get_format('usbfs') returning USBFS instance with object id 328 >DEBUG:blivet: USBFS.supported: supported: False ; >DEBUG:blivet: EFIVarFS.supported: supported: False ; >DEBUG:blivet:get_format('efivarfs') returning EFIVarFS instance with object id 329 >DEBUG:blivet: EFIVarFS.supported: supported: False ; >DEBUG:blivet: LUKS.__init__: >DEBUG:blivet:get_format('luks') returning LUKS instance with object id 330 >DEBUG:blivet: Integrity.__init__: >DEBUG:blivet:get_format('integrity') returning Integrity instance with object id 331 >DEBUG:blivet: LVMPhysicalVolume.__init__: >DEBUG:blivet:get_format('lvmpv') returning LVMPhysicalVolume instance with object id 332 >DEBUG:blivet: MDRaidMember.__init__: >DEBUG:blivet:get_format('mdmember') returning MDRaidMember instance with object id 333 >INFO:program:Running [67] mdadm --version ... >INFO:program:stdout[67]: >INFO:program:stderr[67]: mdadm - v4.2 - 2021-12-30 > >INFO:program:...done [67] (exit code: 0) >DEBUG:blivet: MultipathMember.__init__: >DEBUG:blivet:get_format('multipath_member') returning MultipathMember instance with object id 334 >DEBUG:blivet:get_format('prepboot') returning PPCPRePBoot instance with object id 335 >DEBUG:blivet: SwapSpace.__init__: >DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 336 >DEBUG:blivet: StratisBlockdev.__init__: >DEBUG:blivet:get_format('stratis') returning StratisBlockdev instance with object id 337 >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 338 >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet:get_format('efi') returning EFIFS instance with object id 339 >DEBUG:blivet: Ext2FS.supported: supported: True ; >DEBUG:blivet:get_format('ext2') returning Ext2FS instance with object id 340 >DEBUG:blivet: Ext3FS.supported: supported: True ; >DEBUG:blivet:get_format('ext3') returning Ext3FS instance with object id 341 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 342 >DEBUG:blivet: SwapSpace.__init__: >DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 343 >DEBUG:blivet: FATFS.supported: supported: True ; >DEBUG:blivet:get_format('vfat') returning FATFS instance with object id 344 >DEBUG:blivet: XFS.supported: supported: True ; >DEBUG:blivet:get_format('xfs') returning XFS instance with object id 345 >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_root ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118) with existing ext4 filesystem >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 346 >DEBUG:blivet: BTRFS.supported: supported: True ; >INFO:program:Running [68] btrfs --version ... >INFO:program:stdout[68]: btrfs-progs v6.2.2 > >INFO:program:stderr[68]: >INFO:program:...done [68] (exit code: 0) >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 584,5 Gio lvmvg vg_erwan-desktop (68) >DEBUG:blivet:vg_erwan-desktop size is 584,5 Gio >DEBUG:blivet:vg vg_erwan-desktop has 254,5 Gio free >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_root ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118) with existing ext4 filesystem >DEBUG:blivet:resolved 'vg_erwan-desktop-lv_root' to 'vg_erwan-desktop-lv_root' (lvmlv) >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 584,5 Gio lvmvg vg_erwan-desktop (68) >DEBUG:blivet:resolved 'vg_erwan-desktop' to 'vg_erwan-desktop' (lvmvg) >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 347 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 348 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_root ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118) with existing ext4 filesystem >DEBUG:blivet:resolved 'vg_erwan-desktop-lv_root' to 'vg_erwan-desktop-lv_root' (lvmlv) >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 349 >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_root ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118) with existing ext4 filesystem >DEBUG:anaconda.modules.storage.partitioning.interactive.change_device:Change device: DeviceFactoryRequest(container_encrypted=False, container_name='vg_erwan-desktop', container_raid_level='', container_size_policy=127506841600, container_spec='vg_erwan-desktop', device_encrypted=False, device_name='lv_root', device_raid_level='', device_size=173140869120, device_spec='vg_erwan-desktop-lv_root', device_type=0, disks=['sda', 'sdb'], format_type='ext4', label='_Fedora-17-x86_6', luks_version='', mount_point='/', reformat=True) >DEBUG:anaconda.modules.storage.partitioning.interactive.change_device:Modifying an existing device. >DEBUG:anaconda.modules.storage.partitioning.interactive.change_device:Changing device format: ext4 >INFO:anaconda.modules.storage.partitioning.interactive.utils:Scheduling reformat of vg_erwan-desktop-lv_root as ext4. >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 350 >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 353 >DEBUG:blivet: LVMLogicalVolumeDevice._set_format: vg_erwan-desktop-lv_root ; type: None ; current: ext4 ; >INFO:blivet:registered action: [351] destroy format ext4 filesystem on lvmlv vg_erwan-desktop-lv_root (id 118) >DEBUG:blivet: LVMLogicalVolumeDevice._set_format: vg_erwan-desktop-lv_root ; type: ext4 ; current: None ; >INFO:blivet:registered action: [352] create format ext4 filesystem mounted at / on lvmlv vg_erwan-desktop-lv_root (id 118) >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 354 >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:0/block/sdd ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:0/block/sdd/size: 300a >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:1/block/sde ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:1/block/sde/size: 300a >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:2/block/sdf ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:2/block/sdf/size: 300a >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:3/block/sdg ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:3/block/sdg/size: 300a >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:4/block/sdh ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:4/block/sdh/size: 300a >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_root ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118) with non-existent ext4 filesystem mounted at / >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_root ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118) with non-existent ext4 filesystem mounted at / >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda1 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 500 Mio partition sda1 (49) with existing ext4 filesystem >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda1 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 500 Mio partition sda1 (49) with existing ext4 filesystem >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_home ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 153,22 Gio lvmlv vg_erwan-desktop-lv_home (92) with existing ext4 filesystem >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_home ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 153,22 Gio lvmlv vg_erwan-desktop-lv_home (92) with existing ext4 filesystem >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_swap ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 15,53 Gio lvmlv vg_erwan-desktop-lv_swap (105) with existing swap >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_swap ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 15,53 Gio lvmlv vg_erwan-desktop-lv_swap (105) with existing swap >DEBUG:blivet: DeviceTree.get_device_by_name: name: sdc ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 3,83 Gio disk sdc (4) with existing iso9660 filesystem >DEBUG:blivet: DeviceTree.get_device_by_name: name: sdc ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 3,83 Gio disk sdc (4) with existing iso9660 filesystem >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_root ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118) with non-existent ext4 filesystem mounted at / >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_root ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118) with non-existent ext4 filesystem mounted at / >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_root ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118) with non-existent ext4 filesystem mounted at / >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_root ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118) with non-existent ext4 filesystem mounted at / >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_root ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118) with non-existent ext4 filesystem mounted at / >DEBUG:blivet:vg_erwan-desktop size is 584,5 Gio >DEBUG:blivet:vg vg_erwan-desktop has 254,5 Gio free >DEBUG:blivet:vg_erwan-desktop size is 584,5 Gio >DEBUG:blivet:vg vg_erwan-desktop has 254,5 Gio free >DEBUG:blivet:vg_erwan-desktop size is 584,5 Gio >DEBUG:blivet:vg vg_erwan-desktop has 254,5 Gio free >DEBUG:blivet:vg_erwan-desktop size is 584,5 Gio >DEBUG:blivet:vg vg_erwan-desktop has 254,5 Gio free >DEBUG:blivet:instantiating <class 'blivet.devicefactory.LVMFactory'>: <pyanaconda.core.util.LazyObject object at 0x7f4f7b93a1d0>, [], {'device': LVMLogicalVolumeDevice instance (0x7f4f7ab45e10) -- > name = vg_erwan-desktop-lv_root status = False id = 118 > children = [] > parents = ['existing 584,5 Gio lvmvg vg_erwan-desktop (68)'] > uuid = RCReFx-EgbD-OeEo-U4Iz-3KuU-yVkf-4h6XEd size = 161,25 Gio > format = non-existent ext4 filesystem mounted at / > major = 0 minor = 0 exists = True protected = False > sysfs path = /sys/devices/virtual/block/dm-0 > target size = 161,25 Gio path = /dev/mapper/vg_erwan--desktop-lv_root > format args = [] original_format = ext4 target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4f7ac4db90) -- > name = vg_erwan-desktop status = False id = 68 > children = ['existing 153,22 Gio lvmlv vg_erwan-desktop-lv_home (92) with existing ext4 ' > 'filesystem', > 'existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118) with non-existent ' > 'ext4 filesystem mounted at /', > 'existing 15,53 Gio lvmlv vg_erwan-desktop-lv_swap (105) with existing swap'] > parents = ['existing 118,75 Gio partition sda2 (59) with existing lvmpv', > 'existing 465,76 Gio partition sdb1 (83) with existing lvmpv'] > uuid = 3vkTwN-NVSy-EPPa-TKBy-ECge-VrQq-Zq6a4s size = 584,5 Gio > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = > target size = 584,5 Gio path = /dev/vg_erwan--desktop > format args = [] original_format = None free = 254,5 Gio PE Size = 32 Mio PE Count = 18704 > PE Free = 8144 PV Count = 2 > modified = False extents = 18704 free space = 254,5 Gio > free extents = 8144 reserved percent = 0 reserved space = 0 O > PVs = ['existing 118,75 Gio partition sda2 (59) with existing lvmpv', > 'existing 465,76 Gio partition sdb1 (83) with existing lvmpv'] > LVs = ['existing 153,22 Gio lvmlv vg_erwan-desktop-lv_home (92) with existing ext4 ' > 'filesystem', > 'existing 15,53 Gio lvmlv vg_erwan-desktop-lv_swap (105) with existing swap', > 'existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118) with non-existent ' > 'ext4 filesystem mounted at /'] > segment type = linear percent = 0 > VG space used = 161,25 Gio} >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_root ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118) with non-existent ext4 filesystem mounted at / >DEBUG:blivet:resolved 'vg_erwan-desktop-lv_root' to 'vg_erwan-desktop-lv_root' (lvmlv) >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 584,5 Gio lvmvg vg_erwan-desktop (68) >DEBUG:blivet:resolved 'vg_erwan-desktop' to 'vg_erwan-desktop' (lvmvg) >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 355 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 356 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 119,24 Gio disk sda (39) with existing msdos disklabel >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_root ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118) with non-existent ext4 filesystem mounted at / >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 357 >DEBUG:blivet:get_format('biosboot') returning BIOSBoot instance with object id 358 >DEBUG:blivet: DiskLabel.__init__: >INFO:blivet:DiskLabel.parted_device returning None >DEBUG:blivet:get_format('disklabel') returning DiskLabel instance with object id 359 >DEBUG:blivet:get_format('dmraidmember') returning DMRaidMember instance with object id 360 >DEBUG:blivet: Ext2FS.supported: supported: True ; >DEBUG:blivet:get_format('ext2') returning Ext2FS instance with object id 361 >DEBUG:blivet: Ext2FS.supported: supported: True ; >DEBUG:blivet: Ext3FS.supported: supported: True ; >DEBUG:blivet:get_format('ext3') returning Ext3FS instance with object id 362 >DEBUG:blivet: Ext3FS.supported: supported: True ; >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 363 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet: FATFS.supported: supported: True ; >DEBUG:blivet:get_format('vfat') returning FATFS instance with object id 364 >DEBUG:blivet: FATFS.supported: supported: True ; >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet:get_format('efi') returning EFIFS instance with object id 365 >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 366 >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('gfs2') returning GFS2 instance with object id 367 >DEBUG:blivet:get_format('jfs') returning JFS instance with object id 368 >DEBUG:blivet:get_format('reiserfs') returning ReiserFS instance with object id 369 >DEBUG:blivet: XFS.supported: supported: True ; >DEBUG:blivet:get_format('xfs') returning XFS instance with object id 370 >DEBUG:blivet: XFS.supported: supported: True ; >DEBUG:blivet: StratisXFS.supported: supported: False ; >DEBUG:blivet:get_format('stratis xfs') returning StratisXFS instance with object id 371 >DEBUG:blivet: StratisXFS.supported: supported: False ; >DEBUG:blivet: HFS.supported: supported: False ; >DEBUG:blivet:get_format('hfs') returning HFS instance with object id 372 >DEBUG:blivet: HFS.supported: supported: False ; >DEBUG:blivet: AppleBootstrapFS.supported: supported: True ; >DEBUG:blivet:get_format('appleboot') returning AppleBootstrapFS instance with object id 373 >DEBUG:blivet: AppleBootstrapFS.supported: supported: True ; >DEBUG:blivet: HFSPlus.supported: supported: False ; >DEBUG:blivet:get_format('hfs+') returning HFSPlus instance with object id 374 >DEBUG:blivet: HFSPlus.supported: supported: False ; >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 375 >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet: NTFS.supported: supported: True ; >DEBUG:blivet:get_format('ntfs') returning NTFS instance with object id 376 >DEBUG:blivet: NTFS.supported: supported: True ; >DEBUG:blivet: ExFATFS.supported: supported: False ; >DEBUG:blivet:get_format('exfat') returning ExFATFS instance with object id 377 >DEBUG:blivet: ExFATFS.supported: supported: False ; >DEBUG:blivet: F2FS.supported: supported: True ; >DEBUG:blivet:get_format('f2fs') returning F2FS instance with object id 378 >DEBUG:blivet: F2FS.supported: supported: True ; >DEBUG:blivet: NFS.supported: supported: False ; >DEBUG:blivet:get_format('nfs') returning NFS instance with object id 379 >DEBUG:blivet: NFS.supported: supported: False ; >DEBUG:blivet: NFSv4.supported: supported: False ; >DEBUG:blivet:get_format('nfs4') returning NFSv4 instance with object id 380 >DEBUG:blivet: NFSv4.supported: supported: False ; >DEBUG:blivet: Iso9660FS.supported: supported: True ; >DEBUG:blivet:get_format('iso9660') returning Iso9660FS instance with object id 381 >DEBUG:blivet: Iso9660FS.supported: supported: True ; >DEBUG:blivet: UDFFS.supported: supported: True ; >DEBUG:blivet:get_format('udf') returning UDFFS instance with object id 382 >DEBUG:blivet: UDFFS.supported: supported: True ; >DEBUG:blivet: NoDevFS.supported: supported: False ; >DEBUG:blivet:get_format('nodev') returning NoDevFS instance with object id 383 >DEBUG:blivet: NoDevFS.supported: supported: False ; >DEBUG:blivet: DevPtsFS.supported: supported: False ; >DEBUG:blivet:get_format('devpts') returning DevPtsFS instance with object id 384 >DEBUG:blivet: DevPtsFS.supported: supported: False ; >DEBUG:blivet: ProcFS.supported: supported: False ; >DEBUG:blivet:get_format('proc') returning ProcFS instance with object id 385 >DEBUG:blivet: ProcFS.supported: supported: False ; >DEBUG:blivet: SysFS.supported: supported: False ; >DEBUG:blivet:get_format('sysfs') returning SysFS instance with object id 386 >DEBUG:blivet: SysFS.supported: supported: False ; >DEBUG:blivet: TmpFS.supported: supported: True ; >DEBUG:blivet:get_format('tmpfs') returning TmpFS instance with object id 387 >DEBUG:blivet: TmpFS.supported: supported: True ; >DEBUG:blivet: BindFS.supported: supported: False ; >DEBUG:blivet:get_format('bind') returning BindFS instance with object id 388 >DEBUG:blivet: BindFS.supported: supported: False ; >DEBUG:blivet: SELinuxFS.supported: supported: False ; >DEBUG:blivet:get_format('selinuxfs') returning SELinuxFS instance with object id 389 >DEBUG:blivet: SELinuxFS.supported: supported: False ; >DEBUG:blivet: USBFS.supported: supported: False ; >DEBUG:blivet:get_format('usbfs') returning USBFS instance with object id 390 >DEBUG:blivet: USBFS.supported: supported: False ; >DEBUG:blivet: EFIVarFS.supported: supported: False ; >DEBUG:blivet:get_format('efivarfs') returning EFIVarFS instance with object id 391 >DEBUG:blivet: EFIVarFS.supported: supported: False ; >DEBUG:blivet: LUKS.__init__: >DEBUG:blivet:get_format('luks') returning LUKS instance with object id 392 >DEBUG:blivet: Integrity.__init__: >DEBUG:blivet:get_format('integrity') returning Integrity instance with object id 393 >DEBUG:blivet: LVMPhysicalVolume.__init__: >DEBUG:blivet:get_format('lvmpv') returning LVMPhysicalVolume instance with object id 394 >DEBUG:blivet: MDRaidMember.__init__: >DEBUG:blivet:get_format('mdmember') returning MDRaidMember instance with object id 395 >DEBUG:blivet: MultipathMember.__init__: >DEBUG:blivet:get_format('multipath_member') returning MultipathMember instance with object id 396 >DEBUG:blivet:get_format('prepboot') returning PPCPRePBoot instance with object id 397 >DEBUG:blivet: SwapSpace.__init__: >DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 398 >DEBUG:blivet: StratisBlockdev.__init__: >DEBUG:blivet:get_format('stratis') returning StratisBlockdev instance with object id 399 >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 400 >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet:get_format('efi') returning EFIFS instance with object id 401 >DEBUG:blivet: Ext2FS.supported: supported: True ; >DEBUG:blivet:get_format('ext2') returning Ext2FS instance with object id 402 >DEBUG:blivet: Ext3FS.supported: supported: True ; >DEBUG:blivet:get_format('ext3') returning Ext3FS instance with object id 403 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 404 >DEBUG:blivet: SwapSpace.__init__: >DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 405 >DEBUG:blivet: FATFS.supported: supported: True ; >DEBUG:blivet:get_format('vfat') returning FATFS instance with object id 406 >DEBUG:blivet: XFS.supported: supported: True ; >DEBUG:blivet:get_format('xfs') returning XFS instance with object id 407 >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_root ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118) with non-existent ext4 filesystem mounted at / >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 408 >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 584,5 Gio lvmvg vg_erwan-desktop (68) >DEBUG:blivet:vg_erwan-desktop size is 584,5 Gio >DEBUG:blivet:vg vg_erwan-desktop has 254,5 Gio free >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_root ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118) with non-existent ext4 filesystem mounted at / >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_root ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118) with non-existent ext4 filesystem mounted at / >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_root ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118) with non-existent ext4 filesystem mounted at / >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_root ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118) with non-existent ext4 filesystem mounted at / >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_root ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118) with non-existent ext4 filesystem mounted at / >DEBUG:blivet:vg_erwan-desktop size is 584,5 Gio >DEBUG:blivet:vg vg_erwan-desktop has 254,5 Gio free >DEBUG:blivet:vg_erwan-desktop size is 584,5 Gio >DEBUG:blivet:vg vg_erwan-desktop has 254,5 Gio free >DEBUG:blivet:vg_erwan-desktop size is 584,5 Gio >DEBUG:blivet:vg vg_erwan-desktop has 254,5 Gio free >DEBUG:blivet:vg_erwan-desktop size is 584,5 Gio >DEBUG:blivet:vg vg_erwan-desktop has 254,5 Gio free >DEBUG:blivet:instantiating <class 'blivet.devicefactory.LVMFactory'>: <pyanaconda.core.util.LazyObject object at 0x7f4f7b93a1d0>, [], {'device': LVMLogicalVolumeDevice instance (0x7f4f7ab45e10) -- > name = vg_erwan-desktop-lv_root status = False id = 118 > children = [] > parents = ['existing 584,5 Gio lvmvg vg_erwan-desktop (68)'] > uuid = RCReFx-EgbD-OeEo-U4Iz-3KuU-yVkf-4h6XEd size = 161,25 Gio > format = non-existent ext4 filesystem mounted at / > major = 0 minor = 0 exists = True protected = False > sysfs path = /sys/devices/virtual/block/dm-0 > target size = 161,25 Gio path = /dev/mapper/vg_erwan--desktop-lv_root > format args = [] original_format = ext4 target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4f7ac4db90) -- > name = vg_erwan-desktop status = False id = 68 > children = ['existing 153,22 Gio lvmlv vg_erwan-desktop-lv_home (92) with existing ext4 ' > 'filesystem', > 'existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118) with non-existent ' > 'ext4 filesystem mounted at /', > 'existing 15,53 Gio lvmlv vg_erwan-desktop-lv_swap (105) with existing swap'] > parents = ['existing 118,75 Gio partition sda2 (59) with existing lvmpv', > 'existing 465,76 Gio partition sdb1 (83) with existing lvmpv'] > uuid = 3vkTwN-NVSy-EPPa-TKBy-ECge-VrQq-Zq6a4s size = 584,5 Gio > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = > target size = 584,5 Gio path = /dev/vg_erwan--desktop > format args = [] original_format = None free = 254,5 Gio PE Size = 32 Mio PE Count = 18704 > PE Free = 8144 PV Count = 2 > modified = False extents = 18704 free space = 254,5 Gio > free extents = 8144 reserved percent = 0 reserved space = 0 O > PVs = ['existing 118,75 Gio partition sda2 (59) with existing lvmpv', > 'existing 465,76 Gio partition sdb1 (83) with existing lvmpv'] > LVs = ['existing 153,22 Gio lvmlv vg_erwan-desktop-lv_home (92) with existing ext4 ' > 'filesystem', > 'existing 15,53 Gio lvmlv vg_erwan-desktop-lv_swap (105) with existing swap', > 'existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118) with non-existent ' > 'ext4 filesystem mounted at /'] > segment type = linear percent = 0 > VG space used = 161,25 Gio} >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_root ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118) with non-existent ext4 filesystem mounted at / >DEBUG:blivet:resolved 'vg_erwan-desktop-lv_root' to 'vg_erwan-desktop-lv_root' (lvmlv) >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 584,5 Gio lvmvg vg_erwan-desktop (68) >DEBUG:blivet:resolved 'vg_erwan-desktop' to 'vg_erwan-desktop' (lvmvg) >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 409 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 410 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 119,24 Gio disk sda (39) with existing msdos disklabel >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_root ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118) with non-existent ext4 filesystem mounted at / >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 411 >DEBUG:blivet:get_format('biosboot') returning BIOSBoot instance with object id 412 >DEBUG:blivet: DiskLabel.__init__: >INFO:blivet:DiskLabel.parted_device returning None >DEBUG:blivet:get_format('disklabel') returning DiskLabel instance with object id 413 >DEBUG:blivet:get_format('dmraidmember') returning DMRaidMember instance with object id 414 >DEBUG:blivet: Ext2FS.supported: supported: True ; >DEBUG:blivet:get_format('ext2') returning Ext2FS instance with object id 415 >DEBUG:blivet: Ext2FS.supported: supported: True ; >DEBUG:blivet: Ext3FS.supported: supported: True ; >DEBUG:blivet:get_format('ext3') returning Ext3FS instance with object id 416 >DEBUG:blivet: Ext3FS.supported: supported: True ; >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 417 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet: FATFS.supported: supported: True ; >DEBUG:blivet:get_format('vfat') returning FATFS instance with object id 418 >DEBUG:blivet: FATFS.supported: supported: True ; >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet:get_format('efi') returning EFIFS instance with object id 419 >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 420 >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('gfs2') returning GFS2 instance with object id 421 >DEBUG:blivet:get_format('jfs') returning JFS instance with object id 422 >DEBUG:blivet:get_format('reiserfs') returning ReiserFS instance with object id 423 >DEBUG:blivet: XFS.supported: supported: True ; >DEBUG:blivet:get_format('xfs') returning XFS instance with object id 424 >DEBUG:blivet: XFS.supported: supported: True ; >DEBUG:blivet: StratisXFS.supported: supported: False ; >DEBUG:blivet:get_format('stratis xfs') returning StratisXFS instance with object id 425 >DEBUG:blivet: StratisXFS.supported: supported: False ; >DEBUG:blivet: HFS.supported: supported: False ; >DEBUG:blivet:get_format('hfs') returning HFS instance with object id 426 >DEBUG:blivet: HFS.supported: supported: False ; >DEBUG:blivet: AppleBootstrapFS.supported: supported: True ; >DEBUG:blivet:get_format('appleboot') returning AppleBootstrapFS instance with object id 427 >DEBUG:blivet: AppleBootstrapFS.supported: supported: True ; >DEBUG:blivet: HFSPlus.supported: supported: False ; >DEBUG:blivet:get_format('hfs+') returning HFSPlus instance with object id 428 >DEBUG:blivet: HFSPlus.supported: supported: False ; >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 429 >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet: NTFS.supported: supported: True ; >DEBUG:blivet:get_format('ntfs') returning NTFS instance with object id 430 >DEBUG:blivet: NTFS.supported: supported: True ; >DEBUG:blivet: ExFATFS.supported: supported: False ; >DEBUG:blivet:get_format('exfat') returning ExFATFS instance with object id 431 >DEBUG:blivet: ExFATFS.supported: supported: False ; >DEBUG:blivet: F2FS.supported: supported: True ; >DEBUG:blivet:get_format('f2fs') returning F2FS instance with object id 432 >DEBUG:blivet: F2FS.supported: supported: True ; >DEBUG:blivet: NFS.supported: supported: False ; >DEBUG:blivet:get_format('nfs') returning NFS instance with object id 433 >DEBUG:blivet: NFS.supported: supported: False ; >DEBUG:blivet: NFSv4.supported: supported: False ; >DEBUG:blivet:get_format('nfs4') returning NFSv4 instance with object id 434 >DEBUG:blivet: NFSv4.supported: supported: False ; >DEBUG:blivet: Iso9660FS.supported: supported: True ; >DEBUG:blivet:get_format('iso9660') returning Iso9660FS instance with object id 435 >DEBUG:blivet: Iso9660FS.supported: supported: True ; >DEBUG:blivet: UDFFS.supported: supported: True ; >DEBUG:blivet:get_format('udf') returning UDFFS instance with object id 436 >DEBUG:blivet: UDFFS.supported: supported: True ; >DEBUG:blivet: NoDevFS.supported: supported: False ; >DEBUG:blivet:get_format('nodev') returning NoDevFS instance with object id 437 >DEBUG:blivet: NoDevFS.supported: supported: False ; >DEBUG:blivet: DevPtsFS.supported: supported: False ; >DEBUG:blivet:get_format('devpts') returning DevPtsFS instance with object id 438 >DEBUG:blivet: DevPtsFS.supported: supported: False ; >DEBUG:blivet: ProcFS.supported: supported: False ; >DEBUG:blivet:get_format('proc') returning ProcFS instance with object id 439 >DEBUG:blivet: ProcFS.supported: supported: False ; >DEBUG:blivet: SysFS.supported: supported: False ; >DEBUG:blivet:get_format('sysfs') returning SysFS instance with object id 440 >DEBUG:blivet: SysFS.supported: supported: False ; >DEBUG:blivet: TmpFS.supported: supported: True ; >DEBUG:blivet:get_format('tmpfs') returning TmpFS instance with object id 441 >DEBUG:blivet: TmpFS.supported: supported: True ; >DEBUG:blivet: BindFS.supported: supported: False ; >DEBUG:blivet:get_format('bind') returning BindFS instance with object id 442 >DEBUG:blivet: BindFS.supported: supported: False ; >DEBUG:blivet: SELinuxFS.supported: supported: False ; >DEBUG:blivet:get_format('selinuxfs') returning SELinuxFS instance with object id 443 >DEBUG:blivet: SELinuxFS.supported: supported: False ; >DEBUG:blivet: USBFS.supported: supported: False ; >DEBUG:blivet:get_format('usbfs') returning USBFS instance with object id 444 >DEBUG:blivet: USBFS.supported: supported: False ; >DEBUG:blivet: EFIVarFS.supported: supported: False ; >DEBUG:blivet:get_format('efivarfs') returning EFIVarFS instance with object id 445 >DEBUG:blivet: EFIVarFS.supported: supported: False ; >DEBUG:blivet: LUKS.__init__: >DEBUG:blivet:get_format('luks') returning LUKS instance with object id 446 >DEBUG:blivet: Integrity.__init__: >DEBUG:blivet:get_format('integrity') returning Integrity instance with object id 447 >DEBUG:blivet: LVMPhysicalVolume.__init__: >DEBUG:blivet:get_format('lvmpv') returning LVMPhysicalVolume instance with object id 448 >DEBUG:blivet: MDRaidMember.__init__: >DEBUG:blivet:get_format('mdmember') returning MDRaidMember instance with object id 449 >DEBUG:blivet: MultipathMember.__init__: >DEBUG:blivet:get_format('multipath_member') returning MultipathMember instance with object id 450 >DEBUG:blivet:get_format('prepboot') returning PPCPRePBoot instance with object id 451 >DEBUG:blivet: SwapSpace.__init__: >DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 452 >DEBUG:blivet: StratisBlockdev.__init__: >DEBUG:blivet:get_format('stratis') returning StratisBlockdev instance with object id 453 >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 454 >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet:get_format('efi') returning EFIFS instance with object id 455 >DEBUG:blivet: Ext2FS.supported: supported: True ; >DEBUG:blivet:get_format('ext2') returning Ext2FS instance with object id 456 >DEBUG:blivet: Ext3FS.supported: supported: True ; >DEBUG:blivet:get_format('ext3') returning Ext3FS instance with object id 457 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 458 >DEBUG:blivet: SwapSpace.__init__: >DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 459 >DEBUG:blivet: FATFS.supported: supported: True ; >DEBUG:blivet:get_format('vfat') returning FATFS instance with object id 460 >DEBUG:blivet: XFS.supported: supported: True ; >DEBUG:blivet:get_format('xfs') returning XFS instance with object id 461 >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_root ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118) with non-existent ext4 filesystem mounted at / >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 462 >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 584,5 Gio lvmvg vg_erwan-desktop (68) >DEBUG:blivet:vg_erwan-desktop size is 584,5 Gio >DEBUG:blivet:vg vg_erwan-desktop has 254,5 Gio free >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 119,24 Gio disk sda (39) with existing msdos disklabel >DEBUG:blivet: DeviceTree.get_device_by_name: name: sdb ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 465,76 Gio disk sdb (73) with existing msdos disklabel >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 119,24 Gio disk sda (39) with existing msdos disklabel >DEBUG:blivet: DeviceTree.get_device_by_name: name: sdb ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 465,76 Gio disk sdb (73) with existing msdos disklabel >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_root ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118) with non-existent ext4 filesystem mounted at / >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_root ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118) with non-existent ext4 filesystem mounted at / >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_root ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118) with non-existent ext4 filesystem mounted at / >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_root ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118) with non-existent ext4 filesystem mounted at / >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_root ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118) with non-existent ext4 filesystem mounted at / >DEBUG:blivet:vg_erwan-desktop size is 584,5 Gio >DEBUG:blivet:vg vg_erwan-desktop has 254,5 Gio free >DEBUG:blivet:vg_erwan-desktop size is 584,5 Gio >DEBUG:blivet:vg vg_erwan-desktop has 254,5 Gio free >DEBUG:blivet:vg_erwan-desktop size is 584,5 Gio >DEBUG:blivet:vg vg_erwan-desktop has 254,5 Gio free >DEBUG:blivet:vg_erwan-desktop size is 584,5 Gio >DEBUG:blivet:vg vg_erwan-desktop has 254,5 Gio free >DEBUG:blivet:instantiating <class 'blivet.devicefactory.LVMFactory'>: <pyanaconda.core.util.LazyObject object at 0x7f4f7b93a1d0>, [], {'device': LVMLogicalVolumeDevice instance (0x7f4f7ab45e10) -- > name = vg_erwan-desktop-lv_root status = False id = 118 > children = [] > parents = ['existing 584,5 Gio lvmvg vg_erwan-desktop (68)'] > uuid = RCReFx-EgbD-OeEo-U4Iz-3KuU-yVkf-4h6XEd size = 161,25 Gio > format = non-existent ext4 filesystem mounted at / > major = 0 minor = 0 exists = True protected = False > sysfs path = /sys/devices/virtual/block/dm-0 > target size = 161,25 Gio path = /dev/mapper/vg_erwan--desktop-lv_root > format args = [] original_format = ext4 target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4f7ac4db90) -- > name = vg_erwan-desktop status = False id = 68 > children = ['existing 153,22 Gio lvmlv vg_erwan-desktop-lv_home (92) with existing ext4 ' > 'filesystem', > 'existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118) with non-existent ' > 'ext4 filesystem mounted at /', > 'existing 15,53 Gio lvmlv vg_erwan-desktop-lv_swap (105) with existing swap'] > parents = ['existing 118,75 Gio partition sda2 (59) with existing lvmpv', > 'existing 465,76 Gio partition sdb1 (83) with existing lvmpv'] > uuid = 3vkTwN-NVSy-EPPa-TKBy-ECge-VrQq-Zq6a4s size = 584,5 Gio > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = > target size = 584,5 Gio path = /dev/vg_erwan--desktop > format args = [] original_format = None free = 254,5 Gio PE Size = 32 Mio PE Count = 18704 > PE Free = 8144 PV Count = 2 > modified = False extents = 18704 free space = 254,5 Gio > free extents = 8144 reserved percent = 0 reserved space = 0 O > PVs = ['existing 118,75 Gio partition sda2 (59) with existing lvmpv', > 'existing 465,76 Gio partition sdb1 (83) with existing lvmpv'] > LVs = ['existing 153,22 Gio lvmlv vg_erwan-desktop-lv_home (92) with existing ext4 ' > 'filesystem', > 'existing 15,53 Gio lvmlv vg_erwan-desktop-lv_swap (105) with existing swap', > 'existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118) with non-existent ' > 'ext4 filesystem mounted at /'] > segment type = linear percent = 0 > VG space used = 161,25 Gio} >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_root ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118) with non-existent ext4 filesystem mounted at / >DEBUG:blivet:resolved 'vg_erwan-desktop-lv_root' to 'vg_erwan-desktop-lv_root' (lvmlv) >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 584,5 Gio lvmvg vg_erwan-desktop (68) >DEBUG:blivet:resolved 'vg_erwan-desktop' to 'vg_erwan-desktop' (lvmvg) >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 463 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 464 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 119,24 Gio disk sda (39) with existing msdos disklabel >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_root ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118) with non-existent ext4 filesystem mounted at / >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 465 >DEBUG:blivet:get_format('biosboot') returning BIOSBoot instance with object id 466 >DEBUG:blivet: DiskLabel.__init__: >INFO:blivet:DiskLabel.parted_device returning None >DEBUG:blivet:get_format('disklabel') returning DiskLabel instance with object id 467 >DEBUG:blivet:get_format('dmraidmember') returning DMRaidMember instance with object id 468 >DEBUG:blivet: Ext2FS.supported: supported: True ; >DEBUG:blivet:get_format('ext2') returning Ext2FS instance with object id 469 >DEBUG:blivet: Ext2FS.supported: supported: True ; >DEBUG:blivet: Ext3FS.supported: supported: True ; >DEBUG:blivet:get_format('ext3') returning Ext3FS instance with object id 470 >DEBUG:blivet: Ext3FS.supported: supported: True ; >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 471 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet: FATFS.supported: supported: True ; >DEBUG:blivet:get_format('vfat') returning FATFS instance with object id 472 >DEBUG:blivet: FATFS.supported: supported: True ; >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet:get_format('efi') returning EFIFS instance with object id 473 >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 474 >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('gfs2') returning GFS2 instance with object id 475 >DEBUG:blivet:get_format('jfs') returning JFS instance with object id 476 >DEBUG:blivet:get_format('reiserfs') returning ReiserFS instance with object id 477 >DEBUG:blivet: XFS.supported: supported: True ; >DEBUG:blivet:get_format('xfs') returning XFS instance with object id 478 >DEBUG:blivet: XFS.supported: supported: True ; >DEBUG:blivet: StratisXFS.supported: supported: False ; >DEBUG:blivet:get_format('stratis xfs') returning StratisXFS instance with object id 479 >DEBUG:blivet: StratisXFS.supported: supported: False ; >DEBUG:blivet: HFS.supported: supported: False ; >DEBUG:blivet:get_format('hfs') returning HFS instance with object id 480 >DEBUG:blivet: HFS.supported: supported: False ; >DEBUG:blivet: AppleBootstrapFS.supported: supported: True ; >DEBUG:blivet:get_format('appleboot') returning AppleBootstrapFS instance with object id 481 >DEBUG:blivet: AppleBootstrapFS.supported: supported: True ; >DEBUG:blivet: HFSPlus.supported: supported: False ; >DEBUG:blivet:get_format('hfs+') returning HFSPlus instance with object id 482 >DEBUG:blivet: HFSPlus.supported: supported: False ; >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 483 >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet: NTFS.supported: supported: True ; >DEBUG:blivet:get_format('ntfs') returning NTFS instance with object id 484 >DEBUG:blivet: NTFS.supported: supported: True ; >DEBUG:blivet: ExFATFS.supported: supported: False ; >DEBUG:blivet:get_format('exfat') returning ExFATFS instance with object id 485 >DEBUG:blivet: ExFATFS.supported: supported: False ; >DEBUG:blivet: F2FS.supported: supported: True ; >DEBUG:blivet:get_format('f2fs') returning F2FS instance with object id 486 >DEBUG:blivet: F2FS.supported: supported: True ; >DEBUG:blivet: NFS.supported: supported: False ; >DEBUG:blivet:get_format('nfs') returning NFS instance with object id 487 >DEBUG:blivet: NFS.supported: supported: False ; >DEBUG:blivet: NFSv4.supported: supported: False ; >DEBUG:blivet:get_format('nfs4') returning NFSv4 instance with object id 488 >DEBUG:blivet: NFSv4.supported: supported: False ; >DEBUG:blivet: Iso9660FS.supported: supported: True ; >DEBUG:blivet:get_format('iso9660') returning Iso9660FS instance with object id 489 >DEBUG:blivet: Iso9660FS.supported: supported: True ; >DEBUG:blivet: UDFFS.supported: supported: True ; >DEBUG:blivet:get_format('udf') returning UDFFS instance with object id 490 >DEBUG:blivet: UDFFS.supported: supported: True ; >DEBUG:blivet: NoDevFS.supported: supported: False ; >DEBUG:blivet:get_format('nodev') returning NoDevFS instance with object id 491 >DEBUG:blivet: NoDevFS.supported: supported: False ; >DEBUG:blivet: DevPtsFS.supported: supported: False ; >DEBUG:blivet:get_format('devpts') returning DevPtsFS instance with object id 492 >DEBUG:blivet: DevPtsFS.supported: supported: False ; >DEBUG:blivet: ProcFS.supported: supported: False ; >DEBUG:blivet:get_format('proc') returning ProcFS instance with object id 493 >DEBUG:blivet: ProcFS.supported: supported: False ; >DEBUG:blivet: SysFS.supported: supported: False ; >DEBUG:blivet:get_format('sysfs') returning SysFS instance with object id 494 >DEBUG:blivet: SysFS.supported: supported: False ; >DEBUG:blivet: TmpFS.supported: supported: True ; >DEBUG:blivet:get_format('tmpfs') returning TmpFS instance with object id 495 >DEBUG:blivet: TmpFS.supported: supported: True ; >DEBUG:blivet: BindFS.supported: supported: False ; >DEBUG:blivet:get_format('bind') returning BindFS instance with object id 496 >DEBUG:blivet: BindFS.supported: supported: False ; >DEBUG:blivet: SELinuxFS.supported: supported: False ; >DEBUG:blivet:get_format('selinuxfs') returning SELinuxFS instance with object id 497 >DEBUG:blivet: SELinuxFS.supported: supported: False ; >DEBUG:blivet: USBFS.supported: supported: False ; >DEBUG:blivet:get_format('usbfs') returning USBFS instance with object id 498 >DEBUG:blivet: USBFS.supported: supported: False ; >DEBUG:blivet: EFIVarFS.supported: supported: False ; >DEBUG:blivet:get_format('efivarfs') returning EFIVarFS instance with object id 499 >DEBUG:blivet: EFIVarFS.supported: supported: False ; >DEBUG:blivet: LUKS.__init__: >DEBUG:blivet:get_format('luks') returning LUKS instance with object id 500 >DEBUG:blivet: Integrity.__init__: >DEBUG:blivet:get_format('integrity') returning Integrity instance with object id 501 >DEBUG:blivet: LVMPhysicalVolume.__init__: >DEBUG:blivet:get_format('lvmpv') returning LVMPhysicalVolume instance with object id 502 >DEBUG:blivet: MDRaidMember.__init__: >DEBUG:blivet:get_format('mdmember') returning MDRaidMember instance with object id 503 >DEBUG:blivet: MultipathMember.__init__: >DEBUG:blivet:get_format('multipath_member') returning MultipathMember instance with object id 504 >DEBUG:blivet:get_format('prepboot') returning PPCPRePBoot instance with object id 505 >DEBUG:blivet: SwapSpace.__init__: >DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 506 >DEBUG:blivet: StratisBlockdev.__init__: >DEBUG:blivet:get_format('stratis') returning StratisBlockdev instance with object id 507 >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 508 >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet:get_format('efi') returning EFIFS instance with object id 509 >DEBUG:blivet: Ext2FS.supported: supported: True ; >DEBUG:blivet:get_format('ext2') returning Ext2FS instance with object id 510 >DEBUG:blivet: Ext3FS.supported: supported: True ; >DEBUG:blivet:get_format('ext3') returning Ext3FS instance with object id 511 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 512 >DEBUG:blivet: SwapSpace.__init__: >DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 513 >DEBUG:blivet: FATFS.supported: supported: True ; >DEBUG:blivet:get_format('vfat') returning FATFS instance with object id 514 >DEBUG:blivet: XFS.supported: supported: True ; >DEBUG:blivet:get_format('xfs') returning XFS instance with object id 515 >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_root ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118) with non-existent ext4 filesystem mounted at / >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 516 >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 584,5 Gio lvmvg vg_erwan-desktop (68) >DEBUG:blivet:vg_erwan-desktop size is 584,5 Gio >DEBUG:blivet:vg vg_erwan-desktop has 254,5 Gio free >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_home ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 153,22 Gio lvmlv vg_erwan-desktop-lv_home (92) with existing ext4 filesystem >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_home ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 153,22 Gio lvmlv vg_erwan-desktop-lv_home (92) with existing ext4 filesystem >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_home ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 153,22 Gio lvmlv vg_erwan-desktop-lv_home (92) with existing ext4 filesystem >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_home ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 153,22 Gio lvmlv vg_erwan-desktop-lv_home (92) with existing ext4 filesystem >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_home ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 153,22 Gio lvmlv vg_erwan-desktop-lv_home (92) with existing ext4 filesystem >DEBUG:blivet:vg_erwan-desktop size is 584,5 Gio >DEBUG:blivet:vg vg_erwan-desktop has 254,5 Gio free >DEBUG:blivet:vg_erwan-desktop size is 584,5 Gio >DEBUG:blivet:vg vg_erwan-desktop has 254,5 Gio free >DEBUG:blivet:vg_erwan-desktop size is 584,5 Gio >DEBUG:blivet:vg vg_erwan-desktop has 254,5 Gio free >DEBUG:blivet:vg_erwan-desktop size is 584,5 Gio >DEBUG:blivet:vg vg_erwan-desktop has 254,5 Gio free >DEBUG:blivet:instantiating <class 'blivet.devicefactory.LVMFactory'>: <pyanaconda.core.util.LazyObject object at 0x7f4f7b93a1d0>, [], {'device': LVMLogicalVolumeDevice instance (0x7f4f7ac4ca10) -- > name = vg_erwan-desktop-lv_home status = False id = 92 > children = [] > parents = ['existing 584,5 Gio lvmvg vg_erwan-desktop (68)'] > uuid = 98PR9l-8Dg8-ub0Q-zrpU-TFVY-xgRw-2BiiZ2 size = 153,22 Gio > format = existing ext4 filesystem > major = 0 minor = 0 exists = True protected = False > sysfs path = /sys/devices/virtual/block/dm-0 > target size = 153,22 Gio path = /dev/mapper/vg_erwan--desktop-lv_home > format args = [] original_format = ext4 target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4f7ac4db90) -- > name = vg_erwan-desktop status = False id = 68 > children = ['existing 153,22 Gio lvmlv vg_erwan-desktop-lv_home (92) with existing ext4 ' > 'filesystem', > 'existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118) with non-existent ' > 'ext4 filesystem mounted at /', > 'existing 15,53 Gio lvmlv vg_erwan-desktop-lv_swap (105) with existing swap'] > parents = ['existing 118,75 Gio partition sda2 (59) with existing lvmpv', > 'existing 465,76 Gio partition sdb1 (83) with existing lvmpv'] > uuid = 3vkTwN-NVSy-EPPa-TKBy-ECge-VrQq-Zq6a4s size = 584,5 Gio > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = > target size = 584,5 Gio path = /dev/vg_erwan--desktop > format args = [] original_format = None free = 254,5 Gio PE Size = 32 Mio PE Count = 18704 > PE Free = 8144 PV Count = 2 > modified = False extents = 18704 free space = 254,5 Gio > free extents = 8144 reserved percent = 0 reserved space = 0 O > PVs = ['existing 118,75 Gio partition sda2 (59) with existing lvmpv', > 'existing 465,76 Gio partition sdb1 (83) with existing lvmpv'] > LVs = ['existing 153,22 Gio lvmlv vg_erwan-desktop-lv_home (92) with existing ext4 ' > 'filesystem', > 'existing 15,53 Gio lvmlv vg_erwan-desktop-lv_swap (105) with existing swap', > 'existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118) with non-existent ' > 'ext4 filesystem mounted at /'] > segment type = linear percent = 0 > VG space used = 153,22 Gio} >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_home ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 153,22 Gio lvmlv vg_erwan-desktop-lv_home (92) with existing ext4 filesystem >DEBUG:blivet:resolved 'vg_erwan-desktop-lv_home' to 'vg_erwan-desktop-lv_home' (lvmlv) >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 584,5 Gio lvmvg vg_erwan-desktop (68) >DEBUG:blivet:resolved 'vg_erwan-desktop' to 'vg_erwan-desktop' (lvmvg) >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 517 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 518 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 119,24 Gio disk sda (39) with existing msdos disklabel >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_home ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 153,22 Gio lvmlv vg_erwan-desktop-lv_home (92) with existing ext4 filesystem >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 519 >DEBUG:blivet:get_format('biosboot') returning BIOSBoot instance with object id 520 >DEBUG:blivet: DiskLabel.__init__: >INFO:blivet:DiskLabel.parted_device returning None >DEBUG:blivet:get_format('disklabel') returning DiskLabel instance with object id 521 >DEBUG:blivet:get_format('dmraidmember') returning DMRaidMember instance with object id 522 >DEBUG:blivet: Ext2FS.supported: supported: True ; >DEBUG:blivet:get_format('ext2') returning Ext2FS instance with object id 523 >DEBUG:blivet: Ext2FS.supported: supported: True ; >DEBUG:blivet: Ext3FS.supported: supported: True ; >DEBUG:blivet:get_format('ext3') returning Ext3FS instance with object id 524 >DEBUG:blivet: Ext3FS.supported: supported: True ; >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 525 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet: FATFS.supported: supported: True ; >DEBUG:blivet:get_format('vfat') returning FATFS instance with object id 526 >DEBUG:blivet: FATFS.supported: supported: True ; >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet:get_format('efi') returning EFIFS instance with object id 527 >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 528 >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('gfs2') returning GFS2 instance with object id 529 >DEBUG:blivet:get_format('jfs') returning JFS instance with object id 530 >DEBUG:blivet:get_format('reiserfs') returning ReiserFS instance with object id 531 >DEBUG:blivet: XFS.supported: supported: True ; >DEBUG:blivet:get_format('xfs') returning XFS instance with object id 532 >DEBUG:blivet: XFS.supported: supported: True ; >DEBUG:blivet: StratisXFS.supported: supported: False ; >DEBUG:blivet:get_format('stratis xfs') returning StratisXFS instance with object id 533 >DEBUG:blivet: StratisXFS.supported: supported: False ; >DEBUG:blivet: HFS.supported: supported: False ; >DEBUG:blivet:get_format('hfs') returning HFS instance with object id 534 >DEBUG:blivet: HFS.supported: supported: False ; >DEBUG:blivet: AppleBootstrapFS.supported: supported: True ; >DEBUG:blivet:get_format('appleboot') returning AppleBootstrapFS instance with object id 535 >DEBUG:blivet: AppleBootstrapFS.supported: supported: True ; >DEBUG:blivet: HFSPlus.supported: supported: False ; >DEBUG:blivet:get_format('hfs+') returning HFSPlus instance with object id 536 >DEBUG:blivet: HFSPlus.supported: supported: False ; >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 537 >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet: NTFS.supported: supported: True ; >DEBUG:blivet:get_format('ntfs') returning NTFS instance with object id 538 >DEBUG:blivet: NTFS.supported: supported: True ; >DEBUG:blivet: ExFATFS.supported: supported: False ; >DEBUG:blivet:get_format('exfat') returning ExFATFS instance with object id 539 >DEBUG:blivet: ExFATFS.supported: supported: False ; >DEBUG:blivet: F2FS.supported: supported: True ; >DEBUG:blivet:get_format('f2fs') returning F2FS instance with object id 540 >DEBUG:blivet: F2FS.supported: supported: True ; >DEBUG:blivet: NFS.supported: supported: False ; >DEBUG:blivet:get_format('nfs') returning NFS instance with object id 541 >DEBUG:blivet: NFS.supported: supported: False ; >DEBUG:blivet: NFSv4.supported: supported: False ; >DEBUG:blivet:get_format('nfs4') returning NFSv4 instance with object id 542 >DEBUG:blivet: NFSv4.supported: supported: False ; >DEBUG:blivet: Iso9660FS.supported: supported: True ; >DEBUG:blivet:get_format('iso9660') returning Iso9660FS instance with object id 543 >DEBUG:blivet: Iso9660FS.supported: supported: True ; >DEBUG:blivet: UDFFS.supported: supported: True ; >DEBUG:blivet:get_format('udf') returning UDFFS instance with object id 544 >DEBUG:blivet: UDFFS.supported: supported: True ; >DEBUG:blivet: NoDevFS.supported: supported: False ; >DEBUG:blivet:get_format('nodev') returning NoDevFS instance with object id 545 >DEBUG:blivet: NoDevFS.supported: supported: False ; >DEBUG:blivet: DevPtsFS.supported: supported: False ; >DEBUG:blivet:get_format('devpts') returning DevPtsFS instance with object id 546 >DEBUG:blivet: DevPtsFS.supported: supported: False ; >DEBUG:blivet: ProcFS.supported: supported: False ; >DEBUG:blivet:get_format('proc') returning ProcFS instance with object id 547 >DEBUG:blivet: ProcFS.supported: supported: False ; >DEBUG:blivet: SysFS.supported: supported: False ; >DEBUG:blivet:get_format('sysfs') returning SysFS instance with object id 548 >DEBUG:blivet: SysFS.supported: supported: False ; >DEBUG:blivet: TmpFS.supported: supported: True ; >DEBUG:blivet:get_format('tmpfs') returning TmpFS instance with object id 549 >DEBUG:blivet: TmpFS.supported: supported: True ; >DEBUG:blivet: BindFS.supported: supported: False ; >DEBUG:blivet:get_format('bind') returning BindFS instance with object id 550 >DEBUG:blivet: BindFS.supported: supported: False ; >DEBUG:blivet: SELinuxFS.supported: supported: False ; >DEBUG:blivet:get_format('selinuxfs') returning SELinuxFS instance with object id 551 >DEBUG:blivet: SELinuxFS.supported: supported: False ; >DEBUG:blivet: USBFS.supported: supported: False ; >DEBUG:blivet:get_format('usbfs') returning USBFS instance with object id 552 >DEBUG:blivet: USBFS.supported: supported: False ; >DEBUG:blivet: EFIVarFS.supported: supported: False ; >DEBUG:blivet:get_format('efivarfs') returning EFIVarFS instance with object id 553 >DEBUG:blivet: EFIVarFS.supported: supported: False ; >DEBUG:blivet: LUKS.__init__: >DEBUG:blivet:get_format('luks') returning LUKS instance with object id 554 >DEBUG:blivet: Integrity.__init__: >DEBUG:blivet:get_format('integrity') returning Integrity instance with object id 555 >DEBUG:blivet: LVMPhysicalVolume.__init__: >DEBUG:blivet:get_format('lvmpv') returning LVMPhysicalVolume instance with object id 556 >DEBUG:blivet: MDRaidMember.__init__: >DEBUG:blivet:get_format('mdmember') returning MDRaidMember instance with object id 557 >DEBUG:blivet: MultipathMember.__init__: >DEBUG:blivet:get_format('multipath_member') returning MultipathMember instance with object id 558 >DEBUG:blivet:get_format('prepboot') returning PPCPRePBoot instance with object id 559 >DEBUG:blivet: SwapSpace.__init__: >DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 560 >DEBUG:blivet: StratisBlockdev.__init__: >DEBUG:blivet:get_format('stratis') returning StratisBlockdev instance with object id 561 >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 562 >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet:get_format('efi') returning EFIFS instance with object id 563 >DEBUG:blivet: Ext2FS.supported: supported: True ; >DEBUG:blivet:get_format('ext2') returning Ext2FS instance with object id 564 >DEBUG:blivet: Ext3FS.supported: supported: True ; >DEBUG:blivet:get_format('ext3') returning Ext3FS instance with object id 565 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 566 >DEBUG:blivet: SwapSpace.__init__: >DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 567 >DEBUG:blivet: FATFS.supported: supported: True ; >DEBUG:blivet:get_format('vfat') returning FATFS instance with object id 568 >DEBUG:blivet: XFS.supported: supported: True ; >DEBUG:blivet:get_format('xfs') returning XFS instance with object id 569 >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_home ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 153,22 Gio lvmlv vg_erwan-desktop-lv_home (92) with existing ext4 filesystem >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 570 >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 584,5 Gio lvmvg vg_erwan-desktop (68) >DEBUG:blivet:vg_erwan-desktop size is 584,5 Gio >DEBUG:blivet:vg vg_erwan-desktop has 254,5 Gio free >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_home ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 153,22 Gio lvmlv vg_erwan-desktop-lv_home (92) with existing ext4 filesystem >DEBUG:blivet:resolved 'vg_erwan-desktop-lv_home' to 'vg_erwan-desktop-lv_home' (lvmlv) >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 571 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 572 >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_home ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 153,22 Gio lvmlv vg_erwan-desktop-lv_home (92) with existing ext4 filesystem >DEBUG:anaconda.modules.storage.partitioning.interactive.change_device:Change device: DeviceFactoryRequest(container_encrypted=False, container_name='vg_erwan-desktop', container_raid_level='', container_size_policy=127506841600, container_spec='vg_erwan-desktop', device_encrypted=False, device_name='lv_home', device_raid_level='', device_size=164517380096, device_spec='vg_erwan-desktop-lv_home', device_type=0, disks=['sda', 'sdb'], format_type='ext4', label='', luks_version='', mount_point='/home', reformat=False) >DEBUG:anaconda.modules.storage.partitioning.interactive.change_device:Modifying an existing device. >DEBUG:anaconda.modules.storage.partitioning.interactive.change_device:Reverting device reformat. >DEBUG:anaconda.modules.storage.partitioning.interactive.utils:Nothing to revert for vg_erwan-desktop-lv_home. >DEBUG:anaconda.modules.storage.partitioning.interactive.change_device:Changing device mount point: /home >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 573 >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:0/block/sdd ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:0/block/sdd/size: 300a >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:1/block/sde ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:1/block/sde/size: 300a >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:2/block/sdf ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:2/block/sdf/size: 300a >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:3/block/sdg ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:3/block/sdg/size: 300a >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:4/block/sdh ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:4/block/sdh/size: 300a >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_root ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118) with non-existent ext4 filesystem mounted at / >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_root ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118) with non-existent ext4 filesystem mounted at / >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_home ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 153,22 Gio lvmlv vg_erwan-desktop-lv_home (92) with existing ext4 filesystem mounted at /home >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_home ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 153,22 Gio lvmlv vg_erwan-desktop-lv_home (92) with existing ext4 filesystem mounted at /home >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda1 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 500 Mio partition sda1 (49) with existing ext4 filesystem >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda1 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 500 Mio partition sda1 (49) with existing ext4 filesystem >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_home ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 153,22 Gio lvmlv vg_erwan-desktop-lv_home (92) with existing ext4 filesystem mounted at /home >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_home ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 153,22 Gio lvmlv vg_erwan-desktop-lv_home (92) with existing ext4 filesystem mounted at /home >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_swap ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 15,53 Gio lvmlv vg_erwan-desktop-lv_swap (105) with existing swap >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_swap ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 15,53 Gio lvmlv vg_erwan-desktop-lv_swap (105) with existing swap >DEBUG:blivet: DeviceTree.get_device_by_name: name: sdc ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 3,83 Gio disk sdc (4) with existing iso9660 filesystem >DEBUG:blivet: DeviceTree.get_device_by_name: name: sdc ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 3,83 Gio disk sdc (4) with existing iso9660 filesystem >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_root ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118) with non-existent ext4 filesystem mounted at / >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_root ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118) with non-existent ext4 filesystem mounted at / >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_root ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118) with non-existent ext4 filesystem mounted at / >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_root ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118) with non-existent ext4 filesystem mounted at / >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_root ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118) with non-existent ext4 filesystem mounted at / >DEBUG:blivet:vg_erwan-desktop size is 584,5 Gio >DEBUG:blivet:vg vg_erwan-desktop has 254,5 Gio free >DEBUG:blivet:vg_erwan-desktop size is 584,5 Gio >DEBUG:blivet:vg vg_erwan-desktop has 254,5 Gio free >DEBUG:blivet:vg_erwan-desktop size is 584,5 Gio >DEBUG:blivet:vg vg_erwan-desktop has 254,5 Gio free >DEBUG:blivet:vg_erwan-desktop size is 584,5 Gio >DEBUG:blivet:vg vg_erwan-desktop has 254,5 Gio free >DEBUG:blivet:instantiating <class 'blivet.devicefactory.LVMFactory'>: <pyanaconda.core.util.LazyObject object at 0x7f4f7b93a1d0>, [], {'device': LVMLogicalVolumeDevice instance (0x7f4f7ab45e10) -- > name = vg_erwan-desktop-lv_root status = False id = 118 > children = [] > parents = ['existing 584,5 Gio lvmvg vg_erwan-desktop (68)'] > uuid = RCReFx-EgbD-OeEo-U4Iz-3KuU-yVkf-4h6XEd size = 161,25 Gio > format = non-existent ext4 filesystem mounted at / > major = 0 minor = 0 exists = True protected = False > sysfs path = /sys/devices/virtual/block/dm-0 > target size = 161,25 Gio path = /dev/mapper/vg_erwan--desktop-lv_root > format args = [] original_format = ext4 target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4f7ac4db90) -- > name = vg_erwan-desktop status = False id = 68 > children = ['existing 153,22 Gio lvmlv vg_erwan-desktop-lv_home (92) with existing ext4 ' > 'filesystem mounted at /home', > 'existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118) with non-existent ' > 'ext4 filesystem mounted at /', > 'existing 15,53 Gio lvmlv vg_erwan-desktop-lv_swap (105) with existing swap'] > parents = ['existing 118,75 Gio partition sda2 (59) with existing lvmpv', > 'existing 465,76 Gio partition sdb1 (83) with existing lvmpv'] > uuid = 3vkTwN-NVSy-EPPa-TKBy-ECge-VrQq-Zq6a4s size = 584,5 Gio > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = > target size = 584,5 Gio path = /dev/vg_erwan--desktop > format args = [] original_format = None free = 254,5 Gio PE Size = 32 Mio PE Count = 18704 > PE Free = 8144 PV Count = 2 > modified = False extents = 18704 free space = 254,5 Gio > free extents = 8144 reserved percent = 0 reserved space = 0 O > PVs = ['existing 118,75 Gio partition sda2 (59) with existing lvmpv', > 'existing 465,76 Gio partition sdb1 (83) with existing lvmpv'] > LVs = ['existing 153,22 Gio lvmlv vg_erwan-desktop-lv_home (92) with existing ext4 ' > 'filesystem mounted at /home', > 'existing 15,53 Gio lvmlv vg_erwan-desktop-lv_swap (105) with existing swap', > 'existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118) with non-existent ' > 'ext4 filesystem mounted at /'] > segment type = linear percent = 0 > VG space used = 161,25 Gio} >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_root ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118) with non-existent ext4 filesystem mounted at / >DEBUG:blivet:resolved 'vg_erwan-desktop-lv_root' to 'vg_erwan-desktop-lv_root' (lvmlv) >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 584,5 Gio lvmvg vg_erwan-desktop (68) >DEBUG:blivet:resolved 'vg_erwan-desktop' to 'vg_erwan-desktop' (lvmvg) >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 574 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 575 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 119,24 Gio disk sda (39) with existing msdos disklabel >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_root ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118) with non-existent ext4 filesystem mounted at / >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 576 >DEBUG:blivet:get_format('biosboot') returning BIOSBoot instance with object id 577 >DEBUG:blivet: DiskLabel.__init__: >INFO:blivet:DiskLabel.parted_device returning None >DEBUG:blivet:get_format('disklabel') returning DiskLabel instance with object id 578 >DEBUG:blivet:get_format('dmraidmember') returning DMRaidMember instance with object id 579 >DEBUG:blivet: Ext2FS.supported: supported: True ; >DEBUG:blivet:get_format('ext2') returning Ext2FS instance with object id 580 >DEBUG:blivet: Ext2FS.supported: supported: True ; >DEBUG:blivet: Ext3FS.supported: supported: True ; >DEBUG:blivet:get_format('ext3') returning Ext3FS instance with object id 581 >DEBUG:blivet: Ext3FS.supported: supported: True ; >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 582 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet: FATFS.supported: supported: True ; >DEBUG:blivet:get_format('vfat') returning FATFS instance with object id 583 >DEBUG:blivet: FATFS.supported: supported: True ; >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet:get_format('efi') returning EFIFS instance with object id 584 >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 585 >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('gfs2') returning GFS2 instance with object id 586 >DEBUG:blivet:get_format('jfs') returning JFS instance with object id 587 >DEBUG:blivet:get_format('reiserfs') returning ReiserFS instance with object id 588 >DEBUG:blivet: XFS.supported: supported: True ; >DEBUG:blivet:get_format('xfs') returning XFS instance with object id 589 >DEBUG:blivet: XFS.supported: supported: True ; >DEBUG:blivet: StratisXFS.supported: supported: False ; >DEBUG:blivet:get_format('stratis xfs') returning StratisXFS instance with object id 590 >DEBUG:blivet: StratisXFS.supported: supported: False ; >DEBUG:blivet: HFS.supported: supported: False ; >DEBUG:blivet:get_format('hfs') returning HFS instance with object id 591 >DEBUG:blivet: HFS.supported: supported: False ; >DEBUG:blivet: AppleBootstrapFS.supported: supported: True ; >DEBUG:blivet:get_format('appleboot') returning AppleBootstrapFS instance with object id 592 >DEBUG:blivet: AppleBootstrapFS.supported: supported: True ; >DEBUG:blivet: HFSPlus.supported: supported: False ; >DEBUG:blivet:get_format('hfs+') returning HFSPlus instance with object id 593 >DEBUG:blivet: HFSPlus.supported: supported: False ; >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 594 >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet: NTFS.supported: supported: True ; >DEBUG:blivet:get_format('ntfs') returning NTFS instance with object id 595 >DEBUG:blivet: NTFS.supported: supported: True ; >DEBUG:blivet: ExFATFS.supported: supported: False ; >DEBUG:blivet:get_format('exfat') returning ExFATFS instance with object id 596 >DEBUG:blivet: ExFATFS.supported: supported: False ; >DEBUG:blivet: F2FS.supported: supported: True ; >DEBUG:blivet:get_format('f2fs') returning F2FS instance with object id 597 >DEBUG:blivet: F2FS.supported: supported: True ; >DEBUG:blivet: NFS.supported: supported: False ; >DEBUG:blivet:get_format('nfs') returning NFS instance with object id 598 >DEBUG:blivet: NFS.supported: supported: False ; >DEBUG:blivet: NFSv4.supported: supported: False ; >DEBUG:blivet:get_format('nfs4') returning NFSv4 instance with object id 599 >DEBUG:blivet: NFSv4.supported: supported: False ; >DEBUG:blivet: Iso9660FS.supported: supported: True ; >DEBUG:blivet:get_format('iso9660') returning Iso9660FS instance with object id 600 >DEBUG:blivet: Iso9660FS.supported: supported: True ; >DEBUG:blivet: UDFFS.supported: supported: True ; >DEBUG:blivet:get_format('udf') returning UDFFS instance with object id 601 >DEBUG:blivet: UDFFS.supported: supported: True ; >DEBUG:blivet: NoDevFS.supported: supported: False ; >DEBUG:blivet:get_format('nodev') returning NoDevFS instance with object id 602 >DEBUG:blivet: NoDevFS.supported: supported: False ; >DEBUG:blivet: DevPtsFS.supported: supported: False ; >DEBUG:blivet:get_format('devpts') returning DevPtsFS instance with object id 603 >DEBUG:blivet: DevPtsFS.supported: supported: False ; >DEBUG:blivet: ProcFS.supported: supported: False ; >DEBUG:blivet:get_format('proc') returning ProcFS instance with object id 604 >DEBUG:blivet: ProcFS.supported: supported: False ; >DEBUG:blivet: SysFS.supported: supported: False ; >DEBUG:blivet:get_format('sysfs') returning SysFS instance with object id 605 >DEBUG:blivet: SysFS.supported: supported: False ; >DEBUG:blivet: TmpFS.supported: supported: True ; >DEBUG:blivet:get_format('tmpfs') returning TmpFS instance with object id 606 >DEBUG:blivet: TmpFS.supported: supported: True ; >DEBUG:blivet: BindFS.supported: supported: False ; >DEBUG:blivet:get_format('bind') returning BindFS instance with object id 607 >DEBUG:blivet: BindFS.supported: supported: False ; >DEBUG:blivet: SELinuxFS.supported: supported: False ; >DEBUG:blivet:get_format('selinuxfs') returning SELinuxFS instance with object id 608 >DEBUG:blivet: SELinuxFS.supported: supported: False ; >DEBUG:blivet: USBFS.supported: supported: False ; >DEBUG:blivet:get_format('usbfs') returning USBFS instance with object id 609 >DEBUG:blivet: USBFS.supported: supported: False ; >DEBUG:blivet: EFIVarFS.supported: supported: False ; >DEBUG:blivet:get_format('efivarfs') returning EFIVarFS instance with object id 610 >DEBUG:blivet: EFIVarFS.supported: supported: False ; >DEBUG:blivet: LUKS.__init__: >DEBUG:blivet:get_format('luks') returning LUKS instance with object id 611 >DEBUG:blivet: Integrity.__init__: >DEBUG:blivet:get_format('integrity') returning Integrity instance with object id 612 >DEBUG:blivet: LVMPhysicalVolume.__init__: >DEBUG:blivet:get_format('lvmpv') returning LVMPhysicalVolume instance with object id 613 >DEBUG:blivet: MDRaidMember.__init__: >DEBUG:blivet:get_format('mdmember') returning MDRaidMember instance with object id 614 >DEBUG:blivet: MultipathMember.__init__: >DEBUG:blivet:get_format('multipath_member') returning MultipathMember instance with object id 615 >DEBUG:blivet:get_format('prepboot') returning PPCPRePBoot instance with object id 616 >DEBUG:blivet: SwapSpace.__init__: >DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 617 >DEBUG:blivet: StratisBlockdev.__init__: >DEBUG:blivet:get_format('stratis') returning StratisBlockdev instance with object id 618 >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 619 >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet:get_format('efi') returning EFIFS instance with object id 620 >DEBUG:blivet: Ext2FS.supported: supported: True ; >DEBUG:blivet:get_format('ext2') returning Ext2FS instance with object id 621 >DEBUG:blivet: Ext3FS.supported: supported: True ; >DEBUG:blivet:get_format('ext3') returning Ext3FS instance with object id 622 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 623 >DEBUG:blivet: SwapSpace.__init__: >DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 624 >DEBUG:blivet: FATFS.supported: supported: True ; >DEBUG:blivet:get_format('vfat') returning FATFS instance with object id 625 >DEBUG:blivet: XFS.supported: supported: True ; >DEBUG:blivet:get_format('xfs') returning XFS instance with object id 626 >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_root ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118) with non-existent ext4 filesystem mounted at / >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 627 >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 584,5 Gio lvmvg vg_erwan-desktop (68) >DEBUG:blivet:vg_erwan-desktop size is 584,5 Gio >DEBUG:blivet:vg vg_erwan-desktop has 254,5 Gio free >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_home ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 153,22 Gio lvmlv vg_erwan-desktop-lv_home (92) with existing ext4 filesystem mounted at /home >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_home ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 153,22 Gio lvmlv vg_erwan-desktop-lv_home (92) with existing ext4 filesystem mounted at /home >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_home ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 153,22 Gio lvmlv vg_erwan-desktop-lv_home (92) with existing ext4 filesystem mounted at /home >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_home ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 153,22 Gio lvmlv vg_erwan-desktop-lv_home (92) with existing ext4 filesystem mounted at /home >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_home ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 153,22 Gio lvmlv vg_erwan-desktop-lv_home (92) with existing ext4 filesystem mounted at /home >DEBUG:blivet:vg_erwan-desktop size is 584,5 Gio >DEBUG:blivet:vg vg_erwan-desktop has 254,5 Gio free >DEBUG:blivet:vg_erwan-desktop size is 584,5 Gio >DEBUG:blivet:vg vg_erwan-desktop has 254,5 Gio free >DEBUG:blivet:vg_erwan-desktop size is 584,5 Gio >DEBUG:blivet:vg vg_erwan-desktop has 254,5 Gio free >DEBUG:blivet:vg_erwan-desktop size is 584,5 Gio >DEBUG:blivet:vg vg_erwan-desktop has 254,5 Gio free >DEBUG:blivet:instantiating <class 'blivet.devicefactory.LVMFactory'>: <pyanaconda.core.util.LazyObject object at 0x7f4f7b93a1d0>, [], {'device': LVMLogicalVolumeDevice instance (0x7f4f7ac4ca10) -- > name = vg_erwan-desktop-lv_home status = False id = 92 > children = [] > parents = ['existing 584,5 Gio lvmvg vg_erwan-desktop (68)'] > uuid = 98PR9l-8Dg8-ub0Q-zrpU-TFVY-xgRw-2BiiZ2 size = 153,22 Gio > format = existing ext4 filesystem mounted at /home > major = 0 minor = 0 exists = True protected = False > sysfs path = /sys/devices/virtual/block/dm-0 > target size = 153,22 Gio path = /dev/mapper/vg_erwan--desktop-lv_home > format args = [] original_format = ext4 target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4f7ac4db90) -- > name = vg_erwan-desktop status = False id = 68 > children = ['existing 153,22 Gio lvmlv vg_erwan-desktop-lv_home (92) with existing ext4 ' > 'filesystem mounted at /home', > 'existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118) with non-existent ' > 'ext4 filesystem mounted at /', > 'existing 15,53 Gio lvmlv vg_erwan-desktop-lv_swap (105) with existing swap'] > parents = ['existing 118,75 Gio partition sda2 (59) with existing lvmpv', > 'existing 465,76 Gio partition sdb1 (83) with existing lvmpv'] > uuid = 3vkTwN-NVSy-EPPa-TKBy-ECge-VrQq-Zq6a4s size = 584,5 Gio > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = > target size = 584,5 Gio path = /dev/vg_erwan--desktop > format args = [] original_format = None free = 254,5 Gio PE Size = 32 Mio PE Count = 18704 > PE Free = 8144 PV Count = 2 > modified = False extents = 18704 free space = 254,5 Gio > free extents = 8144 reserved percent = 0 reserved space = 0 O > PVs = ['existing 118,75 Gio partition sda2 (59) with existing lvmpv', > 'existing 465,76 Gio partition sdb1 (83) with existing lvmpv'] > LVs = ['existing 153,22 Gio lvmlv vg_erwan-desktop-lv_home (92) with existing ext4 ' > 'filesystem mounted at /home', > 'existing 15,53 Gio lvmlv vg_erwan-desktop-lv_swap (105) with existing swap', > 'existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118) with non-existent ' > 'ext4 filesystem mounted at /'] > segment type = linear percent = 0 > VG space used = 153,22 Gio} >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_home ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 153,22 Gio lvmlv vg_erwan-desktop-lv_home (92) with existing ext4 filesystem mounted at /home >DEBUG:blivet:resolved 'vg_erwan-desktop-lv_home' to 'vg_erwan-desktop-lv_home' (lvmlv) >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 584,5 Gio lvmvg vg_erwan-desktop (68) >DEBUG:blivet:resolved 'vg_erwan-desktop' to 'vg_erwan-desktop' (lvmvg) >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 628 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 629 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 119,24 Gio disk sda (39) with existing msdos disklabel >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_home ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 153,22 Gio lvmlv vg_erwan-desktop-lv_home (92) with existing ext4 filesystem mounted at /home >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 630 >DEBUG:blivet:get_format('biosboot') returning BIOSBoot instance with object id 631 >DEBUG:blivet: DiskLabel.__init__: >INFO:blivet:DiskLabel.parted_device returning None >DEBUG:blivet:get_format('disklabel') returning DiskLabel instance with object id 632 >DEBUG:blivet:get_format('dmraidmember') returning DMRaidMember instance with object id 633 >DEBUG:blivet: Ext2FS.supported: supported: True ; >DEBUG:blivet:get_format('ext2') returning Ext2FS instance with object id 634 >DEBUG:blivet: Ext2FS.supported: supported: True ; >DEBUG:blivet: Ext3FS.supported: supported: True ; >DEBUG:blivet:get_format('ext3') returning Ext3FS instance with object id 635 >DEBUG:blivet: Ext3FS.supported: supported: True ; >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 636 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet: FATFS.supported: supported: True ; >DEBUG:blivet:get_format('vfat') returning FATFS instance with object id 637 >DEBUG:blivet: FATFS.supported: supported: True ; >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet:get_format('efi') returning EFIFS instance with object id 638 >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 639 >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('gfs2') returning GFS2 instance with object id 640 >DEBUG:blivet:get_format('jfs') returning JFS instance with object id 641 >DEBUG:blivet:get_format('reiserfs') returning ReiserFS instance with object id 642 >DEBUG:blivet: XFS.supported: supported: True ; >DEBUG:blivet:get_format('xfs') returning XFS instance with object id 643 >DEBUG:blivet: XFS.supported: supported: True ; >DEBUG:blivet: StratisXFS.supported: supported: False ; >DEBUG:blivet:get_format('stratis xfs') returning StratisXFS instance with object id 644 >DEBUG:blivet: StratisXFS.supported: supported: False ; >DEBUG:blivet: HFS.supported: supported: False ; >DEBUG:blivet:get_format('hfs') returning HFS instance with object id 645 >DEBUG:blivet: HFS.supported: supported: False ; >DEBUG:blivet: AppleBootstrapFS.supported: supported: True ; >DEBUG:blivet:get_format('appleboot') returning AppleBootstrapFS instance with object id 646 >DEBUG:blivet: AppleBootstrapFS.supported: supported: True ; >DEBUG:blivet: HFSPlus.supported: supported: False ; >DEBUG:blivet:get_format('hfs+') returning HFSPlus instance with object id 647 >DEBUG:blivet: HFSPlus.supported: supported: False ; >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 648 >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet: NTFS.supported: supported: True ; >DEBUG:blivet:get_format('ntfs') returning NTFS instance with object id 649 >DEBUG:blivet: NTFS.supported: supported: True ; >DEBUG:blivet: ExFATFS.supported: supported: False ; >DEBUG:blivet:get_format('exfat') returning ExFATFS instance with object id 650 >DEBUG:blivet: ExFATFS.supported: supported: False ; >DEBUG:blivet: F2FS.supported: supported: True ; >DEBUG:blivet:get_format('f2fs') returning F2FS instance with object id 651 >DEBUG:blivet: F2FS.supported: supported: True ; >DEBUG:blivet: NFS.supported: supported: False ; >DEBUG:blivet:get_format('nfs') returning NFS instance with object id 652 >DEBUG:blivet: NFS.supported: supported: False ; >DEBUG:blivet: NFSv4.supported: supported: False ; >DEBUG:blivet:get_format('nfs4') returning NFSv4 instance with object id 653 >DEBUG:blivet: NFSv4.supported: supported: False ; >DEBUG:blivet: Iso9660FS.supported: supported: True ; >DEBUG:blivet:get_format('iso9660') returning Iso9660FS instance with object id 654 >DEBUG:blivet: Iso9660FS.supported: supported: True ; >DEBUG:blivet: UDFFS.supported: supported: True ; >DEBUG:blivet:get_format('udf') returning UDFFS instance with object id 655 >DEBUG:blivet: UDFFS.supported: supported: True ; >DEBUG:blivet: NoDevFS.supported: supported: False ; >DEBUG:blivet:get_format('nodev') returning NoDevFS instance with object id 656 >DEBUG:blivet: NoDevFS.supported: supported: False ; >DEBUG:blivet: DevPtsFS.supported: supported: False ; >DEBUG:blivet:get_format('devpts') returning DevPtsFS instance with object id 657 >DEBUG:blivet: DevPtsFS.supported: supported: False ; >DEBUG:blivet: ProcFS.supported: supported: False ; >DEBUG:blivet:get_format('proc') returning ProcFS instance with object id 658 >DEBUG:blivet: ProcFS.supported: supported: False ; >DEBUG:blivet: SysFS.supported: supported: False ; >DEBUG:blivet:get_format('sysfs') returning SysFS instance with object id 659 >DEBUG:blivet: SysFS.supported: supported: False ; >DEBUG:blivet: TmpFS.supported: supported: True ; >DEBUG:blivet:get_format('tmpfs') returning TmpFS instance with object id 660 >DEBUG:blivet: TmpFS.supported: supported: True ; >DEBUG:blivet: BindFS.supported: supported: False ; >DEBUG:blivet:get_format('bind') returning BindFS instance with object id 661 >DEBUG:blivet: BindFS.supported: supported: False ; >DEBUG:blivet: SELinuxFS.supported: supported: False ; >DEBUG:blivet:get_format('selinuxfs') returning SELinuxFS instance with object id 662 >DEBUG:blivet: SELinuxFS.supported: supported: False ; >DEBUG:blivet: USBFS.supported: supported: False ; >DEBUG:blivet:get_format('usbfs') returning USBFS instance with object id 663 >DEBUG:blivet: USBFS.supported: supported: False ; >DEBUG:blivet: EFIVarFS.supported: supported: False ; >DEBUG:blivet:get_format('efivarfs') returning EFIVarFS instance with object id 664 >DEBUG:blivet: EFIVarFS.supported: supported: False ; >DEBUG:blivet: LUKS.__init__: >DEBUG:blivet:get_format('luks') returning LUKS instance with object id 665 >DEBUG:blivet: Integrity.__init__: >DEBUG:blivet:get_format('integrity') returning Integrity instance with object id 666 >DEBUG:blivet: LVMPhysicalVolume.__init__: >DEBUG:blivet:get_format('lvmpv') returning LVMPhysicalVolume instance with object id 667 >DEBUG:blivet: MDRaidMember.__init__: >DEBUG:blivet:get_format('mdmember') returning MDRaidMember instance with object id 668 >DEBUG:blivet: MultipathMember.__init__: >DEBUG:blivet:get_format('multipath_member') returning MultipathMember instance with object id 669 >DEBUG:blivet:get_format('prepboot') returning PPCPRePBoot instance with object id 670 >DEBUG:blivet: SwapSpace.__init__: >DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 671 >DEBUG:blivet: StratisBlockdev.__init__: >DEBUG:blivet:get_format('stratis') returning StratisBlockdev instance with object id 672 >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 673 >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet:get_format('efi') returning EFIFS instance with object id 674 >DEBUG:blivet: Ext2FS.supported: supported: True ; >DEBUG:blivet:get_format('ext2') returning Ext2FS instance with object id 675 >DEBUG:blivet: Ext3FS.supported: supported: True ; >DEBUG:blivet:get_format('ext3') returning Ext3FS instance with object id 676 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 677 >DEBUG:blivet: SwapSpace.__init__: >DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 678 >DEBUG:blivet: FATFS.supported: supported: True ; >DEBUG:blivet:get_format('vfat') returning FATFS instance with object id 679 >DEBUG:blivet: XFS.supported: supported: True ; >DEBUG:blivet:get_format('xfs') returning XFS instance with object id 680 >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_home ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 153,22 Gio lvmlv vg_erwan-desktop-lv_home (92) with existing ext4 filesystem mounted at /home >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 681 >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 584,5 Gio lvmvg vg_erwan-desktop (68) >DEBUG:blivet:vg_erwan-desktop size is 584,5 Gio >DEBUG:blivet:vg vg_erwan-desktop has 254,5 Gio free >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 119,24 Gio disk sda (39) with existing msdos disklabel >DEBUG:blivet: DeviceTree.get_device_by_name: name: sdb ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 465,76 Gio disk sdb (73) with existing msdos disklabel >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 119,24 Gio disk sda (39) with existing msdos disklabel >DEBUG:blivet: DeviceTree.get_device_by_name: name: sdb ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 465,76 Gio disk sdb (73) with existing msdos disklabel >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_home ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 153,22 Gio lvmlv vg_erwan-desktop-lv_home (92) with existing ext4 filesystem mounted at /home >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_home ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 153,22 Gio lvmlv vg_erwan-desktop-lv_home (92) with existing ext4 filesystem mounted at /home >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_home ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 153,22 Gio lvmlv vg_erwan-desktop-lv_home (92) with existing ext4 filesystem mounted at /home >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_home ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 153,22 Gio lvmlv vg_erwan-desktop-lv_home (92) with existing ext4 filesystem mounted at /home >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_home ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 153,22 Gio lvmlv vg_erwan-desktop-lv_home (92) with existing ext4 filesystem mounted at /home >DEBUG:blivet:vg_erwan-desktop size is 584,5 Gio >DEBUG:blivet:vg vg_erwan-desktop has 254,5 Gio free >DEBUG:blivet:vg_erwan-desktop size is 584,5 Gio >DEBUG:blivet:vg vg_erwan-desktop has 254,5 Gio free >DEBUG:blivet:vg_erwan-desktop size is 584,5 Gio >DEBUG:blivet:vg vg_erwan-desktop has 254,5 Gio free >DEBUG:blivet:vg_erwan-desktop size is 584,5 Gio >DEBUG:blivet:vg vg_erwan-desktop has 254,5 Gio free >DEBUG:blivet:instantiating <class 'blivet.devicefactory.LVMFactory'>: <pyanaconda.core.util.LazyObject object at 0x7f4f7b93a1d0>, [], {'device': LVMLogicalVolumeDevice instance (0x7f4f7ac4ca10) -- > name = vg_erwan-desktop-lv_home status = False id = 92 > children = [] > parents = ['existing 584,5 Gio lvmvg vg_erwan-desktop (68)'] > uuid = 98PR9l-8Dg8-ub0Q-zrpU-TFVY-xgRw-2BiiZ2 size = 153,22 Gio > format = existing ext4 filesystem mounted at /home > major = 0 minor = 0 exists = True protected = False > sysfs path = /sys/devices/virtual/block/dm-0 > target size = 153,22 Gio path = /dev/mapper/vg_erwan--desktop-lv_home > format args = [] original_format = ext4 target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4f7ac4db90) -- > name = vg_erwan-desktop status = False id = 68 > children = ['existing 153,22 Gio lvmlv vg_erwan-desktop-lv_home (92) with existing ext4 ' > 'filesystem mounted at /home', > 'existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118) with non-existent ' > 'ext4 filesystem mounted at /', > 'existing 15,53 Gio lvmlv vg_erwan-desktop-lv_swap (105) with existing swap'] > parents = ['existing 118,75 Gio partition sda2 (59) with existing lvmpv', > 'existing 465,76 Gio partition sdb1 (83) with existing lvmpv'] > uuid = 3vkTwN-NVSy-EPPa-TKBy-ECge-VrQq-Zq6a4s size = 584,5 Gio > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = > target size = 584,5 Gio path = /dev/vg_erwan--desktop > format args = [] original_format = None free = 254,5 Gio PE Size = 32 Mio PE Count = 18704 > PE Free = 8144 PV Count = 2 > modified = False extents = 18704 free space = 254,5 Gio > free extents = 8144 reserved percent = 0 reserved space = 0 O > PVs = ['existing 118,75 Gio partition sda2 (59) with existing lvmpv', > 'existing 465,76 Gio partition sdb1 (83) with existing lvmpv'] > LVs = ['existing 153,22 Gio lvmlv vg_erwan-desktop-lv_home (92) with existing ext4 ' > 'filesystem mounted at /home', > 'existing 15,53 Gio lvmlv vg_erwan-desktop-lv_swap (105) with existing swap', > 'existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118) with non-existent ' > 'ext4 filesystem mounted at /'] > segment type = linear percent = 0 > VG space used = 153,22 Gio} >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_home ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 153,22 Gio lvmlv vg_erwan-desktop-lv_home (92) with existing ext4 filesystem mounted at /home >DEBUG:blivet:resolved 'vg_erwan-desktop-lv_home' to 'vg_erwan-desktop-lv_home' (lvmlv) >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 584,5 Gio lvmvg vg_erwan-desktop (68) >DEBUG:blivet:resolved 'vg_erwan-desktop' to 'vg_erwan-desktop' (lvmvg) >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 682 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 683 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 119,24 Gio disk sda (39) with existing msdos disklabel >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_home ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 153,22 Gio lvmlv vg_erwan-desktop-lv_home (92) with existing ext4 filesystem mounted at /home >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 684 >DEBUG:blivet:get_format('biosboot') returning BIOSBoot instance with object id 685 >DEBUG:blivet: DiskLabel.__init__: >INFO:blivet:DiskLabel.parted_device returning None >DEBUG:blivet:get_format('disklabel') returning DiskLabel instance with object id 686 >DEBUG:blivet:get_format('dmraidmember') returning DMRaidMember instance with object id 687 >DEBUG:blivet: Ext2FS.supported: supported: True ; >DEBUG:blivet:get_format('ext2') returning Ext2FS instance with object id 688 >DEBUG:blivet: Ext2FS.supported: supported: True ; >DEBUG:blivet: Ext3FS.supported: supported: True ; >DEBUG:blivet:get_format('ext3') returning Ext3FS instance with object id 689 >DEBUG:blivet: Ext3FS.supported: supported: True ; >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 690 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet: FATFS.supported: supported: True ; >DEBUG:blivet:get_format('vfat') returning FATFS instance with object id 691 >DEBUG:blivet: FATFS.supported: supported: True ; >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet:get_format('efi') returning EFIFS instance with object id 692 >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 693 >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('gfs2') returning GFS2 instance with object id 694 >DEBUG:blivet:get_format('jfs') returning JFS instance with object id 695 >DEBUG:blivet:get_format('reiserfs') returning ReiserFS instance with object id 696 >DEBUG:blivet: XFS.supported: supported: True ; >DEBUG:blivet:get_format('xfs') returning XFS instance with object id 697 >DEBUG:blivet: XFS.supported: supported: True ; >DEBUG:blivet: StratisXFS.supported: supported: False ; >DEBUG:blivet:get_format('stratis xfs') returning StratisXFS instance with object id 698 >DEBUG:blivet: StratisXFS.supported: supported: False ; >DEBUG:blivet: HFS.supported: supported: False ; >DEBUG:blivet:get_format('hfs') returning HFS instance with object id 699 >DEBUG:blivet: HFS.supported: supported: False ; >DEBUG:blivet: AppleBootstrapFS.supported: supported: True ; >DEBUG:blivet:get_format('appleboot') returning AppleBootstrapFS instance with object id 700 >DEBUG:blivet: AppleBootstrapFS.supported: supported: True ; >DEBUG:blivet: HFSPlus.supported: supported: False ; >DEBUG:blivet:get_format('hfs+') returning HFSPlus instance with object id 701 >DEBUG:blivet: HFSPlus.supported: supported: False ; >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 702 >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet: NTFS.supported: supported: True ; >DEBUG:blivet:get_format('ntfs') returning NTFS instance with object id 703 >DEBUG:blivet: NTFS.supported: supported: True ; >DEBUG:blivet: ExFATFS.supported: supported: False ; >DEBUG:blivet:get_format('exfat') returning ExFATFS instance with object id 704 >DEBUG:blivet: ExFATFS.supported: supported: False ; >DEBUG:blivet: F2FS.supported: supported: True ; >DEBUG:blivet:get_format('f2fs') returning F2FS instance with object id 705 >DEBUG:blivet: F2FS.supported: supported: True ; >DEBUG:blivet: NFS.supported: supported: False ; >DEBUG:blivet:get_format('nfs') returning NFS instance with object id 706 >DEBUG:blivet: NFS.supported: supported: False ; >DEBUG:blivet: NFSv4.supported: supported: False ; >DEBUG:blivet:get_format('nfs4') returning NFSv4 instance with object id 707 >DEBUG:blivet: NFSv4.supported: supported: False ; >DEBUG:blivet: Iso9660FS.supported: supported: True ; >DEBUG:blivet:get_format('iso9660') returning Iso9660FS instance with object id 708 >DEBUG:blivet: Iso9660FS.supported: supported: True ; >DEBUG:blivet: UDFFS.supported: supported: True ; >DEBUG:blivet:get_format('udf') returning UDFFS instance with object id 709 >DEBUG:blivet: UDFFS.supported: supported: True ; >DEBUG:blivet: NoDevFS.supported: supported: False ; >DEBUG:blivet:get_format('nodev') returning NoDevFS instance with object id 710 >DEBUG:blivet: NoDevFS.supported: supported: False ; >DEBUG:blivet: DevPtsFS.supported: supported: False ; >DEBUG:blivet:get_format('devpts') returning DevPtsFS instance with object id 711 >DEBUG:blivet: DevPtsFS.supported: supported: False ; >DEBUG:blivet: ProcFS.supported: supported: False ; >DEBUG:blivet:get_format('proc') returning ProcFS instance with object id 712 >DEBUG:blivet: ProcFS.supported: supported: False ; >DEBUG:blivet: SysFS.supported: supported: False ; >DEBUG:blivet:get_format('sysfs') returning SysFS instance with object id 713 >DEBUG:blivet: SysFS.supported: supported: False ; >DEBUG:blivet: TmpFS.supported: supported: True ; >DEBUG:blivet:get_format('tmpfs') returning TmpFS instance with object id 714 >DEBUG:blivet: TmpFS.supported: supported: True ; >DEBUG:blivet: BindFS.supported: supported: False ; >DEBUG:blivet:get_format('bind') returning BindFS instance with object id 715 >DEBUG:blivet: BindFS.supported: supported: False ; >DEBUG:blivet: SELinuxFS.supported: supported: False ; >DEBUG:blivet:get_format('selinuxfs') returning SELinuxFS instance with object id 716 >DEBUG:blivet: SELinuxFS.supported: supported: False ; >DEBUG:blivet: USBFS.supported: supported: False ; >DEBUG:blivet:get_format('usbfs') returning USBFS instance with object id 717 >DEBUG:blivet: USBFS.supported: supported: False ; >DEBUG:blivet: EFIVarFS.supported: supported: False ; >DEBUG:blivet:get_format('efivarfs') returning EFIVarFS instance with object id 718 >DEBUG:blivet: EFIVarFS.supported: supported: False ; >DEBUG:blivet: LUKS.__init__: >DEBUG:blivet:get_format('luks') returning LUKS instance with object id 719 >DEBUG:blivet: Integrity.__init__: >DEBUG:blivet:get_format('integrity') returning Integrity instance with object id 720 >DEBUG:blivet: LVMPhysicalVolume.__init__: >DEBUG:blivet:get_format('lvmpv') returning LVMPhysicalVolume instance with object id 721 >DEBUG:blivet: MDRaidMember.__init__: >DEBUG:blivet:get_format('mdmember') returning MDRaidMember instance with object id 722 >DEBUG:blivet: MultipathMember.__init__: >DEBUG:blivet:get_format('multipath_member') returning MultipathMember instance with object id 723 >DEBUG:blivet:get_format('prepboot') returning PPCPRePBoot instance with object id 724 >DEBUG:blivet: SwapSpace.__init__: >DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 725 >DEBUG:blivet: StratisBlockdev.__init__: >DEBUG:blivet:get_format('stratis') returning StratisBlockdev instance with object id 726 >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 727 >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet:get_format('efi') returning EFIFS instance with object id 728 >DEBUG:blivet: Ext2FS.supported: supported: True ; >DEBUG:blivet:get_format('ext2') returning Ext2FS instance with object id 729 >DEBUG:blivet: Ext3FS.supported: supported: True ; >DEBUG:blivet:get_format('ext3') returning Ext3FS instance with object id 730 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 731 >DEBUG:blivet: SwapSpace.__init__: >DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 732 >DEBUG:blivet: FATFS.supported: supported: True ; >DEBUG:blivet:get_format('vfat') returning FATFS instance with object id 733 >DEBUG:blivet: XFS.supported: supported: True ; >DEBUG:blivet:get_format('xfs') returning XFS instance with object id 734 >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_home ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 153,22 Gio lvmlv vg_erwan-desktop-lv_home (92) with existing ext4 filesystem mounted at /home >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 735 >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 584,5 Gio lvmvg vg_erwan-desktop (68) >DEBUG:blivet:vg_erwan-desktop size is 584,5 Gio >DEBUG:blivet:vg vg_erwan-desktop has 254,5 Gio free >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda1 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 500 Mio partition sda1 (49) with existing ext4 filesystem >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda1 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 500 Mio partition sda1 (49) with existing ext4 filesystem >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda1 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 500 Mio partition sda1 (49) with existing ext4 filesystem >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda1 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 500 Mio partition sda1 (49) with existing ext4 filesystem >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda1 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 500 Mio partition sda1 (49) with existing ext4 filesystem >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda1 ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 500 Mio partition sda1 (49) with existing ext4 filesystem >DEBUG:blivet:resolved 'sda1' to 'sda1' (partition) >DEBUG:blivet: DeviceTree.get_device_by_name: name: ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned None >DEBUG:blivet: DeviceTree.get_device_by_path: path: /dev/ ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_path returned None >DEBUG:blivet:failed to resolve '/dev/' >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 736 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 737 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 119,24 Gio disk sda (39) with existing msdos disklabel >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda1 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 500 Mio partition sda1 (49) with existing ext4 filesystem >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 738 >DEBUG:blivet:get_format('biosboot') returning BIOSBoot instance with object id 739 >DEBUG:blivet: DiskLabel.__init__: >INFO:blivet:DiskLabel.parted_device returning None >DEBUG:blivet:get_format('disklabel') returning DiskLabel instance with object id 740 >DEBUG:blivet:get_format('dmraidmember') returning DMRaidMember instance with object id 741 >DEBUG:blivet: Ext2FS.supported: supported: True ; >DEBUG:blivet:get_format('ext2') returning Ext2FS instance with object id 742 >DEBUG:blivet: Ext2FS.supported: supported: True ; >DEBUG:blivet: Ext3FS.supported: supported: True ; >DEBUG:blivet:get_format('ext3') returning Ext3FS instance with object id 743 >DEBUG:blivet: Ext3FS.supported: supported: True ; >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 744 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet: FATFS.supported: supported: True ; >DEBUG:blivet:get_format('vfat') returning FATFS instance with object id 745 >DEBUG:blivet: FATFS.supported: supported: True ; >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet:get_format('efi') returning EFIFS instance with object id 746 >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 747 >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('gfs2') returning GFS2 instance with object id 748 >DEBUG:blivet:get_format('jfs') returning JFS instance with object id 749 >DEBUG:blivet:get_format('reiserfs') returning ReiserFS instance with object id 750 >DEBUG:blivet: XFS.supported: supported: True ; >DEBUG:blivet:get_format('xfs') returning XFS instance with object id 751 >DEBUG:blivet: XFS.supported: supported: True ; >DEBUG:blivet: StratisXFS.supported: supported: False ; >DEBUG:blivet:get_format('stratis xfs') returning StratisXFS instance with object id 752 >DEBUG:blivet: StratisXFS.supported: supported: False ; >DEBUG:blivet: HFS.supported: supported: False ; >DEBUG:blivet:get_format('hfs') returning HFS instance with object id 753 >DEBUG:blivet: HFS.supported: supported: False ; >DEBUG:blivet: AppleBootstrapFS.supported: supported: True ; >DEBUG:blivet:get_format('appleboot') returning AppleBootstrapFS instance with object id 754 >DEBUG:blivet: AppleBootstrapFS.supported: supported: True ; >DEBUG:blivet: HFSPlus.supported: supported: False ; >DEBUG:blivet:get_format('hfs+') returning HFSPlus instance with object id 755 >DEBUG:blivet: HFSPlus.supported: supported: False ; >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 756 >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet: NTFS.supported: supported: True ; >DEBUG:blivet:get_format('ntfs') returning NTFS instance with object id 757 >DEBUG:blivet: NTFS.supported: supported: True ; >DEBUG:blivet: ExFATFS.supported: supported: False ; >DEBUG:blivet:get_format('exfat') returning ExFATFS instance with object id 758 >DEBUG:blivet: ExFATFS.supported: supported: False ; >DEBUG:blivet: F2FS.supported: supported: True ; >DEBUG:blivet:get_format('f2fs') returning F2FS instance with object id 759 >DEBUG:blivet: F2FS.supported: supported: True ; >DEBUG:blivet: NFS.supported: supported: False ; >DEBUG:blivet:get_format('nfs') returning NFS instance with object id 760 >DEBUG:blivet: NFS.supported: supported: False ; >DEBUG:blivet: NFSv4.supported: supported: False ; >DEBUG:blivet:get_format('nfs4') returning NFSv4 instance with object id 761 >DEBUG:blivet: NFSv4.supported: supported: False ; >DEBUG:blivet: Iso9660FS.supported: supported: True ; >DEBUG:blivet:get_format('iso9660') returning Iso9660FS instance with object id 762 >DEBUG:blivet: Iso9660FS.supported: supported: True ; >DEBUG:blivet: UDFFS.supported: supported: True ; >DEBUG:blivet:get_format('udf') returning UDFFS instance with object id 763 >DEBUG:blivet: UDFFS.supported: supported: True ; >DEBUG:blivet: NoDevFS.supported: supported: False ; >DEBUG:blivet:get_format('nodev') returning NoDevFS instance with object id 764 >DEBUG:blivet: NoDevFS.supported: supported: False ; >DEBUG:blivet: DevPtsFS.supported: supported: False ; >DEBUG:blivet:get_format('devpts') returning DevPtsFS instance with object id 765 >DEBUG:blivet: DevPtsFS.supported: supported: False ; >DEBUG:blivet: ProcFS.supported: supported: False ; >DEBUG:blivet:get_format('proc') returning ProcFS instance with object id 766 >DEBUG:blivet: ProcFS.supported: supported: False ; >DEBUG:blivet: SysFS.supported: supported: False ; >DEBUG:blivet:get_format('sysfs') returning SysFS instance with object id 767 >DEBUG:blivet: SysFS.supported: supported: False ; >DEBUG:blivet: TmpFS.supported: supported: True ; >DEBUG:blivet:get_format('tmpfs') returning TmpFS instance with object id 768 >DEBUG:blivet: TmpFS.supported: supported: True ; >DEBUG:blivet: BindFS.supported: supported: False ; >DEBUG:blivet:get_format('bind') returning BindFS instance with object id 769 >DEBUG:blivet: BindFS.supported: supported: False ; >DEBUG:blivet: SELinuxFS.supported: supported: False ; >DEBUG:blivet:get_format('selinuxfs') returning SELinuxFS instance with object id 770 >DEBUG:blivet: SELinuxFS.supported: supported: False ; >DEBUG:blivet: USBFS.supported: supported: False ; >DEBUG:blivet:get_format('usbfs') returning USBFS instance with object id 771 >DEBUG:blivet: USBFS.supported: supported: False ; >DEBUG:blivet: EFIVarFS.supported: supported: False ; >DEBUG:blivet:get_format('efivarfs') returning EFIVarFS instance with object id 772 >DEBUG:blivet: EFIVarFS.supported: supported: False ; >DEBUG:blivet: LUKS.__init__: >DEBUG:blivet:get_format('luks') returning LUKS instance with object id 773 >DEBUG:blivet: Integrity.__init__: >DEBUG:blivet:get_format('integrity') returning Integrity instance with object id 774 >DEBUG:blivet: LVMPhysicalVolume.__init__: >DEBUG:blivet:get_format('lvmpv') returning LVMPhysicalVolume instance with object id 775 >DEBUG:blivet: MDRaidMember.__init__: >DEBUG:blivet:get_format('mdmember') returning MDRaidMember instance with object id 776 >DEBUG:blivet: MultipathMember.__init__: >DEBUG:blivet:get_format('multipath_member') returning MultipathMember instance with object id 777 >DEBUG:blivet:get_format('prepboot') returning PPCPRePBoot instance with object id 778 >DEBUG:blivet: SwapSpace.__init__: >DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 779 >DEBUG:blivet: StratisBlockdev.__init__: >DEBUG:blivet:get_format('stratis') returning StratisBlockdev instance with object id 780 >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 781 >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet:get_format('efi') returning EFIFS instance with object id 782 >DEBUG:blivet: Ext2FS.supported: supported: True ; >DEBUG:blivet:get_format('ext2') returning Ext2FS instance with object id 783 >DEBUG:blivet: Ext3FS.supported: supported: True ; >DEBUG:blivet:get_format('ext3') returning Ext3FS instance with object id 784 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 785 >DEBUG:blivet: SwapSpace.__init__: >DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 786 >DEBUG:blivet: FATFS.supported: supported: True ; >DEBUG:blivet:get_format('vfat') returning FATFS instance with object id 787 >DEBUG:blivet: XFS.supported: supported: True ; >DEBUG:blivet:get_format('xfs') returning XFS instance with object id 788 >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda1 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 500 Mio partition sda1 (49) with existing ext4 filesystem >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 789 >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_root ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118) with non-existent ext4 filesystem mounted at / >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_root ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118) with non-existent ext4 filesystem mounted at / >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_root ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118) with non-existent ext4 filesystem mounted at / >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_root ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118) with non-existent ext4 filesystem mounted at / >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_root ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118) with non-existent ext4 filesystem mounted at / >DEBUG:blivet:vg_erwan-desktop size is 584,5 Gio >DEBUG:blivet:vg vg_erwan-desktop has 254,5 Gio free >DEBUG:blivet:vg_erwan-desktop size is 584,5 Gio >DEBUG:blivet:vg vg_erwan-desktop has 254,5 Gio free >DEBUG:blivet:vg_erwan-desktop size is 584,5 Gio >DEBUG:blivet:vg vg_erwan-desktop has 254,5 Gio free >DEBUG:blivet:vg_erwan-desktop size is 584,5 Gio >DEBUG:blivet:vg vg_erwan-desktop has 254,5 Gio free >DEBUG:blivet:instantiating <class 'blivet.devicefactory.LVMFactory'>: <pyanaconda.core.util.LazyObject object at 0x7f4f7b93a1d0>, [], {'device': LVMLogicalVolumeDevice instance (0x7f4f7ab45e10) -- > name = vg_erwan-desktop-lv_root status = False id = 118 > children = [] > parents = ['existing 584,5 Gio lvmvg vg_erwan-desktop (68)'] > uuid = RCReFx-EgbD-OeEo-U4Iz-3KuU-yVkf-4h6XEd size = 161,25 Gio > format = non-existent ext4 filesystem mounted at / > major = 0 minor = 0 exists = True protected = False > sysfs path = /sys/devices/virtual/block/dm-0 > target size = 161,25 Gio path = /dev/mapper/vg_erwan--desktop-lv_root > format args = [] original_format = ext4 target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4f7ac4db90) -- > name = vg_erwan-desktop status = False id = 68 > children = ['existing 153,22 Gio lvmlv vg_erwan-desktop-lv_home (92) with existing ext4 ' > 'filesystem mounted at /home', > 'existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118) with non-existent ' > 'ext4 filesystem mounted at /', > 'existing 15,53 Gio lvmlv vg_erwan-desktop-lv_swap (105) with existing swap'] > parents = ['existing 118,75 Gio partition sda2 (59) with existing lvmpv', > 'existing 465,76 Gio partition sdb1 (83) with existing lvmpv'] > uuid = 3vkTwN-NVSy-EPPa-TKBy-ECge-VrQq-Zq6a4s size = 584,5 Gio > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = > target size = 584,5 Gio path = /dev/vg_erwan--desktop > format args = [] original_format = None free = 254,5 Gio PE Size = 32 Mio PE Count = 18704 > PE Free = 8144 PV Count = 2 > modified = False extents = 18704 free space = 254,5 Gio > free extents = 8144 reserved percent = 0 reserved space = 0 O > PVs = ['existing 118,75 Gio partition sda2 (59) with existing lvmpv', > 'existing 465,76 Gio partition sdb1 (83) with existing lvmpv'] > LVs = ['existing 153,22 Gio lvmlv vg_erwan-desktop-lv_home (92) with existing ext4 ' > 'filesystem mounted at /home', > 'existing 15,53 Gio lvmlv vg_erwan-desktop-lv_swap (105) with existing swap', > 'existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118) with non-existent ' > 'ext4 filesystem mounted at /'] > segment type = linear percent = 0 > VG space used = 161,25 Gio} >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_root ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118) with non-existent ext4 filesystem mounted at / >DEBUG:blivet:resolved 'vg_erwan-desktop-lv_root' to 'vg_erwan-desktop-lv_root' (lvmlv) >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 584,5 Gio lvmvg vg_erwan-desktop (68) >DEBUG:blivet:resolved 'vg_erwan-desktop' to 'vg_erwan-desktop' (lvmvg) >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 790 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 791 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 119,24 Gio disk sda (39) with existing msdos disklabel >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_root ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118) with non-existent ext4 filesystem mounted at / >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 792 >DEBUG:blivet:get_format('biosboot') returning BIOSBoot instance with object id 793 >DEBUG:blivet: DiskLabel.__init__: >INFO:blivet:DiskLabel.parted_device returning None >DEBUG:blivet:get_format('disklabel') returning DiskLabel instance with object id 794 >DEBUG:blivet:get_format('dmraidmember') returning DMRaidMember instance with object id 795 >DEBUG:blivet: Ext2FS.supported: supported: True ; >DEBUG:blivet:get_format('ext2') returning Ext2FS instance with object id 796 >DEBUG:blivet: Ext2FS.supported: supported: True ; >DEBUG:blivet: Ext3FS.supported: supported: True ; >DEBUG:blivet:get_format('ext3') returning Ext3FS instance with object id 797 >DEBUG:blivet: Ext3FS.supported: supported: True ; >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 798 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet: FATFS.supported: supported: True ; >DEBUG:blivet:get_format('vfat') returning FATFS instance with object id 799 >DEBUG:blivet: FATFS.supported: supported: True ; >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet:get_format('efi') returning EFIFS instance with object id 800 >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 801 >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('gfs2') returning GFS2 instance with object id 802 >DEBUG:blivet:get_format('jfs') returning JFS instance with object id 803 >DEBUG:blivet:get_format('reiserfs') returning ReiserFS instance with object id 804 >DEBUG:blivet: XFS.supported: supported: True ; >DEBUG:blivet:get_format('xfs') returning XFS instance with object id 805 >DEBUG:blivet: XFS.supported: supported: True ; >DEBUG:blivet: StratisXFS.supported: supported: False ; >DEBUG:blivet:get_format('stratis xfs') returning StratisXFS instance with object id 806 >DEBUG:blivet: StratisXFS.supported: supported: False ; >DEBUG:blivet: HFS.supported: supported: False ; >DEBUG:blivet:get_format('hfs') returning HFS instance with object id 807 >DEBUG:blivet: HFS.supported: supported: False ; >DEBUG:blivet: AppleBootstrapFS.supported: supported: True ; >DEBUG:blivet:get_format('appleboot') returning AppleBootstrapFS instance with object id 808 >DEBUG:blivet: AppleBootstrapFS.supported: supported: True ; >DEBUG:blivet: HFSPlus.supported: supported: False ; >DEBUG:blivet:get_format('hfs+') returning HFSPlus instance with object id 809 >DEBUG:blivet: HFSPlus.supported: supported: False ; >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 810 >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet: NTFS.supported: supported: True ; >DEBUG:blivet:get_format('ntfs') returning NTFS instance with object id 811 >DEBUG:blivet: NTFS.supported: supported: True ; >DEBUG:blivet: ExFATFS.supported: supported: False ; >DEBUG:blivet:get_format('exfat') returning ExFATFS instance with object id 812 >DEBUG:blivet: ExFATFS.supported: supported: False ; >DEBUG:blivet: F2FS.supported: supported: True ; >DEBUG:blivet:get_format('f2fs') returning F2FS instance with object id 813 >DEBUG:blivet: F2FS.supported: supported: True ; >DEBUG:blivet: NFS.supported: supported: False ; >DEBUG:blivet:get_format('nfs') returning NFS instance with object id 814 >DEBUG:blivet: NFS.supported: supported: False ; >DEBUG:blivet: NFSv4.supported: supported: False ; >DEBUG:blivet:get_format('nfs4') returning NFSv4 instance with object id 815 >DEBUG:blivet: NFSv4.supported: supported: False ; >DEBUG:blivet: Iso9660FS.supported: supported: True ; >DEBUG:blivet:get_format('iso9660') returning Iso9660FS instance with object id 816 >DEBUG:blivet: Iso9660FS.supported: supported: True ; >DEBUG:blivet: UDFFS.supported: supported: True ; >DEBUG:blivet:get_format('udf') returning UDFFS instance with object id 817 >DEBUG:blivet: UDFFS.supported: supported: True ; >DEBUG:blivet: NoDevFS.supported: supported: False ; >DEBUG:blivet:get_format('nodev') returning NoDevFS instance with object id 818 >DEBUG:blivet: NoDevFS.supported: supported: False ; >DEBUG:blivet: DevPtsFS.supported: supported: False ; >DEBUG:blivet:get_format('devpts') returning DevPtsFS instance with object id 819 >DEBUG:blivet: DevPtsFS.supported: supported: False ; >DEBUG:blivet: ProcFS.supported: supported: False ; >DEBUG:blivet:get_format('proc') returning ProcFS instance with object id 820 >DEBUG:blivet: ProcFS.supported: supported: False ; >DEBUG:blivet: SysFS.supported: supported: False ; >DEBUG:blivet:get_format('sysfs') returning SysFS instance with object id 821 >DEBUG:blivet: SysFS.supported: supported: False ; >DEBUG:blivet: TmpFS.supported: supported: True ; >DEBUG:blivet:get_format('tmpfs') returning TmpFS instance with object id 822 >DEBUG:blivet: TmpFS.supported: supported: True ; >DEBUG:blivet: BindFS.supported: supported: False ; >DEBUG:blivet:get_format('bind') returning BindFS instance with object id 823 >DEBUG:blivet: BindFS.supported: supported: False ; >DEBUG:blivet: SELinuxFS.supported: supported: False ; >DEBUG:blivet:get_format('selinuxfs') returning SELinuxFS instance with object id 824 >DEBUG:blivet: SELinuxFS.supported: supported: False ; >DEBUG:blivet: USBFS.supported: supported: False ; >DEBUG:blivet:get_format('usbfs') returning USBFS instance with object id 825 >DEBUG:blivet: USBFS.supported: supported: False ; >DEBUG:blivet: EFIVarFS.supported: supported: False ; >DEBUG:blivet:get_format('efivarfs') returning EFIVarFS instance with object id 826 >DEBUG:blivet: EFIVarFS.supported: supported: False ; >DEBUG:blivet: LUKS.__init__: >DEBUG:blivet:get_format('luks') returning LUKS instance with object id 827 >DEBUG:blivet: Integrity.__init__: >DEBUG:blivet:get_format('integrity') returning Integrity instance with object id 828 >DEBUG:blivet: LVMPhysicalVolume.__init__: >DEBUG:blivet:get_format('lvmpv') returning LVMPhysicalVolume instance with object id 829 >DEBUG:blivet: MDRaidMember.__init__: >DEBUG:blivet:get_format('mdmember') returning MDRaidMember instance with object id 830 >DEBUG:blivet: MultipathMember.__init__: >DEBUG:blivet:get_format('multipath_member') returning MultipathMember instance with object id 831 >DEBUG:blivet:get_format('prepboot') returning PPCPRePBoot instance with object id 832 >DEBUG:blivet: SwapSpace.__init__: >DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 833 >DEBUG:blivet: StratisBlockdev.__init__: >DEBUG:blivet:get_format('stratis') returning StratisBlockdev instance with object id 834 >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 835 >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet:get_format('efi') returning EFIFS instance with object id 836 >DEBUG:blivet: Ext2FS.supported: supported: True ; >DEBUG:blivet:get_format('ext2') returning Ext2FS instance with object id 837 >DEBUG:blivet: Ext3FS.supported: supported: True ; >DEBUG:blivet:get_format('ext3') returning Ext3FS instance with object id 838 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 839 >DEBUG:blivet: SwapSpace.__init__: >DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 840 >DEBUG:blivet: FATFS.supported: supported: True ; >DEBUG:blivet:get_format('vfat') returning FATFS instance with object id 841 >DEBUG:blivet: XFS.supported: supported: True ; >DEBUG:blivet:get_format('xfs') returning XFS instance with object id 842 >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_root ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118) with non-existent ext4 filesystem mounted at / >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 843 >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 584,5 Gio lvmvg vg_erwan-desktop (68) >DEBUG:blivet:vg_erwan-desktop size is 584,5 Gio >DEBUG:blivet:vg vg_erwan-desktop has 254,5 Gio free >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda1 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 500 Mio partition sda1 (49) with existing ext4 filesystem >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda1 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 500 Mio partition sda1 (49) with existing ext4 filesystem >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda1 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 500 Mio partition sda1 (49) with existing ext4 filesystem >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda1 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 500 Mio partition sda1 (49) with existing ext4 filesystem >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda1 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 500 Mio partition sda1 (49) with existing ext4 filesystem >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda1 ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 500 Mio partition sda1 (49) with existing ext4 filesystem >DEBUG:blivet:resolved 'sda1' to 'sda1' (partition) >DEBUG:blivet: DeviceTree.get_device_by_name: name: ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned None >DEBUG:blivet: DeviceTree.get_device_by_path: path: /dev/ ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_path returned None >DEBUG:blivet:failed to resolve '/dev/' >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 844 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 845 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 119,24 Gio disk sda (39) with existing msdos disklabel >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda1 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 500 Mio partition sda1 (49) with existing ext4 filesystem >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 846 >DEBUG:blivet:get_format('biosboot') returning BIOSBoot instance with object id 847 >DEBUG:blivet: DiskLabel.__init__: >INFO:blivet:DiskLabel.parted_device returning None >DEBUG:blivet:get_format('disklabel') returning DiskLabel instance with object id 848 >DEBUG:blivet:get_format('dmraidmember') returning DMRaidMember instance with object id 849 >DEBUG:blivet: Ext2FS.supported: supported: True ; >DEBUG:blivet:get_format('ext2') returning Ext2FS instance with object id 850 >DEBUG:blivet: Ext2FS.supported: supported: True ; >DEBUG:blivet: Ext3FS.supported: supported: True ; >DEBUG:blivet:get_format('ext3') returning Ext3FS instance with object id 851 >DEBUG:blivet: Ext3FS.supported: supported: True ; >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 852 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet: FATFS.supported: supported: True ; >DEBUG:blivet:get_format('vfat') returning FATFS instance with object id 853 >DEBUG:blivet: FATFS.supported: supported: True ; >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet:get_format('efi') returning EFIFS instance with object id 854 >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 855 >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('gfs2') returning GFS2 instance with object id 856 >DEBUG:blivet:get_format('jfs') returning JFS instance with object id 857 >DEBUG:blivet:get_format('reiserfs') returning ReiserFS instance with object id 858 >DEBUG:blivet: XFS.supported: supported: True ; >DEBUG:blivet:get_format('xfs') returning XFS instance with object id 859 >DEBUG:blivet: XFS.supported: supported: True ; >DEBUG:blivet: StratisXFS.supported: supported: False ; >DEBUG:blivet:get_format('stratis xfs') returning StratisXFS instance with object id 860 >DEBUG:blivet: StratisXFS.supported: supported: False ; >DEBUG:blivet: HFS.supported: supported: False ; >DEBUG:blivet:get_format('hfs') returning HFS instance with object id 861 >DEBUG:blivet: HFS.supported: supported: False ; >DEBUG:blivet: AppleBootstrapFS.supported: supported: True ; >DEBUG:blivet:get_format('appleboot') returning AppleBootstrapFS instance with object id 862 >DEBUG:blivet: AppleBootstrapFS.supported: supported: True ; >DEBUG:blivet: HFSPlus.supported: supported: False ; >DEBUG:blivet:get_format('hfs+') returning HFSPlus instance with object id 863 >DEBUG:blivet: HFSPlus.supported: supported: False ; >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 864 >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet: NTFS.supported: supported: True ; >DEBUG:blivet:get_format('ntfs') returning NTFS instance with object id 865 >DEBUG:blivet: NTFS.supported: supported: True ; >DEBUG:blivet: ExFATFS.supported: supported: False ; >DEBUG:blivet:get_format('exfat') returning ExFATFS instance with object id 866 >DEBUG:blivet: ExFATFS.supported: supported: False ; >DEBUG:blivet: F2FS.supported: supported: True ; >DEBUG:blivet:get_format('f2fs') returning F2FS instance with object id 867 >DEBUG:blivet: F2FS.supported: supported: True ; >DEBUG:blivet: NFS.supported: supported: False ; >DEBUG:blivet:get_format('nfs') returning NFS instance with object id 868 >DEBUG:blivet: NFS.supported: supported: False ; >DEBUG:blivet: NFSv4.supported: supported: False ; >DEBUG:blivet:get_format('nfs4') returning NFSv4 instance with object id 869 >DEBUG:blivet: NFSv4.supported: supported: False ; >DEBUG:blivet: Iso9660FS.supported: supported: True ; >DEBUG:blivet:get_format('iso9660') returning Iso9660FS instance with object id 870 >DEBUG:blivet: Iso9660FS.supported: supported: True ; >DEBUG:blivet: UDFFS.supported: supported: True ; >DEBUG:blivet:get_format('udf') returning UDFFS instance with object id 871 >DEBUG:blivet: UDFFS.supported: supported: True ; >DEBUG:blivet: NoDevFS.supported: supported: False ; >DEBUG:blivet:get_format('nodev') returning NoDevFS instance with object id 872 >DEBUG:blivet: NoDevFS.supported: supported: False ; >DEBUG:blivet: DevPtsFS.supported: supported: False ; >DEBUG:blivet:get_format('devpts') returning DevPtsFS instance with object id 873 >DEBUG:blivet: DevPtsFS.supported: supported: False ; >DEBUG:blivet: ProcFS.supported: supported: False ; >DEBUG:blivet:get_format('proc') returning ProcFS instance with object id 874 >DEBUG:blivet: ProcFS.supported: supported: False ; >DEBUG:blivet: SysFS.supported: supported: False ; >DEBUG:blivet:get_format('sysfs') returning SysFS instance with object id 875 >DEBUG:blivet: SysFS.supported: supported: False ; >DEBUG:blivet: TmpFS.supported: supported: True ; >DEBUG:blivet:get_format('tmpfs') returning TmpFS instance with object id 876 >DEBUG:blivet: TmpFS.supported: supported: True ; >DEBUG:blivet: BindFS.supported: supported: False ; >DEBUG:blivet:get_format('bind') returning BindFS instance with object id 877 >DEBUG:blivet: BindFS.supported: supported: False ; >DEBUG:blivet: SELinuxFS.supported: supported: False ; >DEBUG:blivet:get_format('selinuxfs') returning SELinuxFS instance with object id 878 >DEBUG:blivet: SELinuxFS.supported: supported: False ; >DEBUG:blivet: USBFS.supported: supported: False ; >DEBUG:blivet:get_format('usbfs') returning USBFS instance with object id 879 >DEBUG:blivet: USBFS.supported: supported: False ; >DEBUG:blivet: EFIVarFS.supported: supported: False ; >DEBUG:blivet:get_format('efivarfs') returning EFIVarFS instance with object id 880 >DEBUG:blivet: EFIVarFS.supported: supported: False ; >DEBUG:blivet: LUKS.__init__: >DEBUG:blivet:get_format('luks') returning LUKS instance with object id 881 >DEBUG:blivet: Integrity.__init__: >DEBUG:blivet:get_format('integrity') returning Integrity instance with object id 882 >DEBUG:blivet: LVMPhysicalVolume.__init__: >DEBUG:blivet:get_format('lvmpv') returning LVMPhysicalVolume instance with object id 883 >DEBUG:blivet: MDRaidMember.__init__: >DEBUG:blivet:get_format('mdmember') returning MDRaidMember instance with object id 884 >DEBUG:blivet: MultipathMember.__init__: >DEBUG:blivet:get_format('multipath_member') returning MultipathMember instance with object id 885 >DEBUG:blivet:get_format('prepboot') returning PPCPRePBoot instance with object id 886 >DEBUG:blivet: SwapSpace.__init__: >DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 887 >DEBUG:blivet: StratisBlockdev.__init__: >DEBUG:blivet:get_format('stratis') returning StratisBlockdev instance with object id 888 >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 889 >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet:get_format('efi') returning EFIFS instance with object id 890 >DEBUG:blivet: Ext2FS.supported: supported: True ; >DEBUG:blivet:get_format('ext2') returning Ext2FS instance with object id 891 >DEBUG:blivet: Ext3FS.supported: supported: True ; >DEBUG:blivet:get_format('ext3') returning Ext3FS instance with object id 892 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 893 >DEBUG:blivet: SwapSpace.__init__: >DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 894 >DEBUG:blivet: FATFS.supported: supported: True ; >DEBUG:blivet:get_format('vfat') returning FATFS instance with object id 895 >DEBUG:blivet: XFS.supported: supported: True ; >DEBUG:blivet:get_format('xfs') returning XFS instance with object id 896 >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda1 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 500 Mio partition sda1 (49) with existing ext4 filesystem >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 897 >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda1 ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 500 Mio partition sda1 (49) with existing ext4 filesystem >DEBUG:blivet:resolved 'sda1' to 'sda1' (partition) >DEBUG:blivet: DeviceTree.get_device_by_name: name: ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned None >DEBUG:blivet: DeviceTree.get_device_by_path: path: /dev/ ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_path returned None >DEBUG:blivet:failed to resolve '/dev/' >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 898 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 899 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda1 ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 500 Mio partition sda1 (49) with existing ext4 filesystem >DEBUG:blivet:resolved 'sda1' to 'sda1' (partition) >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 900 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 901 >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda1 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 500 Mio partition sda1 (49) with existing ext4 filesystem >DEBUG:anaconda.modules.storage.partitioning.interactive.change_device:Change device: DeviceFactoryRequest(container_encrypted=False, container_name='', container_raid_level='', container_size_policy=0, container_spec='', device_encrypted=False, device_name='sda1', device_raid_level='', device_size=524288000, device_spec='sda1', device_type=2, disks=['sda'], format_type='ext4', label='', luks_version='', mount_point='/boot', reformat=True) >DEBUG:anaconda.modules.storage.partitioning.interactive.change_device:Modifying an existing device. >DEBUG:anaconda.modules.storage.partitioning.interactive.change_device:Changing device format: ext4 >INFO:anaconda.modules.storage.partitioning.interactive.utils:Scheduling reformat of sda1 as ext4. >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 902 >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 905 >DEBUG:blivet: PartitionDevice._set_format: sda1 ; type: None ; current: ext4 ; >INFO:blivet:registered action: [903] destroy format ext4 filesystem on partition sda1 (id 49) >DEBUG:blivet: PartitionDevice._set_format: sda1 ; type: ext4 ; current: None ; >INFO:blivet:registered action: [904] create format ext4 filesystem mounted at /boot on partition sda1 (id 49) >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 906 >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:0/block/sdd ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:0/block/sdd/size: 300a >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:1/block/sde ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:1/block/sde/size: 300a >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:2/block/sdf ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:2/block/sdf/size: 300a >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:3/block/sdg ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:3/block/sdg/size: 300a >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:4/block/sdh ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:4/block/sdh/size: 300a >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda1 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 500 Mio partition sda1 (49) with non-existent ext4 filesystem mounted at /boot >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda1 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 500 Mio partition sda1 (49) with non-existent ext4 filesystem mounted at /boot >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_root ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118) with non-existent ext4 filesystem mounted at / >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_root ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118) with non-existent ext4 filesystem mounted at / >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_home ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 153,22 Gio lvmlv vg_erwan-desktop-lv_home (92) with existing ext4 filesystem mounted at /home >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_home ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 153,22 Gio lvmlv vg_erwan-desktop-lv_home (92) with existing ext4 filesystem mounted at /home >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_home ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 153,22 Gio lvmlv vg_erwan-desktop-lv_home (92) with existing ext4 filesystem mounted at /home >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_home ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 153,22 Gio lvmlv vg_erwan-desktop-lv_home (92) with existing ext4 filesystem mounted at /home >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_swap ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 15,53 Gio lvmlv vg_erwan-desktop-lv_swap (105) with existing swap >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_swap ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 15,53 Gio lvmlv vg_erwan-desktop-lv_swap (105) with existing swap >DEBUG:blivet: DeviceTree.get_device_by_name: name: sdc ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 3,83 Gio disk sdc (4) with existing iso9660 filesystem >DEBUG:blivet: DeviceTree.get_device_by_name: name: sdc ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 3,83 Gio disk sdc (4) with existing iso9660 filesystem >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda1 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 500 Mio partition sda1 (49) with non-existent ext4 filesystem mounted at /boot >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda1 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 500 Mio partition sda1 (49) with non-existent ext4 filesystem mounted at /boot >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda1 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 500 Mio partition sda1 (49) with non-existent ext4 filesystem mounted at /boot >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda1 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 500 Mio partition sda1 (49) with non-existent ext4 filesystem mounted at /boot >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda1 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 500 Mio partition sda1 (49) with non-existent ext4 filesystem mounted at /boot >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda1 ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 500 Mio partition sda1 (49) with non-existent ext4 filesystem mounted at /boot >DEBUG:blivet:resolved 'sda1' to 'sda1' (partition) >DEBUG:blivet: DeviceTree.get_device_by_name: name: ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned None >DEBUG:blivet: DeviceTree.get_device_by_path: path: /dev/ ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_path returned None >DEBUG:blivet:failed to resolve '/dev/' >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 907 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 908 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 119,24 Gio disk sda (39) with existing msdos disklabel >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda1 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 500 Mio partition sda1 (49) with non-existent ext4 filesystem mounted at /boot >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 909 >DEBUG:blivet:get_format('biosboot') returning BIOSBoot instance with object id 910 >DEBUG:blivet: DiskLabel.__init__: >INFO:blivet:DiskLabel.parted_device returning None >DEBUG:blivet:get_format('disklabel') returning DiskLabel instance with object id 911 >DEBUG:blivet:get_format('dmraidmember') returning DMRaidMember instance with object id 912 >DEBUG:blivet: Ext2FS.supported: supported: True ; >DEBUG:blivet:get_format('ext2') returning Ext2FS instance with object id 913 >DEBUG:blivet: Ext2FS.supported: supported: True ; >DEBUG:blivet: Ext3FS.supported: supported: True ; >DEBUG:blivet:get_format('ext3') returning Ext3FS instance with object id 914 >DEBUG:blivet: Ext3FS.supported: supported: True ; >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 915 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet: FATFS.supported: supported: True ; >DEBUG:blivet:get_format('vfat') returning FATFS instance with object id 916 >DEBUG:blivet: FATFS.supported: supported: True ; >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet:get_format('efi') returning EFIFS instance with object id 917 >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 918 >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('gfs2') returning GFS2 instance with object id 919 >DEBUG:blivet:get_format('jfs') returning JFS instance with object id 920 >DEBUG:blivet:get_format('reiserfs') returning ReiserFS instance with object id 921 >DEBUG:blivet: XFS.supported: supported: True ; >DEBUG:blivet:get_format('xfs') returning XFS instance with object id 922 >DEBUG:blivet: XFS.supported: supported: True ; >DEBUG:blivet: StratisXFS.supported: supported: False ; >DEBUG:blivet:get_format('stratis xfs') returning StratisXFS instance with object id 923 >DEBUG:blivet: StratisXFS.supported: supported: False ; >DEBUG:blivet: HFS.supported: supported: False ; >DEBUG:blivet:get_format('hfs') returning HFS instance with object id 924 >DEBUG:blivet: HFS.supported: supported: False ; >DEBUG:blivet: AppleBootstrapFS.supported: supported: True ; >DEBUG:blivet:get_format('appleboot') returning AppleBootstrapFS instance with object id 925 >DEBUG:blivet: AppleBootstrapFS.supported: supported: True ; >DEBUG:blivet: HFSPlus.supported: supported: False ; >DEBUG:blivet:get_format('hfs+') returning HFSPlus instance with object id 926 >DEBUG:blivet: HFSPlus.supported: supported: False ; >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 927 >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet: NTFS.supported: supported: True ; >DEBUG:blivet:get_format('ntfs') returning NTFS instance with object id 928 >DEBUG:blivet: NTFS.supported: supported: True ; >DEBUG:blivet: ExFATFS.supported: supported: False ; >DEBUG:blivet:get_format('exfat') returning ExFATFS instance with object id 929 >DEBUG:blivet: ExFATFS.supported: supported: False ; >DEBUG:blivet: F2FS.supported: supported: True ; >DEBUG:blivet:get_format('f2fs') returning F2FS instance with object id 930 >DEBUG:blivet: F2FS.supported: supported: True ; >DEBUG:blivet: NFS.supported: supported: False ; >DEBUG:blivet:get_format('nfs') returning NFS instance with object id 931 >DEBUG:blivet: NFS.supported: supported: False ; >DEBUG:blivet: NFSv4.supported: supported: False ; >DEBUG:blivet:get_format('nfs4') returning NFSv4 instance with object id 932 >DEBUG:blivet: NFSv4.supported: supported: False ; >DEBUG:blivet: Iso9660FS.supported: supported: True ; >DEBUG:blivet:get_format('iso9660') returning Iso9660FS instance with object id 933 >DEBUG:blivet: Iso9660FS.supported: supported: True ; >DEBUG:blivet: UDFFS.supported: supported: True ; >DEBUG:blivet:get_format('udf') returning UDFFS instance with object id 934 >DEBUG:blivet: UDFFS.supported: supported: True ; >DEBUG:blivet: NoDevFS.supported: supported: False ; >DEBUG:blivet:get_format('nodev') returning NoDevFS instance with object id 935 >DEBUG:blivet: NoDevFS.supported: supported: False ; >DEBUG:blivet: DevPtsFS.supported: supported: False ; >DEBUG:blivet:get_format('devpts') returning DevPtsFS instance with object id 936 >DEBUG:blivet: DevPtsFS.supported: supported: False ; >DEBUG:blivet: ProcFS.supported: supported: False ; >DEBUG:blivet:get_format('proc') returning ProcFS instance with object id 937 >DEBUG:blivet: ProcFS.supported: supported: False ; >DEBUG:blivet: SysFS.supported: supported: False ; >DEBUG:blivet:get_format('sysfs') returning SysFS instance with object id 938 >DEBUG:blivet: SysFS.supported: supported: False ; >DEBUG:blivet: TmpFS.supported: supported: True ; >DEBUG:blivet:get_format('tmpfs') returning TmpFS instance with object id 939 >DEBUG:blivet: TmpFS.supported: supported: True ; >DEBUG:blivet: BindFS.supported: supported: False ; >DEBUG:blivet:get_format('bind') returning BindFS instance with object id 940 >DEBUG:blivet: BindFS.supported: supported: False ; >DEBUG:blivet: SELinuxFS.supported: supported: False ; >DEBUG:blivet:get_format('selinuxfs') returning SELinuxFS instance with object id 941 >DEBUG:blivet: SELinuxFS.supported: supported: False ; >DEBUG:blivet: USBFS.supported: supported: False ; >DEBUG:blivet:get_format('usbfs') returning USBFS instance with object id 942 >DEBUG:blivet: USBFS.supported: supported: False ; >DEBUG:blivet: EFIVarFS.supported: supported: False ; >DEBUG:blivet:get_format('efivarfs') returning EFIVarFS instance with object id 943 >DEBUG:blivet: EFIVarFS.supported: supported: False ; >DEBUG:blivet: LUKS.__init__: >DEBUG:blivet:get_format('luks') returning LUKS instance with object id 944 >DEBUG:blivet: Integrity.__init__: >DEBUG:blivet:get_format('integrity') returning Integrity instance with object id 945 >DEBUG:blivet: LVMPhysicalVolume.__init__: >DEBUG:blivet:get_format('lvmpv') returning LVMPhysicalVolume instance with object id 946 >DEBUG:blivet: MDRaidMember.__init__: >DEBUG:blivet:get_format('mdmember') returning MDRaidMember instance with object id 947 >DEBUG:blivet: MultipathMember.__init__: >DEBUG:blivet:get_format('multipath_member') returning MultipathMember instance with object id 948 >DEBUG:blivet:get_format('prepboot') returning PPCPRePBoot instance with object id 949 >DEBUG:blivet: SwapSpace.__init__: >DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 950 >DEBUG:blivet: StratisBlockdev.__init__: >DEBUG:blivet:get_format('stratis') returning StratisBlockdev instance with object id 951 >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 952 >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet:get_format('efi') returning EFIFS instance with object id 953 >DEBUG:blivet: Ext2FS.supported: supported: True ; >DEBUG:blivet:get_format('ext2') returning Ext2FS instance with object id 954 >DEBUG:blivet: Ext3FS.supported: supported: True ; >DEBUG:blivet:get_format('ext3') returning Ext3FS instance with object id 955 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 956 >DEBUG:blivet: SwapSpace.__init__: >DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 957 >DEBUG:blivet: FATFS.supported: supported: True ; >DEBUG:blivet:get_format('vfat') returning FATFS instance with object id 958 >DEBUG:blivet: XFS.supported: supported: True ; >DEBUG:blivet:get_format('xfs') returning XFS instance with object id 959 >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda1 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 500 Mio partition sda1 (49) with non-existent ext4 filesystem mounted at /boot >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 960 >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda1 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 500 Mio partition sda1 (49) with non-existent ext4 filesystem mounted at /boot >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda1 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 500 Mio partition sda1 (49) with non-existent ext4 filesystem mounted at /boot >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda1 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 500 Mio partition sda1 (49) with non-existent ext4 filesystem mounted at /boot >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda1 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 500 Mio partition sda1 (49) with non-existent ext4 filesystem mounted at /boot >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda1 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 500 Mio partition sda1 (49) with non-existent ext4 filesystem mounted at /boot >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda1 ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 500 Mio partition sda1 (49) with non-existent ext4 filesystem mounted at /boot >DEBUG:blivet:resolved 'sda1' to 'sda1' (partition) >DEBUG:blivet: DeviceTree.get_device_by_name: name: ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned None >DEBUG:blivet: DeviceTree.get_device_by_path: path: /dev/ ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_path returned None >DEBUG:blivet:failed to resolve '/dev/' >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 961 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 962 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 119,24 Gio disk sda (39) with existing msdos disklabel >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda1 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 500 Mio partition sda1 (49) with non-existent ext4 filesystem mounted at /boot >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 963 >DEBUG:blivet:get_format('biosboot') returning BIOSBoot instance with object id 964 >DEBUG:blivet: DiskLabel.__init__: >INFO:blivet:DiskLabel.parted_device returning None >DEBUG:blivet:get_format('disklabel') returning DiskLabel instance with object id 965 >DEBUG:blivet:get_format('dmraidmember') returning DMRaidMember instance with object id 966 >DEBUG:blivet: Ext2FS.supported: supported: True ; >DEBUG:blivet:get_format('ext2') returning Ext2FS instance with object id 967 >DEBUG:blivet: Ext2FS.supported: supported: True ; >DEBUG:blivet: Ext3FS.supported: supported: True ; >DEBUG:blivet:get_format('ext3') returning Ext3FS instance with object id 968 >DEBUG:blivet: Ext3FS.supported: supported: True ; >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 969 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet: FATFS.supported: supported: True ; >DEBUG:blivet:get_format('vfat') returning FATFS instance with object id 970 >DEBUG:blivet: FATFS.supported: supported: True ; >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet:get_format('efi') returning EFIFS instance with object id 971 >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 972 >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('gfs2') returning GFS2 instance with object id 973 >DEBUG:blivet:get_format('jfs') returning JFS instance with object id 974 >DEBUG:blivet:get_format('reiserfs') returning ReiserFS instance with object id 975 >DEBUG:blivet: XFS.supported: supported: True ; >DEBUG:blivet:get_format('xfs') returning XFS instance with object id 976 >DEBUG:blivet: XFS.supported: supported: True ; >DEBUG:blivet: StratisXFS.supported: supported: False ; >DEBUG:blivet:get_format('stratis xfs') returning StratisXFS instance with object id 977 >DEBUG:blivet: StratisXFS.supported: supported: False ; >DEBUG:blivet: HFS.supported: supported: False ; >DEBUG:blivet:get_format('hfs') returning HFS instance with object id 978 >DEBUG:blivet: HFS.supported: supported: False ; >DEBUG:blivet: AppleBootstrapFS.supported: supported: True ; >DEBUG:blivet:get_format('appleboot') returning AppleBootstrapFS instance with object id 979 >DEBUG:blivet: AppleBootstrapFS.supported: supported: True ; >DEBUG:blivet: HFSPlus.supported: supported: False ; >DEBUG:blivet:get_format('hfs+') returning HFSPlus instance with object id 980 >DEBUG:blivet: HFSPlus.supported: supported: False ; >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 981 >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet: NTFS.supported: supported: True ; >DEBUG:blivet:get_format('ntfs') returning NTFS instance with object id 982 >DEBUG:blivet: NTFS.supported: supported: True ; >DEBUG:blivet: ExFATFS.supported: supported: False ; >DEBUG:blivet:get_format('exfat') returning ExFATFS instance with object id 983 >DEBUG:blivet: ExFATFS.supported: supported: False ; >DEBUG:blivet: F2FS.supported: supported: True ; >DEBUG:blivet:get_format('f2fs') returning F2FS instance with object id 984 >DEBUG:blivet: F2FS.supported: supported: True ; >DEBUG:blivet: NFS.supported: supported: False ; >DEBUG:blivet:get_format('nfs') returning NFS instance with object id 985 >DEBUG:blivet: NFS.supported: supported: False ; >DEBUG:blivet: NFSv4.supported: supported: False ; >DEBUG:blivet:get_format('nfs4') returning NFSv4 instance with object id 986 >DEBUG:blivet: NFSv4.supported: supported: False ; >DEBUG:blivet: Iso9660FS.supported: supported: True ; >DEBUG:blivet:get_format('iso9660') returning Iso9660FS instance with object id 987 >DEBUG:blivet: Iso9660FS.supported: supported: True ; >DEBUG:blivet: UDFFS.supported: supported: True ; >DEBUG:blivet:get_format('udf') returning UDFFS instance with object id 988 >DEBUG:blivet: UDFFS.supported: supported: True ; >DEBUG:blivet: NoDevFS.supported: supported: False ; >DEBUG:blivet:get_format('nodev') returning NoDevFS instance with object id 989 >DEBUG:blivet: NoDevFS.supported: supported: False ; >DEBUG:blivet: DevPtsFS.supported: supported: False ; >DEBUG:blivet:get_format('devpts') returning DevPtsFS instance with object id 990 >DEBUG:blivet: DevPtsFS.supported: supported: False ; >DEBUG:blivet: ProcFS.supported: supported: False ; >DEBUG:blivet:get_format('proc') returning ProcFS instance with object id 991 >DEBUG:blivet: ProcFS.supported: supported: False ; >DEBUG:blivet: SysFS.supported: supported: False ; >DEBUG:blivet:get_format('sysfs') returning SysFS instance with object id 992 >DEBUG:blivet: SysFS.supported: supported: False ; >DEBUG:blivet: TmpFS.supported: supported: True ; >DEBUG:blivet:get_format('tmpfs') returning TmpFS instance with object id 993 >DEBUG:blivet: TmpFS.supported: supported: True ; >DEBUG:blivet: BindFS.supported: supported: False ; >DEBUG:blivet:get_format('bind') returning BindFS instance with object id 994 >DEBUG:blivet: BindFS.supported: supported: False ; >DEBUG:blivet: SELinuxFS.supported: supported: False ; >DEBUG:blivet:get_format('selinuxfs') returning SELinuxFS instance with object id 995 >DEBUG:blivet: SELinuxFS.supported: supported: False ; >DEBUG:blivet: USBFS.supported: supported: False ; >DEBUG:blivet:get_format('usbfs') returning USBFS instance with object id 996 >DEBUG:blivet: USBFS.supported: supported: False ; >DEBUG:blivet: EFIVarFS.supported: supported: False ; >DEBUG:blivet:get_format('efivarfs') returning EFIVarFS instance with object id 997 >DEBUG:blivet: EFIVarFS.supported: supported: False ; >DEBUG:blivet: LUKS.__init__: >DEBUG:blivet:get_format('luks') returning LUKS instance with object id 998 >DEBUG:blivet: Integrity.__init__: >DEBUG:blivet:get_format('integrity') returning Integrity instance with object id 999 >DEBUG:blivet: LVMPhysicalVolume.__init__: >DEBUG:blivet:get_format('lvmpv') returning LVMPhysicalVolume instance with object id 1000 >DEBUG:blivet: MDRaidMember.__init__: >DEBUG:blivet:get_format('mdmember') returning MDRaidMember instance with object id 1001 >DEBUG:blivet: MultipathMember.__init__: >DEBUG:blivet:get_format('multipath_member') returning MultipathMember instance with object id 1002 >DEBUG:blivet:get_format('prepboot') returning PPCPRePBoot instance with object id 1003 >DEBUG:blivet: SwapSpace.__init__: >DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 1004 >DEBUG:blivet: StratisBlockdev.__init__: >DEBUG:blivet:get_format('stratis') returning StratisBlockdev instance with object id 1005 >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 1006 >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet:get_format('efi') returning EFIFS instance with object id 1007 >DEBUG:blivet: Ext2FS.supported: supported: True ; >DEBUG:blivet:get_format('ext2') returning Ext2FS instance with object id 1008 >DEBUG:blivet: Ext3FS.supported: supported: True ; >DEBUG:blivet:get_format('ext3') returning Ext3FS instance with object id 1009 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 1010 >DEBUG:blivet: SwapSpace.__init__: >DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 1011 >DEBUG:blivet: FATFS.supported: supported: True ; >DEBUG:blivet:get_format('vfat') returning FATFS instance with object id 1012 >DEBUG:blivet: XFS.supported: supported: True ; >DEBUG:blivet:get_format('xfs') returning XFS instance with object id 1013 >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda1 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 500 Mio partition sda1 (49) with non-existent ext4 filesystem mounted at /boot >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 1014 >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 119,24 Gio disk sda (39) with existing msdos disklabel >DEBUG:blivet: DeviceTree.get_device_by_name: name: sdb ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 465,76 Gio disk sdb (73) with existing msdos disklabel >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 119,24 Gio disk sda (39) with existing msdos disklabel >DEBUG:blivet: DeviceTree.get_device_by_name: name: sdb ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 465,76 Gio disk sdb (73) with existing msdos disklabel >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda1 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 500 Mio partition sda1 (49) with non-existent ext4 filesystem mounted at /boot >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda1 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 500 Mio partition sda1 (49) with non-existent ext4 filesystem mounted at /boot >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda1 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 500 Mio partition sda1 (49) with non-existent ext4 filesystem mounted at /boot >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda1 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 500 Mio partition sda1 (49) with non-existent ext4 filesystem mounted at /boot >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda1 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 500 Mio partition sda1 (49) with non-existent ext4 filesystem mounted at /boot >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda1 ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 500 Mio partition sda1 (49) with non-existent ext4 filesystem mounted at /boot >DEBUG:blivet:resolved 'sda1' to 'sda1' (partition) >DEBUG:blivet: DeviceTree.get_device_by_name: name: ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned None >DEBUG:blivet: DeviceTree.get_device_by_path: path: /dev/ ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_path returned None >DEBUG:blivet:failed to resolve '/dev/' >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 1015 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 1016 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 119,24 Gio disk sda (39) with existing msdos disklabel >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda1 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 500 Mio partition sda1 (49) with non-existent ext4 filesystem mounted at /boot >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 1017 >DEBUG:blivet:get_format('biosboot') returning BIOSBoot instance with object id 1018 >DEBUG:blivet: DiskLabel.__init__: >INFO:blivet:DiskLabel.parted_device returning None >DEBUG:blivet:get_format('disklabel') returning DiskLabel instance with object id 1019 >DEBUG:blivet:get_format('dmraidmember') returning DMRaidMember instance with object id 1020 >DEBUG:blivet: Ext2FS.supported: supported: True ; >DEBUG:blivet:get_format('ext2') returning Ext2FS instance with object id 1021 >DEBUG:blivet: Ext2FS.supported: supported: True ; >DEBUG:blivet: Ext3FS.supported: supported: True ; >DEBUG:blivet:get_format('ext3') returning Ext3FS instance with object id 1022 >DEBUG:blivet: Ext3FS.supported: supported: True ; >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 1023 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet: FATFS.supported: supported: True ; >DEBUG:blivet:get_format('vfat') returning FATFS instance with object id 1024 >DEBUG:blivet: FATFS.supported: supported: True ; >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet:get_format('efi') returning EFIFS instance with object id 1025 >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 1026 >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('gfs2') returning GFS2 instance with object id 1027 >DEBUG:blivet:get_format('jfs') returning JFS instance with object id 1028 >DEBUG:blivet:get_format('reiserfs') returning ReiserFS instance with object id 1029 >DEBUG:blivet: XFS.supported: supported: True ; >DEBUG:blivet:get_format('xfs') returning XFS instance with object id 1030 >DEBUG:blivet: XFS.supported: supported: True ; >DEBUG:blivet: StratisXFS.supported: supported: False ; >DEBUG:blivet:get_format('stratis xfs') returning StratisXFS instance with object id 1031 >DEBUG:blivet: StratisXFS.supported: supported: False ; >DEBUG:blivet: HFS.supported: supported: False ; >DEBUG:blivet:get_format('hfs') returning HFS instance with object id 1032 >DEBUG:blivet: HFS.supported: supported: False ; >DEBUG:blivet: AppleBootstrapFS.supported: supported: True ; >DEBUG:blivet:get_format('appleboot') returning AppleBootstrapFS instance with object id 1033 >DEBUG:blivet: AppleBootstrapFS.supported: supported: True ; >DEBUG:blivet: HFSPlus.supported: supported: False ; >DEBUG:blivet:get_format('hfs+') returning HFSPlus instance with object id 1034 >DEBUG:blivet: HFSPlus.supported: supported: False ; >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 1035 >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet: NTFS.supported: supported: True ; >DEBUG:blivet:get_format('ntfs') returning NTFS instance with object id 1036 >DEBUG:blivet: NTFS.supported: supported: True ; >DEBUG:blivet: ExFATFS.supported: supported: False ; >DEBUG:blivet:get_format('exfat') returning ExFATFS instance with object id 1037 >DEBUG:blivet: ExFATFS.supported: supported: False ; >DEBUG:blivet: F2FS.supported: supported: True ; >DEBUG:blivet:get_format('f2fs') returning F2FS instance with object id 1038 >DEBUG:blivet: F2FS.supported: supported: True ; >DEBUG:blivet: NFS.supported: supported: False ; >DEBUG:blivet:get_format('nfs') returning NFS instance with object id 1039 >DEBUG:blivet: NFS.supported: supported: False ; >DEBUG:blivet: NFSv4.supported: supported: False ; >DEBUG:blivet:get_format('nfs4') returning NFSv4 instance with object id 1040 >DEBUG:blivet: NFSv4.supported: supported: False ; >DEBUG:blivet: Iso9660FS.supported: supported: True ; >DEBUG:blivet:get_format('iso9660') returning Iso9660FS instance with object id 1041 >DEBUG:blivet: Iso9660FS.supported: supported: True ; >DEBUG:blivet: UDFFS.supported: supported: True ; >DEBUG:blivet:get_format('udf') returning UDFFS instance with object id 1042 >DEBUG:blivet: UDFFS.supported: supported: True ; >DEBUG:blivet: NoDevFS.supported: supported: False ; >DEBUG:blivet:get_format('nodev') returning NoDevFS instance with object id 1043 >DEBUG:blivet: NoDevFS.supported: supported: False ; >DEBUG:blivet: DevPtsFS.supported: supported: False ; >DEBUG:blivet:get_format('devpts') returning DevPtsFS instance with object id 1044 >DEBUG:blivet: DevPtsFS.supported: supported: False ; >DEBUG:blivet: ProcFS.supported: supported: False ; >DEBUG:blivet:get_format('proc') returning ProcFS instance with object id 1045 >DEBUG:blivet: ProcFS.supported: supported: False ; >DEBUG:blivet: SysFS.supported: supported: False ; >DEBUG:blivet:get_format('sysfs') returning SysFS instance with object id 1046 >DEBUG:blivet: SysFS.supported: supported: False ; >DEBUG:blivet: TmpFS.supported: supported: True ; >DEBUG:blivet:get_format('tmpfs') returning TmpFS instance with object id 1047 >DEBUG:blivet: TmpFS.supported: supported: True ; >DEBUG:blivet: BindFS.supported: supported: False ; >DEBUG:blivet:get_format('bind') returning BindFS instance with object id 1048 >DEBUG:blivet: BindFS.supported: supported: False ; >DEBUG:blivet: SELinuxFS.supported: supported: False ; >DEBUG:blivet:get_format('selinuxfs') returning SELinuxFS instance with object id 1049 >DEBUG:blivet: SELinuxFS.supported: supported: False ; >DEBUG:blivet: USBFS.supported: supported: False ; >DEBUG:blivet:get_format('usbfs') returning USBFS instance with object id 1050 >DEBUG:blivet: USBFS.supported: supported: False ; >DEBUG:blivet: EFIVarFS.supported: supported: False ; >DEBUG:blivet:get_format('efivarfs') returning EFIVarFS instance with object id 1051 >DEBUG:blivet: EFIVarFS.supported: supported: False ; >DEBUG:blivet: LUKS.__init__: >DEBUG:blivet:get_format('luks') returning LUKS instance with object id 1052 >DEBUG:blivet: Integrity.__init__: >DEBUG:blivet:get_format('integrity') returning Integrity instance with object id 1053 >DEBUG:blivet: LVMPhysicalVolume.__init__: >DEBUG:blivet:get_format('lvmpv') returning LVMPhysicalVolume instance with object id 1054 >DEBUG:blivet: MDRaidMember.__init__: >DEBUG:blivet:get_format('mdmember') returning MDRaidMember instance with object id 1055 >DEBUG:blivet: MultipathMember.__init__: >DEBUG:blivet:get_format('multipath_member') returning MultipathMember instance with object id 1056 >DEBUG:blivet:get_format('prepboot') returning PPCPRePBoot instance with object id 1057 >DEBUG:blivet: SwapSpace.__init__: >DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 1058 >DEBUG:blivet: StratisBlockdev.__init__: >DEBUG:blivet:get_format('stratis') returning StratisBlockdev instance with object id 1059 >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 1060 >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet:get_format('efi') returning EFIFS instance with object id 1061 >DEBUG:blivet: Ext2FS.supported: supported: True ; >DEBUG:blivet:get_format('ext2') returning Ext2FS instance with object id 1062 >DEBUG:blivet: Ext3FS.supported: supported: True ; >DEBUG:blivet:get_format('ext3') returning Ext3FS instance with object id 1063 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 1064 >DEBUG:blivet: SwapSpace.__init__: >DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 1065 >DEBUG:blivet: FATFS.supported: supported: True ; >DEBUG:blivet:get_format('vfat') returning FATFS instance with object id 1066 >DEBUG:blivet: XFS.supported: supported: True ; >DEBUG:blivet:get_format('xfs') returning XFS instance with object id 1067 >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda1 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 500 Mio partition sda1 (49) with non-existent ext4 filesystem mounted at /boot >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 1068 >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_swap ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 15,53 Gio lvmlv vg_erwan-desktop-lv_swap (105) with existing swap >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_swap ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 15,53 Gio lvmlv vg_erwan-desktop-lv_swap (105) with existing swap >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_swap ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 15,53 Gio lvmlv vg_erwan-desktop-lv_swap (105) with existing swap >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_swap ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 15,53 Gio lvmlv vg_erwan-desktop-lv_swap (105) with existing swap >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_swap ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 15,53 Gio lvmlv vg_erwan-desktop-lv_swap (105) with existing swap >DEBUG:blivet:vg_erwan-desktop size is 584,5 Gio >DEBUG:blivet:vg vg_erwan-desktop has 254,5 Gio free >DEBUG:blivet:vg_erwan-desktop size is 584,5 Gio >DEBUG:blivet:vg vg_erwan-desktop has 254,5 Gio free >DEBUG:blivet:vg_erwan-desktop size is 584,5 Gio >DEBUG:blivet:vg vg_erwan-desktop has 254,5 Gio free >DEBUG:blivet:vg_erwan-desktop size is 584,5 Gio >DEBUG:blivet:vg vg_erwan-desktop has 254,5 Gio free >DEBUG:blivet:instantiating <class 'blivet.devicefactory.LVMFactory'>: <pyanaconda.core.util.LazyObject object at 0x7f4f7b93a1d0>, [], {'device': LVMLogicalVolumeDevice instance (0x7f4f7b5f3d50) -- > name = vg_erwan-desktop-lv_swap status = False id = 105 > children = [] > parents = ['existing 584,5 Gio lvmvg vg_erwan-desktop (68)'] > uuid = D1HagM-iPHi-tB3l-DXqk-BdeW-RnB3-VJOGlO size = 15,53 Gio > format = existing swap > major = 0 minor = 0 exists = True protected = False > sysfs path = /sys/devices/virtual/block/dm-0 > target size = 15,53 Gio path = /dev/mapper/vg_erwan--desktop-lv_swap > format args = [] original_format = swap target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4f7ac4db90) -- > name = vg_erwan-desktop status = False id = 68 > children = ['existing 153,22 Gio lvmlv vg_erwan-desktop-lv_home (92) with existing ext4 ' > 'filesystem mounted at /home', > 'existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118) with non-existent ' > 'ext4 filesystem mounted at /', > 'existing 15,53 Gio lvmlv vg_erwan-desktop-lv_swap (105) with existing swap'] > parents = ['existing 118,75 Gio partition sda2 (59) with existing lvmpv', > 'existing 465,76 Gio partition sdb1 (83) with existing lvmpv'] > uuid = 3vkTwN-NVSy-EPPa-TKBy-ECge-VrQq-Zq6a4s size = 584,5 Gio > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = > target size = 584,5 Gio path = /dev/vg_erwan--desktop > format args = [] original_format = None free = 254,5 Gio PE Size = 32 Mio PE Count = 18704 > PE Free = 8144 PV Count = 2 > modified = False extents = 18704 free space = 254,5 Gio > free extents = 8144 reserved percent = 0 reserved space = 0 O > PVs = ['existing 118,75 Gio partition sda2 (59) with existing lvmpv', > 'existing 465,76 Gio partition sdb1 (83) with existing lvmpv'] > LVs = ['existing 153,22 Gio lvmlv vg_erwan-desktop-lv_home (92) with existing ext4 ' > 'filesystem mounted at /home', > 'existing 15,53 Gio lvmlv vg_erwan-desktop-lv_swap (105) with existing swap', > 'existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118) with non-existent ' > 'ext4 filesystem mounted at /'] > segment type = linear percent = 0 > VG space used = 15,53 Gio} >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_swap ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 15,53 Gio lvmlv vg_erwan-desktop-lv_swap (105) with existing swap >DEBUG:blivet:resolved 'vg_erwan-desktop-lv_swap' to 'vg_erwan-desktop-lv_swap' (lvmlv) >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 584,5 Gio lvmvg vg_erwan-desktop (68) >DEBUG:blivet:resolved 'vg_erwan-desktop' to 'vg_erwan-desktop' (lvmvg) >DEBUG:blivet: SwapSpace.__init__: >DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 1069 >DEBUG:blivet: SwapSpace.__init__: >DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 1070 >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 119,24 Gio disk sda (39) with existing msdos disklabel >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_swap ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 15,53 Gio lvmlv vg_erwan-desktop-lv_swap (105) with existing swap >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 1071 >DEBUG:blivet:get_format('biosboot') returning BIOSBoot instance with object id 1072 >DEBUG:blivet: DiskLabel.__init__: >INFO:blivet:DiskLabel.parted_device returning None >DEBUG:blivet:get_format('disklabel') returning DiskLabel instance with object id 1073 >DEBUG:blivet:get_format('dmraidmember') returning DMRaidMember instance with object id 1074 >DEBUG:blivet: Ext2FS.supported: supported: True ; >DEBUG:blivet:get_format('ext2') returning Ext2FS instance with object id 1075 >DEBUG:blivet: Ext2FS.supported: supported: True ; >DEBUG:blivet: Ext3FS.supported: supported: True ; >DEBUG:blivet:get_format('ext3') returning Ext3FS instance with object id 1076 >DEBUG:blivet: Ext3FS.supported: supported: True ; >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 1077 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet: FATFS.supported: supported: True ; >DEBUG:blivet:get_format('vfat') returning FATFS instance with object id 1078 >DEBUG:blivet: FATFS.supported: supported: True ; >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet:get_format('efi') returning EFIFS instance with object id 1079 >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 1080 >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('gfs2') returning GFS2 instance with object id 1081 >DEBUG:blivet:get_format('jfs') returning JFS instance with object id 1082 >DEBUG:blivet:get_format('reiserfs') returning ReiserFS instance with object id 1083 >DEBUG:blivet: XFS.supported: supported: True ; >DEBUG:blivet:get_format('xfs') returning XFS instance with object id 1084 >DEBUG:blivet: XFS.supported: supported: True ; >DEBUG:blivet: StratisXFS.supported: supported: False ; >DEBUG:blivet:get_format('stratis xfs') returning StratisXFS instance with object id 1085 >DEBUG:blivet: StratisXFS.supported: supported: False ; >DEBUG:blivet: HFS.supported: supported: False ; >DEBUG:blivet:get_format('hfs') returning HFS instance with object id 1086 >DEBUG:blivet: HFS.supported: supported: False ; >DEBUG:blivet: AppleBootstrapFS.supported: supported: True ; >DEBUG:blivet:get_format('appleboot') returning AppleBootstrapFS instance with object id 1087 >DEBUG:blivet: AppleBootstrapFS.supported: supported: True ; >DEBUG:blivet: HFSPlus.supported: supported: False ; >DEBUG:blivet:get_format('hfs+') returning HFSPlus instance with object id 1088 >DEBUG:blivet: HFSPlus.supported: supported: False ; >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 1089 >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet: NTFS.supported: supported: True ; >DEBUG:blivet:get_format('ntfs') returning NTFS instance with object id 1090 >DEBUG:blivet: NTFS.supported: supported: True ; >DEBUG:blivet: ExFATFS.supported: supported: False ; >DEBUG:blivet:get_format('exfat') returning ExFATFS instance with object id 1091 >DEBUG:blivet: ExFATFS.supported: supported: False ; >DEBUG:blivet: F2FS.supported: supported: True ; >DEBUG:blivet:get_format('f2fs') returning F2FS instance with object id 1092 >DEBUG:blivet: F2FS.supported: supported: True ; >DEBUG:blivet: NFS.supported: supported: False ; >DEBUG:blivet:get_format('nfs') returning NFS instance with object id 1093 >DEBUG:blivet: NFS.supported: supported: False ; >DEBUG:blivet: NFSv4.supported: supported: False ; >DEBUG:blivet:get_format('nfs4') returning NFSv4 instance with object id 1094 >DEBUG:blivet: NFSv4.supported: supported: False ; >DEBUG:blivet: Iso9660FS.supported: supported: True ; >DEBUG:blivet:get_format('iso9660') returning Iso9660FS instance with object id 1095 >DEBUG:blivet: Iso9660FS.supported: supported: True ; >DEBUG:blivet: UDFFS.supported: supported: True ; >DEBUG:blivet:get_format('udf') returning UDFFS instance with object id 1096 >DEBUG:blivet: UDFFS.supported: supported: True ; >DEBUG:blivet: NoDevFS.supported: supported: False ; >DEBUG:blivet:get_format('nodev') returning NoDevFS instance with object id 1097 >DEBUG:blivet: NoDevFS.supported: supported: False ; >DEBUG:blivet: DevPtsFS.supported: supported: False ; >DEBUG:blivet:get_format('devpts') returning DevPtsFS instance with object id 1098 >DEBUG:blivet: DevPtsFS.supported: supported: False ; >DEBUG:blivet: ProcFS.supported: supported: False ; >DEBUG:blivet:get_format('proc') returning ProcFS instance with object id 1099 >DEBUG:blivet: ProcFS.supported: supported: False ; >DEBUG:blivet: SysFS.supported: supported: False ; >DEBUG:blivet:get_format('sysfs') returning SysFS instance with object id 1100 >DEBUG:blivet: SysFS.supported: supported: False ; >DEBUG:blivet: TmpFS.supported: supported: True ; >DEBUG:blivet:get_format('tmpfs') returning TmpFS instance with object id 1101 >DEBUG:blivet: TmpFS.supported: supported: True ; >DEBUG:blivet: BindFS.supported: supported: False ; >DEBUG:blivet:get_format('bind') returning BindFS instance with object id 1102 >DEBUG:blivet: BindFS.supported: supported: False ; >DEBUG:blivet: SELinuxFS.supported: supported: False ; >DEBUG:blivet:get_format('selinuxfs') returning SELinuxFS instance with object id 1103 >DEBUG:blivet: SELinuxFS.supported: supported: False ; >DEBUG:blivet: USBFS.supported: supported: False ; >DEBUG:blivet:get_format('usbfs') returning USBFS instance with object id 1104 >DEBUG:blivet: USBFS.supported: supported: False ; >DEBUG:blivet: EFIVarFS.supported: supported: False ; >DEBUG:blivet:get_format('efivarfs') returning EFIVarFS instance with object id 1105 >DEBUG:blivet: EFIVarFS.supported: supported: False ; >DEBUG:blivet: LUKS.__init__: >DEBUG:blivet:get_format('luks') returning LUKS instance with object id 1106 >DEBUG:blivet: Integrity.__init__: >DEBUG:blivet:get_format('integrity') returning Integrity instance with object id 1107 >DEBUG:blivet: LVMPhysicalVolume.__init__: >DEBUG:blivet:get_format('lvmpv') returning LVMPhysicalVolume instance with object id 1108 >DEBUG:blivet: MDRaidMember.__init__: >DEBUG:blivet:get_format('mdmember') returning MDRaidMember instance with object id 1109 >DEBUG:blivet: MultipathMember.__init__: >DEBUG:blivet:get_format('multipath_member') returning MultipathMember instance with object id 1110 >DEBUG:blivet:get_format('prepboot') returning PPCPRePBoot instance with object id 1111 >DEBUG:blivet: SwapSpace.__init__: >DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 1112 >DEBUG:blivet: StratisBlockdev.__init__: >DEBUG:blivet:get_format('stratis') returning StratisBlockdev instance with object id 1113 >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 1114 >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet:get_format('efi') returning EFIFS instance with object id 1115 >DEBUG:blivet: Ext2FS.supported: supported: True ; >DEBUG:blivet:get_format('ext2') returning Ext2FS instance with object id 1116 >DEBUG:blivet: Ext3FS.supported: supported: True ; >DEBUG:blivet:get_format('ext3') returning Ext3FS instance with object id 1117 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 1118 >DEBUG:blivet: SwapSpace.__init__: >DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 1119 >DEBUG:blivet: FATFS.supported: supported: True ; >DEBUG:blivet:get_format('vfat') returning FATFS instance with object id 1120 >DEBUG:blivet: XFS.supported: supported: True ; >DEBUG:blivet:get_format('xfs') returning XFS instance with object id 1121 >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_swap ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 15,53 Gio lvmlv vg_erwan-desktop-lv_swap (105) with existing swap >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 1122 >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 584,5 Gio lvmvg vg_erwan-desktop (68) >DEBUG:blivet:vg_erwan-desktop size is 584,5 Gio >DEBUG:blivet:vg vg_erwan-desktop has 254,5 Gio free >DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage/Task/2. >INFO:anaconda.threading:Running Thread: AnaTaskThread-InteractivePartitioningTask-1 (139979348747968) >INFO:anaconda.modules.common.task.task:Configure the partitioning >DEBUG:anaconda.modules.storage.bootloader.execution:Execute the bootloader with dry run False. >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:0/block/sdd ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:0/block/sdd/size: 300a >INFO:blivet:Skipping disk: sdd: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:1/block/sde ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:1/block/sde/size: 300a >INFO:blivet:Skipping disk: sde: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:2/block/sdf ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:2/block/sdf/size: 300a >INFO:blivet:Skipping disk: sdf: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:3/block/sdg ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:3/block/sdg/size: 300a >INFO:blivet:Skipping disk: sdg: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:4/block/sdh ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:4/block/sdh/size: 300a >INFO:blivet:Skipping disk: sdh: No media present >DEBUG:anaconda.modules.storage.bootloader.base:new disk list: [DiskDevice instance (0x7f4f7ab3b750) -- > name = sda status = True id = 39 > children = ['existing 500 Mio partition sda1 (49) with non-existent ext4 filesystem ' > 'mounted at /boot', > 'existing 118,75 Gio partition sda2 (59) with existing lvmpv'] > parents = [] > uuid = None size = 119,24 Gio > format = existing msdos disklabel > major = 8 minor = 0 exists = True protected = False > sysfs path = /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda > target size = 119,24 Gio path = /dev/sda > format args = [] original_format = disklabel removable = False wwn = 5002538043584d30, DiskDevice instance (0x7f4f7ab3d1d0) -- > name = sdb status = True id = 73 > children = ['existing 465,76 Gio partition sdb1 (83) with existing lvmpv'] > parents = [] > uuid = None size = 465,76 Gio > format = existing msdos disklabel > major = 8 minor = 16 exists = True protected = False > sysfs path = /sys/devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sdb > target size = 465,76 Gio path = /dev/sdb > format args = [] original_format = disklabel removable = False wwn = 5002538d409a2fbe] >DEBUG:anaconda.modules.storage.bootloader.execution:Applying bootloader location: DEFAULT >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:0/block/sdd ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:0/block/sdd/size: 300a >INFO:blivet:Skipping disk: sdd: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:1/block/sde ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:1/block/sde/size: 300a >INFO:blivet:Skipping disk: sde: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:2/block/sdf ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:2/block/sdf/size: 300a >INFO:blivet:Skipping disk: sdf: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:3/block/sdg ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:3/block/sdg/size: 300a >INFO:blivet:Skipping disk: sdg: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:4/block/sdh ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:4/block/sdh/size: 300a >INFO:blivet:Skipping disk: sdh: No media present >DEBUG:anaconda.modules.storage.bootloader.execution:Applying drive order: [] >DEBUG:anaconda.modules.storage.bootloader.base:new disk order: [] >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:0/block/sdd ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:0/block/sdd/size: 300a >INFO:blivet:Skipping disk: sdd: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:1/block/sde ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:1/block/sde/size: 300a >INFO:blivet:Skipping disk: sde: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:2/block/sdf ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:2/block/sdf/size: 300a >INFO:blivet:Skipping disk: sdf: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:3/block/sdg ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:3/block/sdg/size: 300a >INFO:blivet:Skipping disk: sdg: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:4/block/sdh ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:4/block/sdh/size: 300a >INFO:blivet:Skipping disk: sdh: No media present >DEBUG:anaconda.modules.storage.bootloader.base:Is /LiveOS/rootfs.img a valid stage1 target device? >DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type file >DEBUG:anaconda.modules.storage.bootloader.base:Is /overlay (deleted) a valid stage1 target device? >DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type file >DEBUG:anaconda.modules.storage.bootloader.base:Is /run/initramfs/live/LiveOS/squashfs.img a valid stage1 target device? >DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type file >DEBUG:anaconda.modules.storage.bootloader.base:Is live-base a valid stage1 target device? >DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type dm >DEBUG:anaconda.modules.storage.bootloader.base:Is live-rw a valid stage1 target device? >DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type dm >DEBUG:anaconda.modules.storage.bootloader.base:Is loop0 a valid stage1 target device? >DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type loop >DEBUG:anaconda.modules.storage.bootloader.base:Is loop1 a valid stage1 target device? >DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type loop >DEBUG:anaconda.modules.storage.bootloader.base:Is loop2 a valid stage1 target device? >DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type loop >DEBUG:anaconda.modules.storage.bootloader.base:Is sda a valid stage1 target device? >DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type disk >DEBUG:anaconda.modules.storage.bootloader.base:Is sda1 a valid stage1 target device? >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_disklabel(sda1) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_size(sda1) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_location(sda1) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_format(sda1) returning False >DEBUG:anaconda.modules.storage.bootloader.base:is_valid_stage1_device(sda1) returning False >DEBUG:anaconda.modules.storage.bootloader.base:Is sda2 a valid stage1 target device? >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_disklabel(sda2) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_size(sda2) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_location(sda2) returning True >WARNING:anaconda.modules.storage.bootloader.base:sda2 not bootable >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_format(sda2) returning False >DEBUG:anaconda.modules.storage.bootloader.base:is_valid_stage1_device(sda2) returning False >DEBUG:anaconda.modules.storage.bootloader.base:Is sdb a valid stage1 target device? >DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type disk >DEBUG:anaconda.modules.storage.bootloader.base:Is sdb1 a valid stage1 target device? >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_disklabel(sdb1) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_size(sdb1) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_location(sdb1) returning True >WARNING:anaconda.modules.storage.bootloader.base:sdb1 not bootable >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_format(sdb1) returning False >DEBUG:anaconda.modules.storage.bootloader.base:is_valid_stage1_device(sdb1) returning False >DEBUG:anaconda.modules.storage.bootloader.base:Is sdc a valid stage1 target device? >DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type disk >DEBUG:anaconda.modules.storage.bootloader.base:Is sdd a valid stage1 target device? >DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type disk >DEBUG:anaconda.modules.storage.bootloader.base:Is sde a valid stage1 target device? >DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type disk >DEBUG:anaconda.modules.storage.bootloader.base:Is sdf a valid stage1 target device? >DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type disk >DEBUG:anaconda.modules.storage.bootloader.base:Is sdg a valid stage1 target device? >DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type disk >DEBUG:anaconda.modules.storage.bootloader.base:Is sdh a valid stage1 target device? >DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type disk >DEBUG:anaconda.modules.storage.bootloader.base:Is sr0 a valid stage1 target device? >DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type cdrom >DEBUG:anaconda.modules.storage.bootloader.base:Is vg_erwan-desktop a valid stage1 target device? >DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type lvmvg >DEBUG:anaconda.modules.storage.bootloader.base:Is vg_erwan-desktop-lv_home a valid stage1 target device? >DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type lvmlv >DEBUG:anaconda.modules.storage.bootloader.base:Is vg_erwan-desktop-lv_root a valid stage1 target device? >DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type lvmlv >DEBUG:anaconda.modules.storage.bootloader.base:Is vg_erwan-desktop-lv_swap a valid stage1 target device? >DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type lvmlv >DEBUG:anaconda.modules.storage.bootloader.execution:No usable drive with a valid stage1 was found. >DEBUG:anaconda.modules.storage.bootloader.execution:Use the first usable drive. >DEBUG:anaconda.modules.storage.bootloader.execution:Using a boot drive: sda >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 119,24 Gio disk sda (39) with existing msdos disklabel >DEBUG:blivet:resolved 'sda' to 'sda' (disk) >DEBUG:anaconda.modules.storage.bootloader.bootloader:Drive is set to 'sda'. >DEBUG:anaconda.modules.storage.bootloader.base:Is sda a valid stage1 target device? >DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type disk >DEBUG:anaconda.modules.storage.bootloader.base:Is sda1 a valid stage1 target device? >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_disklabel(sda1) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_size(sda1) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_location(sda1) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_format(sda1) returning False >DEBUG:anaconda.modules.storage.bootloader.base:is_valid_stage1_device(sda1) returning False >DEBUG:anaconda.modules.storage.bootloader.base:Is sda2 a valid stage1 target device? >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_disklabel(sda2) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_size(sda2) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_location(sda2) returning True >WARNING:anaconda.modules.storage.bootloader.base:sda2 not bootable >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_format(sda2) returning False >DEBUG:anaconda.modules.storage.bootloader.base:is_valid_stage1_device(sda2) returning False >DEBUG:anaconda.modules.storage.bootloader.base:Is vg_erwan-desktop a valid stage1 target device? >DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type lvmvg >DEBUG:anaconda.modules.storage.bootloader.base:Is vg_erwan-desktop-lv_home a valid stage1 target device? >DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type lvmlv >DEBUG:anaconda.modules.storage.bootloader.base:Is vg_erwan-desktop-lv_root a valid stage1 target device? >DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type lvmlv >DEBUG:anaconda.modules.storage.bootloader.base:Is vg_erwan-desktop-lv_swap a valid stage1 target device? >DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type lvmlv >ERROR:anaconda.modules.storage.partitioning.base_partitioning:Bootloader configuration has failed: Failed to find a suitable stage1 device: Partition système EFI ne peut pas être du type ext4.; Partition système EFI doit être monté sur un des périphériques suivants : /boot/efi.; Partition système EFI ne peut pas être du type lvmpv. >INFO:anaconda.threading:Thread Failed: AnaTaskThread-InteractivePartitioningTask-1 (139979348747968) >ERROR:anaconda.modules.common.task.task:Thread AnaTaskThread-InteractivePartitioningTask-1 has failed: Traceback (most recent call last): > File "/usr/lib64/python3.11/site-packages/pyanaconda/modules/storage/partitioning/base_partitioning.py", line 53, in run > self._run(self._storage) > File "/usr/lib64/python3.11/site-packages/pyanaconda/modules/storage/partitioning/interactive/interactive_partitioning.py", line 38, in _run > self._prepare_bootloader(storage) > File "/usr/lib64/python3.11/site-packages/pyanaconda/modules/storage/partitioning/interactive/interactive_partitioning.py", line 43, in _prepare_bootloader > setup_bootloader(storage) > File "/usr/lib64/python3.11/site-packages/pyanaconda/modules/storage/bootloader/execution.py", line 44, in setup_bootloader > executor.execute(storage=storage, dry_run=dry_run) > File "/usr/lib64/python3.11/site-packages/pyanaconda/modules/storage/bootloader/execution.py", line 78, in execute > storage.bootloader.set_stage1_device(storage.devices) > File "/usr/lib64/python3.11/site-packages/pyanaconda/modules/storage/bootloader/base.py", line 618, in set_stage1_device > raise BootLoaderError(msg) >pyanaconda.modules.storage.bootloader.base.BootLoaderError: Failed to find a suitable stage1 device: Partition système EFI ne peut pas être du type ext4.; Partition système EFI doit être monté sur un des périphériques suivants : /boot/efi.; Partition système EFI ne peut pas être du type lvmpv. > >The above exception was the direct cause of the following exception: > >Traceback (most recent call last): > File "/usr/lib64/python3.11/site-packages/pyanaconda/threading.py", line 275, in run > threading.Thread.run(self) > File "/usr/lib64/python3.11/threading.py", line 975, in run > self._target(*self._args, **self._kwargs) > File "/usr/lib64/python3.11/site-packages/pyanaconda/modules/common/task/task.py", line 96, in _thread_run_callback > self._task_run_callback() > File "/usr/lib64/python3.11/site-packages/pyanaconda/modules/common/task/task.py", line 109, in _task_run_callback > self._set_result(self.run()) > ^^^^^^^^^^ > File "/usr/lib64/python3.11/site-packages/pyanaconda/modules/storage/partitioning/base_partitioning.py", line 63, in run > self._handle_bootloader_error(e, str(e)) > File "/usr/lib64/python3.11/site-packages/pyanaconda/modules/storage/partitioning/base_partitioning.py", line 98, in _handle_bootloader_error > raise BootloaderConfigurationError(message) from exception >pyanaconda.modules.common.errors.configuration.BootloaderConfigurationError: Failed to find a suitable stage1 device: Partition système EFI ne peut pas être du type ext4.; Partition système EFI doit être monté sur un des périphériques suivants : /boot/efi.; Partition système EFI ne peut pas être du type lvmpv. > >INFO:anaconda.threading:Thread Done: AnaTaskThread-InteractivePartitioningTask-1 (139979348747968) >WARNING:dasbus.server.handler:The call org.fedoraproject.Anaconda.Task.Finish has failed with an exception: >Traceback (most recent call last): > File "/usr/lib64/python3.11/site-packages/pyanaconda/modules/storage/partitioning/base_partitioning.py", line 53, in run > self._run(self._storage) > File "/usr/lib64/python3.11/site-packages/pyanaconda/modules/storage/partitioning/interactive/interactive_partitioning.py", line 38, in _run > self._prepare_bootloader(storage) > File "/usr/lib64/python3.11/site-packages/pyanaconda/modules/storage/partitioning/interactive/interactive_partitioning.py", line 43, in _prepare_bootloader > setup_bootloader(storage) > File "/usr/lib64/python3.11/site-packages/pyanaconda/modules/storage/bootloader/execution.py", line 44, in setup_bootloader > executor.execute(storage=storage, dry_run=dry_run) > File "/usr/lib64/python3.11/site-packages/pyanaconda/modules/storage/bootloader/execution.py", line 78, in execute > storage.bootloader.set_stage1_device(storage.devices) > File "/usr/lib64/python3.11/site-packages/pyanaconda/modules/storage/bootloader/base.py", line 618, in set_stage1_device > raise BootLoaderError(msg) >pyanaconda.modules.storage.bootloader.base.BootLoaderError: Failed to find a suitable stage1 device: Partition système EFI ne peut pas être du type ext4.; Partition système EFI doit être monté sur un des périphériques suivants : /boot/efi.; Partition système EFI ne peut pas être du type lvmpv. > >The above exception was the direct cause of the following exception: > >Traceback (most recent call last): > File "/usr/lib/python3.11/site-packages/dasbus/server/handler.py", line 455, in _method_callback > result = self._handle_call( > ^^^^^^^^^^^^^^^^^^ > File "/usr/lib/python3.11/site-packages/dasbus/server/handler.py", line 265, in _handle_call > return handler(*parameters, **additional_args) > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/usr/lib64/python3.11/site-packages/pyanaconda/modules/common/task/task_interface.py", line 114, in Finish > self.implementation.finish() > File "/usr/lib64/python3.11/site-packages/pyanaconda/modules/common/task/task.py", line 175, in finish > threadMgr.raise_if_error(self._thread_name) > File "/usr/lib64/python3.11/site-packages/pyanaconda/threading.py", line 166, in raise_if_error > raise exc_info[1] > File "/usr/lib64/python3.11/site-packages/pyanaconda/threading.py", line 275, in run > threading.Thread.run(self) > File "/usr/lib64/python3.11/threading.py", line 975, in run > self._target(*self._args, **self._kwargs) > File "/usr/lib64/python3.11/site-packages/pyanaconda/modules/common/task/task.py", line 96, in _thread_run_callback > self._task_run_callback() > File "/usr/lib64/python3.11/site-packages/pyanaconda/modules/common/task/task.py", line 109, in _task_run_callback > self._set_result(self.run()) > ^^^^^^^^^^ > File "/usr/lib64/python3.11/site-packages/pyanaconda/modules/storage/partitioning/base_partitioning.py", line 63, in run > self._handle_bootloader_error(e, str(e)) > File "/usr/lib64/python3.11/site-packages/pyanaconda/modules/storage/partitioning/base_partitioning.py", line 98, in _handle_bootloader_error > raise BootloaderConfigurationError(message) from exception >pyanaconda.modules.common.errors.configuration.BootloaderConfigurationError: Failed to find a suitable stage1 device: Partition système EFI ne peut pas être du type ext4.; Partition système EFI doit être monté sur un des périphériques suivants : /boot/efi.; Partition système EFI ne peut pas être du type lvmpv. >DEBUG:anaconda.modules.storage.bootloader.bootloader:Drive is set to ''. >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda1 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 500 Mio partition sda1 (49) with non-existent ext4 filesystem mounted at /boot >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda1 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 500 Mio partition sda1 (49) with non-existent ext4 filesystem mounted at /boot >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda1 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 500 Mio partition sda1 (49) with non-existent ext4 filesystem mounted at /boot >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda1 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 500 Mio partition sda1 (49) with non-existent ext4 filesystem mounted at /boot >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda1 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 500 Mio partition sda1 (49) with non-existent ext4 filesystem mounted at /boot >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda1 ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 500 Mio partition sda1 (49) with non-existent ext4 filesystem mounted at /boot >DEBUG:blivet:resolved 'sda1' to 'sda1' (partition) >DEBUG:blivet: DeviceTree.get_device_by_name: name: ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned None >DEBUG:blivet: DeviceTree.get_device_by_path: path: /dev/ ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_path returned None >DEBUG:blivet:failed to resolve '/dev/' >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 1123 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 1124 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 119,24 Gio disk sda (39) with existing msdos disklabel >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda1 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 500 Mio partition sda1 (49) with non-existent ext4 filesystem mounted at /boot >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 1125 >DEBUG:blivet:get_format('biosboot') returning BIOSBoot instance with object id 1126 >DEBUG:blivet: DiskLabel.__init__: >INFO:blivet:DiskLabel.parted_device returning None >DEBUG:blivet:get_format('disklabel') returning DiskLabel instance with object id 1127 >DEBUG:blivet:get_format('dmraidmember') returning DMRaidMember instance with object id 1128 >DEBUG:blivet: Ext2FS.supported: supported: True ; >DEBUG:blivet:get_format('ext2') returning Ext2FS instance with object id 1129 >DEBUG:blivet: Ext2FS.supported: supported: True ; >DEBUG:blivet: Ext3FS.supported: supported: True ; >DEBUG:blivet:get_format('ext3') returning Ext3FS instance with object id 1130 >DEBUG:blivet: Ext3FS.supported: supported: True ; >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 1131 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet: FATFS.supported: supported: True ; >DEBUG:blivet:get_format('vfat') returning FATFS instance with object id 1132 >DEBUG:blivet: FATFS.supported: supported: True ; >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet:get_format('efi') returning EFIFS instance with object id 1133 >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 1134 >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('gfs2') returning GFS2 instance with object id 1135 >DEBUG:blivet:get_format('jfs') returning JFS instance with object id 1136 >DEBUG:blivet:get_format('reiserfs') returning ReiserFS instance with object id 1137 >DEBUG:blivet: XFS.supported: supported: True ; >DEBUG:blivet:get_format('xfs') returning XFS instance with object id 1138 >DEBUG:blivet: XFS.supported: supported: True ; >DEBUG:blivet: StratisXFS.supported: supported: False ; >DEBUG:blivet:get_format('stratis xfs') returning StratisXFS instance with object id 1139 >DEBUG:blivet: StratisXFS.supported: supported: False ; >DEBUG:blivet: HFS.supported: supported: False ; >DEBUG:blivet:get_format('hfs') returning HFS instance with object id 1140 >DEBUG:blivet: HFS.supported: supported: False ; >DEBUG:blivet: AppleBootstrapFS.supported: supported: True ; >DEBUG:blivet:get_format('appleboot') returning AppleBootstrapFS instance with object id 1141 >DEBUG:blivet: AppleBootstrapFS.supported: supported: True ; >DEBUG:blivet: HFSPlus.supported: supported: False ; >DEBUG:blivet:get_format('hfs+') returning HFSPlus instance with object id 1142 >DEBUG:blivet: HFSPlus.supported: supported: False ; >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 1143 >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet: NTFS.supported: supported: True ; >DEBUG:blivet:get_format('ntfs') returning NTFS instance with object id 1144 >DEBUG:blivet: NTFS.supported: supported: True ; >DEBUG:blivet: ExFATFS.supported: supported: False ; >DEBUG:blivet:get_format('exfat') returning ExFATFS instance with object id 1145 >DEBUG:blivet: ExFATFS.supported: supported: False ; >DEBUG:blivet: F2FS.supported: supported: True ; >DEBUG:blivet:get_format('f2fs') returning F2FS instance with object id 1146 >DEBUG:blivet: F2FS.supported: supported: True ; >DEBUG:blivet: NFS.supported: supported: False ; >DEBUG:blivet:get_format('nfs') returning NFS instance with object id 1147 >DEBUG:blivet: NFS.supported: supported: False ; >DEBUG:blivet: NFSv4.supported: supported: False ; >DEBUG:blivet:get_format('nfs4') returning NFSv4 instance with object id 1148 >DEBUG:blivet: NFSv4.supported: supported: False ; >DEBUG:blivet: Iso9660FS.supported: supported: True ; >DEBUG:blivet:get_format('iso9660') returning Iso9660FS instance with object id 1149 >DEBUG:blivet: Iso9660FS.supported: supported: True ; >DEBUG:blivet: UDFFS.supported: supported: True ; >DEBUG:blivet:get_format('udf') returning UDFFS instance with object id 1150 >DEBUG:blivet: UDFFS.supported: supported: True ; >DEBUG:blivet: NoDevFS.supported: supported: False ; >DEBUG:blivet:get_format('nodev') returning NoDevFS instance with object id 1151 >DEBUG:blivet: NoDevFS.supported: supported: False ; >DEBUG:blivet: DevPtsFS.supported: supported: False ; >DEBUG:blivet:get_format('devpts') returning DevPtsFS instance with object id 1152 >DEBUG:blivet: DevPtsFS.supported: supported: False ; >DEBUG:blivet: ProcFS.supported: supported: False ; >DEBUG:blivet:get_format('proc') returning ProcFS instance with object id 1153 >DEBUG:blivet: ProcFS.supported: supported: False ; >DEBUG:blivet: SysFS.supported: supported: False ; >DEBUG:blivet:get_format('sysfs') returning SysFS instance with object id 1154 >DEBUG:blivet: SysFS.supported: supported: False ; >DEBUG:blivet: TmpFS.supported: supported: True ; >DEBUG:blivet:get_format('tmpfs') returning TmpFS instance with object id 1155 >DEBUG:blivet: TmpFS.supported: supported: True ; >DEBUG:blivet: BindFS.supported: supported: False ; >DEBUG:blivet:get_format('bind') returning BindFS instance with object id 1156 >DEBUG:blivet: BindFS.supported: supported: False ; >DEBUG:blivet: SELinuxFS.supported: supported: False ; >DEBUG:blivet:get_format('selinuxfs') returning SELinuxFS instance with object id 1157 >DEBUG:blivet: SELinuxFS.supported: supported: False ; >DEBUG:blivet: USBFS.supported: supported: False ; >DEBUG:blivet:get_format('usbfs') returning USBFS instance with object id 1158 >DEBUG:blivet: USBFS.supported: supported: False ; >DEBUG:blivet: EFIVarFS.supported: supported: False ; >DEBUG:blivet:get_format('efivarfs') returning EFIVarFS instance with object id 1159 >DEBUG:blivet: EFIVarFS.supported: supported: False ; >DEBUG:blivet: LUKS.__init__: >DEBUG:blivet:get_format('luks') returning LUKS instance with object id 1160 >DEBUG:blivet: Integrity.__init__: >DEBUG:blivet:get_format('integrity') returning Integrity instance with object id 1161 >DEBUG:blivet: LVMPhysicalVolume.__init__: >DEBUG:blivet:get_format('lvmpv') returning LVMPhysicalVolume instance with object id 1162 >DEBUG:blivet: MDRaidMember.__init__: >DEBUG:blivet:get_format('mdmember') returning MDRaidMember instance with object id 1163 >DEBUG:blivet: MultipathMember.__init__: >DEBUG:blivet:get_format('multipath_member') returning MultipathMember instance with object id 1164 >DEBUG:blivet:get_format('prepboot') returning PPCPRePBoot instance with object id 1165 >DEBUG:blivet: SwapSpace.__init__: >DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 1166 >DEBUG:blivet: StratisBlockdev.__init__: >DEBUG:blivet:get_format('stratis') returning StratisBlockdev instance with object id 1167 >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 1168 >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet:get_format('efi') returning EFIFS instance with object id 1169 >DEBUG:blivet: Ext2FS.supported: supported: True ; >DEBUG:blivet:get_format('ext2') returning Ext2FS instance with object id 1170 >DEBUG:blivet: Ext3FS.supported: supported: True ; >DEBUG:blivet:get_format('ext3') returning Ext3FS instance with object id 1171 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 1172 >DEBUG:blivet: SwapSpace.__init__: >DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 1173 >DEBUG:blivet: FATFS.supported: supported: True ; >DEBUG:blivet:get_format('vfat') returning FATFS instance with object id 1174 >DEBUG:blivet: XFS.supported: supported: True ; >DEBUG:blivet:get_format('xfs') returning XFS instance with object id 1175 >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda1 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 500 Mio partition sda1 (49) with non-existent ext4 filesystem mounted at /boot >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 1176 >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda1 ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 500 Mio partition sda1 (49) with non-existent ext4 filesystem mounted at /boot >DEBUG:blivet:resolved 'sda1' to 'sda1' (partition) >DEBUG:blivet: DeviceTree.get_device_by_name: name: ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned None >DEBUG:blivet: DeviceTree.get_device_by_path: path: /dev/ ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_path returned None >DEBUG:blivet:failed to resolve '/dev/' >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet:get_format('efi') returning EFIFS instance with object id 1177 >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet:get_format('efi') returning EFIFS instance with object id 1178 >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda1 ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 500 Mio partition sda1 (49) with non-existent ext4 filesystem mounted at /boot >DEBUG:blivet:resolved 'sda1' to 'sda1' (partition) >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet:get_format('efi') returning EFIFS instance with object id 1179 >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet:get_format('efi') returning EFIFS instance with object id 1180 >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda1 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 500 Mio partition sda1 (49) with non-existent ext4 filesystem mounted at /boot >DEBUG:anaconda.modules.storage.partitioning.interactive.change_device:Change device: DeviceFactoryRequest(container_encrypted=False, container_name='', container_raid_level='', container_size_policy=0, container_spec='', device_encrypted=False, device_name='sda1', device_raid_level='', device_size=524288000, device_spec='sda1', device_type=2, disks=['sda'], format_type='efi', label='', luks_version='', mount_point='/boot/efi', reformat=True) >DEBUG:anaconda.modules.storage.partitioning.interactive.change_device:Modifying an existing device. >DEBUG:anaconda.modules.storage.partitioning.interactive.change_device:Changing device format: efi >INFO:anaconda.modules.storage.partitioning.interactive.utils:Scheduling reformat of sda1 as efi. >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet:get_format('efi') returning EFIFS instance with object id 1181 >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 1184 >DEBUG:blivet: PartitionDevice._set_format: sda1 ; type: None ; current: ext4 ; >INFO:blivet:registered action: [1182] destroy format ext4 filesystem mounted at /boot on partition sda1 (id 49) >DEBUG:blivet: PartitionDevice._set_format: sda1 ; type: efi ; current: None ; >INFO:blivet:registered action: [1183] create format efi filesystem mounted at /boot/efi on partition sda1 (id 49) >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet:get_format('efi') returning EFIFS instance with object id 1185 >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:0/block/sdd ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:0/block/sdd/size: 300a >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:1/block/sde ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:1/block/sde/size: 300a >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:2/block/sdf ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:2/block/sdf/size: 300a >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:3/block/sdg ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:3/block/sdg/size: 300a >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:4/block/sdh ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:4/block/sdh/size: 300a >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda1 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 500 Mio partition sda1 (49) with non-existent efi filesystem mounted at /boot/efi >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda1 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 500 Mio partition sda1 (49) with non-existent efi filesystem mounted at /boot/efi >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_root ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118) with non-existent ext4 filesystem mounted at / >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_root ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118) with non-existent ext4 filesystem mounted at / >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_home ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 153,22 Gio lvmlv vg_erwan-desktop-lv_home (92) with existing ext4 filesystem mounted at /home >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_home ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 153,22 Gio lvmlv vg_erwan-desktop-lv_home (92) with existing ext4 filesystem mounted at /home >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_home ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 153,22 Gio lvmlv vg_erwan-desktop-lv_home (92) with existing ext4 filesystem mounted at /home >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_home ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 153,22 Gio lvmlv vg_erwan-desktop-lv_home (92) with existing ext4 filesystem mounted at /home >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_swap ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 15,53 Gio lvmlv vg_erwan-desktop-lv_swap (105) with existing swap >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_swap ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 15,53 Gio lvmlv vg_erwan-desktop-lv_swap (105) with existing swap >DEBUG:blivet: DeviceTree.get_device_by_name: name: sdc ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 3,83 Gio disk sdc (4) with existing iso9660 filesystem >DEBUG:blivet: DeviceTree.get_device_by_name: name: sdc ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 3,83 Gio disk sdc (4) with existing iso9660 filesystem >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda1 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 500 Mio partition sda1 (49) with non-existent efi filesystem mounted at /boot/efi >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda1 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 500 Mio partition sda1 (49) with non-existent efi filesystem mounted at /boot/efi >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda1 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 500 Mio partition sda1 (49) with non-existent efi filesystem mounted at /boot/efi >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda1 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 500 Mio partition sda1 (49) with non-existent efi filesystem mounted at /boot/efi >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda1 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 500 Mio partition sda1 (49) with non-existent efi filesystem mounted at /boot/efi >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda1 ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 500 Mio partition sda1 (49) with non-existent efi filesystem mounted at /boot/efi >DEBUG:blivet:resolved 'sda1' to 'sda1' (partition) >DEBUG:blivet: DeviceTree.get_device_by_name: name: ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned None >DEBUG:blivet: DeviceTree.get_device_by_path: path: /dev/ ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_path returned None >DEBUG:blivet:failed to resolve '/dev/' >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet:get_format('efi') returning EFIFS instance with object id 1186 >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet:get_format('efi') returning EFIFS instance with object id 1187 >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 119,24 Gio disk sda (39) with existing msdos disklabel >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda1 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 500 Mio partition sda1 (49) with non-existent efi filesystem mounted at /boot/efi >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 1188 >DEBUG:blivet:get_format('biosboot') returning BIOSBoot instance with object id 1189 >DEBUG:blivet: DiskLabel.__init__: >INFO:blivet:DiskLabel.parted_device returning None >DEBUG:blivet:get_format('disklabel') returning DiskLabel instance with object id 1190 >DEBUG:blivet:get_format('dmraidmember') returning DMRaidMember instance with object id 1191 >DEBUG:blivet: Ext2FS.supported: supported: True ; >DEBUG:blivet:get_format('ext2') returning Ext2FS instance with object id 1192 >DEBUG:blivet: Ext2FS.supported: supported: True ; >DEBUG:blivet: Ext3FS.supported: supported: True ; >DEBUG:blivet:get_format('ext3') returning Ext3FS instance with object id 1193 >DEBUG:blivet: Ext3FS.supported: supported: True ; >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 1194 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet: FATFS.supported: supported: True ; >DEBUG:blivet:get_format('vfat') returning FATFS instance with object id 1195 >DEBUG:blivet: FATFS.supported: supported: True ; >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet:get_format('efi') returning EFIFS instance with object id 1196 >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 1197 >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('gfs2') returning GFS2 instance with object id 1198 >DEBUG:blivet:get_format('jfs') returning JFS instance with object id 1199 >DEBUG:blivet:get_format('reiserfs') returning ReiserFS instance with object id 1200 >DEBUG:blivet: XFS.supported: supported: True ; >DEBUG:blivet:get_format('xfs') returning XFS instance with object id 1201 >DEBUG:blivet: XFS.supported: supported: True ; >DEBUG:blivet: StratisXFS.supported: supported: False ; >DEBUG:blivet:get_format('stratis xfs') returning StratisXFS instance with object id 1202 >DEBUG:blivet: StratisXFS.supported: supported: False ; >DEBUG:blivet: HFS.supported: supported: False ; >DEBUG:blivet:get_format('hfs') returning HFS instance with object id 1203 >DEBUG:blivet: HFS.supported: supported: False ; >DEBUG:blivet: AppleBootstrapFS.supported: supported: True ; >DEBUG:blivet:get_format('appleboot') returning AppleBootstrapFS instance with object id 1204 >DEBUG:blivet: AppleBootstrapFS.supported: supported: True ; >DEBUG:blivet: HFSPlus.supported: supported: False ; >DEBUG:blivet:get_format('hfs+') returning HFSPlus instance with object id 1205 >DEBUG:blivet: HFSPlus.supported: supported: False ; >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 1206 >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet: NTFS.supported: supported: True ; >DEBUG:blivet:get_format('ntfs') returning NTFS instance with object id 1207 >DEBUG:blivet: NTFS.supported: supported: True ; >DEBUG:blivet: ExFATFS.supported: supported: False ; >DEBUG:blivet:get_format('exfat') returning ExFATFS instance with object id 1208 >DEBUG:blivet: ExFATFS.supported: supported: False ; >DEBUG:blivet: F2FS.supported: supported: True ; >DEBUG:blivet:get_format('f2fs') returning F2FS instance with object id 1209 >DEBUG:blivet: F2FS.supported: supported: True ; >DEBUG:blivet: NFS.supported: supported: False ; >DEBUG:blivet:get_format('nfs') returning NFS instance with object id 1210 >DEBUG:blivet: NFS.supported: supported: False ; >DEBUG:blivet: NFSv4.supported: supported: False ; >DEBUG:blivet:get_format('nfs4') returning NFSv4 instance with object id 1211 >DEBUG:blivet: NFSv4.supported: supported: False ; >DEBUG:blivet: Iso9660FS.supported: supported: True ; >DEBUG:blivet:get_format('iso9660') returning Iso9660FS instance with object id 1212 >DEBUG:blivet: Iso9660FS.supported: supported: True ; >DEBUG:blivet: UDFFS.supported: supported: True ; >DEBUG:blivet:get_format('udf') returning UDFFS instance with object id 1213 >DEBUG:blivet: UDFFS.supported: supported: True ; >DEBUG:blivet: NoDevFS.supported: supported: False ; >DEBUG:blivet:get_format('nodev') returning NoDevFS instance with object id 1214 >DEBUG:blivet: NoDevFS.supported: supported: False ; >DEBUG:blivet: DevPtsFS.supported: supported: False ; >DEBUG:blivet:get_format('devpts') returning DevPtsFS instance with object id 1215 >DEBUG:blivet: DevPtsFS.supported: supported: False ; >DEBUG:blivet: ProcFS.supported: supported: False ; >DEBUG:blivet:get_format('proc') returning ProcFS instance with object id 1216 >DEBUG:blivet: ProcFS.supported: supported: False ; >DEBUG:blivet: SysFS.supported: supported: False ; >DEBUG:blivet:get_format('sysfs') returning SysFS instance with object id 1217 >DEBUG:blivet: SysFS.supported: supported: False ; >DEBUG:blivet: TmpFS.supported: supported: True ; >DEBUG:blivet:get_format('tmpfs') returning TmpFS instance with object id 1218 >DEBUG:blivet: TmpFS.supported: supported: True ; >DEBUG:blivet: BindFS.supported: supported: False ; >DEBUG:blivet:get_format('bind') returning BindFS instance with object id 1219 >DEBUG:blivet: BindFS.supported: supported: False ; >DEBUG:blivet: SELinuxFS.supported: supported: False ; >DEBUG:blivet:get_format('selinuxfs') returning SELinuxFS instance with object id 1220 >DEBUG:blivet: SELinuxFS.supported: supported: False ; >DEBUG:blivet: USBFS.supported: supported: False ; >DEBUG:blivet:get_format('usbfs') returning USBFS instance with object id 1221 >DEBUG:blivet: USBFS.supported: supported: False ; >DEBUG:blivet: EFIVarFS.supported: supported: False ; >DEBUG:blivet:get_format('efivarfs') returning EFIVarFS instance with object id 1222 >DEBUG:blivet: EFIVarFS.supported: supported: False ; >DEBUG:blivet: LUKS.__init__: >DEBUG:blivet:get_format('luks') returning LUKS instance with object id 1223 >DEBUG:blivet: Integrity.__init__: >DEBUG:blivet:get_format('integrity') returning Integrity instance with object id 1224 >DEBUG:blivet: LVMPhysicalVolume.__init__: >DEBUG:blivet:get_format('lvmpv') returning LVMPhysicalVolume instance with object id 1225 >DEBUG:blivet: MDRaidMember.__init__: >DEBUG:blivet:get_format('mdmember') returning MDRaidMember instance with object id 1226 >DEBUG:blivet: MultipathMember.__init__: >DEBUG:blivet:get_format('multipath_member') returning MultipathMember instance with object id 1227 >DEBUG:blivet:get_format('prepboot') returning PPCPRePBoot instance with object id 1228 >DEBUG:blivet: SwapSpace.__init__: >DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 1229 >DEBUG:blivet: StratisBlockdev.__init__: >DEBUG:blivet:get_format('stratis') returning StratisBlockdev instance with object id 1230 >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 1231 >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet:get_format('efi') returning EFIFS instance with object id 1232 >DEBUG:blivet: Ext2FS.supported: supported: True ; >DEBUG:blivet:get_format('ext2') returning Ext2FS instance with object id 1233 >DEBUG:blivet: Ext3FS.supported: supported: True ; >DEBUG:blivet:get_format('ext3') returning Ext3FS instance with object id 1234 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 1235 >DEBUG:blivet: SwapSpace.__init__: >DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 1236 >DEBUG:blivet: FATFS.supported: supported: True ; >DEBUG:blivet:get_format('vfat') returning FATFS instance with object id 1237 >DEBUG:blivet: XFS.supported: supported: True ; >DEBUG:blivet:get_format('xfs') returning XFS instance with object id 1238 >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda1 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 500 Mio partition sda1 (49) with non-existent efi filesystem mounted at /boot/efi >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 1239 >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda1 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 500 Mio partition sda1 (49) with non-existent efi filesystem mounted at /boot/efi >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda1 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 500 Mio partition sda1 (49) with non-existent efi filesystem mounted at /boot/efi >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda1 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 500 Mio partition sda1 (49) with non-existent efi filesystem mounted at /boot/efi >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda1 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 500 Mio partition sda1 (49) with non-existent efi filesystem mounted at /boot/efi >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda1 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 500 Mio partition sda1 (49) with non-existent efi filesystem mounted at /boot/efi >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda1 ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 500 Mio partition sda1 (49) with non-existent efi filesystem mounted at /boot/efi >DEBUG:blivet:resolved 'sda1' to 'sda1' (partition) >DEBUG:blivet: DeviceTree.get_device_by_name: name: ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned None >DEBUG:blivet: DeviceTree.get_device_by_path: path: /dev/ ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_path returned None >DEBUG:blivet:failed to resolve '/dev/' >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet:get_format('efi') returning EFIFS instance with object id 1240 >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet:get_format('efi') returning EFIFS instance with object id 1241 >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 119,24 Gio disk sda (39) with existing msdos disklabel >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda1 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 500 Mio partition sda1 (49) with non-existent efi filesystem mounted at /boot/efi >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 1242 >DEBUG:blivet:get_format('biosboot') returning BIOSBoot instance with object id 1243 >DEBUG:blivet: DiskLabel.__init__: >INFO:blivet:DiskLabel.parted_device returning None >DEBUG:blivet:get_format('disklabel') returning DiskLabel instance with object id 1244 >DEBUG:blivet:get_format('dmraidmember') returning DMRaidMember instance with object id 1245 >DEBUG:blivet: Ext2FS.supported: supported: True ; >DEBUG:blivet:get_format('ext2') returning Ext2FS instance with object id 1246 >DEBUG:blivet: Ext2FS.supported: supported: True ; >DEBUG:blivet: Ext3FS.supported: supported: True ; >DEBUG:blivet:get_format('ext3') returning Ext3FS instance with object id 1247 >DEBUG:blivet: Ext3FS.supported: supported: True ; >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 1248 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet: FATFS.supported: supported: True ; >DEBUG:blivet:get_format('vfat') returning FATFS instance with object id 1249 >DEBUG:blivet: FATFS.supported: supported: True ; >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet:get_format('efi') returning EFIFS instance with object id 1250 >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 1251 >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('gfs2') returning GFS2 instance with object id 1252 >DEBUG:blivet:get_format('jfs') returning JFS instance with object id 1253 >DEBUG:blivet:get_format('reiserfs') returning ReiserFS instance with object id 1254 >DEBUG:blivet: XFS.supported: supported: True ; >DEBUG:blivet:get_format('xfs') returning XFS instance with object id 1255 >DEBUG:blivet: XFS.supported: supported: True ; >DEBUG:blivet: StratisXFS.supported: supported: False ; >DEBUG:blivet:get_format('stratis xfs') returning StratisXFS instance with object id 1256 >DEBUG:blivet: StratisXFS.supported: supported: False ; >DEBUG:blivet: HFS.supported: supported: False ; >DEBUG:blivet:get_format('hfs') returning HFS instance with object id 1257 >DEBUG:blivet: HFS.supported: supported: False ; >DEBUG:blivet: AppleBootstrapFS.supported: supported: True ; >DEBUG:blivet:get_format('appleboot') returning AppleBootstrapFS instance with object id 1258 >DEBUG:blivet: AppleBootstrapFS.supported: supported: True ; >DEBUG:blivet: HFSPlus.supported: supported: False ; >DEBUG:blivet:get_format('hfs+') returning HFSPlus instance with object id 1259 >DEBUG:blivet: HFSPlus.supported: supported: False ; >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 1260 >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet: NTFS.supported: supported: True ; >DEBUG:blivet:get_format('ntfs') returning NTFS instance with object id 1261 >DEBUG:blivet: NTFS.supported: supported: True ; >DEBUG:blivet: ExFATFS.supported: supported: False ; >DEBUG:blivet:get_format('exfat') returning ExFATFS instance with object id 1262 >DEBUG:blivet: ExFATFS.supported: supported: False ; >DEBUG:blivet: F2FS.supported: supported: True ; >DEBUG:blivet:get_format('f2fs') returning F2FS instance with object id 1263 >DEBUG:blivet: F2FS.supported: supported: True ; >DEBUG:blivet: NFS.supported: supported: False ; >DEBUG:blivet:get_format('nfs') returning NFS instance with object id 1264 >DEBUG:blivet: NFS.supported: supported: False ; >DEBUG:blivet: NFSv4.supported: supported: False ; >DEBUG:blivet:get_format('nfs4') returning NFSv4 instance with object id 1265 >DEBUG:blivet: NFSv4.supported: supported: False ; >DEBUG:blivet: Iso9660FS.supported: supported: True ; >DEBUG:blivet:get_format('iso9660') returning Iso9660FS instance with object id 1266 >DEBUG:blivet: Iso9660FS.supported: supported: True ; >DEBUG:blivet: UDFFS.supported: supported: True ; >DEBUG:blivet:get_format('udf') returning UDFFS instance with object id 1267 >DEBUG:blivet: UDFFS.supported: supported: True ; >DEBUG:blivet: NoDevFS.supported: supported: False ; >DEBUG:blivet:get_format('nodev') returning NoDevFS instance with object id 1268 >DEBUG:blivet: NoDevFS.supported: supported: False ; >DEBUG:blivet: DevPtsFS.supported: supported: False ; >DEBUG:blivet:get_format('devpts') returning DevPtsFS instance with object id 1269 >DEBUG:blivet: DevPtsFS.supported: supported: False ; >DEBUG:blivet: ProcFS.supported: supported: False ; >DEBUG:blivet:get_format('proc') returning ProcFS instance with object id 1270 >DEBUG:blivet: ProcFS.supported: supported: False ; >DEBUG:blivet: SysFS.supported: supported: False ; >DEBUG:blivet:get_format('sysfs') returning SysFS instance with object id 1271 >DEBUG:blivet: SysFS.supported: supported: False ; >DEBUG:blivet: TmpFS.supported: supported: True ; >DEBUG:blivet:get_format('tmpfs') returning TmpFS instance with object id 1272 >DEBUG:blivet: TmpFS.supported: supported: True ; >DEBUG:blivet: BindFS.supported: supported: False ; >DEBUG:blivet:get_format('bind') returning BindFS instance with object id 1273 >DEBUG:blivet: BindFS.supported: supported: False ; >DEBUG:blivet: SELinuxFS.supported: supported: False ; >DEBUG:blivet:get_format('selinuxfs') returning SELinuxFS instance with object id 1274 >DEBUG:blivet: SELinuxFS.supported: supported: False ; >DEBUG:blivet: USBFS.supported: supported: False ; >DEBUG:blivet:get_format('usbfs') returning USBFS instance with object id 1275 >DEBUG:blivet: USBFS.supported: supported: False ; >DEBUG:blivet: EFIVarFS.supported: supported: False ; >DEBUG:blivet:get_format('efivarfs') returning EFIVarFS instance with object id 1276 >DEBUG:blivet: EFIVarFS.supported: supported: False ; >DEBUG:blivet: LUKS.__init__: >DEBUG:blivet:get_format('luks') returning LUKS instance with object id 1277 >DEBUG:blivet: Integrity.__init__: >DEBUG:blivet:get_format('integrity') returning Integrity instance with object id 1278 >DEBUG:blivet: LVMPhysicalVolume.__init__: >DEBUG:blivet:get_format('lvmpv') returning LVMPhysicalVolume instance with object id 1279 >DEBUG:blivet: MDRaidMember.__init__: >DEBUG:blivet:get_format('mdmember') returning MDRaidMember instance with object id 1280 >DEBUG:blivet: MultipathMember.__init__: >DEBUG:blivet:get_format('multipath_member') returning MultipathMember instance with object id 1281 >DEBUG:blivet:get_format('prepboot') returning PPCPRePBoot instance with object id 1282 >DEBUG:blivet: SwapSpace.__init__: >DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 1283 >DEBUG:blivet: StratisBlockdev.__init__: >DEBUG:blivet:get_format('stratis') returning StratisBlockdev instance with object id 1284 >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 1285 >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet:get_format('efi') returning EFIFS instance with object id 1286 >DEBUG:blivet: Ext2FS.supported: supported: True ; >DEBUG:blivet:get_format('ext2') returning Ext2FS instance with object id 1287 >DEBUG:blivet: Ext3FS.supported: supported: True ; >DEBUG:blivet:get_format('ext3') returning Ext3FS instance with object id 1288 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 1289 >DEBUG:blivet: SwapSpace.__init__: >DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 1290 >DEBUG:blivet: FATFS.supported: supported: True ; >DEBUG:blivet:get_format('vfat') returning FATFS instance with object id 1291 >DEBUG:blivet: XFS.supported: supported: True ; >DEBUG:blivet:get_format('xfs') returning XFS instance with object id 1292 >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda1 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 500 Mio partition sda1 (49) with non-existent efi filesystem mounted at /boot/efi >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 1293 >DEBUG:blivet: BTRFS.supported: supported: True ; >INFO:blivet:removing obsolete action 904 (1183) >INFO:blivet:removing obsolete action 1182 (1183) >DEBUG:blivet:action 1182 already pruned >DEBUG:blivet:action 904 already pruned >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 119,24 Gio disk sda (39) with existing msdos disklabel >DEBUG:blivet: DeviceTree.get_device_by_name: name: sdb ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 465,76 Gio disk sdb (73) with existing msdos disklabel >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 119,24 Gio disk sda (39) with existing msdos disklabel >DEBUG:blivet: DeviceTree.get_device_by_name: name: sdb ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 465,76 Gio disk sdb (73) with existing msdos disklabel >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda1 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 500 Mio partition sda1 (49) with non-existent efi filesystem mounted at /boot/efi >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda1 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 500 Mio partition sda1 (49) with non-existent efi filesystem mounted at /boot/efi >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda1 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 500 Mio partition sda1 (49) with non-existent efi filesystem mounted at /boot/efi >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda1 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 500 Mio partition sda1 (49) with non-existent efi filesystem mounted at /boot/efi >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda1 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 500 Mio partition sda1 (49) with non-existent efi filesystem mounted at /boot/efi >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda1 ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 500 Mio partition sda1 (49) with non-existent efi filesystem mounted at /boot/efi >DEBUG:blivet:resolved 'sda1' to 'sda1' (partition) >DEBUG:blivet: DeviceTree.get_device_by_name: name: ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned None >DEBUG:blivet: DeviceTree.get_device_by_path: path: /dev/ ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_path returned None >DEBUG:blivet:failed to resolve '/dev/' >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet:get_format('efi') returning EFIFS instance with object id 1294 >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet:get_format('efi') returning EFIFS instance with object id 1295 >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 119,24 Gio disk sda (39) with existing msdos disklabel >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda1 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 500 Mio partition sda1 (49) with non-existent efi filesystem mounted at /boot/efi >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 1296 >DEBUG:blivet:get_format('biosboot') returning BIOSBoot instance with object id 1297 >DEBUG:blivet: DiskLabel.__init__: >INFO:blivet:DiskLabel.parted_device returning None >DEBUG:blivet:get_format('disklabel') returning DiskLabel instance with object id 1298 >DEBUG:blivet:get_format('dmraidmember') returning DMRaidMember instance with object id 1299 >DEBUG:blivet: Ext2FS.supported: supported: True ; >DEBUG:blivet:get_format('ext2') returning Ext2FS instance with object id 1300 >DEBUG:blivet: Ext2FS.supported: supported: True ; >DEBUG:blivet: Ext3FS.supported: supported: True ; >DEBUG:blivet:get_format('ext3') returning Ext3FS instance with object id 1301 >DEBUG:blivet: Ext3FS.supported: supported: True ; >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 1302 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet: FATFS.supported: supported: True ; >DEBUG:blivet:get_format('vfat') returning FATFS instance with object id 1303 >DEBUG:blivet: FATFS.supported: supported: True ; >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet:get_format('efi') returning EFIFS instance with object id 1304 >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 1305 >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('gfs2') returning GFS2 instance with object id 1306 >DEBUG:blivet:get_format('jfs') returning JFS instance with object id 1307 >DEBUG:blivet:get_format('reiserfs') returning ReiserFS instance with object id 1308 >DEBUG:blivet: XFS.supported: supported: True ; >DEBUG:blivet:get_format('xfs') returning XFS instance with object id 1309 >DEBUG:blivet: XFS.supported: supported: True ; >DEBUG:blivet: StratisXFS.supported: supported: False ; >DEBUG:blivet:get_format('stratis xfs') returning StratisXFS instance with object id 1310 >DEBUG:blivet: StratisXFS.supported: supported: False ; >DEBUG:blivet: HFS.supported: supported: False ; >DEBUG:blivet:get_format('hfs') returning HFS instance with object id 1311 >DEBUG:blivet: HFS.supported: supported: False ; >DEBUG:blivet: AppleBootstrapFS.supported: supported: True ; >DEBUG:blivet:get_format('appleboot') returning AppleBootstrapFS instance with object id 1312 >DEBUG:blivet: AppleBootstrapFS.supported: supported: True ; >DEBUG:blivet: HFSPlus.supported: supported: False ; >DEBUG:blivet:get_format('hfs+') returning HFSPlus instance with object id 1313 >DEBUG:blivet: HFSPlus.supported: supported: False ; >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 1314 >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet: NTFS.supported: supported: True ; >DEBUG:blivet:get_format('ntfs') returning NTFS instance with object id 1315 >DEBUG:blivet: NTFS.supported: supported: True ; >DEBUG:blivet: ExFATFS.supported: supported: False ; >DEBUG:blivet:get_format('exfat') returning ExFATFS instance with object id 1316 >DEBUG:blivet: ExFATFS.supported: supported: False ; >DEBUG:blivet: F2FS.supported: supported: True ; >DEBUG:blivet:get_format('f2fs') returning F2FS instance with object id 1317 >DEBUG:blivet: F2FS.supported: supported: True ; >DEBUG:blivet: NFS.supported: supported: False ; >DEBUG:blivet:get_format('nfs') returning NFS instance with object id 1318 >DEBUG:blivet: NFS.supported: supported: False ; >DEBUG:blivet: NFSv4.supported: supported: False ; >DEBUG:blivet:get_format('nfs4') returning NFSv4 instance with object id 1319 >DEBUG:blivet: NFSv4.supported: supported: False ; >DEBUG:blivet: Iso9660FS.supported: supported: True ; >DEBUG:blivet:get_format('iso9660') returning Iso9660FS instance with object id 1320 >DEBUG:blivet: Iso9660FS.supported: supported: True ; >DEBUG:blivet: UDFFS.supported: supported: True ; >DEBUG:blivet:get_format('udf') returning UDFFS instance with object id 1321 >DEBUG:blivet: UDFFS.supported: supported: True ; >DEBUG:blivet: NoDevFS.supported: supported: False ; >DEBUG:blivet:get_format('nodev') returning NoDevFS instance with object id 1322 >DEBUG:blivet: NoDevFS.supported: supported: False ; >DEBUG:blivet: DevPtsFS.supported: supported: False ; >DEBUG:blivet:get_format('devpts') returning DevPtsFS instance with object id 1323 >DEBUG:blivet: DevPtsFS.supported: supported: False ; >DEBUG:blivet: ProcFS.supported: supported: False ; >DEBUG:blivet:get_format('proc') returning ProcFS instance with object id 1324 >DEBUG:blivet: ProcFS.supported: supported: False ; >DEBUG:blivet: SysFS.supported: supported: False ; >DEBUG:blivet:get_format('sysfs') returning SysFS instance with object id 1325 >DEBUG:blivet: SysFS.supported: supported: False ; >DEBUG:blivet: TmpFS.supported: supported: True ; >DEBUG:blivet:get_format('tmpfs') returning TmpFS instance with object id 1326 >DEBUG:blivet: TmpFS.supported: supported: True ; >DEBUG:blivet: BindFS.supported: supported: False ; >DEBUG:blivet:get_format('bind') returning BindFS instance with object id 1327 >DEBUG:blivet: BindFS.supported: supported: False ; >DEBUG:blivet: SELinuxFS.supported: supported: False ; >DEBUG:blivet:get_format('selinuxfs') returning SELinuxFS instance with object id 1328 >DEBUG:blivet: SELinuxFS.supported: supported: False ; >DEBUG:blivet: USBFS.supported: supported: False ; >DEBUG:blivet:get_format('usbfs') returning USBFS instance with object id 1329 >DEBUG:blivet: USBFS.supported: supported: False ; >DEBUG:blivet: EFIVarFS.supported: supported: False ; >DEBUG:blivet:get_format('efivarfs') returning EFIVarFS instance with object id 1330 >DEBUG:blivet: EFIVarFS.supported: supported: False ; >DEBUG:blivet: LUKS.__init__: >DEBUG:blivet:get_format('luks') returning LUKS instance with object id 1331 >DEBUG:blivet: Integrity.__init__: >DEBUG:blivet:get_format('integrity') returning Integrity instance with object id 1332 >DEBUG:blivet: LVMPhysicalVolume.__init__: >DEBUG:blivet:get_format('lvmpv') returning LVMPhysicalVolume instance with object id 1333 >DEBUG:blivet: MDRaidMember.__init__: >DEBUG:blivet:get_format('mdmember') returning MDRaidMember instance with object id 1334 >DEBUG:blivet: MultipathMember.__init__: >DEBUG:blivet:get_format('multipath_member') returning MultipathMember instance with object id 1335 >DEBUG:blivet:get_format('prepboot') returning PPCPRePBoot instance with object id 1336 >DEBUG:blivet: SwapSpace.__init__: >DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 1337 >DEBUG:blivet: StratisBlockdev.__init__: >DEBUG:blivet:get_format('stratis') returning StratisBlockdev instance with object id 1338 >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 1339 >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet:get_format('efi') returning EFIFS instance with object id 1340 >DEBUG:blivet: Ext2FS.supported: supported: True ; >DEBUG:blivet:get_format('ext2') returning Ext2FS instance with object id 1341 >DEBUG:blivet: Ext3FS.supported: supported: True ; >DEBUG:blivet:get_format('ext3') returning Ext3FS instance with object id 1342 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 1343 >DEBUG:blivet: SwapSpace.__init__: >DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 1344 >DEBUG:blivet: FATFS.supported: supported: True ; >DEBUG:blivet:get_format('vfat') returning FATFS instance with object id 1345 >DEBUG:blivet: XFS.supported: supported: True ; >DEBUG:blivet:get_format('xfs') returning XFS instance with object id 1346 >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda1 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 500 Mio partition sda1 (49) with non-existent efi filesystem mounted at /boot/efi >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 1347 >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage/Task/3. >INFO:anaconda.threading:Running Thread: AnaTaskThread-InteractivePartitioningTask-2 (139979348747968) >INFO:anaconda.modules.common.task.task:Configure the partitioning >DEBUG:anaconda.modules.storage.bootloader.execution:Execute the bootloader with dry run False. >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:0/block/sdd ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:0/block/sdd/size: 300a >INFO:blivet:Skipping disk: sdd: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:1/block/sde ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:1/block/sde/size: 300a >INFO:blivet:Skipping disk: sde: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:2/block/sdf ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:2/block/sdf/size: 300a >INFO:blivet:Skipping disk: sdf: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:3/block/sdg ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:3/block/sdg/size: 300a >INFO:blivet:Skipping disk: sdg: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:4/block/sdh ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:4/block/sdh/size: 300a >INFO:blivet:Skipping disk: sdh: No media present >DEBUG:anaconda.modules.storage.bootloader.base:new disk list: [DiskDevice instance (0x7f4f7ab3b750) -- > name = sda status = True id = 39 > children = ['existing 500 Mio partition sda1 (49) with non-existent efi filesystem ' > 'mounted at /boot/efi', > 'existing 118,75 Gio partition sda2 (59) with existing lvmpv'] > parents = [] > uuid = None size = 119,24 Gio > format = existing msdos disklabel > major = 8 minor = 0 exists = True protected = False > sysfs path = /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda > target size = 119,24 Gio path = /dev/sda > format args = [] original_format = disklabel removable = False wwn = 5002538043584d30, DiskDevice instance (0x7f4f7ab3d1d0) -- > name = sdb status = True id = 73 > children = ['existing 465,76 Gio partition sdb1 (83) with existing lvmpv'] > parents = [] > uuid = None size = 465,76 Gio > format = existing msdos disklabel > major = 8 minor = 16 exists = True protected = False > sysfs path = /sys/devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sdb > target size = 465,76 Gio path = /dev/sdb > format args = [] original_format = disklabel removable = False wwn = 5002538d409a2fbe] >DEBUG:anaconda.modules.storage.bootloader.execution:Applying bootloader location: DEFAULT >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:0/block/sdd ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:0/block/sdd/size: 300a >INFO:blivet:Skipping disk: sdd: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:1/block/sde ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:1/block/sde/size: 300a >INFO:blivet:Skipping disk: sde: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:2/block/sdf ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:2/block/sdf/size: 300a >INFO:blivet:Skipping disk: sdf: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:3/block/sdg ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:3/block/sdg/size: 300a >INFO:blivet:Skipping disk: sdg: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:4/block/sdh ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:4/block/sdh/size: 300a >INFO:blivet:Skipping disk: sdh: No media present >DEBUG:anaconda.modules.storage.bootloader.execution:Applying drive order: [] >DEBUG:anaconda.modules.storage.bootloader.base:new disk order: [] >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:0/block/sdd ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:0/block/sdd/size: 300a >INFO:blivet:Skipping disk: sdd: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:1/block/sde ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:1/block/sde/size: 300a >INFO:blivet:Skipping disk: sde: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:2/block/sdf ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:2/block/sdf/size: 300a >INFO:blivet:Skipping disk: sdf: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:3/block/sdg ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:3/block/sdg/size: 300a >INFO:blivet:Skipping disk: sdg: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:4/block/sdh ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:4/block/sdh/size: 300a >INFO:blivet:Skipping disk: sdh: No media present >DEBUG:anaconda.modules.storage.bootloader.base:Is /LiveOS/rootfs.img a valid stage1 target device? >DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type file >DEBUG:anaconda.modules.storage.bootloader.base:Is /overlay (deleted) a valid stage1 target device? >DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type file >DEBUG:anaconda.modules.storage.bootloader.base:Is /run/initramfs/live/LiveOS/squashfs.img a valid stage1 target device? >DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type file >DEBUG:anaconda.modules.storage.bootloader.base:Is live-base a valid stage1 target device? >DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type dm >DEBUG:anaconda.modules.storage.bootloader.base:Is live-rw a valid stage1 target device? >DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type dm >DEBUG:anaconda.modules.storage.bootloader.base:Is loop0 a valid stage1 target device? >DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type loop >DEBUG:anaconda.modules.storage.bootloader.base:Is loop1 a valid stage1 target device? >DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type loop >DEBUG:anaconda.modules.storage.bootloader.base:Is loop2 a valid stage1 target device? >DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type loop >DEBUG:anaconda.modules.storage.bootloader.base:Is sda a valid stage1 target device? >DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type disk >DEBUG:anaconda.modules.storage.bootloader.base:Is sda1 a valid stage1 target device? >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_disklabel(sda1) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_size(sda1) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_location(sda1) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_format(sda1) returning True >DEBUG:anaconda.modules.storage.bootloader.base:is_valid_stage1_device(sda1) returning True >DEBUG:anaconda.modules.storage.bootloader.execution:Found a drive with a valid stage1: sda >DEBUG:anaconda.modules.storage.bootloader.execution:Use a usable drive with a valid stage1 device. >DEBUG:anaconda.modules.storage.bootloader.execution:Using a boot drive: sda >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 119,24 Gio disk sda (39) with existing msdos disklabel >DEBUG:blivet:resolved 'sda' to 'sda' (disk) >DEBUG:anaconda.modules.storage.bootloader.bootloader:Drive is set to 'sda'. >DEBUG:anaconda.modules.storage.bootloader.base:Is sda a valid stage1 target device? >DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type disk >DEBUG:anaconda.modules.storage.bootloader.base:Is sda1 a valid stage1 target device? >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_disklabel(sda1) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_size(sda1) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_location(sda1) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_format(sda1) returning True >DEBUG:anaconda.modules.storage.bootloader.base:is_valid_stage1_device(sda1) returning True >INFO:anaconda.threading:Thread Done: AnaTaskThread-InteractivePartitioningTask-2 (139979348747968) >DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage/Task/4. >INFO:anaconda.threading:Running Thread: AnaTaskThread-StorageValidateTask-1 (139979348747968) >INFO:anaconda.modules.common.task.task:Validate a storage model >DEBUG:anaconda.modules.storage.bootloader.base:Is sda1 a valid stage1 target device? >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_disklabel(sda1) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_size(sda1) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_location(sda1) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_format(sda1) returning True >DEBUG:anaconda.modules.storage.bootloader.base:is_valid_stage1_device(sda1) returning True >DEBUG:anaconda.modules.storage.bootloader.base:Is vg_erwan-desktop-lv_root a valid stage2 target device? >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_disklabel(vg_erwan-desktop-lv_root) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_size(vg_erwan-desktop-lv_root) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_partition(vg_erwan-desktop-lv_root) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_format(vg_erwan-desktop-lv_root) returning True >DEBUG:anaconda.modules.storage.bootloader.base:is_valid_stage2_device(vg_erwan-desktop-lv_root) returning False >DEBUG:anaconda.modules.storage.checker.utils:Available memory: 11,77 Gio >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:0/block/sdd ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:0/block/sdd/size: 300a >INFO:blivet:Skipping disk: sdd: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:1/block/sde ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:1/block/sde/size: 300a >INFO:blivet:Skipping disk: sde: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:2/block/sdf ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:2/block/sdf/size: 300a >INFO:blivet:Skipping disk: sdf: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:3/block/sdg ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:3/block/sdg/size: 300a >INFO:blivet:Skipping disk: sdg: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:4/block/sdh ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:4/block/sdh/size: 300a >INFO:blivet:Skipping disk: sdh: No media present >DEBUG:blivet: DeviceTree.get_device_by_path: path: /dev/sda1 ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_path returned existing 500 Mio partition sda1 (49) with non-existent efi filesystem mounted at /boot/efi >DEBUG:blivet: DeviceTree.get_device_by_path: path: /dev/sda2 ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_path returned existing 118,75 Gio partition sda2 (59) with existing lvmpv >DEBUG:blivet: DeviceTree.get_device_by_path: path: /dev/sdb1 ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_path returned existing 465,76 Gio partition sdb1 (83) with existing lvmpv >DEBUG:anaconda.modules.storage.partitioning.validate:Storage check started with constraints {'min_ram': Size (410 MiB), 'root_device_types': set(), 'min_partition_sizes': {'/': Size (250 MiB), '/usr': Size (250 MiB), '/tmp': Size (50 MiB), '/var': Size (384 MiB), '/home': Size (100 MiB), '/boot': Size (512 MiB)}, 'req_partition_sizes': {}, 'must_be_on_linuxfs': {'/var', '/home', '/usr/share', '/tmp', '/usr/lib', '/usr', '/'}, 'must_be_on_root': {'/root', '/mnt', '/sbin', '/lib', '/dev', '/etc', '/bin', '/proc', 'lost+found'}, 'must_not_be_on_root': set(), 'reformat_allowlist': {'/usr', '/var', '/boot', '/tmp'}, 'reformat_blocklist': {'/opt', '/var/www', '/home', '/usr/local'}, 'swap_is_recommended': False, 'luks2_min_ram': Size (128 MiB)}. >DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_root. >DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_s390_constraints. >DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_partition_formatting. >DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_partition_sizes. >DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_partition_format_sizes. >DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_bootloader. >DEBUG:anaconda.modules.storage.partitioning.validate:Found sanity error: système de fichiers /boot ne peut pas être du type lvmlv >DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_gpt_biosboot. >DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_opal_compatibility. >DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_swap. >DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_swap_uuid. >DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_mountpoints_on_linuxfs. >DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_mountpoints_on_root. >DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_mountpoints_not_on_root. >DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_unlocked_devices_have_key. >DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_luks_devices_have_key. >DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_luks2_memory_requirements. >DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_mounted_partitions. >DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_lvm_destruction. >DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_requests. >DEBUG:anaconda.modules.storage.partitioning.validate:Storage check finished with failure(s). >INFO:anaconda.threading:Thread Done: AnaTaskThread-StorageValidateTask-1 (139979348747968) >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda1 ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 500 Mio partition sda1 (49) with non-existent efi filesystem mounted at /boot/efi >DEBUG:blivet:resolved 'sda1' to 'sda1' (partition) >DEBUG:blivet: DeviceTree.get_device_by_name: name: ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned None >DEBUG:blivet: DeviceTree.get_device_by_path: path: /dev/ ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_path returned None >DEBUG:blivet:failed to resolve '/dev/' >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 1348 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 1349 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda1 ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 500 Mio partition sda1 (49) with non-existent efi filesystem mounted at /boot/efi >DEBUG:blivet:resolved 'sda1' to 'sda1' (partition) >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 1350 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 1351 >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda1 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 500 Mio partition sda1 (49) with non-existent efi filesystem mounted at /boot/efi >DEBUG:anaconda.modules.storage.partitioning.interactive.change_device:Change device: DeviceFactoryRequest(container_encrypted=False, container_name='', container_raid_level='', container_size_policy=0, container_spec='', device_encrypted=False, device_name='sda1', device_raid_level='', device_size=524288000, device_spec='sda1', device_type=2, disks=['sda'], format_type='ext4', label='', luks_version='', mount_point='/boot', reformat=True) >DEBUG:anaconda.modules.storage.partitioning.interactive.change_device:Modifying an existing device. >DEBUG:anaconda.modules.storage.partitioning.interactive.change_device:Changing device format: ext4 >INFO:anaconda.modules.storage.partitioning.interactive.utils:Scheduling reformat of sda1 as ext4. >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 1352 >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 1355 >DEBUG:blivet: PartitionDevice._set_format: sda1 ; type: None ; current: efi ; >INFO:blivet:registered action: [1353] destroy format efi filesystem mounted at /boot/efi on partition sda1 (id 49) >DEBUG:blivet: PartitionDevice._set_format: sda1 ; type: ext4 ; current: None ; >INFO:blivet:registered action: [1354] create format ext4 filesystem mounted at /boot on partition sda1 (id 49) >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 1356 >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:0/block/sdd ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:0/block/sdd/size: 300a >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:1/block/sde ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:1/block/sde/size: 300a >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:2/block/sdf ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:2/block/sdf/size: 300a >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:3/block/sdg ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:3/block/sdg/size: 300a >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:4/block/sdh ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:4/block/sdh/size: 300a >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda1 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 500 Mio partition sda1 (49) with non-existent ext4 filesystem mounted at /boot >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda1 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 500 Mio partition sda1 (49) with non-existent ext4 filesystem mounted at /boot >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_root ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118) with non-existent ext4 filesystem mounted at / >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_root ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118) with non-existent ext4 filesystem mounted at / >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_home ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 153,22 Gio lvmlv vg_erwan-desktop-lv_home (92) with existing ext4 filesystem mounted at /home >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_home ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 153,22 Gio lvmlv vg_erwan-desktop-lv_home (92) with existing ext4 filesystem mounted at /home >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_home ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 153,22 Gio lvmlv vg_erwan-desktop-lv_home (92) with existing ext4 filesystem mounted at /home >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_home ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 153,22 Gio lvmlv vg_erwan-desktop-lv_home (92) with existing ext4 filesystem mounted at /home >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_swap ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 15,53 Gio lvmlv vg_erwan-desktop-lv_swap (105) with existing swap >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_swap ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 15,53 Gio lvmlv vg_erwan-desktop-lv_swap (105) with existing swap >DEBUG:blivet: DeviceTree.get_device_by_name: name: sdc ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 3,83 Gio disk sdc (4) with existing iso9660 filesystem >DEBUG:blivet: DeviceTree.get_device_by_name: name: sdc ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 3,83 Gio disk sdc (4) with existing iso9660 filesystem >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda1 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 500 Mio partition sda1 (49) with non-existent ext4 filesystem mounted at /boot >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda1 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 500 Mio partition sda1 (49) with non-existent ext4 filesystem mounted at /boot >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda1 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 500 Mio partition sda1 (49) with non-existent ext4 filesystem mounted at /boot >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda1 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 500 Mio partition sda1 (49) with non-existent ext4 filesystem mounted at /boot >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda1 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 500 Mio partition sda1 (49) with non-existent ext4 filesystem mounted at /boot >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda1 ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 500 Mio partition sda1 (49) with non-existent ext4 filesystem mounted at /boot >DEBUG:blivet:resolved 'sda1' to 'sda1' (partition) >DEBUG:blivet: DeviceTree.get_device_by_name: name: ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned None >DEBUG:blivet: DeviceTree.get_device_by_path: path: /dev/ ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_path returned None >DEBUG:blivet:failed to resolve '/dev/' >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 1357 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 1358 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 119,24 Gio disk sda (39) with existing msdos disklabel >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda1 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 500 Mio partition sda1 (49) with non-existent ext4 filesystem mounted at /boot >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 1359 >DEBUG:blivet:get_format('biosboot') returning BIOSBoot instance with object id 1360 >DEBUG:blivet: DiskLabel.__init__: >INFO:blivet:DiskLabel.parted_device returning None >DEBUG:blivet:get_format('disklabel') returning DiskLabel instance with object id 1361 >DEBUG:blivet:get_format('dmraidmember') returning DMRaidMember instance with object id 1362 >DEBUG:blivet: Ext2FS.supported: supported: True ; >DEBUG:blivet:get_format('ext2') returning Ext2FS instance with object id 1363 >DEBUG:blivet: Ext2FS.supported: supported: True ; >DEBUG:blivet: Ext3FS.supported: supported: True ; >DEBUG:blivet:get_format('ext3') returning Ext3FS instance with object id 1364 >DEBUG:blivet: Ext3FS.supported: supported: True ; >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 1365 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet: FATFS.supported: supported: True ; >DEBUG:blivet:get_format('vfat') returning FATFS instance with object id 1366 >DEBUG:blivet: FATFS.supported: supported: True ; >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet:get_format('efi') returning EFIFS instance with object id 1367 >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 1368 >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('gfs2') returning GFS2 instance with object id 1369 >DEBUG:blivet:get_format('jfs') returning JFS instance with object id 1370 >DEBUG:blivet:get_format('reiserfs') returning ReiserFS instance with object id 1371 >DEBUG:blivet: XFS.supported: supported: True ; >DEBUG:blivet:get_format('xfs') returning XFS instance with object id 1372 >DEBUG:blivet: XFS.supported: supported: True ; >DEBUG:blivet: StratisXFS.supported: supported: False ; >DEBUG:blivet:get_format('stratis xfs') returning StratisXFS instance with object id 1373 >DEBUG:blivet: StratisXFS.supported: supported: False ; >DEBUG:blivet: HFS.supported: supported: False ; >DEBUG:blivet:get_format('hfs') returning HFS instance with object id 1374 >DEBUG:blivet: HFS.supported: supported: False ; >DEBUG:blivet: AppleBootstrapFS.supported: supported: True ; >DEBUG:blivet:get_format('appleboot') returning AppleBootstrapFS instance with object id 1375 >DEBUG:blivet: AppleBootstrapFS.supported: supported: True ; >DEBUG:blivet: HFSPlus.supported: supported: False ; >DEBUG:blivet:get_format('hfs+') returning HFSPlus instance with object id 1376 >DEBUG:blivet: HFSPlus.supported: supported: False ; >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 1377 >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet: NTFS.supported: supported: True ; >DEBUG:blivet:get_format('ntfs') returning NTFS instance with object id 1378 >DEBUG:blivet: NTFS.supported: supported: True ; >DEBUG:blivet: ExFATFS.supported: supported: False ; >DEBUG:blivet:get_format('exfat') returning ExFATFS instance with object id 1379 >DEBUG:blivet: ExFATFS.supported: supported: False ; >DEBUG:blivet: F2FS.supported: supported: True ; >DEBUG:blivet:get_format('f2fs') returning F2FS instance with object id 1380 >DEBUG:blivet: F2FS.supported: supported: True ; >DEBUG:blivet: NFS.supported: supported: False ; >DEBUG:blivet:get_format('nfs') returning NFS instance with object id 1381 >DEBUG:blivet: NFS.supported: supported: False ; >DEBUG:blivet: NFSv4.supported: supported: False ; >DEBUG:blivet:get_format('nfs4') returning NFSv4 instance with object id 1382 >DEBUG:blivet: NFSv4.supported: supported: False ; >DEBUG:blivet: Iso9660FS.supported: supported: True ; >DEBUG:blivet:get_format('iso9660') returning Iso9660FS instance with object id 1383 >DEBUG:blivet: Iso9660FS.supported: supported: True ; >DEBUG:blivet: UDFFS.supported: supported: True ; >DEBUG:blivet:get_format('udf') returning UDFFS instance with object id 1384 >DEBUG:blivet: UDFFS.supported: supported: True ; >DEBUG:blivet: NoDevFS.supported: supported: False ; >DEBUG:blivet:get_format('nodev') returning NoDevFS instance with object id 1385 >DEBUG:blivet: NoDevFS.supported: supported: False ; >DEBUG:blivet: DevPtsFS.supported: supported: False ; >DEBUG:blivet:get_format('devpts') returning DevPtsFS instance with object id 1386 >DEBUG:blivet: DevPtsFS.supported: supported: False ; >DEBUG:blivet: ProcFS.supported: supported: False ; >DEBUG:blivet:get_format('proc') returning ProcFS instance with object id 1387 >DEBUG:blivet: ProcFS.supported: supported: False ; >DEBUG:blivet: SysFS.supported: supported: False ; >DEBUG:blivet:get_format('sysfs') returning SysFS instance with object id 1388 >DEBUG:blivet: SysFS.supported: supported: False ; >DEBUG:blivet: TmpFS.supported: supported: True ; >DEBUG:blivet:get_format('tmpfs') returning TmpFS instance with object id 1389 >DEBUG:blivet: TmpFS.supported: supported: True ; >DEBUG:blivet: BindFS.supported: supported: False ; >DEBUG:blivet:get_format('bind') returning BindFS instance with object id 1390 >DEBUG:blivet: BindFS.supported: supported: False ; >DEBUG:blivet: SELinuxFS.supported: supported: False ; >DEBUG:blivet:get_format('selinuxfs') returning SELinuxFS instance with object id 1391 >DEBUG:blivet: SELinuxFS.supported: supported: False ; >DEBUG:blivet: USBFS.supported: supported: False ; >DEBUG:blivet:get_format('usbfs') returning USBFS instance with object id 1392 >DEBUG:blivet: USBFS.supported: supported: False ; >DEBUG:blivet: EFIVarFS.supported: supported: False ; >DEBUG:blivet:get_format('efivarfs') returning EFIVarFS instance with object id 1393 >DEBUG:blivet: EFIVarFS.supported: supported: False ; >DEBUG:blivet: LUKS.__init__: >DEBUG:blivet:get_format('luks') returning LUKS instance with object id 1394 >DEBUG:blivet: Integrity.__init__: >DEBUG:blivet:get_format('integrity') returning Integrity instance with object id 1395 >DEBUG:blivet: LVMPhysicalVolume.__init__: >DEBUG:blivet:get_format('lvmpv') returning LVMPhysicalVolume instance with object id 1396 >DEBUG:blivet: MDRaidMember.__init__: >DEBUG:blivet:get_format('mdmember') returning MDRaidMember instance with object id 1397 >DEBUG:blivet: MultipathMember.__init__: >DEBUG:blivet:get_format('multipath_member') returning MultipathMember instance with object id 1398 >DEBUG:blivet:get_format('prepboot') returning PPCPRePBoot instance with object id 1399 >DEBUG:blivet: SwapSpace.__init__: >DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 1400 >DEBUG:blivet: StratisBlockdev.__init__: >DEBUG:blivet:get_format('stratis') returning StratisBlockdev instance with object id 1401 >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 1402 >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet:get_format('efi') returning EFIFS instance with object id 1403 >DEBUG:blivet: Ext2FS.supported: supported: True ; >DEBUG:blivet:get_format('ext2') returning Ext2FS instance with object id 1404 >DEBUG:blivet: Ext3FS.supported: supported: True ; >DEBUG:blivet:get_format('ext3') returning Ext3FS instance with object id 1405 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 1406 >DEBUG:blivet: SwapSpace.__init__: >DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 1407 >DEBUG:blivet: FATFS.supported: supported: True ; >DEBUG:blivet:get_format('vfat') returning FATFS instance with object id 1408 >DEBUG:blivet: XFS.supported: supported: True ; >DEBUG:blivet:get_format('xfs') returning XFS instance with object id 1409 >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda1 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 500 Mio partition sda1 (49) with non-existent ext4 filesystem mounted at /boot >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 1410 >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda1 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 500 Mio partition sda1 (49) with non-existent ext4 filesystem mounted at /boot >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda1 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 500 Mio partition sda1 (49) with non-existent ext4 filesystem mounted at /boot >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda1 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 500 Mio partition sda1 (49) with non-existent ext4 filesystem mounted at /boot >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda1 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 500 Mio partition sda1 (49) with non-existent ext4 filesystem mounted at /boot >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda1 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 500 Mio partition sda1 (49) with non-existent ext4 filesystem mounted at /boot >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda1 ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 500 Mio partition sda1 (49) with non-existent ext4 filesystem mounted at /boot >DEBUG:blivet:resolved 'sda1' to 'sda1' (partition) >DEBUG:blivet: DeviceTree.get_device_by_name: name: ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned None >DEBUG:blivet: DeviceTree.get_device_by_path: path: /dev/ ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_path returned None >DEBUG:blivet:failed to resolve '/dev/' >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 1411 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 1412 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 119,24 Gio disk sda (39) with existing msdos disklabel >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda1 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 500 Mio partition sda1 (49) with non-existent ext4 filesystem mounted at /boot >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 1413 >DEBUG:blivet:get_format('biosboot') returning BIOSBoot instance with object id 1414 >DEBUG:blivet: DiskLabel.__init__: >INFO:blivet:DiskLabel.parted_device returning None >DEBUG:blivet:get_format('disklabel') returning DiskLabel instance with object id 1415 >DEBUG:blivet:get_format('dmraidmember') returning DMRaidMember instance with object id 1416 >DEBUG:blivet: Ext2FS.supported: supported: True ; >DEBUG:blivet:get_format('ext2') returning Ext2FS instance with object id 1417 >DEBUG:blivet: Ext2FS.supported: supported: True ; >DEBUG:blivet: Ext3FS.supported: supported: True ; >DEBUG:blivet:get_format('ext3') returning Ext3FS instance with object id 1418 >DEBUG:blivet: Ext3FS.supported: supported: True ; >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 1419 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet: FATFS.supported: supported: True ; >DEBUG:blivet:get_format('vfat') returning FATFS instance with object id 1420 >DEBUG:blivet: FATFS.supported: supported: True ; >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet:get_format('efi') returning EFIFS instance with object id 1421 >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 1422 >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('gfs2') returning GFS2 instance with object id 1423 >DEBUG:blivet:get_format('jfs') returning JFS instance with object id 1424 >DEBUG:blivet:get_format('reiserfs') returning ReiserFS instance with object id 1425 >DEBUG:blivet: XFS.supported: supported: True ; >DEBUG:blivet:get_format('xfs') returning XFS instance with object id 1426 >DEBUG:blivet: XFS.supported: supported: True ; >DEBUG:blivet: StratisXFS.supported: supported: False ; >DEBUG:blivet:get_format('stratis xfs') returning StratisXFS instance with object id 1427 >DEBUG:blivet: StratisXFS.supported: supported: False ; >DEBUG:blivet: HFS.supported: supported: False ; >DEBUG:blivet:get_format('hfs') returning HFS instance with object id 1428 >DEBUG:blivet: HFS.supported: supported: False ; >DEBUG:blivet: AppleBootstrapFS.supported: supported: True ; >DEBUG:blivet:get_format('appleboot') returning AppleBootstrapFS instance with object id 1429 >DEBUG:blivet: AppleBootstrapFS.supported: supported: True ; >DEBUG:blivet: HFSPlus.supported: supported: False ; >DEBUG:blivet:get_format('hfs+') returning HFSPlus instance with object id 1430 >DEBUG:blivet: HFSPlus.supported: supported: False ; >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 1431 >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet: NTFS.supported: supported: True ; >DEBUG:blivet:get_format('ntfs') returning NTFS instance with object id 1432 >DEBUG:blivet: NTFS.supported: supported: True ; >DEBUG:blivet: ExFATFS.supported: supported: False ; >DEBUG:blivet:get_format('exfat') returning ExFATFS instance with object id 1433 >DEBUG:blivet: ExFATFS.supported: supported: False ; >DEBUG:blivet: F2FS.supported: supported: True ; >DEBUG:blivet:get_format('f2fs') returning F2FS instance with object id 1434 >DEBUG:blivet: F2FS.supported: supported: True ; >DEBUG:blivet: NFS.supported: supported: False ; >DEBUG:blivet:get_format('nfs') returning NFS instance with object id 1435 >DEBUG:blivet: NFS.supported: supported: False ; >DEBUG:blivet: NFSv4.supported: supported: False ; >DEBUG:blivet:get_format('nfs4') returning NFSv4 instance with object id 1436 >DEBUG:blivet: NFSv4.supported: supported: False ; >DEBUG:blivet: Iso9660FS.supported: supported: True ; >DEBUG:blivet:get_format('iso9660') returning Iso9660FS instance with object id 1437 >DEBUG:blivet: Iso9660FS.supported: supported: True ; >DEBUG:blivet: UDFFS.supported: supported: True ; >DEBUG:blivet:get_format('udf') returning UDFFS instance with object id 1438 >DEBUG:blivet: UDFFS.supported: supported: True ; >DEBUG:blivet: NoDevFS.supported: supported: False ; >DEBUG:blivet:get_format('nodev') returning NoDevFS instance with object id 1439 >DEBUG:blivet: NoDevFS.supported: supported: False ; >DEBUG:blivet: DevPtsFS.supported: supported: False ; >DEBUG:blivet:get_format('devpts') returning DevPtsFS instance with object id 1440 >DEBUG:blivet: DevPtsFS.supported: supported: False ; >DEBUG:blivet: ProcFS.supported: supported: False ; >DEBUG:blivet:get_format('proc') returning ProcFS instance with object id 1441 >DEBUG:blivet: ProcFS.supported: supported: False ; >DEBUG:blivet: SysFS.supported: supported: False ; >DEBUG:blivet:get_format('sysfs') returning SysFS instance with object id 1442 >DEBUG:blivet: SysFS.supported: supported: False ; >DEBUG:blivet: TmpFS.supported: supported: True ; >DEBUG:blivet:get_format('tmpfs') returning TmpFS instance with object id 1443 >DEBUG:blivet: TmpFS.supported: supported: True ; >DEBUG:blivet: BindFS.supported: supported: False ; >DEBUG:blivet:get_format('bind') returning BindFS instance with object id 1444 >DEBUG:blivet: BindFS.supported: supported: False ; >DEBUG:blivet: SELinuxFS.supported: supported: False ; >DEBUG:blivet:get_format('selinuxfs') returning SELinuxFS instance with object id 1445 >DEBUG:blivet: SELinuxFS.supported: supported: False ; >DEBUG:blivet: USBFS.supported: supported: False ; >DEBUG:blivet:get_format('usbfs') returning USBFS instance with object id 1446 >DEBUG:blivet: USBFS.supported: supported: False ; >DEBUG:blivet: EFIVarFS.supported: supported: False ; >DEBUG:blivet:get_format('efivarfs') returning EFIVarFS instance with object id 1447 >DEBUG:blivet: EFIVarFS.supported: supported: False ; >DEBUG:blivet: LUKS.__init__: >DEBUG:blivet:get_format('luks') returning LUKS instance with object id 1448 >DEBUG:blivet: Integrity.__init__: >DEBUG:blivet:get_format('integrity') returning Integrity instance with object id 1449 >DEBUG:blivet: LVMPhysicalVolume.__init__: >DEBUG:blivet:get_format('lvmpv') returning LVMPhysicalVolume instance with object id 1450 >DEBUG:blivet: MDRaidMember.__init__: >DEBUG:blivet:get_format('mdmember') returning MDRaidMember instance with object id 1451 >DEBUG:blivet: MultipathMember.__init__: >DEBUG:blivet:get_format('multipath_member') returning MultipathMember instance with object id 1452 >DEBUG:blivet:get_format('prepboot') returning PPCPRePBoot instance with object id 1453 >DEBUG:blivet: SwapSpace.__init__: >DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 1454 >DEBUG:blivet: StratisBlockdev.__init__: >DEBUG:blivet:get_format('stratis') returning StratisBlockdev instance with object id 1455 >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 1456 >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet:get_format('efi') returning EFIFS instance with object id 1457 >DEBUG:blivet: Ext2FS.supported: supported: True ; >DEBUG:blivet:get_format('ext2') returning Ext2FS instance with object id 1458 >DEBUG:blivet: Ext3FS.supported: supported: True ; >DEBUG:blivet:get_format('ext3') returning Ext3FS instance with object id 1459 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 1460 >DEBUG:blivet: SwapSpace.__init__: >DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 1461 >DEBUG:blivet: FATFS.supported: supported: True ; >DEBUG:blivet:get_format('vfat') returning FATFS instance with object id 1462 >DEBUG:blivet: XFS.supported: supported: True ; >DEBUG:blivet:get_format('xfs') returning XFS instance with object id 1463 >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda1 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 500 Mio partition sda1 (49) with non-existent ext4 filesystem mounted at /boot >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 1464 >DEBUG:blivet: BTRFS.supported: supported: True ; >INFO:blivet:removing obsolete action 1183 (1354) >INFO:blivet:removing obsolete action 1353 (1354) >DEBUG:blivet:action 1353 already pruned >DEBUG:blivet:action 1183 already pruned >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 119,24 Gio disk sda (39) with existing msdos disklabel >DEBUG:blivet: DeviceTree.get_device_by_name: name: sdb ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 465,76 Gio disk sdb (73) with existing msdos disklabel >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 119,24 Gio disk sda (39) with existing msdos disklabel >DEBUG:blivet: DeviceTree.get_device_by_name: name: sdb ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 465,76 Gio disk sdb (73) with existing msdos disklabel >DEBUG:blivet: AppleBootstrapFS.supported: supported: True ; >DEBUG:blivet:get_format('appleboot') returning AppleBootstrapFS instance with object id 1465 >DEBUG:blivet: AppleBootstrapFS.supported: supported: True ; >DEBUG:blivet:get_format('biosboot') returning BIOSBoot instance with object id 1466 >DEBUG:blivet:get_format('prepboot') returning PPCPRePBoot instance with object id 1467 >DEBUG:anaconda.modules.storage.partitioning.interactive.add_device:Add device: DeviceFactoryRequest(container_encrypted=False, container_name='', container_raid_level='', container_size_policy=0, container_spec='', device_encrypted=False, device_name='', device_raid_level='', device_size=0, device_spec='', device_type=3, disks=['sda', 'sdb'], format_type='', label='', luks_version='', mount_point='/boot/efi', reformat=False) >DEBUG:blivet:instantiating <class 'blivet.devicefactory.PartitionFactory'>: <pyanaconda.core.util.LazyObject object at 0x7f4f7b93a1d0>, [], {'size': None} >DEBUG:blivet: DeviceTree.get_device_by_name: name: ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned None >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 119,24 Gio disk sda (39) with existing msdos disklabel >DEBUG:blivet: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 465,76 Gio disk sdb (73) with existing msdos disklabel >DEBUG:anaconda.modules.storage.partitioning.interactive.utils:Generated factory arguments: { >device_type = 2, >device = None, >disks = [DiskDevice instance (0x7f4f7ab3b750) -- > name = sda status = True id = 39 > children = ['existing 500 Mio partition sda1 (49) with non-existent ext4 filesystem ' > 'mounted at /boot', > 'existing 118,75 Gio partition sda2 (59) with existing lvmpv'] > parents = [] > uuid = None size = 119,24 Gio > format = existing msdos disklabel > major = 8 minor = 0 exists = True protected = False > sysfs path = /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda > target size = 119,24 Gio path = /dev/sda > format args = [] original_format = disklabel removable = False wwn = 5002538043584d30, DiskDevice instance (0x7f4f7ab3d1d0) -- > name = sdb status = True id = 73 > children = ['existing 465,76 Gio partition sdb1 (83) with existing lvmpv'] > parents = [] > uuid = None size = 465,76 Gio > format = existing msdos disklabel > major = 8 minor = 16 exists = True protected = False > sysfs path = /sys/devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sdb > target size = 465,76 Gio path = /dev/sdb > format args = [] original_format = disklabel removable = False wwn = 5002538d409a2fbe], >mountpoint = '/boot/efi', >fstype = 'efi', >label = None, >luks_version = 'luks2', >device_name = None, >size = None, >raid_level = None, >encrypted = False, >container_name = None, >container_size = 0, >container_raid_level = None, >container_encrypted = False >} >DEBUG:blivet: InstallerStorage.factory_device: 2 ; device: None ; disks: [DiskDevice instance (0x7f4f7ab3b750) -- > name = sda status = True id = 39 > children = ['existing 500 Mio partition sda1 (49) with non-existent ext4 filesystem ' > 'mounted at /boot', > 'existing 118,75 Gio partition sda2 (59) with existing lvmpv'] > parents = [] > uuid = None size = 119,24 Gio > format = existing msdos disklabel > major = 8 minor = 0 exists = True protected = False > sysfs path = /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda > target size = 119,24 Gio path = /dev/sda > format args = [] original_format = disklabel removable = False wwn = 5002538043584d30, DiskDevice instance (0x7f4f7ab3d1d0) -- > name = sdb status = True id = 73 > children = ['existing 465,76 Gio partition sdb1 (83) with existing lvmpv'] > parents = [] > uuid = None size = 465,76 Gio > format = existing msdos disklabel > major = 8 minor = 16 exists = True protected = False > sysfs path = /sys/devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sdb > target size = 465,76 Gio path = /dev/sdb > format args = [] original_format = disklabel removable = False wwn = 5002538d409a2fbe] ; mountpoint: /boot/efi ; fstype: efi ; label: None ; luks_version: luks2 ; device_name: None ; size: None ; raid_level: None ; encrypted: False ; container_name: None ; container_size: 0 ; container_raid_level: None ; container_encrypted: False ; >DEBUG:blivet:instantiating <class 'blivet.devicefactory.PartitionFactory'>: <pyanaconda.modules.storage.devicetree.model.InstallerStorage object at 0x7f4f7aafd3d0>, ['sda', 'sdb'], {'device': None, 'disks': [DiskDevice instance (0x7f4f7ab3b750) -- > name = sda status = True id = 39 > children = ['existing 500 Mio partition sda1 (49) with non-existent ext4 filesystem ' > 'mounted at /boot', > 'existing 118,75 Gio partition sda2 (59) with existing lvmpv'] > parents = [] > uuid = None size = 119,24 Gio > format = existing msdos disklabel > major = 8 minor = 0 exists = True protected = False > sysfs path = /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda > target size = 119,24 Gio path = /dev/sda > format args = [] original_format = disklabel removable = False wwn = 5002538043584d30, DiskDevice instance (0x7f4f7ab3d1d0) -- > name = sdb status = True id = 73 > children = ['existing 465,76 Gio partition sdb1 (83) with existing lvmpv'] > parents = [] > uuid = None size = 465,76 Gio > format = existing msdos disklabel > major = 8 minor = 16 exists = True protected = False > sysfs path = /sys/devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sdb > target size = 465,76 Gio path = /dev/sdb > format args = [] original_format = disklabel removable = False wwn = 5002538d409a2fbe], 'mountpoint': '/boot/efi', 'fstype': 'efi', 'label': None, 'luks_version': 'luks2', 'device_name': None, 'size': None, 'raid_level': None, 'encrypted': False, 'container_name': None, 'container_size': 0, 'container_raid_level': None, 'container_encrypted': False} >DEBUG:blivet: PartitionFactory.configure: parent_factory: None ; >DEBUG:anaconda.storage:Creating a copy of the storage model. >DEBUG:blivet:starting Blivet copy >DEBUG:blivet: PartitionDevice._set_parted_partition: sda1 ; >DEBUG:blivet:device sda1 new parted_partition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f4f7a9b7110> fileSystem: <parted.filesystem.FileSystem object at 0x7f4f7aaa3e50> > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f4f7ac63f50> PedPartition: <_ped.Partition object at 0x7f4f7b671080> >DEBUG:blivet: PartitionDevice._set_parted_partition: sda2 ; >DEBUG:blivet:device sda2 new parted_partition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f4f7a9b7110> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f4f7aaa3150> PedPartition: <_ped.Partition object at 0x7f4f7b671df0> >DEBUG:blivet: PartitionDevice._set_parted_partition: sdb1 ; >DEBUG:blivet:device sdb1 new parted_partition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f4f7a9c0b50> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f4f7aaa2490> PedPartition: <_ped.Partition object at 0x7f4f7aa2a070> >DEBUG:blivet:finished Blivet copy >DEBUG:blivet: DeviceTree.get_device_by_id: id_num: 118 ; incomplete: False ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_id returned existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118) with non-existent ext4 filesystem mounted at / >DEBUG:blivet: DeviceTree.get_device_by_id: id_num: 49 ; incomplete: False ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_id returned existing 500 Mio partition sda1 (49) with non-existent ext4 filesystem mounted at /boot >DEBUG:blivet: DeviceTree.get_device_by_id: id_num: 92 ; incomplete: False ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_id returned existing 153,22 Gio lvmlv vg_erwan-desktop-lv_home (92) with existing ext4 filesystem mounted at /home >DEBUG:blivet: DeviceTree.get_device_by_id: id_num: 105 ; incomplete: False ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_id returned existing 15,53 Gio lvmlv vg_erwan-desktop-lv_swap (105) with existing swap >DEBUG:blivet: DeviceTree.get_device_by_id: id_num: 118 ; incomplete: False ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_id returned existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118) with non-existent ext4 filesystem mounted at / >DEBUG:blivet: DeviceTree.get_device_by_id: id_num: 49 ; incomplete: False ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_id returned existing 500 Mio partition sda1 (49) with non-existent ext4 filesystem mounted at /boot >DEBUG:blivet: DeviceTree.get_device_by_id: id_num: 92 ; incomplete: False ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_id returned existing 153,22 Gio lvmlv vg_erwan-desktop-lv_home (92) with existing ext4 filesystem mounted at /home >DEBUG:anaconda.storage:Finished a copy of the storage model. >DEBUG:blivet:setting new factory disks to ['sda', 'sdb'] >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet:get_format('efi') returning EFIFS instance with object id 1574 >DEBUG:blivet:adjusted size from 2,3 Mio to 50 Mio to honor format limits >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet:get_format('efi') returning EFIFS instance with object id 1575 >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet:get_format('efi') returning EFIFS instance with object id 1576 >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet:get_format('efi') returning EFIFS instance with object id 1577 >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 1579 >DEBUG:blivet: DiskDevice.add_child: name: sda ; child: req0 ; kids: 2 ; >DEBUG:blivet: DiskDevice.add_child: name: sdb ; child: req0 ; kids: 1 ; >DEBUG:blivet: PartitionDevice._set_format: req0 ; type: efi ; current: None ; >DEBUG:blivet: DiskDevice.remove_child: name: sda ; child: req0 ; kids: 3 ; >DEBUG:blivet: DiskDevice.remove_child: name: sdb ; child: req0 ; kids: 2 ; >INFO:blivet:added partition req0 (id 1578) to device tree >INFO:blivet:registered action: [1581] create device partition req0 (id 1578) >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 1583 >DEBUG:blivet: PartitionDevice._set_format: req0 ; type: efi ; current: efi ; >INFO:blivet:registered action: [1582] create format efi filesystem mounted at /boot/efi on partition req0 (id 1578) >DEBUG:blivet: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; >DEBUG:blivet: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; >DEBUG:blivet:removing all non-preexisting partitions ['req0(id 1578)', 'sda1(id 49)', 'sda2(id 59)', 'sdb1(id 83)'] from disk(s) ['sda', 'sdb'] >DEBUG:blivet:allocate_partitions: disks=['sda', 'sdb'] ; partitions=['req0(id 1578)', 'sda1(id 49)', 'sda2(id 59)', 'sdb1(id 83)'] >DEBUG:blivet:removing all non-preexisting partitions ['req0(id 1578)'] from disk(s) ['sda', 'sdb'] >DEBUG:blivet:allocating partition: req0 ; id: 1578 ; disks: ['sda', 'sdb'] ; >boot: True ; primary: False ; size: 50 Mio ; grow: True ; max_size: 50 Mio ; start: None ; end: None >DEBUG:blivet:checking freespace on sda >DEBUG:blivet:get_best_free_space_region: disk=/dev/sda part_type=0 req_size=50 Mio boot=True best=None grow=True start=None >DEBUG:blivet:checking 63-2047 (992,5 Kio) >DEBUG:blivet:current free range is 63-2047 (992,5 Kio) >DEBUG:blivet:checking 250068992-250069679 (344 Kio) >DEBUG:blivet:current free range is 250068992-250069679 (344 Kio) >DEBUG:blivet:not enough free space for primary -- trying logical >DEBUG:blivet:checking freespace on sdb >DEBUG:blivet:get_best_free_space_region: disk=/dev/sdb part_type=0 req_size=50 Mio boot=True best=None grow=True start=None >DEBUG:blivet:checking 2-2047 (1023 Kio) >DEBUG:blivet:current free range is 2-2047 (1023 Kio) >DEBUG:blivet:not enough free space for primary -- trying logical >ERROR:blivet:failed to allocate partitions: Impossible d’allouer des schémas de partition requis. >ERROR:blivet:device post-create method failed: Impossible d’allouer des schémas de partition requis. >INFO:blivet:removed partition req0 (id 1578) from device tree >INFO:blivet:registered action: [1584] destroy device partition req0 (id 1578) >ERROR:blivet:failed to configure device factory: Impossible d’allouer des schémas de partition requis. >ERROR:anaconda.modules.storage.partitioning.interactive.add_device:The device creation has failed: Impossible d’allouer des schémas de partition requis. >DEBUG:blivet:instantiating <class 'blivet.devicefactory.PartitionFactory'>: <pyanaconda.core.util.LazyObject object at 0x7f4f7b93a1d0>, [], {'size': None} >ERROR:anaconda.modules.storage.partitioning.interactive.add_device:Failed to add a device: Impossible d’allouer des schémas de partition requis. >WARNING:dasbus.server.handler:The call org.fedoraproject.Anaconda.Modules.Storage.DeviceTree.Scheduler.AddDevice has failed with an exception: >Traceback (most recent call last): > File "/usr/lib/python3.11/site-packages/blivet/devicefactory.py", line 745, in _create_device > self._post_create() > File "/usr/lib/python3.11/site-packages/blivet/devicefactory.py", line 1092, in _post_create > do_partitioning(self.storage) > File "/usr/lib/python3.11/site-packages/blivet/partitioning.py", line 618, in do_partitioning > allocate_partitions(storage, disks, partitions, free, boot_disk=boot_disk) > File "/usr/lib/python3.11/site-packages/blivet/partitioning.py", line 971, in allocate_partitions > raise PartitioningError(_("Unable to allocate requested partition scheme.")) >blivet.errors.PartitioningError: Impossible d’allouer des schémas de partition requis. > >The above exception was the direct cause of the following exception: > >Traceback (most recent call last): > File "/usr/lib64/python3.11/site-packages/pyanaconda/modules/storage/partitioning/interactive/add_device.py", line 67, in run > self._add_device(self._storage, self._request, use_existing_container=False) > File "/usr/lib64/python3.11/site-packages/pyanaconda/modules/storage/partitioning/interactive/add_device.py", line 168, in _add_device > storage.factory_device(**dev_info) > File "/usr/lib/python3.11/site-packages/blivet/threads.py", line 53, in run_with_lock > return m(*args, **kwargs) > ^^^^^^^^^^^^^^^^^^ > File "/usr/lib/python3.11/site-packages/blivet/blivet.py", line 1296, in factory_device > factory.configure() > File "/usr/lib/python3.11/site-packages/blivet/devicefactory.py", line 936, in configure > self._configure() > File "/usr/lib/python3.11/site-packages/blivet/devicefactory.py", line 1082, in _configure > super(PartitionFactory, self)._configure() > File "/usr/lib/python3.11/site-packages/blivet/devicefactory.py", line 988, in _configure > self._create_device() > File "/usr/lib/python3.11/site-packages/blivet/devicefactory.py", line 749, in _create_device > raise_from(StorageError(e), e) > File "<string>", line 3, in raise_from >blivet.errors.StorageError: Impossible d’allouer des schémas de partition requis. > >The above exception was the direct cause of the following exception: > >Traceback (most recent call last): > File "/usr/lib/python3.11/site-packages/dasbus/server/handler.py", line 455, in _method_callback > result = self._handle_call( > ^^^^^^^^^^^^^^^^^^ > File "/usr/lib/python3.11/site-packages/dasbus/server/handler.py", line 265, in _handle_call > return handler(*parameters, **additional_args) > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/usr/lib64/python3.11/site-packages/pyanaconda/modules/storage/partitioning/interactive/scheduler_interface.py", line 288, in AddDevice > self.implementation.add_device( > File "/usr/lib64/python3.11/site-packages/pyanaconda/modules/storage/partitioning/interactive/scheduler_module.py", line 320, in add_device > task.run() > File "/usr/lib64/python3.11/site-packages/pyanaconda/modules/storage/partitioning/interactive/add_device.py", line 89, in run > raise StorageConfigurationError(message) from exception >pyanaconda.modules.common.errors.configuration.StorageConfigurationError: Impossible d’allouer des schémas de partition requis. >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:0/block/sdd ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:0/block/sdd/size: 300a >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:1/block/sde ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:1/block/sde/size: 300a >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:2/block/sdf ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:2/block/sdf/size: 300a >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:3/block/sdg ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:3/block/sdg/size: 300a >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:4/block/sdh ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:4/block/sdh/size: 300a >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda1 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 500 Mio partition sda1 (49) with non-existent ext4 filesystem mounted at /boot >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda1 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 500 Mio partition sda1 (49) with non-existent ext4 filesystem mounted at /boot >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_root ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118) with non-existent ext4 filesystem mounted at / >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_root ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118) with non-existent ext4 filesystem mounted at / >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_home ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 153,22 Gio lvmlv vg_erwan-desktop-lv_home (92) with existing ext4 filesystem mounted at /home >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_home ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 153,22 Gio lvmlv vg_erwan-desktop-lv_home (92) with existing ext4 filesystem mounted at /home >DEBUG:blivet: DeviceTree.get_device_by_name: name: sdc ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 3,83 Gio disk sdc (4) with existing iso9660 filesystem >DEBUG:blivet: DeviceTree.get_device_by_name: name: sdc ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 3,83 Gio disk sdc (4) with existing iso9660 filesystem >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_home ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 153,22 Gio lvmlv vg_erwan-desktop-lv_home (92) with existing ext4 filesystem mounted at /home >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_home ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 153,22 Gio lvmlv vg_erwan-desktop-lv_home (92) with existing ext4 filesystem mounted at /home >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_swap ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 15,53 Gio lvmlv vg_erwan-desktop-lv_swap (105) with existing swap >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_swap ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 15,53 Gio lvmlv vg_erwan-desktop-lv_swap (105) with existing swap >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda1 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 500 Mio partition sda1 (49) with non-existent ext4 filesystem mounted at /boot >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda1 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 500 Mio partition sda1 (49) with non-existent ext4 filesystem mounted at /boot >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda1 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 500 Mio partition sda1 (49) with non-existent ext4 filesystem mounted at /boot >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda1 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 500 Mio partition sda1 (49) with non-existent ext4 filesystem mounted at /boot >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda1 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 500 Mio partition sda1 (49) with non-existent ext4 filesystem mounted at /boot >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda1 ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 500 Mio partition sda1 (49) with non-existent ext4 filesystem mounted at /boot >DEBUG:blivet:resolved 'sda1' to 'sda1' (partition) >DEBUG:blivet: DeviceTree.get_device_by_name: name: ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned None >DEBUG:blivet: DeviceTree.get_device_by_path: path: /dev/ ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_path returned None >DEBUG:blivet:failed to resolve '/dev/' >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 1585 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 1586 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 119,24 Gio disk sda (39) with existing msdos disklabel >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda1 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 500 Mio partition sda1 (49) with non-existent ext4 filesystem mounted at /boot >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 1587 >DEBUG:blivet:get_format('biosboot') returning BIOSBoot instance with object id 1588 >DEBUG:blivet: DiskLabel.__init__: >INFO:blivet:DiskLabel.parted_device returning None >DEBUG:blivet:get_format('disklabel') returning DiskLabel instance with object id 1589 >DEBUG:blivet:get_format('dmraidmember') returning DMRaidMember instance with object id 1590 >DEBUG:blivet: Ext2FS.supported: supported: True ; >DEBUG:blivet:get_format('ext2') returning Ext2FS instance with object id 1591 >DEBUG:blivet: Ext2FS.supported: supported: True ; >DEBUG:blivet: Ext3FS.supported: supported: True ; >DEBUG:blivet:get_format('ext3') returning Ext3FS instance with object id 1592 >DEBUG:blivet: Ext3FS.supported: supported: True ; >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 1593 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet: FATFS.supported: supported: True ; >DEBUG:blivet:get_format('vfat') returning FATFS instance with object id 1594 >DEBUG:blivet: FATFS.supported: supported: True ; >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet:get_format('efi') returning EFIFS instance with object id 1595 >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 1596 >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('gfs2') returning GFS2 instance with object id 1597 >DEBUG:blivet:get_format('jfs') returning JFS instance with object id 1598 >DEBUG:blivet:get_format('reiserfs') returning ReiserFS instance with object id 1599 >DEBUG:blivet: XFS.supported: supported: True ; >DEBUG:blivet:get_format('xfs') returning XFS instance with object id 1600 >DEBUG:blivet: XFS.supported: supported: True ; >DEBUG:blivet: StratisXFS.supported: supported: False ; >DEBUG:blivet:get_format('stratis xfs') returning StratisXFS instance with object id 1601 >DEBUG:blivet: StratisXFS.supported: supported: False ; >DEBUG:blivet: HFS.supported: supported: False ; >DEBUG:blivet:get_format('hfs') returning HFS instance with object id 1602 >DEBUG:blivet: HFS.supported: supported: False ; >DEBUG:blivet: AppleBootstrapFS.supported: supported: True ; >DEBUG:blivet:get_format('appleboot') returning AppleBootstrapFS instance with object id 1603 >DEBUG:blivet: AppleBootstrapFS.supported: supported: True ; >DEBUG:blivet: HFSPlus.supported: supported: False ; >DEBUG:blivet:get_format('hfs+') returning HFSPlus instance with object id 1604 >DEBUG:blivet: HFSPlus.supported: supported: False ; >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 1605 >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet: NTFS.supported: supported: True ; >DEBUG:blivet:get_format('ntfs') returning NTFS instance with object id 1606 >DEBUG:blivet: NTFS.supported: supported: True ; >DEBUG:blivet: ExFATFS.supported: supported: False ; >DEBUG:blivet:get_format('exfat') returning ExFATFS instance with object id 1607 >DEBUG:blivet: ExFATFS.supported: supported: False ; >DEBUG:blivet: F2FS.supported: supported: True ; >DEBUG:blivet:get_format('f2fs') returning F2FS instance with object id 1608 >DEBUG:blivet: F2FS.supported: supported: True ; >DEBUG:blivet: NFS.supported: supported: False ; >DEBUG:blivet:get_format('nfs') returning NFS instance with object id 1609 >DEBUG:blivet: NFS.supported: supported: False ; >DEBUG:blivet: NFSv4.supported: supported: False ; >DEBUG:blivet:get_format('nfs4') returning NFSv4 instance with object id 1610 >DEBUG:blivet: NFSv4.supported: supported: False ; >DEBUG:blivet: Iso9660FS.supported: supported: True ; >DEBUG:blivet:get_format('iso9660') returning Iso9660FS instance with object id 1611 >DEBUG:blivet: Iso9660FS.supported: supported: True ; >DEBUG:blivet: UDFFS.supported: supported: True ; >DEBUG:blivet:get_format('udf') returning UDFFS instance with object id 1612 >DEBUG:blivet: UDFFS.supported: supported: True ; >DEBUG:blivet: NoDevFS.supported: supported: False ; >DEBUG:blivet:get_format('nodev') returning NoDevFS instance with object id 1613 >DEBUG:blivet: NoDevFS.supported: supported: False ; >DEBUG:blivet: DevPtsFS.supported: supported: False ; >DEBUG:blivet:get_format('devpts') returning DevPtsFS instance with object id 1614 >DEBUG:blivet: DevPtsFS.supported: supported: False ; >DEBUG:blivet: ProcFS.supported: supported: False ; >DEBUG:blivet:get_format('proc') returning ProcFS instance with object id 1615 >DEBUG:blivet: ProcFS.supported: supported: False ; >DEBUG:blivet: SysFS.supported: supported: False ; >DEBUG:blivet:get_format('sysfs') returning SysFS instance with object id 1616 >DEBUG:blivet: SysFS.supported: supported: False ; >DEBUG:blivet: TmpFS.supported: supported: True ; >DEBUG:blivet:get_format('tmpfs') returning TmpFS instance with object id 1617 >DEBUG:blivet: TmpFS.supported: supported: True ; >DEBUG:blivet: BindFS.supported: supported: False ; >DEBUG:blivet:get_format('bind') returning BindFS instance with object id 1618 >DEBUG:blivet: BindFS.supported: supported: False ; >DEBUG:blivet: SELinuxFS.supported: supported: False ; >DEBUG:blivet:get_format('selinuxfs') returning SELinuxFS instance with object id 1619 >DEBUG:blivet: SELinuxFS.supported: supported: False ; >DEBUG:blivet: USBFS.supported: supported: False ; >DEBUG:blivet:get_format('usbfs') returning USBFS instance with object id 1620 >DEBUG:blivet: USBFS.supported: supported: False ; >DEBUG:blivet: EFIVarFS.supported: supported: False ; >DEBUG:blivet:get_format('efivarfs') returning EFIVarFS instance with object id 1621 >DEBUG:blivet: EFIVarFS.supported: supported: False ; >DEBUG:blivet: LUKS.__init__: >DEBUG:blivet:get_format('luks') returning LUKS instance with object id 1622 >DEBUG:blivet: Integrity.__init__: >DEBUG:blivet:get_format('integrity') returning Integrity instance with object id 1623 >DEBUG:blivet: LVMPhysicalVolume.__init__: >DEBUG:blivet:get_format('lvmpv') returning LVMPhysicalVolume instance with object id 1624 >DEBUG:blivet: MDRaidMember.__init__: >DEBUG:blivet:get_format('mdmember') returning MDRaidMember instance with object id 1625 >DEBUG:blivet: MultipathMember.__init__: >DEBUG:blivet:get_format('multipath_member') returning MultipathMember instance with object id 1626 >DEBUG:blivet:get_format('prepboot') returning PPCPRePBoot instance with object id 1627 >DEBUG:blivet: SwapSpace.__init__: >DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 1628 >DEBUG:blivet: StratisBlockdev.__init__: >DEBUG:blivet:get_format('stratis') returning StratisBlockdev instance with object id 1629 >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 1630 >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet:get_format('efi') returning EFIFS instance with object id 1631 >DEBUG:blivet: Ext2FS.supported: supported: True ; >DEBUG:blivet:get_format('ext2') returning Ext2FS instance with object id 1632 >DEBUG:blivet: Ext3FS.supported: supported: True ; >DEBUG:blivet:get_format('ext3') returning Ext3FS instance with object id 1633 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 1634 >DEBUG:blivet: SwapSpace.__init__: >DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 1635 >DEBUG:blivet: FATFS.supported: supported: True ; >DEBUG:blivet:get_format('vfat') returning FATFS instance with object id 1636 >DEBUG:blivet: XFS.supported: supported: True ; >DEBUG:blivet:get_format('xfs') returning XFS instance with object id 1637 >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda1 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 500 Mio partition sda1 (49) with non-existent ext4 filesystem mounted at /boot >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 1638 >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 119,24 Gio disk sda (39) with existing msdos disklabel >DEBUG:blivet: DeviceTree.get_device_by_name: name: sdb ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 465,76 Gio disk sdb (73) with existing msdos disklabel >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 119,24 Gio disk sda (39) with existing msdos disklabel >DEBUG:blivet: DeviceTree.get_device_by_name: name: sdb ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 465,76 Gio disk sdb (73) with existing msdos disklabel >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 119,24 Gio disk sda (39) with existing msdos disklabel >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 119,24 Gio disk sda (39) with existing msdos disklabel >DEBUG:blivet: DeviceTree.get_device_by_name: name: sdb ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 465,76 Gio disk sdb (73) with existing msdos disklabel >DEBUG:blivet: DeviceTree.get_device_by_name: name: sdb ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 465,76 Gio disk sdb (73) with existing msdos disklabel >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 119,24 Gio disk sda (39) with existing msdos disklabel >DEBUG:blivet: DeviceTree.get_device_by_name: name: sdb ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 465,76 Gio disk sdb (73) with existing msdos disklabel >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 119,24 Gio disk sda (39) with existing msdos disklabel >DEBUG:blivet: DeviceTree.get_device_by_name: name: sdb ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 465,76 Gio disk sdb (73) with existing msdos disklabel >DEBUG:anaconda.modules.storage.bootloader.bootloader:Bootloader mode is set to 'BootloaderMode.ENABLED'. >DEBUG:anaconda.modules.storage.bootloader.bootloader:Preferred location is set to 'MBR'. >DEBUG:anaconda.modules.storage.bootloader.bootloader:Drive is set to 'sda'. >DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage/Task/5. >INFO:anaconda.threading:Running Thread: AnaTaskThread-InteractivePartitioningTask-3 (139979348747968) >INFO:anaconda.modules.common.task.task:Configure the partitioning >DEBUG:anaconda.modules.storage.bootloader.execution:Execute the bootloader with dry run False. >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:0/block/sdd ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:0/block/sdd/size: 300a >INFO:blivet:Skipping disk: sdd: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:1/block/sde ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:1/block/sde/size: 300a >INFO:blivet:Skipping disk: sde: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:2/block/sdf ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:2/block/sdf/size: 300a >INFO:blivet:Skipping disk: sdf: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:3/block/sdg ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:3/block/sdg/size: 300a >INFO:blivet:Skipping disk: sdg: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:4/block/sdh ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:4/block/sdh/size: 300a >INFO:blivet:Skipping disk: sdh: No media present >DEBUG:anaconda.modules.storage.bootloader.base:new disk list: [DiskDevice instance (0x7f4f7a9b6410) -- > name = sda status = True id = 39 > children = ['existing 500 Mio partition sda1 (49) with non-existent ext4 filesystem ' > 'mounted at /boot', > 'existing 118,75 Gio partition sda2 (59) with existing lvmpv'] > parents = [] > uuid = None size = 119,24 Gio > format = existing msdos disklabel > major = 8 minor = 0 exists = True protected = False > sysfs path = /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda > target size = 119,24 Gio path = /dev/sda > format args = [] original_format = disklabel removable = False wwn = 5002538043584d30, DiskDevice instance (0x7f4f7a9c0090) -- > name = sdb status = True id = 73 > children = ['existing 465,76 Gio partition sdb1 (83) with existing lvmpv'] > parents = [] > uuid = None size = 465,76 Gio > format = existing msdos disklabel > major = 8 minor = 16 exists = True protected = False > sysfs path = /sys/devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sdb > target size = 465,76 Gio path = /dev/sdb > format args = [] original_format = disklabel removable = False wwn = 5002538d409a2fbe] >DEBUG:anaconda.modules.storage.bootloader.execution:Applying bootloader location: MBR >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:0/block/sdd ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:0/block/sdd/size: 300a >INFO:blivet:Skipping disk: sdd: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:1/block/sde ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:1/block/sde/size: 300a >INFO:blivet:Skipping disk: sde: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:2/block/sdf ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:2/block/sdf/size: 300a >INFO:blivet:Skipping disk: sdf: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:3/block/sdg ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:3/block/sdg/size: 300a >INFO:blivet:Skipping disk: sdg: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:4/block/sdh ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:4/block/sdh/size: 300a >INFO:blivet:Skipping disk: sdh: No media present >DEBUG:anaconda.modules.storage.bootloader.execution:Applying drive order: [] >DEBUG:anaconda.modules.storage.bootloader.base:new disk order: [] >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:0/block/sdd ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:0/block/sdd/size: 300a >INFO:blivet:Skipping disk: sdd: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:1/block/sde ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:1/block/sde/size: 300a >INFO:blivet:Skipping disk: sde: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:2/block/sdf ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:2/block/sdf/size: 300a >INFO:blivet:Skipping disk: sdf: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:3/block/sdg ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:3/block/sdg/size: 300a >INFO:blivet:Skipping disk: sdg: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:4/block/sdh ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:4/block/sdh/size: 300a >INFO:blivet:Skipping disk: sdh: No media present >DEBUG:anaconda.modules.storage.bootloader.execution:Use the requested boot drive. >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:testdata:sysfs attr /sys/class/block/sdc/device/model: 466c617368204469736b2020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdd/device/model: 436f6d7061637420466c6173682020200a >DEBUG:testdata:sysfs attr /sys/class/block/sde/device/model: 534d2f78442d506963747572652020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdf/device/model: 53442f4d4d43202020202020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdg/device/model: 4d2e532e2f4d2e532e50726f2f4847200a >DEBUG:testdata:sysfs attr /sys/class/block/sdh/device/model: 53442f4d4d432f4d2e532e50524f20200a >DEBUG:testdata:sysfs attr /sys/class/block/sda/device/model: 53414d53554e472053534420383330200a >DEBUG:testdata:sysfs attr /sys/class/block/sdb/device/model: 53616d73756e672053534420383530200a >DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 4456442d52572053482d3231364142200a >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:testdata:sysfs attr /sys/class/block/sdc/device/model: 466c617368204469736b2020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdd/device/model: 436f6d7061637420466c6173682020200a >DEBUG:testdata:sysfs attr /sys/class/block/sde/device/model: 534d2f78442d506963747572652020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdf/device/model: 53442f4d4d43202020202020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdg/device/model: 4d2e532e2f4d2e532e50726f2f4847200a >DEBUG:testdata:sysfs attr /sys/class/block/sdh/device/model: 53442f4d4d432f4d2e532e50524f20200a >DEBUG:testdata:sysfs attr /sys/class/block/sda/device/model: 53414d53554e472053534420383330200a >DEBUG:testdata:sysfs attr /sys/class/block/sdb/device/model: 53616d73756e672053534420383530200a >DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 4456442d52572053482d3231364142200a >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 119,24 Gio disk sda (39) with existing msdos disklabel >DEBUG:blivet:resolved 'sda' to 'sda' (disk) >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 119,24 Gio disk sda (39) with existing msdos disklabel >DEBUG:anaconda.core.storage:sda matches ['sda'] for devicetree=existing 3,83 Gio disk sdc (4) with existing iso9660 filesystem >existing 0 O disk sdd (14) >existing 0 O disk sde (19) >existing 0 O disk sdf (24) >existing 0 O disk sdg (29) >existing 0 O disk sdh (34) >existing 119,24 Gio disk sda (39) with existing msdos disklabel > existing 500 Mio partition sda1 (49) with non-existent ext4 filesystem mounted at /boot > existing 118,75 Gio partition sda2 (59) with existing lvmpv > existing 584,5 Gio lvmvg vg_erwan-desktop (68) > existing 153,22 Gio lvmlv vg_erwan-desktop-lv_home (92) with existing ext4 filesystem mounted at /home > existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118) with non-existent ext4 filesystem mounted at / > existing 15,53 Gio lvmlv vg_erwan-desktop-lv_swap (105) with existing swap >existing 465,76 Gio disk sdb (73) with existing msdos disklabel > existing 465,76 Gio partition sdb1 (83) with existing lvmpv > existing 584,5 Gio lvmvg vg_erwan-desktop (68) > ... >existing 1024 Mio cdrom sr0 (132) >existing 0 O file /run/initramfs/live/LiveOS/squashfs.img (137) > existing 0 O loop loop0 (141) >existing 0 O file /LiveOS/rootfs.img (151) > existing 0 O loop loop1 (155) with existing ext4 filesystem > existing 7,57 Gio dm live-base (184) with existing ext4 filesystem > existing 7,57 Gio dm live-rw (174) with existing ext4 filesystem >existing 0 O file /overlay (deleted) (165) > existing 0 O loop loop2 (169) > and disks_only=True >DEBUG:anaconda.modules.storage.bootloader.execution:Using a boot drive: sda >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 119,24 Gio disk sda (39) with existing msdos disklabel >DEBUG:blivet:resolved 'sda' to 'sda' (disk) >DEBUG:anaconda.modules.storage.bootloader.base:Is sda a valid stage1 target device? >DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type disk >DEBUG:anaconda.modules.storage.bootloader.base:Is sda1 a valid stage1 target device? >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_disklabel(sda1) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_size(sda1) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_location(sda1) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_format(sda1) returning False >DEBUG:anaconda.modules.storage.bootloader.base:is_valid_stage1_device(sda1) returning False >DEBUG:anaconda.modules.storage.bootloader.base:Is sda2 a valid stage1 target device? >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_disklabel(sda2) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_size(sda2) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_location(sda2) returning True >WARNING:anaconda.modules.storage.bootloader.base:sda2 not bootable >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_format(sda2) returning False >DEBUG:anaconda.modules.storage.bootloader.base:is_valid_stage1_device(sda2) returning False >DEBUG:anaconda.modules.storage.bootloader.base:Is vg_erwan-desktop a valid stage1 target device? >DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type lvmvg >DEBUG:anaconda.modules.storage.bootloader.base:Is vg_erwan-desktop-lv_home a valid stage1 target device? >DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type lvmlv >DEBUG:anaconda.modules.storage.bootloader.base:Is vg_erwan-desktop-lv_root a valid stage1 target device? >DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type lvmlv >DEBUG:anaconda.modules.storage.bootloader.base:Is vg_erwan-desktop-lv_swap a valid stage1 target device? >DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type lvmlv >ERROR:anaconda.modules.storage.partitioning.base_partitioning:Bootloader configuration has failed: Failed to find a suitable stage1 device: Partition système EFI ne peut pas être du type ext4.; Partition système EFI doit être monté sur un des périphériques suivants : /boot/efi.; Partition système EFI ne peut pas être du type lvmpv. >INFO:anaconda.threading:Thread Failed: AnaTaskThread-InteractivePartitioningTask-3 (139979348747968) >ERROR:anaconda.modules.common.task.task:Thread AnaTaskThread-InteractivePartitioningTask-3 has failed: Traceback (most recent call last): > File "/usr/lib64/python3.11/site-packages/pyanaconda/modules/storage/partitioning/base_partitioning.py", line 53, in run > self._run(self._storage) > File "/usr/lib64/python3.11/site-packages/pyanaconda/modules/storage/partitioning/interactive/interactive_partitioning.py", line 38, in _run > self._prepare_bootloader(storage) > File "/usr/lib64/python3.11/site-packages/pyanaconda/modules/storage/partitioning/interactive/interactive_partitioning.py", line 43, in _prepare_bootloader > setup_bootloader(storage) > File "/usr/lib64/python3.11/site-packages/pyanaconda/modules/storage/bootloader/execution.py", line 44, in setup_bootloader > executor.execute(storage=storage, dry_run=dry_run) > File "/usr/lib64/python3.11/site-packages/pyanaconda/modules/storage/bootloader/execution.py", line 78, in execute > storage.bootloader.set_stage1_device(storage.devices) > File "/usr/lib64/python3.11/site-packages/pyanaconda/modules/storage/bootloader/base.py", line 618, in set_stage1_device > raise BootLoaderError(msg) >pyanaconda.modules.storage.bootloader.base.BootLoaderError: Failed to find a suitable stage1 device: Partition système EFI ne peut pas être du type ext4.; Partition système EFI doit être monté sur un des périphériques suivants : /boot/efi.; Partition système EFI ne peut pas être du type lvmpv. > >The above exception was the direct cause of the following exception: > >Traceback (most recent call last): > File "/usr/lib64/python3.11/site-packages/pyanaconda/threading.py", line 275, in run > threading.Thread.run(self) > File "/usr/lib64/python3.11/threading.py", line 975, in run > self._target(*self._args, **self._kwargs) > File "/usr/lib64/python3.11/site-packages/pyanaconda/modules/common/task/task.py", line 96, in _thread_run_callback > self._task_run_callback() > File "/usr/lib64/python3.11/site-packages/pyanaconda/modules/common/task/task.py", line 109, in _task_run_callback > self._set_result(self.run()) > ^^^^^^^^^^ > File "/usr/lib64/python3.11/site-packages/pyanaconda/modules/storage/partitioning/base_partitioning.py", line 63, in run > self._handle_bootloader_error(e, str(e)) > File "/usr/lib64/python3.11/site-packages/pyanaconda/modules/storage/partitioning/base_partitioning.py", line 98, in _handle_bootloader_error > raise BootloaderConfigurationError(message) from exception >pyanaconda.modules.common.errors.configuration.BootloaderConfigurationError: Failed to find a suitable stage1 device: Partition système EFI ne peut pas être du type ext4.; Partition système EFI doit être monté sur un des périphériques suivants : /boot/efi.; Partition système EFI ne peut pas être du type lvmpv. > >INFO:anaconda.threading:Thread Done: AnaTaskThread-InteractivePartitioningTask-3 (139979348747968) >WARNING:dasbus.server.handler:The call org.fedoraproject.Anaconda.Task.Finish has failed with an exception: >Traceback (most recent call last): > File "/usr/lib64/python3.11/site-packages/pyanaconda/modules/storage/partitioning/base_partitioning.py", line 53, in run > self._run(self._storage) > File "/usr/lib64/python3.11/site-packages/pyanaconda/modules/storage/partitioning/interactive/interactive_partitioning.py", line 38, in _run > self._prepare_bootloader(storage) > File "/usr/lib64/python3.11/site-packages/pyanaconda/modules/storage/partitioning/interactive/interactive_partitioning.py", line 43, in _prepare_bootloader > setup_bootloader(storage) > File "/usr/lib64/python3.11/site-packages/pyanaconda/modules/storage/bootloader/execution.py", line 44, in setup_bootloader > executor.execute(storage=storage, dry_run=dry_run) > File "/usr/lib64/python3.11/site-packages/pyanaconda/modules/storage/bootloader/execution.py", line 78, in execute > storage.bootloader.set_stage1_device(storage.devices) > File "/usr/lib64/python3.11/site-packages/pyanaconda/modules/storage/bootloader/base.py", line 618, in set_stage1_device > raise BootLoaderError(msg) >pyanaconda.modules.storage.bootloader.base.BootLoaderError: Failed to find a suitable stage1 device: Partition système EFI ne peut pas être du type ext4.; Partition système EFI doit être monté sur un des périphériques suivants : /boot/efi.; Partition système EFI ne peut pas être du type lvmpv. > >The above exception was the direct cause of the following exception: > >Traceback (most recent call last): > File "/usr/lib/python3.11/site-packages/dasbus/server/handler.py", line 455, in _method_callback > result = self._handle_call( > ^^^^^^^^^^^^^^^^^^ > File "/usr/lib/python3.11/site-packages/dasbus/server/handler.py", line 265, in _handle_call > return handler(*parameters, **additional_args) > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/usr/lib64/python3.11/site-packages/pyanaconda/modules/common/task/task_interface.py", line 114, in Finish > self.implementation.finish() > File "/usr/lib64/python3.11/site-packages/pyanaconda/modules/common/task/task.py", line 175, in finish > threadMgr.raise_if_error(self._thread_name) > File "/usr/lib64/python3.11/site-packages/pyanaconda/threading.py", line 166, in raise_if_error > raise exc_info[1] > File "/usr/lib64/python3.11/site-packages/pyanaconda/threading.py", line 275, in run > threading.Thread.run(self) > File "/usr/lib64/python3.11/threading.py", line 975, in run > self._target(*self._args, **self._kwargs) > File "/usr/lib64/python3.11/site-packages/pyanaconda/modules/common/task/task.py", line 96, in _thread_run_callback > self._task_run_callback() > File "/usr/lib64/python3.11/site-packages/pyanaconda/modules/common/task/task.py", line 109, in _task_run_callback > self._set_result(self.run()) > ^^^^^^^^^^ > File "/usr/lib64/python3.11/site-packages/pyanaconda/modules/storage/partitioning/base_partitioning.py", line 63, in run > self._handle_bootloader_error(e, str(e)) > File "/usr/lib64/python3.11/site-packages/pyanaconda/modules/storage/partitioning/base_partitioning.py", line 98, in _handle_bootloader_error > raise BootloaderConfigurationError(message) from exception >pyanaconda.modules.common.errors.configuration.BootloaderConfigurationError: Failed to find a suitable stage1 device: Partition système EFI ne peut pas être du type ext4.; Partition système EFI doit être monté sur un des périphériques suivants : /boot/efi.; Partition système EFI ne peut pas être du type lvmpv. >DEBUG:anaconda.modules.storage.bootloader.bootloader:Drive is set to ''. >DEBUG:anaconda.modules.storage.storage:The storage model has changed. >DEBUG:anaconda.modules.storage.storage:The partitioning NONE is applied. >DEBUG:anaconda.modules.storage.partitioning.base:Creating a new storage playground for INTERACTIVE with selected disks ['sda', 'sdb']. >DEBUG:anaconda.storage:Creating a copy of the storage model. >DEBUG:blivet:starting Blivet copy >DEBUG:blivet: PartitionDevice._set_parted_partition: sda1 ; >DEBUG:blivet:device sda1 new parted_partition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f4f7a93dc50> fileSystem: <parted.filesystem.FileSystem object at 0x7f4f7ac32850> > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f4f7ad25bd0> PedPartition: <_ped.Partition object at 0x7f4f7a9203b0> >DEBUG:blivet: PartitionDevice._set_parted_partition: sda2 ; >DEBUG:blivet:device sda2 new parted_partition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f4f7a93dc50> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f4f7ac32210> PedPartition: <_ped.Partition object at 0x7f4f7aba0860> >DEBUG:blivet: PartitionDevice._set_parted_partition: sdb1 ; >DEBUG:blivet:device sdb1 new parted_partition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f4f7a94e9d0> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f4f7b677690> PedPartition: <_ped.Partition object at 0x7f4f7ac35a80> >DEBUG:blivet:finished Blivet copy >DEBUG:blivet: DeviceTree.get_device_by_id: id_num: 118 ; incomplete: False ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_id returned existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118) with existing ext4 filesystem >DEBUG:blivet: DeviceTree.get_device_by_id: id_num: 49 ; incomplete: False ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_id returned existing 500 Mio partition sda1 (49) with existing ext4 filesystem >DEBUG:blivet: DeviceTree.get_device_by_id: id_num: 92 ; incomplete: False ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_id returned existing 153,22 Gio lvmlv vg_erwan-desktop-lv_home (92) with existing ext4 filesystem >DEBUG:blivet: DeviceTree.get_device_by_id: id_num: 105 ; incomplete: False ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_id returned existing 15,53 Gio lvmlv vg_erwan-desktop-lv_swap (105) with existing swap >DEBUG:blivet: DeviceTree.get_device_by_id: id_num: 118 ; incomplete: False ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_id returned existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118) with existing ext4 filesystem >DEBUG:blivet: DeviceTree.get_device_by_id: id_num: 49 ; incomplete: False ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_id returned existing 500 Mio partition sda1 (49) with existing ext4 filesystem >DEBUG:blivet: DeviceTree.get_device_by_id: id_num: 92 ; incomplete: False ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_id returned existing 153,22 Gio lvmlv vg_erwan-desktop-lv_home (92) with existing ext4 filesystem >DEBUG:anaconda.storage:Finished a copy of the storage model. >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:0/block/sdd ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:0/block/sdd/size: 300a >INFO:blivet:Skipping disk: sdd: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:1/block/sde ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:1/block/sde/size: 300a >INFO:blivet:Skipping disk: sde: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:2/block/sdf ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:2/block/sdf/size: 300a >INFO:blivet:Skipping disk: sdf: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:3/block/sdg ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:3/block/sdg/size: 300a >INFO:blivet:Skipping disk: sdg: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:4/block/sdh ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:4/block/sdh/size: 300a >INFO:blivet:Skipping disk: sdh: No media present >DEBUG:anaconda.modules.storage.disk_initialization.configuration:Can sda be initialized? >DEBUG:anaconda.modules.storage.disk_initialization.configuration:The disk cannot be initialized. >DEBUG:anaconda.modules.storage.disk_initialization.configuration:Can sdb be initialized? >DEBUG:anaconda.modules.storage.disk_initialization.configuration:The disk cannot be initialized. >DEBUG:anaconda.modules.storage.disk_initialization.configuration:Can sdc be initialized? >DEBUG:anaconda.modules.storage.disk_initialization.configuration:A protected disk cannot be initialized. >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:0/block/sdd ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:0/block/sdd/size: 300a >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:1/block/sde ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:1/block/sde/size: 300a >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:2/block/sdf ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:2/block/sdf/size: 300a >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:3/block/sdg ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:3/block/sdg/size: 300a >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:4/block/sdh ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:4/block/sdh/size: 300a >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_root ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118) with existing ext4 filesystem >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_root ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118) with existing ext4 filesystem >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda1 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 500 Mio partition sda1 (49) with existing ext4 filesystem >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda1 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 500 Mio partition sda1 (49) with existing ext4 filesystem >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_home ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 153,22 Gio lvmlv vg_erwan-desktop-lv_home (92) with existing ext4 filesystem >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_home ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 153,22 Gio lvmlv vg_erwan-desktop-lv_home (92) with existing ext4 filesystem >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_swap ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 15,53 Gio lvmlv vg_erwan-desktop-lv_swap (105) with existing swap >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_swap ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 15,53 Gio lvmlv vg_erwan-desktop-lv_swap (105) with existing swap >DEBUG:blivet: DeviceTree.get_device_by_name: name: sdc ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 3,83 Gio disk sdc (4) with existing iso9660 filesystem >DEBUG:blivet: DeviceTree.get_device_by_name: name: sdc ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 3,83 Gio disk sdc (4) with existing iso9660 filesystem >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 119,24 Gio disk sda (39) with existing msdos disklabel >DEBUG:blivet: DeviceTree.get_device_by_name: name: sdb ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 465,76 Gio disk sdb (73) with existing msdos disklabel >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 119,24 Gio disk sda (39) with existing msdos disklabel >DEBUG:blivet: DeviceTree.get_device_by_name: name: sdb ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 465,76 Gio disk sdb (73) with existing msdos disklabel >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_root ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118) with existing ext4 filesystem >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_root ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118) with existing ext4 filesystem >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_root ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118) with existing ext4 filesystem >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_root ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118) with existing ext4 filesystem >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_root ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118) with existing ext4 filesystem >DEBUG:blivet:vg_erwan-desktop size is 584,5 Gio >DEBUG:blivet:vg vg_erwan-desktop has 254,5 Gio free >DEBUG:blivet:vg_erwan-desktop size is 584,5 Gio >DEBUG:blivet:vg vg_erwan-desktop has 254,5 Gio free >DEBUG:blivet:vg_erwan-desktop size is 584,5 Gio >DEBUG:blivet:vg vg_erwan-desktop has 254,5 Gio free >DEBUG:blivet:vg_erwan-desktop size is 584,5 Gio >DEBUG:blivet:vg vg_erwan-desktop has 254,5 Gio free >DEBUG:blivet:instantiating <class 'blivet.devicefactory.LVMFactory'>: <pyanaconda.core.util.LazyObject object at 0x7f4f7b93a1d0>, [], {'device': LVMLogicalVolumeDevice instance (0x7f4f7a93fe50) -- > name = vg_erwan-desktop-lv_root status = False id = 118 > children = [] > parents = ['existing 584,5 Gio lvmvg vg_erwan-desktop (68)'] > uuid = RCReFx-EgbD-OeEo-U4Iz-3KuU-yVkf-4h6XEd size = 161,25 Gio > format = existing ext4 filesystem > major = 0 minor = 0 exists = True protected = False > sysfs path = /sys/devices/virtual/block/dm-0 > target size = 161,25 Gio path = /dev/mapper/vg_erwan--desktop-lv_root > format args = [] original_format = ext4 target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4f7a93e310) -- > name = vg_erwan-desktop status = False id = 68 > children = ['existing 153,22 Gio lvmlv vg_erwan-desktop-lv_home (92) with existing ext4 ' > 'filesystem', > 'existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118) with existing ext4 ' > 'filesystem', > 'existing 15,53 Gio lvmlv vg_erwan-desktop-lv_swap (105) with existing swap'] > parents = ['existing 118,75 Gio partition sda2 (59) with existing lvmpv', > 'existing 465,76 Gio partition sdb1 (83) with existing lvmpv'] > uuid = 3vkTwN-NVSy-EPPa-TKBy-ECge-VrQq-Zq6a4s size = 584,5 Gio > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = > target size = 584,5 Gio path = /dev/vg_erwan--desktop > format args = [] original_format = None free = 254,5 Gio PE Size = 32 Mio PE Count = 18704 > PE Free = 8144 PV Count = 2 > modified = False extents = 18704 free space = 254,5 Gio > free extents = 8144 reserved percent = 0 reserved space = 0 O > PVs = ['existing 118,75 Gio partition sda2 (59) with existing lvmpv', > 'existing 465,76 Gio partition sdb1 (83) with existing lvmpv'] > LVs = ['existing 153,22 Gio lvmlv vg_erwan-desktop-lv_home (92) with existing ext4 ' > 'filesystem', > 'existing 15,53 Gio lvmlv vg_erwan-desktop-lv_swap (105) with existing swap', > 'existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118) with existing ext4 ' > 'filesystem'] > segment type = linear percent = 0 > VG space used = 161,25 Gio} >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_root ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118) with existing ext4 filesystem >DEBUG:blivet:resolved 'vg_erwan-desktop-lv_root' to 'vg_erwan-desktop-lv_root' (lvmlv) >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 584,5 Gio lvmvg vg_erwan-desktop (68) >DEBUG:blivet:resolved 'vg_erwan-desktop' to 'vg_erwan-desktop' (lvmvg) >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 1738 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 1739 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 119,24 Gio disk sda (39) with existing msdos disklabel >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_root ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118) with existing ext4 filesystem >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 1740 >DEBUG:blivet:get_format('biosboot') returning BIOSBoot instance with object id 1741 >DEBUG:blivet: DiskLabel.__init__: >INFO:blivet:DiskLabel.parted_device returning None >DEBUG:blivet:get_format('disklabel') returning DiskLabel instance with object id 1742 >DEBUG:blivet:get_format('dmraidmember') returning DMRaidMember instance with object id 1743 >DEBUG:blivet: Ext2FS.supported: supported: True ; >DEBUG:blivet:get_format('ext2') returning Ext2FS instance with object id 1744 >DEBUG:blivet: Ext2FS.supported: supported: True ; >DEBUG:blivet: Ext3FS.supported: supported: True ; >DEBUG:blivet:get_format('ext3') returning Ext3FS instance with object id 1745 >DEBUG:blivet: Ext3FS.supported: supported: True ; >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 1746 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet: FATFS.supported: supported: True ; >DEBUG:blivet:get_format('vfat') returning FATFS instance with object id 1747 >DEBUG:blivet: FATFS.supported: supported: True ; >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet:get_format('efi') returning EFIFS instance with object id 1748 >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 1749 >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('gfs2') returning GFS2 instance with object id 1750 >DEBUG:blivet:get_format('jfs') returning JFS instance with object id 1751 >DEBUG:blivet:get_format('reiserfs') returning ReiserFS instance with object id 1752 >DEBUG:blivet: XFS.supported: supported: True ; >DEBUG:blivet:get_format('xfs') returning XFS instance with object id 1753 >DEBUG:blivet: XFS.supported: supported: True ; >DEBUG:blivet: StratisXFS.supported: supported: False ; >DEBUG:blivet:get_format('stratis xfs') returning StratisXFS instance with object id 1754 >DEBUG:blivet: StratisXFS.supported: supported: False ; >DEBUG:blivet: HFS.supported: supported: False ; >DEBUG:blivet:get_format('hfs') returning HFS instance with object id 1755 >DEBUG:blivet: HFS.supported: supported: False ; >DEBUG:blivet: AppleBootstrapFS.supported: supported: True ; >DEBUG:blivet:get_format('appleboot') returning AppleBootstrapFS instance with object id 1756 >DEBUG:blivet: AppleBootstrapFS.supported: supported: True ; >DEBUG:blivet: HFSPlus.supported: supported: False ; >DEBUG:blivet:get_format('hfs+') returning HFSPlus instance with object id 1757 >DEBUG:blivet: HFSPlus.supported: supported: False ; >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 1758 >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet: NTFS.supported: supported: True ; >DEBUG:blivet:get_format('ntfs') returning NTFS instance with object id 1759 >DEBUG:blivet: NTFS.supported: supported: True ; >DEBUG:blivet: ExFATFS.supported: supported: False ; >DEBUG:blivet:get_format('exfat') returning ExFATFS instance with object id 1760 >DEBUG:blivet: ExFATFS.supported: supported: False ; >DEBUG:blivet: F2FS.supported: supported: True ; >DEBUG:blivet:get_format('f2fs') returning F2FS instance with object id 1761 >DEBUG:blivet: F2FS.supported: supported: True ; >DEBUG:blivet: NFS.supported: supported: False ; >DEBUG:blivet:get_format('nfs') returning NFS instance with object id 1762 >DEBUG:blivet: NFS.supported: supported: False ; >DEBUG:blivet: NFSv4.supported: supported: False ; >DEBUG:blivet:get_format('nfs4') returning NFSv4 instance with object id 1763 >DEBUG:blivet: NFSv4.supported: supported: False ; >DEBUG:blivet: Iso9660FS.supported: supported: True ; >DEBUG:blivet:get_format('iso9660') returning Iso9660FS instance with object id 1764 >DEBUG:blivet: Iso9660FS.supported: supported: True ; >DEBUG:blivet: UDFFS.supported: supported: True ; >DEBUG:blivet:get_format('udf') returning UDFFS instance with object id 1765 >DEBUG:blivet: UDFFS.supported: supported: True ; >DEBUG:blivet: NoDevFS.supported: supported: False ; >DEBUG:blivet:get_format('nodev') returning NoDevFS instance with object id 1766 >DEBUG:blivet: NoDevFS.supported: supported: False ; >DEBUG:blivet: DevPtsFS.supported: supported: False ; >DEBUG:blivet:get_format('devpts') returning DevPtsFS instance with object id 1767 >DEBUG:blivet: DevPtsFS.supported: supported: False ; >DEBUG:blivet: ProcFS.supported: supported: False ; >DEBUG:blivet:get_format('proc') returning ProcFS instance with object id 1768 >DEBUG:blivet: ProcFS.supported: supported: False ; >DEBUG:blivet: SysFS.supported: supported: False ; >DEBUG:blivet:get_format('sysfs') returning SysFS instance with object id 1769 >DEBUG:blivet: SysFS.supported: supported: False ; >DEBUG:blivet: TmpFS.supported: supported: True ; >DEBUG:blivet:get_format('tmpfs') returning TmpFS instance with object id 1770 >DEBUG:blivet: TmpFS.supported: supported: True ; >DEBUG:blivet: BindFS.supported: supported: False ; >DEBUG:blivet:get_format('bind') returning BindFS instance with object id 1771 >DEBUG:blivet: BindFS.supported: supported: False ; >DEBUG:blivet: SELinuxFS.supported: supported: False ; >DEBUG:blivet:get_format('selinuxfs') returning SELinuxFS instance with object id 1772 >DEBUG:blivet: SELinuxFS.supported: supported: False ; >DEBUG:blivet: USBFS.supported: supported: False ; >DEBUG:blivet:get_format('usbfs') returning USBFS instance with object id 1773 >DEBUG:blivet: USBFS.supported: supported: False ; >DEBUG:blivet: EFIVarFS.supported: supported: False ; >DEBUG:blivet:get_format('efivarfs') returning EFIVarFS instance with object id 1774 >DEBUG:blivet: EFIVarFS.supported: supported: False ; >DEBUG:blivet: LUKS.__init__: >DEBUG:blivet:get_format('luks') returning LUKS instance with object id 1775 >DEBUG:blivet: Integrity.__init__: >DEBUG:blivet:get_format('integrity') returning Integrity instance with object id 1776 >DEBUG:blivet: LVMPhysicalVolume.__init__: >DEBUG:blivet:get_format('lvmpv') returning LVMPhysicalVolume instance with object id 1777 >DEBUG:blivet: MDRaidMember.__init__: >DEBUG:blivet:get_format('mdmember') returning MDRaidMember instance with object id 1778 >DEBUG:blivet: MultipathMember.__init__: >DEBUG:blivet:get_format('multipath_member') returning MultipathMember instance with object id 1779 >DEBUG:blivet:get_format('prepboot') returning PPCPRePBoot instance with object id 1780 >DEBUG:blivet: SwapSpace.__init__: >DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 1781 >DEBUG:blivet: StratisBlockdev.__init__: >DEBUG:blivet:get_format('stratis') returning StratisBlockdev instance with object id 1782 >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 1783 >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet:get_format('efi') returning EFIFS instance with object id 1784 >DEBUG:blivet: Ext2FS.supported: supported: True ; >DEBUG:blivet:get_format('ext2') returning Ext2FS instance with object id 1785 >DEBUG:blivet: Ext3FS.supported: supported: True ; >DEBUG:blivet:get_format('ext3') returning Ext3FS instance with object id 1786 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 1787 >DEBUG:blivet: SwapSpace.__init__: >DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 1788 >DEBUG:blivet: FATFS.supported: supported: True ; >DEBUG:blivet:get_format('vfat') returning FATFS instance with object id 1789 >DEBUG:blivet: XFS.supported: supported: True ; >DEBUG:blivet:get_format('xfs') returning XFS instance with object id 1790 >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_root ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118) with existing ext4 filesystem >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 1791 >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 584,5 Gio lvmvg vg_erwan-desktop (68) >DEBUG:blivet:vg_erwan-desktop size is 584,5 Gio >DEBUG:blivet:vg vg_erwan-desktop has 254,5 Gio free >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_root ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118) with existing ext4 filesystem >DEBUG:blivet:resolved 'vg_erwan-desktop-lv_root' to 'vg_erwan-desktop-lv_root' (lvmlv) >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 1792 >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_root ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118) with existing ext4 filesystem >DEBUG:blivet:vg_erwan-desktop size is 584,5 Gio >DEBUG:blivet:vg vg_erwan-desktop has 254,5 Gio free >DEBUG:blivet:vg_erwan-desktop size is 584,5 Gio >DEBUG:blivet:vg vg_erwan-desktop has 254,5 Gio free >DEBUG:blivet:vg_erwan-desktop size is 584,5 Gio >DEBUG:blivet:vg vg_erwan-desktop has 254,5 Gio free >DEBUG:blivet:vg_erwan-desktop size is 584,5 Gio >DEBUG:blivet:vg vg_erwan-desktop has 254,5 Gio free >DEBUG:blivet:instantiating <class 'blivet.devicefactory.LVMFactory'>: <pyanaconda.core.util.LazyObject object at 0x7f4f7b93a1d0>, [], {'device': LVMLogicalVolumeDevice instance (0x7f4f7a93fe50) -- > name = vg_erwan-desktop-lv_root status = False id = 118 > children = [] > parents = ['existing 584,5 Gio lvmvg vg_erwan-desktop (68)'] > uuid = RCReFx-EgbD-OeEo-U4Iz-3KuU-yVkf-4h6XEd size = 161,25 Gio > format = existing ext4 filesystem > major = 0 minor = 0 exists = True protected = False > sysfs path = /sys/devices/virtual/block/dm-0 > target size = 161,25 Gio path = /dev/mapper/vg_erwan--desktop-lv_root > format args = [] original_format = ext4 target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4f7a93e310) -- > name = vg_erwan-desktop status = False id = 68 > children = ['existing 153,22 Gio lvmlv vg_erwan-desktop-lv_home (92) with existing ext4 ' > 'filesystem', > 'existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118) with existing ext4 ' > 'filesystem', > 'existing 15,53 Gio lvmlv vg_erwan-desktop-lv_swap (105) with existing swap'] > parents = ['existing 118,75 Gio partition sda2 (59) with existing lvmpv', > 'existing 465,76 Gio partition sdb1 (83) with existing lvmpv'] > uuid = 3vkTwN-NVSy-EPPa-TKBy-ECge-VrQq-Zq6a4s size = 584,5 Gio > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = > target size = 584,5 Gio path = /dev/vg_erwan--desktop > format args = [] original_format = None free = 254,5 Gio PE Size = 32 Mio PE Count = 18704 > PE Free = 8144 PV Count = 2 > modified = False extents = 18704 free space = 254,5 Gio > free extents = 8144 reserved percent = 0 reserved space = 0 O > PVs = ['existing 118,75 Gio partition sda2 (59) with existing lvmpv', > 'existing 465,76 Gio partition sdb1 (83) with existing lvmpv'] > LVs = ['existing 153,22 Gio lvmlv vg_erwan-desktop-lv_home (92) with existing ext4 ' > 'filesystem', > 'existing 15,53 Gio lvmlv vg_erwan-desktop-lv_swap (105) with existing swap', > 'existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118) with existing ext4 ' > 'filesystem'] > segment type = linear percent = 0 > VG space used = 161,25 Gio} >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_root ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118) with existing ext4 filesystem >DEBUG:blivet:resolved 'vg_erwan-desktop-lv_root' to 'vg_erwan-desktop-lv_root' (lvmlv) >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 584,5 Gio lvmvg vg_erwan-desktop (68) >DEBUG:blivet:resolved 'vg_erwan-desktop' to 'vg_erwan-desktop' (lvmvg) >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 1793 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 1794 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 119,24 Gio disk sda (39) with existing msdos disklabel >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_root ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118) with existing ext4 filesystem >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 1795 >DEBUG:blivet:get_format('biosboot') returning BIOSBoot instance with object id 1796 >DEBUG:blivet: DiskLabel.__init__: >INFO:blivet:DiskLabel.parted_device returning None >DEBUG:blivet:get_format('disklabel') returning DiskLabel instance with object id 1797 >DEBUG:blivet:get_format('dmraidmember') returning DMRaidMember instance with object id 1798 >DEBUG:blivet: Ext2FS.supported: supported: True ; >DEBUG:blivet:get_format('ext2') returning Ext2FS instance with object id 1799 >DEBUG:blivet: Ext2FS.supported: supported: True ; >DEBUG:blivet: Ext3FS.supported: supported: True ; >DEBUG:blivet:get_format('ext3') returning Ext3FS instance with object id 1800 >DEBUG:blivet: Ext3FS.supported: supported: True ; >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 1801 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet: FATFS.supported: supported: True ; >DEBUG:blivet:get_format('vfat') returning FATFS instance with object id 1802 >DEBUG:blivet: FATFS.supported: supported: True ; >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet:get_format('efi') returning EFIFS instance with object id 1803 >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 1804 >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('gfs2') returning GFS2 instance with object id 1805 >DEBUG:blivet:get_format('jfs') returning JFS instance with object id 1806 >DEBUG:blivet:get_format('reiserfs') returning ReiserFS instance with object id 1807 >DEBUG:blivet: XFS.supported: supported: True ; >DEBUG:blivet:get_format('xfs') returning XFS instance with object id 1808 >DEBUG:blivet: XFS.supported: supported: True ; >DEBUG:blivet: StratisXFS.supported: supported: False ; >DEBUG:blivet:get_format('stratis xfs') returning StratisXFS instance with object id 1809 >DEBUG:blivet: StratisXFS.supported: supported: False ; >DEBUG:blivet: HFS.supported: supported: False ; >DEBUG:blivet:get_format('hfs') returning HFS instance with object id 1810 >DEBUG:blivet: HFS.supported: supported: False ; >DEBUG:blivet: AppleBootstrapFS.supported: supported: True ; >DEBUG:blivet:get_format('appleboot') returning AppleBootstrapFS instance with object id 1811 >DEBUG:blivet: AppleBootstrapFS.supported: supported: True ; >DEBUG:blivet: HFSPlus.supported: supported: False ; >DEBUG:blivet:get_format('hfs+') returning HFSPlus instance with object id 1812 >DEBUG:blivet: HFSPlus.supported: supported: False ; >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 1813 >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet: NTFS.supported: supported: True ; >DEBUG:blivet:get_format('ntfs') returning NTFS instance with object id 1814 >DEBUG:blivet: NTFS.supported: supported: True ; >DEBUG:blivet: ExFATFS.supported: supported: False ; >DEBUG:blivet:get_format('exfat') returning ExFATFS instance with object id 1815 >DEBUG:blivet: ExFATFS.supported: supported: False ; >DEBUG:blivet: F2FS.supported: supported: True ; >DEBUG:blivet:get_format('f2fs') returning F2FS instance with object id 1816 >DEBUG:blivet: F2FS.supported: supported: True ; >DEBUG:blivet: NFS.supported: supported: False ; >DEBUG:blivet:get_format('nfs') returning NFS instance with object id 1817 >DEBUG:blivet: NFS.supported: supported: False ; >DEBUG:blivet: NFSv4.supported: supported: False ; >DEBUG:blivet:get_format('nfs4') returning NFSv4 instance with object id 1818 >DEBUG:blivet: NFSv4.supported: supported: False ; >DEBUG:blivet: Iso9660FS.supported: supported: True ; >DEBUG:blivet:get_format('iso9660') returning Iso9660FS instance with object id 1819 >DEBUG:blivet: Iso9660FS.supported: supported: True ; >DEBUG:blivet: UDFFS.supported: supported: True ; >DEBUG:blivet:get_format('udf') returning UDFFS instance with object id 1820 >DEBUG:blivet: UDFFS.supported: supported: True ; >DEBUG:blivet: NoDevFS.supported: supported: False ; >DEBUG:blivet:get_format('nodev') returning NoDevFS instance with object id 1821 >DEBUG:blivet: NoDevFS.supported: supported: False ; >DEBUG:blivet: DevPtsFS.supported: supported: False ; >DEBUG:blivet:get_format('devpts') returning DevPtsFS instance with object id 1822 >DEBUG:blivet: DevPtsFS.supported: supported: False ; >DEBUG:blivet: ProcFS.supported: supported: False ; >DEBUG:blivet:get_format('proc') returning ProcFS instance with object id 1823 >DEBUG:blivet: ProcFS.supported: supported: False ; >DEBUG:blivet: SysFS.supported: supported: False ; >DEBUG:blivet:get_format('sysfs') returning SysFS instance with object id 1824 >DEBUG:blivet: SysFS.supported: supported: False ; >DEBUG:blivet: TmpFS.supported: supported: True ; >DEBUG:blivet:get_format('tmpfs') returning TmpFS instance with object id 1825 >DEBUG:blivet: TmpFS.supported: supported: True ; >DEBUG:blivet: BindFS.supported: supported: False ; >DEBUG:blivet:get_format('bind') returning BindFS instance with object id 1826 >DEBUG:blivet: BindFS.supported: supported: False ; >DEBUG:blivet: SELinuxFS.supported: supported: False ; >DEBUG:blivet:get_format('selinuxfs') returning SELinuxFS instance with object id 1827 >DEBUG:blivet: SELinuxFS.supported: supported: False ; >DEBUG:blivet: USBFS.supported: supported: False ; >DEBUG:blivet:get_format('usbfs') returning USBFS instance with object id 1828 >DEBUG:blivet: USBFS.supported: supported: False ; >DEBUG:blivet: EFIVarFS.supported: supported: False ; >DEBUG:blivet:get_format('efivarfs') returning EFIVarFS instance with object id 1829 >DEBUG:blivet: EFIVarFS.supported: supported: False ; >DEBUG:blivet: LUKS.__init__: >DEBUG:blivet:get_format('luks') returning LUKS instance with object id 1830 >DEBUG:blivet: Integrity.__init__: >DEBUG:blivet:get_format('integrity') returning Integrity instance with object id 1831 >DEBUG:blivet: LVMPhysicalVolume.__init__: >DEBUG:blivet:get_format('lvmpv') returning LVMPhysicalVolume instance with object id 1832 >DEBUG:blivet: MDRaidMember.__init__: >DEBUG:blivet:get_format('mdmember') returning MDRaidMember instance with object id 1833 >DEBUG:blivet: MultipathMember.__init__: >DEBUG:blivet:get_format('multipath_member') returning MultipathMember instance with object id 1834 >DEBUG:blivet:get_format('prepboot') returning PPCPRePBoot instance with object id 1835 >DEBUG:blivet: SwapSpace.__init__: >DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 1836 >DEBUG:blivet: StratisBlockdev.__init__: >DEBUG:blivet:get_format('stratis') returning StratisBlockdev instance with object id 1837 >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 1838 >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet:get_format('efi') returning EFIFS instance with object id 1839 >DEBUG:blivet: Ext2FS.supported: supported: True ; >DEBUG:blivet:get_format('ext2') returning Ext2FS instance with object id 1840 >DEBUG:blivet: Ext3FS.supported: supported: True ; >DEBUG:blivet:get_format('ext3') returning Ext3FS instance with object id 1841 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 1842 >DEBUG:blivet: SwapSpace.__init__: >DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 1843 >DEBUG:blivet: FATFS.supported: supported: True ; >DEBUG:blivet:get_format('vfat') returning FATFS instance with object id 1844 >DEBUG:blivet: XFS.supported: supported: True ; >DEBUG:blivet:get_format('xfs') returning XFS instance with object id 1845 >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_root ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118) with existing ext4 filesystem >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 1846 >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 584,5 Gio lvmvg vg_erwan-desktop (68) >DEBUG:blivet:vg_erwan-desktop size is 584,5 Gio >DEBUG:blivet:vg vg_erwan-desktop has 254,5 Gio free >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda1 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 500 Mio partition sda1 (49) with existing ext4 filesystem >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda1 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 500 Mio partition sda1 (49) with existing ext4 filesystem >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda1 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 500 Mio partition sda1 (49) with existing ext4 filesystem >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda1 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 500 Mio partition sda1 (49) with existing ext4 filesystem >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda1 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 500 Mio partition sda1 (49) with existing ext4 filesystem >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda1 ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 500 Mio partition sda1 (49) with existing ext4 filesystem >DEBUG:blivet:resolved 'sda1' to 'sda1' (partition) >DEBUG:blivet: DeviceTree.get_device_by_name: name: ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned None >DEBUG:blivet: DeviceTree.get_device_by_path: path: /dev/ ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_path returned None >DEBUG:blivet:failed to resolve '/dev/' >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 1847 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 1848 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 119,24 Gio disk sda (39) with existing msdos disklabel >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda1 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 500 Mio partition sda1 (49) with existing ext4 filesystem >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 1849 >DEBUG:blivet:get_format('biosboot') returning BIOSBoot instance with object id 1850 >DEBUG:blivet: DiskLabel.__init__: >INFO:blivet:DiskLabel.parted_device returning None >DEBUG:blivet:get_format('disklabel') returning DiskLabel instance with object id 1851 >DEBUG:blivet:get_format('dmraidmember') returning DMRaidMember instance with object id 1852 >DEBUG:blivet: Ext2FS.supported: supported: True ; >DEBUG:blivet:get_format('ext2') returning Ext2FS instance with object id 1853 >DEBUG:blivet: Ext2FS.supported: supported: True ; >DEBUG:blivet: Ext3FS.supported: supported: True ; >DEBUG:blivet:get_format('ext3') returning Ext3FS instance with object id 1854 >DEBUG:blivet: Ext3FS.supported: supported: True ; >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 1855 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet: FATFS.supported: supported: True ; >DEBUG:blivet:get_format('vfat') returning FATFS instance with object id 1856 >DEBUG:blivet: FATFS.supported: supported: True ; >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet:get_format('efi') returning EFIFS instance with object id 1857 >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 1858 >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('gfs2') returning GFS2 instance with object id 1859 >DEBUG:blivet:get_format('jfs') returning JFS instance with object id 1860 >DEBUG:blivet:get_format('reiserfs') returning ReiserFS instance with object id 1861 >DEBUG:blivet: XFS.supported: supported: True ; >DEBUG:blivet:get_format('xfs') returning XFS instance with object id 1862 >DEBUG:blivet: XFS.supported: supported: True ; >DEBUG:blivet: StratisXFS.supported: supported: False ; >DEBUG:blivet:get_format('stratis xfs') returning StratisXFS instance with object id 1863 >DEBUG:blivet: StratisXFS.supported: supported: False ; >DEBUG:blivet: HFS.supported: supported: False ; >DEBUG:blivet:get_format('hfs') returning HFS instance with object id 1864 >DEBUG:blivet: HFS.supported: supported: False ; >DEBUG:blivet: AppleBootstrapFS.supported: supported: True ; >DEBUG:blivet:get_format('appleboot') returning AppleBootstrapFS instance with object id 1865 >DEBUG:blivet: AppleBootstrapFS.supported: supported: True ; >DEBUG:blivet: HFSPlus.supported: supported: False ; >DEBUG:blivet:get_format('hfs+') returning HFSPlus instance with object id 1866 >DEBUG:blivet: HFSPlus.supported: supported: False ; >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 1867 >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet: NTFS.supported: supported: True ; >DEBUG:blivet:get_format('ntfs') returning NTFS instance with object id 1868 >DEBUG:blivet: NTFS.supported: supported: True ; >DEBUG:blivet: ExFATFS.supported: supported: False ; >DEBUG:blivet:get_format('exfat') returning ExFATFS instance with object id 1869 >DEBUG:blivet: ExFATFS.supported: supported: False ; >DEBUG:blivet: F2FS.supported: supported: True ; >DEBUG:blivet:get_format('f2fs') returning F2FS instance with object id 1870 >DEBUG:blivet: F2FS.supported: supported: True ; >DEBUG:blivet: NFS.supported: supported: False ; >DEBUG:blivet:get_format('nfs') returning NFS instance with object id 1871 >DEBUG:blivet: NFS.supported: supported: False ; >DEBUG:blivet: NFSv4.supported: supported: False ; >DEBUG:blivet:get_format('nfs4') returning NFSv4 instance with object id 1872 >DEBUG:blivet: NFSv4.supported: supported: False ; >DEBUG:blivet: Iso9660FS.supported: supported: True ; >DEBUG:blivet:get_format('iso9660') returning Iso9660FS instance with object id 1873 >DEBUG:blivet: Iso9660FS.supported: supported: True ; >DEBUG:blivet: UDFFS.supported: supported: True ; >DEBUG:blivet:get_format('udf') returning UDFFS instance with object id 1874 >DEBUG:blivet: UDFFS.supported: supported: True ; >DEBUG:blivet: NoDevFS.supported: supported: False ; >DEBUG:blivet:get_format('nodev') returning NoDevFS instance with object id 1875 >DEBUG:blivet: NoDevFS.supported: supported: False ; >DEBUG:blivet: DevPtsFS.supported: supported: False ; >DEBUG:blivet:get_format('devpts') returning DevPtsFS instance with object id 1876 >DEBUG:blivet: DevPtsFS.supported: supported: False ; >DEBUG:blivet: ProcFS.supported: supported: False ; >DEBUG:blivet:get_format('proc') returning ProcFS instance with object id 1877 >DEBUG:blivet: ProcFS.supported: supported: False ; >DEBUG:blivet: SysFS.supported: supported: False ; >DEBUG:blivet:get_format('sysfs') returning SysFS instance with object id 1878 >DEBUG:blivet: SysFS.supported: supported: False ; >DEBUG:blivet: TmpFS.supported: supported: True ; >DEBUG:blivet:get_format('tmpfs') returning TmpFS instance with object id 1879 >DEBUG:blivet: TmpFS.supported: supported: True ; >DEBUG:blivet: BindFS.supported: supported: False ; >DEBUG:blivet:get_format('bind') returning BindFS instance with object id 1880 >DEBUG:blivet: BindFS.supported: supported: False ; >DEBUG:blivet: SELinuxFS.supported: supported: False ; >DEBUG:blivet:get_format('selinuxfs') returning SELinuxFS instance with object id 1881 >DEBUG:blivet: SELinuxFS.supported: supported: False ; >DEBUG:blivet: USBFS.supported: supported: False ; >DEBUG:blivet:get_format('usbfs') returning USBFS instance with object id 1882 >DEBUG:blivet: USBFS.supported: supported: False ; >DEBUG:blivet: EFIVarFS.supported: supported: False ; >DEBUG:blivet:get_format('efivarfs') returning EFIVarFS instance with object id 1883 >DEBUG:blivet: EFIVarFS.supported: supported: False ; >DEBUG:blivet: LUKS.__init__: >DEBUG:blivet:get_format('luks') returning LUKS instance with object id 1884 >DEBUG:blivet: Integrity.__init__: >DEBUG:blivet:get_format('integrity') returning Integrity instance with object id 1885 >DEBUG:blivet: LVMPhysicalVolume.__init__: >DEBUG:blivet:get_format('lvmpv') returning LVMPhysicalVolume instance with object id 1886 >DEBUG:blivet: MDRaidMember.__init__: >DEBUG:blivet:get_format('mdmember') returning MDRaidMember instance with object id 1887 >DEBUG:blivet: MultipathMember.__init__: >DEBUG:blivet:get_format('multipath_member') returning MultipathMember instance with object id 1888 >DEBUG:blivet:get_format('prepboot') returning PPCPRePBoot instance with object id 1889 >DEBUG:blivet: SwapSpace.__init__: >DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 1890 >DEBUG:blivet: StratisBlockdev.__init__: >DEBUG:blivet:get_format('stratis') returning StratisBlockdev instance with object id 1891 >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 1892 >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet:get_format('efi') returning EFIFS instance with object id 1893 >DEBUG:blivet: Ext2FS.supported: supported: True ; >DEBUG:blivet:get_format('ext2') returning Ext2FS instance with object id 1894 >DEBUG:blivet: Ext3FS.supported: supported: True ; >DEBUG:blivet:get_format('ext3') returning Ext3FS instance with object id 1895 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 1896 >DEBUG:blivet: SwapSpace.__init__: >DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 1897 >DEBUG:blivet: FATFS.supported: supported: True ; >DEBUG:blivet:get_format('vfat') returning FATFS instance with object id 1898 >DEBUG:blivet: XFS.supported: supported: True ; >DEBUG:blivet:get_format('xfs') returning XFS instance with object id 1899 >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda1 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 500 Mio partition sda1 (49) with existing ext4 filesystem >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 1900 >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_root ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118) with existing ext4 filesystem >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_root ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118) with existing ext4 filesystem >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_root ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118) with existing ext4 filesystem >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_root ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118) with existing ext4 filesystem >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_root ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118) with existing ext4 filesystem >DEBUG:blivet:vg_erwan-desktop size is 584,5 Gio >DEBUG:blivet:vg vg_erwan-desktop has 254,5 Gio free >DEBUG:blivet:vg_erwan-desktop size is 584,5 Gio >DEBUG:blivet:vg vg_erwan-desktop has 254,5 Gio free >DEBUG:blivet:vg_erwan-desktop size is 584,5 Gio >DEBUG:blivet:vg vg_erwan-desktop has 254,5 Gio free >DEBUG:blivet:vg_erwan-desktop size is 584,5 Gio >DEBUG:blivet:vg vg_erwan-desktop has 254,5 Gio free >DEBUG:blivet:instantiating <class 'blivet.devicefactory.LVMFactory'>: <pyanaconda.core.util.LazyObject object at 0x7f4f7b93a1d0>, [], {'device': LVMLogicalVolumeDevice instance (0x7f4f7a93fe50) -- > name = vg_erwan-desktop-lv_root status = False id = 118 > children = [] > parents = ['existing 584,5 Gio lvmvg vg_erwan-desktop (68)'] > uuid = RCReFx-EgbD-OeEo-U4Iz-3KuU-yVkf-4h6XEd size = 161,25 Gio > format = existing ext4 filesystem > major = 0 minor = 0 exists = True protected = False > sysfs path = /sys/devices/virtual/block/dm-0 > target size = 161,25 Gio path = /dev/mapper/vg_erwan--desktop-lv_root > format args = [] original_format = ext4 target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4f7a93e310) -- > name = vg_erwan-desktop status = False id = 68 > children = ['existing 153,22 Gio lvmlv vg_erwan-desktop-lv_home (92) with existing ext4 ' > 'filesystem', > 'existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118) with existing ext4 ' > 'filesystem', > 'existing 15,53 Gio lvmlv vg_erwan-desktop-lv_swap (105) with existing swap'] > parents = ['existing 118,75 Gio partition sda2 (59) with existing lvmpv', > 'existing 465,76 Gio partition sdb1 (83) with existing lvmpv'] > uuid = 3vkTwN-NVSy-EPPa-TKBy-ECge-VrQq-Zq6a4s size = 584,5 Gio > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = > target size = 584,5 Gio path = /dev/vg_erwan--desktop > format args = [] original_format = None free = 254,5 Gio PE Size = 32 Mio PE Count = 18704 > PE Free = 8144 PV Count = 2 > modified = False extents = 18704 free space = 254,5 Gio > free extents = 8144 reserved percent = 0 reserved space = 0 O > PVs = ['existing 118,75 Gio partition sda2 (59) with existing lvmpv', > 'existing 465,76 Gio partition sdb1 (83) with existing lvmpv'] > LVs = ['existing 153,22 Gio lvmlv vg_erwan-desktop-lv_home (92) with existing ext4 ' > 'filesystem', > 'existing 15,53 Gio lvmlv vg_erwan-desktop-lv_swap (105) with existing swap', > 'existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118) with existing ext4 ' > 'filesystem'] > segment type = linear percent = 0 > VG space used = 161,25 Gio} >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_root ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118) with existing ext4 filesystem >DEBUG:blivet:resolved 'vg_erwan-desktop-lv_root' to 'vg_erwan-desktop-lv_root' (lvmlv) >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 584,5 Gio lvmvg vg_erwan-desktop (68) >DEBUG:blivet:resolved 'vg_erwan-desktop' to 'vg_erwan-desktop' (lvmvg) >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 1901 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 1902 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 119,24 Gio disk sda (39) with existing msdos disklabel >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_root ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118) with existing ext4 filesystem >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 1903 >DEBUG:blivet:get_format('biosboot') returning BIOSBoot instance with object id 1904 >DEBUG:blivet: DiskLabel.__init__: >INFO:blivet:DiskLabel.parted_device returning None >DEBUG:blivet:get_format('disklabel') returning DiskLabel instance with object id 1905 >DEBUG:blivet:get_format('dmraidmember') returning DMRaidMember instance with object id 1906 >DEBUG:blivet: Ext2FS.supported: supported: True ; >DEBUG:blivet:get_format('ext2') returning Ext2FS instance with object id 1907 >DEBUG:blivet: Ext2FS.supported: supported: True ; >DEBUG:blivet: Ext3FS.supported: supported: True ; >DEBUG:blivet:get_format('ext3') returning Ext3FS instance with object id 1908 >DEBUG:blivet: Ext3FS.supported: supported: True ; >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 1909 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet: FATFS.supported: supported: True ; >DEBUG:blivet:get_format('vfat') returning FATFS instance with object id 1910 >DEBUG:blivet: FATFS.supported: supported: True ; >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet:get_format('efi') returning EFIFS instance with object id 1911 >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 1912 >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('gfs2') returning GFS2 instance with object id 1913 >DEBUG:blivet:get_format('jfs') returning JFS instance with object id 1914 >DEBUG:blivet:get_format('reiserfs') returning ReiserFS instance with object id 1915 >DEBUG:blivet: XFS.supported: supported: True ; >DEBUG:blivet:get_format('xfs') returning XFS instance with object id 1916 >DEBUG:blivet: XFS.supported: supported: True ; >DEBUG:blivet: StratisXFS.supported: supported: False ; >DEBUG:blivet:get_format('stratis xfs') returning StratisXFS instance with object id 1917 >DEBUG:blivet: StratisXFS.supported: supported: False ; >DEBUG:blivet: HFS.supported: supported: False ; >DEBUG:blivet:get_format('hfs') returning HFS instance with object id 1918 >DEBUG:blivet: HFS.supported: supported: False ; >DEBUG:blivet: AppleBootstrapFS.supported: supported: True ; >DEBUG:blivet:get_format('appleboot') returning AppleBootstrapFS instance with object id 1919 >DEBUG:blivet: AppleBootstrapFS.supported: supported: True ; >DEBUG:blivet: HFSPlus.supported: supported: False ; >DEBUG:blivet:get_format('hfs+') returning HFSPlus instance with object id 1920 >DEBUG:blivet: HFSPlus.supported: supported: False ; >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 1921 >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet: NTFS.supported: supported: True ; >DEBUG:blivet:get_format('ntfs') returning NTFS instance with object id 1922 >DEBUG:blivet: NTFS.supported: supported: True ; >DEBUG:blivet: ExFATFS.supported: supported: False ; >DEBUG:blivet:get_format('exfat') returning ExFATFS instance with object id 1923 >DEBUG:blivet: ExFATFS.supported: supported: False ; >DEBUG:blivet: F2FS.supported: supported: True ; >DEBUG:blivet:get_format('f2fs') returning F2FS instance with object id 1924 >DEBUG:blivet: F2FS.supported: supported: True ; >DEBUG:blivet: NFS.supported: supported: False ; >DEBUG:blivet:get_format('nfs') returning NFS instance with object id 1925 >DEBUG:blivet: NFS.supported: supported: False ; >DEBUG:blivet: NFSv4.supported: supported: False ; >DEBUG:blivet:get_format('nfs4') returning NFSv4 instance with object id 1926 >DEBUG:blivet: NFSv4.supported: supported: False ; >DEBUG:blivet: Iso9660FS.supported: supported: True ; >DEBUG:blivet:get_format('iso9660') returning Iso9660FS instance with object id 1927 >DEBUG:blivet: Iso9660FS.supported: supported: True ; >DEBUG:blivet: UDFFS.supported: supported: True ; >DEBUG:blivet:get_format('udf') returning UDFFS instance with object id 1928 >DEBUG:blivet: UDFFS.supported: supported: True ; >DEBUG:blivet: NoDevFS.supported: supported: False ; >DEBUG:blivet:get_format('nodev') returning NoDevFS instance with object id 1929 >DEBUG:blivet: NoDevFS.supported: supported: False ; >DEBUG:blivet: DevPtsFS.supported: supported: False ; >DEBUG:blivet:get_format('devpts') returning DevPtsFS instance with object id 1930 >DEBUG:blivet: DevPtsFS.supported: supported: False ; >DEBUG:blivet: ProcFS.supported: supported: False ; >DEBUG:blivet:get_format('proc') returning ProcFS instance with object id 1931 >DEBUG:blivet: ProcFS.supported: supported: False ; >DEBUG:blivet: SysFS.supported: supported: False ; >DEBUG:blivet:get_format('sysfs') returning SysFS instance with object id 1932 >DEBUG:blivet: SysFS.supported: supported: False ; >DEBUG:blivet: TmpFS.supported: supported: True ; >DEBUG:blivet:get_format('tmpfs') returning TmpFS instance with object id 1933 >DEBUG:blivet: TmpFS.supported: supported: True ; >DEBUG:blivet: BindFS.supported: supported: False ; >DEBUG:blivet:get_format('bind') returning BindFS instance with object id 1934 >DEBUG:blivet: BindFS.supported: supported: False ; >DEBUG:blivet: SELinuxFS.supported: supported: False ; >DEBUG:blivet:get_format('selinuxfs') returning SELinuxFS instance with object id 1935 >DEBUG:blivet: SELinuxFS.supported: supported: False ; >DEBUG:blivet: USBFS.supported: supported: False ; >DEBUG:blivet:get_format('usbfs') returning USBFS instance with object id 1936 >DEBUG:blivet: USBFS.supported: supported: False ; >DEBUG:blivet: EFIVarFS.supported: supported: False ; >DEBUG:blivet:get_format('efivarfs') returning EFIVarFS instance with object id 1937 >DEBUG:blivet: EFIVarFS.supported: supported: False ; >DEBUG:blivet: LUKS.__init__: >DEBUG:blivet:get_format('luks') returning LUKS instance with object id 1938 >DEBUG:blivet: Integrity.__init__: >DEBUG:blivet:get_format('integrity') returning Integrity instance with object id 1939 >DEBUG:blivet: LVMPhysicalVolume.__init__: >DEBUG:blivet:get_format('lvmpv') returning LVMPhysicalVolume instance with object id 1940 >DEBUG:blivet: MDRaidMember.__init__: >DEBUG:blivet:get_format('mdmember') returning MDRaidMember instance with object id 1941 >DEBUG:blivet: MultipathMember.__init__: >DEBUG:blivet:get_format('multipath_member') returning MultipathMember instance with object id 1942 >DEBUG:blivet:get_format('prepboot') returning PPCPRePBoot instance with object id 1943 >DEBUG:blivet: SwapSpace.__init__: >DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 1944 >DEBUG:blivet: StratisBlockdev.__init__: >DEBUG:blivet:get_format('stratis') returning StratisBlockdev instance with object id 1945 >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 1946 >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet:get_format('efi') returning EFIFS instance with object id 1947 >DEBUG:blivet: Ext2FS.supported: supported: True ; >DEBUG:blivet:get_format('ext2') returning Ext2FS instance with object id 1948 >DEBUG:blivet: Ext3FS.supported: supported: True ; >DEBUG:blivet:get_format('ext3') returning Ext3FS instance with object id 1949 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 1950 >DEBUG:blivet: SwapSpace.__init__: >DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 1951 >DEBUG:blivet: FATFS.supported: supported: True ; >DEBUG:blivet:get_format('vfat') returning FATFS instance with object id 1952 >DEBUG:blivet: XFS.supported: supported: True ; >DEBUG:blivet:get_format('xfs') returning XFS instance with object id 1953 >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_root ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118) with existing ext4 filesystem >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 1954 >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 584,5 Gio lvmvg vg_erwan-desktop (68) >DEBUG:blivet:vg_erwan-desktop size is 584,5 Gio >DEBUG:blivet:vg vg_erwan-desktop has 254,5 Gio free >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_root ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118) with existing ext4 filesystem >DEBUG:blivet:resolved 'vg_erwan-desktop-lv_root' to 'vg_erwan-desktop-lv_root' (lvmlv) >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 584,5 Gio lvmvg vg_erwan-desktop (68) >DEBUG:blivet:resolved 'vg_erwan-desktop' to 'vg_erwan-desktop' (lvmvg) >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 1955 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 1956 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_root ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118) with existing ext4 filesystem >DEBUG:blivet:resolved 'vg_erwan-desktop-lv_root' to 'vg_erwan-desktop-lv_root' (lvmlv) >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 1957 >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_root ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118) with existing ext4 filesystem >DEBUG:anaconda.modules.storage.partitioning.interactive.change_device:Change device: DeviceFactoryRequest(container_encrypted=False, container_name='vg_erwan-desktop', container_raid_level='', container_size_policy=127506841600, container_spec='vg_erwan-desktop', device_encrypted=False, device_name='lv_root', device_raid_level='', device_size=173140869120, device_spec='vg_erwan-desktop-lv_root', device_type=0, disks=['sda', 'sdb'], format_type='ext4', label='_Fedora-17-x86_6', luks_version='', mount_point='/', reformat=True) >DEBUG:anaconda.modules.storage.partitioning.interactive.change_device:Modifying an existing device. >DEBUG:anaconda.modules.storage.partitioning.interactive.change_device:Changing device format: ext4 >INFO:anaconda.modules.storage.partitioning.interactive.utils:Scheduling reformat of vg_erwan-desktop-lv_root as ext4. >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 1958 >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 1961 >DEBUG:blivet: LVMLogicalVolumeDevice._set_format: vg_erwan-desktop-lv_root ; type: None ; current: ext4 ; >INFO:blivet:registered action: [1959] destroy format ext4 filesystem on lvmlv vg_erwan-desktop-lv_root (id 118) >DEBUG:blivet: LVMLogicalVolumeDevice._set_format: vg_erwan-desktop-lv_root ; type: ext4 ; current: None ; >INFO:blivet:registered action: [1960] create format ext4 filesystem mounted at / on lvmlv vg_erwan-desktop-lv_root (id 118) >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 1962 >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:0/block/sdd ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:0/block/sdd/size: 300a >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:1/block/sde ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:1/block/sde/size: 300a >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:2/block/sdf ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:2/block/sdf/size: 300a >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:3/block/sdg ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:3/block/sdg/size: 300a >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:4/block/sdh ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:4/block/sdh/size: 300a >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_root ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118) with non-existent ext4 filesystem mounted at / >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_root ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118) with non-existent ext4 filesystem mounted at / >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda1 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 500 Mio partition sda1 (49) with existing ext4 filesystem >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda1 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 500 Mio partition sda1 (49) with existing ext4 filesystem >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_home ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 153,22 Gio lvmlv vg_erwan-desktop-lv_home (92) with existing ext4 filesystem >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_home ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 153,22 Gio lvmlv vg_erwan-desktop-lv_home (92) with existing ext4 filesystem >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_swap ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 15,53 Gio lvmlv vg_erwan-desktop-lv_swap (105) with existing swap >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_swap ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 15,53 Gio lvmlv vg_erwan-desktop-lv_swap (105) with existing swap >DEBUG:blivet: DeviceTree.get_device_by_name: name: sdc ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 3,83 Gio disk sdc (4) with existing iso9660 filesystem >DEBUG:blivet: DeviceTree.get_device_by_name: name: sdc ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 3,83 Gio disk sdc (4) with existing iso9660 filesystem >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_root ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118) with non-existent ext4 filesystem mounted at / >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_root ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118) with non-existent ext4 filesystem mounted at / >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_root ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118) with non-existent ext4 filesystem mounted at / >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_root ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118) with non-existent ext4 filesystem mounted at / >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_root ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118) with non-existent ext4 filesystem mounted at / >DEBUG:blivet:vg_erwan-desktop size is 584,5 Gio >DEBUG:blivet:vg vg_erwan-desktop has 254,5 Gio free >DEBUG:blivet:vg_erwan-desktop size is 584,5 Gio >DEBUG:blivet:vg vg_erwan-desktop has 254,5 Gio free >DEBUG:blivet:vg_erwan-desktop size is 584,5 Gio >DEBUG:blivet:vg vg_erwan-desktop has 254,5 Gio free >DEBUG:blivet:vg_erwan-desktop size is 584,5 Gio >DEBUG:blivet:vg vg_erwan-desktop has 254,5 Gio free >DEBUG:blivet:instantiating <class 'blivet.devicefactory.LVMFactory'>: <pyanaconda.core.util.LazyObject object at 0x7f4f7b93a1d0>, [], {'device': LVMLogicalVolumeDevice instance (0x7f4f7a93fe50) -- > name = vg_erwan-desktop-lv_root status = False id = 118 > children = [] > parents = ['existing 584,5 Gio lvmvg vg_erwan-desktop (68)'] > uuid = RCReFx-EgbD-OeEo-U4Iz-3KuU-yVkf-4h6XEd size = 161,25 Gio > format = non-existent ext4 filesystem mounted at / > major = 0 minor = 0 exists = True protected = False > sysfs path = /sys/devices/virtual/block/dm-0 > target size = 161,25 Gio path = /dev/mapper/vg_erwan--desktop-lv_root > format args = [] original_format = ext4 target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4f7a93e310) -- > name = vg_erwan-desktop status = False id = 68 > children = ['existing 153,22 Gio lvmlv vg_erwan-desktop-lv_home (92) with existing ext4 ' > 'filesystem', > 'existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118) with non-existent ' > 'ext4 filesystem mounted at /', > 'existing 15,53 Gio lvmlv vg_erwan-desktop-lv_swap (105) with existing swap'] > parents = ['existing 118,75 Gio partition sda2 (59) with existing lvmpv', > 'existing 465,76 Gio partition sdb1 (83) with existing lvmpv'] > uuid = 3vkTwN-NVSy-EPPa-TKBy-ECge-VrQq-Zq6a4s size = 584,5 Gio > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = > target size = 584,5 Gio path = /dev/vg_erwan--desktop > format args = [] original_format = None free = 254,5 Gio PE Size = 32 Mio PE Count = 18704 > PE Free = 8144 PV Count = 2 > modified = False extents = 18704 free space = 254,5 Gio > free extents = 8144 reserved percent = 0 reserved space = 0 O > PVs = ['existing 118,75 Gio partition sda2 (59) with existing lvmpv', > 'existing 465,76 Gio partition sdb1 (83) with existing lvmpv'] > LVs = ['existing 153,22 Gio lvmlv vg_erwan-desktop-lv_home (92) with existing ext4 ' > 'filesystem', > 'existing 15,53 Gio lvmlv vg_erwan-desktop-lv_swap (105) with existing swap', > 'existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118) with non-existent ' > 'ext4 filesystem mounted at /'] > segment type = linear percent = 0 > VG space used = 161,25 Gio} >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_root ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118) with non-existent ext4 filesystem mounted at / >DEBUG:blivet:resolved 'vg_erwan-desktop-lv_root' to 'vg_erwan-desktop-lv_root' (lvmlv) >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 584,5 Gio lvmvg vg_erwan-desktop (68) >DEBUG:blivet:resolved 'vg_erwan-desktop' to 'vg_erwan-desktop' (lvmvg) >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 1963 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 1964 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 119,24 Gio disk sda (39) with existing msdos disklabel >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_root ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118) with non-existent ext4 filesystem mounted at / >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 1965 >DEBUG:blivet:get_format('biosboot') returning BIOSBoot instance with object id 1966 >DEBUG:blivet: DiskLabel.__init__: >INFO:blivet:DiskLabel.parted_device returning None >DEBUG:blivet:get_format('disklabel') returning DiskLabel instance with object id 1967 >DEBUG:blivet:get_format('dmraidmember') returning DMRaidMember instance with object id 1968 >DEBUG:blivet: Ext2FS.supported: supported: True ; >DEBUG:blivet:get_format('ext2') returning Ext2FS instance with object id 1969 >DEBUG:blivet: Ext2FS.supported: supported: True ; >DEBUG:blivet: Ext3FS.supported: supported: True ; >DEBUG:blivet:get_format('ext3') returning Ext3FS instance with object id 1970 >DEBUG:blivet: Ext3FS.supported: supported: True ; >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 1971 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet: FATFS.supported: supported: True ; >DEBUG:blivet:get_format('vfat') returning FATFS instance with object id 1972 >DEBUG:blivet: FATFS.supported: supported: True ; >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet:get_format('efi') returning EFIFS instance with object id 1973 >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 1974 >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('gfs2') returning GFS2 instance with object id 1975 >DEBUG:blivet:get_format('jfs') returning JFS instance with object id 1976 >DEBUG:blivet:get_format('reiserfs') returning ReiserFS instance with object id 1977 >DEBUG:blivet: XFS.supported: supported: True ; >DEBUG:blivet:get_format('xfs') returning XFS instance with object id 1978 >DEBUG:blivet: XFS.supported: supported: True ; >DEBUG:blivet: StratisXFS.supported: supported: False ; >DEBUG:blivet:get_format('stratis xfs') returning StratisXFS instance with object id 1979 >DEBUG:blivet: StratisXFS.supported: supported: False ; >DEBUG:blivet: HFS.supported: supported: False ; >DEBUG:blivet:get_format('hfs') returning HFS instance with object id 1980 >DEBUG:blivet: HFS.supported: supported: False ; >DEBUG:blivet: AppleBootstrapFS.supported: supported: True ; >DEBUG:blivet:get_format('appleboot') returning AppleBootstrapFS instance with object id 1981 >DEBUG:blivet: AppleBootstrapFS.supported: supported: True ; >DEBUG:blivet: HFSPlus.supported: supported: False ; >DEBUG:blivet:get_format('hfs+') returning HFSPlus instance with object id 1982 >DEBUG:blivet: HFSPlus.supported: supported: False ; >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 1983 >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet: NTFS.supported: supported: True ; >DEBUG:blivet:get_format('ntfs') returning NTFS instance with object id 1984 >DEBUG:blivet: NTFS.supported: supported: True ; >DEBUG:blivet: ExFATFS.supported: supported: False ; >DEBUG:blivet:get_format('exfat') returning ExFATFS instance with object id 1985 >DEBUG:blivet: ExFATFS.supported: supported: False ; >DEBUG:blivet: F2FS.supported: supported: True ; >DEBUG:blivet:get_format('f2fs') returning F2FS instance with object id 1986 >DEBUG:blivet: F2FS.supported: supported: True ; >DEBUG:blivet: NFS.supported: supported: False ; >DEBUG:blivet:get_format('nfs') returning NFS instance with object id 1987 >DEBUG:blivet: NFS.supported: supported: False ; >DEBUG:blivet: NFSv4.supported: supported: False ; >DEBUG:blivet:get_format('nfs4') returning NFSv4 instance with object id 1988 >DEBUG:blivet: NFSv4.supported: supported: False ; >DEBUG:blivet: Iso9660FS.supported: supported: True ; >DEBUG:blivet:get_format('iso9660') returning Iso9660FS instance with object id 1989 >DEBUG:blivet: Iso9660FS.supported: supported: True ; >DEBUG:blivet: UDFFS.supported: supported: True ; >DEBUG:blivet:get_format('udf') returning UDFFS instance with object id 1990 >DEBUG:blivet: UDFFS.supported: supported: True ; >DEBUG:blivet: NoDevFS.supported: supported: False ; >DEBUG:blivet:get_format('nodev') returning NoDevFS instance with object id 1991 >DEBUG:blivet: NoDevFS.supported: supported: False ; >DEBUG:blivet: DevPtsFS.supported: supported: False ; >DEBUG:blivet:get_format('devpts') returning DevPtsFS instance with object id 1992 >DEBUG:blivet: DevPtsFS.supported: supported: False ; >DEBUG:blivet: ProcFS.supported: supported: False ; >DEBUG:blivet:get_format('proc') returning ProcFS instance with object id 1993 >DEBUG:blivet: ProcFS.supported: supported: False ; >DEBUG:blivet: SysFS.supported: supported: False ; >DEBUG:blivet:get_format('sysfs') returning SysFS instance with object id 1994 >DEBUG:blivet: SysFS.supported: supported: False ; >DEBUG:blivet: TmpFS.supported: supported: True ; >DEBUG:blivet:get_format('tmpfs') returning TmpFS instance with object id 1995 >DEBUG:blivet: TmpFS.supported: supported: True ; >DEBUG:blivet: BindFS.supported: supported: False ; >DEBUG:blivet:get_format('bind') returning BindFS instance with object id 1996 >DEBUG:blivet: BindFS.supported: supported: False ; >DEBUG:blivet: SELinuxFS.supported: supported: False ; >DEBUG:blivet:get_format('selinuxfs') returning SELinuxFS instance with object id 1997 >DEBUG:blivet: SELinuxFS.supported: supported: False ; >DEBUG:blivet: USBFS.supported: supported: False ; >DEBUG:blivet:get_format('usbfs') returning USBFS instance with object id 1998 >DEBUG:blivet: USBFS.supported: supported: False ; >DEBUG:blivet: EFIVarFS.supported: supported: False ; >DEBUG:blivet:get_format('efivarfs') returning EFIVarFS instance with object id 1999 >DEBUG:blivet: EFIVarFS.supported: supported: False ; >DEBUG:blivet: LUKS.__init__: >DEBUG:blivet:get_format('luks') returning LUKS instance with object id 2000 >DEBUG:blivet: Integrity.__init__: >DEBUG:blivet:get_format('integrity') returning Integrity instance with object id 2001 >DEBUG:blivet: LVMPhysicalVolume.__init__: >DEBUG:blivet:get_format('lvmpv') returning LVMPhysicalVolume instance with object id 2002 >DEBUG:blivet: MDRaidMember.__init__: >DEBUG:blivet:get_format('mdmember') returning MDRaidMember instance with object id 2003 >DEBUG:blivet: MultipathMember.__init__: >DEBUG:blivet:get_format('multipath_member') returning MultipathMember instance with object id 2004 >DEBUG:blivet:get_format('prepboot') returning PPCPRePBoot instance with object id 2005 >DEBUG:blivet: SwapSpace.__init__: >DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 2006 >DEBUG:blivet: StratisBlockdev.__init__: >DEBUG:blivet:get_format('stratis') returning StratisBlockdev instance with object id 2007 >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 2008 >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet:get_format('efi') returning EFIFS instance with object id 2009 >DEBUG:blivet: Ext2FS.supported: supported: True ; >DEBUG:blivet:get_format('ext2') returning Ext2FS instance with object id 2010 >DEBUG:blivet: Ext3FS.supported: supported: True ; >DEBUG:blivet:get_format('ext3') returning Ext3FS instance with object id 2011 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 2012 >DEBUG:blivet: SwapSpace.__init__: >DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 2013 >DEBUG:blivet: FATFS.supported: supported: True ; >DEBUG:blivet:get_format('vfat') returning FATFS instance with object id 2014 >DEBUG:blivet: XFS.supported: supported: True ; >DEBUG:blivet:get_format('xfs') returning XFS instance with object id 2015 >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_root ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118) with non-existent ext4 filesystem mounted at / >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 2016 >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 584,5 Gio lvmvg vg_erwan-desktop (68) >DEBUG:blivet:vg_erwan-desktop size is 584,5 Gio >DEBUG:blivet:vg vg_erwan-desktop has 254,5 Gio free >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_root ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118) with non-existent ext4 filesystem mounted at / >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_root ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118) with non-existent ext4 filesystem mounted at / >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_root ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118) with non-existent ext4 filesystem mounted at / >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_root ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118) with non-existent ext4 filesystem mounted at / >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_root ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118) with non-existent ext4 filesystem mounted at / >DEBUG:blivet:vg_erwan-desktop size is 584,5 Gio >DEBUG:blivet:vg vg_erwan-desktop has 254,5 Gio free >DEBUG:blivet:vg_erwan-desktop size is 584,5 Gio >DEBUG:blivet:vg vg_erwan-desktop has 254,5 Gio free >DEBUG:blivet:vg_erwan-desktop size is 584,5 Gio >DEBUG:blivet:vg vg_erwan-desktop has 254,5 Gio free >DEBUG:blivet:vg_erwan-desktop size is 584,5 Gio >DEBUG:blivet:vg vg_erwan-desktop has 254,5 Gio free >DEBUG:blivet:instantiating <class 'blivet.devicefactory.LVMFactory'>: <pyanaconda.core.util.LazyObject object at 0x7f4f7b93a1d0>, [], {'device': LVMLogicalVolumeDevice instance (0x7f4f7a93fe50) -- > name = vg_erwan-desktop-lv_root status = False id = 118 > children = [] > parents = ['existing 584,5 Gio lvmvg vg_erwan-desktop (68)'] > uuid = RCReFx-EgbD-OeEo-U4Iz-3KuU-yVkf-4h6XEd size = 161,25 Gio > format = non-existent ext4 filesystem mounted at / > major = 0 minor = 0 exists = True protected = False > sysfs path = /sys/devices/virtual/block/dm-0 > target size = 161,25 Gio path = /dev/mapper/vg_erwan--desktop-lv_root > format args = [] original_format = ext4 target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4f7a93e310) -- > name = vg_erwan-desktop status = False id = 68 > children = ['existing 153,22 Gio lvmlv vg_erwan-desktop-lv_home (92) with existing ext4 ' > 'filesystem', > 'existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118) with non-existent ' > 'ext4 filesystem mounted at /', > 'existing 15,53 Gio lvmlv vg_erwan-desktop-lv_swap (105) with existing swap'] > parents = ['existing 118,75 Gio partition sda2 (59) with existing lvmpv', > 'existing 465,76 Gio partition sdb1 (83) with existing lvmpv'] > uuid = 3vkTwN-NVSy-EPPa-TKBy-ECge-VrQq-Zq6a4s size = 584,5 Gio > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = > target size = 584,5 Gio path = /dev/vg_erwan--desktop > format args = [] original_format = None free = 254,5 Gio PE Size = 32 Mio PE Count = 18704 > PE Free = 8144 PV Count = 2 > modified = False extents = 18704 free space = 254,5 Gio > free extents = 8144 reserved percent = 0 reserved space = 0 O > PVs = ['existing 118,75 Gio partition sda2 (59) with existing lvmpv', > 'existing 465,76 Gio partition sdb1 (83) with existing lvmpv'] > LVs = ['existing 153,22 Gio lvmlv vg_erwan-desktop-lv_home (92) with existing ext4 ' > 'filesystem', > 'existing 15,53 Gio lvmlv vg_erwan-desktop-lv_swap (105) with existing swap', > 'existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118) with non-existent ' > 'ext4 filesystem mounted at /'] > segment type = linear percent = 0 > VG space used = 161,25 Gio} >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_root ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118) with non-existent ext4 filesystem mounted at / >DEBUG:blivet:resolved 'vg_erwan-desktop-lv_root' to 'vg_erwan-desktop-lv_root' (lvmlv) >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 584,5 Gio lvmvg vg_erwan-desktop (68) >DEBUG:blivet:resolved 'vg_erwan-desktop' to 'vg_erwan-desktop' (lvmvg) >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 2017 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 2018 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 119,24 Gio disk sda (39) with existing msdos disklabel >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_root ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118) with non-existent ext4 filesystem mounted at / >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 2019 >DEBUG:blivet:get_format('biosboot') returning BIOSBoot instance with object id 2020 >DEBUG:blivet: DiskLabel.__init__: >INFO:blivet:DiskLabel.parted_device returning None >DEBUG:blivet:get_format('disklabel') returning DiskLabel instance with object id 2021 >DEBUG:blivet:get_format('dmraidmember') returning DMRaidMember instance with object id 2022 >DEBUG:blivet: Ext2FS.supported: supported: True ; >DEBUG:blivet:get_format('ext2') returning Ext2FS instance with object id 2023 >DEBUG:blivet: Ext2FS.supported: supported: True ; >DEBUG:blivet: Ext3FS.supported: supported: True ; >DEBUG:blivet:get_format('ext3') returning Ext3FS instance with object id 2024 >DEBUG:blivet: Ext3FS.supported: supported: True ; >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 2025 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet: FATFS.supported: supported: True ; >DEBUG:blivet:get_format('vfat') returning FATFS instance with object id 2026 >DEBUG:blivet: FATFS.supported: supported: True ; >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet:get_format('efi') returning EFIFS instance with object id 2027 >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 2028 >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('gfs2') returning GFS2 instance with object id 2029 >DEBUG:blivet:get_format('jfs') returning JFS instance with object id 2030 >DEBUG:blivet:get_format('reiserfs') returning ReiserFS instance with object id 2031 >DEBUG:blivet: XFS.supported: supported: True ; >DEBUG:blivet:get_format('xfs') returning XFS instance with object id 2032 >DEBUG:blivet: XFS.supported: supported: True ; >DEBUG:blivet: StratisXFS.supported: supported: False ; >DEBUG:blivet:get_format('stratis xfs') returning StratisXFS instance with object id 2033 >DEBUG:blivet: StratisXFS.supported: supported: False ; >DEBUG:blivet: HFS.supported: supported: False ; >DEBUG:blivet:get_format('hfs') returning HFS instance with object id 2034 >DEBUG:blivet: HFS.supported: supported: False ; >DEBUG:blivet: AppleBootstrapFS.supported: supported: True ; >DEBUG:blivet:get_format('appleboot') returning AppleBootstrapFS instance with object id 2035 >DEBUG:blivet: AppleBootstrapFS.supported: supported: True ; >DEBUG:blivet: HFSPlus.supported: supported: False ; >DEBUG:blivet:get_format('hfs+') returning HFSPlus instance with object id 2036 >DEBUG:blivet: HFSPlus.supported: supported: False ; >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 2037 >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet: NTFS.supported: supported: True ; >DEBUG:blivet:get_format('ntfs') returning NTFS instance with object id 2038 >DEBUG:blivet: NTFS.supported: supported: True ; >DEBUG:blivet: ExFATFS.supported: supported: False ; >DEBUG:blivet:get_format('exfat') returning ExFATFS instance with object id 2039 >DEBUG:blivet: ExFATFS.supported: supported: False ; >DEBUG:blivet: F2FS.supported: supported: True ; >DEBUG:blivet:get_format('f2fs') returning F2FS instance with object id 2040 >DEBUG:blivet: F2FS.supported: supported: True ; >DEBUG:blivet: NFS.supported: supported: False ; >DEBUG:blivet:get_format('nfs') returning NFS instance with object id 2041 >DEBUG:blivet: NFS.supported: supported: False ; >DEBUG:blivet: NFSv4.supported: supported: False ; >DEBUG:blivet:get_format('nfs4') returning NFSv4 instance with object id 2042 >DEBUG:blivet: NFSv4.supported: supported: False ; >DEBUG:blivet: Iso9660FS.supported: supported: True ; >DEBUG:blivet:get_format('iso9660') returning Iso9660FS instance with object id 2043 >DEBUG:blivet: Iso9660FS.supported: supported: True ; >DEBUG:blivet: UDFFS.supported: supported: True ; >DEBUG:blivet:get_format('udf') returning UDFFS instance with object id 2044 >DEBUG:blivet: UDFFS.supported: supported: True ; >DEBUG:blivet: NoDevFS.supported: supported: False ; >DEBUG:blivet:get_format('nodev') returning NoDevFS instance with object id 2045 >DEBUG:blivet: NoDevFS.supported: supported: False ; >DEBUG:blivet: DevPtsFS.supported: supported: False ; >DEBUG:blivet:get_format('devpts') returning DevPtsFS instance with object id 2046 >DEBUG:blivet: DevPtsFS.supported: supported: False ; >DEBUG:blivet: ProcFS.supported: supported: False ; >DEBUG:blivet:get_format('proc') returning ProcFS instance with object id 2047 >DEBUG:blivet: ProcFS.supported: supported: False ; >DEBUG:blivet: SysFS.supported: supported: False ; >DEBUG:blivet:get_format('sysfs') returning SysFS instance with object id 2048 >DEBUG:blivet: SysFS.supported: supported: False ; >DEBUG:blivet: TmpFS.supported: supported: True ; >DEBUG:blivet:get_format('tmpfs') returning TmpFS instance with object id 2049 >DEBUG:blivet: TmpFS.supported: supported: True ; >DEBUG:blivet: BindFS.supported: supported: False ; >DEBUG:blivet:get_format('bind') returning BindFS instance with object id 2050 >DEBUG:blivet: BindFS.supported: supported: False ; >DEBUG:blivet: SELinuxFS.supported: supported: False ; >DEBUG:blivet:get_format('selinuxfs') returning SELinuxFS instance with object id 2051 >DEBUG:blivet: SELinuxFS.supported: supported: False ; >DEBUG:blivet: USBFS.supported: supported: False ; >DEBUG:blivet:get_format('usbfs') returning USBFS instance with object id 2052 >DEBUG:blivet: USBFS.supported: supported: False ; >DEBUG:blivet: EFIVarFS.supported: supported: False ; >DEBUG:blivet:get_format('efivarfs') returning EFIVarFS instance with object id 2053 >DEBUG:blivet: EFIVarFS.supported: supported: False ; >DEBUG:blivet: LUKS.__init__: >DEBUG:blivet:get_format('luks') returning LUKS instance with object id 2054 >DEBUG:blivet: Integrity.__init__: >DEBUG:blivet:get_format('integrity') returning Integrity instance with object id 2055 >DEBUG:blivet: LVMPhysicalVolume.__init__: >DEBUG:blivet:get_format('lvmpv') returning LVMPhysicalVolume instance with object id 2056 >DEBUG:blivet: MDRaidMember.__init__: >DEBUG:blivet:get_format('mdmember') returning MDRaidMember instance with object id 2057 >DEBUG:blivet: MultipathMember.__init__: >DEBUG:blivet:get_format('multipath_member') returning MultipathMember instance with object id 2058 >DEBUG:blivet:get_format('prepboot') returning PPCPRePBoot instance with object id 2059 >DEBUG:blivet: SwapSpace.__init__: >DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 2060 >DEBUG:blivet: StratisBlockdev.__init__: >DEBUG:blivet:get_format('stratis') returning StratisBlockdev instance with object id 2061 >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 2062 >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet:get_format('efi') returning EFIFS instance with object id 2063 >DEBUG:blivet: Ext2FS.supported: supported: True ; >DEBUG:blivet:get_format('ext2') returning Ext2FS instance with object id 2064 >DEBUG:blivet: Ext3FS.supported: supported: True ; >DEBUG:blivet:get_format('ext3') returning Ext3FS instance with object id 2065 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 2066 >DEBUG:blivet: SwapSpace.__init__: >DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 2067 >DEBUG:blivet: FATFS.supported: supported: True ; >DEBUG:blivet:get_format('vfat') returning FATFS instance with object id 2068 >DEBUG:blivet: XFS.supported: supported: True ; >DEBUG:blivet:get_format('xfs') returning XFS instance with object id 2069 >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_root ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118) with non-existent ext4 filesystem mounted at / >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 2070 >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 584,5 Gio lvmvg vg_erwan-desktop (68) >DEBUG:blivet:vg_erwan-desktop size is 584,5 Gio >DEBUG:blivet:vg vg_erwan-desktop has 254,5 Gio free >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 119,24 Gio disk sda (39) with existing msdos disklabel >DEBUG:blivet: DeviceTree.get_device_by_name: name: sdb ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 465,76 Gio disk sdb (73) with existing msdos disklabel >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 119,24 Gio disk sda (39) with existing msdos disklabel >DEBUG:blivet: DeviceTree.get_device_by_name: name: sdb ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 465,76 Gio disk sdb (73) with existing msdos disklabel >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_root ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118) with non-existent ext4 filesystem mounted at / >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_root ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118) with non-existent ext4 filesystem mounted at / >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_root ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118) with non-existent ext4 filesystem mounted at / >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_root ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118) with non-existent ext4 filesystem mounted at / >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_root ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118) with non-existent ext4 filesystem mounted at / >DEBUG:blivet:vg_erwan-desktop size is 584,5 Gio >DEBUG:blivet:vg vg_erwan-desktop has 254,5 Gio free >DEBUG:blivet:vg_erwan-desktop size is 584,5 Gio >DEBUG:blivet:vg vg_erwan-desktop has 254,5 Gio free >DEBUG:blivet:vg_erwan-desktop size is 584,5 Gio >DEBUG:blivet:vg vg_erwan-desktop has 254,5 Gio free >DEBUG:blivet:vg_erwan-desktop size is 584,5 Gio >DEBUG:blivet:vg vg_erwan-desktop has 254,5 Gio free >DEBUG:blivet:instantiating <class 'blivet.devicefactory.LVMFactory'>: <pyanaconda.core.util.LazyObject object at 0x7f4f7b93a1d0>, [], {'device': LVMLogicalVolumeDevice instance (0x7f4f7a93fe50) -- > name = vg_erwan-desktop-lv_root status = False id = 118 > children = [] > parents = ['existing 584,5 Gio lvmvg vg_erwan-desktop (68)'] > uuid = RCReFx-EgbD-OeEo-U4Iz-3KuU-yVkf-4h6XEd size = 161,25 Gio > format = non-existent ext4 filesystem mounted at / > major = 0 minor = 0 exists = True protected = False > sysfs path = /sys/devices/virtual/block/dm-0 > target size = 161,25 Gio path = /dev/mapper/vg_erwan--desktop-lv_root > format args = [] original_format = ext4 target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4f7a93e310) -- > name = vg_erwan-desktop status = False id = 68 > children = ['existing 153,22 Gio lvmlv vg_erwan-desktop-lv_home (92) with existing ext4 ' > 'filesystem', > 'existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118) with non-existent ' > 'ext4 filesystem mounted at /', > 'existing 15,53 Gio lvmlv vg_erwan-desktop-lv_swap (105) with existing swap'] > parents = ['existing 118,75 Gio partition sda2 (59) with existing lvmpv', > 'existing 465,76 Gio partition sdb1 (83) with existing lvmpv'] > uuid = 3vkTwN-NVSy-EPPa-TKBy-ECge-VrQq-Zq6a4s size = 584,5 Gio > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = > target size = 584,5 Gio path = /dev/vg_erwan--desktop > format args = [] original_format = None free = 254,5 Gio PE Size = 32 Mio PE Count = 18704 > PE Free = 8144 PV Count = 2 > modified = False extents = 18704 free space = 254,5 Gio > free extents = 8144 reserved percent = 0 reserved space = 0 O > PVs = ['existing 118,75 Gio partition sda2 (59) with existing lvmpv', > 'existing 465,76 Gio partition sdb1 (83) with existing lvmpv'] > LVs = ['existing 153,22 Gio lvmlv vg_erwan-desktop-lv_home (92) with existing ext4 ' > 'filesystem', > 'existing 15,53 Gio lvmlv vg_erwan-desktop-lv_swap (105) with existing swap', > 'existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118) with non-existent ' > 'ext4 filesystem mounted at /'] > segment type = linear percent = 0 > VG space used = 161,25 Gio} >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_root ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118) with non-existent ext4 filesystem mounted at / >DEBUG:blivet:resolved 'vg_erwan-desktop-lv_root' to 'vg_erwan-desktop-lv_root' (lvmlv) >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 584,5 Gio lvmvg vg_erwan-desktop (68) >DEBUG:blivet:resolved 'vg_erwan-desktop' to 'vg_erwan-desktop' (lvmvg) >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 2071 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 2072 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 119,24 Gio disk sda (39) with existing msdos disklabel >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_root ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118) with non-existent ext4 filesystem mounted at / >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 2073 >DEBUG:blivet:get_format('biosboot') returning BIOSBoot instance with object id 2074 >DEBUG:blivet: DiskLabel.__init__: >INFO:blivet:DiskLabel.parted_device returning None >DEBUG:blivet:get_format('disklabel') returning DiskLabel instance with object id 2075 >DEBUG:blivet:get_format('dmraidmember') returning DMRaidMember instance with object id 2076 >DEBUG:blivet: Ext2FS.supported: supported: True ; >DEBUG:blivet:get_format('ext2') returning Ext2FS instance with object id 2077 >DEBUG:blivet: Ext2FS.supported: supported: True ; >DEBUG:blivet: Ext3FS.supported: supported: True ; >DEBUG:blivet:get_format('ext3') returning Ext3FS instance with object id 2078 >DEBUG:blivet: Ext3FS.supported: supported: True ; >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 2079 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet: FATFS.supported: supported: True ; >DEBUG:blivet:get_format('vfat') returning FATFS instance with object id 2080 >DEBUG:blivet: FATFS.supported: supported: True ; >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet:get_format('efi') returning EFIFS instance with object id 2081 >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 2082 >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('gfs2') returning GFS2 instance with object id 2083 >DEBUG:blivet:get_format('jfs') returning JFS instance with object id 2084 >DEBUG:blivet:get_format('reiserfs') returning ReiserFS instance with object id 2085 >DEBUG:blivet: XFS.supported: supported: True ; >DEBUG:blivet:get_format('xfs') returning XFS instance with object id 2086 >DEBUG:blivet: XFS.supported: supported: True ; >DEBUG:blivet: StratisXFS.supported: supported: False ; >DEBUG:blivet:get_format('stratis xfs') returning StratisXFS instance with object id 2087 >DEBUG:blivet: StratisXFS.supported: supported: False ; >DEBUG:blivet: HFS.supported: supported: False ; >DEBUG:blivet:get_format('hfs') returning HFS instance with object id 2088 >DEBUG:blivet: HFS.supported: supported: False ; >DEBUG:blivet: AppleBootstrapFS.supported: supported: True ; >DEBUG:blivet:get_format('appleboot') returning AppleBootstrapFS instance with object id 2089 >DEBUG:blivet: AppleBootstrapFS.supported: supported: True ; >DEBUG:blivet: HFSPlus.supported: supported: False ; >DEBUG:blivet:get_format('hfs+') returning HFSPlus instance with object id 2090 >DEBUG:blivet: HFSPlus.supported: supported: False ; >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 2091 >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet: NTFS.supported: supported: True ; >DEBUG:blivet:get_format('ntfs') returning NTFS instance with object id 2092 >DEBUG:blivet: NTFS.supported: supported: True ; >DEBUG:blivet: ExFATFS.supported: supported: False ; >DEBUG:blivet:get_format('exfat') returning ExFATFS instance with object id 2093 >DEBUG:blivet: ExFATFS.supported: supported: False ; >DEBUG:blivet: F2FS.supported: supported: True ; >DEBUG:blivet:get_format('f2fs') returning F2FS instance with object id 2094 >DEBUG:blivet: F2FS.supported: supported: True ; >DEBUG:blivet: NFS.supported: supported: False ; >DEBUG:blivet:get_format('nfs') returning NFS instance with object id 2095 >DEBUG:blivet: NFS.supported: supported: False ; >DEBUG:blivet: NFSv4.supported: supported: False ; >DEBUG:blivet:get_format('nfs4') returning NFSv4 instance with object id 2096 >DEBUG:blivet: NFSv4.supported: supported: False ; >DEBUG:blivet: Iso9660FS.supported: supported: True ; >DEBUG:blivet:get_format('iso9660') returning Iso9660FS instance with object id 2097 >DEBUG:blivet: Iso9660FS.supported: supported: True ; >DEBUG:blivet: UDFFS.supported: supported: True ; >DEBUG:blivet:get_format('udf') returning UDFFS instance with object id 2098 >DEBUG:blivet: UDFFS.supported: supported: True ; >DEBUG:blivet: NoDevFS.supported: supported: False ; >DEBUG:blivet:get_format('nodev') returning NoDevFS instance with object id 2099 >DEBUG:blivet: NoDevFS.supported: supported: False ; >DEBUG:blivet: DevPtsFS.supported: supported: False ; >DEBUG:blivet:get_format('devpts') returning DevPtsFS instance with object id 2100 >DEBUG:blivet: DevPtsFS.supported: supported: False ; >DEBUG:blivet: ProcFS.supported: supported: False ; >DEBUG:blivet:get_format('proc') returning ProcFS instance with object id 2101 >DEBUG:blivet: ProcFS.supported: supported: False ; >DEBUG:blivet: SysFS.supported: supported: False ; >DEBUG:blivet:get_format('sysfs') returning SysFS instance with object id 2102 >DEBUG:blivet: SysFS.supported: supported: False ; >DEBUG:blivet: TmpFS.supported: supported: True ; >DEBUG:blivet:get_format('tmpfs') returning TmpFS instance with object id 2103 >DEBUG:blivet: TmpFS.supported: supported: True ; >DEBUG:blivet: BindFS.supported: supported: False ; >DEBUG:blivet:get_format('bind') returning BindFS instance with object id 2104 >DEBUG:blivet: BindFS.supported: supported: False ; >DEBUG:blivet: SELinuxFS.supported: supported: False ; >DEBUG:blivet:get_format('selinuxfs') returning SELinuxFS instance with object id 2105 >DEBUG:blivet: SELinuxFS.supported: supported: False ; >DEBUG:blivet: USBFS.supported: supported: False ; >DEBUG:blivet:get_format('usbfs') returning USBFS instance with object id 2106 >DEBUG:blivet: USBFS.supported: supported: False ; >DEBUG:blivet: EFIVarFS.supported: supported: False ; >DEBUG:blivet:get_format('efivarfs') returning EFIVarFS instance with object id 2107 >DEBUG:blivet: EFIVarFS.supported: supported: False ; >DEBUG:blivet: LUKS.__init__: >DEBUG:blivet:get_format('luks') returning LUKS instance with object id 2108 >DEBUG:blivet: Integrity.__init__: >DEBUG:blivet:get_format('integrity') returning Integrity instance with object id 2109 >DEBUG:blivet: LVMPhysicalVolume.__init__: >DEBUG:blivet:get_format('lvmpv') returning LVMPhysicalVolume instance with object id 2110 >DEBUG:blivet: MDRaidMember.__init__: >DEBUG:blivet:get_format('mdmember') returning MDRaidMember instance with object id 2111 >DEBUG:blivet: MultipathMember.__init__: >DEBUG:blivet:get_format('multipath_member') returning MultipathMember instance with object id 2112 >DEBUG:blivet:get_format('prepboot') returning PPCPRePBoot instance with object id 2113 >DEBUG:blivet: SwapSpace.__init__: >DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 2114 >DEBUG:blivet: StratisBlockdev.__init__: >DEBUG:blivet:get_format('stratis') returning StratisBlockdev instance with object id 2115 >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 2116 >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet:get_format('efi') returning EFIFS instance with object id 2117 >DEBUG:blivet: Ext2FS.supported: supported: True ; >DEBUG:blivet:get_format('ext2') returning Ext2FS instance with object id 2118 >DEBUG:blivet: Ext3FS.supported: supported: True ; >DEBUG:blivet:get_format('ext3') returning Ext3FS instance with object id 2119 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 2120 >DEBUG:blivet: SwapSpace.__init__: >DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 2121 >DEBUG:blivet: FATFS.supported: supported: True ; >DEBUG:blivet:get_format('vfat') returning FATFS instance with object id 2122 >DEBUG:blivet: XFS.supported: supported: True ; >DEBUG:blivet:get_format('xfs') returning XFS instance with object id 2123 >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_root ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118) with non-existent ext4 filesystem mounted at / >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 2124 >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 584,5 Gio lvmvg vg_erwan-desktop (68) >DEBUG:blivet:vg_erwan-desktop size is 584,5 Gio >DEBUG:blivet:vg vg_erwan-desktop has 254,5 Gio free >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda1 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 500 Mio partition sda1 (49) with existing ext4 filesystem >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda1 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 500 Mio partition sda1 (49) with existing ext4 filesystem >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda1 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 500 Mio partition sda1 (49) with existing ext4 filesystem >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda1 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 500 Mio partition sda1 (49) with existing ext4 filesystem >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda1 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 500 Mio partition sda1 (49) with existing ext4 filesystem >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda1 ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 500 Mio partition sda1 (49) with existing ext4 filesystem >DEBUG:blivet:resolved 'sda1' to 'sda1' (partition) >DEBUG:blivet: DeviceTree.get_device_by_name: name: ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned None >DEBUG:blivet: DeviceTree.get_device_by_path: path: /dev/ ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_path returned None >DEBUG:blivet:failed to resolve '/dev/' >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 2125 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 2126 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 119,24 Gio disk sda (39) with existing msdos disklabel >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda1 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 500 Mio partition sda1 (49) with existing ext4 filesystem >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 2127 >DEBUG:blivet:get_format('biosboot') returning BIOSBoot instance with object id 2128 >DEBUG:blivet: DiskLabel.__init__: >INFO:blivet:DiskLabel.parted_device returning None >DEBUG:blivet:get_format('disklabel') returning DiskLabel instance with object id 2129 >DEBUG:blivet:get_format('dmraidmember') returning DMRaidMember instance with object id 2130 >DEBUG:blivet: Ext2FS.supported: supported: True ; >DEBUG:blivet:get_format('ext2') returning Ext2FS instance with object id 2131 >DEBUG:blivet: Ext2FS.supported: supported: True ; >DEBUG:blivet: Ext3FS.supported: supported: True ; >DEBUG:blivet:get_format('ext3') returning Ext3FS instance with object id 2132 >DEBUG:blivet: Ext3FS.supported: supported: True ; >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 2133 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet: FATFS.supported: supported: True ; >DEBUG:blivet:get_format('vfat') returning FATFS instance with object id 2134 >DEBUG:blivet: FATFS.supported: supported: True ; >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet:get_format('efi') returning EFIFS instance with object id 2135 >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 2136 >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('gfs2') returning GFS2 instance with object id 2137 >DEBUG:blivet:get_format('jfs') returning JFS instance with object id 2138 >DEBUG:blivet:get_format('reiserfs') returning ReiserFS instance with object id 2139 >DEBUG:blivet: XFS.supported: supported: True ; >DEBUG:blivet:get_format('xfs') returning XFS instance with object id 2140 >DEBUG:blivet: XFS.supported: supported: True ; >DEBUG:blivet: StratisXFS.supported: supported: False ; >DEBUG:blivet:get_format('stratis xfs') returning StratisXFS instance with object id 2141 >DEBUG:blivet: StratisXFS.supported: supported: False ; >DEBUG:blivet: HFS.supported: supported: False ; >DEBUG:blivet:get_format('hfs') returning HFS instance with object id 2142 >DEBUG:blivet: HFS.supported: supported: False ; >DEBUG:blivet: AppleBootstrapFS.supported: supported: True ; >DEBUG:blivet:get_format('appleboot') returning AppleBootstrapFS instance with object id 2143 >DEBUG:blivet: AppleBootstrapFS.supported: supported: True ; >DEBUG:blivet: HFSPlus.supported: supported: False ; >DEBUG:blivet:get_format('hfs+') returning HFSPlus instance with object id 2144 >DEBUG:blivet: HFSPlus.supported: supported: False ; >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 2145 >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet: NTFS.supported: supported: True ; >DEBUG:blivet:get_format('ntfs') returning NTFS instance with object id 2146 >DEBUG:blivet: NTFS.supported: supported: True ; >DEBUG:blivet: ExFATFS.supported: supported: False ; >DEBUG:blivet:get_format('exfat') returning ExFATFS instance with object id 2147 >DEBUG:blivet: ExFATFS.supported: supported: False ; >DEBUG:blivet: F2FS.supported: supported: True ; >DEBUG:blivet:get_format('f2fs') returning F2FS instance with object id 2148 >DEBUG:blivet: F2FS.supported: supported: True ; >DEBUG:blivet: NFS.supported: supported: False ; >DEBUG:blivet:get_format('nfs') returning NFS instance with object id 2149 >DEBUG:blivet: NFS.supported: supported: False ; >DEBUG:blivet: NFSv4.supported: supported: False ; >DEBUG:blivet:get_format('nfs4') returning NFSv4 instance with object id 2150 >DEBUG:blivet: NFSv4.supported: supported: False ; >DEBUG:blivet: Iso9660FS.supported: supported: True ; >DEBUG:blivet:get_format('iso9660') returning Iso9660FS instance with object id 2151 >DEBUG:blivet: Iso9660FS.supported: supported: True ; >DEBUG:blivet: UDFFS.supported: supported: True ; >DEBUG:blivet:get_format('udf') returning UDFFS instance with object id 2152 >DEBUG:blivet: UDFFS.supported: supported: True ; >DEBUG:blivet: NoDevFS.supported: supported: False ; >DEBUG:blivet:get_format('nodev') returning NoDevFS instance with object id 2153 >DEBUG:blivet: NoDevFS.supported: supported: False ; >DEBUG:blivet: DevPtsFS.supported: supported: False ; >DEBUG:blivet:get_format('devpts') returning DevPtsFS instance with object id 2154 >DEBUG:blivet: DevPtsFS.supported: supported: False ; >DEBUG:blivet: ProcFS.supported: supported: False ; >DEBUG:blivet:get_format('proc') returning ProcFS instance with object id 2155 >DEBUG:blivet: ProcFS.supported: supported: False ; >DEBUG:blivet: SysFS.supported: supported: False ; >DEBUG:blivet:get_format('sysfs') returning SysFS instance with object id 2156 >DEBUG:blivet: SysFS.supported: supported: False ; >DEBUG:blivet: TmpFS.supported: supported: True ; >DEBUG:blivet:get_format('tmpfs') returning TmpFS instance with object id 2157 >DEBUG:blivet: TmpFS.supported: supported: True ; >DEBUG:blivet: BindFS.supported: supported: False ; >DEBUG:blivet:get_format('bind') returning BindFS instance with object id 2158 >DEBUG:blivet: BindFS.supported: supported: False ; >DEBUG:blivet: SELinuxFS.supported: supported: False ; >DEBUG:blivet:get_format('selinuxfs') returning SELinuxFS instance with object id 2159 >DEBUG:blivet: SELinuxFS.supported: supported: False ; >DEBUG:blivet: USBFS.supported: supported: False ; >DEBUG:blivet:get_format('usbfs') returning USBFS instance with object id 2160 >DEBUG:blivet: USBFS.supported: supported: False ; >DEBUG:blivet: EFIVarFS.supported: supported: False ; >DEBUG:blivet:get_format('efivarfs') returning EFIVarFS instance with object id 2161 >DEBUG:blivet: EFIVarFS.supported: supported: False ; >DEBUG:blivet: LUKS.__init__: >DEBUG:blivet:get_format('luks') returning LUKS instance with object id 2162 >DEBUG:blivet: Integrity.__init__: >DEBUG:blivet:get_format('integrity') returning Integrity instance with object id 2163 >DEBUG:blivet: LVMPhysicalVolume.__init__: >DEBUG:blivet:get_format('lvmpv') returning LVMPhysicalVolume instance with object id 2164 >DEBUG:blivet: MDRaidMember.__init__: >DEBUG:blivet:get_format('mdmember') returning MDRaidMember instance with object id 2165 >DEBUG:blivet: MultipathMember.__init__: >DEBUG:blivet:get_format('multipath_member') returning MultipathMember instance with object id 2166 >DEBUG:blivet:get_format('prepboot') returning PPCPRePBoot instance with object id 2167 >DEBUG:blivet: SwapSpace.__init__: >DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 2168 >DEBUG:blivet: StratisBlockdev.__init__: >DEBUG:blivet:get_format('stratis') returning StratisBlockdev instance with object id 2169 >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 2170 >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet:get_format('efi') returning EFIFS instance with object id 2171 >DEBUG:blivet: Ext2FS.supported: supported: True ; >DEBUG:blivet:get_format('ext2') returning Ext2FS instance with object id 2172 >DEBUG:blivet: Ext3FS.supported: supported: True ; >DEBUG:blivet:get_format('ext3') returning Ext3FS instance with object id 2173 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 2174 >DEBUG:blivet: SwapSpace.__init__: >DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 2175 >DEBUG:blivet: FATFS.supported: supported: True ; >DEBUG:blivet:get_format('vfat') returning FATFS instance with object id 2176 >DEBUG:blivet: XFS.supported: supported: True ; >DEBUG:blivet:get_format('xfs') returning XFS instance with object id 2177 >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda1 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 500 Mio partition sda1 (49) with existing ext4 filesystem >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 2178 >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda1 ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 500 Mio partition sda1 (49) with existing ext4 filesystem >DEBUG:blivet:resolved 'sda1' to 'sda1' (partition) >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 2179 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 2180 >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda1 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 500 Mio partition sda1 (49) with existing ext4 filesystem >DEBUG:anaconda.modules.storage.partitioning.interactive.change_device:Change device: DeviceFactoryRequest(container_encrypted=False, container_name='', container_raid_level='', container_size_policy=0, container_spec='', device_encrypted=False, device_name='sda1', device_raid_level='', device_size=524288000, device_spec='sda1', device_type=2, disks=['sda'], format_type='ext4', label='', luks_version='', mount_point='/boot', reformat=False) >DEBUG:anaconda.modules.storage.partitioning.interactive.change_device:Modifying an existing device. >DEBUG:anaconda.modules.storage.partitioning.interactive.change_device:Reverting device reformat. >DEBUG:anaconda.modules.storage.partitioning.interactive.utils:Nothing to revert for sda1. >DEBUG:anaconda.modules.storage.partitioning.interactive.change_device:Changing device mount point: /boot >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 2181 >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:0/block/sdd ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:0/block/sdd/size: 300a >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:1/block/sde ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:1/block/sde/size: 300a >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:2/block/sdf ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:2/block/sdf/size: 300a >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:3/block/sdg ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:3/block/sdg/size: 300a >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:4/block/sdh ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:4/block/sdh/size: 300a >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_root ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118) with non-existent ext4 filesystem mounted at / >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_root ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118) with non-existent ext4 filesystem mounted at / >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda1 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 500 Mio partition sda1 (49) with existing ext4 filesystem mounted at /boot >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda1 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 500 Mio partition sda1 (49) with existing ext4 filesystem mounted at /boot >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda1 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 500 Mio partition sda1 (49) with existing ext4 filesystem mounted at /boot >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda1 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 500 Mio partition sda1 (49) with existing ext4 filesystem mounted at /boot >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_home ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 153,22 Gio lvmlv vg_erwan-desktop-lv_home (92) with existing ext4 filesystem >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_home ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 153,22 Gio lvmlv vg_erwan-desktop-lv_home (92) with existing ext4 filesystem >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_swap ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 15,53 Gio lvmlv vg_erwan-desktop-lv_swap (105) with existing swap >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_swap ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 15,53 Gio lvmlv vg_erwan-desktop-lv_swap (105) with existing swap >DEBUG:blivet: DeviceTree.get_device_by_name: name: sdc ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 3,83 Gio disk sdc (4) with existing iso9660 filesystem >DEBUG:blivet: DeviceTree.get_device_by_name: name: sdc ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 3,83 Gio disk sdc (4) with existing iso9660 filesystem >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_root ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118) with non-existent ext4 filesystem mounted at / >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_root ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118) with non-existent ext4 filesystem mounted at / >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_root ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118) with non-existent ext4 filesystem mounted at / >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_root ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118) with non-existent ext4 filesystem mounted at / >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_root ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118) with non-existent ext4 filesystem mounted at / >DEBUG:blivet:vg_erwan-desktop size is 584,5 Gio >DEBUG:blivet:vg vg_erwan-desktop has 254,5 Gio free >DEBUG:blivet:vg_erwan-desktop size is 584,5 Gio >DEBUG:blivet:vg vg_erwan-desktop has 254,5 Gio free >DEBUG:blivet:vg_erwan-desktop size is 584,5 Gio >DEBUG:blivet:vg vg_erwan-desktop has 254,5 Gio free >DEBUG:blivet:vg_erwan-desktop size is 584,5 Gio >DEBUG:blivet:vg vg_erwan-desktop has 254,5 Gio free >DEBUG:blivet:instantiating <class 'blivet.devicefactory.LVMFactory'>: <pyanaconda.core.util.LazyObject object at 0x7f4f7b93a1d0>, [], {'device': LVMLogicalVolumeDevice instance (0x7f4f7a93fe50) -- > name = vg_erwan-desktop-lv_root status = False id = 118 > children = [] > parents = ['existing 584,5 Gio lvmvg vg_erwan-desktop (68)'] > uuid = RCReFx-EgbD-OeEo-U4Iz-3KuU-yVkf-4h6XEd size = 161,25 Gio > format = non-existent ext4 filesystem mounted at / > major = 0 minor = 0 exists = True protected = False > sysfs path = /sys/devices/virtual/block/dm-0 > target size = 161,25 Gio path = /dev/mapper/vg_erwan--desktop-lv_root > format args = [] original_format = ext4 target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4f7a93e310) -- > name = vg_erwan-desktop status = False id = 68 > children = ['existing 153,22 Gio lvmlv vg_erwan-desktop-lv_home (92) with existing ext4 ' > 'filesystem', > 'existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118) with non-existent ' > 'ext4 filesystem mounted at /', > 'existing 15,53 Gio lvmlv vg_erwan-desktop-lv_swap (105) with existing swap'] > parents = ['existing 118,75 Gio partition sda2 (59) with existing lvmpv', > 'existing 465,76 Gio partition sdb1 (83) with existing lvmpv'] > uuid = 3vkTwN-NVSy-EPPa-TKBy-ECge-VrQq-Zq6a4s size = 584,5 Gio > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = > target size = 584,5 Gio path = /dev/vg_erwan--desktop > format args = [] original_format = None free = 254,5 Gio PE Size = 32 Mio PE Count = 18704 > PE Free = 8144 PV Count = 2 > modified = False extents = 18704 free space = 254,5 Gio > free extents = 8144 reserved percent = 0 reserved space = 0 O > PVs = ['existing 118,75 Gio partition sda2 (59) with existing lvmpv', > 'existing 465,76 Gio partition sdb1 (83) with existing lvmpv'] > LVs = ['existing 153,22 Gio lvmlv vg_erwan-desktop-lv_home (92) with existing ext4 ' > 'filesystem', > 'existing 15,53 Gio lvmlv vg_erwan-desktop-lv_swap (105) with existing swap', > 'existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118) with non-existent ' > 'ext4 filesystem mounted at /'] > segment type = linear percent = 0 > VG space used = 161,25 Gio} >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_root ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118) with non-existent ext4 filesystem mounted at / >DEBUG:blivet:resolved 'vg_erwan-desktop-lv_root' to 'vg_erwan-desktop-lv_root' (lvmlv) >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 584,5 Gio lvmvg vg_erwan-desktop (68) >DEBUG:blivet:resolved 'vg_erwan-desktop' to 'vg_erwan-desktop' (lvmvg) >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 2182 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 2183 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 119,24 Gio disk sda (39) with existing msdos disklabel >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_root ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118) with non-existent ext4 filesystem mounted at / >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 2184 >DEBUG:blivet:get_format('biosboot') returning BIOSBoot instance with object id 2185 >DEBUG:blivet: DiskLabel.__init__: >INFO:blivet:DiskLabel.parted_device returning None >DEBUG:blivet:get_format('disklabel') returning DiskLabel instance with object id 2186 >DEBUG:blivet:get_format('dmraidmember') returning DMRaidMember instance with object id 2187 >DEBUG:blivet: Ext2FS.supported: supported: True ; >DEBUG:blivet:get_format('ext2') returning Ext2FS instance with object id 2188 >DEBUG:blivet: Ext2FS.supported: supported: True ; >DEBUG:blivet: Ext3FS.supported: supported: True ; >DEBUG:blivet:get_format('ext3') returning Ext3FS instance with object id 2189 >DEBUG:blivet: Ext3FS.supported: supported: True ; >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 2190 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet: FATFS.supported: supported: True ; >DEBUG:blivet:get_format('vfat') returning FATFS instance with object id 2191 >DEBUG:blivet: FATFS.supported: supported: True ; >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet:get_format('efi') returning EFIFS instance with object id 2192 >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 2193 >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('gfs2') returning GFS2 instance with object id 2194 >DEBUG:blivet:get_format('jfs') returning JFS instance with object id 2195 >DEBUG:blivet:get_format('reiserfs') returning ReiserFS instance with object id 2196 >DEBUG:blivet: XFS.supported: supported: True ; >DEBUG:blivet:get_format('xfs') returning XFS instance with object id 2197 >DEBUG:blivet: XFS.supported: supported: True ; >DEBUG:blivet: StratisXFS.supported: supported: False ; >DEBUG:blivet:get_format('stratis xfs') returning StratisXFS instance with object id 2198 >DEBUG:blivet: StratisXFS.supported: supported: False ; >DEBUG:blivet: HFS.supported: supported: False ; >DEBUG:blivet:get_format('hfs') returning HFS instance with object id 2199 >DEBUG:blivet: HFS.supported: supported: False ; >DEBUG:blivet: AppleBootstrapFS.supported: supported: True ; >DEBUG:blivet:get_format('appleboot') returning AppleBootstrapFS instance with object id 2200 >DEBUG:blivet: AppleBootstrapFS.supported: supported: True ; >DEBUG:blivet: HFSPlus.supported: supported: False ; >DEBUG:blivet:get_format('hfs+') returning HFSPlus instance with object id 2201 >DEBUG:blivet: HFSPlus.supported: supported: False ; >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 2202 >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet: NTFS.supported: supported: True ; >DEBUG:blivet:get_format('ntfs') returning NTFS instance with object id 2203 >DEBUG:blivet: NTFS.supported: supported: True ; >DEBUG:blivet: ExFATFS.supported: supported: False ; >DEBUG:blivet:get_format('exfat') returning ExFATFS instance with object id 2204 >DEBUG:blivet: ExFATFS.supported: supported: False ; >DEBUG:blivet: F2FS.supported: supported: True ; >DEBUG:blivet:get_format('f2fs') returning F2FS instance with object id 2205 >DEBUG:blivet: F2FS.supported: supported: True ; >DEBUG:blivet: NFS.supported: supported: False ; >DEBUG:blivet:get_format('nfs') returning NFS instance with object id 2206 >DEBUG:blivet: NFS.supported: supported: False ; >DEBUG:blivet: NFSv4.supported: supported: False ; >DEBUG:blivet:get_format('nfs4') returning NFSv4 instance with object id 2207 >DEBUG:blivet: NFSv4.supported: supported: False ; >DEBUG:blivet: Iso9660FS.supported: supported: True ; >DEBUG:blivet:get_format('iso9660') returning Iso9660FS instance with object id 2208 >DEBUG:blivet: Iso9660FS.supported: supported: True ; >DEBUG:blivet: UDFFS.supported: supported: True ; >DEBUG:blivet:get_format('udf') returning UDFFS instance with object id 2209 >DEBUG:blivet: UDFFS.supported: supported: True ; >DEBUG:blivet: NoDevFS.supported: supported: False ; >DEBUG:blivet:get_format('nodev') returning NoDevFS instance with object id 2210 >DEBUG:blivet: NoDevFS.supported: supported: False ; >DEBUG:blivet: DevPtsFS.supported: supported: False ; >DEBUG:blivet:get_format('devpts') returning DevPtsFS instance with object id 2211 >DEBUG:blivet: DevPtsFS.supported: supported: False ; >DEBUG:blivet: ProcFS.supported: supported: False ; >DEBUG:blivet:get_format('proc') returning ProcFS instance with object id 2212 >DEBUG:blivet: ProcFS.supported: supported: False ; >DEBUG:blivet: SysFS.supported: supported: False ; >DEBUG:blivet:get_format('sysfs') returning SysFS instance with object id 2213 >DEBUG:blivet: SysFS.supported: supported: False ; >DEBUG:blivet: TmpFS.supported: supported: True ; >DEBUG:blivet:get_format('tmpfs') returning TmpFS instance with object id 2214 >DEBUG:blivet: TmpFS.supported: supported: True ; >DEBUG:blivet: BindFS.supported: supported: False ; >DEBUG:blivet:get_format('bind') returning BindFS instance with object id 2215 >DEBUG:blivet: BindFS.supported: supported: False ; >DEBUG:blivet: SELinuxFS.supported: supported: False ; >DEBUG:blivet:get_format('selinuxfs') returning SELinuxFS instance with object id 2216 >DEBUG:blivet: SELinuxFS.supported: supported: False ; >DEBUG:blivet: USBFS.supported: supported: False ; >DEBUG:blivet:get_format('usbfs') returning USBFS instance with object id 2217 >DEBUG:blivet: USBFS.supported: supported: False ; >DEBUG:blivet: EFIVarFS.supported: supported: False ; >DEBUG:blivet:get_format('efivarfs') returning EFIVarFS instance with object id 2218 >DEBUG:blivet: EFIVarFS.supported: supported: False ; >DEBUG:blivet: LUKS.__init__: >DEBUG:blivet:get_format('luks') returning LUKS instance with object id 2219 >DEBUG:blivet: Integrity.__init__: >DEBUG:blivet:get_format('integrity') returning Integrity instance with object id 2220 >DEBUG:blivet: LVMPhysicalVolume.__init__: >DEBUG:blivet:get_format('lvmpv') returning LVMPhysicalVolume instance with object id 2221 >DEBUG:blivet: MDRaidMember.__init__: >DEBUG:blivet:get_format('mdmember') returning MDRaidMember instance with object id 2222 >DEBUG:blivet: MultipathMember.__init__: >DEBUG:blivet:get_format('multipath_member') returning MultipathMember instance with object id 2223 >DEBUG:blivet:get_format('prepboot') returning PPCPRePBoot instance with object id 2224 >DEBUG:blivet: SwapSpace.__init__: >DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 2225 >DEBUG:blivet: StratisBlockdev.__init__: >DEBUG:blivet:get_format('stratis') returning StratisBlockdev instance with object id 2226 >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 2227 >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet:get_format('efi') returning EFIFS instance with object id 2228 >DEBUG:blivet: Ext2FS.supported: supported: True ; >DEBUG:blivet:get_format('ext2') returning Ext2FS instance with object id 2229 >DEBUG:blivet: Ext3FS.supported: supported: True ; >DEBUG:blivet:get_format('ext3') returning Ext3FS instance with object id 2230 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 2231 >DEBUG:blivet: SwapSpace.__init__: >DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 2232 >DEBUG:blivet: FATFS.supported: supported: True ; >DEBUG:blivet:get_format('vfat') returning FATFS instance with object id 2233 >DEBUG:blivet: XFS.supported: supported: True ; >DEBUG:blivet:get_format('xfs') returning XFS instance with object id 2234 >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_root ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118) with non-existent ext4 filesystem mounted at / >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 2235 >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 584,5 Gio lvmvg vg_erwan-desktop (68) >DEBUG:blivet:vg_erwan-desktop size is 584,5 Gio >DEBUG:blivet:vg vg_erwan-desktop has 254,5 Gio free >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda1 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 500 Mio partition sda1 (49) with existing ext4 filesystem mounted at /boot >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda1 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 500 Mio partition sda1 (49) with existing ext4 filesystem mounted at /boot >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda1 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 500 Mio partition sda1 (49) with existing ext4 filesystem mounted at /boot >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda1 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 500 Mio partition sda1 (49) with existing ext4 filesystem mounted at /boot >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda1 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 500 Mio partition sda1 (49) with existing ext4 filesystem mounted at /boot >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda1 ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 500 Mio partition sda1 (49) with existing ext4 filesystem mounted at /boot >DEBUG:blivet:resolved 'sda1' to 'sda1' (partition) >DEBUG:blivet: DeviceTree.get_device_by_name: name: ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned None >DEBUG:blivet: DeviceTree.get_device_by_path: path: /dev/ ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_path returned None >DEBUG:blivet:failed to resolve '/dev/' >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 2236 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 2237 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 119,24 Gio disk sda (39) with existing msdos disklabel >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda1 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 500 Mio partition sda1 (49) with existing ext4 filesystem mounted at /boot >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 2238 >DEBUG:blivet:get_format('biosboot') returning BIOSBoot instance with object id 2239 >DEBUG:blivet: DiskLabel.__init__: >INFO:blivet:DiskLabel.parted_device returning None >DEBUG:blivet:get_format('disklabel') returning DiskLabel instance with object id 2240 >DEBUG:blivet:get_format('dmraidmember') returning DMRaidMember instance with object id 2241 >DEBUG:blivet: Ext2FS.supported: supported: True ; >DEBUG:blivet:get_format('ext2') returning Ext2FS instance with object id 2242 >DEBUG:blivet: Ext2FS.supported: supported: True ; >DEBUG:blivet: Ext3FS.supported: supported: True ; >DEBUG:blivet:get_format('ext3') returning Ext3FS instance with object id 2243 >DEBUG:blivet: Ext3FS.supported: supported: True ; >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 2244 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet: FATFS.supported: supported: True ; >DEBUG:blivet:get_format('vfat') returning FATFS instance with object id 2245 >DEBUG:blivet: FATFS.supported: supported: True ; >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet:get_format('efi') returning EFIFS instance with object id 2246 >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 2247 >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('gfs2') returning GFS2 instance with object id 2248 >DEBUG:blivet:get_format('jfs') returning JFS instance with object id 2249 >DEBUG:blivet:get_format('reiserfs') returning ReiserFS instance with object id 2250 >DEBUG:blivet: XFS.supported: supported: True ; >DEBUG:blivet:get_format('xfs') returning XFS instance with object id 2251 >DEBUG:blivet: XFS.supported: supported: True ; >DEBUG:blivet: StratisXFS.supported: supported: False ; >DEBUG:blivet:get_format('stratis xfs') returning StratisXFS instance with object id 2252 >DEBUG:blivet: StratisXFS.supported: supported: False ; >DEBUG:blivet: HFS.supported: supported: False ; >DEBUG:blivet:get_format('hfs') returning HFS instance with object id 2253 >DEBUG:blivet: HFS.supported: supported: False ; >DEBUG:blivet: AppleBootstrapFS.supported: supported: True ; >DEBUG:blivet:get_format('appleboot') returning AppleBootstrapFS instance with object id 2254 >DEBUG:blivet: AppleBootstrapFS.supported: supported: True ; >DEBUG:blivet: HFSPlus.supported: supported: False ; >DEBUG:blivet:get_format('hfs+') returning HFSPlus instance with object id 2255 >DEBUG:blivet: HFSPlus.supported: supported: False ; >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 2256 >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet: NTFS.supported: supported: True ; >DEBUG:blivet:get_format('ntfs') returning NTFS instance with object id 2257 >DEBUG:blivet: NTFS.supported: supported: True ; >DEBUG:blivet: ExFATFS.supported: supported: False ; >DEBUG:blivet:get_format('exfat') returning ExFATFS instance with object id 2258 >DEBUG:blivet: ExFATFS.supported: supported: False ; >DEBUG:blivet: F2FS.supported: supported: True ; >DEBUG:blivet:get_format('f2fs') returning F2FS instance with object id 2259 >DEBUG:blivet: F2FS.supported: supported: True ; >DEBUG:blivet: NFS.supported: supported: False ; >DEBUG:blivet:get_format('nfs') returning NFS instance with object id 2260 >DEBUG:blivet: NFS.supported: supported: False ; >DEBUG:blivet: NFSv4.supported: supported: False ; >DEBUG:blivet:get_format('nfs4') returning NFSv4 instance with object id 2261 >DEBUG:blivet: NFSv4.supported: supported: False ; >DEBUG:blivet: Iso9660FS.supported: supported: True ; >DEBUG:blivet:get_format('iso9660') returning Iso9660FS instance with object id 2262 >DEBUG:blivet: Iso9660FS.supported: supported: True ; >DEBUG:blivet: UDFFS.supported: supported: True ; >DEBUG:blivet:get_format('udf') returning UDFFS instance with object id 2263 >DEBUG:blivet: UDFFS.supported: supported: True ; >DEBUG:blivet: NoDevFS.supported: supported: False ; >DEBUG:blivet:get_format('nodev') returning NoDevFS instance with object id 2264 >DEBUG:blivet: NoDevFS.supported: supported: False ; >DEBUG:blivet: DevPtsFS.supported: supported: False ; >DEBUG:blivet:get_format('devpts') returning DevPtsFS instance with object id 2265 >DEBUG:blivet: DevPtsFS.supported: supported: False ; >DEBUG:blivet: ProcFS.supported: supported: False ; >DEBUG:blivet:get_format('proc') returning ProcFS instance with object id 2266 >DEBUG:blivet: ProcFS.supported: supported: False ; >DEBUG:blivet: SysFS.supported: supported: False ; >DEBUG:blivet:get_format('sysfs') returning SysFS instance with object id 2267 >DEBUG:blivet: SysFS.supported: supported: False ; >DEBUG:blivet: TmpFS.supported: supported: True ; >DEBUG:blivet:get_format('tmpfs') returning TmpFS instance with object id 2268 >DEBUG:blivet: TmpFS.supported: supported: True ; >DEBUG:blivet: BindFS.supported: supported: False ; >DEBUG:blivet:get_format('bind') returning BindFS instance with object id 2269 >DEBUG:blivet: BindFS.supported: supported: False ; >DEBUG:blivet: SELinuxFS.supported: supported: False ; >DEBUG:blivet:get_format('selinuxfs') returning SELinuxFS instance with object id 2270 >DEBUG:blivet: SELinuxFS.supported: supported: False ; >DEBUG:blivet: USBFS.supported: supported: False ; >DEBUG:blivet:get_format('usbfs') returning USBFS instance with object id 2271 >DEBUG:blivet: USBFS.supported: supported: False ; >DEBUG:blivet: EFIVarFS.supported: supported: False ; >DEBUG:blivet:get_format('efivarfs') returning EFIVarFS instance with object id 2272 >DEBUG:blivet: EFIVarFS.supported: supported: False ; >DEBUG:blivet: LUKS.__init__: >DEBUG:blivet:get_format('luks') returning LUKS instance with object id 2273 >DEBUG:blivet: Integrity.__init__: >DEBUG:blivet:get_format('integrity') returning Integrity instance with object id 2274 >DEBUG:blivet: LVMPhysicalVolume.__init__: >DEBUG:blivet:get_format('lvmpv') returning LVMPhysicalVolume instance with object id 2275 >DEBUG:blivet: MDRaidMember.__init__: >DEBUG:blivet:get_format('mdmember') returning MDRaidMember instance with object id 2276 >DEBUG:blivet: MultipathMember.__init__: >DEBUG:blivet:get_format('multipath_member') returning MultipathMember instance with object id 2277 >DEBUG:blivet:get_format('prepboot') returning PPCPRePBoot instance with object id 2278 >DEBUG:blivet: SwapSpace.__init__: >DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 2279 >DEBUG:blivet: StratisBlockdev.__init__: >DEBUG:blivet:get_format('stratis') returning StratisBlockdev instance with object id 2280 >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 2281 >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet:get_format('efi') returning EFIFS instance with object id 2282 >DEBUG:blivet: Ext2FS.supported: supported: True ; >DEBUG:blivet:get_format('ext2') returning Ext2FS instance with object id 2283 >DEBUG:blivet: Ext3FS.supported: supported: True ; >DEBUG:blivet:get_format('ext3') returning Ext3FS instance with object id 2284 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 2285 >DEBUG:blivet: SwapSpace.__init__: >DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 2286 >DEBUG:blivet: FATFS.supported: supported: True ; >DEBUG:blivet:get_format('vfat') returning FATFS instance with object id 2287 >DEBUG:blivet: XFS.supported: supported: True ; >DEBUG:blivet:get_format('xfs') returning XFS instance with object id 2288 >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda1 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 500 Mio partition sda1 (49) with existing ext4 filesystem mounted at /boot >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 2289 >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 119,24 Gio disk sda (39) with existing msdos disklabel >DEBUG:blivet: DeviceTree.get_device_by_name: name: sdb ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 465,76 Gio disk sdb (73) with existing msdos disklabel >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 119,24 Gio disk sda (39) with existing msdos disklabel >DEBUG:blivet: DeviceTree.get_device_by_name: name: sdb ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 465,76 Gio disk sdb (73) with existing msdos disklabel >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda1 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 500 Mio partition sda1 (49) with existing ext4 filesystem mounted at /boot >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda1 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 500 Mio partition sda1 (49) with existing ext4 filesystem mounted at /boot >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda1 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 500 Mio partition sda1 (49) with existing ext4 filesystem mounted at /boot >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda1 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 500 Mio partition sda1 (49) with existing ext4 filesystem mounted at /boot >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda1 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 500 Mio partition sda1 (49) with existing ext4 filesystem mounted at /boot >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda1 ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 500 Mio partition sda1 (49) with existing ext4 filesystem mounted at /boot >DEBUG:blivet:resolved 'sda1' to 'sda1' (partition) >DEBUG:blivet: DeviceTree.get_device_by_name: name: ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned None >DEBUG:blivet: DeviceTree.get_device_by_path: path: /dev/ ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_path returned None >DEBUG:blivet:failed to resolve '/dev/' >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 2290 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 2291 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 119,24 Gio disk sda (39) with existing msdos disklabel >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda1 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 500 Mio partition sda1 (49) with existing ext4 filesystem mounted at /boot >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 2292 >DEBUG:blivet:get_format('biosboot') returning BIOSBoot instance with object id 2293 >DEBUG:blivet: DiskLabel.__init__: >INFO:blivet:DiskLabel.parted_device returning None >DEBUG:blivet:get_format('disklabel') returning DiskLabel instance with object id 2294 >DEBUG:blivet:get_format('dmraidmember') returning DMRaidMember instance with object id 2295 >DEBUG:blivet: Ext2FS.supported: supported: True ; >DEBUG:blivet:get_format('ext2') returning Ext2FS instance with object id 2296 >DEBUG:blivet: Ext2FS.supported: supported: True ; >DEBUG:blivet: Ext3FS.supported: supported: True ; >DEBUG:blivet:get_format('ext3') returning Ext3FS instance with object id 2297 >DEBUG:blivet: Ext3FS.supported: supported: True ; >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 2298 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet: FATFS.supported: supported: True ; >DEBUG:blivet:get_format('vfat') returning FATFS instance with object id 2299 >DEBUG:blivet: FATFS.supported: supported: True ; >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet:get_format('efi') returning EFIFS instance with object id 2300 >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 2301 >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('gfs2') returning GFS2 instance with object id 2302 >DEBUG:blivet:get_format('jfs') returning JFS instance with object id 2303 >DEBUG:blivet:get_format('reiserfs') returning ReiserFS instance with object id 2304 >DEBUG:blivet: XFS.supported: supported: True ; >DEBUG:blivet:get_format('xfs') returning XFS instance with object id 2305 >DEBUG:blivet: XFS.supported: supported: True ; >DEBUG:blivet: StratisXFS.supported: supported: False ; >DEBUG:blivet:get_format('stratis xfs') returning StratisXFS instance with object id 2306 >DEBUG:blivet: StratisXFS.supported: supported: False ; >DEBUG:blivet: HFS.supported: supported: False ; >DEBUG:blivet:get_format('hfs') returning HFS instance with object id 2307 >DEBUG:blivet: HFS.supported: supported: False ; >DEBUG:blivet: AppleBootstrapFS.supported: supported: True ; >DEBUG:blivet:get_format('appleboot') returning AppleBootstrapFS instance with object id 2308 >DEBUG:blivet: AppleBootstrapFS.supported: supported: True ; >DEBUG:blivet: HFSPlus.supported: supported: False ; >DEBUG:blivet:get_format('hfs+') returning HFSPlus instance with object id 2309 >DEBUG:blivet: HFSPlus.supported: supported: False ; >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 2310 >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet: NTFS.supported: supported: True ; >DEBUG:blivet:get_format('ntfs') returning NTFS instance with object id 2311 >DEBUG:blivet: NTFS.supported: supported: True ; >DEBUG:blivet: ExFATFS.supported: supported: False ; >DEBUG:blivet:get_format('exfat') returning ExFATFS instance with object id 2312 >DEBUG:blivet: ExFATFS.supported: supported: False ; >DEBUG:blivet: F2FS.supported: supported: True ; >DEBUG:blivet:get_format('f2fs') returning F2FS instance with object id 2313 >DEBUG:blivet: F2FS.supported: supported: True ; >DEBUG:blivet: NFS.supported: supported: False ; >DEBUG:blivet:get_format('nfs') returning NFS instance with object id 2314 >DEBUG:blivet: NFS.supported: supported: False ; >DEBUG:blivet: NFSv4.supported: supported: False ; >DEBUG:blivet:get_format('nfs4') returning NFSv4 instance with object id 2315 >DEBUG:blivet: NFSv4.supported: supported: False ; >DEBUG:blivet: Iso9660FS.supported: supported: True ; >DEBUG:blivet:get_format('iso9660') returning Iso9660FS instance with object id 2316 >DEBUG:blivet: Iso9660FS.supported: supported: True ; >DEBUG:blivet: UDFFS.supported: supported: True ; >DEBUG:blivet:get_format('udf') returning UDFFS instance with object id 2317 >DEBUG:blivet: UDFFS.supported: supported: True ; >DEBUG:blivet: NoDevFS.supported: supported: False ; >DEBUG:blivet:get_format('nodev') returning NoDevFS instance with object id 2318 >DEBUG:blivet: NoDevFS.supported: supported: False ; >DEBUG:blivet: DevPtsFS.supported: supported: False ; >DEBUG:blivet:get_format('devpts') returning DevPtsFS instance with object id 2319 >DEBUG:blivet: DevPtsFS.supported: supported: False ; >DEBUG:blivet: ProcFS.supported: supported: False ; >DEBUG:blivet:get_format('proc') returning ProcFS instance with object id 2320 >DEBUG:blivet: ProcFS.supported: supported: False ; >DEBUG:blivet: SysFS.supported: supported: False ; >DEBUG:blivet:get_format('sysfs') returning SysFS instance with object id 2321 >DEBUG:blivet: SysFS.supported: supported: False ; >DEBUG:blivet: TmpFS.supported: supported: True ; >DEBUG:blivet:get_format('tmpfs') returning TmpFS instance with object id 2322 >DEBUG:blivet: TmpFS.supported: supported: True ; >DEBUG:blivet: BindFS.supported: supported: False ; >DEBUG:blivet:get_format('bind') returning BindFS instance with object id 2323 >DEBUG:blivet: BindFS.supported: supported: False ; >DEBUG:blivet: SELinuxFS.supported: supported: False ; >DEBUG:blivet:get_format('selinuxfs') returning SELinuxFS instance with object id 2324 >DEBUG:blivet: SELinuxFS.supported: supported: False ; >DEBUG:blivet: USBFS.supported: supported: False ; >DEBUG:blivet:get_format('usbfs') returning USBFS instance with object id 2325 >DEBUG:blivet: USBFS.supported: supported: False ; >DEBUG:blivet: EFIVarFS.supported: supported: False ; >DEBUG:blivet:get_format('efivarfs') returning EFIVarFS instance with object id 2326 >DEBUG:blivet: EFIVarFS.supported: supported: False ; >DEBUG:blivet: LUKS.__init__: >DEBUG:blivet:get_format('luks') returning LUKS instance with object id 2327 >DEBUG:blivet: Integrity.__init__: >DEBUG:blivet:get_format('integrity') returning Integrity instance with object id 2328 >DEBUG:blivet: LVMPhysicalVolume.__init__: >DEBUG:blivet:get_format('lvmpv') returning LVMPhysicalVolume instance with object id 2329 >DEBUG:blivet: MDRaidMember.__init__: >DEBUG:blivet:get_format('mdmember') returning MDRaidMember instance with object id 2330 >DEBUG:blivet: MultipathMember.__init__: >DEBUG:blivet:get_format('multipath_member') returning MultipathMember instance with object id 2331 >DEBUG:blivet:get_format('prepboot') returning PPCPRePBoot instance with object id 2332 >DEBUG:blivet: SwapSpace.__init__: >DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 2333 >DEBUG:blivet: StratisBlockdev.__init__: >DEBUG:blivet:get_format('stratis') returning StratisBlockdev instance with object id 2334 >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 2335 >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet:get_format('efi') returning EFIFS instance with object id 2336 >DEBUG:blivet: Ext2FS.supported: supported: True ; >DEBUG:blivet:get_format('ext2') returning Ext2FS instance with object id 2337 >DEBUG:blivet: Ext3FS.supported: supported: True ; >DEBUG:blivet:get_format('ext3') returning Ext3FS instance with object id 2338 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 2339 >DEBUG:blivet: SwapSpace.__init__: >DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 2340 >DEBUG:blivet: FATFS.supported: supported: True ; >DEBUG:blivet:get_format('vfat') returning FATFS instance with object id 2341 >DEBUG:blivet: XFS.supported: supported: True ; >DEBUG:blivet:get_format('xfs') returning XFS instance with object id 2342 >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda1 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 500 Mio partition sda1 (49) with existing ext4 filesystem mounted at /boot >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 2343 >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_swap ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 15,53 Gio lvmlv vg_erwan-desktop-lv_swap (105) with existing swap >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_swap ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 15,53 Gio lvmlv vg_erwan-desktop-lv_swap (105) with existing swap >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_swap ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 15,53 Gio lvmlv vg_erwan-desktop-lv_swap (105) with existing swap >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_swap ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 15,53 Gio lvmlv vg_erwan-desktop-lv_swap (105) with existing swap >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_swap ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 15,53 Gio lvmlv vg_erwan-desktop-lv_swap (105) with existing swap >DEBUG:blivet:vg_erwan-desktop size is 584,5 Gio >DEBUG:blivet:vg vg_erwan-desktop has 254,5 Gio free >DEBUG:blivet:vg_erwan-desktop size is 584,5 Gio >DEBUG:blivet:vg vg_erwan-desktop has 254,5 Gio free >DEBUG:blivet:vg_erwan-desktop size is 584,5 Gio >DEBUG:blivet:vg vg_erwan-desktop has 254,5 Gio free >DEBUG:blivet:vg_erwan-desktop size is 584,5 Gio >DEBUG:blivet:vg vg_erwan-desktop has 254,5 Gio free >DEBUG:blivet:instantiating <class 'blivet.devicefactory.LVMFactory'>: <pyanaconda.core.util.LazyObject object at 0x7f4f7b93a1d0>, [], {'device': LVMLogicalVolumeDevice instance (0x7f4f7ac33d90) -- > name = vg_erwan-desktop-lv_swap status = False id = 105 > children = [] > parents = ['existing 584,5 Gio lvmvg vg_erwan-desktop (68)'] > uuid = D1HagM-iPHi-tB3l-DXqk-BdeW-RnB3-VJOGlO size = 15,53 Gio > format = existing swap > major = 0 minor = 0 exists = True protected = False > sysfs path = /sys/devices/virtual/block/dm-0 > target size = 15,53 Gio path = /dev/mapper/vg_erwan--desktop-lv_swap > format args = [] original_format = swap target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4f7a93e310) -- > name = vg_erwan-desktop status = False id = 68 > children = ['existing 153,22 Gio lvmlv vg_erwan-desktop-lv_home (92) with existing ext4 ' > 'filesystem', > 'existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118) with non-existent ' > 'ext4 filesystem mounted at /', > 'existing 15,53 Gio lvmlv vg_erwan-desktop-lv_swap (105) with existing swap'] > parents = ['existing 118,75 Gio partition sda2 (59) with existing lvmpv', > 'existing 465,76 Gio partition sdb1 (83) with existing lvmpv'] > uuid = 3vkTwN-NVSy-EPPa-TKBy-ECge-VrQq-Zq6a4s size = 584,5 Gio > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = > target size = 584,5 Gio path = /dev/vg_erwan--desktop > format args = [] original_format = None free = 254,5 Gio PE Size = 32 Mio PE Count = 18704 > PE Free = 8144 PV Count = 2 > modified = False extents = 18704 free space = 254,5 Gio > free extents = 8144 reserved percent = 0 reserved space = 0 O > PVs = ['existing 118,75 Gio partition sda2 (59) with existing lvmpv', > 'existing 465,76 Gio partition sdb1 (83) with existing lvmpv'] > LVs = ['existing 153,22 Gio lvmlv vg_erwan-desktop-lv_home (92) with existing ext4 ' > 'filesystem', > 'existing 15,53 Gio lvmlv vg_erwan-desktop-lv_swap (105) with existing swap', > 'existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118) with non-existent ' > 'ext4 filesystem mounted at /'] > segment type = linear percent = 0 > VG space used = 15,53 Gio} >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_swap ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 15,53 Gio lvmlv vg_erwan-desktop-lv_swap (105) with existing swap >DEBUG:blivet:resolved 'vg_erwan-desktop-lv_swap' to 'vg_erwan-desktop-lv_swap' (lvmlv) >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 584,5 Gio lvmvg vg_erwan-desktop (68) >DEBUG:blivet:resolved 'vg_erwan-desktop' to 'vg_erwan-desktop' (lvmvg) >DEBUG:blivet: SwapSpace.__init__: >DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 2344 >DEBUG:blivet: SwapSpace.__init__: >DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 2345 >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 119,24 Gio disk sda (39) with existing msdos disklabel >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_swap ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 15,53 Gio lvmlv vg_erwan-desktop-lv_swap (105) with existing swap >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 2346 >DEBUG:blivet:get_format('biosboot') returning BIOSBoot instance with object id 2347 >DEBUG:blivet: DiskLabel.__init__: >INFO:blivet:DiskLabel.parted_device returning None >DEBUG:blivet:get_format('disklabel') returning DiskLabel instance with object id 2348 >DEBUG:blivet:get_format('dmraidmember') returning DMRaidMember instance with object id 2349 >DEBUG:blivet: Ext2FS.supported: supported: True ; >DEBUG:blivet:get_format('ext2') returning Ext2FS instance with object id 2350 >DEBUG:blivet: Ext2FS.supported: supported: True ; >DEBUG:blivet: Ext3FS.supported: supported: True ; >DEBUG:blivet:get_format('ext3') returning Ext3FS instance with object id 2351 >DEBUG:blivet: Ext3FS.supported: supported: True ; >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 2352 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet: FATFS.supported: supported: True ; >DEBUG:blivet:get_format('vfat') returning FATFS instance with object id 2353 >DEBUG:blivet: FATFS.supported: supported: True ; >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet:get_format('efi') returning EFIFS instance with object id 2354 >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 2355 >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('gfs2') returning GFS2 instance with object id 2356 >DEBUG:blivet:get_format('jfs') returning JFS instance with object id 2357 >DEBUG:blivet:get_format('reiserfs') returning ReiserFS instance with object id 2358 >DEBUG:blivet: XFS.supported: supported: True ; >DEBUG:blivet:get_format('xfs') returning XFS instance with object id 2359 >DEBUG:blivet: XFS.supported: supported: True ; >DEBUG:blivet: StratisXFS.supported: supported: False ; >DEBUG:blivet:get_format('stratis xfs') returning StratisXFS instance with object id 2360 >DEBUG:blivet: StratisXFS.supported: supported: False ; >DEBUG:blivet: HFS.supported: supported: False ; >DEBUG:blivet:get_format('hfs') returning HFS instance with object id 2361 >DEBUG:blivet: HFS.supported: supported: False ; >DEBUG:blivet: AppleBootstrapFS.supported: supported: True ; >DEBUG:blivet:get_format('appleboot') returning AppleBootstrapFS instance with object id 2362 >DEBUG:blivet: AppleBootstrapFS.supported: supported: True ; >DEBUG:blivet: HFSPlus.supported: supported: False ; >DEBUG:blivet:get_format('hfs+') returning HFSPlus instance with object id 2363 >DEBUG:blivet: HFSPlus.supported: supported: False ; >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 2364 >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet: NTFS.supported: supported: True ; >DEBUG:blivet:get_format('ntfs') returning NTFS instance with object id 2365 >DEBUG:blivet: NTFS.supported: supported: True ; >DEBUG:blivet: ExFATFS.supported: supported: False ; >DEBUG:blivet:get_format('exfat') returning ExFATFS instance with object id 2366 >DEBUG:blivet: ExFATFS.supported: supported: False ; >DEBUG:blivet: F2FS.supported: supported: True ; >DEBUG:blivet:get_format('f2fs') returning F2FS instance with object id 2367 >DEBUG:blivet: F2FS.supported: supported: True ; >DEBUG:blivet: NFS.supported: supported: False ; >DEBUG:blivet:get_format('nfs') returning NFS instance with object id 2368 >DEBUG:blivet: NFS.supported: supported: False ; >DEBUG:blivet: NFSv4.supported: supported: False ; >DEBUG:blivet:get_format('nfs4') returning NFSv4 instance with object id 2369 >DEBUG:blivet: NFSv4.supported: supported: False ; >DEBUG:blivet: Iso9660FS.supported: supported: True ; >DEBUG:blivet:get_format('iso9660') returning Iso9660FS instance with object id 2370 >DEBUG:blivet: Iso9660FS.supported: supported: True ; >DEBUG:blivet: UDFFS.supported: supported: True ; >DEBUG:blivet:get_format('udf') returning UDFFS instance with object id 2371 >DEBUG:blivet: UDFFS.supported: supported: True ; >DEBUG:blivet: NoDevFS.supported: supported: False ; >DEBUG:blivet:get_format('nodev') returning NoDevFS instance with object id 2372 >DEBUG:blivet: NoDevFS.supported: supported: False ; >DEBUG:blivet: DevPtsFS.supported: supported: False ; >DEBUG:blivet:get_format('devpts') returning DevPtsFS instance with object id 2373 >DEBUG:blivet: DevPtsFS.supported: supported: False ; >DEBUG:blivet: ProcFS.supported: supported: False ; >DEBUG:blivet:get_format('proc') returning ProcFS instance with object id 2374 >DEBUG:blivet: ProcFS.supported: supported: False ; >DEBUG:blivet: SysFS.supported: supported: False ; >DEBUG:blivet:get_format('sysfs') returning SysFS instance with object id 2375 >DEBUG:blivet: SysFS.supported: supported: False ; >DEBUG:blivet: TmpFS.supported: supported: True ; >DEBUG:blivet:get_format('tmpfs') returning TmpFS instance with object id 2376 >DEBUG:blivet: TmpFS.supported: supported: True ; >DEBUG:blivet: BindFS.supported: supported: False ; >DEBUG:blivet:get_format('bind') returning BindFS instance with object id 2377 >DEBUG:blivet: BindFS.supported: supported: False ; >DEBUG:blivet: SELinuxFS.supported: supported: False ; >DEBUG:blivet:get_format('selinuxfs') returning SELinuxFS instance with object id 2378 >DEBUG:blivet: SELinuxFS.supported: supported: False ; >DEBUG:blivet: USBFS.supported: supported: False ; >DEBUG:blivet:get_format('usbfs') returning USBFS instance with object id 2379 >DEBUG:blivet: USBFS.supported: supported: False ; >DEBUG:blivet: EFIVarFS.supported: supported: False ; >DEBUG:blivet:get_format('efivarfs') returning EFIVarFS instance with object id 2380 >DEBUG:blivet: EFIVarFS.supported: supported: False ; >DEBUG:blivet: LUKS.__init__: >DEBUG:blivet:get_format('luks') returning LUKS instance with object id 2381 >DEBUG:blivet: Integrity.__init__: >DEBUG:blivet:get_format('integrity') returning Integrity instance with object id 2382 >DEBUG:blivet: LVMPhysicalVolume.__init__: >DEBUG:blivet:get_format('lvmpv') returning LVMPhysicalVolume instance with object id 2383 >DEBUG:blivet: MDRaidMember.__init__: >DEBUG:blivet:get_format('mdmember') returning MDRaidMember instance with object id 2384 >DEBUG:blivet: MultipathMember.__init__: >DEBUG:blivet:get_format('multipath_member') returning MultipathMember instance with object id 2385 >DEBUG:blivet:get_format('prepboot') returning PPCPRePBoot instance with object id 2386 >DEBUG:blivet: SwapSpace.__init__: >DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 2387 >DEBUG:blivet: StratisBlockdev.__init__: >DEBUG:blivet:get_format('stratis') returning StratisBlockdev instance with object id 2388 >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 2389 >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet:get_format('efi') returning EFIFS instance with object id 2390 >DEBUG:blivet: Ext2FS.supported: supported: True ; >DEBUG:blivet:get_format('ext2') returning Ext2FS instance with object id 2391 >DEBUG:blivet: Ext3FS.supported: supported: True ; >DEBUG:blivet:get_format('ext3') returning Ext3FS instance with object id 2392 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 2393 >DEBUG:blivet: SwapSpace.__init__: >DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 2394 >DEBUG:blivet: FATFS.supported: supported: True ; >DEBUG:blivet:get_format('vfat') returning FATFS instance with object id 2395 >DEBUG:blivet: XFS.supported: supported: True ; >DEBUG:blivet:get_format('xfs') returning XFS instance with object id 2396 >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_swap ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 15,53 Gio lvmlv vg_erwan-desktop-lv_swap (105) with existing swap >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 2397 >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 584,5 Gio lvmvg vg_erwan-desktop (68) >DEBUG:blivet:vg_erwan-desktop size is 584,5 Gio >DEBUG:blivet:vg vg_erwan-desktop has 254,5 Gio free >DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage/Task/6. >INFO:anaconda.threading:Running Thread: AnaTaskThread-InteractivePartitioningTask-4 (139979348747968) >INFO:anaconda.modules.common.task.task:Configure the partitioning >DEBUG:anaconda.modules.storage.bootloader.execution:Execute the bootloader with dry run False. >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:0/block/sdd ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:0/block/sdd/size: 300a >INFO:blivet:Skipping disk: sdd: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:1/block/sde ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:1/block/sde/size: 300a >INFO:blivet:Skipping disk: sde: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:2/block/sdf ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:2/block/sdf/size: 300a >INFO:blivet:Skipping disk: sdf: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:3/block/sdg ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:3/block/sdg/size: 300a >INFO:blivet:Skipping disk: sdg: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:4/block/sdh ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:4/block/sdh/size: 300a >INFO:blivet:Skipping disk: sdh: No media present >DEBUG:anaconda.modules.storage.bootloader.base:new disk list: [DiskDevice instance (0x7f4f7a93d710) -- > name = sda status = True id = 39 > children = ['existing 500 Mio partition sda1 (49) with existing ext4 filesystem mounted ' > 'at /boot', > 'existing 118,75 Gio partition sda2 (59) with existing lvmpv'] > parents = [] > uuid = None size = 119,24 Gio > format = existing msdos disklabel > major = 8 minor = 0 exists = True protected = False > sysfs path = /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda > target size = 119,24 Gio path = /dev/sda > format args = [] original_format = disklabel removable = False wwn = 5002538043584d30, DiskDevice instance (0x7f4f7a94e250) -- > name = sdb status = True id = 73 > children = ['existing 465,76 Gio partition sdb1 (83) with existing lvmpv'] > parents = [] > uuid = None size = 465,76 Gio > format = existing msdos disklabel > major = 8 minor = 16 exists = True protected = False > sysfs path = /sys/devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sdb > target size = 465,76 Gio path = /dev/sdb > format args = [] original_format = disklabel removable = False wwn = 5002538d409a2fbe] >DEBUG:anaconda.modules.storage.bootloader.execution:Applying bootloader location: MBR >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:0/block/sdd ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:0/block/sdd/size: 300a >INFO:blivet:Skipping disk: sdd: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:1/block/sde ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:1/block/sde/size: 300a >INFO:blivet:Skipping disk: sde: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:2/block/sdf ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:2/block/sdf/size: 300a >INFO:blivet:Skipping disk: sdf: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:3/block/sdg ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:3/block/sdg/size: 300a >INFO:blivet:Skipping disk: sdg: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:4/block/sdh ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:4/block/sdh/size: 300a >INFO:blivet:Skipping disk: sdh: No media present >DEBUG:anaconda.modules.storage.bootloader.execution:Applying drive order: [] >DEBUG:anaconda.modules.storage.bootloader.base:new disk order: [] >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:0/block/sdd ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:0/block/sdd/size: 300a >INFO:blivet:Skipping disk: sdd: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:1/block/sde ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:1/block/sde/size: 300a >INFO:blivet:Skipping disk: sde: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:2/block/sdf ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:2/block/sdf/size: 300a >INFO:blivet:Skipping disk: sdf: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:3/block/sdg ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:3/block/sdg/size: 300a >INFO:blivet:Skipping disk: sdg: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:4/block/sdh ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:4/block/sdh/size: 300a >INFO:blivet:Skipping disk: sdh: No media present >DEBUG:anaconda.modules.storage.bootloader.base:Is /LiveOS/rootfs.img a valid stage1 target device? >DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type file >DEBUG:anaconda.modules.storage.bootloader.base:Is /overlay (deleted) a valid stage1 target device? >DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type file >DEBUG:anaconda.modules.storage.bootloader.base:Is /run/initramfs/live/LiveOS/squashfs.img a valid stage1 target device? >DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type file >DEBUG:anaconda.modules.storage.bootloader.base:Is live-base a valid stage1 target device? >DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type dm >DEBUG:anaconda.modules.storage.bootloader.base:Is live-rw a valid stage1 target device? >DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type dm >DEBUG:anaconda.modules.storage.bootloader.base:Is loop0 a valid stage1 target device? >DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type loop >DEBUG:anaconda.modules.storage.bootloader.base:Is loop1 a valid stage1 target device? >DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type loop >DEBUG:anaconda.modules.storage.bootloader.base:Is loop2 a valid stage1 target device? >DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type loop >DEBUG:anaconda.modules.storage.bootloader.base:Is sda a valid stage1 target device? >DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type disk >DEBUG:anaconda.modules.storage.bootloader.base:Is sda1 a valid stage1 target device? >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_disklabel(sda1) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_size(sda1) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_location(sda1) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_format(sda1) returning False >DEBUG:anaconda.modules.storage.bootloader.base:is_valid_stage1_device(sda1) returning False >DEBUG:anaconda.modules.storage.bootloader.base:Is sda2 a valid stage1 target device? >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_disklabel(sda2) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_size(sda2) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_location(sda2) returning True >WARNING:anaconda.modules.storage.bootloader.base:sda2 not bootable >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_format(sda2) returning False >DEBUG:anaconda.modules.storage.bootloader.base:is_valid_stage1_device(sda2) returning False >DEBUG:anaconda.modules.storage.bootloader.base:Is sdb a valid stage1 target device? >DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type disk >DEBUG:anaconda.modules.storage.bootloader.base:Is sdb1 a valid stage1 target device? >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_disklabel(sdb1) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_size(sdb1) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_location(sdb1) returning True >WARNING:anaconda.modules.storage.bootloader.base:sdb1 not bootable >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_format(sdb1) returning False >DEBUG:anaconda.modules.storage.bootloader.base:is_valid_stage1_device(sdb1) returning False >DEBUG:anaconda.modules.storage.bootloader.base:Is sdc a valid stage1 target device? >DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type disk >DEBUG:anaconda.modules.storage.bootloader.base:Is sdd a valid stage1 target device? >DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type disk >DEBUG:anaconda.modules.storage.bootloader.base:Is sde a valid stage1 target device? >DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type disk >DEBUG:anaconda.modules.storage.bootloader.base:Is sdf a valid stage1 target device? >DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type disk >DEBUG:anaconda.modules.storage.bootloader.base:Is sdg a valid stage1 target device? >DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type disk >DEBUG:anaconda.modules.storage.bootloader.base:Is sdh a valid stage1 target device? >DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type disk >DEBUG:anaconda.modules.storage.bootloader.base:Is sr0 a valid stage1 target device? >DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type cdrom >DEBUG:anaconda.modules.storage.bootloader.base:Is vg_erwan-desktop a valid stage1 target device? >DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type lvmvg >DEBUG:anaconda.modules.storage.bootloader.base:Is vg_erwan-desktop-lv_home a valid stage1 target device? >DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type lvmlv >DEBUG:anaconda.modules.storage.bootloader.base:Is vg_erwan-desktop-lv_root a valid stage1 target device? >DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type lvmlv >DEBUG:anaconda.modules.storage.bootloader.base:Is vg_erwan-desktop-lv_swap a valid stage1 target device? >DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type lvmlv >DEBUG:anaconda.modules.storage.bootloader.execution:No usable drive with a valid stage1 was found. >DEBUG:anaconda.modules.storage.bootloader.execution:Use the first usable drive. >DEBUG:anaconda.modules.storage.bootloader.execution:Using a boot drive: sda >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 119,24 Gio disk sda (39) with existing msdos disklabel >DEBUG:blivet:resolved 'sda' to 'sda' (disk) >DEBUG:anaconda.modules.storage.bootloader.bootloader:Drive is set to 'sda'. >DEBUG:anaconda.modules.storage.bootloader.base:Is sda a valid stage1 target device? >DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type disk >DEBUG:anaconda.modules.storage.bootloader.base:Is sda1 a valid stage1 target device? >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_disklabel(sda1) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_size(sda1) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_location(sda1) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_format(sda1) returning False >DEBUG:anaconda.modules.storage.bootloader.base:is_valid_stage1_device(sda1) returning False >DEBUG:anaconda.modules.storage.bootloader.base:Is sda2 a valid stage1 target device? >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_disklabel(sda2) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_size(sda2) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_location(sda2) returning True >WARNING:anaconda.modules.storage.bootloader.base:sda2 not bootable >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_format(sda2) returning False >DEBUG:anaconda.modules.storage.bootloader.base:is_valid_stage1_device(sda2) returning False >DEBUG:anaconda.modules.storage.bootloader.base:Is vg_erwan-desktop a valid stage1 target device? >DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type lvmvg >DEBUG:anaconda.modules.storage.bootloader.base:Is vg_erwan-desktop-lv_home a valid stage1 target device? >DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type lvmlv >DEBUG:anaconda.modules.storage.bootloader.base:Is vg_erwan-desktop-lv_root a valid stage1 target device? >DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type lvmlv >DEBUG:anaconda.modules.storage.bootloader.base:Is vg_erwan-desktop-lv_swap a valid stage1 target device? >DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type lvmlv >ERROR:anaconda.modules.storage.partitioning.base_partitioning:Bootloader configuration has failed: Failed to find a suitable stage1 device: Partition système EFI ne peut pas être du type ext4.; Partition système EFI doit être monté sur un des périphériques suivants : /boot/efi.; Partition système EFI ne peut pas être du type lvmpv. >INFO:anaconda.threading:Thread Failed: AnaTaskThread-InteractivePartitioningTask-4 (139979348747968) >ERROR:anaconda.modules.common.task.task:Thread AnaTaskThread-InteractivePartitioningTask-4 has failed: Traceback (most recent call last): > File "/usr/lib64/python3.11/site-packages/pyanaconda/modules/storage/partitioning/base_partitioning.py", line 53, in run > self._run(self._storage) > File "/usr/lib64/python3.11/site-packages/pyanaconda/modules/storage/partitioning/interactive/interactive_partitioning.py", line 38, in _run > self._prepare_bootloader(storage) > File "/usr/lib64/python3.11/site-packages/pyanaconda/modules/storage/partitioning/interactive/interactive_partitioning.py", line 43, in _prepare_bootloader > setup_bootloader(storage) > File "/usr/lib64/python3.11/site-packages/pyanaconda/modules/storage/bootloader/execution.py", line 44, in setup_bootloader > executor.execute(storage=storage, dry_run=dry_run) > File "/usr/lib64/python3.11/site-packages/pyanaconda/modules/storage/bootloader/execution.py", line 78, in execute > storage.bootloader.set_stage1_device(storage.devices) > File "/usr/lib64/python3.11/site-packages/pyanaconda/modules/storage/bootloader/base.py", line 618, in set_stage1_device > raise BootLoaderError(msg) >pyanaconda.modules.storage.bootloader.base.BootLoaderError: Failed to find a suitable stage1 device: Partition système EFI ne peut pas être du type ext4.; Partition système EFI doit être monté sur un des périphériques suivants : /boot/efi.; Partition système EFI ne peut pas être du type lvmpv. > >The above exception was the direct cause of the following exception: > >Traceback (most recent call last): > File "/usr/lib64/python3.11/site-packages/pyanaconda/threading.py", line 275, in run > threading.Thread.run(self) > File "/usr/lib64/python3.11/threading.py", line 975, in run > self._target(*self._args, **self._kwargs) > File "/usr/lib64/python3.11/site-packages/pyanaconda/modules/common/task/task.py", line 96, in _thread_run_callback > self._task_run_callback() > File "/usr/lib64/python3.11/site-packages/pyanaconda/modules/common/task/task.py", line 109, in _task_run_callback > self._set_result(self.run()) > ^^^^^^^^^^ > File "/usr/lib64/python3.11/site-packages/pyanaconda/modules/storage/partitioning/base_partitioning.py", line 63, in run > self._handle_bootloader_error(e, str(e)) > File "/usr/lib64/python3.11/site-packages/pyanaconda/modules/storage/partitioning/base_partitioning.py", line 98, in _handle_bootloader_error > raise BootloaderConfigurationError(message) from exception >pyanaconda.modules.common.errors.configuration.BootloaderConfigurationError: Failed to find a suitable stage1 device: Partition système EFI ne peut pas être du type ext4.; Partition système EFI doit être monté sur un des périphériques suivants : /boot/efi.; Partition système EFI ne peut pas être du type lvmpv. > >INFO:anaconda.threading:Thread Done: AnaTaskThread-InteractivePartitioningTask-4 (139979348747968) >WARNING:dasbus.server.handler:The call org.fedoraproject.Anaconda.Task.Finish has failed with an exception: >Traceback (most recent call last): > File "/usr/lib64/python3.11/site-packages/pyanaconda/modules/storage/partitioning/base_partitioning.py", line 53, in run > self._run(self._storage) > File "/usr/lib64/python3.11/site-packages/pyanaconda/modules/storage/partitioning/interactive/interactive_partitioning.py", line 38, in _run > self._prepare_bootloader(storage) > File "/usr/lib64/python3.11/site-packages/pyanaconda/modules/storage/partitioning/interactive/interactive_partitioning.py", line 43, in _prepare_bootloader > setup_bootloader(storage) > File "/usr/lib64/python3.11/site-packages/pyanaconda/modules/storage/bootloader/execution.py", line 44, in setup_bootloader > executor.execute(storage=storage, dry_run=dry_run) > File "/usr/lib64/python3.11/site-packages/pyanaconda/modules/storage/bootloader/execution.py", line 78, in execute > storage.bootloader.set_stage1_device(storage.devices) > File "/usr/lib64/python3.11/site-packages/pyanaconda/modules/storage/bootloader/base.py", line 618, in set_stage1_device > raise BootLoaderError(msg) >pyanaconda.modules.storage.bootloader.base.BootLoaderError: Failed to find a suitable stage1 device: Partition système EFI ne peut pas être du type ext4.; Partition système EFI doit être monté sur un des périphériques suivants : /boot/efi.; Partition système EFI ne peut pas être du type lvmpv. > >The above exception was the direct cause of the following exception: > >Traceback (most recent call last): > File "/usr/lib/python3.11/site-packages/dasbus/server/handler.py", line 455, in _method_callback > result = self._handle_call( > ^^^^^^^^^^^^^^^^^^ > File "/usr/lib/python3.11/site-packages/dasbus/server/handler.py", line 265, in _handle_call > return handler(*parameters, **additional_args) > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/usr/lib64/python3.11/site-packages/pyanaconda/modules/common/task/task_interface.py", line 114, in Finish > self.implementation.finish() > File "/usr/lib64/python3.11/site-packages/pyanaconda/modules/common/task/task.py", line 175, in finish > threadMgr.raise_if_error(self._thread_name) > File "/usr/lib64/python3.11/site-packages/pyanaconda/threading.py", line 166, in raise_if_error > raise exc_info[1] > File "/usr/lib64/python3.11/site-packages/pyanaconda/threading.py", line 275, in run > threading.Thread.run(self) > File "/usr/lib64/python3.11/threading.py", line 975, in run > self._target(*self._args, **self._kwargs) > File "/usr/lib64/python3.11/site-packages/pyanaconda/modules/common/task/task.py", line 96, in _thread_run_callback > self._task_run_callback() > File "/usr/lib64/python3.11/site-packages/pyanaconda/modules/common/task/task.py", line 109, in _task_run_callback > self._set_result(self.run()) > ^^^^^^^^^^ > File "/usr/lib64/python3.11/site-packages/pyanaconda/modules/storage/partitioning/base_partitioning.py", line 63, in run > self._handle_bootloader_error(e, str(e)) > File "/usr/lib64/python3.11/site-packages/pyanaconda/modules/storage/partitioning/base_partitioning.py", line 98, in _handle_bootloader_error > raise BootloaderConfigurationError(message) from exception >pyanaconda.modules.common.errors.configuration.BootloaderConfigurationError: Failed to find a suitable stage1 device: Partition système EFI ne peut pas être du type ext4.; Partition système EFI doit être monté sur un des périphériques suivants : /boot/efi.; Partition système EFI ne peut pas être du type lvmpv. >DEBUG:anaconda.modules.storage.bootloader.bootloader:Drive is set to ''. >DEBUG:blivet: DeviceTree.handle_format: name: sdc ; >DEBUG:blivet:no type or existing type for sdc, bailing >DEBUG:blivet: DeviceTree.handle_format: name: sr0 ; >DEBUG:blivet: OpticalDevice.media_present: sr0 ; status: True ; >DEBUG:blivet:no media present for device sr0 >DEBUG:blivet: DeviceTree.get_device_by_name: name: sdc ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 3,83 Gio disk sdc (4) with existing iso9660 filesystem >DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage/Task/7. >DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage/Task/8. >INFO:anaconda.threading:Running Thread: AnaTaskThread-UnmountFilesystemsTask-1 (139979348747968) >INFO:anaconda.modules.common.task.task:Unmount filesystems >INFO:anaconda.threading:Thread Done: AnaTaskThread-UnmountFilesystemsTask-1 (139979348747968) >INFO:anaconda.threading:Running Thread: AnaTaskThread-TeardownDiskImagesTask-1 (139979348747968) >INFO:anaconda.modules.common.task.task:Tear down disk images >INFO:anaconda.threading:Thread Done: AnaTaskThread-TeardownDiskImagesTask-1 (139979348747968) >DEBUG:dasbus.connection:Disconnecting from the bus. >DEBUG:anaconda.modules.common:The configuration is loaded from: ['/run/anaconda/anaconda.conf'] >DEBUG:blivet:registered device format class DeviceFormat as None >DEBUG:blivet:registered device format class BIOSBoot as biosboot >DEBUG:blivet:registered device format class DiskLabel as disklabel >DEBUG:blivet:registered device format class DMRaidMember as dmraidmember >INFO:program:Running [1] mkdosfs --help ... >INFO:program:stdout[1]: mkfs.fat 4.2 (2021-01-31) > >INFO:program:stderr[1]: Usage: mkdosfs [OPTIONS] TARGET [BLOCKS] >Create FAT filesystem in TARGET, which can be a block device or file. Use only >up to BLOCKS 1024 byte blocks if specified. With the -C option, file TARGET will be >created with a size of 1024 bytes times BLOCKS, which must be specified. > >Options: > -a Disable alignment of data structures > -A Toggle Atari variant of the filesystem > -b SECTOR Select SECTOR as location of the FAT32 backup boot sector > -c Check device for bad blocks before creating the filesystem > -C Create file TARGET then create filesystem in it > -D NUMBER Write BIOS drive number NUMBER to boot sector > -f COUNT Create COUNT file allocation tables > -F SIZE Select FAT size SIZE (12, 16 or 32) > -g GEOM Select disk geometry: heads/sectors_per_track > -h NUMBER Write hidden sectors NUMBER to boot sector > -i VOLID Set volume ID to VOLID (a 32 bit hexadecimal number) > -I Ignore and disable safety checks > -l FILENAME Read bad blocks list from FILENAME > -m FILENAME Replace default error message in boot block with contents of FILENAME > -M TYPE Set media type in boot sector to TYPE > --mbr[=y|n|a] Fill (fake) MBR table with one partition which spans whole disk > -n LABEL Set volume name to LABEL (up to 11 characters long) > --codepage=N use DOS codepage N to encode label (default: 850) > -r COUNT Make room for at least COUNT entries in the root directory > -R COUNT Set minimal number of reserved sectors to COUNT > -s COUNT Set number of sectors per cluster to COUNT > -S SIZE Select a sector size of SIZE (a power of two, at least 512) > -v Verbose execution > --variant=TYPE Select variant TYPE of filesystem (standard or Atari) > > --invariant Use constants for randomly generated or time based values > --offset=SECTOR Write the filesystem at a specific sector into the device file. > --help Show this help message and exit > >INFO:program:...done [1] (exit code: 0) >DEBUG:blivet:registered device format class Ext2FS as ext2 >DEBUG:blivet:registered device format class Ext3FS as ext3 >DEBUG:blivet:registered device format class Ext4FS as ext4 >DEBUG:blivet:registered device format class FATFS as vfat >DEBUG:blivet:registered device format class EFIFS as efi >DEBUG:blivet:registered device format class BTRFS as btrfs >DEBUG:blivet:registered device format class GFS2 as gfs2 >DEBUG:blivet:registered device format class JFS as jfs >DEBUG:blivet:registered device format class ReiserFS as reiserfs >DEBUG:blivet:registered device format class XFS as xfs >DEBUG:blivet:registered device format class StratisXFS as stratis xfs >DEBUG:blivet:registered device format class HFS as hfs >DEBUG:blivet:registered device format class AppleBootstrapFS as appleboot >DEBUG:blivet:registered device format class HFSPlus as hfs+ >DEBUG:blivet:registered device format class MacEFIFS as macefi >DEBUG:blivet:registered device format class NTFS as ntfs >DEBUG:blivet:registered device format class ExFATFS as exfat >DEBUG:blivet:registered device format class F2FS as f2fs >DEBUG:blivet:registered device format class NFS as nfs >DEBUG:blivet:registered device format class NFSv4 as nfs4 >DEBUG:blivet:registered device format class Iso9660FS as iso9660 >DEBUG:blivet:registered device format class UDFFS as udf >DEBUG:blivet:registered device format class NoDevFS as nodev >DEBUG:blivet:registered device format class DevPtsFS as devpts >DEBUG:blivet:registered device format class ProcFS as proc >DEBUG:blivet:registered device format class SysFS as sysfs >DEBUG:blivet:registered device format class TmpFS as tmpfs >DEBUG:blivet:registered device format class BindFS as bind >DEBUG:blivet:registered device format class SELinuxFS as selinuxfs >DEBUG:blivet:registered device format class USBFS as usbfs >DEBUG:blivet:registered device format class EFIVarFS as efivarfs >DEBUG:blivet:registered device format class LUKS as luks >DEBUG:blivet:registered device format class Integrity as integrity >DEBUG:blivet:registered device format class LVMPhysicalVolume as lvmpv >DEBUG:blivet:registered device format class MDRaidMember as mdmember >DEBUG:blivet:registered device format class MultipathMember as multipath_member >DEBUG:blivet:registered device format class PPCPRePBoot as prepboot >DEBUG:blivet:registered device format class SwapSpace as swap >DEBUG:blivet:registered device format class StratisBlockdev as stratis >DEBUG:blivet:default disklabel has been set to gpt >INFO:program:Running... udevadm trigger --action=change --subsystem-match=block >DEBUG:program:Return code: 0 >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >WARNING:py.warnings:/usr/lib/python3.11/site-packages/requests_ftp/ftp.py:9: DeprecationWarning: 'cgi' is deprecated and slated for removal in Python 3.13 > import cgi > >INFO:blivet:failed to get initiator name from iscsi firmware: Failed to call GetFirmwareInitiatorName method on /org/freedesktop/UDisks2/Manager with None arguments: GDBus.Error:org.freedesktop.UDisks2.Error.ISCSI.NoFirmware: No firmware found >WARNING:py.warnings:/usr/lib/python3.11/site-packages/pykickstart/commands/realm.py:26: DeprecationWarning: 'pipes' is deprecated and slated for removal in Python 3.13 > import pipes > >DEBUG:anaconda.modules.storage.bootloader.bootloader:The default type is set to 'BootloaderType.DEFAULT'. >DEBUG:anaconda.modules.storage.fcoe.fcoe:Start up the FCoE module. >INFO:program:Running... modprobe libfc >DEBUG:program:Return code: 0 >INFO:program:Running... /usr/libexec/fcoe/fcoe_edd.sh -i >ERROR:program:Error running /usr/libexec/fcoe/fcoe_edd.sh: No such file or directory >INFO:blivet:Failed to read FCoE EDD info: No such file or directory >DEBUG:anaconda.modules.storage.iscsi.iscsi:Start up the iSCSI module. >INFO:blivet:ISCSID is /sbin/iscsid >INFO:program:Running... systemctl start iscsi-init.service >DEBUG:program:Return code: 0 >INFO:blivet:no initiator set >DEBUG:anaconda.modules.storage.zfcp.zfcp:Start up the zFCP module. >INFO:program:Running [2] e2fsck -V ... >INFO:program:stdout[2]: >INFO:program:stderr[2]: e2fsck 1.46.5 (30-Dec-2021) > Using EXT2FS Library version 1.46.5, 30-Dec-2021 > >INFO:program:...done [2] (exit code: 0) >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 0 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:trying to set new default fstype to 'ext4' >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 1 >DEBUG:blivet: Ext4FS.supported: supported: True ; >INFO:program:Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT >INFO:program:stdout: >INFO:program:NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT >INFO:program:loop0 1987653632 root disk brw-rw---- squashfs >INFO:program:loop1 8128561152 root disk brw-rw---- ext4 Anaconda 2074eb84-624c-4790-83b6-8f3e4a82ae85 >INFO:program:|-live-rw 8128561152 root disk brw-rw---- ext4 Anaconda 2074eb84-624c-4790-83b6-8f3e4a82ae85 / >INFO:program:`-live-base 8128561152 root disk brw-rw---- ext4 Anaconda 2074eb84-624c-4790-83b6-8f3e4a82ae85 >INFO:program:loop2 34359738368 root disk brw-rw---- >INFO:program:`-live-rw 8128561152 root disk brw-rw---- ext4 Anaconda 2074eb84-624c-4790-83b6-8f3e4a82ae85 / >INFO:program:sda 128035676160 root disk brw-rw---- >INFO:program:|-sda1 524288000 root disk brw-rw---- ext4 e78bdfed-d203-4338-a4ed-8db17172bdbd 00090716-01 >INFO:program:`-sda2 127509987328 root disk brw-rw---- LVM2_member GAqkuM-e7nY-O2ZE-E2Dd-bcux-HkeY-RHbJUf 00090716-02 >INFO:program:sdb 500107862016 root disk brw-rw---- >INFO:program:`-sdb1 500106813440 root disk brw-rw---- LVM2_member i0HzEq-HGe2-MRXw-X3od-P6CR-G86h-maSPFA 3a70219d-01 >INFO:program: |-vg_erwan--desktop-lv_swap 16676552704 root disk brw-rw---- swap 3fbcc456-95b8-4681-8cd8-981dab52cbf3 >INFO:program: |-vg_erwan--desktop-lv_home 164517380096 root disk brw-rw---- ext4 0901706e-a709-4c51-a005-c8385cf934e2 >INFO:program: `-vg_erwan--desktop-lv_root 173140869120 root disk brw-rw---- ext4 _Fedora-17-x86_6 4221e451-5d48-4d3a-913b-14b39cc69f82 >INFO:program:sdc 4107436032 root disk brw-rw---- iso9660 Fedora-WS-Live-38-1-6 2023-04-13-22-15-10-00 >INFO:program:|-sdc1 2086871040 root disk brw-rw---- iso9660 Fedora-WS-Live-38-1-6 2023-04-13-22-15-10-00 596bfe18-6cfc-4880-ba95-298703c7c362 /run/initramfs/live >INFO:program:|-sdc2 12208128 root disk brw-rw---- vfat ANACONDA EEB5-E40F 596bfe18-6cfc-4880-ba96-298703c7c362 >INFO:program:`-sdc3 307200 root disk brw-rw---- 596bfe18-6cfc-4880-ba97-298703c7c362 >INFO:program:sdd 0 root disk brw-rw---- >INFO:program:sde 0 root disk brw-rw---- >INFO:program:sdf 0 root disk brw-rw---- >INFO:program:sdg 0 root disk brw-rw---- >INFO:program:sdh 0 root disk brw-rw---- >INFO:program:sr0 1073741312 root cdrom brw-rw---- >INFO:program:zram0 8589934592 root disk brw-rw---- [SWAP] >DEBUG:program:Return code: 0 >DEBUG:blivet:lsblk output: >NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT >loop0 1987653632 root disk brw-rw---- squashfs >loop1 8128561152 root disk brw-rw---- ext4 Anaconda 2074eb84-624c-4790-83b6-8f3e4a82ae85 >|-live-rw 8128561152 root disk brw-rw---- ext4 Anaconda 2074eb84-624c-4790-83b6-8f3e4a82ae85 / >`-live-base 8128561152 root disk brw-rw---- ext4 Anaconda 2074eb84-624c-4790-83b6-8f3e4a82ae85 >loop2 34359738368 root disk brw-rw---- >`-live-rw 8128561152 root disk brw-rw---- ext4 Anaconda 2074eb84-624c-4790-83b6-8f3e4a82ae85 / >sda 128035676160 root disk brw-rw---- >|-sda1 524288000 root disk brw-rw---- ext4 e78bdfed-d203-4338-a4ed-8db17172bdbd 00090716-01 >`-sda2 127509987328 root disk brw-rw---- LVM2_member GAqkuM-e7nY-O2ZE-E2Dd-bcux-HkeY-RHbJUf 00090716-02 >sdb 500107862016 root disk brw-rw---- >`-sdb1 500106813440 root disk brw-rw---- LVM2_member i0HzEq-HGe2-MRXw-X3od-P6CR-G86h-maSPFA 3a70219d-01 > |-vg_erwan--desktop-lv_swap 16676552704 root disk brw-rw---- swap 3fbcc456-95b8-4681-8cd8-981dab52cbf3 > |-vg_erwan--desktop-lv_home 164517380096 root disk brw-rw---- ext4 0901706e-a709-4c51-a005-c8385cf934e2 > `-vg_erwan--desktop-lv_root 173140869120 root disk brw-rw---- ext4 _Fedora-17-x86_6 4221e451-5d48-4d3a-913b-14b39cc69f82 >sdc 4107436032 root disk brw-rw---- iso9660 Fedora-WS-Live-38-1-6 2023-04-13-22-15-10-00 >|-sdc1 2086871040 root disk brw-rw---- iso9660 Fedora-WS-Live-38-1-6 2023-04-13-22-15-10-00 596bfe18-6cfc-4880-ba95-298703c7c362 /run/initramfs/live >|-sdc2 12208128 root disk brw-rw---- vfat ANACONDA EEB5-E40F 596bfe18-6cfc-4880-ba96-298703c7c362 >`-sdc3 307200 root disk brw-rw---- 596bfe18-6cfc-4880-ba97-298703c7c362 >sdd 0 root disk brw-rw---- >sde 0 root disk brw-rw---- >sdf 0 root disk brw-rw---- >sdg 0 root disk brw-rw---- >sdh 0 root disk brw-rw---- >sr0 1073741312 root cdrom brw-rw---- >zram0 8589934592 root disk brw-rw---- [SWAP] > >DEBUG:blivet:lvm filter: clearing the lvm devices list >DEBUG:blivet:lvm filter: clearing the lvm devices list >DEBUG:blivet:trying to set new default fstype to 'ext4' >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 2 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:anaconda.storage:trying to set new default luks version to 'luks2' >DEBUG:blivet: LUKS.__init__: luks_version: luks2 ; >DEBUG:blivet:get_format('luks') returning LUKS instance with object id 3 >DEBUG:anaconda.modules.storage.storage:The storage model has changed. >DEBUG:anaconda.modules.common.base.base:Publish the service. >DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage/Checker. >INFO:anaconda.core.dbus:Connecting to the Anaconda bus at unix:path=/tmp/dbus-u6fxe1YXAd,guid=afd5fa987b6420f5ae73871f64dc9c32. >DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage/DeviceTree. >DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage/DiskInitialization. >DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage/DiskSelection. >DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage/Snapshot. >DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage/Bootloader. >DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage/FCoE. >DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage/iSCSI. >DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage/NVDIMM. >DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage/DASD. >DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage/zFCP. >DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage. >DEBUG:dasbus.connection:Registering a service name org.fedoraproject.Anaconda.Modules.Storage. >DEBUG:anaconda.modules.common.base.base:Start the loop. >DEBUG:anaconda.modules.common.base.base:Locale is set to en_US.UTF-8. >DEBUG:anaconda.modules.storage.checker.checker:Constraint 'min_ram' is set to '429916160'. >DEBUG:anaconda.modules.storage.disk_selection.selection:Disk images are set to '{}'. >DEBUG:blivet: DeviceTree.get_device_by_path: path: /dev/zram0 ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_path returned None >DEBUG:blivet:failed to resolve '/dev/zram0' >DEBUG:anaconda.modules.storage.disk_selection.selection:Protected devices are set to '['/dev/zram0']'. >DEBUG:anaconda.storage:Creating a copy of the storage model. >DEBUG:blivet:starting Blivet copy >DEBUG:blivet:finished Blivet copy >DEBUG:anaconda.storage:Finished a copy of the storage model. >DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage/Task/1. >INFO:anaconda.threading:Running Thread: AnaTaskThread-ScanDevicesTask-1 (140071291320000) >INFO:anaconda.modules.common.task.task:Scan all devices >INFO:program:Running... systemctl start iscsi-init.service >DEBUG:program:Return code: 0 >INFO:blivet:no initiator set >INFO:blivet:resetting Blivet (version 3.7.1) instance <pyanaconda.modules.storage.devicetree.model.InstallerStorage object at 0x7f64e3951f10> >DEBUG:blivet:lvm filter: clearing the lvm devices list >INFO:blivet:DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] >WARNING:blivet:Failed to call the update_volume_info method: libstoragemgmt functionality not available >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:testdata:sysfs attr /sys/class/block/sdc/device/model: 466c617368204469736b2020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdd/device/model: 436f6d7061637420466c6173682020200a >DEBUG:testdata:sysfs attr /sys/class/block/sde/device/model: 534d2f78442d506963747572652020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdf/device/model: 53442f4d4d43202020202020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdg/device/model: 4d2e532e2f4d2e532e50726f2f4847200a >DEBUG:testdata:sysfs attr /sys/class/block/sdh/device/model: 53442f4d4d432f4d2e532e50524f20200a >DEBUG:testdata:sysfs attr /sys/class/block/sda/device/model: 53414d53554e472053534420383330200a >DEBUG:testdata:sysfs attr /sys/class/block/sdb/device/model: 53616d73756e672053534420383530200a >DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 4456442d52572053482d3231364142200a >INFO:blivet:devices to scan: ['sdc', 'sdc1', 'sdc2', 'sdc3', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sda', 'sda1', 'sda2', 'sdb', 'sdb1', 'sr0', 'loop0', 'loop1', 'loop2', 'vg_erwan--desktop-lv_swap', 'vg_erwan--desktop-lv_home', 'vg_erwan--desktop-lv_root', 'live-rw', 'live-base'] >DEBUG:blivet: DeviceTree.handle_device: name: sdc ; info: {'CURRENT_TAGS': ':systemd:', > 'DEVLINKS': '/dev/disk/by-uuid/2023-04-13-22-15-10-00 /dev/disk/by-diskseq/8 ' > '/dev/disk/by-label/Fedora-WS-Live-38-1-6 ' > '/dev/disk/by-path/pci-0000:00:1a.0-usb-0:1.1:1.0-scsi-0:0:0:0 ' > '/dev/disk/by-id/usb-Generic_Flash_Disk_39661D1D-0:0', > 'DEVNAME': '/dev/sdc', > 'DEVPATH': '/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.1/3-1.1:1.0/host6/target6:0:0/6:0:0:0/block/sdc', > 'DEVTYPE': 'disk', > 'DISKSEQ': '8', > 'ID_BUS': 'usb', > 'ID_FS_BOOT_SYSTEM_ID': 'EL\\x20TORITO\\x20SPECIFICATION', > 'ID_FS_DATA_PREPARER_ID': 'XORRISO-1.5.4\\x202021.01.30.150001\\x2c\\x20LIBISOBURN-1.5.4\\x2c\\x20LIBISOFS-1.5.4\\x2c\\x20LIBBURN-1.5.4', > 'ID_FS_LABEL': 'Fedora-WS-Live-38-1-6', > 'ID_FS_LABEL_ENC': 'Fedora-WS-Live-38-1-6', > 'ID_FS_TYPE': 'iso9660', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '2023-04-13-22-15-10-00', > 'ID_FS_UUID_ENC': '2023-04-13-22-15-10-00', > 'ID_FS_VERSION': 'Joliet Extension', > 'ID_INSTANCE': '0:0', > 'ID_MODEL': 'Flash_Disk', > 'ID_MODEL_ENC': 'Flash\\x20Disk\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_MODEL_ID': '6387', > 'ID_PART_TABLE_TYPE': 'gpt', > 'ID_PART_TABLE_UUID': '596bfe18-6cfc-4880-ba94-298703c7c362', > 'ID_PATH': 'pci-0000:00:1a.0-usb-0:1.1:1.0-scsi-0:0:0:0', > 'ID_PATH_TAG': 'pci-0000_00_1a_0-usb-0_1_1_1_0-scsi-0_0_0_0', > 'ID_REVISION': '8.00', > 'ID_SERIAL': 'Generic_Flash_Disk_39661D1D-0:0', > 'ID_SERIAL_SHORT': '39661D1D', > 'ID_TYPE': 'disk', > 'ID_USB_DRIVER': 'usb-storage', > 'ID_USB_INSTANCE': '0:0', > 'ID_USB_INTERFACES': ':080650:', > 'ID_USB_INTERFACE_NUM': '00', > 'ID_USB_MODEL': 'Flash_Disk', > 'ID_USB_MODEL_ENC': 'Flash\\x20Disk\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_USB_MODEL_ID': '6387', > 'ID_USB_REVISION': '8.00', > 'ID_USB_SERIAL': 'Generic_Flash_Disk_39661D1D-0:0', > 'ID_USB_SERIAL_SHORT': '39661D1D', > 'ID_USB_TYPE': 'disk', > 'ID_USB_VENDOR': 'Generic', > 'ID_USB_VENDOR_ENC': 'Generic\\x20', > 'ID_USB_VENDOR_ID': '058f', > 'ID_VENDOR': 'Generic', > 'ID_VENDOR_ENC': 'Generic\\x20', > 'ID_VENDOR_ID': '058f', > 'MAJOR': '8', > 'MINOR': '32', > 'NVME_HOST_IFACE': 'none', > 'SUBSYSTEM': 'block', > 'SYS_NAME': 'sdc', > 'SYS_PATH': '/sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.1/3-1.1:1.0/host6/target6:0:0/6:0:0:0/block/sdc', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '16440533'} ; >INFO:blivet:scanning sdc (/sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.1/3-1.1:1.0/host6/target6:0:0/6:0:0:0/block/sdc)... >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.1/3-1.1:1.0/host6/target6:0:0/6:0:0:0/block/sdc/hidden: 300a >DEBUG:blivet: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned None >WARNING:py.warnings:/usr/lib/python3.11/site-packages/blivet/udev.py:1062: DeprecationWarning: Will be removed in 1.0. Access properties with Device.properties. > while device: > >DEBUG:blivet: DiskDevicePopulator.run: name: sdc ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.1/3-1.1:1.0/host6/target6:0:0/6:0:0:0/block/sdc/device/vendor: 47656e65726963200a >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.1/3-1.1:1.0/host6/target6:0:0/6:0:0:0/block/sdc/device/model: 466c617368204469736b2020202020200a >INFO:blivet:sdc is a disk >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 5 >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 6 >DEBUG:blivet: DiskDevice._set_format: sdc ; type: None ; current: None ; >DEBUG:blivet: DiskDevice.update_sysfs_path: sdc ; status: True ; >DEBUG:blivet:sdc sysfs_path set to /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.1/3-1.1:1.0/host6/target6:0:0/6:0:0:0/block/sdc >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdc ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.1/3-1.1:1.0/host6/target6:0:0/6:0:0:0/block/sdc ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.1/3-1.1:1.0/host6/target6:0:0/6:0:0:0/block/sdc/size: 383032323333360a >DEBUG:blivet:updated sdc size to 3.83 GiB (3.83 GiB) >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.1/3-1.1:1.0/host6/target6:0:0/6:0:0:0/block/sdc/queue/rotational: 310a >INFO:blivet:added disk sdc (id 4) to device tree >INFO:blivet:got device: DiskDevice instance (0x7f64e395b890) -- > name = sdc status = True id = 4 > children = [] > parents = [] > uuid = None size = 3.83 GiB > format = existing None > major = 8 minor = 32 exists = True protected = False > sysfs path = /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.1/3-1.1:1.0/host6/target6:0:0/6:0:0:0/block/sdc > target size = 3.83 GiB path = /dev/sdc > format args = [] original_format = None removable = True wwn = None >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.1/3-1.1:1.0/host6/target6:0:0/6:0:0:0/block/sdc/ro: 300a >DEBUG:blivet: DeviceTree.handle_format: name: sdc ; >DEBUG:blivet: AppleBootstrapFS.supported: supported: True ; >DEBUG:blivet:get_format('appleboot') returning AppleBootstrapFS instance with object id 8 >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet:get_format('efi') returning EFIFS instance with object id 9 >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 10 >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 11 >WARNING:blivet:Stratis DBus service is not running >INFO:blivet:type detected on 'sdc' is 'iso9660' >DEBUG:blivet: Iso9660FS.supported: supported: True ; >DEBUG:blivet:get_format('iso9660') returning Iso9660FS instance with object id 12 >DEBUG:blivet: DiskDevice._set_format: sdc ; type: iso9660 ; current: None ; >INFO:blivet:got format: existing iso9660 filesystem >DEBUG:blivet: DeviceTree.handle_device: name: sdc1 ; info: {'CURRENT_TAGS': ':systemd:', > 'DEVLINKS': '/dev/disk/by-diskseq/8-part1 ' > '/dev/disk/by-path/pci-0000:00:1a.0-usb-0:1.1:1.0-scsi-0:0:0:0-part1 ' > '/dev/disk/by-label/Fedora-WS-Live-38-1-6 ' > '/dev/disk/by-partuuid/596bfe18-6cfc-4880-ba95-298703c7c362 ' > '/dev/disk/by-uuid/2023-04-13-22-15-10-00 ' > '/dev/disk/by-id/usb-Generic_Flash_Disk_39661D1D-0:0-part1 ' > '/dev/disk/by-partlabel/ISO9660', > 'DEVNAME': '/dev/sdc1', > 'DEVPATH': '/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.1/3-1.1:1.0/host6/target6:0:0/6:0:0:0/block/sdc/sdc1', > 'DEVTYPE': 'partition', > 'DISKSEQ': '8', > 'ID_BUS': 'usb', > 'ID_FS_DATA_PREPARER_ID': 'XORRISO-1.5.4\\x202021.01.30.150001\\x2c\\x20LIBISOBURN-1.5.4\\x2c\\x20LIBISOFS-1.5.4\\x2c\\x20LIBBURN-1.5.4', > 'ID_FS_LABEL': 'Fedora-WS-Live-38-1-6', > 'ID_FS_LABEL_ENC': 'Fedora-WS-Live-38-1-6', > 'ID_FS_TYPE': 'iso9660', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '2023-04-13-22-15-10-00', > 'ID_FS_UUID_ENC': '2023-04-13-22-15-10-00', > 'ID_FS_VERSION': 'Joliet Extension', > 'ID_INSTANCE': '0:0', > 'ID_MODEL': 'Flash_Disk', > 'ID_MODEL_ENC': 'Flash\\x20Disk\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_MODEL_ID': '6387', > 'ID_PART_ENTRY_DISK': '8:32', > 'ID_PART_ENTRY_FLAGS': '0x1000000000000001', > 'ID_PART_ENTRY_NAME': 'ISO9660', > 'ID_PART_ENTRY_NUMBER': '1', > 'ID_PART_ENTRY_OFFSET': '64', > 'ID_PART_ENTRY_SCHEME': 'gpt', > 'ID_PART_ENTRY_SIZE': '4075920', > 'ID_PART_ENTRY_TYPE': 'ebd0a0a2-b9e5-4433-87c0-68b6b72699c7', > 'ID_PART_ENTRY_UUID': '596bfe18-6cfc-4880-ba95-298703c7c362', > 'ID_PART_TABLE_TYPE': 'gpt', > 'ID_PART_TABLE_UUID': '596bfe18-6cfc-4880-ba94-298703c7c362', > 'ID_PATH': 'pci-0000:00:1a.0-usb-0:1.1:1.0-scsi-0:0:0:0', > 'ID_PATH_TAG': 'pci-0000_00_1a_0-usb-0_1_1_1_0-scsi-0_0_0_0', > 'ID_REVISION': '8.00', > 'ID_SERIAL': 'Generic_Flash_Disk_39661D1D-0:0', > 'ID_SERIAL_SHORT': '39661D1D', > 'ID_TYPE': 'disk', > 'ID_USB_DRIVER': 'usb-storage', > 'ID_USB_INSTANCE': '0:0', > 'ID_USB_INTERFACES': ':080650:', > 'ID_USB_INTERFACE_NUM': '00', > 'ID_USB_MODEL': 'Flash_Disk', > 'ID_USB_MODEL_ENC': 'Flash\\x20Disk\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_USB_MODEL_ID': '6387', > 'ID_USB_REVISION': '8.00', > 'ID_USB_SERIAL': 'Generic_Flash_Disk_39661D1D-0:0', > 'ID_USB_SERIAL_SHORT': '39661D1D', > 'ID_USB_TYPE': 'disk', > 'ID_USB_VENDOR': 'Generic', > 'ID_USB_VENDOR_ENC': 'Generic\\x20', > 'ID_USB_VENDOR_ID': '058f', > 'ID_VENDOR': 'Generic', > 'ID_VENDOR_ENC': 'Generic\\x20', > 'ID_VENDOR_ID': '058f', > 'MAJOR': '8', > 'MINOR': '33', > 'NVME_HOST_IFACE': 'none', > 'PARTN': '1', > 'PARTNAME': 'ISO9660', > 'SUBSYSTEM': 'block', > 'SYS_NAME': 'sdc1', > 'SYS_PATH': '/sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.1/3-1.1:1.0/host6/target6:0:0/6:0:0:0/block/sdc/sdc1', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '16735616'} ; >INFO:blivet:scanning sdc1 (/sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.1/3-1.1:1.0/host6/target6:0:0/6:0:0:0/block/sdc/sdc1)... >WARNING:blivet:hidden is not a valid attribute >DEBUG:blivet: DeviceTree.get_device_by_name: name: sdc1 ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned None >DEBUG:blivet: PartitionDevicePopulator.run: name: sdc1 ; >DEBUG:blivet: DeviceTree.get_device_by_name: name: sdc1 ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned None >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:testdata:sysfs attr /sys/class/block/sdc/device/model: 466c617368204469736b2020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdd/device/model: 436f6d7061637420466c6173682020200a >DEBUG:testdata:sysfs attr /sys/class/block/sde/device/model: 534d2f78442d506963747572652020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdf/device/model: 53442f4d4d43202020202020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdg/device/model: 4d2e532e2f4d2e532e50726f2f4847200a >DEBUG:testdata:sysfs attr /sys/class/block/sdh/device/model: 53442f4d4d432f4d2e532e50524f20200a >DEBUG:testdata:sysfs attr /sys/class/block/sda/device/model: 53414d53554e472053534420383330200a >DEBUG:testdata:sysfs attr /sys/class/block/sdb/device/model: 53616d73756e672053534420383530200a >DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 4456442d52572053482d3231364142200a >DEBUG:blivet: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 3.83 GiB disk sdc (4) with existing iso9660 filesystem >DEBUG:blivet:ignoring partition sdc1 on iso9660 >DEBUG:blivet:no device obtained for sdc1 >DEBUG:blivet: DeviceTree.handle_device: name: sdc2 ; info: {'CURRENT_TAGS': ':systemd:', > 'DEVLINKS': '/dev/disk/by-id/usb-Generic_Flash_Disk_39661D1D-0:0-part2 ' > '/dev/disk/by-partlabel/Appended2 /dev/disk/by-uuid/EEB5-E40F ' > '/dev/disk/by-partuuid/596bfe18-6cfc-4880-ba96-298703c7c362 ' > '/dev/disk/by-diskseq/8-part2 ' > '/dev/disk/by-path/pci-0000:00:1a.0-usb-0:1.1:1.0-scsi-0:0:0:0-part2 ' > '/dev/disk/by-label/ANACONDA', > 'DEVNAME': '/dev/sdc2', > 'DEVPATH': '/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.1/3-1.1:1.0/host6/target6:0:0/6:0:0:0/block/sdc/sdc2', > 'DEVTYPE': 'partition', > 'DISKSEQ': '8', > 'ID_BUS': 'usb', > 'ID_FS_LABEL': 'ANACONDA', > 'ID_FS_LABEL_ENC': 'ANACONDA', > 'ID_FS_TYPE': 'vfat', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': 'EEB5-E40F', > 'ID_FS_UUID_ENC': 'EEB5-E40F', > 'ID_FS_VERSION': 'FAT16', > 'ID_INSTANCE': '0:0', > 'ID_MODEL': 'Flash_Disk', > 'ID_MODEL_ENC': 'Flash\\x20Disk\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_MODEL_ID': '6387', > 'ID_PART_ENTRY_DISK': '8:32', > 'ID_PART_ENTRY_NAME': 'Appended2', > 'ID_PART_ENTRY_NUMBER': '2', > 'ID_PART_ENTRY_OFFSET': '4075984', > 'ID_PART_ENTRY_SCHEME': 'gpt', > 'ID_PART_ENTRY_SIZE': '23844', > 'ID_PART_ENTRY_TYPE': 'c12a7328-f81f-11d2-ba4b-00a0c93ec93b', > 'ID_PART_ENTRY_UUID': '596bfe18-6cfc-4880-ba96-298703c7c362', > 'ID_PART_TABLE_TYPE': 'gpt', > 'ID_PART_TABLE_UUID': '596bfe18-6cfc-4880-ba94-298703c7c362', > 'ID_PATH': 'pci-0000:00:1a.0-usb-0:1.1:1.0-scsi-0:0:0:0', > 'ID_PATH_TAG': 'pci-0000_00_1a_0-usb-0_1_1_1_0-scsi-0_0_0_0', > 'ID_REVISION': '8.00', > 'ID_SERIAL': 'Generic_Flash_Disk_39661D1D-0:0', > 'ID_SERIAL_SHORT': '39661D1D', > 'ID_TYPE': 'disk', > 'ID_USB_DRIVER': 'usb-storage', > 'ID_USB_INSTANCE': '0:0', > 'ID_USB_INTERFACES': ':080650:', > 'ID_USB_INTERFACE_NUM': '00', > 'ID_USB_MODEL': 'Flash_Disk', > 'ID_USB_MODEL_ENC': 'Flash\\x20Disk\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_USB_MODEL_ID': '6387', > 'ID_USB_REVISION': '8.00', > 'ID_USB_SERIAL': 'Generic_Flash_Disk_39661D1D-0:0', > 'ID_USB_SERIAL_SHORT': '39661D1D', > 'ID_USB_TYPE': 'disk', > 'ID_USB_VENDOR': 'Generic', > 'ID_USB_VENDOR_ENC': 'Generic\\x20', > 'ID_USB_VENDOR_ID': '058f', > 'ID_VENDOR': 'Generic', > 'ID_VENDOR_ENC': 'Generic\\x20', > 'ID_VENDOR_ID': '058f', > 'MAJOR': '8', > 'MINOR': '34', > 'NVME_HOST_IFACE': 'none', > 'PARTN': '2', > 'PARTNAME': 'Appended2', > 'SUBSYSTEM': 'block', > 'SYS_NAME': 'sdc2', > 'SYS_PATH': '/sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.1/3-1.1:1.0/host6/target6:0:0/6:0:0:0/block/sdc/sdc2', > 'TAGS': ':systemd:', > 'UDISKS_IGNORE': '1', > 'USEC_INITIALIZED': '16595439'} ; >INFO:blivet:scanning sdc2 (/sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.1/3-1.1:1.0/host6/target6:0:0/6:0:0:0/block/sdc/sdc2)... >WARNING:blivet:hidden is not a valid attribute >DEBUG:blivet: DeviceTree.get_device_by_name: name: sdc2 ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned None >DEBUG:blivet: PartitionDevicePopulator.run: name: sdc2 ; >DEBUG:blivet: DeviceTree.get_device_by_name: name: sdc2 ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned None >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:testdata:sysfs attr /sys/class/block/sdc/device/model: 466c617368204469736b2020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdd/device/model: 436f6d7061637420466c6173682020200a >DEBUG:testdata:sysfs attr /sys/class/block/sde/device/model: 534d2f78442d506963747572652020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdf/device/model: 53442f4d4d43202020202020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdg/device/model: 4d2e532e2f4d2e532e50726f2f4847200a >DEBUG:testdata:sysfs attr /sys/class/block/sdh/device/model: 53442f4d4d432f4d2e532e50524f20200a >DEBUG:testdata:sysfs attr /sys/class/block/sda/device/model: 53414d53554e472053534420383330200a >DEBUG:testdata:sysfs attr /sys/class/block/sdb/device/model: 53616d73756e672053534420383530200a >DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 4456442d52572053482d3231364142200a >DEBUG:blivet: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 3.83 GiB disk sdc (4) with existing iso9660 filesystem >DEBUG:blivet:ignoring partition sdc2 on iso9660 >DEBUG:blivet:no device obtained for sdc2 >DEBUG:blivet: DeviceTree.handle_device: name: sdc3 ; info: {'CURRENT_TAGS': ':systemd:', > 'DEVLINKS': '/dev/disk/by-path/pci-0000:00:1a.0-usb-0:1.1:1.0-scsi-0:0:0:0-part3 ' > '/dev/disk/by-partlabel/Gap1 ' > '/dev/disk/by-id/usb-Generic_Flash_Disk_39661D1D-0:0-part3 ' > '/dev/disk/by-partuuid/596bfe18-6cfc-4880-ba97-298703c7c362 ' > '/dev/disk/by-diskseq/8-part3', > 'DEVNAME': '/dev/sdc3', > 'DEVPATH': '/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.1/3-1.1:1.0/host6/target6:0:0/6:0:0:0/block/sdc/sdc3', > 'DEVTYPE': 'partition', > 'DISKSEQ': '8', > 'ID_BUS': 'usb', > 'ID_INSTANCE': '0:0', > 'ID_MODEL': 'Flash_Disk', > 'ID_MODEL_ENC': 'Flash\\x20Disk\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_MODEL_ID': '6387', > 'ID_PART_ENTRY_DISK': '8:32', > 'ID_PART_ENTRY_FLAGS': '0x1000000000000001', > 'ID_PART_ENTRY_NAME': 'Gap1', > 'ID_PART_ENTRY_NUMBER': '3', > 'ID_PART_ENTRY_OFFSET': '4099828', > 'ID_PART_ENTRY_SCHEME': 'gpt', > 'ID_PART_ENTRY_SIZE': '600', > 'ID_PART_ENTRY_TYPE': 'ebd0a0a2-b9e5-4433-87c0-68b6b72699c7', > 'ID_PART_ENTRY_UUID': '596bfe18-6cfc-4880-ba97-298703c7c362', > 'ID_PART_TABLE_TYPE': 'gpt', > 'ID_PART_TABLE_UUID': '596bfe18-6cfc-4880-ba94-298703c7c362', > 'ID_PATH': 'pci-0000:00:1a.0-usb-0:1.1:1.0-scsi-0:0:0:0', > 'ID_PATH_TAG': 'pci-0000_00_1a_0-usb-0_1_1_1_0-scsi-0_0_0_0', > 'ID_REVISION': '8.00', > 'ID_SERIAL': 'Generic_Flash_Disk_39661D1D-0:0', > 'ID_SERIAL_SHORT': '39661D1D', > 'ID_TYPE': 'disk', > 'ID_USB_DRIVER': 'usb-storage', > 'ID_USB_INSTANCE': '0:0', > 'ID_USB_INTERFACES': ':080650:', > 'ID_USB_INTERFACE_NUM': '00', > 'ID_USB_MODEL': 'Flash_Disk', > 'ID_USB_MODEL_ENC': 'Flash\\x20Disk\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_USB_MODEL_ID': '6387', > 'ID_USB_REVISION': '8.00', > 'ID_USB_SERIAL': 'Generic_Flash_Disk_39661D1D-0:0', > 'ID_USB_SERIAL_SHORT': '39661D1D', > 'ID_USB_TYPE': 'disk', > 'ID_USB_VENDOR': 'Generic', > 'ID_USB_VENDOR_ENC': 'Generic\\x20', > 'ID_USB_VENDOR_ID': '058f', > 'ID_VENDOR': 'Generic', > 'ID_VENDOR_ENC': 'Generic\\x20', > 'ID_VENDOR_ID': '058f', > 'MAJOR': '8', > 'MINOR': '35', > 'NVME_HOST_IFACE': 'none', > 'PARTN': '3', > 'PARTNAME': 'Gap1', > 'SUBSYSTEM': 'block', > 'SYS_NAME': 'sdc3', > 'SYS_PATH': '/sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.1/3-1.1:1.0/host6/target6:0:0/6:0:0:0/block/sdc/sdc3', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '16552064'} ; >INFO:blivet:scanning sdc3 (/sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.1/3-1.1:1.0/host6/target6:0:0/6:0:0:0/block/sdc/sdc3)... >WARNING:blivet:hidden is not a valid attribute >DEBUG:blivet: DeviceTree.get_device_by_name: name: sdc3 ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned None >DEBUG:blivet: PartitionDevicePopulator.run: name: sdc3 ; >DEBUG:blivet: DeviceTree.get_device_by_name: name: sdc3 ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned None >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:testdata:sysfs attr /sys/class/block/sdc/device/model: 466c617368204469736b2020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdd/device/model: 436f6d7061637420466c6173682020200a >DEBUG:testdata:sysfs attr /sys/class/block/sde/device/model: 534d2f78442d506963747572652020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdf/device/model: 53442f4d4d43202020202020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdg/device/model: 4d2e532e2f4d2e532e50726f2f4847200a >DEBUG:testdata:sysfs attr /sys/class/block/sdh/device/model: 53442f4d4d432f4d2e532e50524f20200a >DEBUG:testdata:sysfs attr /sys/class/block/sda/device/model: 53414d53554e472053534420383330200a >DEBUG:testdata:sysfs attr /sys/class/block/sdb/device/model: 53616d73756e672053534420383530200a >DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 4456442d52572053482d3231364142200a >DEBUG:blivet: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 3.83 GiB disk sdc (4) with existing iso9660 filesystem >DEBUG:blivet:ignoring partition sdc3 on iso9660 >DEBUG:blivet:no device obtained for sdc3 >DEBUG:blivet: DeviceTree.handle_device: name: sdd ; info: {'CURRENT_TAGS': ':systemd:', > 'DEVLINKS': '/dev/disk/by-id/usb-Generic-_Compact_Flash_20100818841300000-0:0 ' > '/dev/disk/by-path/pci-0000:00:1a.0-usb-0:1.4:1.0-scsi-0:0:0:0 ' > '/dev/disk/by-diskseq/163', > 'DEVNAME': '/dev/sdd', > 'DEVPATH': '/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:0/block/sdd', > 'DEVTYPE': 'disk', > 'DISKSEQ': '163', > 'ID_BUS': 'usb', > 'ID_INSTANCE': '0:0', > 'ID_MODEL': 'Compact_Flash', > 'ID_MODEL_ENC': 'Compact\\x20Flash\\x20\\x20\\x20', > 'ID_MODEL_ID': '0184', > 'ID_PATH': 'pci-0000:00:1a.0-usb-0:1.4:1.0-scsi-0:0:0:0', > 'ID_PATH_TAG': 'pci-0000_00_1a_0-usb-0_1_4_1_0-scsi-0_0_0_0', > 'ID_REVISION': '1.00', > 'ID_SERIAL': 'Generic-_Compact_Flash_20100818841300000-0:0', > 'ID_SERIAL_SHORT': '20100818841300000', > 'ID_TYPE': 'disk', > 'ID_USB_DRIVER': 'ums-realtek', > 'ID_USB_INSTANCE': '0:0', > 'ID_USB_INTERFACES': ':080650:', > 'ID_USB_INTERFACE_NUM': '00', > 'ID_USB_MODEL': 'Compact_Flash', > 'ID_USB_MODEL_ENC': 'Compact\\x20Flash\\x20\\x20\\x20', > 'ID_USB_MODEL_ID': '0184', > 'ID_USB_REVISION': '1.00', > 'ID_USB_SERIAL': 'Generic-_Compact_Flash_20100818841300000-0:0', > 'ID_USB_SERIAL_SHORT': '20100818841300000', > 'ID_USB_TYPE': 'disk', > 'ID_USB_VENDOR': 'Generic-', > 'ID_USB_VENDOR_ENC': 'Generic-', > 'ID_USB_VENDOR_ID': '0bda', > 'ID_VENDOR': 'Generic-', > 'ID_VENDOR_ENC': 'Generic-', > 'ID_VENDOR_ID': '0bda', > 'MAJOR': '8', > 'MINOR': '48', > 'NVME_HOST_IFACE': 'none', > 'SUBSYSTEM': 'block', > 'SYS_NAME': 'sdd', > 'SYS_PATH': '/sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:0/block/sdd', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '16182205'} ; >INFO:blivet:scanning sdd (/sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:0/block/sdd)... >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:0/block/sdd/hidden: 300a >DEBUG:blivet: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned None >WARNING:py.warnings:/usr/lib/python3.11/site-packages/blivet/udev.py:1062: DeprecationWarning: Will be removed in 1.0. Access properties with Device.properties. > while device: > >DEBUG:blivet: DiskDevicePopulator.run: name: sdd ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:0/block/sdd/device/vendor: 47656e657269632d0a >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:0/block/sdd/device/model: 436f6d7061637420466c6173682020200a >INFO:blivet:sdd is a disk >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 15 >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 16 >DEBUG:blivet: DiskDevice._set_format: sdd ; type: None ; current: None ; >DEBUG:blivet: DiskDevice.update_sysfs_path: sdd ; status: True ; >DEBUG:blivet:sdd sysfs_path set to /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:0/block/sdd >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:0/block/sdd ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:0/block/sdd/size: 300a >DEBUG:blivet:updated sdd size to 0 B (0 B) >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:0/block/sdd/queue/rotational: 310a >INFO:blivet:added disk sdd (id 14) to device tree >INFO:blivet:got device: DiskDevice instance (0x7f64e307d910) -- > name = sdd status = True id = 14 > children = [] > parents = [] > uuid = None size = 0 B > format = existing None > major = 8 minor = 48 exists = True protected = False > sysfs path = /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:0/block/sdd > target size = 0 B path = /dev/sdd > format args = [] original_format = None removable = True wwn = None >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:0/block/sdd/ro: 300a >DEBUG:blivet: DeviceTree.handle_format: name: sdd ; >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:0/block/sdd ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:0/block/sdd/size: 300a >DEBUG:blivet:no media present for device sdd >DEBUG:blivet: DeviceTree.handle_device: name: sde ; info: {'CURRENT_TAGS': ':systemd:', > 'DEVLINKS': '/dev/disk/by-id/usb-Generic-_SM_xD-Picture_20100818841300000-0:1 ' > '/dev/disk/by-path/pci-0000:00:1a.0-usb-0:1.4:1.0-scsi-0:0:0:1 ' > '/dev/disk/by-diskseq/167', > 'DEVNAME': '/dev/sde', > 'DEVPATH': '/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:1/block/sde', > 'DEVTYPE': 'disk', > 'DISKSEQ': '167', > 'ID_BUS': 'usb', > 'ID_INSTANCE': '0:1', > 'ID_MODEL': 'SM_xD-Picture', > 'ID_MODEL_ENC': 'SM\\x2fxD-Picture\\x20\\x20\\x20', > 'ID_MODEL_ID': '0184', > 'ID_PATH': 'pci-0000:00:1a.0-usb-0:1.4:1.0-scsi-0:0:0:1', > 'ID_PATH_TAG': 'pci-0000_00_1a_0-usb-0_1_4_1_0-scsi-0_0_0_1', > 'ID_REVISION': '1.00', > 'ID_SERIAL': 'Generic-_SM_xD-Picture_20100818841300000-0:1', > 'ID_SERIAL_SHORT': '20100818841300000', > 'ID_TYPE': 'disk', > 'ID_USB_DRIVER': 'ums-realtek', > 'ID_USB_INSTANCE': '0:1', > 'ID_USB_INTERFACES': ':080650:', > 'ID_USB_INTERFACE_NUM': '00', > 'ID_USB_MODEL': 'SM_xD-Picture', > 'ID_USB_MODEL_ENC': 'SM\\x2fxD-Picture\\x20\\x20\\x20', > 'ID_USB_MODEL_ID': '0184', > 'ID_USB_REVISION': '1.00', > 'ID_USB_SERIAL': 'Generic-_SM_xD-Picture_20100818841300000-0:1', > 'ID_USB_SERIAL_SHORT': '20100818841300000', > 'ID_USB_TYPE': 'disk', > 'ID_USB_VENDOR': 'Generic-', > 'ID_USB_VENDOR_ENC': 'Generic-', > 'ID_USB_VENDOR_ID': '0bda', > 'ID_VENDOR': 'Generic-', > 'ID_VENDOR_ENC': 'Generic-', > 'ID_VENDOR_ID': '0bda', > 'MAJOR': '8', > 'MINOR': '64', > 'NVME_HOST_IFACE': 'none', > 'SUBSYSTEM': 'block', > 'SYS_NAME': 'sde', > 'SYS_PATH': '/sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:1/block/sde', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '16206091'} ; >INFO:blivet:scanning sde (/sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:1/block/sde)... >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:1/block/sde/hidden: 300a >DEBUG:blivet: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned None >DEBUG:blivet: DiskDevicePopulator.run: name: sde ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:1/block/sde/device/vendor: 47656e657269632d0a >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:1/block/sde/device/model: 534d2f78442d506963747572652020200a >INFO:blivet:sde is a disk >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 20 >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 21 >DEBUG:blivet: DiskDevice._set_format: sde ; type: None ; current: None ; >DEBUG:blivet: DiskDevice.update_sysfs_path: sde ; status: True ; >DEBUG:blivet:sde sysfs_path set to /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:1/block/sde >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:1/block/sde ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:1/block/sde/size: 300a >DEBUG:blivet:updated sde size to 0 B (0 B) >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:1/block/sde/queue/rotational: 310a >INFO:blivet:added disk sde (id 19) to device tree >INFO:blivet:got device: DiskDevice instance (0x7f64e3054450) -- > name = sde status = True id = 19 > children = [] > parents = [] > uuid = None size = 0 B > format = existing None > major = 8 minor = 64 exists = True protected = False > sysfs path = /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:1/block/sde > target size = 0 B path = /dev/sde > format args = [] original_format = None removable = True wwn = None >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:1/block/sde/ro: 300a >DEBUG:blivet: DeviceTree.handle_format: name: sde ; >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:1/block/sde ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:1/block/sde/size: 300a >DEBUG:blivet:no media present for device sde >DEBUG:blivet: DeviceTree.handle_device: name: sdf ; info: {'CURRENT_TAGS': ':systemd:', > 'DEVLINKS': '/dev/disk/by-path/pci-0000:00:1a.0-usb-0:1.4:1.0-scsi-0:0:0:2 ' > '/dev/disk/by-diskseq/166 ' > '/dev/disk/by-id/usb-Generic-_SD_MMC_20100818841300000-0:2', > 'DEVNAME': '/dev/sdf', > 'DEVPATH': '/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:2/block/sdf', > 'DEVTYPE': 'disk', > 'DISKSEQ': '166', > 'ID_BUS': 'usb', > 'ID_INSTANCE': '0:2', > 'ID_MODEL': 'SD_MMC', > 'ID_MODEL_ENC': 'SD\\x2fMMC\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_MODEL_ID': '0184', > 'ID_PATH': 'pci-0000:00:1a.0-usb-0:1.4:1.0-scsi-0:0:0:2', > 'ID_PATH_TAG': 'pci-0000_00_1a_0-usb-0_1_4_1_0-scsi-0_0_0_2', > 'ID_REVISION': '1.00', > 'ID_SERIAL': 'Generic-_SD_MMC_20100818841300000-0:2', > 'ID_SERIAL_SHORT': '20100818841300000', > 'ID_TYPE': 'disk', > 'ID_USB_DRIVER': 'ums-realtek', > 'ID_USB_INSTANCE': '0:2', > 'ID_USB_INTERFACES': ':080650:', > 'ID_USB_INTERFACE_NUM': '00', > 'ID_USB_MODEL': 'SD_MMC', > 'ID_USB_MODEL_ENC': 'SD\\x2fMMC\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_USB_MODEL_ID': '0184', > 'ID_USB_REVISION': '1.00', > 'ID_USB_SERIAL': 'Generic-_SD_MMC_20100818841300000-0:2', > 'ID_USB_SERIAL_SHORT': '20100818841300000', > 'ID_USB_TYPE': 'disk', > 'ID_USB_VENDOR': 'Generic-', > 'ID_USB_VENDOR_ENC': 'Generic-', > 'ID_USB_VENDOR_ID': '0bda', > 'ID_VENDOR': 'Generic-', > 'ID_VENDOR_ENC': 'Generic-', > 'ID_VENDOR_ID': '0bda', > 'MAJOR': '8', > 'MINOR': '80', > 'NVME_HOST_IFACE': 'none', > 'SUBSYSTEM': 'block', > 'SYS_NAME': 'sdf', > 'SYS_PATH': '/sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:2/block/sdf', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '16184440'} ; >INFO:blivet:scanning sdf (/sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:2/block/sdf)... >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:2/block/sdf/hidden: 300a >DEBUG:blivet: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned None >DEBUG:blivet: DiskDevicePopulator.run: name: sdf ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:2/block/sdf/device/vendor: 47656e657269632d0a >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:2/block/sdf/device/model: 53442f4d4d43202020202020202020200a >INFO:blivet:sdf is a disk >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 25 >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 26 >DEBUG:blivet: DiskDevice._set_format: sdf ; type: None ; current: None ; >DEBUG:blivet: DiskDevice.update_sysfs_path: sdf ; status: True ; >DEBUG:blivet:sdf sysfs_path set to /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:2/block/sdf >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:2/block/sdf ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:2/block/sdf/size: 300a >DEBUG:blivet:updated sdf size to 0 B (0 B) >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:2/block/sdf/queue/rotational: 310a >INFO:blivet:added disk sdf (id 24) to device tree >INFO:blivet:got device: DiskDevice instance (0x7f64e30552d0) -- > name = sdf status = True id = 24 > children = [] > parents = [] > uuid = None size = 0 B > format = existing None > major = 8 minor = 80 exists = True protected = False > sysfs path = /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:2/block/sdf > target size = 0 B path = /dev/sdf > format args = [] original_format = None removable = True wwn = None >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:2/block/sdf/ro: 300a >DEBUG:blivet: DeviceTree.handle_format: name: sdf ; >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:2/block/sdf ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:2/block/sdf/size: 300a >DEBUG:blivet:no media present for device sdf >DEBUG:blivet: DeviceTree.handle_device: name: sdg ; info: {'CURRENT_TAGS': ':systemd:', > 'DEVLINKS': '/dev/disk/by-diskseq/71 ' > '/dev/disk/by-id/usb-Generic-_M.S._M.S.Pro_HG_20100818841300000-0:3 ' > '/dev/disk/by-path/pci-0000:00:1a.0-usb-0:1.4:1.0-scsi-0:0:0:3', > 'DEVNAME': '/dev/sdg', > 'DEVPATH': '/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:3/block/sdg', > 'DEVTYPE': 'disk', > 'DISKSEQ': '71', > 'ID_BUS': 'usb', > 'ID_INSTANCE': '0:3', > 'ID_MODEL': 'M.S._M.S.Pro_HG', > 'ID_MODEL_ENC': 'M.S.\\x2fM.S.Pro\\x2fHG\\x20', > 'ID_MODEL_ID': '0184', > 'ID_PATH': 'pci-0000:00:1a.0-usb-0:1.4:1.0-scsi-0:0:0:3', > 'ID_PATH_TAG': 'pci-0000_00_1a_0-usb-0_1_4_1_0-scsi-0_0_0_3', > 'ID_REVISION': '1.00', > 'ID_SERIAL': 'Generic-_M.S._M.S.Pro_HG_20100818841300000-0:3', > 'ID_SERIAL_SHORT': '20100818841300000', > 'ID_TYPE': 'disk', > 'ID_USB_DRIVER': 'ums-realtek', > 'ID_USB_INSTANCE': '0:3', > 'ID_USB_INTERFACES': ':080650:', > 'ID_USB_INTERFACE_NUM': '00', > 'ID_USB_MODEL': 'M.S._M.S.Pro_HG', > 'ID_USB_MODEL_ENC': 'M.S.\\x2fM.S.Pro\\x2fHG\\x20', > 'ID_USB_MODEL_ID': '0184', > 'ID_USB_REVISION': '1.00', > 'ID_USB_SERIAL': 'Generic-_M.S._M.S.Pro_HG_20100818841300000-0:3', > 'ID_USB_SERIAL_SHORT': '20100818841300000', > 'ID_USB_TYPE': 'disk', > 'ID_USB_VENDOR': 'Generic-', > 'ID_USB_VENDOR_ENC': 'Generic-', > 'ID_USB_VENDOR_ID': '0bda', > 'ID_VENDOR': 'Generic-', > 'ID_VENDOR_ENC': 'Generic-', > 'ID_VENDOR_ID': '0bda', > 'MAJOR': '8', > 'MINOR': '96', > 'NVME_HOST_IFACE': 'none', > 'SUBSYSTEM': 'block', > 'SYS_NAME': 'sdg', > 'SYS_PATH': '/sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:3/block/sdg', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '16194523'} ; >INFO:blivet:scanning sdg (/sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:3/block/sdg)... >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:3/block/sdg/hidden: 300a >DEBUG:blivet: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned None >DEBUG:blivet: DiskDevicePopulator.run: name: sdg ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:3/block/sdg/device/vendor: 47656e657269632d0a >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:3/block/sdg/device/model: 4d2e532e2f4d2e532e50726f2f4847200a >INFO:blivet:sdg is a disk >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 30 >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 31 >DEBUG:blivet: DiskDevice._set_format: sdg ; type: None ; current: None ; >DEBUG:blivet: DiskDevice.update_sysfs_path: sdg ; status: True ; >DEBUG:blivet:sdg sysfs_path set to /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:3/block/sdg >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:3/block/sdg ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:3/block/sdg/size: 300a >DEBUG:blivet:updated sdg size to 0 B (0 B) >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:3/block/sdg/queue/rotational: 310a >INFO:blivet:added disk sdg (id 29) to device tree >INFO:blivet:got device: DiskDevice instance (0x7f64e3079a50) -- > name = sdg status = True id = 29 > children = [] > parents = [] > uuid = None size = 0 B > format = existing None > major = 8 minor = 96 exists = True protected = False > sysfs path = /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:3/block/sdg > target size = 0 B path = /dev/sdg > format args = [] original_format = None removable = True wwn = None >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:3/block/sdg/ro: 300a >DEBUG:blivet: DeviceTree.handle_format: name: sdg ; >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:3/block/sdg ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:3/block/sdg/size: 300a >DEBUG:blivet:no media present for device sdg >DEBUG:blivet: DeviceTree.handle_device: name: sdh ; info: {'CURRENT_TAGS': ':systemd:', > 'DEVLINKS': '/dev/disk/by-id/usb-Generic-_SD_MMC_M.S.PRO_20100818841300000-0:4 ' > '/dev/disk/by-path/pci-0000:00:1a.0-usb-0:1.4:1.0-scsi-0:0:0:4 ' > '/dev/disk/by-diskseq/165', > 'DEVNAME': '/dev/sdh', > 'DEVPATH': '/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:4/block/sdh', > 'DEVTYPE': 'disk', > 'DISKSEQ': '165', > 'ID_BUS': 'usb', > 'ID_INSTANCE': '0:4', > 'ID_MODEL': 'SD_MMC_M.S.PRO', > 'ID_MODEL_ENC': 'SD\\x2fMMC\\x2fM.S.PRO\\x20\\x20', > 'ID_MODEL_ID': '0184', > 'ID_PATH': 'pci-0000:00:1a.0-usb-0:1.4:1.0-scsi-0:0:0:4', > 'ID_PATH_TAG': 'pci-0000_00_1a_0-usb-0_1_4_1_0-scsi-0_0_0_4', > 'ID_REVISION': '1.00', > 'ID_SERIAL': 'Generic-_SD_MMC_M.S.PRO_20100818841300000-0:4', > 'ID_SERIAL_SHORT': '20100818841300000', > 'ID_TYPE': 'disk', > 'ID_USB_DRIVER': 'ums-realtek', > 'ID_USB_INSTANCE': '0:4', > 'ID_USB_INTERFACES': ':080650:', > 'ID_USB_INTERFACE_NUM': '00', > 'ID_USB_MODEL': 'SD_MMC_M.S.PRO', > 'ID_USB_MODEL_ENC': 'SD\\x2fMMC\\x2fM.S.PRO\\x20\\x20', > 'ID_USB_MODEL_ID': '0184', > 'ID_USB_REVISION': '1.00', > 'ID_USB_SERIAL': 'Generic-_SD_MMC_M.S.PRO_20100818841300000-0:4', > 'ID_USB_SERIAL_SHORT': '20100818841300000', > 'ID_USB_TYPE': 'disk', > 'ID_USB_VENDOR': 'Generic-', > 'ID_USB_VENDOR_ENC': 'Generic-', > 'ID_USB_VENDOR_ID': '0bda', > 'ID_VENDOR': 'Generic-', > 'ID_VENDOR_ENC': 'Generic-', > 'ID_VENDOR_ID': '0bda', > 'MAJOR': '8', > 'MINOR': '112', > 'NVME_HOST_IFACE': 'none', > 'SUBSYSTEM': 'block', > 'SYS_NAME': 'sdh', > 'SYS_PATH': '/sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:4/block/sdh', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '16196631'} ; >INFO:blivet:scanning sdh (/sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:4/block/sdh)... >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:4/block/sdh/hidden: 300a >DEBUG:blivet: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned None >DEBUG:blivet: DiskDevicePopulator.run: name: sdh ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:4/block/sdh/device/vendor: 47656e657269632d0a >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:4/block/sdh/device/model: 53442f4d4d432f4d2e532e50524f20200a >INFO:blivet:sdh is a disk >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 35 >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 36 >DEBUG:blivet: DiskDevice._set_format: sdh ; type: None ; current: None ; >DEBUG:blivet: DiskDevice.update_sysfs_path: sdh ; status: True ; >DEBUG:blivet:sdh sysfs_path set to /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:4/block/sdh >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:4/block/sdh ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:4/block/sdh/size: 300a >DEBUG:blivet:updated sdh size to 0 B (0 B) >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:4/block/sdh/queue/rotational: 310a >INFO:blivet:added disk sdh (id 34) to device tree >INFO:blivet:got device: DiskDevice instance (0x7f64f16fb9d0) -- > name = sdh status = True id = 34 > children = [] > parents = [] > uuid = None size = 0 B > format = existing None > major = 8 minor = 112 exists = True protected = False > sysfs path = /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:4/block/sdh > target size = 0 B path = /dev/sdh > format args = [] original_format = None removable = True wwn = None >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:4/block/sdh/ro: 300a >DEBUG:blivet: DeviceTree.handle_format: name: sdh ; >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:4/block/sdh ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:4/block/sdh/size: 300a >DEBUG:blivet:no media present for device sdh >DEBUG:blivet: DeviceTree.handle_device: name: sda ; info: {'CURRENT_TAGS': ':systemd:', > 'DEVLINKS': '/dev/disk/by-path/pci-0000:00:1f.2-ata-1.0 ' > '/dev/disk/by-id/wwn-0x5002538043584d30 /dev/disk/by-diskseq/1 ' > '/dev/disk/by-path/pci-0000:00:1f.2-ata-1 ' > '/dev/disk/by-id/ata-SAMSUNG_SSD_830_Series_S0XYNEAC722469', > 'DEVNAME': '/dev/sda', > 'DEVPATH': '/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda', > 'DEVTYPE': 'disk', > 'DISKSEQ': '1', > 'ID_ATA': '1', > 'ID_ATA_DOWNLOAD_MICROCODE': '1', > 'ID_ATA_FEATURE_SET_HPA': '1', > 'ID_ATA_FEATURE_SET_HPA_ENABLED': '1', > 'ID_ATA_FEATURE_SET_PM': '1', > 'ID_ATA_FEATURE_SET_PM_ENABLED': '1', > 'ID_ATA_FEATURE_SET_SECURITY': '1', > 'ID_ATA_FEATURE_SET_SECURITY_ENABLED': '0', > 'ID_ATA_FEATURE_SET_SECURITY_ENHANCED_ERASE_UNIT_MIN': '32', > 'ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN': '6', > 'ID_ATA_FEATURE_SET_SECURITY_FROZEN': '1', > 'ID_ATA_FEATURE_SET_SMART': '1', > 'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', > 'ID_ATA_ROTATION_RATE_RPM': '0', > 'ID_ATA_SATA': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN1': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN2': '1', > 'ID_ATA_WRITE_CACHE': '1', > 'ID_ATA_WRITE_CACHE_ENABLED': '1', > 'ID_BUS': 'ata', > 'ID_MODEL': 'SAMSUNG_SSD_830_Series', > 'ID_MODEL_ENC': 'SAMSUNG\\x20SSD\\x20830\\x20Series\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': '00090716', > 'ID_PATH': 'pci-0000:00:1f.2-ata-1.0', > 'ID_PATH_ATA_COMPAT': 'pci-0000:00:1f.2-ata-1', > 'ID_PATH_TAG': 'pci-0000_00_1f_2-ata-1_0', > 'ID_REVISION': 'CXM03B1Q', > 'ID_SERIAL': 'SAMSUNG_SSD_830_Series_S0XYNEAC722469', > 'ID_SERIAL_SHORT': 'S0XYNEAC722469', > 'ID_TYPE': 'disk', > 'ID_WWN': '0x5002538043584d30', > 'ID_WWN_WITH_EXTENSION': '0x5002538043584d30', > 'MAJOR': '8', > 'MINOR': '0', > 'NVME_HOST_IFACE': 'none', > 'SUBSYSTEM': 'block', > 'SYS_NAME': 'sda', > 'SYS_PATH': '/sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '15611759'} ; >INFO:blivet:scanning sda (/sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda)... >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/hidden: 300a >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned None >DEBUG:blivet: DiskDevicePopulator.run: name: sda ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/device/vendor: 41544120202020200a >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/device/model: 53414d53554e472053534420383330200a >INFO:blivet:sda is a disk >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 40 >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 41 >DEBUG:blivet: DiskDevice._set_format: sda ; type: None ; current: None ; >DEBUG:blivet: DiskDevice.update_sysfs_path: sda ; status: True ; >DEBUG:blivet:sda sysfs_path set to /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sda ; sysfs_path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/size: 3235303036393638300a >DEBUG:blivet:updated sda size to 119.24 GiB (119.24 GiB) >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/queue/rotational: 300a >INFO:blivet:added disk sda (id 39) to device tree >INFO:blivet:got device: DiskDevice instance (0x7f64e398ba90) -- > name = sda status = True id = 39 > children = [] > parents = [] > uuid = None size = 119.24 GiB > format = existing None > major = 8 minor = 0 exists = True protected = False > sysfs path = /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda > target size = 119.24 GiB path = /dev/sda > format args = [] original_format = None removable = False wwn = 5002538043584d30 >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/ro: 300a >DEBUG:blivet: DeviceTree.handle_format: name: sda ; >DEBUG:blivet: AppleBootstrapFS.supported: supported: True ; >DEBUG:blivet:get_format('appleboot') returning AppleBootstrapFS instance with object id 43 >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet:get_format('efi') returning EFIFS instance with object id 44 >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 45 >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 46 >DEBUG:blivet: DiskLabelFormatPopulator.run: device: sda ; label_type: dos ; >DEBUG:blivet: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; >DEBUG:blivet: DiskLabel.__init__: uuid: 00090716 ; label: None ; device: /dev/sda ; serial: SAMSUNG_SSD_830_Series_S0XYNEAC722469 ; exists: True ; >DEBUG:blivet:Did not change pmbr_boot on parted.Disk instance -- > type: msdos primaryPartitionCount: 2 > lastPartitionNumber: 2 maxPrimaryPartitionCount: 4 > partitions: [<parted.partition.Partition object at 0x7f64e307e0d0>, <parted.partition.Partition object at 0x7f64e307ec10>] > device: <parted.device.Device object at 0x7f64f3aee550> > PedDisk: <_ped.Disk object at 0x7f64f0d27240> >DEBUG:blivet:get_format('disklabel') returning DiskLabel instance with object id 47 >DEBUG:blivet: DiskDevice._set_format: sda ; type: disklabel ; current: None ; >INFO:blivet:got format: existing msdos disklabel >DEBUG:blivet: DeviceTree.handle_device: name: sda1 ; info: {'CURRENT_TAGS': ':systemd:', > 'DEVLINKS': '/dev/disk/by-uuid/e78bdfed-d203-4338-a4ed-8db17172bdbd ' > '/dev/disk/by-partuuid/00090716-01 ' > '/dev/disk/by-id/wwn-0x5002538043584d30-part1 ' > '/dev/disk/by-id/ata-SAMSUNG_SSD_830_Series_S0XYNEAC722469-part1 ' > '/dev/disk/by-path/pci-0000:00:1f.2-ata-1.0-part1 ' > '/dev/disk/by-diskseq/1-part1 ' > '/dev/disk/by-path/pci-0000:00:1f.2-ata-1-part1', > 'DEVNAME': '/dev/sda1', > 'DEVPATH': '/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1', > 'DEVTYPE': 'partition', > 'DISKSEQ': '1', > 'ID_ATA': '1', > 'ID_ATA_DOWNLOAD_MICROCODE': '1', > 'ID_ATA_FEATURE_SET_HPA': '1', > 'ID_ATA_FEATURE_SET_HPA_ENABLED': '1', > 'ID_ATA_FEATURE_SET_PM': '1', > 'ID_ATA_FEATURE_SET_PM_ENABLED': '1', > 'ID_ATA_FEATURE_SET_SECURITY': '1', > 'ID_ATA_FEATURE_SET_SECURITY_ENABLED': '0', > 'ID_ATA_FEATURE_SET_SECURITY_ENHANCED_ERASE_UNIT_MIN': '32', > 'ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN': '6', > 'ID_ATA_FEATURE_SET_SECURITY_FROZEN': '1', > 'ID_ATA_FEATURE_SET_SMART': '1', > 'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', > 'ID_ATA_ROTATION_RATE_RPM': '0', > 'ID_ATA_SATA': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN1': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN2': '1', > 'ID_ATA_WRITE_CACHE': '1', > 'ID_ATA_WRITE_CACHE_ENABLED': '1', > 'ID_BUS': 'ata', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': 'e78bdfed-d203-4338-a4ed-8db17172bdbd', > 'ID_FS_UUID_ENC': 'e78bdfed-d203-4338-a4ed-8db17172bdbd', > 'ID_FS_VERSION': '1.0', > 'ID_MODEL': 'SAMSUNG_SSD_830_Series', > 'ID_MODEL_ENC': 'SAMSUNG\\x20SSD\\x20830\\x20Series\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_ENTRY_DISK': '8:0', > 'ID_PART_ENTRY_FLAGS': '0x80', > 'ID_PART_ENTRY_NUMBER': '1', > 'ID_PART_ENTRY_OFFSET': '2048', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '1024000', > 'ID_PART_ENTRY_TYPE': '0x83', > 'ID_PART_ENTRY_UUID': '00090716-01', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': '00090716', > 'ID_PATH': 'pci-0000:00:1f.2-ata-1.0', > 'ID_PATH_ATA_COMPAT': 'pci-0000:00:1f.2-ata-1', > 'ID_PATH_TAG': 'pci-0000_00_1f_2-ata-1_0', > 'ID_REVISION': 'CXM03B1Q', > 'ID_SERIAL': 'SAMSUNG_SSD_830_Series_S0XYNEAC722469', > 'ID_SERIAL_SHORT': 'S0XYNEAC722469', > 'ID_TYPE': 'disk', > 'ID_WWN': '0x5002538043584d30', > 'ID_WWN_WITH_EXTENSION': '0x5002538043584d30', > 'MAJOR': '8', > 'MINOR': '1', > 'NVME_HOST_IFACE': 'none', > 'PARTN': '1', > 'SUBSYSTEM': 'block', > 'SYS_NAME': 'sda1', > 'SYS_PATH': '/sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '15620384'} ; >INFO:blivet:scanning sda1 (/sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1)... >WARNING:blivet:hidden is not a valid attribute >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda1 ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned None >DEBUG:blivet: PartitionDevicePopulator.run: name: sda1 ; >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda1 ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned None >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:testdata:sysfs attr /sys/class/block/sdc/device/model: 466c617368204469736b2020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdd/device/model: 436f6d7061637420466c6173682020200a >DEBUG:testdata:sysfs attr /sys/class/block/sde/device/model: 534d2f78442d506963747572652020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdf/device/model: 53442f4d4d43202020202020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdg/device/model: 4d2e532e2f4d2e532e50726f2f4847200a >DEBUG:testdata:sysfs attr /sys/class/block/sdh/device/model: 53442f4d4d432f4d2e532e50524f20200a >DEBUG:testdata:sysfs attr /sys/class/block/sda/device/model: 53414d53554e472053534420383330200a >DEBUG:testdata:sysfs attr /sys/class/block/sdb/device/model: 53616d73756e672053534420383530200a >DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 4456442d52572053482d3231364142200a >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 119.24 GiB disk sda (39) with existing msdos disklabel >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 50 >DEBUG:blivet: DiskDevice.add_child: name: sda ; child: sda1 ; kids: 0 ; >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 51 >DEBUG:blivet: PartitionDevice._set_format: sda1 ; type: None ; current: None ; >DEBUG:blivet: PartitionDevice.update_sysfs_path: sda1 ; status: True ; >DEBUG:blivet:sda1 sysfs_path set to /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1 >DEBUG:blivet: PartitionDevice.read_current_size: exists: True ; path: /dev/sda1 ; sysfs_path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1 ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1/size: 313032343030300a >DEBUG:blivet:updated sda1 size to 500 MiB (500 MiB) >DEBUG:blivet:looking up parted Partition: /dev/sda1 >DEBUG:blivet: PartitionDevice.probe: sda1 ; exists: True ; >DEBUG:blivet: PartitionDevice.get_flag: path: /dev/sda1 ; flag: 1 ; >DEBUG:blivet: PartitionDevice.get_flag: path: /dev/sda1 ; flag: 10 ; >DEBUG:blivet: PartitionDevice.get_flag: path: /dev/sda1 ; flag: 12 ; >DEBUG:blivet: PartitionDevice.read_current_size: exists: True ; path: /dev/sda1 ; sysfs_path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1 ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1/size: 313032343030300a >DEBUG:blivet:updated sda1 size to 500 MiB (500 MiB) >INFO:blivet:added partition sda1 (id 49) to device tree >INFO:blivet:parted exception: msdos disk labels do not support partition names. >INFO:blivet:parted exception: msdos disk labels do not support partition names. >INFO:blivet:got device: PartitionDevice instance (0x7f64e3968a50) -- > name = sda1 status = True id = 49 > children = [] > parents = ['existing 119.24 GiB disk sda (39) with existing msdos disklabel'] > uuid = 00090716-01 size = 500 MiB > format = existing None > major = 8 minor = 1 exists = True protected = False > sysfs path = /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1 > target size = 500 MiB path = /dev/sda1 > format args = [] original_format = None grow = None max size = 0 B bootable = True > part type = 0 primary = None start sector = None end sector = None > parted_partition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f64e3a99090> fileSystem: <parted.filesystem.FileSystem object at 0x7f64e307d850> > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f64e307cf50> PedPartition: <_ped.Partition object at 0x7f64e305ca90> > disk = existing 119.24 GiB disk sda (39) with existing msdos disklabel > start = 2048 end = 1026047 length = 1024000 > flags = boot >DEBUG:blivet: DeviceTree.handle_format: name: sda1 ; >DEBUG:blivet: AppleBootstrapFS.supported: supported: True ; >DEBUG:blivet:get_format('appleboot') returning AppleBootstrapFS instance with object id 53 >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet:get_format('efi') returning EFIFS instance with object id 54 >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 55 >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 56 >INFO:blivet:type detected on 'sda1' is 'ext4' >INFO:program:Running... dumpe2fs -h /dev/sda1 >INFO:program:stdout: >INFO:program:Filesystem volume name: <none> >INFO:program:Last mounted on: /boot >INFO:program:Filesystem UUID: e78bdfed-d203-4338-a4ed-8db17172bdbd >INFO:program:Filesystem magic number: 0xEF53 >INFO:program:Filesystem revision #: 1 (dynamic) >INFO:program:Filesystem features: has_journal ext_attr resize_inode dir_index filetype extent flex_bg sparse_super huge_file uninit_bg dir_nlink extra_isize >INFO:program:Filesystem flags: signed_directory_hash >INFO:program:Default mount options: user_xattr acl >INFO:program:Filesystem state: clean >INFO:program:Errors behavior: Continue >INFO:program:Filesystem OS type: Linux >INFO:program:Inode count: 128016 >INFO:program:Block count: 512000 >INFO:program:Reserved block count: 25600 >INFO:program:Overhead clusters: 26652 >INFO:program:Free blocks: 270344 >INFO:program:Free inodes: 127503 >INFO:program:First block: 1 >INFO:program:Block size: 1024 >INFO:program:Fragment size: 1024 >INFO:program:Reserved GDT blocks: 256 >INFO:program:Blocks per group: 8192 >INFO:program:Fragments per group: 8192 >INFO:program:Inodes per group: 2032 >INFO:program:Inode blocks per group: 254 >INFO:program:Flex block group size: 16 >INFO:program:Filesystem created: Mon Oct 1 06:22:58 2012 >INFO:program:Last mount time: Wed Jan 18 06:56:55 2023 >INFO:program:Last write time: Thu Jun 29 08:54:05 2023 >INFO:program:Mount count: 800 >INFO:program:Maximum mount count: -1 >INFO:program:Last checked: Mon Oct 1 06:22:58 2012 >INFO:program:Check interval: 0 (<none>) >INFO:program:Lifetime writes: 9 GB >INFO:program:Reserved blocks uid: 0 (user root) >INFO:program:Reserved blocks gid: 0 (group root) >INFO:program:First inode: 11 >INFO:program:Inode size: 128 >INFO:program:Journal inode: 8 >INFO:program:Default directory hash: half_md4 >INFO:program:Directory Hash Seed: faebf505-53d2-4f8e-88bf-6c45bb943930 >INFO:program:Journal backup: inode blocks >INFO:program:Journal features: journal_incompat_revoke >INFO:program:Total journal size: 8M >INFO:program:Total journal blocks: 8192 >INFO:program:Max transaction length: 8192 >INFO:program:Fast commit length: 0 >INFO:program:Journal sequence: 0x00001811 >INFO:program:Journal start: 0 >INFO:program: >INFO:program:stderr: >INFO:program:b'dumpe2fs 1.46.5 (30-Dec-2021)' >DEBUG:program:Return code: 0 >INFO:program:Running... resize2fs -P /dev/sda1 >INFO:program:stdout: >INFO:program:Estimated minimum size of the filesystem: 351528 >INFO:program:stderr: >INFO:program:b'resize2fs 1.46.5 (30-Dec-2021)' >DEBUG:program:Return code: 0 >DEBUG:blivet:padding min size from 343.29 MiB up to 378 MiB >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 57 >DEBUG:blivet: PartitionDevice._set_format: sda1 ; type: ext4 ; current: None ; >INFO:blivet:got format: existing ext4 filesystem >DEBUG:blivet: DeviceTree.handle_device: name: sda2 ; info: {'CURRENT_TAGS': ':systemd:', > 'DEVLINKS': '/dev/disk/by-diskseq/1-part2 ' > '/dev/disk/by-id/lvm-pv-uuid-GAqkuM-e7nY-O2ZE-E2Dd-bcux-HkeY-RHbJUf ' > '/dev/disk/by-id/ata-SAMSUNG_SSD_830_Series_S0XYNEAC722469-part2 ' > '/dev/disk/by-id/wwn-0x5002538043584d30-part2 ' > '/dev/disk/by-path/pci-0000:00:1f.2-ata-1-part2 ' > '/dev/disk/by-path/pci-0000:00:1f.2-ata-1.0-part2 ' > '/dev/disk/by-partuuid/00090716-02', > 'DEVNAME': '/dev/sda2', > 'DEVPATH': '/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2', > 'DEVTYPE': 'partition', > 'DISKSEQ': '1', > 'ID_ATA': '1', > 'ID_ATA_DOWNLOAD_MICROCODE': '1', > 'ID_ATA_FEATURE_SET_HPA': '1', > 'ID_ATA_FEATURE_SET_HPA_ENABLED': '1', > 'ID_ATA_FEATURE_SET_PM': '1', > 'ID_ATA_FEATURE_SET_PM_ENABLED': '1', > 'ID_ATA_FEATURE_SET_SECURITY': '1', > 'ID_ATA_FEATURE_SET_SECURITY_ENABLED': '0', > 'ID_ATA_FEATURE_SET_SECURITY_ENHANCED_ERASE_UNIT_MIN': '32', > 'ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN': '6', > 'ID_ATA_FEATURE_SET_SECURITY_FROZEN': '1', > 'ID_ATA_FEATURE_SET_SMART': '1', > 'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', > 'ID_ATA_ROTATION_RATE_RPM': '0', > 'ID_ATA_SATA': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN1': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN2': '1', > 'ID_ATA_WRITE_CACHE': '1', > 'ID_ATA_WRITE_CACHE_ENABLED': '1', > 'ID_BUS': 'ata', > 'ID_FS_TYPE': 'LVM2_member', > 'ID_FS_USAGE': 'raid', > 'ID_FS_UUID': 'GAqkuM-e7nY-O2ZE-E2Dd-bcux-HkeY-RHbJUf', > 'ID_FS_UUID_ENC': 'GAqkuM-e7nY-O2ZE-E2Dd-bcux-HkeY-RHbJUf', > 'ID_FS_VERSION': 'LVM2 001', > 'ID_MODEL': 'SAMSUNG_SSD_830_Series', > 'ID_MODEL_ENC': 'SAMSUNG\\x20SSD\\x20830\\x20Series\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_ENTRY_DISK': '8:0', > 'ID_PART_ENTRY_NUMBER': '2', > 'ID_PART_ENTRY_OFFSET': '1026048', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '249042944', > 'ID_PART_ENTRY_TYPE': '0x83', > 'ID_PART_ENTRY_UUID': '00090716-02', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': '00090716', > 'ID_PATH': 'pci-0000:00:1f.2-ata-1.0', > 'ID_PATH_ATA_COMPAT': 'pci-0000:00:1f.2-ata-1', > 'ID_PATH_TAG': 'pci-0000_00_1f_2-ata-1_0', > 'ID_REVISION': 'CXM03B1Q', > 'ID_SERIAL': 'SAMSUNG_SSD_830_Series_S0XYNEAC722469', > 'ID_SERIAL_SHORT': 'S0XYNEAC722469', > 'ID_TYPE': 'disk', > 'ID_WWN': '0x5002538043584d30', > 'ID_WWN_WITH_EXTENSION': '0x5002538043584d30', > 'MAJOR': '8', > 'MINOR': '2', > 'NVME_HOST_IFACE': 'none', > 'PARTN': '2', > 'SUBSYSTEM': 'block', > 'SYS_NAME': 'sda2', > 'SYS_PATH': '/sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '15774121'} ; >INFO:blivet:scanning sda2 (/sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2)... >WARNING:blivet:hidden is not a valid attribute >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda2 ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned None >DEBUG:blivet: PartitionDevicePopulator.run: name: sda2 ; >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda2 ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned None >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:anaconda.modules.common.base.base:Locale is set to fr_FR.UTF-8. >DEBUG:program:Return code: 0 >DEBUG:testdata:sysfs attr /sys/class/block/sdc/device/model: 466c617368204469736b2020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdd/device/model: 436f6d7061637420466c6173682020200a >DEBUG:testdata:sysfs attr /sys/class/block/sde/device/model: 534d2f78442d506963747572652020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdf/device/model: 53442f4d4d43202020202020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdg/device/model: 4d2e532e2f4d2e532e50726f2f4847200a >DEBUG:testdata:sysfs attr /sys/class/block/sdh/device/model: 53442f4d4d432f4d2e532e50524f20200a >DEBUG:testdata:sysfs attr /sys/class/block/sda/device/model: 53414d53554e472053534420383330200a >DEBUG:testdata:sysfs attr /sys/class/block/sdb/device/model: 53616d73756e672053534420383530200a >DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 4456442d52572053482d3231364142200a >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 119,24 Gio disk sda (39) with existing msdos disklabel >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 60 >DEBUG:blivet: DiskDevice.add_child: name: sda ; child: sda2 ; kids: 1 ; >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 61 >DEBUG:blivet: PartitionDevice._set_format: sda2 ; type: None ; current: None ; >DEBUG:blivet: PartitionDevice.update_sysfs_path: sda2 ; status: True ; >DEBUG:blivet:sda2 sysfs_path set to /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2 >DEBUG:blivet: PartitionDevice.read_current_size: exists: True ; path: /dev/sda2 ; sysfs_path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2 ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2/size: 3234393034323934340a >DEBUG:blivet:updated sda2 size to 118,75 Gio (118,75 Gio) >DEBUG:blivet:looking up parted Partition: /dev/sda2 >DEBUG:blivet: PartitionDevice.probe: sda2 ; exists: True ; >DEBUG:blivet: PartitionDevice.get_flag: path: /dev/sda2 ; flag: 1 ; >DEBUG:blivet: PartitionDevice.get_flag: path: /dev/sda2 ; flag: 10 ; >DEBUG:blivet: PartitionDevice.get_flag: path: /dev/sda2 ; flag: 12 ; >DEBUG:blivet: PartitionDevice.read_current_size: exists: True ; path: /dev/sda2 ; sysfs_path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2 ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2/size: 3234393034323934340a >DEBUG:blivet:updated sda2 size to 118,75 Gio (118,75 Gio) >INFO:blivet:added partition sda2 (id 59) to device tree >INFO:blivet:parted exception: msdos disk labels do not support partition names. >INFO:blivet:parted exception: msdos disk labels do not support partition names. >INFO:blivet:got device: PartitionDevice instance (0x7f64e3042e10) -- > name = sda2 status = True id = 59 > children = [] > parents = ['existing 119,24 Gio disk sda (39) with existing msdos disklabel'] > uuid = 00090716-02 size = 118,75 Gio > format = existing None > major = 8 minor = 2 exists = True protected = False > sysfs path = /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2 > target size = 118,75 Gio path = /dev/sda2 > format args = [] original_format = None grow = None max size = 0 O bootable = None > part type = 0 primary = None start sector = None end sector = None > parted_partition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f64e3a99090> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f64e307cfd0> PedPartition: <_ped.Partition object at 0x7f64e304db70> > disk = existing 119,24 Gio disk sda (39) with existing msdos disklabel > start = 1026048 end = 250068991 length = 249042944 > flags = >DEBUG:blivet: DeviceTree.handle_format: name: sda2 ; >DEBUG:blivet: AppleBootstrapFS.supported: supported: True ; >DEBUG:blivet:get_format('appleboot') returning AppleBootstrapFS instance with object id 63 >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet:get_format('efi') returning EFIFS instance with object id 64 >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 65 >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 66 >DEBUG:blivet: LVMFormatPopulator.run: pv: sda2 ; >DEBUG:blivet:lvm filter: device /dev/sda2 added to the list of allowed devices >INFO:blivet:type detected on 'sda2' is 'lvmpv' >DEBUG:blivet: LVMPhysicalVolume.__init__: uuid: GAqkuM-e7nY-O2ZE-E2Dd-bcux-HkeY-RHbJUf ; label: None ; device: /dev/sda2 ; serial: SAMSUNG_SSD_830_Series_S0XYNEAC722469 ; exists: True ; vg_name: vg_erwan-desktop ; vg_uuid: 3vkTwN-NVSy-EPPa-TKBy-ECge-VrQq-Zq6a4s ; pe_start: 1024 Kio ; free: 118,75 Gio ; >DEBUG:blivet:get_format('lvmpv') returning LVMPhysicalVolume instance with object id 67 >DEBUG:blivet: PartitionDevice._set_format: sda2 ; type: lvmpv ; current: None ; >DEBUG:blivet: DeviceTree.get_device_by_uuid: uuid: 3vkTwN-NVSy-EPPa-TKBy-ECge-VrQq-Zq6a4s ; incomplete: True ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_uuid returned None >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned None >INFO:blivet:Can't get exported information from VG info, assuming VG is not exported. >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 69 >DEBUG:blivet: LVMVolumeGroupDevice._add_parent: vg_erwan-desktop ; parent: sda2 ; >DEBUG:blivet: PartitionDevice.add_child: name: sda2 ; child: vg_erwan-desktop ; kids: 0 ; >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 70 >DEBUG:blivet: LVMVolumeGroupDevice._set_format: vg_erwan-desktop ; type: None ; current: None ; >DEBUG:blivet: LVMVolumeGroupDevice.update_sysfs_path: vg_erwan-desktop ; status: True ; >INFO:blivet:added lvmvg vg_erwan-desktop (id 68) to device tree >DEBUG:blivet: LVMFormatPopulator._update_lvs: pv: sda2 ; >DEBUG:blivet: DeviceTree.get_device_by_uuid: uuid: 3vkTwN-NVSy-EPPa-TKBy-ECge-VrQq-Zq6a4s ; incomplete: True ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_uuid returned existing 118,75 Gio lvmvg vg_erwan-desktop (68) >WARNING:blivet:Skipping LVs for incomplete VG vg_erwan-desktop >INFO:blivet:got format: existing lvmpv >DEBUG:blivet: DeviceTree.handle_device: name: sdb ; info: {'CURRENT_TAGS': ':systemd:', > 'DEVLINKS': '/dev/disk/by-id/wwn-0x5002538d409a2fbe ' > '/dev/disk/by-path/pci-0000:00:1f.2-ata-2.0 ' > '/dev/disk/by-id/ata-Samsung_SSD_850_EVO_500GB_S2RBNXAH101404X ' > '/dev/disk/by-path/pci-0000:00:1f.2-ata-2 /dev/disk/by-diskseq/2', > 'DEVNAME': '/dev/sdb', > 'DEVPATH': '/devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sdb', > 'DEVTYPE': 'disk', > 'DISKSEQ': '2', > 'ID_ATA': '1', > 'ID_ATA_DOWNLOAD_MICROCODE': '1', > 'ID_ATA_FEATURE_SET_HPA': '1', > 'ID_ATA_FEATURE_SET_HPA_ENABLED': '1', > 'ID_ATA_FEATURE_SET_PM': '1', > 'ID_ATA_FEATURE_SET_PM_ENABLED': '1', > 'ID_ATA_FEATURE_SET_SECURITY': '1', > 'ID_ATA_FEATURE_SET_SECURITY_ENABLED': '0', > 'ID_ATA_FEATURE_SET_SECURITY_ENHANCED_ERASE_UNIT_MIN': '8', > 'ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN': '2', > 'ID_ATA_FEATURE_SET_SECURITY_FROZEN': '1', > 'ID_ATA_FEATURE_SET_SMART': '1', > 'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', > 'ID_ATA_ROTATION_RATE_RPM': '0', > 'ID_ATA_SATA': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN1': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN2': '1', > 'ID_ATA_WRITE_CACHE': '1', > 'ID_ATA_WRITE_CACHE_ENABLED': '1', > 'ID_BUS': 'ata', > 'ID_MODEL': 'Samsung_SSD_850_EVO_500GB', > 'ID_MODEL_ENC': 'Samsung\\x20SSD\\x20850\\x20EVO\\x20500GB\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': '3a70219d', > 'ID_PATH': 'pci-0000:00:1f.2-ata-2.0', > 'ID_PATH_ATA_COMPAT': 'pci-0000:00:1f.2-ata-2', > 'ID_PATH_TAG': 'pci-0000_00_1f_2-ata-2_0', > 'ID_REVISION': 'EMT02B6Q', > 'ID_SERIAL': 'Samsung_SSD_850_EVO_500GB_S2RBNXAH101404X', > 'ID_SERIAL_SHORT': 'S2RBNXAH101404X', > 'ID_TYPE': 'disk', > 'ID_WWN': '0x5002538d409a2fbe', > 'ID_WWN_WITH_EXTENSION': '0x5002538d409a2fbe', > 'MAJOR': '8', > 'MINOR': '16', > 'NVME_HOST_IFACE': 'none', > 'SUBSYSTEM': 'block', > 'SYS_NAME': 'sdb', > 'SYS_PATH': '/sys/devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sdb', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '15610822'} ; >INFO:blivet:scanning sdb (/sys/devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sdb)... >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sdb/hidden: 300a >DEBUG:blivet: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned None >WARNING:py.warnings:/usr/lib/python3.11/site-packages/blivet/udev.py:1062: DeprecationWarning: Will be removed in 1.0. Access properties with Device.properties. > while device: > >DEBUG:blivet: DiskDevicePopulator.run: name: sdb ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sdb/device/vendor: 41544120202020200a >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sdb/device/model: 53616d73756e672053534420383530200a >INFO:blivet:sdb is a disk >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 74 >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 75 >DEBUG:blivet: DiskDevice._set_format: sdb ; type: None ; current: None ; >DEBUG:blivet: DiskDevice.update_sysfs_path: sdb ; status: True ; >DEBUG:blivet:sdb sysfs_path set to /sys/devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sdb >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdb ; sysfs_path: /sys/devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sdb ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sdb/size: 3937363737333136380a >DEBUG:blivet:updated sdb size to 465,76 Gio (465,76 Gio) >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sdb/queue/rotational: 300a >INFO:blivet:added disk sdb (id 73) to device tree >INFO:blivet:got device: DiskDevice instance (0x7f64e3089490) -- > name = sdb status = True id = 73 > children = [] > parents = [] > uuid = None size = 465,76 Gio > format = existing None > major = 8 minor = 16 exists = True protected = False > sysfs path = /sys/devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sdb > target size = 465,76 Gio path = /dev/sdb > format args = [] original_format = None removable = False wwn = 5002538d409a2fbe >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sdb/ro: 300a >DEBUG:blivet: DeviceTree.handle_format: name: sdb ; >DEBUG:blivet: AppleBootstrapFS.supported: supported: True ; >DEBUG:blivet:get_format('appleboot') returning AppleBootstrapFS instance with object id 77 >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet:get_format('efi') returning EFIFS instance with object id 78 >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 79 >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 80 >DEBUG:blivet: DiskLabelFormatPopulator.run: device: sdb ; label_type: dos ; >DEBUG:blivet: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; >DEBUG:blivet: DiskLabel.__init__: uuid: 3a70219d ; label: None ; device: /dev/sdb ; serial: Samsung_SSD_850_EVO_500GB_S2RBNXAH101404X ; exists: True ; >DEBUG:blivet:Did not change pmbr_boot on parted.Disk instance -- > type: msdos primaryPartitionCount: 1 > lastPartitionNumber: 1 maxPrimaryPartitionCount: 4 > partitions: [<parted.partition.Partition object at 0x7f64e3089650>] > device: <parted.device.Device object at 0x7f64e3040810> > PedDisk: <_ped.Disk object at 0x7f64e3041040> >DEBUG:blivet:get_format('disklabel') returning DiskLabel instance with object id 81 >DEBUG:blivet: DiskDevice._set_format: sdb ; type: disklabel ; current: None ; >INFO:blivet:got format: existing msdos disklabel >DEBUG:blivet: DeviceTree.handle_device: name: sdb1 ; info: {'CURRENT_TAGS': ':systemd:', > 'DEVLINKS': '/dev/disk/by-path/pci-0000:00:1f.2-ata-2.0-part1 ' > '/dev/disk/by-id/lvm-pv-uuid-i0HzEq-HGe2-MRXw-X3od-P6CR-G86h-maSPFA ' > '/dev/disk/by-path/pci-0000:00:1f.2-ata-2-part1 ' > '/dev/disk/by-diskseq/2-part1 ' > '/dev/disk/by-id/ata-Samsung_SSD_850_EVO_500GB_S2RBNXAH101404X-part1 ' > '/dev/disk/by-id/wwn-0x5002538d409a2fbe-part1 ' > '/dev/disk/by-partuuid/3a70219d-01', > 'DEVNAME': '/dev/sdb1', > 'DEVPATH': '/devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sdb/sdb1', > 'DEVTYPE': 'partition', > 'DISKSEQ': '2', > 'ID_ATA': '1', > 'ID_ATA_DOWNLOAD_MICROCODE': '1', > 'ID_ATA_FEATURE_SET_HPA': '1', > 'ID_ATA_FEATURE_SET_HPA_ENABLED': '1', > 'ID_ATA_FEATURE_SET_PM': '1', > 'ID_ATA_FEATURE_SET_PM_ENABLED': '1', > 'ID_ATA_FEATURE_SET_SECURITY': '1', > 'ID_ATA_FEATURE_SET_SECURITY_ENABLED': '0', > 'ID_ATA_FEATURE_SET_SECURITY_ENHANCED_ERASE_UNIT_MIN': '8', > 'ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN': '2', > 'ID_ATA_FEATURE_SET_SECURITY_FROZEN': '1', > 'ID_ATA_FEATURE_SET_SMART': '1', > 'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', > 'ID_ATA_ROTATION_RATE_RPM': '0', > 'ID_ATA_SATA': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN1': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN2': '1', > 'ID_ATA_WRITE_CACHE': '1', > 'ID_ATA_WRITE_CACHE_ENABLED': '1', > 'ID_BUS': 'ata', > 'ID_FS_TYPE': 'LVM2_member', > 'ID_FS_USAGE': 'raid', > 'ID_FS_UUID': 'i0HzEq-HGe2-MRXw-X3od-P6CR-G86h-maSPFA', > 'ID_FS_UUID_ENC': 'i0HzEq-HGe2-MRXw-X3od-P6CR-G86h-maSPFA', > 'ID_FS_VERSION': 'LVM2 001', > 'ID_MODEL': 'Samsung_SSD_850_EVO_500GB', > 'ID_MODEL_ENC': 'Samsung\\x20SSD\\x20850\\x20EVO\\x20500GB\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_ENTRY_DISK': '8:16', > 'ID_PART_ENTRY_NUMBER': '1', > 'ID_PART_ENTRY_OFFSET': '2048', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '976771120', > 'ID_PART_ENTRY_TYPE': '0x8e', > 'ID_PART_ENTRY_UUID': '3a70219d-01', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': '3a70219d', > 'ID_PATH': 'pci-0000:00:1f.2-ata-2.0', > 'ID_PATH_ATA_COMPAT': 'pci-0000:00:1f.2-ata-2', > 'ID_PATH_TAG': 'pci-0000_00_1f_2-ata-2_0', > 'ID_REVISION': 'EMT02B6Q', > 'ID_SERIAL': 'Samsung_SSD_850_EVO_500GB_S2RBNXAH101404X', > 'ID_SERIAL_SHORT': 'S2RBNXAH101404X', > 'ID_TYPE': 'disk', > 'ID_WWN': '0x5002538d409a2fbe', > 'ID_WWN_WITH_EXTENSION': '0x5002538d409a2fbe', > 'MAJOR': '8', > 'MINOR': '17', > 'NVME_HOST_IFACE': 'none', > 'PARTN': '1', > 'SUBSYSTEM': 'block', > 'SYS_NAME': 'sdb1', > 'SYS_PATH': '/sys/devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sdb/sdb1', > 'TAGS': ':systemd:', > 'UDISKS_IGNORE': '1', > 'USEC_INITIALIZED': '1832388253'} ; >INFO:blivet:scanning sdb1 (/sys/devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sdb/sdb1)... >WARNING:blivet:hidden is not a valid attribute >DEBUG:blivet: DeviceTree.get_device_by_name: name: sdb1 ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned None >DEBUG:blivet: PartitionDevicePopulator.run: name: sdb1 ; >DEBUG:blivet: DeviceTree.get_device_by_name: name: sdb1 ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned None >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:testdata:sysfs attr /sys/class/block/sdc/device/model: 466c617368204469736b2020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdd/device/model: 436f6d7061637420466c6173682020200a >DEBUG:testdata:sysfs attr /sys/class/block/sde/device/model: 534d2f78442d506963747572652020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdf/device/model: 53442f4d4d43202020202020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdg/device/model: 4d2e532e2f4d2e532e50726f2f4847200a >DEBUG:testdata:sysfs attr /sys/class/block/sdh/device/model: 53442f4d4d432f4d2e532e50524f20200a >DEBUG:testdata:sysfs attr /sys/class/block/sda/device/model: 53414d53554e472053534420383330200a >DEBUG:testdata:sysfs attr /sys/class/block/sdb/device/model: 53616d73756e672053534420383530200a >DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 4456442d52572053482d3231364142200a >DEBUG:blivet: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 465,76 Gio disk sdb (73) with existing msdos disklabel >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 84 >DEBUG:blivet: DiskDevice.add_child: name: sdb ; child: sdb1 ; kids: 0 ; >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 85 >DEBUG:blivet: PartitionDevice._set_format: sdb1 ; type: None ; current: None ; >DEBUG:blivet: PartitionDevice.update_sysfs_path: sdb1 ; status: True ; >DEBUG:blivet:sdb1 sysfs_path set to /sys/devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sdb/sdb1 >DEBUG:blivet: PartitionDevice.read_current_size: exists: True ; path: /dev/sdb1 ; sysfs_path: /sys/devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sdb/sdb1 ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sdb/sdb1/size: 3937363737313132300a >DEBUG:blivet:updated sdb1 size to 465,76 Gio (465,76 Gio) >DEBUG:blivet:looking up parted Partition: /dev/sdb1 >DEBUG:blivet: PartitionDevice.probe: sdb1 ; exists: True ; >DEBUG:blivet: PartitionDevice.get_flag: path: /dev/sdb1 ; flag: 1 ; >DEBUG:blivet: PartitionDevice.get_flag: path: /dev/sdb1 ; flag: 10 ; >DEBUG:blivet: PartitionDevice.get_flag: path: /dev/sdb1 ; flag: 12 ; >DEBUG:blivet: PartitionDevice.read_current_size: exists: True ; path: /dev/sdb1 ; sysfs_path: /sys/devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sdb/sdb1 ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sdb/sdb1/size: 3937363737313132300a >DEBUG:blivet:updated sdb1 size to 465,76 Gio (465,76 Gio) >INFO:blivet:added partition sdb1 (id 83) to device tree >INFO:blivet:parted exception: msdos disk labels do not support partition names. >INFO:blivet:parted exception: msdos disk labels do not support partition names. >INFO:blivet:got device: PartitionDevice instance (0x7f64e306ab10) -- > name = sdb1 status = True id = 83 > children = [] > parents = ['existing 465,76 Gio disk sdb (73) with existing msdos disklabel'] > uuid = 3a70219d-01 size = 465,76 Gio > format = existing None > major = 8 minor = 17 exists = True protected = False > sysfs path = /sys/devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sdb/sdb1 > target size = 465,76 Gio path = /dev/sdb1 > format args = [] original_format = None grow = None max size = 0 O bootable = None > part type = 0 primary = None start sector = None end sector = None > parted_partition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f64e3042d50> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f64e3041cd0> PedPartition: <_ped.Partition object at 0x7f64e30ace50> > disk = existing 465,76 Gio disk sdb (73) with existing msdos disklabel > start = 2048 end = 976773167 length = 976771120 > flags = lvm >DEBUG:blivet: DeviceTree.handle_format: name: sdb1 ; >DEBUG:blivet: AppleBootstrapFS.supported: supported: True ; >DEBUG:blivet:get_format('appleboot') returning AppleBootstrapFS instance with object id 87 >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet:get_format('efi') returning EFIFS instance with object id 88 >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 89 >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 90 >DEBUG:blivet: LVMFormatPopulator.run: pv: sdb1 ; >DEBUG:blivet:lvm filter: device /dev/sdb1 added to the list of allowed devices >INFO:blivet:type detected on 'sdb1' is 'lvmpv' >DEBUG:blivet: LVMPhysicalVolume.__init__: uuid: i0HzEq-HGe2-MRXw-X3od-P6CR-G86h-maSPFA ; label: None ; device: /dev/sdb1 ; serial: Samsung_SSD_850_EVO_500GB_S2RBNXAH101404X ; exists: True ; vg_name: vg_erwan-desktop ; vg_uuid: 3vkTwN-NVSy-EPPa-TKBy-ECge-VrQq-Zq6a4s ; pe_start: 1024 Kio ; free: 135,75 Gio ; >DEBUG:blivet:get_format('lvmpv') returning LVMPhysicalVolume instance with object id 91 >DEBUG:blivet: PartitionDevice._set_format: sdb1 ; type: lvmpv ; current: None ; >DEBUG:blivet: DeviceTree.get_device_by_uuid: uuid: 3vkTwN-NVSy-EPPa-TKBy-ECge-VrQq-Zq6a4s ; incomplete: True ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_uuid returned existing 118,75 Gio lvmvg vg_erwan-desktop (68) >DEBUG:blivet: LVMVolumeGroupDevice._add_parent: vg_erwan-desktop ; parent: sdb1 ; >DEBUG:blivet: PartitionDevice.add_child: name: sdb1 ; child: vg_erwan-desktop ; kids: 0 ; >DEBUG:anaconda.modules.common.base.base:Locale is set to fr_FR.UTF-8. >DEBUG:blivet: LVMFormatPopulator._update_lvs: pv: sdb1 ; >DEBUG:blivet: DeviceTree.get_device_by_uuid: uuid: 3vkTwN-NVSy-EPPa-TKBy-ECge-VrQq-Zq6a4s ; incomplete: True ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_uuid returned existing 584,5 Gio lvmvg vg_erwan-desktop (68) >DEBUG:anaconda.modules.common.base.base:Locale is set to fr_FR.UTF-8. >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_home ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned None >DEBUG:blivet: DeviceTree.get_device_by_uuid: uuid: 98PR9l-8Dg8-ub0Q-zrpU-TFVY-xgRw-2BiiZ2 ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_uuid returned None >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 93 >DEBUG:blivet: LVMVolumeGroupDevice.add_child: name: vg_erwan-desktop ; child: lv_home ; kids: 0 ; >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 94 >DEBUG:blivet: LVMLogicalVolumeDevice._set_format: vg_erwan-desktop-lv_home ; type: None ; current: None ; >DEBUG:blivet: LVMLogicalVolumeDevice.update_sysfs_path: vg_erwan-desktop-lv_home ; status: True ; >DEBUG:blivet:vg_erwan-desktop-lv_home sysfs_path set to /sys/devices/virtual/block/dm-1 >DEBUG:blivet: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/vg_erwan--desktop-lv_home ; sysfs_path: /sys/devices/virtual/block/dm-1 ; >DEBUG:testdata:sysfs attr /sys/devices/virtual/block/dm-1/size: 3332313332333030380a >DEBUG:blivet:updated vg_erwan-desktop-lv_home size to 153,22 Gio (153,22 Gio) >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 96 >DEBUG:blivet: LVMVolumeGroupDevice.remove_child: name: vg_erwan-desktop ; child: lv_home ; kids: 1 ; >DEBUG:blivet: LVMVolumeGroupDevice.add_child: name: vg_erwan-desktop ; child: lv_home ; kids: 0 ; >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 97 >DEBUG:blivet: LVMLogicalVolumeDevice._set_format: vg_erwan-desktop-lv_home ; type: None ; current: None ; >DEBUG:blivet: LVMLogicalVolumeDevice.update_sysfs_path: vg_erwan-desktop-lv_home ; status: True ; >DEBUG:blivet:vg_erwan-desktop-lv_home sysfs_path set to /sys/devices/virtual/block/dm-1 >DEBUG:blivet: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/vg_erwan--desktop-lv_home ; sysfs_path: /sys/devices/virtual/block/dm-1 ; >DEBUG:testdata:sysfs attr /sys/devices/virtual/block/dm-1/size: 3332313332333030380a >DEBUG:blivet:updated vg_erwan-desktop-lv_home size to 153,22 Gio (153,22 Gio) >DEBUG:blivet:Adding vg_erwan-desktop-lv_home/153,22 Gio to vg_erwan-desktop >INFO:blivet:added lvmlv vg_erwan-desktop-lv_home (id 92) to device tree >INFO:program:Running [3] dmsetup --version ... >INFO:program:stdout[3]: Library version: 1.02.189-git (2022-11-10) >Driver version: 4.47.0 > >INFO:program:stderr[3]: >INFO:program:...done [3] (exit code: 0) >DEBUG:blivet: LVMLogicalVolumeDevice.setup: vg_erwan-desktop-lv_home ; orig: False ; status: True ; controllable: True ; >DEBUG:blivet: LVMLogicalVolumeDevice.update_sysfs_path: vg_erwan-desktop-lv_home ; status: True ; >DEBUG:blivet:vg_erwan-desktop-lv_home sysfs_path set to /sys/devices/virtual/block/dm-1 >DEBUG:blivet: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/vg_erwan--desktop-lv_home ; sysfs_path: /sys/devices/virtual/block/dm-1 ; >DEBUG:testdata:sysfs attr /sys/devices/virtual/block/dm-1/size: 3332313332333030380a >DEBUG:blivet:updated vg_erwan-desktop-lv_home size to 153,22 Gio (153,22 Gio) >DEBUG:blivet: DeviceTree.handle_device: name: vg_erwan--desktop-lv_home ; info: {'CURRENT_TAGS': ':systemd:', > 'DEVLINKS': '/dev/disk/by-uuid/0901706e-a709-4c51-a005-c8385cf934e2 ' > '/dev/disk/by-id/dm-uuid-LVM-3vkTwNNVSyEPPaTKByECgeVrQqZq6a4s98PR9l8Dg8ub0QzrpUTFVYxgRw2BiiZ2 ' > '/dev/disk/by-id/dm-name-vg_erwan--desktop-lv_home ' > '/dev/mapper/vg_erwan--desktop-lv_home ' > '/dev/vg_erwan-desktop/lv_home', > 'DEVNAME': '/dev/dm-1', > 'DEVPATH': '/devices/virtual/block/dm-1', > 'DEVTYPE': 'disk', > 'DISKSEQ': '169', > 'DM_LV_NAME': 'lv_home', > 'DM_NAME': 'vg_erwan--desktop-lv_home', > 'DM_SUSPENDED': '0', > 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'DM_UUID': 'LVM-3vkTwNNVSyEPPaTKByECgeVrQqZq6a4s98PR9l8Dg8ub0QzrpUTFVYxgRw2BiiZ2', > 'DM_VG_NAME': 'vg_erwan-desktop', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '0901706e-a709-4c51-a005-c8385cf934e2', > 'ID_FS_UUID_ENC': '0901706e-a709-4c51-a005-c8385cf934e2', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '253', > 'MINOR': '1', > 'NVME_HOST_IFACE': 'none', > 'SUBSYSTEM': 'block', > 'SYSTEMD_READY': '1', > 'SYS_NAME': 'dm-1', > 'SYS_PATH': '/sys/devices/virtual/block/dm-1', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '1832460023'} ; >INFO:blivet:scanning vg_erwan--desktop-lv_home (/sys/devices/virtual/block/dm-1)... >DEBUG:testdata:sysfs attr /sys/devices/virtual/block/dm-1/hidden: 300a >INFO:program:Running [4] dmsetup info -co subsystem --noheadings vg_erwan--desktop-lv_home ... >INFO:program:stdout[4]: LVM > >INFO:program:stderr[4]: >INFO:program:...done [4] (exit code: 0) >INFO:program:Running [5] dmsetup info -co subsystem --noheadings vg_erwan--desktop-lv_home ... >INFO:program:stdout[5]: LVM > >INFO:program:stderr[5]: >INFO:program:...done [5] (exit code: 0) >INFO:program:Running [6] dmsetup info -co subsystem --noheadings vg_erwan--desktop-lv_home ... >INFO:program:stdout[6]: LVM > >INFO:program:stderr[6]: >INFO:program:...done [6] (exit code: 0) >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan--desktop-lv_home ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 153,22 Gio lvmlv vg_erwan-desktop-lv_home (92) >DEBUG:blivet:vg_erwan-desktop size is 584,5 Gio >DEBUG:blivet:vg vg_erwan-desktop has 431,28 Gio free >DEBUG:blivet:vg_erwan-desktop size is 584,5 Gio >DEBUG:blivet:vg vg_erwan-desktop has 431,28 Gio free >DEBUG:blivet:vg_erwan-desktop size is 584,5 Gio >DEBUG:blivet:vg vg_erwan-desktop has 431,28 Gio free >DEBUG:blivet:vg_erwan-desktop size is 584,5 Gio >DEBUG:blivet:vg vg_erwan-desktop has 431,28 Gio free >INFO:blivet:got device: LVMLogicalVolumeDevice instance (0x7f64e30691d0) -- > name = vg_erwan-desktop-lv_home status = True id = 92 > children = [] > parents = ['existing 584,5 Gio lvmvg vg_erwan-desktop (68)'] > uuid = 98PR9l-8Dg8-ub0Q-zrpU-TFVY-xgRw-2BiiZ2 size = 153,22 Gio > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = /sys/devices/virtual/block/dm-1 > target size = 153,22 Gio path = /dev/mapper/vg_erwan--desktop-lv_home > format args = [] original_format = None target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f64e39249d0) -- > name = vg_erwan-desktop status = True id = 68 > children = ['existing 153,22 Gio lvmlv vg_erwan-desktop-lv_home (92)'] > parents = ['existing 118,75 Gio partition sda2 (59) with existing lvmpv', > 'existing 465,76 Gio partition sdb1 (83) with existing lvmpv'] > uuid = 3vkTwN-NVSy-EPPa-TKBy-ECge-VrQq-Zq6a4s size = 584,5 Gio > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = > target size = 584,5 Gio path = /dev/vg_erwan--desktop > format args = [] original_format = None free = 254,5 Gio PE Size = 32 Mio PE Count = 18704 > PE Free = 8144 PV Count = 2 > modified = False extents = 18704 free space = 431,28 Gio > free extents = 13801 reserved percent = 0 reserved space = 0 O > PVs = ['existing 118,75 Gio partition sda2 (59) with existing lvmpv', > 'existing 465,76 Gio partition sdb1 (83) with existing lvmpv'] > LVs = ['existing 153,22 Gio lvmlv vg_erwan-desktop-lv_home (92)'] > segment type = linear percent = 0 > VG space used = 153,22 Gio >INFO:program:Running [7] dmsetup info -co subsystem --noheadings vg_erwan--desktop-lv_home ... >INFO:program:stdout[7]: LVM > >INFO:program:stderr[7]: >INFO:program:...done [7] (exit code: 0) >DEBUG:blivet: DeviceTree.handle_format: name: vg_erwan-desktop-lv_home ; >DEBUG:blivet: AppleBootstrapFS.supported: supported: True ; >DEBUG:blivet:get_format('appleboot') returning AppleBootstrapFS instance with object id 99 >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet:get_format('efi') returning EFIFS instance with object id 100 >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 101 >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 102 >INFO:blivet:type detected on 'vg_erwan-desktop-lv_home' is 'ext4' >INFO:program:Running... dumpe2fs -h /dev/mapper/vg_erwan--desktop-lv_home >INFO:program:stdout: >INFO:program:Filesystem volume name: <none> >INFO:program:Last mounted on: /home >INFO:program:Filesystem UUID: 0901706e-a709-4c51-a005-c8385cf934e2 >INFO:program:Filesystem magic number: 0xEF53 >INFO:program:Filesystem revision #: 1 (dynamic) >INFO:program:Filesystem features: has_journal ext_attr resize_inode dir_index filetype extent flex_bg sparse_super large_file huge_file uninit_bg dir_nlink extra_isize >INFO:program:Filesystem flags: signed_directory_hash >INFO:program:Default mount options: user_xattr acl >INFO:program:Filesystem state: clean >INFO:program:Errors behavior: Continue >INFO:program:Filesystem OS type: Linux >INFO:program:Inode count: 10043392 >INFO:program:Block count: 40165376 >INFO:program:Reserved block count: 1745770 >INFO:program:Overhead clusters: 678307 >INFO:program:Free blocks: 16196555 >INFO:program:Free inodes: 9024333 >INFO:program:First block: 0 >INFO:program:Block size: 4096 >INFO:program:Fragment size: 4096 >INFO:program:Reserved GDT blocks: 1014 >INFO:program:Blocks per group: 32768 >INFO:program:Fragments per group: 32768 >INFO:program:Inodes per group: 8192 >INFO:program:Inode blocks per group: 512 >INFO:program:Flex block group size: 16 >INFO:program:Filesystem created: Mon Oct 1 06:23:05 2012 >INFO:program:Last mount time: Wed Jan 18 06:56:55 2023 >INFO:program:Last write time: Thu Jun 29 08:54:06 2023 >INFO:program:Mount count: 280 >INFO:program:Maximum mount count: -1 >INFO:program:Last checked: Mon Jan 4 03:34:53 2016 >INFO:program:Check interval: 0 (<none>) >INFO:program:Lifetime writes: 9 TB >INFO:program:Reserved blocks uid: 0 (user root) >INFO:program:Reserved blocks gid: 0 (group root) >INFO:program:First inode: 11 >INFO:program:Inode size: 256 >INFO:program:Required extra isize: 28 >INFO:program:Desired extra isize: 28 >INFO:program:Journal inode: 8 >INFO:program:Default directory hash: half_md4 >INFO:program:Directory Hash Seed: ebbf0af5-dc21-40e4-94b6-daf59b90bf54 >INFO:program:Journal backup: inode blocks >INFO:program:Journal features: journal_incompat_revoke >INFO:program:Total journal size: 128M >INFO:program:Total journal blocks: 32768 >INFO:program:Max transaction length: 32768 >INFO:program:Fast commit length: 0 >INFO:program:Journal sequence: 0x02b2639a >INFO:program:Journal start: 0 >INFO:program: >INFO:program:stderr: >INFO:program:b'dumpe2fs 1.46.5 (30-Dec-2021)' >DEBUG:program:Return code: 0 >INFO:program:Running... resize2fs -P /dev/mapper/vg_erwan--desktop-lv_home >INFO:program:stdout: >INFO:program:Estimated minimum size of the filesystem: 24006350 >INFO:program:stderr: >INFO:program:b'resize2fs 1.46.5 (30-Dec-2021)' >DEBUG:program:Return code: 0 >DEBUG:blivet:padding min size from 91,58 Gio up to 92,07 Gio >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 103 >DEBUG:blivet: LVMLogicalVolumeDevice._set_format: vg_erwan-desktop-lv_home ; type: ext4 ; current: None ; >INFO:blivet:got format: existing ext4 filesystem >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_swap ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned None >DEBUG:blivet: DeviceTree.get_device_by_uuid: uuid: D1HagM-iPHi-tB3l-DXqk-BdeW-RnB3-VJOGlO ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_uuid returned None >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 106 >DEBUG:blivet: LVMVolumeGroupDevice.add_child: name: vg_erwan-desktop ; child: lv_swap ; kids: 1 ; >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 107 >DEBUG:blivet: LVMLogicalVolumeDevice._set_format: vg_erwan-desktop-lv_swap ; type: None ; current: None ; >DEBUG:blivet: LVMLogicalVolumeDevice.update_sysfs_path: vg_erwan-desktop-lv_swap ; status: True ; >DEBUG:blivet:vg_erwan-desktop-lv_swap sysfs_path set to /sys/devices/virtual/block/dm-0 >DEBUG:blivet: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/vg_erwan--desktop-lv_swap ; sysfs_path: /sys/devices/virtual/block/dm-0 ; >DEBUG:testdata:sysfs attr /sys/devices/virtual/block/dm-0/size: 33323537313339320a >DEBUG:blivet:updated vg_erwan-desktop-lv_swap size to 15,53 Gio (15,53 Gio) >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 109 >DEBUG:blivet: LVMVolumeGroupDevice.remove_child: name: vg_erwan-desktop ; child: lv_swap ; kids: 2 ; >DEBUG:blivet: LVMVolumeGroupDevice.add_child: name: vg_erwan-desktop ; child: lv_swap ; kids: 1 ; >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 110 >DEBUG:blivet: LVMLogicalVolumeDevice._set_format: vg_erwan-desktop-lv_swap ; type: None ; current: None ; >DEBUG:blivet: LVMLogicalVolumeDevice.update_sysfs_path: vg_erwan-desktop-lv_swap ; status: True ; >DEBUG:blivet:vg_erwan-desktop-lv_swap sysfs_path set to /sys/devices/virtual/block/dm-0 >DEBUG:blivet: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/vg_erwan--desktop-lv_swap ; sysfs_path: /sys/devices/virtual/block/dm-0 ; >DEBUG:testdata:sysfs attr /sys/devices/virtual/block/dm-0/size: 33323537313339320a >DEBUG:blivet:updated vg_erwan-desktop-lv_swap size to 15,53 Gio (15,53 Gio) >DEBUG:blivet:Adding vg_erwan-desktop-lv_swap/15,53 Gio to vg_erwan-desktop >INFO:blivet:added lvmlv vg_erwan-desktop-lv_swap (id 105) to device tree >DEBUG:blivet: LVMLogicalVolumeDevice.setup: vg_erwan-desktop-lv_swap ; orig: False ; status: True ; controllable: True ; >DEBUG:blivet: LVMLogicalVolumeDevice.update_sysfs_path: vg_erwan-desktop-lv_swap ; status: True ; >DEBUG:blivet:vg_erwan-desktop-lv_swap sysfs_path set to /sys/devices/virtual/block/dm-0 >DEBUG:blivet: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/vg_erwan--desktop-lv_swap ; sysfs_path: /sys/devices/virtual/block/dm-0 ; >DEBUG:testdata:sysfs attr /sys/devices/virtual/block/dm-0/size: 33323537313339320a >DEBUG:blivet:updated vg_erwan-desktop-lv_swap size to 15,53 Gio (15,53 Gio) >DEBUG:blivet: DeviceTree.handle_device: name: vg_erwan--desktop-lv_swap ; info: {'CURRENT_TAGS': ':systemd:', > 'DEVLINKS': '/dev/mapper/vg_erwan--desktop-lv_swap ' > '/dev/disk/by-uuid/3fbcc456-95b8-4681-8cd8-981dab52cbf3 ' > '/dev/disk/by-id/dm-name-vg_erwan--desktop-lv_swap ' > '/dev/disk/by-id/dm-uuid-LVM-3vkTwNNVSyEPPaTKByECgeVrQqZq6a4sD1HagMiPHitB3lDXqkBdeWRnB3VJOGlO ' > '/dev/vg_erwan-desktop/lv_swap', > 'DEVNAME': '/dev/dm-0', > 'DEVPATH': '/devices/virtual/block/dm-0', > 'DEVTYPE': 'disk', > 'DISKSEQ': '168', > 'DM_LV_NAME': 'lv_swap', > 'DM_NAME': 'vg_erwan--desktop-lv_swap', > 'DM_SUSPENDED': '0', > 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'DM_UUID': 'LVM-3vkTwNNVSyEPPaTKByECgeVrQqZq6a4sD1HagMiPHitB3lDXqkBdeWRnB3VJOGlO', > 'DM_VG_NAME': 'vg_erwan-desktop', > 'ID_FS_TYPE': 'swap', > 'ID_FS_USAGE': 'other', > 'ID_FS_UUID': '3fbcc456-95b8-4681-8cd8-981dab52cbf3', > 'ID_FS_UUID_ENC': '3fbcc456-95b8-4681-8cd8-981dab52cbf3', > 'ID_FS_VERSION': '1', > 'MAJOR': '253', > 'MINOR': '0', > 'NVME_HOST_IFACE': 'none', > 'SUBSYSTEM': 'block', > 'SYSTEMD_READY': '1', > 'SYS_NAME': 'dm-0', > 'SYS_PATH': '/sys/devices/virtual/block/dm-0', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '1832458886'} ; >INFO:blivet:scanning vg_erwan--desktop-lv_swap (/sys/devices/virtual/block/dm-0)... >DEBUG:testdata:sysfs attr /sys/devices/virtual/block/dm-0/hidden: 300a >INFO:program:Running [8] dmsetup info -co subsystem --noheadings vg_erwan--desktop-lv_swap ... >INFO:program:stdout[8]: LVM > >INFO:program:stderr[8]: >INFO:program:...done [8] (exit code: 0) >INFO:program:Running [9] dmsetup info -co subsystem --noheadings vg_erwan--desktop-lv_swap ... >INFO:program:stdout[9]: LVM > >INFO:program:stderr[9]: >INFO:program:...done [9] (exit code: 0) >INFO:program:Running [10] dmsetup info -co subsystem --noheadings vg_erwan--desktop-lv_swap ... >INFO:program:stdout[10]: LVM > >INFO:program:stderr[10]: >INFO:program:...done [10] (exit code: 0) >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan--desktop-lv_swap ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 15,53 Gio lvmlv vg_erwan-desktop-lv_swap (105) >DEBUG:blivet:vg_erwan-desktop size is 584,5 Gio >DEBUG:blivet:vg vg_erwan-desktop has 415,75 Gio free >DEBUG:blivet:vg_erwan-desktop size is 584,5 Gio >DEBUG:blivet:vg vg_erwan-desktop has 415,75 Gio free >DEBUG:blivet:vg_erwan-desktop size is 584,5 Gio >DEBUG:blivet:vg vg_erwan-desktop has 415,75 Gio free >DEBUG:blivet:vg_erwan-desktop size is 584,5 Gio >DEBUG:blivet:vg vg_erwan-desktop has 415,75 Gio free >INFO:blivet:got device: LVMLogicalVolumeDevice instance (0x7f64e393ed10) -- > name = vg_erwan-desktop-lv_swap status = True id = 105 > children = [] > parents = ['existing 584,5 Gio lvmvg vg_erwan-desktop (68)'] > uuid = D1HagM-iPHi-tB3l-DXqk-BdeW-RnB3-VJOGlO size = 15,53 Gio > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = /sys/devices/virtual/block/dm-0 > target size = 15,53 Gio path = /dev/mapper/vg_erwan--desktop-lv_swap > format args = [] original_format = None target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f64e39249d0) -- > name = vg_erwan-desktop status = True id = 68 > children = ['existing 153,22 Gio lvmlv vg_erwan-desktop-lv_home (92) with existing ext4 ' > 'filesystem', > 'existing 15,53 Gio lvmlv vg_erwan-desktop-lv_swap (105)'] > parents = ['existing 118,75 Gio partition sda2 (59) with existing lvmpv', > 'existing 465,76 Gio partition sdb1 (83) with existing lvmpv'] > uuid = 3vkTwN-NVSy-EPPa-TKBy-ECge-VrQq-Zq6a4s size = 584,5 Gio > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = > target size = 584,5 Gio path = /dev/vg_erwan--desktop > format args = [] original_format = None free = 254,5 Gio PE Size = 32 Mio PE Count = 18704 > PE Free = 8144 PV Count = 2 > modified = False extents = 18704 free space = 415,75 Gio > free extents = 13304 reserved percent = 0 reserved space = 0 O > PVs = ['existing 118,75 Gio partition sda2 (59) with existing lvmpv', > 'existing 465,76 Gio partition sdb1 (83) with existing lvmpv'] > LVs = ['existing 153,22 Gio lvmlv vg_erwan-desktop-lv_home (92) with existing ext4 ' > 'filesystem', > 'existing 15,53 Gio lvmlv vg_erwan-desktop-lv_swap (105)'] > segment type = linear percent = 0 > VG space used = 15,53 Gio >INFO:program:Running [11] dmsetup info -co subsystem --noheadings vg_erwan--desktop-lv_swap ... >INFO:program:stdout[11]: LVM > >INFO:program:stderr[11]: >INFO:program:...done [11] (exit code: 0) >DEBUG:blivet: DeviceTree.handle_format: name: vg_erwan-desktop-lv_swap ; >DEBUG:blivet: AppleBootstrapFS.supported: supported: True ; >DEBUG:blivet:get_format('appleboot') returning AppleBootstrapFS instance with object id 112 >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet:get_format('efi') returning EFIFS instance with object id 113 >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 114 >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 115 >INFO:blivet:type detected on 'vg_erwan-desktop-lv_swap' is 'swap' >DEBUG:blivet: SwapSpace.__init__: uuid: 3fbcc456-95b8-4681-8cd8-981dab52cbf3 ; label: None ; device: /dev/mapper/vg_erwan--desktop-lv_swap ; serial: None ; exists: True ; >DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 116 >DEBUG:blivet: LVMLogicalVolumeDevice._set_format: vg_erwan-desktop-lv_swap ; type: swap ; current: None ; >INFO:blivet:got format: existing swap >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan-desktop-lv_root ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned None >DEBUG:blivet: DeviceTree.get_device_by_uuid: uuid: RCReFx-EgbD-OeEo-U4Iz-3KuU-yVkf-4h6XEd ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_uuid returned None >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 119 >DEBUG:blivet: LVMVolumeGroupDevice.add_child: name: vg_erwan-desktop ; child: lv_root ; kids: 2 ; >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 120 >DEBUG:blivet: LVMLogicalVolumeDevice._set_format: vg_erwan-desktop-lv_root ; type: None ; current: None ; >DEBUG:blivet: LVMLogicalVolumeDevice.update_sysfs_path: vg_erwan-desktop-lv_root ; status: True ; >DEBUG:blivet:vg_erwan-desktop-lv_root sysfs_path set to /sys/devices/virtual/block/dm-2 >DEBUG:blivet: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/vg_erwan--desktop-lv_root ; sysfs_path: /sys/devices/virtual/block/dm-2 ; >DEBUG:testdata:sysfs attr /sys/devices/virtual/block/dm-2/size: 3333383136353736300a >DEBUG:blivet:updated vg_erwan-desktop-lv_root size to 161,25 Gio (161,25 Gio) >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 122 >DEBUG:blivet: LVMVolumeGroupDevice.remove_child: name: vg_erwan-desktop ; child: lv_root ; kids: 3 ; >DEBUG:blivet: LVMVolumeGroupDevice.add_child: name: vg_erwan-desktop ; child: lv_root ; kids: 2 ; >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 123 >DEBUG:blivet: LVMLogicalVolumeDevice._set_format: vg_erwan-desktop-lv_root ; type: None ; current: None ; >DEBUG:blivet: LVMLogicalVolumeDevice.update_sysfs_path: vg_erwan-desktop-lv_root ; status: True ; >DEBUG:blivet:vg_erwan-desktop-lv_root sysfs_path set to /sys/devices/virtual/block/dm-2 >DEBUG:blivet: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/vg_erwan--desktop-lv_root ; sysfs_path: /sys/devices/virtual/block/dm-2 ; >DEBUG:testdata:sysfs attr /sys/devices/virtual/block/dm-2/size: 3333383136353736300a >DEBUG:blivet:updated vg_erwan-desktop-lv_root size to 161,25 Gio (161,25 Gio) >DEBUG:blivet:Adding vg_erwan-desktop-lv_root/161,25 Gio to vg_erwan-desktop >INFO:blivet:added lvmlv vg_erwan-desktop-lv_root (id 118) to device tree >DEBUG:blivet: LVMLogicalVolumeDevice.setup: vg_erwan-desktop-lv_root ; orig: False ; status: True ; controllable: True ; >DEBUG:blivet: LVMLogicalVolumeDevice.update_sysfs_path: vg_erwan-desktop-lv_root ; status: True ; >DEBUG:blivet:vg_erwan-desktop-lv_root sysfs_path set to /sys/devices/virtual/block/dm-2 >DEBUG:blivet: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/vg_erwan--desktop-lv_root ; sysfs_path: /sys/devices/virtual/block/dm-2 ; >DEBUG:testdata:sysfs attr /sys/devices/virtual/block/dm-2/size: 3333383136353736300a >DEBUG:blivet:updated vg_erwan-desktop-lv_root size to 161,25 Gio (161,25 Gio) >DEBUG:blivet: DeviceTree.handle_device: name: vg_erwan--desktop-lv_root ; info: {'CURRENT_TAGS': ':systemd:', > 'DEVLINKS': '/dev/disk/by-id/dm-name-vg_erwan--desktop-lv_root ' > '/dev/disk/by-uuid/4221e451-5d48-4d3a-913b-14b39cc69f82 ' > '/dev/disk/by-label/_Fedora-17-x86_6 ' > '/dev/mapper/vg_erwan--desktop-lv_root ' > '/dev/vg_erwan-desktop/lv_root ' > '/dev/disk/by-id/dm-uuid-LVM-3vkTwNNVSyEPPaTKByECgeVrQqZq6a4sRCReFxEgbDOeEoU4Iz3KuUyVkf4h6XEd', > 'DEVNAME': '/dev/dm-2', > 'DEVPATH': '/devices/virtual/block/dm-2', > 'DEVTYPE': 'disk', > 'DISKSEQ': '170', > 'DM_LV_NAME': 'lv_root', > 'DM_NAME': 'vg_erwan--desktop-lv_root', > 'DM_SUSPENDED': '0', > 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'DM_UUID': 'LVM-3vkTwNNVSyEPPaTKByECgeVrQqZq6a4sRCReFxEgbDOeEoU4Iz3KuUyVkf4h6XEd', > 'DM_VG_NAME': 'vg_erwan-desktop', > 'ID_FS_LABEL': '_Fedora-17-x86_6', > 'ID_FS_LABEL_ENC': '_Fedora-17-x86_6', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '4221e451-5d48-4d3a-913b-14b39cc69f82', > 'ID_FS_UUID_ENC': '4221e451-5d48-4d3a-913b-14b39cc69f82', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '253', > 'MINOR': '2', > 'NVME_HOST_IFACE': 'none', > 'SUBSYSTEM': 'block', > 'SYSTEMD_READY': '1', > 'SYS_NAME': 'dm-2', > 'SYS_PATH': '/sys/devices/virtual/block/dm-2', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '1832460019'} ; >INFO:blivet:scanning vg_erwan--desktop-lv_root (/sys/devices/virtual/block/dm-2)... >DEBUG:testdata:sysfs attr /sys/devices/virtual/block/dm-2/hidden: 300a >INFO:program:Running [12] dmsetup info -co subsystem --noheadings vg_erwan--desktop-lv_root ... >INFO:program:stdout[12]: LVM > >INFO:program:stderr[12]: >INFO:program:...done [12] (exit code: 0) >INFO:program:Running [13] dmsetup info -co subsystem --noheadings vg_erwan--desktop-lv_root ... >INFO:program:stdout[13]: LVM > >INFO:program:stderr[13]: >INFO:program:...done [13] (exit code: 0) >INFO:program:Running [14] dmsetup info -co subsystem --noheadings vg_erwan--desktop-lv_root ... >INFO:program:stdout[14]: LVM > >INFO:program:stderr[14]: >INFO:program:...done [14] (exit code: 0) >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan--desktop-lv_root ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118) >DEBUG:blivet:vg_erwan-desktop size is 584,5 Gio >DEBUG:blivet:vg vg_erwan-desktop has 254,5 Gio free >DEBUG:blivet:vg_erwan-desktop size is 584,5 Gio >DEBUG:blivet:vg vg_erwan-desktop has 254,5 Gio free >DEBUG:blivet:vg_erwan-desktop size is 584,5 Gio >DEBUG:blivet:vg vg_erwan-desktop has 254,5 Gio free >DEBUG:blivet:vg_erwan-desktop size is 584,5 Gio >DEBUG:blivet:vg vg_erwan-desktop has 254,5 Gio free >INFO:blivet:got device: LVMLogicalVolumeDevice instance (0x7f64e3054d90) -- > name = vg_erwan-desktop-lv_root status = True id = 118 > children = [] > parents = ['existing 584,5 Gio lvmvg vg_erwan-desktop (68)'] > uuid = RCReFx-EgbD-OeEo-U4Iz-3KuU-yVkf-4h6XEd size = 161,25 Gio > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = /sys/devices/virtual/block/dm-2 > target size = 161,25 Gio path = /dev/mapper/vg_erwan--desktop-lv_root > format args = [] original_format = None target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f64e39249d0) -- > name = vg_erwan-desktop status = True id = 68 > children = ['existing 153,22 Gio lvmlv vg_erwan-desktop-lv_home (92) with existing ext4 ' > 'filesystem', > 'existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118)', > 'existing 15,53 Gio lvmlv vg_erwan-desktop-lv_swap (105) with existing swap'] > parents = ['existing 118,75 Gio partition sda2 (59) with existing lvmpv', > 'existing 465,76 Gio partition sdb1 (83) with existing lvmpv'] > uuid = 3vkTwN-NVSy-EPPa-TKBy-ECge-VrQq-Zq6a4s size = 584,5 Gio > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = > target size = 584,5 Gio path = /dev/vg_erwan--desktop > format args = [] original_format = None free = 254,5 Gio PE Size = 32 Mio PE Count = 18704 > PE Free = 8144 PV Count = 2 > modified = False extents = 18704 free space = 254,5 Gio > free extents = 8144 reserved percent = 0 reserved space = 0 O > PVs = ['existing 118,75 Gio partition sda2 (59) with existing lvmpv', > 'existing 465,76 Gio partition sdb1 (83) with existing lvmpv'] > LVs = ['existing 153,22 Gio lvmlv vg_erwan-desktop-lv_home (92) with existing ext4 ' > 'filesystem', > 'existing 15,53 Gio lvmlv vg_erwan-desktop-lv_swap (105) with existing swap', > 'existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118)'] > segment type = linear percent = 0 > VG space used = 161,25 Gio >INFO:program:Running [15] dmsetup info -co subsystem --noheadings vg_erwan--desktop-lv_root ... >INFO:program:stdout[15]: LVM > >INFO:program:stderr[15]: >INFO:program:...done [15] (exit code: 0) >DEBUG:blivet: DeviceTree.handle_format: name: vg_erwan-desktop-lv_root ; >DEBUG:blivet: AppleBootstrapFS.supported: supported: True ; >DEBUG:blivet:get_format('appleboot') returning AppleBootstrapFS instance with object id 125 >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet:get_format('efi') returning EFIFS instance with object id 126 >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 127 >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 128 >INFO:blivet:type detected on 'vg_erwan-desktop-lv_root' is 'ext4' >INFO:program:Running... dumpe2fs -h /dev/mapper/vg_erwan--desktop-lv_root >INFO:program:stdout: >INFO:program:Filesystem volume name: _Fedora-17-x86_6 >INFO:program:Last mounted on: / >INFO:program:Filesystem UUID: 4221e451-5d48-4d3a-913b-14b39cc69f82 >INFO:program:Filesystem magic number: 0xEF53 >INFO:program:Filesystem revision #: 1 (dynamic) >INFO:program:Filesystem features: has_journal ext_attr resize_inode dir_index filetype extent flex_bg sparse_super large_file huge_file uninit_bg dir_nlink extra_isize >INFO:program:Filesystem flags: signed_directory_hash >INFO:program:Default mount options: user_xattr acl >INFO:program:Filesystem state: clean >INFO:program:Errors behavior: Continue >INFO:program:Filesystem OS type: Linux >INFO:program:Inode count: 10567680 >INFO:program:Block count: 42270720 >INFO:program:Reserved block count: 131050 >INFO:program:Overhead clusters: 699683 >INFO:program:Free blocks: 15122701 >INFO:program:Free inodes: 8417995 >INFO:program:First block: 0 >INFO:program:Block size: 4096 >INFO:program:Fragment size: 4096 >INFO:program:Reserved GDT blocks: 245 >INFO:program:Blocks per group: 32768 >INFO:program:Fragments per group: 32768 >INFO:program:Inodes per group: 8192 >INFO:program:Inode blocks per group: 512 >INFO:program:Flex block group size: 16 >INFO:program:Filesystem created: Tue May 22 16:37:52 2012 >INFO:program:Last mount time: Wed Jan 18 06:56:54 2023 >INFO:program:Last write time: Wed Jan 18 06:56:53 2023 >INFO:program:Mount count: 797 >INFO:program:Maximum mount count: -1 >INFO:program:Last checked: Mon Oct 1 06:25:44 2012 >INFO:program:Check interval: 0 (<none>) >INFO:program:Lifetime writes: 3569 GB >INFO:program:Reserved blocks uid: 0 (user root) >INFO:program:Reserved blocks gid: 0 (group root) >INFO:program:First inode: 11 >INFO:program:Inode size: 256 >INFO:program:Required extra isize: 28 >INFO:program:Desired extra isize: 28 >INFO:program:Journal inode: 8 >INFO:program:Default directory hash: half_md4 >INFO:program:Directory Hash Seed: 539dd829-5bd6-424f-aa3f-1d8c3fd799a6 >INFO:program:Journal backup: inode blocks >INFO:program:Journal features: journal_incompat_revoke >INFO:program:Total journal size: 128M >INFO:program:Total journal blocks: 32768 >INFO:program:Max transaction length: 32768 >INFO:program:Fast commit length: 0 >INFO:program:Journal sequence: 0x006f7963 >INFO:program:Journal start: 0 >INFO:program: >INFO:program:stderr: >INFO:program:b'dumpe2fs 1.46.5 (30-Dec-2021)' >DEBUG:program:Return code: 0 >INFO:program:Running... resize2fs -P /dev/mapper/vg_erwan--desktop-lv_root >INFO:program:stdout: >INFO:program:Estimated minimum size of the filesystem: 27329597 >INFO:program:stderr: >INFO:program:b'resize2fs 1.46.5 (30-Dec-2021)' >DEBUG:program:Return code: 0 >DEBUG:blivet:padding min size from 104,25 Gio up to 104,74 Gio >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 129 >DEBUG:blivet: LVMLogicalVolumeDevice._set_format: vg_erwan-desktop-lv_root ; type: ext4 ; current: None ; >INFO:blivet:got format: existing ext4 filesystem >INFO:blivet:got format: existing lvmpv >DEBUG:blivet: DeviceTree.handle_device: name: sr0 ; info: {'CURRENT_TAGS': ':systemd:uaccess:seat:', > 'DEVLINKS': '/dev/cdrom ' > '/dev/disk/by-id/ata-TSSTcorp_DVD-RW_SH-216AB_R8E568DC301L8Z ' > '/dev/disk/by-diskseq/4 /dev/disk/by-path/pci-0000:00:1f.2-ata-3 ' > '/dev/disk/by-path/pci-0000:00:1f.2-ata-3.0', > 'DEVNAME': '/dev/sr0', > 'DEVPATH': '/devices/pci0000:00/0000:00:1f.2/ata3/host2/target2:0:0/2:0:0:0/block/sr0', > 'DEVTYPE': 'disk', > 'DISKSEQ': '4', > 'ID_ATA': '1', > 'ID_ATA_SATA': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN1': '1', > 'ID_BUS': 'ata', > 'ID_CDROM': '1', > 'ID_CDROM_CD': '1', > 'ID_CDROM_CD_R': '1', > 'ID_CDROM_CD_RW': '1', > 'ID_CDROM_DVD': '1', > 'ID_CDROM_DVD_PLUS_R': '1', > 'ID_CDROM_DVD_PLUS_RW': '1', > 'ID_CDROM_DVD_PLUS_R_DL': '1', > 'ID_CDROM_DVD_R': '1', > 'ID_CDROM_DVD_RAM': '1', > 'ID_CDROM_DVD_RW': '1', > 'ID_CDROM_DVD_RW_RO': '1', > 'ID_CDROM_DVD_RW_SEQ': '1', > 'ID_CDROM_DVD_R_DL': '1', > 'ID_CDROM_DVD_R_DL_JR': '1', > 'ID_CDROM_DVD_R_DL_SEQ': '1', > 'ID_CDROM_MRW': '1', > 'ID_CDROM_MRW_W': '1', > 'ID_CDROM_RW_REMOVABLE': '1', > 'ID_FOR_SEAT': 'block-pci-0000_00_1f_2-ata-3_0', > 'ID_MODEL': 'TSSTcorp_DVD-RW_SH-216AB', > 'ID_MODEL_ENC': 'TSSTcorp\\x20DVD-RW\\x20SH-216AB\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PATH': 'pci-0000:00:1f.2-ata-3.0', > 'ID_PATH_ATA_COMPAT': 'pci-0000:00:1f.2-ata-3', > 'ID_PATH_TAG': 'pci-0000_00_1f_2-ata-3_0', > 'ID_REVISION': 'LE03', > 'ID_SERIAL': 'TSSTcorp_DVD-RW_SH-216AB_R8E568DC301L8Z', > 'ID_SERIAL_SHORT': 'R8E568DC301L8Z', > 'ID_TYPE': 'cd', > 'MAJOR': '11', > 'MINOR': '0', > 'NVME_HOST_IFACE': 'none', > 'SUBSYSTEM': 'block', > 'SYSTEMD_MOUNT_DEVICE_BOUND': '1', > 'SYS_NAME': 'sr0', > 'SYS_PATH': '/sys/devices/pci0000:00/0000:00:1f.2/ata3/host2/target2:0:0/2:0:0:0/block/sr0', > 'TAGS': ':systemd:uaccess:seat:', > 'USEC_INITIALIZED': '15741738'} ; >INFO:blivet:scanning sr0 (/sys/devices/pci0000:00/0000:00:1f.2/ata3/host2/target2:0:0/2:0:0:0/block/sr0)... >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1f.2/ata3/host2/target2:0:0/2:0:0:0/block/sr0/hidden: 300a >DEBUG:blivet: DeviceTree.get_device_by_name: name: sr0 ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned None >DEBUG:blivet: OpticalDevicePopulator.run: >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 133 >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 134 >DEBUG:blivet: OpticalDevice._set_format: sr0 ; type: None ; current: None ; >DEBUG:blivet: OpticalDevice.update_sysfs_path: sr0 ; status: True ; >DEBUG:blivet:sr0 sysfs_path set to /sys/devices/pci0000:00/0000:00:1f.2/ata3/host2/target2:0:0/2:0:0:0/block/sr0 >DEBUG:blivet: OpticalDevice.read_current_size: exists: True ; path: /dev/sr0 ; sysfs_path: /sys/devices/pci0000:00/0000:00:1f.2/ata3/host2/target2:0:0/2:0:0:0/block/sr0 ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1f.2/ata3/host2/target2:0:0/2:0:0:0/block/sr0/size: 323039373135310a >DEBUG:blivet:updated sr0 size to 1024 Mio (1024 Mio) >INFO:blivet:added cdrom sr0 (id 132) to device tree >INFO:blivet:got device: OpticalDevice instance (0x7f64e3fabe50) -- > name = sr0 status = True id = 132 > children = [] > parents = [] > uuid = None size = 1024 Mio > format = existing None > major = 11 minor = 0 exists = True protected = False > sysfs path = /sys/devices/pci0000:00/0000:00:1f.2/ata3/host2/target2:0:0/2:0:0:0/block/sr0 > target size = 1024 Mio path = /dev/sr0 > format args = [] original_format = None >DEBUG:blivet: DeviceTree.handle_format: name: sr0 ; >DEBUG:blivet: OpticalDevice.media_present: sr0 ; status: True ; >DEBUG:blivet:no media present for device sr0 >DEBUG:blivet: DeviceTree.handle_device: name: loop0 ; info: {'CURRENT_TAGS': ':systemd:', > 'DEVLINKS': '/dev/disk/by-diskseq/19', > 'DEVNAME': '/dev/loop0', > 'DEVPATH': '/devices/virtual/block/loop0', > 'DEVTYPE': 'disk', > 'DISKSEQ': '19', > 'ID_FS_TYPE': 'squashfs', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_VERSION': '4.0', > 'MAJOR': '7', > 'MINOR': '0', > 'NVME_HOST_IFACE': 'none', > 'SUBSYSTEM': 'block', > 'SYS_NAME': 'loop0', > 'SYS_PATH': '/sys/devices/virtual/block/loop0', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '14884411'} ; >INFO:blivet:scanning loop0 (/sys/devices/virtual/block/loop0)... >DEBUG:testdata:sysfs attr /sys/devices/virtual/block/loop0/hidden: 300a >DEBUG:blivet: DeviceTree.get_device_by_name: name: loop0 ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned None >DEBUG:blivet: LoopDevicePopulator.run: name: loop0 ; >DEBUG:blivet: DeviceTree.get_device_by_name: name: /run/initramfs/live/LiveOS/squashfs.img ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned None >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 138 >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 139 >DEBUG:blivet: FileDevice._set_format: /run/initramfs/live/LiveOS/squashfs.img ; type: None ; current: None ; >INFO:blivet:added file /run/initramfs/live/LiveOS/squashfs.img (id 137) to device tree >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 142 >DEBUG:blivet: FileDevice.add_child: name: /run/initramfs/live/LiveOS/squashfs.img ; child: loop0 ; kids: 0 ; >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 143 >DEBUG:blivet: LoopDevice._set_format: loop0 ; type: None ; current: None ; >INFO:blivet:added loop loop0 (id 141) to device tree >INFO:blivet:got device: LoopDevice instance (0x7f64e3041a90) -- > name = loop0 status = False id = 141 > children = [] > parents = ['existing 0 O file /run/initramfs/live/LiveOS/squashfs.img (137)'] > uuid = None size = 0 O > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = > target size = 0 O path = /dev/loop0 > format args = [] original_format = None >DEBUG:testdata:sysfs attr /sys/devices/virtual/block/loop0/ro: 310a >DEBUG:blivet: DeviceTree.handle_format: name: loop0 ; >DEBUG:blivet: AppleBootstrapFS.supported: supported: True ; >DEBUG:blivet:get_format('appleboot') returning AppleBootstrapFS instance with object id 145 >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet:get_format('efi') returning EFIFS instance with object id 146 >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 147 >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 148 >INFO:blivet:type detected on 'loop0' is 'squashfs' >DEBUG:blivet:get_format('squashfs') returning DeviceFormat instance with object id 149 >DEBUG:blivet: LoopDevice._set_format: loop0 ; type: None ; current: None ; >INFO:blivet:got format: existing None >DEBUG:blivet: DeviceTree.handle_device: name: loop1 ; info: {'CURRENT_TAGS': ':systemd:', > 'DEVLINKS': '/dev/disk/by-label/Anaconda ' > '/dev/disk/by-uuid/2074eb84-624c-4790-83b6-8f3e4a82ae85 ' > '/dev/disk/by-diskseq/20', > 'DEVNAME': '/dev/loop1', > 'DEVPATH': '/devices/virtual/block/loop1', > 'DEVTYPE': 'disk', > 'DISKSEQ': '20', > 'ID_FS_LABEL': 'Anaconda', > 'ID_FS_LABEL_ENC': 'Anaconda', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '2074eb84-624c-4790-83b6-8f3e4a82ae85', > 'ID_FS_UUID_ENC': '2074eb84-624c-4790-83b6-8f3e4a82ae85', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '7', > 'MINOR': '1', > 'NVME_HOST_IFACE': 'none', > 'SUBSYSTEM': 'block', > 'SYS_NAME': 'loop1', > 'SYS_PATH': '/sys/devices/virtual/block/loop1', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '14731544'} ; >INFO:blivet:scanning loop1 (/sys/devices/virtual/block/loop1)... >DEBUG:testdata:sysfs attr /sys/devices/virtual/block/loop1/hidden: 300a >DEBUG:blivet: DeviceTree.get_device_by_name: name: loop1 ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned None >DEBUG:blivet: LoopDevicePopulator.run: name: loop1 ; >DEBUG:blivet: DeviceTree.get_device_by_name: name: /LiveOS/rootfs.img ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned None >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 152 >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 153 >DEBUG:blivet: FileDevice._set_format: /LiveOS/rootfs.img ; type: None ; current: None ; >INFO:blivet:added file /LiveOS/rootfs.img (id 151) to device tree >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 156 >DEBUG:blivet: FileDevice.add_child: name: /LiveOS/rootfs.img ; child: loop1 ; kids: 0 ; >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 157 >DEBUG:blivet: LoopDevice._set_format: loop1 ; type: None ; current: None ; >INFO:blivet:added loop loop1 (id 155) to device tree >INFO:blivet:got device: LoopDevice instance (0x7f64e3042910) -- > name = loop1 status = False id = 155 > children = [] > parents = ['existing 0 O file /LiveOS/rootfs.img (151)'] > uuid = None size = 0 O > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = > target size = 0 O path = /dev/loop1 > format args = [] original_format = None >DEBUG:testdata:sysfs attr /sys/devices/virtual/block/loop1/ro: 310a >DEBUG:blivet: DeviceTree.handle_format: name: loop1 ; >DEBUG:blivet: AppleBootstrapFS.supported: supported: True ; >DEBUG:blivet:get_format('appleboot') returning AppleBootstrapFS instance with object id 159 >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet:get_format('efi') returning EFIFS instance with object id 160 >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 161 >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 162 >INFO:blivet:type detected on 'loop1' is 'ext4' >INFO:program:Running... dumpe2fs -h /dev/loop1 >INFO:program:stdout: >INFO:program:Filesystem volume name: Anaconda >INFO:program:Last mounted on: /var/tmp/lorax.imgutils.bzev53yz >INFO:program:Filesystem UUID: 2074eb84-624c-4790-83b6-8f3e4a82ae85 >INFO:program:Filesystem magic number: 0xEF53 >INFO:program:Filesystem revision #: 1 (dynamic) >INFO:program:Filesystem features: has_journal ext_attr resize_inode dir_index filetype extent 64bit flex_bg sparse_super large_file huge_file dir_nlink extra_isize metadata_csum >INFO:program:Filesystem flags: signed_directory_hash >INFO:program:Default mount options: user_xattr acl >INFO:program:Filesystem state: clean >INFO:program:Errors behavior: Continue >INFO:program:Filesystem OS type: Linux >INFO:program:Inode count: 496784 >INFO:program:Block count: 1984512 >INFO:program:Reserved block count: 0 >INFO:program:Overhead clusters: 56285 >INFO:program:Free blocks: 438931 >INFO:program:Free inodes: 350344 >INFO:program:First block: 0 >INFO:program:Block size: 4096 >INFO:program:Fragment size: 4096 >INFO:program:Group descriptor size: 64 >INFO:program:Reserved GDT blocks: 968 >INFO:program:Blocks per group: 32768 >INFO:program:Fragments per group: 32768 >INFO:program:Inodes per group: 8144 >INFO:program:Inode blocks per group: 509 >INFO:program:Flex block group size: 16 >INFO:program:Filesystem created: Thu Apr 13 17:54:13 2023 >INFO:program:Last mount time: Thu Apr 13 17:54:13 2023 >INFO:program:Last write time: Thu Apr 13 17:55:10 2023 >INFO:program:Mount count: 1 >INFO:program:Maximum mount count: -1 >INFO:program:Last checked: Thu Apr 13 17:54:13 2023 >INFO:program:Check interval: 0 (<none>) >INFO:program:Lifetime writes: 6149 MB >INFO:program:Reserved blocks uid: 0 (user root) >INFO:program:Reserved blocks gid: 0 (group root) >INFO:program:First inode: 11 >INFO:program:Inode size: 256 >INFO:program:Required extra isize: 32 >INFO:program:Desired extra isize: 32 >INFO:program:Journal inode: 8 >INFO:program:Default directory hash: half_md4 >INFO:program:Directory Hash Seed: d4777e27-30af-493b-a854-fc7f98e85c01 >INFO:program:Journal backup: inode blocks >INFO:program:Checksum type: crc32c >INFO:program:Checksum: 0x2274c4ab >INFO:program:Journal features: journal_incompat_revoke journal_64bit journal_checksum_v3 >INFO:program:Total journal size: 64M >INFO:program:Total journal blocks: 16384 >INFO:program:Max transaction length: 16384 >INFO:program:Fast commit length: 0 >INFO:program:Journal sequence: 0x00000013 >INFO:program:Journal start: 0 >INFO:program:Journal checksum type: crc32c >INFO:program:Journal checksum: 0x2e85f01a >INFO:program: >INFO:program:stderr: >INFO:program:b'dumpe2fs 1.46.5 (30-Dec-2021)' >DEBUG:program:Return code: 0 >INFO:program:Running... resize2fs -P /dev/loop1 >INFO:program:stdout: >INFO:program:Couldn't find valid filesystem superblock. >INFO:program:stderr: >INFO:program:b'resize2fs 1.46.5 (30-Dec-2021)' >INFO:program:b'resize2fs: Device or resource busy while trying to open /dev/loop1' >DEBUG:program:Return code: 1 >WARNING:blivet:Failed to obtain minimum size for device /dev/loop1: failed to gather info from resize program: 1 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 163 >DEBUG:blivet: LoopDevice._set_format: loop1 ; type: ext4 ; current: None ; >INFO:blivet:got format: existing ext4 filesystem >DEBUG:blivet: DeviceTree.handle_device: name: loop2 ; info: {'CURRENT_TAGS': ':systemd:', > 'DEVLINKS': '/dev/disk/by-diskseq/21', > 'DEVNAME': '/dev/loop2', > 'DEVPATH': '/devices/virtual/block/loop2', > 'DEVTYPE': 'disk', > 'DISKSEQ': '21', > 'MAJOR': '7', > 'MINOR': '2', > 'NVME_HOST_IFACE': 'none', > 'SUBSYSTEM': 'block', > 'SYS_NAME': 'loop2', > 'SYS_PATH': '/sys/devices/virtual/block/loop2', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '14727515'} ; >INFO:blivet:scanning loop2 (/sys/devices/virtual/block/loop2)... >DEBUG:testdata:sysfs attr /sys/devices/virtual/block/loop2/hidden: 300a >DEBUG:blivet: DeviceTree.get_device_by_name: name: loop2 ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned None >DEBUG:blivet: LoopDevicePopulator.run: name: loop2 ; >DEBUG:blivet: DeviceTree.get_device_by_name: name: /overlay (deleted) ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned None >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 166 >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 167 >DEBUG:blivet: FileDevice._set_format: /overlay (deleted) ; type: None ; current: None ; >INFO:blivet:added file /overlay (deleted) (id 165) to device tree >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 170 >DEBUG:blivet: FileDevice.add_child: name: /overlay (deleted) ; child: loop2 ; kids: 0 ; >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 171 >DEBUG:blivet: LoopDevice._set_format: loop2 ; type: None ; current: None ; >INFO:blivet:added loop loop2 (id 169) to device tree >INFO:blivet:got device: LoopDevice instance (0x7f64e3927f10) -- > name = loop2 status = False id = 169 > children = [] > parents = ['existing 0 O file /overlay (deleted) (165)'] > uuid = None size = 0 O > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = > target size = 0 O path = /dev/loop2 > format args = [] original_format = None >DEBUG:testdata:sysfs attr /sys/devices/virtual/block/loop2/ro: 300a >DEBUG:blivet: DeviceTree.handle_format: name: loop2 ; >DEBUG:blivet:no type or existing type for loop2, bailing >DEBUG:blivet: DeviceTree.handle_device: name: vg_erwan--desktop-lv_swap ; info: {'CURRENT_TAGS': ':systemd:', > 'DEVLINKS': '/dev/vg_erwan-desktop/lv_swap ' > '/dev/disk/by-id/dm-uuid-LVM-3vkTwNNVSyEPPaTKByECgeVrQqZq6a4sD1HagMiPHitB3lDXqkBdeWRnB3VJOGlO ' > '/dev/mapper/vg_erwan--desktop-lv_swap ' > '/dev/disk/by-id/dm-name-vg_erwan--desktop-lv_swap ' > '/dev/disk/by-uuid/3fbcc456-95b8-4681-8cd8-981dab52cbf3', > 'DEVNAME': '/dev/dm-0', > 'DEVPATH': '/devices/virtual/block/dm-0', > 'DEVTYPE': 'disk', > 'DISKSEQ': '168', > 'DM_LV_NAME': 'lv_swap', > 'DM_NAME': 'vg_erwan--desktop-lv_swap', > 'DM_SUSPENDED': '0', > 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'DM_UUID': 'LVM-3vkTwNNVSyEPPaTKByECgeVrQqZq6a4sD1HagMiPHitB3lDXqkBdeWRnB3VJOGlO', > 'DM_VG_NAME': 'vg_erwan-desktop', > 'ID_FS_TYPE': 'swap', > 'ID_FS_USAGE': 'other', > 'ID_FS_UUID': '3fbcc456-95b8-4681-8cd8-981dab52cbf3', > 'ID_FS_UUID_ENC': '3fbcc456-95b8-4681-8cd8-981dab52cbf3', > 'ID_FS_VERSION': '1', > 'MAJOR': '253', > 'MINOR': '0', > 'NVME_HOST_IFACE': 'none', > 'SUBSYSTEM': 'block', > 'SYSTEMD_READY': '1', > 'SYS_NAME': 'dm-0', > 'SYS_PATH': '/sys/devices/virtual/block/dm-0', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '1832458886'} ; >INFO:blivet:scanning vg_erwan--desktop-lv_swap (/sys/devices/virtual/block/dm-0)... >DEBUG:testdata:sysfs attr /sys/devices/virtual/block/dm-0/hidden: 300a >INFO:program:Running [16] dmsetup info -co subsystem --noheadings vg_erwan--desktop-lv_swap ... >INFO:program:stdout[16]: LVM > >INFO:program:stderr[16]: >INFO:program:...done [16] (exit code: 0) >INFO:program:Running [17] dmsetup info -co subsystem --noheadings vg_erwan--desktop-lv_swap ... >INFO:program:stdout[17]: LVM > >INFO:program:stderr[17]: >INFO:program:...done [17] (exit code: 0) >INFO:program:Running [18] dmsetup info -co subsystem --noheadings vg_erwan--desktop-lv_swap ... >INFO:program:stdout[18]: LVM > >INFO:program:stderr[18]: >INFO:program:...done [18] (exit code: 0) >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan--desktop-lv_swap ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 15,53 Gio lvmlv vg_erwan-desktop-lv_swap (105) with existing swap >DEBUG:blivet:vg_erwan-desktop size is 584,5 Gio >DEBUG:blivet:vg vg_erwan-desktop has 254,5 Gio free >DEBUG:blivet:vg_erwan-desktop size is 584,5 Gio >DEBUG:blivet:vg vg_erwan-desktop has 254,5 Gio free >DEBUG:blivet:vg_erwan-desktop size is 584,5 Gio >DEBUG:blivet:vg vg_erwan-desktop has 254,5 Gio free >DEBUG:blivet:vg_erwan-desktop size is 584,5 Gio >DEBUG:blivet:vg vg_erwan-desktop has 254,5 Gio free >INFO:blivet:got device: LVMLogicalVolumeDevice instance (0x7f64e393ed10) -- > name = vg_erwan-desktop-lv_swap status = True id = 105 > children = [] > parents = ['existing 584,5 Gio lvmvg vg_erwan-desktop (68)'] > uuid = D1HagM-iPHi-tB3l-DXqk-BdeW-RnB3-VJOGlO size = 15,53 Gio > format = existing swap > major = 0 minor = 0 exists = True protected = False > sysfs path = /sys/devices/virtual/block/dm-0 > target size = 15,53 Gio path = /dev/mapper/vg_erwan--desktop-lv_swap > format args = [] original_format = swap target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f64e39249d0) -- > name = vg_erwan-desktop status = True id = 68 > children = ['existing 153,22 Gio lvmlv vg_erwan-desktop-lv_home (92) with existing ext4 ' > 'filesystem', > 'existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118) with existing ext4 ' > 'filesystem', > 'existing 15,53 Gio lvmlv vg_erwan-desktop-lv_swap (105) with existing swap'] > parents = ['existing 118,75 Gio partition sda2 (59) with existing lvmpv', > 'existing 465,76 Gio partition sdb1 (83) with existing lvmpv'] > uuid = 3vkTwN-NVSy-EPPa-TKBy-ECge-VrQq-Zq6a4s size = 584,5 Gio > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = > target size = 584,5 Gio path = /dev/vg_erwan--desktop > format args = [] original_format = None free = 254,5 Gio PE Size = 32 Mio PE Count = 18704 > PE Free = 8144 PV Count = 2 > modified = False extents = 18704 free space = 254,5 Gio > free extents = 8144 reserved percent = 0 reserved space = 0 O > PVs = ['existing 118,75 Gio partition sda2 (59) with existing lvmpv', > 'existing 465,76 Gio partition sdb1 (83) with existing lvmpv'] > LVs = ['existing 153,22 Gio lvmlv vg_erwan-desktop-lv_home (92) with existing ext4 ' > 'filesystem', > 'existing 15,53 Gio lvmlv vg_erwan-desktop-lv_swap (105) with existing swap', > 'existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118) with existing ext4 ' > 'filesystem'] > segment type = linear percent = 0 > VG space used = 15,53 Gio >INFO:program:Running [19] dmsetup info -co subsystem --noheadings vg_erwan--desktop-lv_swap ... >INFO:program:stdout[19]: LVM > >INFO:program:stderr[19]: >INFO:program:...done [19] (exit code: 0) >DEBUG:blivet: DeviceTree.handle_format: name: vg_erwan-desktop-lv_swap ; >DEBUG:blivet:no type or existing type for vg_erwan--desktop-lv_swap, bailing >DEBUG:blivet: DeviceTree.handle_device: name: vg_erwan--desktop-lv_home ; info: {'CURRENT_TAGS': ':systemd:', > 'DEVLINKS': '/dev/mapper/vg_erwan--desktop-lv_home ' > '/dev/disk/by-id/dm-name-vg_erwan--desktop-lv_home ' > '/dev/disk/by-id/dm-uuid-LVM-3vkTwNNVSyEPPaTKByECgeVrQqZq6a4s98PR9l8Dg8ub0QzrpUTFVYxgRw2BiiZ2 ' > '/dev/vg_erwan-desktop/lv_home ' > '/dev/disk/by-uuid/0901706e-a709-4c51-a005-c8385cf934e2', > 'DEVNAME': '/dev/dm-1', > 'DEVPATH': '/devices/virtual/block/dm-1', > 'DEVTYPE': 'disk', > 'DISKSEQ': '169', > 'DM_LV_NAME': 'lv_home', > 'DM_NAME': 'vg_erwan--desktop-lv_home', > 'DM_SUSPENDED': '0', > 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'DM_UUID': 'LVM-3vkTwNNVSyEPPaTKByECgeVrQqZq6a4s98PR9l8Dg8ub0QzrpUTFVYxgRw2BiiZ2', > 'DM_VG_NAME': 'vg_erwan-desktop', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '0901706e-a709-4c51-a005-c8385cf934e2', > 'ID_FS_UUID_ENC': '0901706e-a709-4c51-a005-c8385cf934e2', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '253', > 'MINOR': '1', > 'NVME_HOST_IFACE': 'none', > 'SUBSYSTEM': 'block', > 'SYSTEMD_READY': '1', > 'SYS_NAME': 'dm-1', > 'SYS_PATH': '/sys/devices/virtual/block/dm-1', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '1832460023'} ; >INFO:blivet:scanning vg_erwan--desktop-lv_home (/sys/devices/virtual/block/dm-1)... >DEBUG:testdata:sysfs attr /sys/devices/virtual/block/dm-1/hidden: 300a >INFO:program:Running [20] dmsetup info -co subsystem --noheadings vg_erwan--desktop-lv_home ... >INFO:program:stdout[20]: LVM > >INFO:program:stderr[20]: >INFO:program:...done [20] (exit code: 0) >INFO:program:Running [21] dmsetup info -co subsystem --noheadings vg_erwan--desktop-lv_home ... >INFO:program:stdout[21]: LVM > >INFO:program:stderr[21]: >INFO:program:...done [21] (exit code: 0) >INFO:program:Running [22] dmsetup info -co subsystem --noheadings vg_erwan--desktop-lv_home ... >INFO:program:stdout[22]: LVM > >INFO:program:stderr[22]: >INFO:program:...done [22] (exit code: 0) >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan--desktop-lv_home ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 153,22 Gio lvmlv vg_erwan-desktop-lv_home (92) with existing ext4 filesystem >DEBUG:blivet:vg_erwan-desktop size is 584,5 Gio >DEBUG:blivet:vg vg_erwan-desktop has 254,5 Gio free >DEBUG:blivet:vg_erwan-desktop size is 584,5 Gio >DEBUG:blivet:vg vg_erwan-desktop has 254,5 Gio free >DEBUG:blivet:vg_erwan-desktop size is 584,5 Gio >DEBUG:blivet:vg vg_erwan-desktop has 254,5 Gio free >DEBUG:blivet:vg_erwan-desktop size is 584,5 Gio >DEBUG:blivet:vg vg_erwan-desktop has 254,5 Gio free >INFO:blivet:got device: LVMLogicalVolumeDevice instance (0x7f64e30691d0) -- > name = vg_erwan-desktop-lv_home status = True id = 92 > children = [] > parents = ['existing 584,5 Gio lvmvg vg_erwan-desktop (68)'] > uuid = 98PR9l-8Dg8-ub0Q-zrpU-TFVY-xgRw-2BiiZ2 size = 153,22 Gio > format = existing ext4 filesystem > major = 0 minor = 0 exists = True protected = False > sysfs path = /sys/devices/virtual/block/dm-1 > target size = 153,22 Gio path = /dev/mapper/vg_erwan--desktop-lv_home > format args = [] original_format = ext4 target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f64e39249d0) -- > name = vg_erwan-desktop status = True id = 68 > children = ['existing 153,22 Gio lvmlv vg_erwan-desktop-lv_home (92) with existing ext4 ' > 'filesystem', > 'existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118) with existing ext4 ' > 'filesystem', > 'existing 15,53 Gio lvmlv vg_erwan-desktop-lv_swap (105) with existing swap'] > parents = ['existing 118,75 Gio partition sda2 (59) with existing lvmpv', > 'existing 465,76 Gio partition sdb1 (83) with existing lvmpv'] > uuid = 3vkTwN-NVSy-EPPa-TKBy-ECge-VrQq-Zq6a4s size = 584,5 Gio > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = > target size = 584,5 Gio path = /dev/vg_erwan--desktop > format args = [] original_format = None free = 254,5 Gio PE Size = 32 Mio PE Count = 18704 > PE Free = 8144 PV Count = 2 > modified = False extents = 18704 free space = 254,5 Gio > free extents = 8144 reserved percent = 0 reserved space = 0 O > PVs = ['existing 118,75 Gio partition sda2 (59) with existing lvmpv', > 'existing 465,76 Gio partition sdb1 (83) with existing lvmpv'] > LVs = ['existing 153,22 Gio lvmlv vg_erwan-desktop-lv_home (92) with existing ext4 ' > 'filesystem', > 'existing 15,53 Gio lvmlv vg_erwan-desktop-lv_swap (105) with existing swap', > 'existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118) with existing ext4 ' > 'filesystem'] > segment type = linear percent = 0 > VG space used = 153,22 Gio >INFO:program:Running [23] dmsetup info -co subsystem --noheadings vg_erwan--desktop-lv_home ... >INFO:program:stdout[23]: LVM > >INFO:program:stderr[23]: >INFO:program:...done [23] (exit code: 0) >DEBUG:blivet: DeviceTree.handle_format: name: vg_erwan-desktop-lv_home ; >DEBUG:blivet:no type or existing type for vg_erwan--desktop-lv_home, bailing >DEBUG:blivet: DeviceTree.handle_device: name: vg_erwan--desktop-lv_root ; info: {'CURRENT_TAGS': ':systemd:', > 'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-3vkTwNNVSyEPPaTKByECgeVrQqZq6a4sRCReFxEgbDOeEoU4Iz3KuUyVkf4h6XEd ' > '/dev/disk/by-uuid/4221e451-5d48-4d3a-913b-14b39cc69f82 ' > '/dev/disk/by-label/_Fedora-17-x86_6 ' > '/dev/vg_erwan-desktop/lv_root ' > '/dev/disk/by-id/dm-name-vg_erwan--desktop-lv_root ' > '/dev/mapper/vg_erwan--desktop-lv_root', > 'DEVNAME': '/dev/dm-2', > 'DEVPATH': '/devices/virtual/block/dm-2', > 'DEVTYPE': 'disk', > 'DISKSEQ': '170', > 'DM_LV_NAME': 'lv_root', > 'DM_NAME': 'vg_erwan--desktop-lv_root', > 'DM_SUSPENDED': '0', > 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'DM_UUID': 'LVM-3vkTwNNVSyEPPaTKByECgeVrQqZq6a4sRCReFxEgbDOeEoU4Iz3KuUyVkf4h6XEd', > 'DM_VG_NAME': 'vg_erwan-desktop', > 'ID_FS_LABEL': '_Fedora-17-x86_6', > 'ID_FS_LABEL_ENC': '_Fedora-17-x86_6', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '4221e451-5d48-4d3a-913b-14b39cc69f82', > 'ID_FS_UUID_ENC': '4221e451-5d48-4d3a-913b-14b39cc69f82', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '253', > 'MINOR': '2', > 'NVME_HOST_IFACE': 'none', > 'SUBSYSTEM': 'block', > 'SYSTEMD_READY': '1', > 'SYS_NAME': 'dm-2', > 'SYS_PATH': '/sys/devices/virtual/block/dm-2', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '1832460019'} ; >INFO:blivet:scanning vg_erwan--desktop-lv_root (/sys/devices/virtual/block/dm-2)... >DEBUG:testdata:sysfs attr /sys/devices/virtual/block/dm-2/hidden: 300a >INFO:program:Running [24] dmsetup info -co subsystem --noheadings vg_erwan--desktop-lv_root ... >INFO:program:stdout[24]: LVM > >INFO:program:stderr[24]: >INFO:program:...done [24] (exit code: 0) >INFO:program:Running [25] dmsetup info -co subsystem --noheadings vg_erwan--desktop-lv_root ... >INFO:program:stdout[25]: LVM > >INFO:program:stderr[25]: >INFO:program:...done [25] (exit code: 0) >INFO:program:Running [26] dmsetup info -co subsystem --noheadings vg_erwan--desktop-lv_root ... >INFO:program:stdout[26]: LVM > >INFO:program:stderr[26]: >INFO:program:...done [26] (exit code: 0) >DEBUG:blivet: DeviceTree.get_device_by_name: name: vg_erwan--desktop-lv_root ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118) with existing ext4 filesystem >DEBUG:blivet:vg_erwan-desktop size is 584,5 Gio >DEBUG:blivet:vg vg_erwan-desktop has 254,5 Gio free >DEBUG:blivet:vg_erwan-desktop size is 584,5 Gio >DEBUG:blivet:vg vg_erwan-desktop has 254,5 Gio free >DEBUG:blivet:vg_erwan-desktop size is 584,5 Gio >DEBUG:blivet:vg vg_erwan-desktop has 254,5 Gio free >DEBUG:blivet:vg_erwan-desktop size is 584,5 Gio >DEBUG:blivet:vg vg_erwan-desktop has 254,5 Gio free >INFO:blivet:got device: LVMLogicalVolumeDevice instance (0x7f64e3054d90) -- > name = vg_erwan-desktop-lv_root status = True id = 118 > children = [] > parents = ['existing 584,5 Gio lvmvg vg_erwan-desktop (68)'] > uuid = RCReFx-EgbD-OeEo-U4Iz-3KuU-yVkf-4h6XEd size = 161,25 Gio > format = existing ext4 filesystem > major = 0 minor = 0 exists = True protected = False > sysfs path = /sys/devices/virtual/block/dm-2 > target size = 161,25 Gio path = /dev/mapper/vg_erwan--desktop-lv_root > format args = [] original_format = ext4 target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f64e39249d0) -- > name = vg_erwan-desktop status = True id = 68 > children = ['existing 153,22 Gio lvmlv vg_erwan-desktop-lv_home (92) with existing ext4 ' > 'filesystem', > 'existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118) with existing ext4 ' > 'filesystem', > 'existing 15,53 Gio lvmlv vg_erwan-desktop-lv_swap (105) with existing swap'] > parents = ['existing 118,75 Gio partition sda2 (59) with existing lvmpv', > 'existing 465,76 Gio partition sdb1 (83) with existing lvmpv'] > uuid = 3vkTwN-NVSy-EPPa-TKBy-ECge-VrQq-Zq6a4s size = 584,5 Gio > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = > target size = 584,5 Gio path = /dev/vg_erwan--desktop > format args = [] original_format = None free = 254,5 Gio PE Size = 32 Mio PE Count = 18704 > PE Free = 8144 PV Count = 2 > modified = False extents = 18704 free space = 254,5 Gio > free extents = 8144 reserved percent = 0 reserved space = 0 O > PVs = ['existing 118,75 Gio partition sda2 (59) with existing lvmpv', > 'existing 465,76 Gio partition sdb1 (83) with existing lvmpv'] > LVs = ['existing 153,22 Gio lvmlv vg_erwan-desktop-lv_home (92) with existing ext4 ' > 'filesystem', > 'existing 15,53 Gio lvmlv vg_erwan-desktop-lv_swap (105) with existing swap', > 'existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118) with existing ext4 ' > 'filesystem'] > segment type = linear percent = 0 > VG space used = 161,25 Gio >INFO:program:Running [27] dmsetup info -co subsystem --noheadings vg_erwan--desktop-lv_root ... >INFO:program:stdout[27]: LVM > >INFO:program:stderr[27]: >INFO:program:...done [27] (exit code: 0) >DEBUG:blivet: DeviceTree.handle_format: name: vg_erwan-desktop-lv_root ; >DEBUG:blivet:no type or existing type for vg_erwan--desktop-lv_root, bailing >DEBUG:blivet: DeviceTree.handle_device: name: live-rw ; info: {'CURRENT_TAGS': ':systemd:', > 'DEVLINKS': '/dev/disk/by-label/Anaconda /dev/mapper/live-rw ' > '/dev/disk/by-uuid/2074eb84-624c-4790-83b6-8f3e4a82ae85 ' > '/dev/disk/by-id/dm-name-live-rw', > 'DEVNAME': '/dev/dm-3', > 'DEVPATH': '/devices/virtual/block/dm-3', > 'DEVTYPE': 'disk', > 'DISKSEQ': '22', > 'DM_NAME': 'live-rw', > 'DM_SUSPENDED': '0', > 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'ID_FS_LABEL': 'Anaconda', > 'ID_FS_LABEL_ENC': 'Anaconda', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '2074eb84-624c-4790-83b6-8f3e4a82ae85', > 'ID_FS_UUID_ENC': '2074eb84-624c-4790-83b6-8f3e4a82ae85', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '253', > 'MINOR': '3', > 'NVME_HOST_IFACE': 'none', > 'SUBSYSTEM': 'block', > 'SYS_NAME': 'dm-3', > 'SYS_PATH': '/sys/devices/virtual/block/dm-3', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '7878127'} ; >INFO:blivet:scanning live-rw (/sys/devices/virtual/block/dm-3)... >DEBUG:testdata:sysfs attr /sys/devices/virtual/block/dm-3/hidden: 300a >INFO:program:Running [28] dmsetup info -co subsystem --noheadings live-rw ... >INFO:program:stdout[28]: > >INFO:program:stderr[28]: >INFO:program:...done [28] (exit code: 0) >INFO:program:Running [29] dmsetup info -co subsystem --noheadings live-rw ... >INFO:program:stdout[29]: > >INFO:program:stderr[29]: >INFO:program:...done [29] (exit code: 0) >INFO:program:Running [30] dmsetup info -co subsystem --noheadings live-rw ... >INFO:program:stdout[30]: > >INFO:program:stderr[30]: >INFO:program:...done [30] (exit code: 0) >DEBUG:blivet: DeviceTree.get_device_by_name: name: live-rw ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned None >INFO:program:Running [31] dmsetup info -co subsystem --noheadings live-rw ... >INFO:program:stdout[31]: > >INFO:program:stderr[31]: >INFO:program:...done [31] (exit code: 0) >INFO:program:Running [32] dmsetup info -co subsystem --noheadings live-rw ... >INFO:program:stdout[32]: > >INFO:program:stderr[32]: >INFO:program:...done [32] (exit code: 0) >INFO:program:Running [33] dmsetup info -co subsystem --noheadings live-rw ... >INFO:program:stdout[33]: > >INFO:program:stderr[33]: >INFO:program:...done [33] (exit code: 0) >INFO:program:Running [34] dmsetup info -co subsystem --noheadings live-rw ... >INFO:program:stdout[34]: > >INFO:program:stderr[34]: >INFO:program:...done [34] (exit code: 0) >INFO:program:Running [35] dmsetup info -co subsystem --noheadings live-rw ... >INFO:program:stdout[35]: > >INFO:program:stderr[35]: >INFO:program:...done [35] (exit code: 0) >INFO:program:Running [36] dmsetup info -co subsystem --noheadings live-rw ... >INFO:program:stdout[36]: > >INFO:program:stderr[36]: >INFO:program:...done [36] (exit code: 0) >INFO:program:Running [37] dmsetup info -co subsystem --noheadings live-rw ... >INFO:program:stdout[37]: > >INFO:program:stderr[37]: >INFO:program:...done [37] (exit code: 0) >INFO:program:Running [38] dmsetup info -co subsystem --noheadings live-rw ... >INFO:program:stdout[38]: > >INFO:program:stderr[38]: >INFO:program:...done [38] (exit code: 0) >INFO:program:Running [39] dmsetup info -co subsystem --noheadings live-rw ... >INFO:program:stdout[39]: > >INFO:program:stderr[39]: >INFO:program:...done [39] (exit code: 0) >INFO:program:Running [40] dmsetup info -co subsystem --noheadings live-rw ... >INFO:program:stdout[40]: > >INFO:program:stderr[40]: >INFO:program:...done [40] (exit code: 0) >DEBUG:blivet: DMDevicePopulator.run: name: live-rw ; >DEBUG:blivet: DeviceTree.get_device_by_name: name: loop1 ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 0 O loop loop1 (155) with existing ext4 filesystem >DEBUG:blivet: DeviceTree.get_device_by_name: name: loop2 ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 0 O loop loop2 (169) >DEBUG:blivet: DeviceTree.get_device_by_name: name: live-rw ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned None >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 175 >DEBUG:blivet: LoopDevice.add_child: name: loop1 ; child: live-rw ; kids: 0 ; >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 176 >DEBUG:blivet: DMDevice._set_format: live-rw ; type: None ; current: None ; >DEBUG:blivet: DMDevice.update_sysfs_path: live-rw ; status: True ; >DEBUG:blivet:live-rw sysfs_path set to /sys/devices/virtual/block/dm-3 >DEBUG:blivet: DMDevice.read_current_size: exists: True ; path: /dev/mapper/live-rw ; sysfs_path: /sys/devices/virtual/block/dm-3 ; >DEBUG:testdata:sysfs attr /sys/devices/virtual/block/dm-3/size: 31353837363039360a >DEBUG:blivet:updated live-rw size to 7,57 Gio (7,57 Gio) >INFO:blivet:added dm live-rw (id 174) to device tree >INFO:blivet:got device: DMDevice instance (0x7f64e3042f50) -- > name = live-rw status = True id = 174 > children = [] > parents = ['existing 0 O loop loop1 (155) with existing ext4 filesystem'] > uuid = None size = 7,57 Gio > format = existing None > major = 0 minor = 0 exists = True protected = True > sysfs path = /sys/devices/virtual/block/dm-3 > target size = 7,57 Gio path = /dev/mapper/live-rw > format args = [] original_format = None target = None dm_uuid = None >INFO:program:Running [41] dmsetup info -co subsystem --noheadings live-rw ... >INFO:program:stdout[41]: > >INFO:program:stderr[41]: >INFO:program:...done [41] (exit code: 0) >INFO:program:Running [42] dmsetup info -co subsystem --noheadings live-rw ... >INFO:program:stdout[42]: > >INFO:program:stderr[42]: >INFO:program:...done [42] (exit code: 0) >INFO:program:Running [43] dmsetup info -co subsystem --noheadings live-rw ... >INFO:program:stdout[43]: > >INFO:program:stderr[43]: >INFO:program:...done [43] (exit code: 0) >DEBUG:testdata:sysfs attr /sys/devices/virtual/block/dm-3/ro: 300a >DEBUG:blivet: DeviceTree.handle_format: name: live-rw ; >DEBUG:blivet: AppleBootstrapFS.supported: supported: True ; >DEBUG:blivet:get_format('appleboot') returning AppleBootstrapFS instance with object id 178 >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet:get_format('efi') returning EFIFS instance with object id 179 >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 180 >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 181 >INFO:blivet:type detected on 'live-rw' is 'ext4' >INFO:program:Running... dumpe2fs -h /dev/mapper/live-rw >INFO:program:stdout: >INFO:program:Filesystem volume name: Anaconda >INFO:program:Last mounted on: /sysroot >INFO:program:Filesystem UUID: 2074eb84-624c-4790-83b6-8f3e4a82ae85 >INFO:program:Filesystem magic number: 0xEF53 >INFO:program:Filesystem revision #: 1 (dynamic) >INFO:program:Filesystem features: has_journal ext_attr resize_inode dir_index filetype needs_recovery extent 64bit flex_bg sparse_super large_file huge_file dir_nlink extra_isize metadata_csum >INFO:program:Filesystem flags: signed_directory_hash >INFO:program:Default mount options: user_xattr acl >INFO:program:Filesystem state: clean >INFO:program:Errors behavior: Continue >INFO:program:Filesystem OS type: Linux >INFO:program:Inode count: 496784 >INFO:program:Block count: 1984512 >INFO:program:Reserved block count: 0 >INFO:program:Overhead clusters: 56285 >INFO:program:Free blocks: 438931 >INFO:program:Free inodes: 350344 >INFO:program:First block: 0 >INFO:program:Block size: 4096 >INFO:program:Fragment size: 4096 >INFO:program:Group descriptor size: 64 >INFO:program:Reserved GDT blocks: 968 >INFO:program:Blocks per group: 32768 >INFO:program:Fragments per group: 32768 >INFO:program:Inodes per group: 8144 >INFO:program:Inode blocks per group: 509 >INFO:program:Flex block group size: 16 >INFO:program:Filesystem created: Thu Apr 13 17:54:13 2023 >INFO:program:Last mount time: Wed Aug 16 05:21:20 2023 >INFO:program:Last write time: Wed Aug 16 05:21:20 2023 >INFO:program:Mount count: 2 >INFO:program:Maximum mount count: -1 >INFO:program:Last checked: Thu Apr 13 17:54:13 2023 >INFO:program:Check interval: 0 (<none>) >INFO:program:Lifetime writes: 6149 MB >INFO:program:Reserved blocks uid: 0 (user root) >INFO:program:Reserved blocks gid: 0 (group root) >INFO:program:First inode: 11 >INFO:program:Inode size: 256 >INFO:program:Required extra isize: 32 >INFO:program:Desired extra isize: 32 >INFO:program:Journal inode: 8 >INFO:program:First orphan inode: 15948 >INFO:program:Default directory hash: half_md4 >INFO:program:Directory Hash Seed: d4777e27-30af-493b-a854-fc7f98e85c01 >INFO:program:Journal backup: inode blocks >INFO:program:Checksum type: crc32c >INFO:program:Checksum: 0x52917bb9 >INFO:program:Journal features: journal_incompat_revoke journal_64bit journal_checksum_v3 >INFO:program:Total journal size: 64M >INFO:program:Total journal blocks: 16384 >INFO:program:Max transaction length: 16384 >INFO:program:Fast commit length: 0 >INFO:program:Journal sequence: 0x000000d9 >INFO:program:Journal start: 4097 >INFO:program:Journal checksum type: crc32c >INFO:program:Journal checksum: 0x9dea9d75 >INFO:program: >INFO:program:stderr: >INFO:program:b'dumpe2fs 1.46.5 (30-Dec-2021)' >DEBUG:program:Return code: 0 >INFO:program:Running... resize2fs -P /dev/mapper/live-rw >INFO:program:stdout: >INFO:program:Estimated minimum size of the filesystem: 1984512 >INFO:program:stderr: >INFO:program:b'resize2fs 1.46.5 (30-Dec-2021)' >DEBUG:program:Return code: 0 >DEBUG:blivet:using current size 7,57 Gio as min size >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 182 >DEBUG:blivet: DMDevice._set_format: live-rw ; type: ext4 ; current: None ; >INFO:blivet:got format: existing ext4 filesystem >DEBUG:blivet: DeviceTree.handle_device: name: live-base ; info: {'CURRENT_TAGS': ':systemd:', > 'DEVLINKS': '/dev/disk/by-label/Anaconda /dev/disk/by-id/dm-name-live-base ' > '/dev/disk/by-uuid/2074eb84-624c-4790-83b6-8f3e4a82ae85 ' > '/dev/mapper/live-base', > 'DEVNAME': '/dev/dm-4', > 'DEVPATH': '/devices/virtual/block/dm-4', > 'DEVTYPE': 'disk', > 'DISKSEQ': '23', > 'DM_NAME': 'live-base', > 'DM_SUSPENDED': '0', > 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'ID_FS_LABEL': 'Anaconda', > 'ID_FS_LABEL_ENC': 'Anaconda', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '2074eb84-624c-4790-83b6-8f3e4a82ae85', > 'ID_FS_UUID_ENC': '2074eb84-624c-4790-83b6-8f3e4a82ae85', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '253', > 'MINOR': '4', > 'NVME_HOST_IFACE': 'none', > 'SUBSYSTEM': 'block', > 'SYS_NAME': 'dm-4', > 'SYS_PATH': '/sys/devices/virtual/block/dm-4', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '7939313'} ; >INFO:blivet:scanning live-base (/sys/devices/virtual/block/dm-4)... >DEBUG:testdata:sysfs attr /sys/devices/virtual/block/dm-4/hidden: 300a >INFO:program:Running [44] dmsetup info -co subsystem --noheadings live-base ... >INFO:program:stdout[44]: > >INFO:program:stderr[44]: >INFO:program:...done [44] (exit code: 0) >INFO:program:Running [45] dmsetup info -co subsystem --noheadings live-base ... >INFO:program:stdout[45]: > >INFO:program:stderr[45]: >INFO:program:...done [45] (exit code: 0) >INFO:program:Running [46] dmsetup info -co subsystem --noheadings live-base ... >INFO:program:stdout[46]: > >INFO:program:stderr[46]: >INFO:program:...done [46] (exit code: 0) >DEBUG:blivet: DeviceTree.get_device_by_name: name: live-base ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned None >INFO:program:Running [47] dmsetup info -co subsystem --noheadings live-base ... >INFO:program:stdout[47]: > >INFO:program:stderr[47]: >INFO:program:...done [47] (exit code: 0) >INFO:program:Running [48] dmsetup info -co subsystem --noheadings live-base ... >INFO:program:stdout[48]: > >INFO:program:stderr[48]: >INFO:program:...done [48] (exit code: 0) >INFO:program:Running [49] dmsetup info -co subsystem --noheadings live-base ... >INFO:program:stdout[49]: > >INFO:program:stderr[49]: >INFO:program:...done [49] (exit code: 0) >INFO:program:Running [50] dmsetup info -co subsystem --noheadings live-base ... >INFO:program:stdout[50]: > >INFO:program:stderr[50]: >INFO:program:...done [50] (exit code: 0) >INFO:program:Running [51] dmsetup info -co subsystem --noheadings live-base ... >INFO:program:stdout[51]: > >INFO:program:stderr[51]: >INFO:program:...done [51] (exit code: 0) >INFO:program:Running [52] dmsetup info -co subsystem --noheadings live-base ... >INFO:program:stdout[52]: > >INFO:program:stderr[52]: >INFO:program:...done [52] (exit code: 0) >INFO:program:Running [53] dmsetup info -co subsystem --noheadings live-base ... >INFO:program:stdout[53]: > >INFO:program:stderr[53]: >INFO:program:...done [53] (exit code: 0) >INFO:program:Running [54] dmsetup info -co subsystem --noheadings live-base ... >INFO:program:stdout[54]: > >INFO:program:stderr[54]: >INFO:program:...done [54] (exit code: 0) >INFO:program:Running [55] dmsetup info -co subsystem --noheadings live-base ... >INFO:program:stdout[55]: > >INFO:program:stderr[55]: >INFO:program:...done [55] (exit code: 0) >INFO:program:Running [56] dmsetup info -co subsystem --noheadings live-base ... >INFO:program:stdout[56]: > >INFO:program:stderr[56]: >INFO:program:...done [56] (exit code: 0) >DEBUG:blivet: DMDevicePopulator.run: name: live-base ; >DEBUG:blivet: DeviceTree.get_device_by_name: name: loop1 ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 0 O loop loop1 (155) with existing ext4 filesystem >DEBUG:blivet: DeviceTree.get_device_by_name: name: live-base ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned None >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 185 >DEBUG:blivet: LoopDevice.add_child: name: loop1 ; child: live-base ; kids: 1 ; >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 186 >DEBUG:blivet: DMDevice._set_format: live-base ; type: None ; current: None ; >DEBUG:blivet: DMDevice.update_sysfs_path: live-base ; status: True ; >DEBUG:blivet:live-base sysfs_path set to /sys/devices/virtual/block/dm-4 >DEBUG:blivet: DMDevice.read_current_size: exists: True ; path: /dev/mapper/live-base ; sysfs_path: /sys/devices/virtual/block/dm-4 ; >DEBUG:testdata:sysfs attr /sys/devices/virtual/block/dm-4/size: 31353837363039360a >DEBUG:blivet:updated live-base size to 7,57 Gio (7,57 Gio) >INFO:blivet:added dm live-base (id 184) to device tree >INFO:blivet:got device: DMDevice instance (0x7f64e30bbe10) -- > name = live-base status = True id = 184 > children = [] > parents = ['existing 0 O loop loop1 (155) with existing ext4 filesystem'] > uuid = None size = 7,57 Gio > format = existing None > major = 0 minor = 0 exists = True protected = True > sysfs path = /sys/devices/virtual/block/dm-4 > target size = 7,57 Gio path = /dev/mapper/live-base > format args = [] original_format = None target = None dm_uuid = None >INFO:program:Running [57] dmsetup info -co subsystem --noheadings live-base ... >INFO:program:stdout[57]: > >INFO:program:stderr[57]: >INFO:program:...done [57] (exit code: 0) >INFO:program:Running [58] dmsetup info -co subsystem --noheadings live-base ... >INFO:program:stdout[58]: > >INFO:program:stderr[58]: >INFO:program:...done [58] (exit code: 0) >INFO:program:Running [59] dmsetup info -co subsystem --noheadings live-base ... >INFO:program:stdout[59]: > >INFO:program:stderr[59]: >INFO:program:...done [59] (exit code: 0) >DEBUG:testdata:sysfs attr /sys/devices/virtual/block/dm-4/ro: 310a >DEBUG:blivet: DeviceTree.handle_format: name: live-base ; >DEBUG:blivet: AppleBootstrapFS.supported: supported: True ; >DEBUG:blivet:get_format('appleboot') returning AppleBootstrapFS instance with object id 188 >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet:get_format('efi') returning EFIFS instance with object id 189 >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 190 >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 191 >INFO:blivet:type detected on 'live-base' is 'ext4' >INFO:program:Running... dumpe2fs -h /dev/mapper/live-base >INFO:program:stdout: >INFO:program:Filesystem volume name: Anaconda >INFO:program:Last mounted on: /var/tmp/lorax.imgutils.bzev53yz >INFO:program:Filesystem UUID: 2074eb84-624c-4790-83b6-8f3e4a82ae85 >INFO:program:Filesystem magic number: 0xEF53 >INFO:program:Filesystem revision #: 1 (dynamic) >INFO:program:Filesystem features: has_journal ext_attr resize_inode dir_index filetype extent 64bit flex_bg sparse_super large_file huge_file dir_nlink extra_isize metadata_csum >INFO:program:Filesystem flags: signed_directory_hash >INFO:program:Default mount options: user_xattr acl >INFO:program:Filesystem state: clean >INFO:program:Errors behavior: Continue >INFO:program:Filesystem OS type: Linux >INFO:program:Inode count: 496784 >INFO:program:Block count: 1984512 >INFO:program:Reserved block count: 0 >INFO:program:Overhead clusters: 56285 >INFO:program:Free blocks: 438931 >INFO:program:Free inodes: 350344 >INFO:program:First block: 0 >INFO:program:Block size: 4096 >INFO:program:Fragment size: 4096 >INFO:program:Group descriptor size: 64 >INFO:program:Reserved GDT blocks: 968 >INFO:program:Blocks per group: 32768 >INFO:program:Fragments per group: 32768 >INFO:program:Inodes per group: 8144 >INFO:program:Inode blocks per group: 509 >INFO:program:Flex block group size: 16 >INFO:program:Filesystem created: Thu Apr 13 17:54:13 2023 >INFO:program:Last mount time: Thu Apr 13 17:54:13 2023 >INFO:program:Last write time: Thu Apr 13 17:55:10 2023 >INFO:program:Mount count: 1 >INFO:program:Maximum mount count: -1 >INFO:program:Last checked: Thu Apr 13 17:54:13 2023 >INFO:program:Check interval: 0 (<none>) >INFO:program:Lifetime writes: 6149 MB >INFO:program:Reserved blocks uid: 0 (user root) >INFO:program:Reserved blocks gid: 0 (group root) >INFO:program:First inode: 11 >INFO:program:Inode size: 256 >INFO:program:Required extra isize: 32 >INFO:program:Desired extra isize: 32 >INFO:program:Journal inode: 8 >INFO:program:Default directory hash: half_md4 >INFO:program:Directory Hash Seed: d4777e27-30af-493b-a854-fc7f98e85c01 >INFO:program:Journal backup: inode blocks >INFO:program:Checksum type: crc32c >INFO:program:Checksum: 0x2274c4ab >INFO:program:Journal features: journal_incompat_revoke journal_64bit journal_checksum_v3 >INFO:program:Total journal size: 64M >INFO:program:Total journal blocks: 16384 >INFO:program:Max transaction length: 16384 >INFO:program:Fast commit length: 0 >INFO:program:Journal sequence: 0x00000013 >INFO:program:Journal start: 0 >INFO:program:Journal checksum type: crc32c >INFO:program:Journal checksum: 0x2e85f01a >INFO:program: >INFO:program:stderr: >INFO:program:b'dumpe2fs 1.46.5 (30-Dec-2021)' >DEBUG:program:Return code: 0 >INFO:program:Running... resize2fs -P /dev/mapper/live-base >INFO:program:stdout: >INFO:program:Couldn't find valid filesystem superblock. >INFO:program:stderr: >INFO:program:b'resize2fs 1.46.5 (30-Dec-2021)' >INFO:program:b'resize2fs: Operation not permitted while trying to open /dev/mapper/live-base' >DEBUG:program:Return code: 1 >WARNING:blivet:Failed to obtain minimum size for device /dev/mapper/live-base: failed to gather info from resize program: 1 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 192 >DEBUG:blivet: DMDevice._set_format: live-base ; type: ext4 ; current: None ; >INFO:blivet:got format: existing ext4 filesystem >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:testdata:sysfs attr /sys/class/block/sdc/device/model: 466c617368204469736b2020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdd/device/model: 436f6d7061637420466c6173682020200a >DEBUG:testdata:sysfs attr /sys/class/block/sde/device/model: 534d2f78442d506963747572652020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdf/device/model: 53442f4d4d43202020202020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdg/device/model: 4d2e532e2f4d2e532e50726f2f4847200a >DEBUG:testdata:sysfs attr /sys/class/block/sdh/device/model: 53442f4d4d432f4d2e532e50524f20200a >DEBUG:testdata:sysfs attr /sys/class/block/sda/device/model: 53414d53554e472053534420383330200a >DEBUG:testdata:sysfs attr /sys/class/block/sdb/device/model: 53616d73756e672053534420383530200a >DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 4456442d52572053482d3231364142200a >DEBUG:testdata:device /dev/sda data[440:443] = 16070900 >DEBUG:testdata:device /dev/sdb data[440:443] = 9d21703a >INFO:blivet:edd: collected mbr signatures: {'sda': '0x00090716', 'sdb': '0x3a70219d'} >DEBUG:testdata:glob: /sys/firmware/edd/int13_dev*/ >DEBUG:blivet: DeviceTree.get_device_by_path: path: /dev/zram0 ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_path returned None >DEBUG:blivet:failed to resolve '/dev/zram0' >DEBUG:blivet: DeviceTree.get_device_by_name: name: sdc1 ; incomplete: False ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned None >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:testdata:sysfs attr /sys/class/block/sdc/device/model: 466c617368204469736b2020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdd/device/model: 436f6d7061637420466c6173682020200a >DEBUG:testdata:sysfs attr /sys/class/block/sde/device/model: 534d2f78442d506963747572652020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdf/device/model: 53442f4d4d43202020202020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdg/device/model: 4d2e532e2f4d2e532e50726f2f4847200a >DEBUG:testdata:sysfs attr /sys/class/block/sdh/device/model: 53442f4d4d432f4d2e532e50524f20200a >DEBUG:testdata:sysfs attr /sys/class/block/sda/device/model: 53414d53554e472053534420383330200a >DEBUG:testdata:sysfs attr /sys/class/block/sdb/device/model: 53616d73756e672053534420383530200a >DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 4456442d52572053482d3231364142200a >DEBUG:blivet: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 3,83 Gio disk sdc (4) with existing iso9660 filesystem >DEBUG:anaconda.storage:Resolved live device to sdc. >DEBUG:anaconda.storage:Marking device sdc as protected. >DEBUG:anaconda.storage:Marking device sr0 as protected. >DEBUG:anaconda.storage:Marking device sdc as protected. >DEBUG:blivet: DiskDevice.teardown: sdd ; status: True ; controllable: True ; >DEBUG:blivet: DeviceFormat.teardown: device: /dev/sdd ; type: None ; status: False ; >DEBUG:blivet: DeviceFormat.teardown: device: /dev/sdd ; type: None ; status: False ; >DEBUG:blivet: DiskDevice.teardown: sde ; status: True ; controllable: True ; >DEBUG:blivet: DeviceFormat.teardown: device: /dev/sde ; type: None ; status: False ; >DEBUG:blivet: DeviceFormat.teardown: device: /dev/sde ; type: None ; status: False ; >DEBUG:blivet: DiskDevice.teardown: sdf ; status: True ; controllable: True ; >DEBUG:blivet: DeviceFormat.teardown: device: /dev/sdf ; type: None ; status: False ; >DEBUG:blivet: DeviceFormat.teardown: device: /dev/sdf ; type: None ; status: False ; >DEBUG:blivet: DiskDevice.teardown: sdg ; status: True ; controllable: True ; >DEBUG:blivet: DeviceFormat.teardown: device: /dev/sdg ; type: None ; status: False ; >DEBUG:blivet: DeviceFormat.teardown: device: /dev/sdg ; type: None ; status: False ; >DEBUG:blivet: DiskDevice.teardown: sdh ; status: True ; controllable: True ; >DEBUG:blivet: DeviceFormat.teardown: device: /dev/sdh ; type: None ; status: False ; >DEBUG:blivet: DeviceFormat.teardown: device: /dev/sdh ; type: None ; status: False ; >DEBUG:blivet: PartitionDevice.teardown: sda1 ; status: True ; controllable: True ; >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:testdata:sysfs attr /sys/class/block/sdc/device/model: 466c617368204469736b2020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdd/device/model: 436f6d7061637420466c6173682020200a >DEBUG:testdata:sysfs attr /sys/class/block/sde/device/model: 534d2f78442d506963747572652020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdf/device/model: 53442f4d4d43202020202020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdg/device/model: 4d2e532e2f4d2e532e50726f2f4847200a >DEBUG:testdata:sysfs attr /sys/class/block/sdh/device/model: 53442f4d4d432f4d2e532e50524f20200a >DEBUG:testdata:sysfs attr /sys/class/block/sda/device/model: 53414d53554e472053534420383330200a >DEBUG:testdata:sysfs attr /sys/class/block/sdb/device/model: 53616d73756e672053534420383530200a >DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 4456442d52572053482d3231364142200a >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:testdata:sysfs attr /sys/class/block/sdc/device/model: 466c617368204469736b2020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdd/device/model: 436f6d7061637420466c6173682020200a >DEBUG:testdata:sysfs attr /sys/class/block/sde/device/model: 534d2f78442d506963747572652020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdf/device/model: 53442f4d4d43202020202020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdg/device/model: 4d2e532e2f4d2e532e50726f2f4847200a >DEBUG:testdata:sysfs attr /sys/class/block/sdh/device/model: 53442f4d4d432f4d2e532e50524f20200a >DEBUG:testdata:sysfs attr /sys/class/block/sda/device/model: 53414d53554e472053534420383330200a >DEBUG:testdata:sysfs attr /sys/class/block/sdb/device/model: 53616d73756e672053534420383530200a >DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 4456442d52572053482d3231364142200a >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:testdata:sysfs attr /sys/class/block/sdc/device/model: 466c617368204469736b2020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdd/device/model: 436f6d7061637420466c6173682020200a >DEBUG:testdata:sysfs attr /sys/class/block/sde/device/model: 534d2f78442d506963747572652020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdf/device/model: 53442f4d4d43202020202020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdg/device/model: 4d2e532e2f4d2e532e50726f2f4847200a >DEBUG:testdata:sysfs attr /sys/class/block/sdh/device/model: 53442f4d4d432f4d2e532e50524f20200a >DEBUG:testdata:sysfs attr /sys/class/block/sda/device/model: 53414d53554e472053534420383330200a >DEBUG:testdata:sysfs attr /sys/class/block/sdb/device/model: 53616d73756e672053534420383530200a >DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 4456442d52572053482d3231364142200a >DEBUG:blivet: Ext4FS.teardown: device: /dev/sda1 ; type: ext4 ; status: False ; >DEBUG:blivet: Ext4FS.teardown: device: /dev/sda1 ; type: ext4 ; status: False ; >DEBUG:blivet: DiskDevice.teardown: sda ; status: True ; controllable: True ; >DEBUG:blivet: DiskLabel.teardown: device: /dev/sda ; type: disklabel ; status: False ; >DEBUG:blivet: DiskLabel.teardown: device: /dev/sda ; type: disklabel ; status: False ; >DEBUG:blivet: LVMLogicalVolumeDevice.teardown: vg_erwan-desktop-lv_home ; status: True ; controllable: True ; >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:testdata:sysfs attr /sys/class/block/sdc/device/model: 466c617368204469736b2020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdd/device/model: 436f6d7061637420466c6173682020200a >DEBUG:testdata:sysfs attr /sys/class/block/sde/device/model: 534d2f78442d506963747572652020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdf/device/model: 53442f4d4d43202020202020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdg/device/model: 4d2e532e2f4d2e532e50726f2f4847200a >DEBUG:testdata:sysfs attr /sys/class/block/sdh/device/model: 53442f4d4d432f4d2e532e50524f20200a >DEBUG:testdata:sysfs attr /sys/class/block/sda/device/model: 53414d53554e472053534420383330200a >DEBUG:testdata:sysfs attr /sys/class/block/sdb/device/model: 53616d73756e672053534420383530200a >DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 4456442d52572053482d3231364142200a >DEBUG:blivet: Ext4FS.teardown: device: /dev/mapper/vg_erwan--desktop-lv_home ; type: ext4 ; status: False ; >DEBUG:blivet: Ext4FS.teardown: device: /dev/mapper/vg_erwan--desktop-lv_home ; type: ext4 ; status: False ; >DEBUG:blivet: LVMLogicalVolumeDevice._teardown: vg_erwan-desktop-lv_home ; status: True ; controllable: True ; >INFO:program:[60] Calling the 'com.redhat.lvmdbus1.Lv.Deactivate' method on the '/com/redhat/lvmdbus1/Lv/0' object with the following parameters: '(0, 1, {'--config': <' devices { filter=["a|/dev/sda2$|","a|/dev/sdb1$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0}'>})' >INFO:program:[60] Done. >INFO:program:[60] No result, no job started >DEBUG:blivet: LVMVolumeGroupDevice.teardown: vg_erwan-desktop ; status: True ; controllable: True ; >DEBUG:blivet: DeviceFormat.teardown: device: /dev/vg_erwan--desktop ; type: None ; status: False ; >DEBUG:blivet: DeviceFormat.teardown: device: /dev/vg_erwan--desktop ; type: None ; status: False ; >DEBUG:blivet: LVMVolumeGroupDevice._teardown: vg_erwan-desktop ; status: True ; controllable: True ; >INFO:program:[61] Calling the 'com.redhat.lvmdbus1.Vg.Deactivate' method on the '/com/redhat/lvmdbus1/Vg/0' object with the following parameters: '(0, 1, {'--config': <' devices { filter=["a|/dev/sda2$|","a|/dev/sdb1$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0}'>})' >INFO:program:[61] Done. >INFO:program:[61] No result, no job started >DEBUG:blivet: PartitionDevice.teardown: sda2 ; status: True ; controllable: True ; >DEBUG:blivet: LVMPhysicalVolume.teardown: device: /dev/sda2 ; type: lvmpv ; status: False ; >DEBUG:blivet: LVMPhysicalVolume.teardown: device: /dev/sda2 ; type: lvmpv ; status: False ; >DEBUG:blivet: DiskDevice.teardown: sda ; status: True ; controllable: True ; >DEBUG:blivet: DiskLabel.teardown: device: /dev/sda ; type: disklabel ; status: False ; >DEBUG:blivet: DiskLabel.teardown: device: /dev/sda ; type: disklabel ; status: False ; >DEBUG:blivet: PartitionDevice.teardown: sdb1 ; status: True ; controllable: True ; >DEBUG:blivet: LVMPhysicalVolume.teardown: device: /dev/sdb1 ; type: lvmpv ; status: False ; >DEBUG:blivet: LVMPhysicalVolume.teardown: device: /dev/sdb1 ; type: lvmpv ; status: False ; >DEBUG:blivet: DiskDevice.teardown: sdb ; status: True ; controllable: True ; >DEBUG:blivet: DiskLabel.teardown: device: /dev/sdb ; type: disklabel ; status: False ; >DEBUG:blivet: DiskLabel.teardown: device: /dev/sdb ; type: disklabel ; status: False ; >DEBUG:blivet: LVMLogicalVolumeDevice.teardown: vg_erwan-desktop-lv_swap ; status: False ; controllable: True ; >DEBUG:blivet: LVMVolumeGroupDevice.teardown: vg_erwan-desktop ; status: False ; controllable: True ; >DEBUG:blivet: PartitionDevice.teardown: sda2 ; status: True ; controllable: True ; >DEBUG:blivet: LVMPhysicalVolume.teardown: device: /dev/sda2 ; type: lvmpv ; status: False ; >DEBUG:blivet: LVMPhysicalVolume.teardown: device: /dev/sda2 ; type: lvmpv ; status: False ; >DEBUG:blivet: DiskDevice.teardown: sda ; status: True ; controllable: True ; >DEBUG:blivet: DiskLabel.teardown: device: /dev/sda ; type: disklabel ; status: False ; >DEBUG:blivet: DiskLabel.teardown: device: /dev/sda ; type: disklabel ; status: False ; >DEBUG:blivet: PartitionDevice.teardown: sdb1 ; status: True ; controllable: True ; >DEBUG:blivet: LVMPhysicalVolume.teardown: device: /dev/sdb1 ; type: lvmpv ; status: False ; >DEBUG:blivet: LVMPhysicalVolume.teardown: device: /dev/sdb1 ; type: lvmpv ; status: False ; >DEBUG:blivet: DiskDevice.teardown: sdb ; status: True ; controllable: True ; >DEBUG:blivet: DiskLabel.teardown: device: /dev/sdb ; type: disklabel ; status: False ; >DEBUG:blivet: DiskLabel.teardown: device: /dev/sdb ; type: disklabel ; status: False ; >DEBUG:blivet: LVMLogicalVolumeDevice.teardown: vg_erwan-desktop-lv_root ; status: False ; controllable: True ; >DEBUG:blivet: LVMVolumeGroupDevice.teardown: vg_erwan-desktop ; status: False ; controllable: True ; >DEBUG:blivet: PartitionDevice.teardown: sda2 ; status: True ; controllable: True ; >DEBUG:blivet: LVMPhysicalVolume.teardown: device: /dev/sda2 ; type: lvmpv ; status: False ; >DEBUG:blivet: LVMPhysicalVolume.teardown: device: /dev/sda2 ; type: lvmpv ; status: False ; >DEBUG:blivet: DiskDevice.teardown: sda ; status: True ; controllable: True ; >DEBUG:blivet: DiskLabel.teardown: device: /dev/sda ; type: disklabel ; status: False ; >DEBUG:blivet: DiskLabel.teardown: device: /dev/sda ; type: disklabel ; status: False ; >DEBUG:blivet: PartitionDevice.teardown: sdb1 ; status: True ; controllable: True ; >DEBUG:blivet: LVMPhysicalVolume.teardown: device: /dev/sdb1 ; type: lvmpv ; status: False ; >DEBUG:blivet: LVMPhysicalVolume.teardown: device: /dev/sdb1 ; type: lvmpv ; status: False ; >DEBUG:blivet: DiskDevice.teardown: sdb ; status: True ; controllable: True ; >DEBUG:blivet: DiskLabel.teardown: device: /dev/sdb ; type: disklabel ; status: False ; >DEBUG:blivet: DiskLabel.teardown: device: /dev/sdb ; type: disklabel ; status: False ; >DEBUG:blivet: LoopDevice.teardown: loop2 ; status: False ; controllable: False ; >DEBUG:blivet: FileDevice.teardown: /overlay (deleted) ; status: False ; controllable: False ; >INFO:anaconda.modules.storage.bootloader.factory:Created the boot loader EFIGRUB. >DEBUG:blivet: PartitionDevice.setup: sda1 ; orig: False ; status: True ; controllable: True ; >DEBUG:blivet: Ext4FS.setup: device: /dev/sda1 ; type: ext4 ; status: False ; >INFO:program:Running... mount -t ext4 -o defaults,ro /dev/sda1 /mnt/sysimage >DEBUG:program:Return code: 0 >INFO:program:Running... umount /mnt/sysimage >DEBUG:program:Return code: 0 >DEBUG:blivet: PartitionDevice.teardown: sda1 ; status: True ; controllable: True ; >DEBUG:blivet: Ext4FS.teardown: device: /dev/sda1 ; type: ext4 ; status: False ; >DEBUG:blivet: Ext4FS.teardown: device: /dev/sda1 ; type: ext4 ; status: False ; >DEBUG:blivet: LVMLogicalVolumeDevice.setup: vg_erwan-desktop-lv_home ; orig: False ; status: False ; controllable: True ; >DEBUG:blivet: LVMLogicalVolumeDevice.setup_parents: name: vg_erwan-desktop-lv_home ; orig: False ; >DEBUG:blivet: LVMVolumeGroupDevice.setup: vg_erwan-desktop ; orig: False ; status: False ; controllable: True ; >DEBUG:blivet: LVMVolumeGroupDevice.setup_parents: name: vg_erwan-desktop ; orig: False ; >DEBUG:blivet: PartitionDevice.setup: sda2 ; orig: False ; status: True ; controllable: True ; >DEBUG:blivet: LVMPhysicalVolume.setup: device: /dev/sda2 ; type: lvmpv ; status: False ; >DEBUG:blivet: PartitionDevice.setup: sdb1 ; orig: False ; status: True ; controllable: True ; >DEBUG:blivet: LVMPhysicalVolume.setup: device: /dev/sdb1 ; type: lvmpv ; status: False ; >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:blivet: LVMVolumeGroupDevice.update_sysfs_path: vg_erwan-desktop ; status: False ; >DEBUG:blivet: LVMLogicalVolumeDevice._setup: vg_erwan-desktop-lv_home ; orig: False ; status: False ; controllable: True ; >INFO:program:[62] Calling the 'com.redhat.lvmdbus1.Lv.Activate' method on the '/com/redhat/lvmdbus1/Lv/0' object with the following parameters: '(0, 1, {'--config': <' devices { filter=["a|/dev/sda2$|","a|/dev/sdb1$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0}'>})' >INFO:program:[62] Done. >INFO:program:[62] No result, no job started >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:blivet: LVMLogicalVolumeDevice.update_sysfs_path: vg_erwan-desktop-lv_home ; status: True ; >DEBUG:blivet:vg_erwan-desktop-lv_home sysfs_path set to /sys/devices/virtual/block/dm-0 >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:testdata:sysfs attr /sys/class/block/sdc/device/model: 466c617368204469736b2020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdd/device/model: 436f6d7061637420466c6173682020200a >DEBUG:testdata:sysfs attr /sys/class/block/sde/device/model: 534d2f78442d506963747572652020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdf/device/model: 53442f4d4d43202020202020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdg/device/model: 4d2e532e2f4d2e532e50726f2f4847200a >DEBUG:testdata:sysfs attr /sys/class/block/sdh/device/model: 53442f4d4d432f4d2e532e50524f20200a >DEBUG:testdata:sysfs attr /sys/class/block/sda/device/model: 53414d53554e472053534420383330200a >DEBUG:testdata:sysfs attr /sys/class/block/sdb/device/model: 53616d73756e672053534420383530200a >DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 4456442d52572053482d3231364142200a >DEBUG:blivet: Ext4FS.setup: device: /dev/mapper/vg_erwan--desktop-lv_home ; type: ext4 ; status: False ; >INFO:program:Running... mount -t ext4 -o defaults,ro /dev/mapper/vg_erwan--desktop-lv_home /mnt/sysimage >DEBUG:program:Return code: 0 >INFO:program:Running... umount /mnt/sysimage >DEBUG:program:Return code: 0 >DEBUG:blivet: LVMLogicalVolumeDevice.teardown: vg_erwan-desktop-lv_home ; status: True ; controllable: True ; >DEBUG:blivet: Ext4FS.teardown: device: /dev/mapper/vg_erwan--desktop-lv_home ; type: ext4 ; status: False ; >DEBUG:blivet: Ext4FS.teardown: device: /dev/mapper/vg_erwan--desktop-lv_home ; type: ext4 ; status: False ; >DEBUG:blivet: LVMLogicalVolumeDevice._teardown: vg_erwan-desktop-lv_home ; status: True ; controllable: True ; >INFO:program:[63] Calling the 'com.redhat.lvmdbus1.Lv.Deactivate' method on the '/com/redhat/lvmdbus1/Lv/0' object with the following parameters: '(0, 1, {'--config': <' devices { filter=["a|/dev/sda2$|","a|/dev/sdb1$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0}'>})' >INFO:program:[63] Done. >INFO:program:[63] No result, no job started >DEBUG:blivet: LVMLogicalVolumeDevice.setup: vg_erwan-desktop-lv_root ; orig: False ; status: False ; controllable: True ; >DEBUG:blivet: LVMLogicalVolumeDevice.setup_parents: name: vg_erwan-desktop-lv_root ; orig: False ; >DEBUG:blivet: LVMVolumeGroupDevice.setup: vg_erwan-desktop ; orig: False ; status: False ; controllable: True ; >DEBUG:blivet: LVMVolumeGroupDevice.setup_parents: name: vg_erwan-desktop ; orig: False ; >DEBUG:blivet: PartitionDevice.setup: sda2 ; orig: False ; status: True ; controllable: True ; >DEBUG:blivet: LVMPhysicalVolume.setup: device: /dev/sda2 ; type: lvmpv ; status: False ; >DEBUG:blivet: PartitionDevice.setup: sdb1 ; orig: False ; status: True ; controllable: True ; >DEBUG:blivet: LVMPhysicalVolume.setup: device: /dev/sdb1 ; type: lvmpv ; status: False ; >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:blivet: LVMVolumeGroupDevice.update_sysfs_path: vg_erwan-desktop ; status: False ; >DEBUG:blivet: LVMLogicalVolumeDevice._setup: vg_erwan-desktop-lv_root ; orig: False ; status: False ; controllable: True ; >INFO:program:[64] Calling the 'com.redhat.lvmdbus1.Lv.Activate' method on the '/com/redhat/lvmdbus1/Lv/2' object with the following parameters: '(0, 1, {'--config': <' devices { filter=["a|/dev/sda2$|","a|/dev/sdb1$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0}'>})' >INFO:program:[64] Done. >INFO:program:[64] No result, no job started >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:blivet: LVMLogicalVolumeDevice.update_sysfs_path: vg_erwan-desktop-lv_root ; status: True ; >DEBUG:blivet:vg_erwan-desktop-lv_root sysfs_path set to /sys/devices/virtual/block/dm-0 >DEBUG:blivet: Ext4FS.setup: device: /dev/mapper/vg_erwan--desktop-lv_root ; type: ext4 ; status: False ; >INFO:program:Running... mount -t ext4 -o defaults,ro /dev/mapper/vg_erwan--desktop-lv_root /mnt/sysimage >DEBUG:program:Return code: 0 >INFO:program:Running... arch >INFO:program:stdout: >INFO:program:x86_64 >DEBUG:program:Return code: 0 >DEBUG:anaconda.modules.storage.devicetree.root:blkid.tab devs: [] >DEBUG:anaconda.modules.storage.devicetree.fsset:parsing /mnt/sysimage/etc/crypttab >DEBUG:blivet:failed to resolve 'UUID=34a162f3-a35c-4266-8c6d-322b6372a3eb' >DEBUG:anaconda.modules.storage.devicetree.root:crypttab maps: [] >DEBUG:anaconda.modules.storage.devicetree.root:parsing /mnt/sysimage/etc/fstab >DEBUG:blivet: DeviceTree.get_device_by_path: path: /dev/mapper/vg_erwan--desktop-lv_root ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_path returned existing 161,25 Gio lvmlv vg_erwan-desktop-lv_root (118) with existing ext4 filesystem >DEBUG:blivet:resolved '/dev/mapper/vg_erwan--desktop-lv_root' to 'vg_erwan-desktop-lv_root' (lvmlv) >DEBUG:blivet:resolved 'UUID=e78bdfed-d203-4338-a4ed-8db17172bdbd' to 'sda1' (partition) >DEBUG:blivet: DeviceTree.get_device_by_path: path: /dev/mapper/vg_erwan--desktop-lv_home ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_path returned existing 153,22 Gio lvmlv vg_erwan-desktop-lv_home (92) with existing ext4 filesystem >DEBUG:blivet:resolved '/dev/mapper/vg_erwan--desktop-lv_home' to 'vg_erwan-desktop-lv_home' (lvmlv) >DEBUG:blivet: DeviceTree.get_device_by_path: path: /dev/mapper/vg_erwan--desktop-lv_swap ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_path returned existing 15,53 Gio lvmlv vg_erwan-desktop-lv_swap (105) with existing swap >DEBUG:blivet:resolved '/dev/mapper/vg_erwan--desktop-lv_swap' to 'vg_erwan-desktop-lv_swap' (lvmlv) >INFO:program:Running... umount /mnt/sysimage >DEBUG:program:Return code: 0 >DEBUG:blivet: DiskDevice.teardown: sdd ; status: True ; controllable: True ; >DEBUG:blivet: DeviceFormat.teardown: device: /dev/sdd ; type: None ; status: False ; >DEBUG:blivet: DeviceFormat.teardown: device: /dev/sdd ; type: None ; status: False ; >DEBUG:blivet: DiskDevice.teardown: sde ; status: True ; controllable: True ; >DEBUG:blivet: DeviceFormat.teardown: device: /dev/sde ; type: None ; status: False ; >DEBUG:blivet: DeviceFormat.teardown: device: /dev/sde ; type: None ; status: False ; >DEBUG:blivet: DiskDevice.teardown: sdf ; status: True ; controllable: True ; >DEBUG:blivet: DeviceFormat.teardown: device: /dev/sdf ; type: None ; status: False ; >DEBUG:blivet: DeviceFormat.teardown: device: /dev/sdf ; type: None ; status: False ; >DEBUG:blivet: DiskDevice.teardown: sdg ; status: True ; controllable: True ; >DEBUG:blivet: DeviceFormat.teardown: device: /dev/sdg ; type: None ; status: False ; >DEBUG:blivet: DeviceFormat.teardown: device: /dev/sdg ; type: None ; status: False ; >DEBUG:blivet: DiskDevice.teardown: sdh ; status: True ; controllable: True ; >DEBUG:blivet: DeviceFormat.teardown: device: /dev/sdh ; type: None ; status: False ; >DEBUG:blivet: DeviceFormat.teardown: device: /dev/sdh ; type: None ; status: False ; >DEBUG:blivet: PartitionDevice.teardown: sda1 ; status: True ; controllable: True ; >DEBUG:blivet: Ext4FS.teardown: device: /dev/sda1 ; type: ext4 ; status: False ; >DEBUG:blivet: Ext4FS.teardown: device: /dev/sda1 ; type: ext4 ; status: False ; >DEBUG:blivet: DiskDevice.teardown: sda ; status: True ; controllable: True ; >DEBUG:blivet: DiskLabel.teardown: device: /dev/sda ; type: disklabel ; status: False ; >DEBUG:blivet: DiskLabel.teardown: device: /dev/sda ; type: disklabel ; status: False ; >DEBUG:blivet: LVMLogicalVolumeDevice.teardown: vg_erwan-desktop-lv_home ; status: False ; controllable: True ; >DEBUG:blivet: LVMVolumeGroupDevice.teardown: vg_erwan-desktop ; status: True ; controllable: True ; >DEBUG:blivet: DeviceFormat.teardown: device: /dev/vg_erwan--desktop ; type: None ; status: False ; >DEBUG:blivet: DeviceFormat.teardown: device: /dev/vg_erwan--desktop ; type: None ; status: False ; >DEBUG:blivet: LVMVolumeGroupDevice._teardown: vg_erwan-desktop ; status: True ; controllable: True ; >INFO:program:[65] Calling the 'com.redhat.lvmdbus1.Vg.Deactivate' method on the '/com/redhat/lvmdbus1/Vg/0' object with the following parameters: '(0, 1, {'--config': <' devices { filter=["a|/dev/sda2$|","a|/dev/sdb1$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0}'>})' >INFO:program:[65] Done. >INFO:program:[65] No result, no job started >DEBUG:blivet: PartitionDevice.teardown: sda2 ; status: True ; controllable: True ; >DEBUG:blivet: LVMPhysicalVolume.teardown: device: /dev/sda2 ; type: lvmpv ; status: False ; >DEBUG:blivet: LVMPhysicalVolume.teardown: device: /dev/sda2 ; type: lvmpv ; status: False ; >DEBUG:blivet: DiskDevice.teardown: sda ; status: True ; controllable: True ; >DEBUG:blivet: DiskLabel.teardown: device: /dev/sda ; type: disklabel ; status: False ; >DEBUG:blivet: DiskLabel.teardown: device: /dev/sda ; type: disklabel ; status: False ; >DEBUG:blivet: PartitionDevice.teardown: sdb1 ; status: True ; controllable: True ; >DEBUG:blivet: LVMPhysicalVolume.teardown: device: /dev/sdb1 ; type: lvmpv ; status: False ; >DEBUG:blivet: LVMPhysicalVolume.teardown: device: /dev/sdb1 ; type: lvmpv ; status: False ; >DEBUG:blivet: DiskDevice.teardown: sdb ; status: True ; controllable: True ; >DEBUG:blivet: DiskLabel.teardown: device: /dev/sdb ; type: disklabel ; status: False ; >DEBUG:blivet: DiskLabel.teardown: device: /dev/sdb ; type: disklabel ; status: False ; >DEBUG:blivet: LVMLogicalVolumeDevice.teardown: vg_erwan-desktop-lv_swap ; status: False ; controllable: True ; >DEBUG:blivet: LVMVolumeGroupDevice.teardown: vg_erwan-desktop ; status: False ; controllable: True ; >DEBUG:blivet: PartitionDevice.teardown: sda2 ; status: True ; controllable: True ; >DEBUG:blivet: LVMPhysicalVolume.teardown: device: /dev/sda2 ; type: lvmpv ; status: False ; >DEBUG:blivet: LVMPhysicalVolume.teardown: device: /dev/sda2 ; type: lvmpv ; status: False ; >DEBUG:blivet: DiskDevice.teardown: sda ; status: True ; controllable: True ; >DEBUG:blivet: DiskLabel.teardown: device: /dev/sda ; type: disklabel ; status: False ; >DEBUG:blivet: DiskLabel.teardown: device: /dev/sda ; type: disklabel ; status: False ; >DEBUG:blivet: PartitionDevice.teardown: sdb1 ; status: True ; controllable: True ; >DEBUG:blivet: LVMPhysicalVolume.teardown: device: /dev/sdb1 ; type: lvmpv ; status: False ; >DEBUG:blivet: LVMPhysicalVolume.teardown: device: /dev/sdb1 ; type: lvmpv ; status: False ; >DEBUG:blivet: DiskDevice.teardown: sdb ; status: True ; controllable: True ; >DEBUG:blivet: DiskLabel.teardown: device: /dev/sdb ; type: disklabel ; status: False ; >DEBUG:blivet: DiskLabel.teardown: device: /dev/sdb ; type: disklabel ; status: False ; >DEBUG:blivet: LVMLogicalVolumeDevice.teardown: vg_erwan-desktop-lv_root ; status: False ; controllable: True ; >DEBUG:blivet: LVMVolumeGroupDevice.teardown: vg_erwan-desktop ; status: False ; controllable: True ; >DEBUG:blivet: PartitionDevice.teardown: sda2 ; status: True ; controllable: True ; >DEBUG:blivet: LVMPhysicalVolume.teardown: device: /dev/sda2 ; type: lvmpv ; status: False ; >DEBUG:blivet: LVMPhysicalVolume.teardown: device: /dev/sda2 ; type: lvmpv ; status: False ; >DEBUG:blivet: DiskDevice.teardown: sda ; status: True ; controllable: True ; >DEBUG:blivet: DiskLabel.teardown: device: /dev/sda ; type: disklabel ; status: False ; >DEBUG:blivet: DiskLabel.teardown: device: /dev/sda ; type: disklabel ; status: False ; >DEBUG:blivet: PartitionDevice.teardown: sdb1 ; status: True ; controllable: True ; >DEBUG:blivet: LVMPhysicalVolume.teardown: device: /dev/sdb1 ; type: lvmpv ; status: False ; >DEBUG:blivet: LVMPhysicalVolume.teardown: device: /dev/sdb1 ; type: lvmpv ; status: False ; >DEBUG:blivet: DiskDevice.teardown: sdb ; status: True ; controllable: True ; >DEBUG:blivet: DiskLabel.teardown: device: /dev/sdb ; type: disklabel ; status: False ; >DEBUG:blivet: DiskLabel.teardown: device: /dev/sdb ; type: disklabel ; status: False ; >DEBUG:blivet: LoopDevice.teardown: loop2 ; status: False ; controllable: False ; >DEBUG:blivet: FileDevice.teardown: /overlay (deleted) ; status: False ; controllable: False ; >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet: Iso9660FS.supported: supported: True ; >DEBUG:blivet:vg_erwan-desktop size is 584,5 Gio >DEBUG:blivet:vg vg_erwan-desktop has 254,5 Gio free >DEBUG:blivet:vg_erwan-desktop size is 584,5 Gio >DEBUG:blivet:vg vg_erwan-desktop has 254,5 Gio free >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet: Ext4FS.supported: supported: True ; >INFO:program:Running [66] mkswap --version ... >INFO:program:stdout[66]: mkswap from util-linux 2.38.1 > >INFO:program:stderr[66]: >INFO:program:...done [66] (exit code: 0) >INFO:anaconda.threading:Thread Done: AnaTaskThread-ScanDevicesTask-1 (140071291320000) >DEBUG:anaconda.modules.storage.storage:The storage model has changed. >DEBUG:anaconda.modules.storage.storage:The storage model has changed. >DEBUG:anaconda.modules.storage.storage:The partitioning NONE is applied. >DEBUG:blivet: DeviceTree.get_device_by_path: path: /dev/mapper/live-base ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_path returned existing 7,57 Gio dm live-base (184) with existing ext4 filesystem >DEBUG:blivet:resolved '/dev/mapper/live-base' to 'live-base' (dm) >DEBUG:blivet: DeviceTree.get_device_by_name: name: live-base ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 7,57 Gio dm live-base (184) with existing ext4 filesystem >DEBUG:anaconda.modules.common.base.base:Locale is set to fr_FR.UTF-8. >DEBUG:anaconda.modules.storage.storage:Created the partitioning AUTOMATIC. >DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage/Partitioning/1. >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 119,24 Gio disk sda (39) with existing msdos disklabel >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 119,24 Gio disk sda (39) with existing msdos disklabel >DEBUG:blivet: DeviceTree.get_device_by_name: name: sdb ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 465,76 Gio disk sdb (73) with existing msdos disklabel >DEBUG:blivet: DeviceTree.get_device_by_name: name: sdb ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 465,76 Gio disk sdb (73) with existing msdos disklabel >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 119,24 Gio disk sda (39) with existing msdos disklabel >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 119,24 Gio disk sda (39) with existing msdos disklabel >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 119,24 Gio disk sda (39) with existing msdos disklabel >DEBUG:blivet: DeviceTree.get_device_by_name: name: sdb ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 465,76 Gio disk sdb (73) with existing msdos disklabel >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 119,24 Gio disk sda (39) with existing msdos disklabel >DEBUG:blivet: DeviceTree.get_device_by_name: name: sdb ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 465,76 Gio disk sdb (73) with existing msdos disklabel >DEBUG:anaconda.modules.storage.storage:The storage model has changed. >DEBUG:anaconda.modules.storage.storage:The partitioning NONE is applied. >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 119,24 Gio disk sda (39) with existing msdos disklabel >DEBUG:blivet: DeviceTree.get_dependent_devices: dep: existing 119,24 Gio disk sda (39) with existing msdos disklabel ; hidden: True ; >DEBUG:blivet:checking if sdc depends on sda >DEBUG:blivet:checking if sdd depends on sda >DEBUG:blivet:checking if sde depends on sda >DEBUG:blivet:checking if sdf depends on sda >DEBUG:blivet:checking if sdg depends on sda >DEBUG:blivet:checking if sdh depends on sda >DEBUG:blivet:checking if sda depends on sda >DEBUG:blivet:checking if sda1 depends on sda >DEBUG:blivet:checking if sda2 depends on sda >DEBUG:blivet:checking if vg_erwan-desktop depends on sda >DEBUG:blivet:checking if sdb depends on sda >DEBUG:blivet:checking if sdb1 depends on sda >DEBUG:blivet:checking if vg_erwan-desktop-lv_home depends on sda >DEBUG:blivet:checking if vg_erwan-desktop-lv_swap depends on sda >DEBUG:blivet:checking if vg_erwan-desktop-lv_root depends on sda >DEBUG:blivet:checking if sr0 depends on sda >DEBUG:blivet:checking if /run/initramfs/live/LiveOS/squashfs.img depends on sda >DEBUG:blivet:checking if loop0 depends on sda >DEBUG:blivet:checking if /LiveOS/rootfs.img depends on sda >DEBUG:blivet:checking if loop1 depends on sda >DEBUG:blivet:checking if /overlay (deleted) depends on sda >DEBUG:blivet:checking if loop2 depends on sda >DEBUG:blivet:checking if live-rw depends on sda >DEBUG:blivet:checking if live-base depends on sda >DEBUG:blivet: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 465,76 Gio disk sdb (73) with existing msdos disklabel >DEBUG:blivet: DeviceTree.get_dependent_devices: dep: existing 465,76 Gio disk sdb (73) with existing msdos disklabel ; hidden: True ; >DEBUG:blivet:checking if sdc depends on sdb >DEBUG:blivet:checking if sdd depends on sdb >DEBUG:blivet:checking if sde depends on sdb >DEBUG:blivet:checking if sdf depends on sdb >DEBUG:blivet:checking if sdg depends on sdb >DEBUG:blivet:checking if sdh depends on sdb >DEBUG:blivet:checking if sda depends on sdb >DEBUG:blivet:checking if sda1 depends on sdb >DEBUG:blivet:checking if sda2 depends on sdb >DEBUG:blivet:checking if vg_erwan-desktop depends on sdb >DEBUG:blivet:checking if sdb depends on sdb >DEBUG:blivet:checking if sdb1 depends on sdb >DEBUG:blivet:checking if vg_erwan-desktop-lv_home depends on sdb >DEBUG:blivet:checking if vg_erwan-desktop-lv_swap depends on sdb >DEBUG:blivet:checking if vg_erwan-desktop-lv_root depends on sdb >DEBUG:blivet:checking if sr0 depends on sdb >DEBUG:blivet:checking if /run/initramfs/live/LiveOS/squashfs.img depends on sdb >DEBUG:blivet:checking if loop0 depends on sdb >DEBUG:blivet:checking if /LiveOS/rootfs.img depends on sdb >DEBUG:blivet:checking if loop1 depends on sdb >DEBUG:blivet:checking if /overlay (deleted) depends on sdb >DEBUG:blivet:checking if loop2 depends on sdb >DEBUG:blivet:checking if live-rw depends on sdb >DEBUG:blivet:checking if live-base depends on sdb >DEBUG:anaconda.modules.storage.disk_initialization.initialization:The initialization mode is set to 'InitializationMode.CLEAR_NONE'. >DEBUG:anaconda.modules.storage.disk_initialization.initialization:Can initialize labels is set to 'True'. >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:0/block/sdd ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:0/block/sdd/size: 300a >INFO:blivet:Skipping disk: sdd: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:1/block/sde ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:1/block/sde/size: 300a >INFO:blivet:Skipping disk: sde: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:2/block/sdf ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:2/block/sdf/size: 300a >INFO:blivet:Skipping disk: sdf: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:3/block/sdg ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:3/block/sdg/size: 300a >INFO:blivet:Skipping disk: sdg: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:4/block/sdh ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:4/block/sdh/size: 300a >INFO:blivet:Skipping disk: sdh: No media present >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 119,24 Gio disk sda (39) with existing msdos disklabel >DEBUG:blivet: DeviceTree.get_device_by_name: name: sdb ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 465,76 Gio disk sdb (73) with existing msdos disklabel >DEBUG:anaconda.modules.storage.disk_selection.selection:Selected disks are set to '['sda', 'sdb']'. >DEBUG:anaconda.modules.storage.disk_initialization.initialization:Drives to clear are set to '['sda', 'sdb']'. >DEBUG:anaconda.modules.storage.storage:Created the partitioning BLIVET. >DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage/Partitioning/2. >DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage/DeviceTree/1. >DEBUG:anaconda.modules.storage.partitioning.base:Creating a new storage playground for BLIVET with selected disks ['sda', 'sdb']. >DEBUG:anaconda.storage:Creating a copy of the storage model. >DEBUG:blivet:starting Blivet copy >DEBUG:blivet: PartitionDevice._set_parted_partition: sda1 ; >DEBUG:blivet:device sda1 new parted_partition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f64e1fbbc10> fileSystem: <parted.filesystem.FileSystem object at 0x7f64e2f48e90> > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f64e2f4b7d0> PedPartition: <_ped.Partition object at 0x7f64e1f244a0> >DEBUG:blivet: PartitionDevice._set_parted_partition: sda2 ; >DEBUG:blivet:device sda2 new parted_partition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f64e1fbbc10> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f64e2f4acd0> PedPartition: <_ped.Partition object at 0x7f64e2e80720> >DEBUG:blivet: PartitionDevice._set_parted_partition: sdb1 ; >DEBUG:blivet:device sdb1 new parted_partition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f64e2f78210> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f64e2f81c10> PedPartition: <_ped.Partition object at 0x7f64e2f8b240> >DEBUG:blivet:finished Blivet copy >DEBUG:blivet: DeviceTree.get_device_by_id: id_num: 118 ; incomplete: False ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_id returned existing 161.25 Gio lvmlv vg_erwan-desktop-lv_root (118) with existing ext4 filesystem >DEBUG:blivet: DeviceTree.get_device_by_id: id_num: 49 ; incomplete: False ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_id returned existing 500 Mio partition sda1 (49) with existing ext4 filesystem >DEBUG:blivet: DeviceTree.get_device_by_id: id_num: 92 ; incomplete: False ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_id returned existing 153.22 Gio lvmlv vg_erwan-desktop-lv_home (92) with existing ext4 filesystem >DEBUG:blivet: DeviceTree.get_device_by_id: id_num: 105 ; incomplete: False ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_id returned existing 15.53 Gio lvmlv vg_erwan-desktop-lv_swap (105) with existing swap >DEBUG:blivet: DeviceTree.get_device_by_id: id_num: 118 ; incomplete: False ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_id returned existing 161.25 Gio lvmlv vg_erwan-desktop-lv_root (118) with existing ext4 filesystem >DEBUG:blivet: DeviceTree.get_device_by_id: id_num: 49 ; incomplete: False ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_id returned existing 500 Mio partition sda1 (49) with existing ext4 filesystem >DEBUG:blivet: DeviceTree.get_device_by_id: id_num: 92 ; incomplete: False ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_id returned existing 153.22 Gio lvmlv vg_erwan-desktop-lv_home (92) with existing ext4 filesystem >DEBUG:anaconda.storage:Finished a copy of the storage model. >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:0/block/sdd ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:0/block/sdd/size: 300a >INFO:blivet:Skipping disk: sdd: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:1/block/sde ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:1/block/sde/size: 300a >INFO:blivet:Skipping disk: sde: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:2/block/sdf ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:2/block/sdf/size: 300a >INFO:blivet:Skipping disk: sdf: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:3/block/sdg ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:3/block/sdg/size: 300a >INFO:blivet:Skipping disk: sdg: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:4/block/sdh ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:4/block/sdh/size: 300a >INFO:blivet:Skipping disk: sdh: No media present >DEBUG:anaconda.modules.storage.disk_initialization.configuration:Can sda be initialized? >DEBUG:anaconda.modules.storage.disk_initialization.configuration:The disk cannot be initialized. >DEBUG:anaconda.modules.storage.disk_initialization.configuration:Can sdb be initialized? >DEBUG:anaconda.modules.storage.disk_initialization.configuration:The disk cannot be initialized. >DEBUG:anaconda.modules.storage.disk_initialization.configuration:Can sdc be initialized? >DEBUG:anaconda.modules.storage.disk_initialization.configuration:A protected disk cannot be initialized. >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:0/block/sdd ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:0/block/sdd/size: 300a >INFO:blivet:Skipping disk: sdd: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:1/block/sde ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:1/block/sde/size: 300a >INFO:blivet:Skipping disk: sde: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:2/block/sdf ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:2/block/sdf/size: 300a >INFO:blivet:Skipping disk: sdf: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:3/block/sdg ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:3/block/sdg/size: 300a >INFO:blivet:Skipping disk: sdg: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:4/block/sdh ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:4/block/sdh/size: 300a >INFO:blivet:Skipping disk: sdh: No media present >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:testdata:sysfs attr /sys/class/block/sdc/device/model: 466c617368204469736b2020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdd/device/model: 436f6d7061637420466c6173682020200a >DEBUG:testdata:sysfs attr /sys/class/block/sde/device/model: 534d2f78442d506963747572652020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdf/device/model: 53442f4d4d43202020202020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdg/device/model: 4d2e532e2f4d2e532e50726f2f4847200a >DEBUG:testdata:sysfs attr /sys/class/block/sdh/device/model: 53442f4d4d432f4d2e532e50524f20200a >DEBUG:testdata:sysfs attr /sys/class/block/sda/device/model: 53414d53554e472053534420383330200a >DEBUG:testdata:sysfs attr /sys/class/block/sdb/device/model: 53616d73756e672053534420383530200a >DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 4456442d52572053482d3231364142200a >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:testdata:sysfs attr /sys/class/block/sdc/device/model: 466c617368204469736b2020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdd/device/model: 436f6d7061637420466c6173682020200a >DEBUG:testdata:sysfs attr /sys/class/block/sde/device/model: 534d2f78442d506963747572652020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdf/device/model: 53442f4d4d43202020202020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdg/device/model: 4d2e532e2f4d2e532e50726f2f4847200a >DEBUG:testdata:sysfs attr /sys/class/block/sdh/device/model: 53442f4d4d432f4d2e532e50524f20200a >DEBUG:testdata:sysfs attr /sys/class/block/sda/device/model: 53414d53554e472053534420383330200a >DEBUG:testdata:sysfs attr /sys/class/block/sdb/device/model: 53616d73756e672053534420383530200a >DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 4456442d52572053482d3231364142200a >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:testdata:sysfs attr /sys/class/block/sdc/device/model: 466c617368204469736b2020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdd/device/model: 436f6d7061637420466c6173682020200a >DEBUG:testdata:sysfs attr /sys/class/block/sde/device/model: 534d2f78442d506963747572652020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdf/device/model: 53442f4d4d43202020202020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdg/device/model: 4d2e532e2f4d2e532e50726f2f4847200a >DEBUG:testdata:sysfs attr /sys/class/block/sdh/device/model: 53442f4d4d432f4d2e532e50524f20200a >DEBUG:testdata:sysfs attr /sys/class/block/sda/device/model: 53414d53554e472053534420383330200a >DEBUG:testdata:sysfs attr /sys/class/block/sdb/device/model: 53616d73756e672053534420383530200a >DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 4456442d52572053482d3231364142200a >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:testdata:sysfs attr /sys/class/block/sdc/device/model: 466c617368204469736b2020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdd/device/model: 436f6d7061637420466c6173682020200a >DEBUG:testdata:sysfs attr /sys/class/block/sde/device/model: 534d2f78442d506963747572652020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdf/device/model: 53442f4d4d43202020202020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdg/device/model: 4d2e532e2f4d2e532e50726f2f4847200a >DEBUG:testdata:sysfs attr /sys/class/block/sdh/device/model: 53442f4d4d432f4d2e532e50524f20200a >DEBUG:testdata:sysfs attr /sys/class/block/sda/device/model: 53414d53554e472053534420383330200a >DEBUG:testdata:sysfs attr /sys/class/block/sdb/device/model: 53616d73756e672053534420383530200a >DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 4456442d52572053482d3231364142200a >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:testdata:sysfs attr /sys/class/block/sdc/device/model: 466c617368204469736b2020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdd/device/model: 436f6d7061637420466c6173682020200a >DEBUG:testdata:sysfs attr /sys/class/block/sde/device/model: 534d2f78442d506963747572652020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdf/device/model: 53442f4d4d43202020202020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdg/device/model: 4d2e532e2f4d2e532e50726f2f4847200a >DEBUG:testdata:sysfs attr /sys/class/block/sdh/device/model: 53442f4d4d432f4d2e532e50524f20200a >DEBUG:testdata:sysfs attr /sys/class/block/sda/device/model: 53414d53554e472053534420383330200a >DEBUG:testdata:sysfs attr /sys/class/block/sdb/device/model: 53616d73756e672053534420383530200a >DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 4456442d52572053482d3231364142200a >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:testdata:sysfs attr /sys/class/block/sdc/device/model: 466c617368204469736b2020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdd/device/model: 436f6d7061637420466c6173682020200a >DEBUG:testdata:sysfs attr /sys/class/block/sde/device/model: 534d2f78442d506963747572652020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdf/device/model: 53442f4d4d43202020202020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdg/device/model: 4d2e532e2f4d2e532e50726f2f4847200a >DEBUG:testdata:sysfs attr /sys/class/block/sdh/device/model: 53442f4d4d432f4d2e532e50524f20200a >DEBUG:testdata:sysfs attr /sys/class/block/sda/device/model: 53414d53554e472053534420383330200a >DEBUG:testdata:sysfs attr /sys/class/block/sdb/device/model: 53616d73756e672053534420383530200a >DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 4456442d52572053482d3231364142200a >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:testdata:sysfs attr /sys/class/block/sdc/device/model: 466c617368204469736b2020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdd/device/model: 436f6d7061637420466c6173682020200a >DEBUG:testdata:sysfs attr /sys/class/block/sde/device/model: 534d2f78442d506963747572652020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdf/device/model: 53442f4d4d43202020202020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdg/device/model: 4d2e532e2f4d2e532e50726f2f4847200a >DEBUG:testdata:sysfs attr /sys/class/block/sdh/device/model: 53442f4d4d432f4d2e532e50524f20200a >DEBUG:testdata:sysfs attr /sys/class/block/sda/device/model: 53414d53554e472053534420383330200a >DEBUG:testdata:sysfs attr /sys/class/block/sdb/device/model: 53616d73756e672053534420383530200a >DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 4456442d52572053482d3231364142200a >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:testdata:sysfs attr /sys/class/block/sdc/device/model: 466c617368204469736b2020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdd/device/model: 436f6d7061637420466c6173682020200a >DEBUG:testdata:sysfs attr /sys/class/block/sde/device/model: 534d2f78442d506963747572652020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdf/device/model: 53442f4d4d43202020202020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdg/device/model: 4d2e532e2f4d2e532e50726f2f4847200a >DEBUG:testdata:sysfs attr /sys/class/block/sdh/device/model: 53442f4d4d432f4d2e532e50524f20200a >DEBUG:testdata:sysfs attr /sys/class/block/sda/device/model: 53414d53554e472053534420383330200a >DEBUG:testdata:sysfs attr /sys/class/block/sdb/device/model: 53616d73756e672053534420383530200a >DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 4456442d52572053482d3231364142200a >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:0/block/sdd ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:0/block/sdd/size: 300a >INFO:blivet:Skipping disk: sdd: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:1/block/sde ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:1/block/sde/size: 300a >INFO:blivet:Skipping disk: sde: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:2/block/sdf ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:2/block/sdf/size: 300a >INFO:blivet:Skipping disk: sdf: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:3/block/sdg ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:3/block/sdg/size: 300a >INFO:blivet:Skipping disk: sdg: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:4/block/sdh ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:4/block/sdh/size: 300a >INFO:blivet:Skipping disk: sdh: No media present >DEBUG:blivet:vg_erwan-desktop size is 584.5 Gio >DEBUG:blivet:vg vg_erwan-desktop has 254.5 Gio free >DEBUG:blivet:vg_erwan-desktop size is 584.5 Gio >DEBUG:blivet:vg vg_erwan-desktop has 254.5 Gio free >DEBUG:blivet:vg_erwan-desktop size is 584.5 Gio >DEBUG:blivet:vg vg_erwan-desktop has 254.5 Gio free >DEBUG:blivet:vg_erwan-desktop size is 584.5 Gio >DEBUG:blivet:vg vg_erwan-desktop has 254.5 Gio free >DEBUG:blivet:vg_erwan-desktop size is 584.5 Gio >DEBUG:blivet:vg vg_erwan-desktop has 254.5 Gio free >DEBUG:blivet:vg_erwan-desktop size is 584.5 Gio >DEBUG:blivet:vg vg_erwan-desktop has 254.5 Gio free >DEBUG:blivet-gui-utils:Editing parents for LVM volume group 'vg_erwan-desktop' >================================================================================ >**User input:** > > edit_device: existing 584.5 Gio lvmvg vg_erwan-desktop (68) > action_type: remove > parents_list: existing 118.75 Gio partition sda2 (59) with existing lvmpv > >**Involved devices:** > >LVMVolumeGroupDevice instance (0x7f64e1fc5ad0) -- > name = vg_erwan-desktop status = False id = 68 > children = ['existing 153.22 Gio lvmlv vg_erwan-desktop-lv_home (92) with existing ext4 ' > 'filesystem', > 'existing 161.25 Gio lvmlv vg_erwan-desktop-lv_root (118) with existing ext4 ' > 'filesystem', > 'existing 15.53 Gio lvmlv vg_erwan-desktop-lv_swap (105) with existing swap'] > parents = ['existing 118.75 Gio partition sda2 (59) with existing lvmpv', > 'existing 465.76 Gio partition sdb1 (83) with existing lvmpv'] > uuid = 3vkTwN-NVSy-EPPa-TKBy-ECge-VrQq-Zq6a4s size = 584.5 Gio > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = > target size = 584.5 Gio path = /dev/vg_erwan--desktop > format args = [] original_format = None free = 254.5 Gio PE Size = 32 Mio PE Count = 18704 > PE Free = 8144 PV Count = 2 > modified = False extents = 18704 free space = 254.5 Gio > free extents = 8144 reserved percent = 0 reserved space = 0 O > PVs = ['existing 118.75 Gio partition sda2 (59) with existing lvmpv', > 'existing 465.76 Gio partition sdb1 (83) with existing lvmpv'] > LVs = ['existing 153.22 Gio lvmlv vg_erwan-desktop-lv_home (92) with existing ext4 ' > 'filesystem', > 'existing 15.53 Gio lvmlv vg_erwan-desktop-lv_swap (105) with existing swap', > 'existing 161.25 Gio lvmlv vg_erwan-desktop-lv_root (118) with existing ext4 ' > 'filesystem'] >PartitionDevice instance (0x7f64e1fc5250) -- > name = sda2 status = True id = 59 > children = ['existing 584.5 Gio lvmvg vg_erwan-desktop (68)'] > parents = ['existing 119.24 Gio disk sda (39) with existing msdos disklabel'] > uuid = 00090716-02 size = 118.75 Gio > format = existing lvmpv > major = 8 minor = 2 exists = True protected = False > sysfs path = /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2 > target size = 118.75 Gio path = /dev/sda2 > format args = [] original_format = lvmpv grow = None max size = 0 O bootable = None > part type = 0 primary = None start sector = None end sector = None > parted_partition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f64e1fbbc10> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f64e2f4acd0> PedPartition: <_ped.Partition object at 0x7f64e2e80720> > disk = existing 119.24 Gio disk sda (39) with existing msdos disklabel > start = 1026048 end = 250068991 length = 249042944 > flags = > >DEBUG:blivet: PartitionDevice.remove_child: name: sda2 ; child: vg_erwan-desktop ; kids: 1 ; >INFO:blivet:registered action: [293] remove container member partition sda2 (id 59) >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:testdata:sysfs attr /sys/class/block/sdc/device/model: 466c617368204469736b2020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdd/device/model: 436f6d7061637420466c6173682020200a >DEBUG:testdata:sysfs attr /sys/class/block/sde/device/model: 534d2f78442d506963747572652020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdf/device/model: 53442f4d4d43202020202020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdg/device/model: 4d2e532e2f4d2e532e50726f2f4847200a >DEBUG:testdata:sysfs attr /sys/class/block/sdh/device/model: 53442f4d4d432f4d2e532e50524f20200a >DEBUG:testdata:sysfs attr /sys/class/block/sda/device/model: 53414d53554e472053534420383330200a >DEBUG:testdata:sysfs attr /sys/class/block/sdb/device/model: 53616d73756e672053534420383530200a >DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 4456442d52572053482d3231364142200a >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:testdata:sysfs attr /sys/class/block/sdc/device/model: 466c617368204469736b2020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdd/device/model: 436f6d7061637420466c6173682020200a >DEBUG:testdata:sysfs attr /sys/class/block/sde/device/model: 534d2f78442d506963747572652020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdf/device/model: 53442f4d4d43202020202020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdg/device/model: 4d2e532e2f4d2e532e50726f2f4847200a >DEBUG:testdata:sysfs attr /sys/class/block/sdh/device/model: 53442f4d4d432f4d2e532e50524f20200a >DEBUG:testdata:sysfs attr /sys/class/block/sda/device/model: 53414d53554e472053534420383330200a >DEBUG:testdata:sysfs attr /sys/class/block/sdb/device/model: 53616d73756e672053534420383530200a >DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 4456442d52572053482d3231364142200a >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:testdata:sysfs attr /sys/class/block/sdc/device/model: 466c617368204469736b2020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdd/device/model: 436f6d7061637420466c6173682020200a >DEBUG:testdata:sysfs attr /sys/class/block/sde/device/model: 534d2f78442d506963747572652020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdf/device/model: 53442f4d4d43202020202020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdg/device/model: 4d2e532e2f4d2e532e50726f2f4847200a >DEBUG:testdata:sysfs attr /sys/class/block/sdh/device/model: 53442f4d4d432f4d2e532e50524f20200a >DEBUG:testdata:sysfs attr /sys/class/block/sda/device/model: 53414d53554e472053534420383330200a >DEBUG:testdata:sysfs attr /sys/class/block/sdb/device/model: 53616d73756e672053534420383530200a >DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 4456442d52572053482d3231364142200a >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:testdata:sysfs attr /sys/class/block/sdc/device/model: 466c617368204469736b2020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdd/device/model: 436f6d7061637420466c6173682020200a >DEBUG:testdata:sysfs attr /sys/class/block/sde/device/model: 534d2f78442d506963747572652020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdf/device/model: 53442f4d4d43202020202020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdg/device/model: 4d2e532e2f4d2e532e50726f2f4847200a >DEBUG:testdata:sysfs attr /sys/class/block/sdh/device/model: 53442f4d4d432f4d2e532e50524f20200a >DEBUG:testdata:sysfs attr /sys/class/block/sda/device/model: 53414d53554e472053534420383330200a >DEBUG:testdata:sysfs attr /sys/class/block/sdb/device/model: 53616d73756e672053534420383530200a >DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 4456442d52572053482d3231364142200a >DEBUG:blivet-gui-utils:Deleting device 'sda2': >================================================================================ >**User input:** > > device: existing 118.75 Gio partition sda2 (59) with existing lvmpv > delete_parents: False > >**Involved devices:** > >PartitionDevice instance (0x7f64e1fc5250) -- > name = sda2 status = True id = 59 > children = [] > parents = ['existing 119.24 Gio disk sda (39) with existing msdos disklabel'] > uuid = 00090716-02 size = 118.75 Gio > format = existing lvmpv > major = 8 minor = 2 exists = True protected = False > sysfs path = /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2 > target size = 118.75 Gio path = /dev/sda2 > format args = [] original_format = lvmpv grow = None max size = 0 O bootable = None > part type = 0 primary = None start sector = None end sector = None > parted_partition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f64e1fbbc10> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f64e2f4acd0> PedPartition: <_ped.Partition object at 0x7f64e2e80720> > disk = existing 119.24 Gio disk sda (39) with existing msdos disklabel > start = 1026048 end = 250068991 length = 249042944 > flags = > >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 295 >DEBUG:blivet: PartitionDevice._set_format: sda2 ; type: None ; current: lvmpv ; >INFO:blivet:registered action: [294] destroy format lvmpv on partition sda2 (id 59) >DEBUG:blivet: DiskDevice.remove_child: name: sda ; child: sda2 ; kids: 2 ; >INFO:blivet:removed partition sda2 (id 59) from device tree >INFO:blivet:registered action: [296] destroy device partition sda2 (id 59) >DEBUG:blivet:length of free region aligned from 249043632 to 249042944 >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:0/block/sdd ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:0/block/sdd/size: 300a >INFO:blivet:Skipping disk: sdd: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:1/block/sde ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:1/block/sde/size: 300a >INFO:blivet:Skipping disk: sde: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:2/block/sdf ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:2/block/sdf/size: 300a >INFO:blivet:Skipping disk: sdf: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:3/block/sdg ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:3/block/sdg/size: 300a >INFO:blivet:Skipping disk: sdg: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:4/block/sdh ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:4/block/sdh/size: 300a >INFO:blivet:Skipping disk: sdh: No media present >DEBUG:blivet:length of free region aligned from 249043632 to 249042944 >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:0/block/sdd ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:0/block/sdd/size: 300a >INFO:blivet:Skipping disk: sdd: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:1/block/sde ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:1/block/sde/size: 300a >INFO:blivet:Skipping disk: sde: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:2/block/sdf ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:2/block/sdf/size: 300a >INFO:blivet:Skipping disk: sdf: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:3/block/sdg ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:3/block/sdg/size: 300a >INFO:blivet:Skipping disk: sdg: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:4/block/sdh ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:4/block/sdh/size: 300a >INFO:blivet:Skipping disk: sdh: No media present >DEBUG:blivet:length of free region aligned from 249043632 to 249042944 >DEBUG:blivet: DiskLabel.__init__: >INFO:blivet:DiskLabel.parted_device returning None >DEBUG:blivet: Ext2FS.supported: supported: True ; >DEBUG:blivet: Ext2FS.supported: supported: True ; >DEBUG:blivet: Ext3FS.supported: supported: True ; >DEBUG:blivet: Ext3FS.supported: supported: True ; >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet: FATFS.supported: supported: True ; >DEBUG:blivet: FATFS.supported: supported: True ; >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet: XFS.supported: supported: True ; >INFO:program:Running... modprobe --dry-run xfs >DEBUG:program:Return code: 0 >DEBUG:blivet: XFS.supported: supported: True ; >DEBUG:blivet: StratisXFS.supported: supported: False ; >DEBUG:blivet: StratisXFS.supported: supported: False ; >DEBUG:blivet: HFS.supported: supported: False ; >DEBUG:blivet: HFS.supported: supported: False ; >DEBUG:blivet: AppleBootstrapFS.supported: supported: True ; >DEBUG:blivet: AppleBootstrapFS.supported: supported: True ; >DEBUG:blivet: HFSPlus.supported: supported: False ; >DEBUG:blivet: HFSPlus.supported: supported: False ; >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet: NTFS.supported: supported: True ; >DEBUG:blivet: NTFS.supported: supported: True ; >DEBUG:blivet: ExFATFS.supported: supported: False ; >DEBUG:blivet: ExFATFS.supported: supported: False ; >DEBUG:blivet: F2FS.supported: supported: True ; >DEBUG:blivet: F2FS.supported: supported: True ; >DEBUG:blivet: NFS.supported: supported: False ; >DEBUG:blivet: NFS.supported: supported: False ; >DEBUG:blivet: NFSv4.supported: supported: False ; >DEBUG:blivet: NFSv4.supported: supported: False ; >DEBUG:blivet: Iso9660FS.supported: supported: True ; >DEBUG:blivet: Iso9660FS.supported: supported: True ; >DEBUG:blivet: UDFFS.supported: supported: True ; >INFO:program:Running... modprobe --dry-run udf >DEBUG:program:Return code: 0 >DEBUG:blivet: UDFFS.supported: supported: True ; >DEBUG:blivet: NoDevFS.supported: supported: False ; >DEBUG:blivet: NoDevFS.supported: supported: False ; >DEBUG:blivet: DevPtsFS.supported: supported: False ; >DEBUG:blivet: DevPtsFS.supported: supported: False ; >DEBUG:blivet: ProcFS.supported: supported: False ; >DEBUG:blivet: ProcFS.supported: supported: False ; >DEBUG:blivet: SysFS.supported: supported: False ; >DEBUG:blivet: SysFS.supported: supported: False ; >DEBUG:blivet: TmpFS.supported: supported: True ; >DEBUG:blivet: BindFS.supported: supported: False ; >DEBUG:blivet: BindFS.supported: supported: False ; >DEBUG:blivet: SELinuxFS.supported: supported: False ; >DEBUG:blivet: SELinuxFS.supported: supported: False ; >DEBUG:blivet: USBFS.supported: supported: False ; >DEBUG:blivet: USBFS.supported: supported: False ; >DEBUG:blivet: EFIVarFS.supported: supported: False ; >DEBUG:blivet: EFIVarFS.supported: supported: False ; >DEBUG:blivet: LUKS.__init__: >DEBUG:blivet: Integrity.__init__: >DEBUG:blivet: LVMPhysicalVolume.__init__: >DEBUG:blivet: MDRaidMember.__init__: >INFO:program:Running [67] mdadm --version ... >INFO:program:stdout[67]: >INFO:program:stderr[67]: mdadm - v4.2 - 2021-12-30 > >INFO:program:...done [67] (exit code: 0) >DEBUG:blivet: MultipathMember.__init__: >DEBUG:blivet: SwapSpace.__init__: >DEBUG:blivet: StratisBlockdev.__init__: >DEBUG:blivet-gui-utils:Adding a new 'partition' device: >================================================================================ >**User input:** > > device_type: partition > size_selection: > total_size: 476.84 Mio > parents: > parent_device: existing 119.24 Gio disk sda (39) with existing msdos disklabel > free_space: existing 118.75 Gio free space > selected_size: 476.84 Mio > filesystem: efi > name: > label: > mountpoint: /boot/efi > encrypt: False > passphrase: > encryption_type: luks2 > encryption_sector_size: 0 > raid_level: None > advanced: > parttype: primary > >**Involved devices:** > >DiskDevice instance (0x7f64e1fbb610) -- > name = sda status = True id = 39 > children = ['existing 500 Mio partition sda1 (49) with existing ext4 filesystem'] > parents = [] > uuid = None size = 119.24 Gio > format = existing msdos disklabel > major = 8 minor = 0 exists = True protected = False > sysfs path = /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda > target size = 119.24 Gio path = /dev/sda > format args = [] original_format = disklabel removable = False wwn = 5002538043584d30 > >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 344 >DEBUG:blivet: DiskDevice.add_child: name: sda ; child: req3 ; kids: 1 ; >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 345 >DEBUG:blivet: PartitionDevice._set_format: req3 ; type: None ; current: None ; >DEBUG:blivet: DiskDevice.remove_child: name: sda ; child: req3 ; kids: 2 ; >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet:get_format('efi') returning EFIFS instance with object id 348 >INFO:blivet:added partition req3 (id 343) to device tree >INFO:blivet:registered action: [347] create device partition req3 (id 343) >DEBUG:blivet: PartitionDevice._set_format: req3 ; type: efi ; current: None ; >INFO:blivet:registered action: [349] create format efi filesystem mounted at /boot/efi on partition req3 (id 343) >DEBUG:blivet: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; >DEBUG:blivet: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; >DEBUG:blivet:removing all non-preexisting partitions ['req3(id 343)', 'sda1(id 49)', 'sdb1(id 83)'] from disk(s) ['sda', 'sdb'] >DEBUG:blivet:allocate_partitions: disks=['sda', 'sdb'] ; partitions=['req3(id 343)', 'sda1(id 49)', 'sdb1(id 83)'] >DEBUG:blivet:removing all non-preexisting partitions ['req3(id 343)'] from disk(s) ['sda', 'sdb'] >DEBUG:blivet:allocating partition: req3 ; id: 343 ; disks: ['sda'] ; >boot: True ; primary: False ; size: 476.84 Mio ; grow: False ; max_size: 0 O ; start: 1026048 ; end: None >DEBUG:blivet:checking freespace on sda >DEBUG:blivet:get_best_free_space_region: disk=/dev/sda part_type=0 req_size=476.84 Mio boot=True best=None grow=False start=1026048 >DEBUG:blivet:aligning start sector of region 63-2047 >DEBUG:blivet:failed to align start sector -- skipping region >DEBUG:blivet:checking 1026048-250069679 (118.75 Gio) >DEBUG:blivet:current free range is 1026048-250069679 (118.75 Gio) >DEBUG:blivet:updating use_disk to sda, type: 0 >DEBUG:blivet:new free: 1026048-250069679 / 118.75 Gio >DEBUG:blivet:new free allows for 0 sectors of growth >DEBUG:blivet:found free space for bootable request >DEBUG:blivet:using alignment: parted.Alignment instance -- > offset: 0 grainSize: 1 > PedAlignment: <_ped.Alignment object at 0x7f64e1e27fa0> >DEBUG:blivet:created partition sda2 of 476.84 Mio and added it to /dev/sda >DEBUG:blivet: PartitionDevice._set_parted_partition: req3 ; >DEBUG:blivet:device req3 new parted_partition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f64e1fbbc10> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f64e39a99d0> PedPartition: <_ped.Partition object at 0x7f64e1e797b0> >DEBUG:blivet: PartitionDevice._set_disk: sda2 ; old: None ; new: sda ; >DEBUG:blivet: DiskDevice.add_child: name: sda ; child: sda2 ; kids: 1 ; >DEBUG:blivet: PartitionDevice._set_parted_partition: sda2 ; >DEBUG:blivet:device sda2 new parted_partition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f64e1fbbc10> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f64e39479d0> PedPartition: <_ped.Partition object at 0x7f64e1e329d0> >DEBUG:blivet:grow_partitions: disks=['sda', 'sdb'], partitions=['sda2(id 343)', 'sda1(id 49)', 'sdb1(id 83)'] >DEBUG:blivet:no growable partitions >DEBUG:blivet:fixing size of existing 500 Mio partition sda1 (49) with existing ext4 filesystem >DEBUG:blivet:fixing size of non-existent 476.84 Mio partition sda2 (343) with non-existent efi filesystem mounted at /boot/efi >DEBUG:blivet:fixing size of existing 465.76 Gio partition sdb1 (83) with existing lvmpv >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:0/block/sdd ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:0/block/sdd/size: 300a >INFO:blivet:Skipping disk: sdd: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:1/block/sde ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:1/block/sde/size: 300a >INFO:blivet:Skipping disk: sde: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:2/block/sdf ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:2/block/sdf/size: 300a >INFO:blivet:Skipping disk: sdf: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:3/block/sdg ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:3/block/sdg/size: 300a >INFO:blivet:Skipping disk: sdg: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:4/block/sdh ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:4/block/sdh/size: 300a >INFO:blivet:Skipping disk: sdh: No media present >DEBUG:blivet:length of free region aligned from 248067068 to 248066048 >DEBUG:blivet:length of free region aligned from 248067068 to 248066048 >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:0/block/sdd ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:0/block/sdd/size: 300a >INFO:blivet:Skipping disk: sdd: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:1/block/sde ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:1/block/sde/size: 300a >INFO:blivet:Skipping disk: sde: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:2/block/sdf ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:2/block/sdf/size: 300a >INFO:blivet:Skipping disk: sdf: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:3/block/sdg ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:3/block/sdg/size: 300a >INFO:blivet:Skipping disk: sdg: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:4/block/sdh ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:4/block/sdh/size: 300a >INFO:blivet:Skipping disk: sdh: No media present >DEBUG:blivet:length of free region aligned from 248067068 to 248066048 >DEBUG:blivet-gui-utils:Adding a new 'lvm' device: >================================================================================ >**User input:** > > device_type: lvm > size_selection: > total_size: 118.29 Gio > parents: > parent_device: existing 119.24 Gio disk sda (39) with existing msdos disklabel > free_space: existing 118.29 Gio free space > selected_size: 118.29 Gio > filesystem: None > name: vg_erwan-desktop > label: > mountpoint: > encrypt: False > passphrase: > encryption_type: luks2 > encryption_sector_size: 0 > raid_level: None > advanced: > pesize: 4 Mio > >**Involved devices:** > >DiskDevice instance (0x7f64e1fbb610) -- > name = sda status = True id = 39 > children = ['existing 500 Mio partition sda1 (49) with existing ext4 filesystem', > 'non-existent 476.84 Mio partition sda2 (343) with non-existent efi ' > 'filesystem mounted at /boot/efi'] > parents = [] > uuid = None size = 119.24 Gio > format = existing msdos disklabel > major = 8 minor = 0 exists = True protected = False > sysfs path = /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda > target size = 119.24 Gio path = /dev/sda > format args = [] original_format = disklabel removable = False wwn = 5002538043584d30 > >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 354 >DEBUG:blivet: DiskDevice.add_child: name: sda ; child: req7 ; kids: 2 ; >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 355 >DEBUG:blivet: PartitionDevice._set_format: req7 ; type: None ; current: None ; >DEBUG:blivet: DiskDevice.remove_child: name: sda ; child: req7 ; kids: 3 ; >DEBUG:blivet: LVMPhysicalVolume.__init__: >DEBUG:blivet:get_format('lvmpv') returning LVMPhysicalVolume instance with object id 358 >INFO:blivet:added partition req7 (id 353) to device tree >INFO:blivet:registered action: [357] create device partition req7 (id 353) >DEBUG:blivet: PartitionDevice._set_format: req7 ; type: lvmpv ; current: None ; >INFO:blivet:registered action: [359] create format lvmpv on partition req7 (id 353) >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 361 >DEBUG:blivet: LVMVolumeGroupDevice._add_parent: vg_erwan-desktop-0 ; parent: req7 ; >DEBUG:blivet: PartitionDevice.add_child: name: req7 ; child: vg_erwan-desktop-0 ; kids: 0 ; >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 362 >DEBUG:blivet: LVMVolumeGroupDevice._set_format: vg_erwan-desktop-0 ; type: None ; current: None ; >INFO:blivet:added lvmvg vg_erwan-desktop-0 (id 360) to device tree >INFO:blivet:registered action: [364] create device lvmvg vg_erwan-desktop-0 (id 360) >DEBUG:blivet: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; >DEBUG:blivet: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; >DEBUG:blivet:removing all non-preexisting partitions ['req7(id 353)', 'sda1(id 49)', 'sda2(id 343)', 'sdb1(id 83)'] from disk(s) ['sda', 'sdb'] >DEBUG:blivet: PartitionDevice._set_parted_partition: sda2 ; >DEBUG:blivet:device sda2 new parted_partition None >DEBUG:blivet: PartitionDevice._set_disk: req3 ; old: sda ; new: None ; >DEBUG:blivet: DiskDevice.remove_child: name: sda ; child: req3 ; kids: 2 ; >DEBUG:blivet:allocate_partitions: disks=['sda', 'sdb'] ; partitions=['req7(id 353)', 'sda1(id 49)', 'req3(id 343)', 'sdb1(id 83)'] >DEBUG:blivet:removing all non-preexisting partitions ['req3(id 343)', 'req7(id 353)'] from disk(s) ['sda', 'sdb'] >DEBUG:blivet:allocating partition: req3 ; id: 343 ; disks: ['sda'] ; >boot: True ; primary: False ; size: 476.84 Mio ; grow: False ; max_size: 0 O ; start: 1026048 ; end: None >DEBUG:blivet:checking freespace on sda >DEBUG:blivet:get_best_free_space_region: disk=/dev/sda part_type=0 req_size=476.84 Mio boot=True best=None grow=False start=1026048 >DEBUG:blivet:aligning start sector of region 63-2047 >DEBUG:blivet:failed to align start sector -- skipping region >DEBUG:blivet:checking 1026048-250069679 (118.75 Gio) >DEBUG:blivet:current free range is 1026048-250069679 (118.75 Gio) >DEBUG:blivet:updating use_disk to sda, type: 0 >DEBUG:blivet:new free: 1026048-250069679 / 118.75 Gio >DEBUG:blivet:new free allows for 0 sectors of growth >DEBUG:blivet:found free space for bootable request >DEBUG:blivet:using alignment: parted.Alignment instance -- > offset: 0 grainSize: 1 > PedAlignment: <_ped.Alignment object at 0x7f64e1e27910> >DEBUG:blivet:created partition sda2 of 476.84 Mio and added it to /dev/sda >DEBUG:blivet: PartitionDevice._set_parted_partition: req3 ; >DEBUG:blivet:device req3 new parted_partition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f64e1fbbc10> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f64e39c2e50> PedPartition: <_ped.Partition object at 0x7f64e39a6160> >DEBUG:blivet: PartitionDevice._set_disk: sda2 ; old: None ; new: sda ; >DEBUG:blivet: DiskDevice.add_child: name: sda ; child: sda2 ; kids: 1 ; >DEBUG:blivet: PartitionDevice._set_parted_partition: sda2 ; >DEBUG:blivet:device sda2 new parted_partition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f64e1fbbc10> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f64e1e34b10> PedPartition: <_ped.Partition object at 0x7f64e1e30180> >DEBUG:blivet:allocating partition: req7 ; id: 353 ; disks: ['sda'] ; >boot: False ; primary: False ; size: 118.29 Gio ; grow: False ; max_size: 0 O ; start: 2002944 ; end: None >DEBUG:blivet:checking freespace on sda >DEBUG:blivet:get_best_free_space_region: disk=/dev/sda part_type=0 req_size=118.29 Gio boot=False best=None grow=False start=2002944 >DEBUG:blivet:aligning start sector of region 63-2047 >DEBUG:blivet:failed to align start sector -- skipping region >DEBUG:blivet:aligning start sector of region 2002612-250069679 >DEBUG:blivet:checking 2002944-250069679 (118.29 Gio) >DEBUG:blivet:current free range is 2002944-250069679 (118.29 Gio) >DEBUG:blivet:updating use_disk to sda, type: 0 >DEBUG:blivet:new free: 2002944-250069679 / 118.29 Gio >DEBUG:blivet:new free allows for 0 sectors of growth >DEBUG:blivet:using alignment: parted.Alignment instance -- > offset: 0 grainSize: 1 > PedAlignment: <_ped.Alignment object at 0x7f64e1e27b20> >DEBUG:blivet:created partition sda3 of 118.29 Gio and added it to /dev/sda >DEBUG:blivet: PartitionDevice._set_parted_partition: req7 ; >DEBUG:blivet:device req7 new parted_partition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f64e1fbbc10> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f64e1e90750> PedPartition: <_ped.Partition object at 0x7f64e1e329d0> >DEBUG:blivet: PartitionDevice._set_disk: sda3 ; old: None ; new: sda ; >DEBUG:blivet: DiskDevice.add_child: name: sda ; child: sda3 ; kids: 2 ; >DEBUG:blivet: PartitionDevice._set_parted_partition: sda3 ; >DEBUG:blivet:device sda3 new parted_partition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f64e1fbbc10> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f64e3947a10> PedPartition: <_ped.Partition object at 0x7f64e1e30f40> >DEBUG:blivet:grow_partitions: disks=['sda', 'sdb'], partitions=['sda3(id 353)', 'sda1(id 49)', 'sda2(id 343)', 'sdb1(id 83)'] >DEBUG:blivet:no growable partitions >DEBUG:blivet:fixing size of existing 500 Mio partition sda1 (49) with existing ext4 filesystem >DEBUG:blivet:fixing size of non-existent 476.84 Mio partition sda2 (343) with non-existent efi filesystem mounted at /boot/efi >DEBUG:blivet:fixing size of non-existent 118.29 Gio partition sda3 (353) with non-existent lvmpv >DEBUG:blivet:fixing size of existing 465.76 Gio partition sdb1 (83) with existing lvmpv >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:0/block/sdd ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:0/block/sdd/size: 300a >INFO:blivet:Skipping disk: sdd: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:1/block/sde ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:1/block/sde/size: 300a >INFO:blivet:Skipping disk: sde: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:2/block/sdf ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:2/block/sdf/size: 300a >INFO:blivet:Skipping disk: sdf: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:3/block/sdg ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:3/block/sdg/size: 300a >INFO:blivet:Skipping disk: sdg: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:4/block/sdh ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:4/block/sdh/size: 300a >INFO:blivet:Skipping disk: sdh: No media present >DEBUG:blivet:vg_erwan-desktop-0 size is 118.29 Gio >DEBUG:blivet:vg vg_erwan-desktop-0 has 118.29 Gio free >DEBUG:blivet:vg_erwan-desktop-0 size is 118.29 Gio >DEBUG:blivet:vg vg_erwan-desktop-0 has 118.29 Gio free >DEBUG:blivet:vg_erwan-desktop-0 size is 118.29 Gio >DEBUG:blivet:vg vg_erwan-desktop-0 has 118.29 Gio free >DEBUG:blivet:vg_erwan-desktop-0 size is 118.29 Gio >DEBUG:blivet:vg vg_erwan-desktop-0 has 118.29 Gio free >DEBUG:blivet-gui-utils:Deleting device 'vg_erwan-desktop-0': >================================================================================ >**User input:** > > device: non-existent 118.29 Gio lvmvg vg_erwan-desktop-0 (360) > delete_parents: True > >**Involved devices:** > >LVMVolumeGroupDevice instance (0x7f64e1dee9d0) -- > name = vg_erwan-desktop-0 status = False id = 360 > children = [] > parents = ['non-existent 118.29 Gio partition sda3 (353) with non-existent lvmpv'] > uuid = None size = 118.29 Gio > format = non-existent None > major = 0 minor = 0 exists = False protected = False > sysfs path = > target size = 0 O path = /dev/vg_erwan--desktop--0 > format args = [] original_format = None free = 0 PE Size = 4 Mio PE Count = 0 > PE Free = 0 PV Count = 1 > modified = True extents = 30281 free space = 118.29 Gio > free extents = 30281 reserved percent = 0 reserved space = 0 O > PVs = ['non-existent 118.29 Gio partition sda3 (353) with non-existent lvmpv'] > LVs = [] > >DEBUG:blivet: PartitionDevice.remove_child: name: sda3 ; child: vg_erwan-desktop-0 ; kids: 1 ; >INFO:blivet:removed lvmvg vg_erwan-desktop-0 (id 360) from device tree >INFO:blivet:registered action: [366] destroy device lvmvg vg_erwan-desktop-0 (id 360) >DEBUG:blivet-gui-utils:Deleting device 'sda3': >================================================================================ >**User input:** > > device: non-existent 118.29 Gio partition sda3 (353) with non-existent lvmpv > delete_parents: False > >**Involved devices:** > >PartitionDevice instance (0x7f64e2f96ad0) -- > name = sda3 status = False id = 353 > children = [] > parents = ['existing 119.24 Gio disk sda (39) with existing msdos disklabel'] > uuid = None size = 118.29 Gio > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = > target size = 118.29 Gio path = /dev/sda3 > format args = [] original_format = None grow = False max size = 0 O bootable = None > part type = 0 primary = False start sector = 2002944 end sector = None > parted_partition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f64e1fbbc10> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f64e3947a10> PedPartition: <_ped.Partition object at 0x7f64e1e30f40> > disk = existing 119.24 Gio disk sda (39) with existing msdos disklabel > start = 2002944 end = 250068659 length = 248065716 > flags = > >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 368 >DEBUG:blivet: PartitionDevice._set_format: sda3 ; type: None ; current: lvmpv ; >INFO:blivet:registered action: [367] destroy format lvmpv on partition sda3 (id 353) >DEBUG:blivet: DiskDevice.remove_child: name: sda ; child: sda3 ; kids: 3 ; >INFO:blivet:removed partition sda3 (id 353) from device tree >INFO:blivet:registered action: [369] destroy device partition sda3 (id 353) >DEBUG:blivet:length of free region aligned from 248067068 to 248066048 >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:0/block/sdd ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:0/block/sdd/size: 300a >INFO:blivet:Skipping disk: sdd: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:1/block/sde ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:1/block/sde/size: 300a >INFO:blivet:Skipping disk: sde: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:2/block/sdf ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:2/block/sdf/size: 300a >INFO:blivet:Skipping disk: sdf: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:3/block/sdg ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:3/block/sdg/size: 300a >INFO:blivet:Skipping disk: sdg: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:4/block/sdh ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:4/block/sdh/size: 300a >INFO:blivet:Skipping disk: sdh: No media present >DEBUG:blivet:length of free region aligned from 248067068 to 248066048 >DEBUG:blivet:vg_erwan-desktop size is 465.75 Gio >DEBUG:blivet:vg vg_erwan-desktop has 135.75 Gio free >DEBUG:blivet:vg_erwan-desktop size is 465.75 Gio >DEBUG:blivet:vg vg_erwan-desktop has 135.75 Gio free >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:testdata:sysfs attr /sys/class/block/sdc/device/model: 466c617368204469736b2020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdd/device/model: 436f6d7061637420466c6173682020200a >DEBUG:testdata:sysfs attr /sys/class/block/sde/device/model: 534d2f78442d506963747572652020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdf/device/model: 53442f4d4d43202020202020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdg/device/model: 4d2e532e2f4d2e532e50726f2f4847200a >DEBUG:testdata:sysfs attr /sys/class/block/sdh/device/model: 53442f4d4d432f4d2e532e50524f20200a >DEBUG:testdata:sysfs attr /sys/class/block/sda/device/model: 53414d53554e472053534420383330200a >DEBUG:testdata:sysfs attr /sys/class/block/sdb/device/model: 53616d73756e672053534420383530200a >DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 4456442d52572053482d3231364142200a >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:testdata:sysfs attr /sys/class/block/sdc/device/model: 466c617368204469736b2020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdd/device/model: 436f6d7061637420466c6173682020200a >DEBUG:testdata:sysfs attr /sys/class/block/sde/device/model: 534d2f78442d506963747572652020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdf/device/model: 53442f4d4d43202020202020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdg/device/model: 4d2e532e2f4d2e532e50726f2f4847200a >DEBUG:testdata:sysfs attr /sys/class/block/sdh/device/model: 53442f4d4d432f4d2e532e50524f20200a >DEBUG:testdata:sysfs attr /sys/class/block/sda/device/model: 53414d53554e472053534420383330200a >DEBUG:testdata:sysfs attr /sys/class/block/sdb/device/model: 53616d73756e672053534420383530200a >DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 4456442d52572053482d3231364142200a >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:testdata:sysfs attr /sys/class/block/sdc/device/model: 466c617368204469736b2020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdd/device/model: 436f6d7061637420466c6173682020200a >DEBUG:testdata:sysfs attr /sys/class/block/sde/device/model: 534d2f78442d506963747572652020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdf/device/model: 53442f4d4d43202020202020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdg/device/model: 4d2e532e2f4d2e532e50726f2f4847200a >DEBUG:testdata:sysfs attr /sys/class/block/sdh/device/model: 53442f4d4d432f4d2e532e50524f20200a >DEBUG:testdata:sysfs attr /sys/class/block/sda/device/model: 53414d53554e472053534420383330200a >DEBUG:testdata:sysfs attr /sys/class/block/sdb/device/model: 53616d73756e672053534420383530200a >DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 4456442d52572053482d3231364142200a >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:testdata:sysfs attr /sys/class/block/sdc/device/model: 466c617368204469736b2020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdd/device/model: 436f6d7061637420466c6173682020200a >DEBUG:testdata:sysfs attr /sys/class/block/sde/device/model: 534d2f78442d506963747572652020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdf/device/model: 53442f4d4d43202020202020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdg/device/model: 4d2e532e2f4d2e532e50726f2f4847200a >DEBUG:testdata:sysfs attr /sys/class/block/sdh/device/model: 53442f4d4d432f4d2e532e50524f20200a >DEBUG:testdata:sysfs attr /sys/class/block/sda/device/model: 53414d53554e472053534420383330200a >DEBUG:testdata:sysfs attr /sys/class/block/sdb/device/model: 53616d73756e672053534420383530200a >DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 4456442d52572053482d3231364142200a >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:testdata:sysfs attr /sys/class/block/sdc/device/model: 466c617368204469736b2020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdd/device/model: 436f6d7061637420466c6173682020200a >DEBUG:testdata:sysfs attr /sys/class/block/sde/device/model: 534d2f78442d506963747572652020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdf/device/model: 53442f4d4d43202020202020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdg/device/model: 4d2e532e2f4d2e532e50726f2f4847200a >DEBUG:testdata:sysfs attr /sys/class/block/sdh/device/model: 53442f4d4d432f4d2e532e50524f20200a >DEBUG:testdata:sysfs attr /sys/class/block/sda/device/model: 53414d53554e472053534420383330200a >DEBUG:testdata:sysfs attr /sys/class/block/sdb/device/model: 53616d73756e672053534420383530200a >DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 4456442d52572053482d3231364142200a >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:testdata:sysfs attr /sys/class/block/sdc/device/model: 466c617368204469736b2020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdd/device/model: 436f6d7061637420466c6173682020200a >DEBUG:testdata:sysfs attr /sys/class/block/sde/device/model: 534d2f78442d506963747572652020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdf/device/model: 53442f4d4d43202020202020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdg/device/model: 4d2e532e2f4d2e532e50726f2f4847200a >DEBUG:testdata:sysfs attr /sys/class/block/sdh/device/model: 53442f4d4d432f4d2e532e50524f20200a >DEBUG:testdata:sysfs attr /sys/class/block/sda/device/model: 53414d53554e472053534420383330200a >DEBUG:testdata:sysfs attr /sys/class/block/sdb/device/model: 53616d73756e672053534420383530200a >DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 4456442d52572053482d3231364142200a >DEBUG:blivet:vg_erwan-desktop size is 465.75 Gio >DEBUG:blivet:vg vg_erwan-desktop has 135.75 Gio free >DEBUG:blivet:vg_erwan-desktop size is 465.75 Gio >DEBUG:blivet:vg vg_erwan-desktop has 135.75 Gio free >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:testdata:sysfs attr /sys/class/block/sdc/device/model: 466c617368204469736b2020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdd/device/model: 436f6d7061637420466c6173682020200a >DEBUG:testdata:sysfs attr /sys/class/block/sde/device/model: 534d2f78442d506963747572652020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdf/device/model: 53442f4d4d43202020202020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdg/device/model: 4d2e532e2f4d2e532e50726f2f4847200a >DEBUG:testdata:sysfs attr /sys/class/block/sdh/device/model: 53442f4d4d432f4d2e532e50524f20200a >DEBUG:testdata:sysfs attr /sys/class/block/sda/device/model: 53414d53554e472053534420383330200a >DEBUG:testdata:sysfs attr /sys/class/block/sdb/device/model: 53616d73756e672053534420383530200a >DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 4456442d52572053482d3231364142200a >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:testdata:sysfs attr /sys/class/block/sdc/device/model: 466c617368204469736b2020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdd/device/model: 436f6d7061637420466c6173682020200a >DEBUG:testdata:sysfs attr /sys/class/block/sde/device/model: 534d2f78442d506963747572652020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdf/device/model: 53442f4d4d43202020202020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdg/device/model: 4d2e532e2f4d2e532e50726f2f4847200a >DEBUG:testdata:sysfs attr /sys/class/block/sdh/device/model: 53442f4d4d432f4d2e532e50524f20200a >DEBUG:testdata:sysfs attr /sys/class/block/sda/device/model: 53414d53554e472053534420383330200a >DEBUG:testdata:sysfs attr /sys/class/block/sdb/device/model: 53616d73756e672053534420383530200a >DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 4456442d52572053482d3231364142200a >DEBUG:blivet:vg_erwan-desktop size is 465.75 Gio >DEBUG:blivet:vg vg_erwan-desktop has 135.75 Gio free >DEBUG:blivet:vg_erwan-desktop size is 465.75 Gio >DEBUG:blivet:vg vg_erwan-desktop has 135.75 Gio free >DEBUG:blivet-gui-utils:Setting mountpoint for device 'vg_erwan-desktop-lv_home'================================================================================ >**User input:** > > edit_device: existing 153.22 Gio lvmlv vg_erwan-desktop-lv_home (92) with existing ext4 filesystem > do_set: True > mountpoint: /home > >**Involved devices:** > >LVMLogicalVolumeDevice instance (0x7f64e1fc5c10) -- > name = vg_erwan-desktop-lv_home status = False id = 92 > children = [] > parents = ['existing 465.75 Gio lvmvg vg_erwan-desktop (68)'] > uuid = 98PR9l-8Dg8-ub0Q-zrpU-TFVY-xgRw-2BiiZ2 size = 153.22 Gio > format = existing ext4 filesystem > major = 0 minor = 0 exists = True protected = False > sysfs path = /sys/devices/virtual/block/dm-0 > target size = 153.22 Gio path = /dev/mapper/vg_erwan--desktop-lv_home > format args = [] original_format = ext4 target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f64e1fc5ad0) -- > name = vg_erwan-desktop status = False id = 68 > children = ['existing 153.22 Gio lvmlv vg_erwan-desktop-lv_home (92) with existing ext4 ' > 'filesystem', > 'existing 161.25 Gio lvmlv vg_erwan-desktop-lv_root (118) with existing ext4 ' > 'filesystem', > 'existing 15.53 Gio lvmlv vg_erwan-desktop-lv_swap (105) with existing swap'] > parents = ['existing 465.76 Gio partition sdb1 (83) with existing lvmpv'] > uuid = 3vkTwN-NVSy-EPPa-TKBy-ECge-VrQq-Zq6a4s size = 465.75 Gio > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = > target size = 584.5 Gio path = /dev/vg_erwan--desktop > format args = [] original_format = None free = 254.5 Gio PE Size = 32 Mio PE Count = 18704 > PE Free = 8144 PV Count = 2 > modified = False extents = 14904 free space = 135.75 Gio > free extents = 4344 reserved percent = 0 reserved space = 0 O > PVs = ['existing 465.76 Gio partition sdb1 (83) with existing lvmpv'] > LVs = ['existing 153.22 Gio lvmlv vg_erwan-desktop-lv_home (92) with existing ext4 ' > 'filesystem', > 'existing 15.53 Gio lvmlv vg_erwan-desktop-lv_swap (105) with existing swap', > 'existing 161.25 Gio lvmlv vg_erwan-desktop-lv_root (118) with existing ext4 ' > 'filesystem'] > segment type = linear percent = 0 > VG space used = 153.22 Gio > >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:testdata:sysfs attr /sys/class/block/sdc/device/model: 466c617368204469736b2020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdd/device/model: 436f6d7061637420466c6173682020200a >DEBUG:testdata:sysfs attr /sys/class/block/sde/device/model: 534d2f78442d506963747572652020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdf/device/model: 53442f4d4d43202020202020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdg/device/model: 4d2e532e2f4d2e532e50726f2f4847200a >DEBUG:testdata:sysfs attr /sys/class/block/sdh/device/model: 53442f4d4d432f4d2e532e50524f20200a >DEBUG:testdata:sysfs attr /sys/class/block/sda/device/model: 53414d53554e472053534420383330200a >DEBUG:testdata:sysfs attr /sys/class/block/sdb/device/model: 53616d73756e672053534420383530200a >DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 4456442d52572053482d3231364142200a >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:testdata:sysfs attr /sys/class/block/sdc/device/model: 466c617368204469736b2020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdd/device/model: 436f6d7061637420466c6173682020200a >DEBUG:testdata:sysfs attr /sys/class/block/sde/device/model: 534d2f78442d506963747572652020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdf/device/model: 53442f4d4d43202020202020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdg/device/model: 4d2e532e2f4d2e532e50726f2f4847200a >DEBUG:testdata:sysfs attr /sys/class/block/sdh/device/model: 53442f4d4d432f4d2e532e50524f20200a >DEBUG:testdata:sysfs attr /sys/class/block/sda/device/model: 53414d53554e472053534420383330200a >DEBUG:testdata:sysfs attr /sys/class/block/sdb/device/model: 53616d73756e672053534420383530200a >DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 4456442d52572053482d3231364142200a >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:testdata:sysfs attr /sys/class/block/sdc/device/model: 466c617368204469736b2020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdd/device/model: 436f6d7061637420466c6173682020200a >DEBUG:testdata:sysfs attr /sys/class/block/sde/device/model: 534d2f78442d506963747572652020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdf/device/model: 53442f4d4d43202020202020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdg/device/model: 4d2e532e2f4d2e532e50726f2f4847200a >DEBUG:testdata:sysfs attr /sys/class/block/sdh/device/model: 53442f4d4d432f4d2e532e50524f20200a >DEBUG:testdata:sysfs attr /sys/class/block/sda/device/model: 53414d53554e472053534420383330200a >DEBUG:testdata:sysfs attr /sys/class/block/sdb/device/model: 53616d73756e672053534420383530200a >DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 4456442d52572053482d3231364142200a >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:testdata:sysfs attr /sys/class/block/sdc/device/model: 466c617368204469736b2020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdd/device/model: 436f6d7061637420466c6173682020200a >DEBUG:testdata:sysfs attr /sys/class/block/sde/device/model: 534d2f78442d506963747572652020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdf/device/model: 53442f4d4d43202020202020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdg/device/model: 4d2e532e2f4d2e532e50726f2f4847200a >DEBUG:testdata:sysfs attr /sys/class/block/sdh/device/model: 53442f4d4d432f4d2e532e50524f20200a >DEBUG:testdata:sysfs attr /sys/class/block/sda/device/model: 53414d53554e472053534420383330200a >DEBUG:testdata:sysfs attr /sys/class/block/sdb/device/model: 53616d73756e672053534420383530200a >DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 4456442d52572053482d3231364142200a >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:testdata:sysfs attr /sys/class/block/sdc/device/model: 466c617368204469736b2020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdd/device/model: 436f6d7061637420466c6173682020200a >DEBUG:testdata:sysfs attr /sys/class/block/sde/device/model: 534d2f78442d506963747572652020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdf/device/model: 53442f4d4d43202020202020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdg/device/model: 4d2e532e2f4d2e532e50726f2f4847200a >DEBUG:testdata:sysfs attr /sys/class/block/sdh/device/model: 53442f4d4d432f4d2e532e50524f20200a >DEBUG:testdata:sysfs attr /sys/class/block/sda/device/model: 53414d53554e472053534420383330200a >DEBUG:testdata:sysfs attr /sys/class/block/sdb/device/model: 53616d73756e672053534420383530200a >DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 4456442d52572053482d3231364142200a >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:testdata:sysfs attr /sys/class/block/sdc/device/model: 466c617368204469736b2020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdd/device/model: 436f6d7061637420466c6173682020200a >DEBUG:testdata:sysfs attr /sys/class/block/sde/device/model: 534d2f78442d506963747572652020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdf/device/model: 53442f4d4d43202020202020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdg/device/model: 4d2e532e2f4d2e532e50726f2f4847200a >DEBUG:testdata:sysfs attr /sys/class/block/sdh/device/model: 53442f4d4d432f4d2e532e50524f20200a >DEBUG:testdata:sysfs attr /sys/class/block/sda/device/model: 53414d53554e472053534420383330200a >DEBUG:testdata:sysfs attr /sys/class/block/sdb/device/model: 53616d73756e672053534420383530200a >DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 4456442d52572053482d3231364142200a >DEBUG:blivet:vg_erwan-desktop size is 465.75 Gio >DEBUG:blivet:vg vg_erwan-desktop has 135.75 Gio free >DEBUG:blivet:vg_erwan-desktop size is 465.75 Gio >DEBUG:blivet:vg vg_erwan-desktop has 135.75 Gio free >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:testdata:sysfs attr /sys/class/block/sdc/device/model: 466c617368204469736b2020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdd/device/model: 436f6d7061637420466c6173682020200a >DEBUG:testdata:sysfs attr /sys/class/block/sde/device/model: 534d2f78442d506963747572652020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdf/device/model: 53442f4d4d43202020202020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdg/device/model: 4d2e532e2f4d2e532e50726f2f4847200a >DEBUG:testdata:sysfs attr /sys/class/block/sdh/device/model: 53442f4d4d432f4d2e532e50524f20200a >DEBUG:testdata:sysfs attr /sys/class/block/sda/device/model: 53414d53554e472053534420383330200a >DEBUG:testdata:sysfs attr /sys/class/block/sdb/device/model: 53616d73756e672053534420383530200a >DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 4456442d52572053482d3231364142200a >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:testdata:sysfs attr /sys/class/block/sdc/device/model: 466c617368204469736b2020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdd/device/model: 436f6d7061637420466c6173682020200a >DEBUG:testdata:sysfs attr /sys/class/block/sde/device/model: 534d2f78442d506963747572652020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdf/device/model: 53442f4d4d43202020202020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdg/device/model: 4d2e532e2f4d2e532e50726f2f4847200a >DEBUG:testdata:sysfs attr /sys/class/block/sdh/device/model: 53442f4d4d432f4d2e532e50524f20200a >DEBUG:testdata:sysfs attr /sys/class/block/sda/device/model: 53414d53554e472053534420383330200a >DEBUG:testdata:sysfs attr /sys/class/block/sdb/device/model: 53616d73756e672053534420383530200a >DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 4456442d52572053482d3231364142200a >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:testdata:sysfs attr /sys/class/block/sdc/device/model: 466c617368204469736b2020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdd/device/model: 436f6d7061637420466c6173682020200a >DEBUG:testdata:sysfs attr /sys/class/block/sde/device/model: 534d2f78442d506963747572652020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdf/device/model: 53442f4d4d43202020202020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdg/device/model: 4d2e532e2f4d2e532e50726f2f4847200a >DEBUG:testdata:sysfs attr /sys/class/block/sdh/device/model: 53442f4d4d432f4d2e532e50524f20200a >DEBUG:testdata:sysfs attr /sys/class/block/sda/device/model: 53414d53554e472053534420383330200a >DEBUG:testdata:sysfs attr /sys/class/block/sdb/device/model: 53616d73756e672053534420383530200a >DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 4456442d52572053482d3231364142200a >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:testdata:sysfs attr /sys/class/block/sdc/device/model: 466c617368204469736b2020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdd/device/model: 436f6d7061637420466c6173682020200a >DEBUG:testdata:sysfs attr /sys/class/block/sde/device/model: 534d2f78442d506963747572652020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdf/device/model: 53442f4d4d43202020202020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdg/device/model: 4d2e532e2f4d2e532e50726f2f4847200a >DEBUG:testdata:sysfs attr /sys/class/block/sdh/device/model: 53442f4d4d432f4d2e532e50524f20200a >DEBUG:testdata:sysfs attr /sys/class/block/sda/device/model: 53414d53554e472053534420383330200a >DEBUG:testdata:sysfs attr /sys/class/block/sdb/device/model: 53616d73756e672053534420383530200a >DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 4456442d52572053482d3231364142200a >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:testdata:sysfs attr /sys/class/block/sdc/device/model: 466c617368204469736b2020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdd/device/model: 436f6d7061637420466c6173682020200a >DEBUG:testdata:sysfs attr /sys/class/block/sde/device/model: 534d2f78442d506963747572652020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdf/device/model: 53442f4d4d43202020202020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdg/device/model: 4d2e532e2f4d2e532e50726f2f4847200a >DEBUG:testdata:sysfs attr /sys/class/block/sdh/device/model: 53442f4d4d432f4d2e532e50524f20200a >DEBUG:testdata:sysfs attr /sys/class/block/sda/device/model: 53414d53554e472053534420383330200a >DEBUG:testdata:sysfs attr /sys/class/block/sdb/device/model: 53616d73756e672053534420383530200a >DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 4456442d52572053482d3231364142200a >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:testdata:sysfs attr /sys/class/block/sdc/device/model: 466c617368204469736b2020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdd/device/model: 436f6d7061637420466c6173682020200a >DEBUG:testdata:sysfs attr /sys/class/block/sde/device/model: 534d2f78442d506963747572652020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdf/device/model: 53442f4d4d43202020202020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdg/device/model: 4d2e532e2f4d2e532e50726f2f4847200a >DEBUG:testdata:sysfs attr /sys/class/block/sdh/device/model: 53442f4d4d432f4d2e532e50524f20200a >DEBUG:testdata:sysfs attr /sys/class/block/sda/device/model: 53414d53554e472053534420383330200a >DEBUG:testdata:sysfs attr /sys/class/block/sdb/device/model: 53616d73756e672053534420383530200a >DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 4456442d52572053482d3231364142200a >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:testdata:sysfs attr /sys/class/block/sdc/device/model: 466c617368204469736b2020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdd/device/model: 436f6d7061637420466c6173682020200a >DEBUG:testdata:sysfs attr /sys/class/block/sde/device/model: 534d2f78442d506963747572652020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdf/device/model: 53442f4d4d43202020202020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdg/device/model: 4d2e532e2f4d2e532e50726f2f4847200a >DEBUG:testdata:sysfs attr /sys/class/block/sdh/device/model: 53442f4d4d432f4d2e532e50524f20200a >DEBUG:testdata:sysfs attr /sys/class/block/sda/device/model: 53414d53554e472053534420383330200a >DEBUG:testdata:sysfs attr /sys/class/block/sdb/device/model: 53616d73756e672053534420383530200a >DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 4456442d52572053482d3231364142200a >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:testdata:sysfs attr /sys/class/block/sdc/device/model: 466c617368204469736b2020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdd/device/model: 436f6d7061637420466c6173682020200a >DEBUG:testdata:sysfs attr /sys/class/block/sde/device/model: 534d2f78442d506963747572652020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdf/device/model: 53442f4d4d43202020202020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdg/device/model: 4d2e532e2f4d2e532e50726f2f4847200a >DEBUG:testdata:sysfs attr /sys/class/block/sdh/device/model: 53442f4d4d432f4d2e532e50524f20200a >DEBUG:testdata:sysfs attr /sys/class/block/sda/device/model: 53414d53554e472053534420383330200a >DEBUG:testdata:sysfs attr /sys/class/block/sdb/device/model: 53616d73756e672053534420383530200a >DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 4456442d52572053482d3231364142200a >DEBUG:blivet:vg_erwan-desktop size is 465.75 Gio >DEBUG:blivet:vg vg_erwan-desktop has 135.75 Gio free >DEBUG:blivet:vg_erwan-desktop size is 465.75 Gio >DEBUG:blivet:vg vg_erwan-desktop has 135.75 Gio free >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:testdata:sysfs attr /sys/class/block/sdc/device/model: 466c617368204469736b2020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdd/device/model: 436f6d7061637420466c6173682020200a >DEBUG:testdata:sysfs attr /sys/class/block/sde/device/model: 534d2f78442d506963747572652020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdf/device/model: 53442f4d4d43202020202020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdg/device/model: 4d2e532e2f4d2e532e50726f2f4847200a >DEBUG:testdata:sysfs attr /sys/class/block/sdh/device/model: 53442f4d4d432f4d2e532e50524f20200a >DEBUG:testdata:sysfs attr /sys/class/block/sda/device/model: 53414d53554e472053534420383330200a >DEBUG:testdata:sysfs attr /sys/class/block/sdb/device/model: 53616d73756e672053534420383530200a >DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 4456442d52572053482d3231364142200a >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:testdata:sysfs attr /sys/class/block/sdc/device/model: 466c617368204469736b2020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdd/device/model: 436f6d7061637420466c6173682020200a >DEBUG:testdata:sysfs attr /sys/class/block/sde/device/model: 534d2f78442d506963747572652020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdf/device/model: 53442f4d4d43202020202020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdg/device/model: 4d2e532e2f4d2e532e50726f2f4847200a >DEBUG:testdata:sysfs attr /sys/class/block/sdh/device/model: 53442f4d4d432f4d2e532e50524f20200a >DEBUG:testdata:sysfs attr /sys/class/block/sda/device/model: 53414d53554e472053534420383330200a >DEBUG:testdata:sysfs attr /sys/class/block/sdb/device/model: 53616d73756e672053534420383530200a >DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 4456442d52572053482d3231364142200a >DEBUG:blivet:vg_erwan-desktop size is 465.75 Gio >DEBUG:blivet:vg vg_erwan-desktop has 135.75 Gio free >DEBUG:blivet:vg_erwan-desktop size is 465.75 Gio >DEBUG:blivet:vg vg_erwan-desktop has 135.75 Gio free >DEBUG:blivet:vg_erwan-desktop size is 465.75 Gio >DEBUG:blivet:vg vg_erwan-desktop has 135.75 Gio free >DEBUG:blivet:vg_erwan-desktop size is 465.75 Gio >DEBUG:blivet:vg vg_erwan-desktop has 135.75 Gio free >DEBUG:blivet:vg_erwan-desktop size is 465.75 Gio >DEBUG:blivet:vg vg_erwan-desktop has 135.75 Gio free >DEBUG:blivet:vg_erwan-desktop size is 465.75 Gio >DEBUG:blivet:vg vg_erwan-desktop has 135.75 Gio free >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:testdata:sysfs attr /sys/class/block/sdc/device/model: 466c617368204469736b2020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdd/device/model: 436f6d7061637420466c6173682020200a >DEBUG:testdata:sysfs attr /sys/class/block/sde/device/model: 534d2f78442d506963747572652020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdf/device/model: 53442f4d4d43202020202020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdg/device/model: 4d2e532e2f4d2e532e50726f2f4847200a >DEBUG:testdata:sysfs attr /sys/class/block/sdh/device/model: 53442f4d4d432f4d2e532e50524f20200a >DEBUG:testdata:sysfs attr /sys/class/block/sda/device/model: 53414d53554e472053534420383330200a >DEBUG:testdata:sysfs attr /sys/class/block/sdb/device/model: 53616d73756e672053534420383530200a >DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 4456442d52572053482d3231364142200a >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:testdata:sysfs attr /sys/class/block/sdc/device/model: 466c617368204469736b2020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdd/device/model: 436f6d7061637420466c6173682020200a >DEBUG:testdata:sysfs attr /sys/class/block/sde/device/model: 534d2f78442d506963747572652020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdf/device/model: 53442f4d4d43202020202020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdg/device/model: 4d2e532e2f4d2e532e50726f2f4847200a >DEBUG:testdata:sysfs attr /sys/class/block/sdh/device/model: 53442f4d4d432f4d2e532e50524f20200a >DEBUG:testdata:sysfs attr /sys/class/block/sda/device/model: 53414d53554e472053534420383330200a >DEBUG:testdata:sysfs attr /sys/class/block/sdb/device/model: 53616d73756e672053534420383530200a >DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 4456442d52572053482d3231364142200a >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:testdata:sysfs attr /sys/class/block/sdc/device/model: 466c617368204469736b2020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdd/device/model: 436f6d7061637420466c6173682020200a >DEBUG:testdata:sysfs attr /sys/class/block/sde/device/model: 534d2f78442d506963747572652020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdf/device/model: 53442f4d4d43202020202020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdg/device/model: 4d2e532e2f4d2e532e50726f2f4847200a >DEBUG:testdata:sysfs attr /sys/class/block/sdh/device/model: 53442f4d4d432f4d2e532e50524f20200a >DEBUG:testdata:sysfs attr /sys/class/block/sda/device/model: 53414d53554e472053534420383330200a >DEBUG:testdata:sysfs attr /sys/class/block/sdb/device/model: 53616d73756e672053534420383530200a >DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 4456442d52572053482d3231364142200a >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:testdata:sysfs attr /sys/class/block/sdc/device/model: 466c617368204469736b2020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdd/device/model: 436f6d7061637420466c6173682020200a >DEBUG:testdata:sysfs attr /sys/class/block/sde/device/model: 534d2f78442d506963747572652020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdf/device/model: 53442f4d4d43202020202020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdg/device/model: 4d2e532e2f4d2e532e50726f2f4847200a >DEBUG:testdata:sysfs attr /sys/class/block/sdh/device/model: 53442f4d4d432f4d2e532e50524f20200a >DEBUG:testdata:sysfs attr /sys/class/block/sda/device/model: 53414d53554e472053534420383330200a >DEBUG:testdata:sysfs attr /sys/class/block/sdb/device/model: 53616d73756e672053534420383530200a >DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 4456442d52572053482d3231364142200a >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:testdata:sysfs attr /sys/class/block/sdc/device/model: 466c617368204469736b2020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdd/device/model: 436f6d7061637420466c6173682020200a >DEBUG:testdata:sysfs attr /sys/class/block/sde/device/model: 534d2f78442d506963747572652020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdf/device/model: 53442f4d4d43202020202020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdg/device/model: 4d2e532e2f4d2e532e50726f2f4847200a >DEBUG:testdata:sysfs attr /sys/class/block/sdh/device/model: 53442f4d4d432f4d2e532e50524f20200a >DEBUG:testdata:sysfs attr /sys/class/block/sda/device/model: 53414d53554e472053534420383330200a >DEBUG:testdata:sysfs attr /sys/class/block/sdb/device/model: 53616d73756e672053534420383530200a >DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 4456442d52572053482d3231364142200a >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:testdata:sysfs attr /sys/class/block/sdc/device/model: 466c617368204469736b2020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdd/device/model: 436f6d7061637420466c6173682020200a >DEBUG:testdata:sysfs attr /sys/class/block/sde/device/model: 534d2f78442d506963747572652020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdf/device/model: 53442f4d4d43202020202020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdg/device/model: 4d2e532e2f4d2e532e50726f2f4847200a >DEBUG:testdata:sysfs attr /sys/class/block/sdh/device/model: 53442f4d4d432f4d2e532e50524f20200a >DEBUG:testdata:sysfs attr /sys/class/block/sda/device/model: 53414d53554e472053534420383330200a >DEBUG:testdata:sysfs attr /sys/class/block/sdb/device/model: 53616d73756e672053534420383530200a >DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 4456442d52572053482d3231364142200a >DEBUG:blivet:vg_erwan-desktop size is 465.75 Gio >DEBUG:blivet:vg vg_erwan-desktop has 135.75 Gio free >DEBUG:blivet:vg_erwan-desktop size is 465.75 Gio >DEBUG:blivet:vg vg_erwan-desktop has 135.75 Gio free >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:testdata:sysfs attr /sys/class/block/sdc/device/model: 466c617368204469736b2020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdd/device/model: 436f6d7061637420466c6173682020200a >DEBUG:testdata:sysfs attr /sys/class/block/sde/device/model: 534d2f78442d506963747572652020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdf/device/model: 53442f4d4d43202020202020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdg/device/model: 4d2e532e2f4d2e532e50726f2f4847200a >DEBUG:testdata:sysfs attr /sys/class/block/sdh/device/model: 53442f4d4d432f4d2e532e50524f20200a >DEBUG:testdata:sysfs attr /sys/class/block/sda/device/model: 53414d53554e472053534420383330200a >DEBUG:testdata:sysfs attr /sys/class/block/sdb/device/model: 53616d73756e672053534420383530200a >DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 4456442d52572053482d3231364142200a >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:testdata:sysfs attr /sys/class/block/sdc/device/model: 466c617368204469736b2020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdd/device/model: 436f6d7061637420466c6173682020200a >DEBUG:testdata:sysfs attr /sys/class/block/sde/device/model: 534d2f78442d506963747572652020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdf/device/model: 53442f4d4d43202020202020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdg/device/model: 4d2e532e2f4d2e532e50726f2f4847200a >DEBUG:testdata:sysfs attr /sys/class/block/sdh/device/model: 53442f4d4d432f4d2e532e50524f20200a >DEBUG:testdata:sysfs attr /sys/class/block/sda/device/model: 53414d53554e472053534420383330200a >DEBUG:testdata:sysfs attr /sys/class/block/sdb/device/model: 53616d73756e672053534420383530200a >DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 4456442d52572053482d3231364142200a >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:testdata:sysfs attr /sys/class/block/sdc/device/model: 466c617368204469736b2020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdd/device/model: 436f6d7061637420466c6173682020200a >DEBUG:testdata:sysfs attr /sys/class/block/sde/device/model: 534d2f78442d506963747572652020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdf/device/model: 53442f4d4d43202020202020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdg/device/model: 4d2e532e2f4d2e532e50726f2f4847200a >DEBUG:testdata:sysfs attr /sys/class/block/sdh/device/model: 53442f4d4d432f4d2e532e50524f20200a >DEBUG:testdata:sysfs attr /sys/class/block/sda/device/model: 53414d53554e472053534420383330200a >DEBUG:testdata:sysfs attr /sys/class/block/sdb/device/model: 53616d73756e672053534420383530200a >DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 4456442d52572053482d3231364142200a >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:testdata:sysfs attr /sys/class/block/sdc/device/model: 466c617368204469736b2020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdd/device/model: 436f6d7061637420466c6173682020200a >DEBUG:testdata:sysfs attr /sys/class/block/sde/device/model: 534d2f78442d506963747572652020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdf/device/model: 53442f4d4d43202020202020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdg/device/model: 4d2e532e2f4d2e532e50726f2f4847200a >DEBUG:testdata:sysfs attr /sys/class/block/sdh/device/model: 53442f4d4d432f4d2e532e50524f20200a >DEBUG:testdata:sysfs attr /sys/class/block/sda/device/model: 53414d53554e472053534420383330200a >DEBUG:testdata:sysfs attr /sys/class/block/sdb/device/model: 53616d73756e672053534420383530200a >DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 4456442d52572053482d3231364142200a >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:testdata:sysfs attr /sys/class/block/sdc/device/model: 466c617368204469736b2020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdd/device/model: 436f6d7061637420466c6173682020200a >DEBUG:testdata:sysfs attr /sys/class/block/sde/device/model: 534d2f78442d506963747572652020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdf/device/model: 53442f4d4d43202020202020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdg/device/model: 4d2e532e2f4d2e532e50726f2f4847200a >DEBUG:testdata:sysfs attr /sys/class/block/sdh/device/model: 53442f4d4d432f4d2e532e50524f20200a >DEBUG:testdata:sysfs attr /sys/class/block/sda/device/model: 53414d53554e472053534420383330200a >DEBUG:testdata:sysfs attr /sys/class/block/sdb/device/model: 53616d73756e672053534420383530200a >DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 4456442d52572053482d3231364142200a >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:testdata:sysfs attr /sys/class/block/sdc/device/model: 466c617368204469736b2020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdd/device/model: 436f6d7061637420466c6173682020200a >DEBUG:testdata:sysfs attr /sys/class/block/sde/device/model: 534d2f78442d506963747572652020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdf/device/model: 53442f4d4d43202020202020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdg/device/model: 4d2e532e2f4d2e532e50726f2f4847200a >DEBUG:testdata:sysfs attr /sys/class/block/sdh/device/model: 53442f4d4d432f4d2e532e50524f20200a >DEBUG:testdata:sysfs attr /sys/class/block/sda/device/model: 53414d53554e472053534420383330200a >DEBUG:testdata:sysfs attr /sys/class/block/sdb/device/model: 53616d73756e672053534420383530200a >DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 4456442d52572053482d3231364142200a >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:testdata:sysfs attr /sys/class/block/sdc/device/model: 466c617368204469736b2020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdd/device/model: 436f6d7061637420466c6173682020200a >DEBUG:testdata:sysfs attr /sys/class/block/sde/device/model: 534d2f78442d506963747572652020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdf/device/model: 53442f4d4d43202020202020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdg/device/model: 4d2e532e2f4d2e532e50726f2f4847200a >DEBUG:testdata:sysfs attr /sys/class/block/sdh/device/model: 53442f4d4d432f4d2e532e50524f20200a >DEBUG:testdata:sysfs attr /sys/class/block/sda/device/model: 53414d53554e472053534420383330200a >DEBUG:testdata:sysfs attr /sys/class/block/sdb/device/model: 53616d73756e672053534420383530200a >DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 4456442d52572053482d3231364142200a >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:testdata:sysfs attr /sys/class/block/sdc/device/model: 466c617368204469736b2020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdd/device/model: 436f6d7061637420466c6173682020200a >DEBUG:testdata:sysfs attr /sys/class/block/sde/device/model: 534d2f78442d506963747572652020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdf/device/model: 53442f4d4d43202020202020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdg/device/model: 4d2e532e2f4d2e532e50726f2f4847200a >DEBUG:testdata:sysfs attr /sys/class/block/sdh/device/model: 53442f4d4d432f4d2e532e50524f20200a >DEBUG:testdata:sysfs attr /sys/class/block/sda/device/model: 53414d53554e472053534420383330200a >DEBUG:testdata:sysfs attr /sys/class/block/sdb/device/model: 53616d73756e672053534420383530200a >DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 4456442d52572053482d3231364142200a >DEBUG:blivet:vg_erwan-desktop size is 465.75 Gio >DEBUG:blivet:vg vg_erwan-desktop has 135.75 Gio free >DEBUG:blivet:vg_erwan-desktop size is 465.75 Gio >DEBUG:blivet:vg vg_erwan-desktop has 135.75 Gio free >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:testdata:sysfs attr /sys/class/block/sdc/device/model: 466c617368204469736b2020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdd/device/model: 436f6d7061637420466c6173682020200a >DEBUG:testdata:sysfs attr /sys/class/block/sde/device/model: 534d2f78442d506963747572652020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdf/device/model: 53442f4d4d43202020202020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdg/device/model: 4d2e532e2f4d2e532e50726f2f4847200a >DEBUG:testdata:sysfs attr /sys/class/block/sdh/device/model: 53442f4d4d432f4d2e532e50524f20200a >DEBUG:testdata:sysfs attr /sys/class/block/sda/device/model: 53414d53554e472053534420383330200a >DEBUG:testdata:sysfs attr /sys/class/block/sdb/device/model: 53616d73756e672053534420383530200a >DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 4456442d52572053482d3231364142200a >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:testdata:sysfs attr /sys/class/block/sdc/device/model: 466c617368204469736b2020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdd/device/model: 436f6d7061637420466c6173682020200a >DEBUG:testdata:sysfs attr /sys/class/block/sde/device/model: 534d2f78442d506963747572652020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdf/device/model: 53442f4d4d43202020202020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdg/device/model: 4d2e532e2f4d2e532e50726f2f4847200a >DEBUG:testdata:sysfs attr /sys/class/block/sdh/device/model: 53442f4d4d432f4d2e532e50524f20200a >DEBUG:testdata:sysfs attr /sys/class/block/sda/device/model: 53414d53554e472053534420383330200a >DEBUG:testdata:sysfs attr /sys/class/block/sdb/device/model: 53616d73756e672053534420383530200a >DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 4456442d52572053482d3231364142200a >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:testdata:sysfs attr /sys/class/block/sdc/device/model: 466c617368204469736b2020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdd/device/model: 436f6d7061637420466c6173682020200a >DEBUG:testdata:sysfs attr /sys/class/block/sde/device/model: 534d2f78442d506963747572652020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdf/device/model: 53442f4d4d43202020202020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdg/device/model: 4d2e532e2f4d2e532e50726f2f4847200a >DEBUG:testdata:sysfs attr /sys/class/block/sdh/device/model: 53442f4d4d432f4d2e532e50524f20200a >DEBUG:testdata:sysfs attr /sys/class/block/sda/device/model: 53414d53554e472053534420383330200a >DEBUG:testdata:sysfs attr /sys/class/block/sdb/device/model: 53616d73756e672053534420383530200a >DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 4456442d52572053482d3231364142200a >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:testdata:sysfs attr /sys/class/block/sdc/device/model: 466c617368204469736b2020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdd/device/model: 436f6d7061637420466c6173682020200a >DEBUG:testdata:sysfs attr /sys/class/block/sde/device/model: 534d2f78442d506963747572652020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdf/device/model: 53442f4d4d43202020202020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdg/device/model: 4d2e532e2f4d2e532e50726f2f4847200a >DEBUG:testdata:sysfs attr /sys/class/block/sdh/device/model: 53442f4d4d432f4d2e532e50524f20200a >DEBUG:testdata:sysfs attr /sys/class/block/sda/device/model: 53414d53554e472053534420383330200a >DEBUG:testdata:sysfs attr /sys/class/block/sdb/device/model: 53616d73756e672053534420383530200a >DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 4456442d52572053482d3231364142200a >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:testdata:sysfs attr /sys/class/block/sdc/device/model: 466c617368204469736b2020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdd/device/model: 436f6d7061637420466c6173682020200a >DEBUG:testdata:sysfs attr /sys/class/block/sde/device/model: 534d2f78442d506963747572652020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdf/device/model: 53442f4d4d43202020202020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdg/device/model: 4d2e532e2f4d2e532e50726f2f4847200a >DEBUG:testdata:sysfs attr /sys/class/block/sdh/device/model: 53442f4d4d432f4d2e532e50524f20200a >DEBUG:testdata:sysfs attr /sys/class/block/sda/device/model: 53414d53554e472053534420383330200a >DEBUG:testdata:sysfs attr /sys/class/block/sdb/device/model: 53616d73756e672053534420383530200a >DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 4456442d52572053482d3231364142200a >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:testdata:sysfs attr /sys/class/block/sdc/device/model: 466c617368204469736b2020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdd/device/model: 436f6d7061637420466c6173682020200a >DEBUG:testdata:sysfs attr /sys/class/block/sde/device/model: 534d2f78442d506963747572652020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdf/device/model: 53442f4d4d43202020202020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdg/device/model: 4d2e532e2f4d2e532e50726f2f4847200a >DEBUG:testdata:sysfs attr /sys/class/block/sdh/device/model: 53442f4d4d432f4d2e532e50524f20200a >DEBUG:testdata:sysfs attr /sys/class/block/sda/device/model: 53414d53554e472053534420383330200a >DEBUG:testdata:sysfs attr /sys/class/block/sdb/device/model: 53616d73756e672053534420383530200a >DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 4456442d52572053482d3231364142200a >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:testdata:sysfs attr /sys/class/block/sdc/device/model: 466c617368204469736b2020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdd/device/model: 436f6d7061637420466c6173682020200a >DEBUG:testdata:sysfs attr /sys/class/block/sde/device/model: 534d2f78442d506963747572652020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdf/device/model: 53442f4d4d43202020202020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdg/device/model: 4d2e532e2f4d2e532e50726f2f4847200a >DEBUG:testdata:sysfs attr /sys/class/block/sdh/device/model: 53442f4d4d432f4d2e532e50524f20200a >DEBUG:testdata:sysfs attr /sys/class/block/sda/device/model: 53414d53554e472053534420383330200a >DEBUG:testdata:sysfs attr /sys/class/block/sdb/device/model: 53616d73756e672053534420383530200a >DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 4456442d52572053482d3231364142200a >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:testdata:sysfs attr /sys/class/block/sdc/device/model: 466c617368204469736b2020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdd/device/model: 436f6d7061637420466c6173682020200a >DEBUG:testdata:sysfs attr /sys/class/block/sde/device/model: 534d2f78442d506963747572652020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdf/device/model: 53442f4d4d43202020202020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdg/device/model: 4d2e532e2f4d2e532e50726f2f4847200a >DEBUG:testdata:sysfs attr /sys/class/block/sdh/device/model: 53442f4d4d432f4d2e532e50524f20200a >DEBUG:testdata:sysfs attr /sys/class/block/sda/device/model: 53414d53554e472053534420383330200a >DEBUG:testdata:sysfs attr /sys/class/block/sdb/device/model: 53616d73756e672053534420383530200a >DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 4456442d52572053482d3231364142200a >DEBUG:blivet:vg_erwan-desktop size is 465.75 Gio >DEBUG:blivet:vg vg_erwan-desktop has 135.75 Gio free >DEBUG:blivet:vg_erwan-desktop size is 465.75 Gio >DEBUG:blivet:vg vg_erwan-desktop has 135.75 Gio free >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:testdata:sysfs attr /sys/class/block/sdc/device/model: 466c617368204469736b2020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdd/device/model: 436f6d7061637420466c6173682020200a >DEBUG:testdata:sysfs attr /sys/class/block/sde/device/model: 534d2f78442d506963747572652020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdf/device/model: 53442f4d4d43202020202020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdg/device/model: 4d2e532e2f4d2e532e50726f2f4847200a >DEBUG:testdata:sysfs attr /sys/class/block/sdh/device/model: 53442f4d4d432f4d2e532e50524f20200a >DEBUG:testdata:sysfs attr /sys/class/block/sda/device/model: 53414d53554e472053534420383330200a >DEBUG:testdata:sysfs attr /sys/class/block/sdb/device/model: 53616d73756e672053534420383530200a >DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 4456442d52572053482d3231364142200a >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:testdata:sysfs attr /sys/class/block/sdc/device/model: 466c617368204469736b2020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdd/device/model: 436f6d7061637420466c6173682020200a >DEBUG:testdata:sysfs attr /sys/class/block/sde/device/model: 534d2f78442d506963747572652020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdf/device/model: 53442f4d4d43202020202020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdg/device/model: 4d2e532e2f4d2e532e50726f2f4847200a >DEBUG:testdata:sysfs attr /sys/class/block/sdh/device/model: 53442f4d4d432f4d2e532e50524f20200a >DEBUG:testdata:sysfs attr /sys/class/block/sda/device/model: 53414d53554e472053534420383330200a >DEBUG:testdata:sysfs attr /sys/class/block/sdb/device/model: 53616d73756e672053534420383530200a >DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 4456442d52572053482d3231364142200a >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:testdata:sysfs attr /sys/class/block/sdc/device/model: 466c617368204469736b2020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdd/device/model: 436f6d7061637420466c6173682020200a >DEBUG:testdata:sysfs attr /sys/class/block/sde/device/model: 534d2f78442d506963747572652020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdf/device/model: 53442f4d4d43202020202020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdg/device/model: 4d2e532e2f4d2e532e50726f2f4847200a >DEBUG:testdata:sysfs attr /sys/class/block/sdh/device/model: 53442f4d4d432f4d2e532e50524f20200a >DEBUG:testdata:sysfs attr /sys/class/block/sda/device/model: 53414d53554e472053534420383330200a >DEBUG:testdata:sysfs attr /sys/class/block/sdb/device/model: 53616d73756e672053534420383530200a >DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 4456442d52572053482d3231364142200a >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:testdata:sysfs attr /sys/class/block/sdc/device/model: 466c617368204469736b2020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdd/device/model: 436f6d7061637420466c6173682020200a >DEBUG:testdata:sysfs attr /sys/class/block/sde/device/model: 534d2f78442d506963747572652020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdf/device/model: 53442f4d4d43202020202020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdg/device/model: 4d2e532e2f4d2e532e50726f2f4847200a >DEBUG:testdata:sysfs attr /sys/class/block/sdh/device/model: 53442f4d4d432f4d2e532e50524f20200a >DEBUG:testdata:sysfs attr /sys/class/block/sda/device/model: 53414d53554e472053534420383330200a >DEBUG:testdata:sysfs attr /sys/class/block/sdb/device/model: 53616d73756e672053534420383530200a >DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 4456442d52572053482d3231364142200a >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:testdata:sysfs attr /sys/class/block/sdc/device/model: 466c617368204469736b2020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdd/device/model: 436f6d7061637420466c6173682020200a >DEBUG:testdata:sysfs attr /sys/class/block/sde/device/model: 534d2f78442d506963747572652020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdf/device/model: 53442f4d4d43202020202020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdg/device/model: 4d2e532e2f4d2e532e50726f2f4847200a >DEBUG:testdata:sysfs attr /sys/class/block/sdh/device/model: 53442f4d4d432f4d2e532e50524f20200a >DEBUG:testdata:sysfs attr /sys/class/block/sda/device/model: 53414d53554e472053534420383330200a >DEBUG:testdata:sysfs attr /sys/class/block/sdb/device/model: 53616d73756e672053534420383530200a >DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 4456442d52572053482d3231364142200a >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:testdata:sysfs attr /sys/class/block/sdc/device/model: 466c617368204469736b2020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdd/device/model: 436f6d7061637420466c6173682020200a >DEBUG:testdata:sysfs attr /sys/class/block/sde/device/model: 534d2f78442d506963747572652020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdf/device/model: 53442f4d4d43202020202020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdg/device/model: 4d2e532e2f4d2e532e50726f2f4847200a >DEBUG:testdata:sysfs attr /sys/class/block/sdh/device/model: 53442f4d4d432f4d2e532e50524f20200a >DEBUG:testdata:sysfs attr /sys/class/block/sda/device/model: 53414d53554e472053534420383330200a >DEBUG:testdata:sysfs attr /sys/class/block/sdb/device/model: 53616d73756e672053534420383530200a >DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 4456442d52572053482d3231364142200a >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:testdata:sysfs attr /sys/class/block/sdc/device/model: 466c617368204469736b2020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdd/device/model: 436f6d7061637420466c6173682020200a >DEBUG:testdata:sysfs attr /sys/class/block/sde/device/model: 534d2f78442d506963747572652020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdf/device/model: 53442f4d4d43202020202020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdg/device/model: 4d2e532e2f4d2e532e50726f2f4847200a >DEBUG:testdata:sysfs attr /sys/class/block/sdh/device/model: 53442f4d4d432f4d2e532e50524f20200a >DEBUG:testdata:sysfs attr /sys/class/block/sda/device/model: 53414d53554e472053534420383330200a >DEBUG:testdata:sysfs attr /sys/class/block/sdb/device/model: 53616d73756e672053534420383530200a >DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 4456442d52572053482d3231364142200a >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:testdata:sysfs attr /sys/class/block/sdc/device/model: 466c617368204469736b2020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdd/device/model: 436f6d7061637420466c6173682020200a >DEBUG:testdata:sysfs attr /sys/class/block/sde/device/model: 534d2f78442d506963747572652020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdf/device/model: 53442f4d4d43202020202020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdg/device/model: 4d2e532e2f4d2e532e50726f2f4847200a >DEBUG:testdata:sysfs attr /sys/class/block/sdh/device/model: 53442f4d4d432f4d2e532e50524f20200a >DEBUG:testdata:sysfs attr /sys/class/block/sda/device/model: 53414d53554e472053534420383330200a >DEBUG:testdata:sysfs attr /sys/class/block/sdb/device/model: 53616d73756e672053534420383530200a >DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 4456442d52572053482d3231364142200a >DEBUG:blivet:vg_erwan-desktop size is 465.75 Gio >DEBUG:blivet:vg vg_erwan-desktop has 135.75 Gio free >DEBUG:blivet:vg_erwan-desktop size is 465.75 Gio >DEBUG:blivet:vg vg_erwan-desktop has 135.75 Gio free >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:testdata:sysfs attr /sys/class/block/sdc/device/model: 466c617368204469736b2020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdd/device/model: 436f6d7061637420466c6173682020200a >DEBUG:testdata:sysfs attr /sys/class/block/sde/device/model: 534d2f78442d506963747572652020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdf/device/model: 53442f4d4d43202020202020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdg/device/model: 4d2e532e2f4d2e532e50726f2f4847200a >DEBUG:testdata:sysfs attr /sys/class/block/sdh/device/model: 53442f4d4d432f4d2e532e50524f20200a >DEBUG:testdata:sysfs attr /sys/class/block/sda/device/model: 53414d53554e472053534420383330200a >DEBUG:testdata:sysfs attr /sys/class/block/sdb/device/model: 53616d73756e672053534420383530200a >DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 4456442d52572053482d3231364142200a >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:testdata:sysfs attr /sys/class/block/sdc/device/model: 466c617368204469736b2020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdd/device/model: 436f6d7061637420466c6173682020200a >DEBUG:testdata:sysfs attr /sys/class/block/sde/device/model: 534d2f78442d506963747572652020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdf/device/model: 53442f4d4d43202020202020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdg/device/model: 4d2e532e2f4d2e532e50726f2f4847200a >DEBUG:testdata:sysfs attr /sys/class/block/sdh/device/model: 53442f4d4d432f4d2e532e50524f20200a >DEBUG:testdata:sysfs attr /sys/class/block/sda/device/model: 53414d53554e472053534420383330200a >DEBUG:testdata:sysfs attr /sys/class/block/sdb/device/model: 53616d73756e672053534420383530200a >DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 4456442d52572053482d3231364142200a >DEBUG:blivet:vg_erwan-desktop size is 465.75 Gio >DEBUG:blivet:vg vg_erwan-desktop has 135.75 Gio free >DEBUG:blivet:vg_erwan-desktop size is 465.75 Gio >DEBUG:blivet:vg vg_erwan-desktop has 135.75 Gio free >DEBUG:blivet-gui-utils:Formatting device 'vg_erwan-desktop-lv_root' >================================================================================ >**User input:** > > edit_device: existing 161.25 Gio lvmlv vg_erwan-desktop-lv_root (118) with existing ext4 filesystem > format: True > filesystem: ext4 > label: None > mountpoint: / > >**Involved devices:** > >LVMLogicalVolumeDevice instance (0x7f64e1fc7f90) -- > name = vg_erwan-desktop-lv_root status = False id = 118 > children = [] > parents = ['existing 465.75 Gio lvmvg vg_erwan-desktop (68)'] > uuid = RCReFx-EgbD-OeEo-U4Iz-3KuU-yVkf-4h6XEd size = 161.25 Gio > format = existing ext4 filesystem > major = 0 minor = 0 exists = True protected = False > sysfs path = /sys/devices/virtual/block/dm-0 > target size = 161.25 Gio path = /dev/mapper/vg_erwan--desktop-lv_root > format args = [] original_format = ext4 target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f64e1fc5ad0) -- > name = vg_erwan-desktop status = False id = 68 > children = ['existing 153.22 Gio lvmlv vg_erwan-desktop-lv_home (92) with existing ext4 ' > 'filesystem mounted at /home', > 'existing 161.25 Gio lvmlv vg_erwan-desktop-lv_root (118) with existing ext4 ' > 'filesystem', > 'existing 15.53 Gio lvmlv vg_erwan-desktop-lv_swap (105) with existing swap'] > parents = ['existing 465.76 Gio partition sdb1 (83) with existing lvmpv'] > uuid = 3vkTwN-NVSy-EPPa-TKBy-ECge-VrQq-Zq6a4s size = 465.75 Gio > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = > target size = 584.5 Gio path = /dev/vg_erwan--desktop > format args = [] original_format = None free = 254.5 Gio PE Size = 32 Mio PE Count = 18704 > PE Free = 8144 PV Count = 2 > modified = False extents = 14904 free space = 135.75 Gio > free extents = 4344 reserved percent = 0 reserved space = 0 O > PVs = ['existing 465.76 Gio partition sdb1 (83) with existing lvmpv'] > LVs = ['existing 153.22 Gio lvmlv vg_erwan-desktop-lv_home (92) with existing ext4 ' > 'filesystem mounted at /home', > 'existing 15.53 Gio lvmlv vg_erwan-desktop-lv_swap (105) with existing swap', > 'existing 161.25 Gio lvmlv vg_erwan-desktop-lv_root (118) with existing ext4 ' > 'filesystem'] > segment type = linear percent = 0 > VG space used = 161.25 Gio > >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 375 >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 377 >DEBUG:blivet: LVMLogicalVolumeDevice._set_format: vg_erwan-desktop-lv_root ; type: None ; current: ext4 ; >INFO:blivet:registered action: [374] destroy format ext4 filesystem on lvmlv vg_erwan-desktop-lv_root (id 118) >DEBUG:blivet: LVMLogicalVolumeDevice._set_format: vg_erwan-desktop-lv_root ; type: ext4 ; current: None ; >INFO:blivet:registered action: [376] create format ext4 filesystem mounted at / on lvmlv vg_erwan-desktop-lv_root (id 118) >DEBUG:blivet:vg_erwan-desktop size is 465.75 Gio >DEBUG:blivet:vg vg_erwan-desktop has 135.75 Gio free >DEBUG:blivet:vg_erwan-desktop size is 465.75 Gio >DEBUG:blivet:vg vg_erwan-desktop has 135.75 Gio free >DEBUG:blivet:vg_erwan-desktop size is 465.75 Gio >DEBUG:blivet:vg vg_erwan-desktop has 135.75 Gio free >DEBUG:blivet:vg_erwan-desktop size is 465.75 Gio >DEBUG:blivet:vg vg_erwan-desktop has 135.75 Gio free >DEBUG:blivet:vg_erwan-desktop size is 465.75 Gio >DEBUG:blivet:vg vg_erwan-desktop has 135.75 Gio free >DEBUG:blivet:vg_erwan-desktop size is 465.75 Gio >DEBUG:blivet:vg vg_erwan-desktop has 135.75 Gio free >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:testdata:sysfs attr /sys/class/block/sdc/device/model: 466c617368204469736b2020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdd/device/model: 436f6d7061637420466c6173682020200a >DEBUG:testdata:sysfs attr /sys/class/block/sde/device/model: 534d2f78442d506963747572652020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdf/device/model: 53442f4d4d43202020202020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdg/device/model: 4d2e532e2f4d2e532e50726f2f4847200a >DEBUG:testdata:sysfs attr /sys/class/block/sdh/device/model: 53442f4d4d432f4d2e532e50524f20200a >DEBUG:testdata:sysfs attr /sys/class/block/sda/device/model: 53414d53554e472053534420383330200a >DEBUG:testdata:sysfs attr /sys/class/block/sdb/device/model: 53616d73756e672053534420383530200a >DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 4456442d52572053482d3231364142200a >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:testdata:sysfs attr /sys/class/block/sdc/device/model: 466c617368204469736b2020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdd/device/model: 436f6d7061637420466c6173682020200a >DEBUG:testdata:sysfs attr /sys/class/block/sde/device/model: 534d2f78442d506963747572652020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdf/device/model: 53442f4d4d43202020202020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdg/device/model: 4d2e532e2f4d2e532e50726f2f4847200a >DEBUG:testdata:sysfs attr /sys/class/block/sdh/device/model: 53442f4d4d432f4d2e532e50524f20200a >DEBUG:testdata:sysfs attr /sys/class/block/sda/device/model: 53414d53554e472053534420383330200a >DEBUG:testdata:sysfs attr /sys/class/block/sdb/device/model: 53616d73756e672053534420383530200a >DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 4456442d52572053482d3231364142200a >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:testdata:sysfs attr /sys/class/block/sdc/device/model: 466c617368204469736b2020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdd/device/model: 436f6d7061637420466c6173682020200a >DEBUG:testdata:sysfs attr /sys/class/block/sde/device/model: 534d2f78442d506963747572652020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdf/device/model: 53442f4d4d43202020202020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdg/device/model: 4d2e532e2f4d2e532e50726f2f4847200a >DEBUG:testdata:sysfs attr /sys/class/block/sdh/device/model: 53442f4d4d432f4d2e532e50524f20200a >DEBUG:testdata:sysfs attr /sys/class/block/sda/device/model: 53414d53554e472053534420383330200a >DEBUG:testdata:sysfs attr /sys/class/block/sdb/device/model: 53616d73756e672053534420383530200a >DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 4456442d52572053482d3231364142200a >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:testdata:sysfs attr /sys/class/block/sdc/device/model: 466c617368204469736b2020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdd/device/model: 436f6d7061637420466c6173682020200a >DEBUG:testdata:sysfs attr /sys/class/block/sde/device/model: 534d2f78442d506963747572652020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdf/device/model: 53442f4d4d43202020202020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdg/device/model: 4d2e532e2f4d2e532e50726f2f4847200a >DEBUG:testdata:sysfs attr /sys/class/block/sdh/device/model: 53442f4d4d432f4d2e532e50524f20200a >DEBUG:testdata:sysfs attr /sys/class/block/sda/device/model: 53414d53554e472053534420383330200a >DEBUG:testdata:sysfs attr /sys/class/block/sdb/device/model: 53616d73756e672053534420383530200a >DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 4456442d52572053482d3231364142200a >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:testdata:sysfs attr /sys/class/block/sdc/device/model: 466c617368204469736b2020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdd/device/model: 436f6d7061637420466c6173682020200a >DEBUG:testdata:sysfs attr /sys/class/block/sde/device/model: 534d2f78442d506963747572652020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdf/device/model: 53442f4d4d43202020202020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdg/device/model: 4d2e532e2f4d2e532e50726f2f4847200a >DEBUG:testdata:sysfs attr /sys/class/block/sdh/device/model: 53442f4d4d432f4d2e532e50524f20200a >DEBUG:testdata:sysfs attr /sys/class/block/sda/device/model: 53414d53554e472053534420383330200a >DEBUG:testdata:sysfs attr /sys/class/block/sdb/device/model: 53616d73756e672053534420383530200a >DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 4456442d52572053482d3231364142200a >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:testdata:sysfs attr /sys/class/block/sdc/device/model: 466c617368204469736b2020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdd/device/model: 436f6d7061637420466c6173682020200a >DEBUG:testdata:sysfs attr /sys/class/block/sde/device/model: 534d2f78442d506963747572652020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdf/device/model: 53442f4d4d43202020202020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdg/device/model: 4d2e532e2f4d2e532e50726f2f4847200a >DEBUG:testdata:sysfs attr /sys/class/block/sdh/device/model: 53442f4d4d432f4d2e532e50524f20200a >DEBUG:testdata:sysfs attr /sys/class/block/sda/device/model: 53414d53554e472053534420383330200a >DEBUG:testdata:sysfs attr /sys/class/block/sdb/device/model: 53616d73756e672053534420383530200a >DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 4456442d52572053482d3231364142200a >DEBUG:blivet:vg_erwan-desktop size is 465.75 Gio >DEBUG:blivet:vg vg_erwan-desktop has 135.75 Gio free >DEBUG:blivet:vg_erwan-desktop size is 465.75 Gio >DEBUG:blivet:vg vg_erwan-desktop has 135.75 Gio free >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:testdata:sysfs attr /sys/class/block/sdc/device/model: 466c617368204469736b2020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdd/device/model: 436f6d7061637420466c6173682020200a >DEBUG:testdata:sysfs attr /sys/class/block/sde/device/model: 534d2f78442d506963747572652020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdf/device/model: 53442f4d4d43202020202020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdg/device/model: 4d2e532e2f4d2e532e50726f2f4847200a >DEBUG:testdata:sysfs attr /sys/class/block/sdh/device/model: 53442f4d4d432f4d2e532e50524f20200a >DEBUG:testdata:sysfs attr /sys/class/block/sda/device/model: 53414d53554e472053534420383330200a >DEBUG:testdata:sysfs attr /sys/class/block/sdb/device/model: 53616d73756e672053534420383530200a >DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 4456442d52572053482d3231364142200a >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:testdata:sysfs attr /sys/class/block/sdc/device/model: 466c617368204469736b2020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdd/device/model: 436f6d7061637420466c6173682020200a >DEBUG:testdata:sysfs attr /sys/class/block/sde/device/model: 534d2f78442d506963747572652020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdf/device/model: 53442f4d4d43202020202020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdg/device/model: 4d2e532e2f4d2e532e50726f2f4847200a >DEBUG:testdata:sysfs attr /sys/class/block/sdh/device/model: 53442f4d4d432f4d2e532e50524f20200a >DEBUG:testdata:sysfs attr /sys/class/block/sda/device/model: 53414d53554e472053534420383330200a >DEBUG:testdata:sysfs attr /sys/class/block/sdb/device/model: 53616d73756e672053534420383530200a >DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 4456442d52572053482d3231364142200a >DEBUG:blivet:length of free region aligned from 248067068 to 248066048 >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:0/block/sdd ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:0/block/sdd/size: 300a >INFO:blivet:Skipping disk: sdd: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:1/block/sde ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:1/block/sde/size: 300a >INFO:blivet:Skipping disk: sde: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:2/block/sdf ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:2/block/sdf/size: 300a >INFO:blivet:Skipping disk: sdf: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:3/block/sdg ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:3/block/sdg/size: 300a >INFO:blivet:Skipping disk: sdg: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:4/block/sdh ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:4/block/sdh/size: 300a >INFO:blivet:Skipping disk: sdh: No media present >DEBUG:blivet:length of free region aligned from 248067068 to 248066048 >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:testdata:sysfs attr /sys/class/block/sdc/device/model: 466c617368204469736b2020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdd/device/model: 436f6d7061637420466c6173682020200a >DEBUG:testdata:sysfs attr /sys/class/block/sde/device/model: 534d2f78442d506963747572652020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdf/device/model: 53442f4d4d43202020202020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdg/device/model: 4d2e532e2f4d2e532e50726f2f4847200a >DEBUG:testdata:sysfs attr /sys/class/block/sdh/device/model: 53442f4d4d432f4d2e532e50524f20200a >DEBUG:testdata:sysfs attr /sys/class/block/sda/device/model: 53414d53554e472053534420383330200a >DEBUG:testdata:sysfs attr /sys/class/block/sdb/device/model: 53616d73756e672053534420383530200a >DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 4456442d52572053482d3231364142200a >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:testdata:sysfs attr /sys/class/block/sdc/device/model: 466c617368204469736b2020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdd/device/model: 436f6d7061637420466c6173682020200a >DEBUG:testdata:sysfs attr /sys/class/block/sde/device/model: 534d2f78442d506963747572652020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdf/device/model: 53442f4d4d43202020202020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdg/device/model: 4d2e532e2f4d2e532e50726f2f4847200a >DEBUG:testdata:sysfs attr /sys/class/block/sdh/device/model: 53442f4d4d432f4d2e532e50524f20200a >DEBUG:testdata:sysfs attr /sys/class/block/sda/device/model: 53414d53554e472053534420383330200a >DEBUG:testdata:sysfs attr /sys/class/block/sdb/device/model: 53616d73756e672053534420383530200a >DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 4456442d52572053482d3231364142200a >DEBUG:blivet:length of free region aligned from 248067068 to 248066048 >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:0/block/sdd ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:0/block/sdd/size: 300a >INFO:blivet:Skipping disk: sdd: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:1/block/sde ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:1/block/sde/size: 300a >INFO:blivet:Skipping disk: sde: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:2/block/sdf ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:2/block/sdf/size: 300a >INFO:blivet:Skipping disk: sdf: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:3/block/sdg ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:3/block/sdg/size: 300a >INFO:blivet:Skipping disk: sdg: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:4/block/sdh ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:4/block/sdh/size: 300a >INFO:blivet:Skipping disk: sdh: No media present >DEBUG:blivet:length of free region aligned from 248067068 to 248066048 >DEBUG:blivet-gui-utils:Adding a new 'partition' device: >================================================================================ >**User input:** > > device_type: partition > size_selection: > total_size: 118.29 Gio > parents: > parent_device: existing 119.24 Gio disk sda (39) with existing msdos disklabel > free_space: existing 118.29 Gio free space > selected_size: 118.29 Gio > filesystem: lvmpv > name: > label: > mountpoint: > encrypt: False > passphrase: > encryption_type: luks2 > encryption_sector_size: 0 > raid_level: None > advanced: > parttype: primary > >**Involved devices:** > >DiskDevice instance (0x7f64e1fbb610) -- > name = sda status = True id = 39 > children = ['existing 500 Mio partition sda1 (49) with existing ext4 filesystem', > 'non-existent 476.84 Mio partition sda2 (343) with non-existent efi ' > 'filesystem mounted at /boot/efi'] > parents = [] > uuid = None size = 119.24 Gio > format = existing msdos disklabel > major = 8 minor = 0 exists = True protected = False > sysfs path = /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda > target size = 119.24 Gio path = /dev/sda > format args = [] original_format = disklabel removable = False wwn = 5002538043584d30 > >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 384 >DEBUG:blivet: DiskDevice.add_child: name: sda ; child: req18 ; kids: 2 ; >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 385 >DEBUG:blivet: PartitionDevice._set_format: req18 ; type: None ; current: None ; >DEBUG:blivet: DiskDevice.remove_child: name: sda ; child: req18 ; kids: 3 ; >DEBUG:blivet: LVMPhysicalVolume.__init__: label: ; mountpoint: ; create_options: ; >DEBUG:blivet:get_format('lvmpv') returning LVMPhysicalVolume instance with object id 388 >INFO:blivet:added partition req18 (id 383) to device tree >INFO:blivet:registered action: [387] create device partition req18 (id 383) >DEBUG:blivet: PartitionDevice._set_format: req18 ; type: lvmpv ; current: None ; >INFO:blivet:registered action: [389] create format lvmpv on partition req18 (id 383) >DEBUG:blivet: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; >DEBUG:blivet: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; >DEBUG:blivet:removing all non-preexisting partitions ['req18(id 383)', 'sda1(id 49)', 'sda2(id 343)', 'sdb1(id 83)'] from disk(s) ['sda', 'sdb'] >DEBUG:blivet: PartitionDevice._set_parted_partition: sda2 ; >DEBUG:blivet:device sda2 new parted_partition None >DEBUG:blivet: PartitionDevice._set_disk: req3 ; old: sda ; new: None ; >DEBUG:blivet: DiskDevice.remove_child: name: sda ; child: req3 ; kids: 2 ; >DEBUG:blivet:allocate_partitions: disks=['sda', 'sdb'] ; partitions=['req18(id 383)', 'sda1(id 49)', 'req3(id 343)', 'sdb1(id 83)'] >DEBUG:blivet:removing all non-preexisting partitions ['req3(id 343)', 'req18(id 383)'] from disk(s) ['sda', 'sdb'] >DEBUG:blivet:allocating partition: req3 ; id: 343 ; disks: ['sda'] ; >boot: True ; primary: False ; size: 476.84 Mio ; grow: False ; max_size: 0 O ; start: 1026048 ; end: None >DEBUG:blivet:checking freespace on sda >DEBUG:blivet:get_best_free_space_region: disk=/dev/sda part_type=0 req_size=476.84 Mio boot=True best=None grow=False start=1026048 >DEBUG:blivet:aligning start sector of region 63-2047 >DEBUG:blivet:failed to align start sector -- skipping region >DEBUG:blivet:checking 1026048-250069679 (118.75 Gio) >DEBUG:blivet:current free range is 1026048-250069679 (118.75 Gio) >DEBUG:blivet:updating use_disk to sda, type: 0 >DEBUG:blivet:new free: 1026048-250069679 / 118.75 Gio >DEBUG:blivet:new free allows for 0 sectors of growth >DEBUG:blivet:found free space for bootable request >DEBUG:blivet:using alignment: parted.Alignment instance -- > offset: 0 grainSize: 1 > PedAlignment: <_ped.Alignment object at 0x7f64e1e494b0> >DEBUG:blivet:created partition sda2 of 476.84 Mio and added it to /dev/sda >DEBUG:blivet: PartitionDevice._set_parted_partition: req3 ; >DEBUG:blivet:device req3 new parted_partition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f64e1fbbc10> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f64e1e21190> PedPartition: <_ped.Partition object at 0x7f64e1e7b560> >DEBUG:blivet: PartitionDevice._set_disk: sda2 ; old: None ; new: sda ; >DEBUG:blivet: DiskDevice.add_child: name: sda ; child: sda2 ; kids: 1 ; >DEBUG:blivet: PartitionDevice._set_parted_partition: sda2 ; >DEBUG:blivet:device sda2 new parted_partition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f64e1fbbc10> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f64e1eaa250> PedPartition: <_ped.Partition object at 0x7f64e1fb3ec0> >DEBUG:blivet:allocating partition: req18 ; id: 383 ; disks: ['sda'] ; >boot: False ; primary: False ; size: 118.29 Gio ; grow: False ; max_size: 0 O ; start: 2002944 ; end: None >DEBUG:blivet:checking freespace on sda >DEBUG:blivet:get_best_free_space_region: disk=/dev/sda part_type=0 req_size=118.29 Gio boot=False best=None grow=False start=2002944 >DEBUG:blivet:aligning start sector of region 63-2047 >DEBUG:blivet:failed to align start sector -- skipping region >DEBUG:blivet:aligning start sector of region 2002612-250069679 >DEBUG:blivet:checking 2002944-250069679 (118.29 Gio) >DEBUG:blivet:current free range is 2002944-250069679 (118.29 Gio) >DEBUG:blivet:updating use_disk to sda, type: 0 >DEBUG:blivet:new free: 2002944-250069679 / 118.29 Gio >DEBUG:blivet:new free allows for 0 sectors of growth >DEBUG:blivet:using alignment: parted.Alignment instance -- > offset: 0 grainSize: 1 > PedAlignment: <_ped.Alignment object at 0x7f64e1e48f40> >DEBUG:blivet:created partition sda3 of 118.29 Gio and added it to /dev/sda >DEBUG:blivet: PartitionDevice._set_parted_partition: req18 ; >DEBUG:blivet:device req18 new parted_partition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f64e1fbbc10> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f64e307a5d0> PedPartition: <_ped.Partition object at 0x7f64e1e7aa70> >DEBUG:blivet: PartitionDevice._set_disk: sda3 ; old: None ; new: sda ; >DEBUG:blivet: DiskDevice.add_child: name: sda ; child: sda3 ; kids: 2 ; >DEBUG:blivet: PartitionDevice._set_parted_partition: sda3 ; >DEBUG:blivet:device sda3 new parted_partition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f64e1fbbc10> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f64e1d08a10> PedPartition: <_ped.Partition object at 0x7f64e1e301d0> >DEBUG:blivet:grow_partitions: disks=['sda', 'sdb'], partitions=['sda3(id 383)', 'sda1(id 49)', 'sda2(id 343)', 'sdb1(id 83)'] >DEBUG:blivet:no growable partitions >DEBUG:blivet:fixing size of existing 500 Mio partition sda1 (49) with existing ext4 filesystem >DEBUG:blivet:fixing size of non-existent 476.84 Mio partition sda2 (343) with non-existent efi filesystem mounted at /boot/efi >DEBUG:blivet:fixing size of non-existent 118.29 Gio partition sda3 (383) with non-existent lvmpv >DEBUG:blivet:fixing size of existing 465.76 Gio partition sdb1 (83) with existing lvmpv >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:0/block/sdd ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:0/block/sdd/size: 300a >INFO:blivet:Skipping disk: sdd: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:1/block/sde ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:1/block/sde/size: 300a >INFO:blivet:Skipping disk: sde: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:2/block/sdf ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:2/block/sdf/size: 300a >INFO:blivet:Skipping disk: sdf: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:3/block/sdg ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:3/block/sdg/size: 300a >INFO:blivet:Skipping disk: sdg: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:4/block/sdh ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:4/block/sdh/size: 300a >INFO:blivet:Skipping disk: sdh: No media present >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:testdata:sysfs attr /sys/class/block/sdc/device/model: 466c617368204469736b2020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdd/device/model: 436f6d7061637420466c6173682020200a >DEBUG:testdata:sysfs attr /sys/class/block/sde/device/model: 534d2f78442d506963747572652020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdf/device/model: 53442f4d4d43202020202020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdg/device/model: 4d2e532e2f4d2e532e50726f2f4847200a >DEBUG:testdata:sysfs attr /sys/class/block/sdh/device/model: 53442f4d4d432f4d2e532e50524f20200a >DEBUG:testdata:sysfs attr /sys/class/block/sda/device/model: 53414d53554e472053534420383330200a >DEBUG:testdata:sysfs attr /sys/class/block/sdb/device/model: 53616d73756e672053534420383530200a >DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 4456442d52572053482d3231364142200a >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:testdata:sysfs attr /sys/class/block/sdc/device/model: 466c617368204469736b2020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdd/device/model: 436f6d7061637420466c6173682020200a >DEBUG:testdata:sysfs attr /sys/class/block/sde/device/model: 534d2f78442d506963747572652020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdf/device/model: 53442f4d4d43202020202020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdg/device/model: 4d2e532e2f4d2e532e50726f2f4847200a >DEBUG:testdata:sysfs attr /sys/class/block/sdh/device/model: 53442f4d4d432f4d2e532e50524f20200a >DEBUG:testdata:sysfs attr /sys/class/block/sda/device/model: 53414d53554e472053534420383330200a >DEBUG:testdata:sysfs attr /sys/class/block/sdb/device/model: 53616d73756e672053534420383530200a >DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 4456442d52572053482d3231364142200a >DEBUG:blivet:vg_erwan-desktop size is 465.75 Gio >DEBUG:blivet:vg vg_erwan-desktop has 135.75 Gio free >DEBUG:blivet:vg_erwan-desktop size is 465.75 Gio >DEBUG:blivet:vg vg_erwan-desktop has 135.75 Gio free >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:testdata:sysfs attr /sys/class/block/sdc/device/model: 466c617368204469736b2020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdd/device/model: 436f6d7061637420466c6173682020200a >DEBUG:testdata:sysfs attr /sys/class/block/sde/device/model: 534d2f78442d506963747572652020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdf/device/model: 53442f4d4d43202020202020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdg/device/model: 4d2e532e2f4d2e532e50726f2f4847200a >DEBUG:testdata:sysfs attr /sys/class/block/sdh/device/model: 53442f4d4d432f4d2e532e50524f20200a >DEBUG:testdata:sysfs attr /sys/class/block/sda/device/model: 53414d53554e472053534420383330200a >DEBUG:testdata:sysfs attr /sys/class/block/sdb/device/model: 53616d73756e672053534420383530200a >DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 4456442d52572053482d3231364142200a >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:testdata:sysfs attr /sys/class/block/sdc/device/model: 466c617368204469736b2020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdd/device/model: 436f6d7061637420466c6173682020200a >DEBUG:testdata:sysfs attr /sys/class/block/sde/device/model: 534d2f78442d506963747572652020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdf/device/model: 53442f4d4d43202020202020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdg/device/model: 4d2e532e2f4d2e532e50726f2f4847200a >DEBUG:testdata:sysfs attr /sys/class/block/sdh/device/model: 53442f4d4d432f4d2e532e50524f20200a >DEBUG:testdata:sysfs attr /sys/class/block/sda/device/model: 53414d53554e472053534420383330200a >DEBUG:testdata:sysfs attr /sys/class/block/sdb/device/model: 53616d73756e672053534420383530200a >DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 4456442d52572053482d3231364142200a >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:testdata:sysfs attr /sys/class/block/sdc/device/model: 466c617368204469736b2020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdd/device/model: 436f6d7061637420466c6173682020200a >DEBUG:testdata:sysfs attr /sys/class/block/sde/device/model: 534d2f78442d506963747572652020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdf/device/model: 53442f4d4d43202020202020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdg/device/model: 4d2e532e2f4d2e532e50726f2f4847200a >DEBUG:testdata:sysfs attr /sys/class/block/sdh/device/model: 53442f4d4d432f4d2e532e50524f20200a >DEBUG:testdata:sysfs attr /sys/class/block/sda/device/model: 53414d53554e472053534420383330200a >DEBUG:testdata:sysfs attr /sys/class/block/sdb/device/model: 53616d73756e672053534420383530200a >DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 4456442d52572053482d3231364142200a >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:testdata:sysfs attr /sys/class/block/sdc/device/model: 466c617368204469736b2020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdd/device/model: 436f6d7061637420466c6173682020200a >DEBUG:testdata:sysfs attr /sys/class/block/sde/device/model: 534d2f78442d506963747572652020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdf/device/model: 53442f4d4d43202020202020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdg/device/model: 4d2e532e2f4d2e532e50726f2f4847200a >DEBUG:testdata:sysfs attr /sys/class/block/sdh/device/model: 53442f4d4d432f4d2e532e50524f20200a >DEBUG:testdata:sysfs attr /sys/class/block/sda/device/model: 53414d53554e472053534420383330200a >DEBUG:testdata:sysfs attr /sys/class/block/sdb/device/model: 53616d73756e672053534420383530200a >DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 4456442d52572053482d3231364142200a >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:testdata:sysfs attr /sys/class/block/sdc/device/model: 466c617368204469736b2020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdd/device/model: 436f6d7061637420466c6173682020200a >DEBUG:testdata:sysfs attr /sys/class/block/sde/device/model: 534d2f78442d506963747572652020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdf/device/model: 53442f4d4d43202020202020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdg/device/model: 4d2e532e2f4d2e532e50726f2f4847200a >DEBUG:testdata:sysfs attr /sys/class/block/sdh/device/model: 53442f4d4d432f4d2e532e50524f20200a >DEBUG:testdata:sysfs attr /sys/class/block/sda/device/model: 53414d53554e472053534420383330200a >DEBUG:testdata:sysfs attr /sys/class/block/sdb/device/model: 53616d73756e672053534420383530200a >DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 4456442d52572053482d3231364142200a >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:testdata:sysfs attr /sys/class/block/sdc/device/model: 466c617368204469736b2020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdd/device/model: 436f6d7061637420466c6173682020200a >DEBUG:testdata:sysfs attr /sys/class/block/sde/device/model: 534d2f78442d506963747572652020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdf/device/model: 53442f4d4d43202020202020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdg/device/model: 4d2e532e2f4d2e532e50726f2f4847200a >DEBUG:testdata:sysfs attr /sys/class/block/sdh/device/model: 53442f4d4d432f4d2e532e50524f20200a >DEBUG:testdata:sysfs attr /sys/class/block/sda/device/model: 53414d53554e472053534420383330200a >DEBUG:testdata:sysfs attr /sys/class/block/sdb/device/model: 53616d73756e672053534420383530200a >DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 4456442d52572053482d3231364142200a >DEBUG:blivet:vg_erwan-desktop size is 465.75 Gio >DEBUG:blivet:vg vg_erwan-desktop has 135.75 Gio free >DEBUG:blivet:vg_erwan-desktop size is 465.75 Gio >DEBUG:blivet:vg vg_erwan-desktop has 135.75 Gio free >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:testdata:sysfs attr /sys/class/block/sdc/device/model: 466c617368204469736b2020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdd/device/model: 436f6d7061637420466c6173682020200a >DEBUG:testdata:sysfs attr /sys/class/block/sde/device/model: 534d2f78442d506963747572652020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdf/device/model: 53442f4d4d43202020202020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdg/device/model: 4d2e532e2f4d2e532e50726f2f4847200a >DEBUG:testdata:sysfs attr /sys/class/block/sdh/device/model: 53442f4d4d432f4d2e532e50524f20200a >DEBUG:testdata:sysfs attr /sys/class/block/sda/device/model: 53414d53554e472053534420383330200a >DEBUG:testdata:sysfs attr /sys/class/block/sdb/device/model: 53616d73756e672053534420383530200a >DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 4456442d52572053482d3231364142200a >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:testdata:sysfs attr /sys/class/block/sdc/device/model: 466c617368204469736b2020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdd/device/model: 436f6d7061637420466c6173682020200a >DEBUG:testdata:sysfs attr /sys/class/block/sde/device/model: 534d2f78442d506963747572652020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdf/device/model: 53442f4d4d43202020202020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdg/device/model: 4d2e532e2f4d2e532e50726f2f4847200a >DEBUG:testdata:sysfs attr /sys/class/block/sdh/device/model: 53442f4d4d432f4d2e532e50524f20200a >DEBUG:testdata:sysfs attr /sys/class/block/sda/device/model: 53414d53554e472053534420383330200a >DEBUG:testdata:sysfs attr /sys/class/block/sdb/device/model: 53616d73756e672053534420383530200a >DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 4456442d52572053482d3231364142200a >DEBUG:blivet:vg_erwan-desktop size is 465.75 Gio >DEBUG:blivet:vg vg_erwan-desktop has 135.75 Gio free >DEBUG:blivet:vg_erwan-desktop size is 465.75 Gio >DEBUG:blivet:vg vg_erwan-desktop has 135.75 Gio free >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:testdata:sysfs attr /sys/class/block/sdc/device/model: 466c617368204469736b2020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdd/device/model: 436f6d7061637420466c6173682020200a >DEBUG:testdata:sysfs attr /sys/class/block/sde/device/model: 534d2f78442d506963747572652020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdf/device/model: 53442f4d4d43202020202020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdg/device/model: 4d2e532e2f4d2e532e50726f2f4847200a >DEBUG:testdata:sysfs attr /sys/class/block/sdh/device/model: 53442f4d4d432f4d2e532e50524f20200a >DEBUG:testdata:sysfs attr /sys/class/block/sda/device/model: 53414d53554e472053534420383330200a >DEBUG:testdata:sysfs attr /sys/class/block/sdb/device/model: 53616d73756e672053534420383530200a >DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 4456442d52572053482d3231364142200a >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:testdata:sysfs attr /sys/class/block/sdc/device/model: 466c617368204469736b2020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdd/device/model: 436f6d7061637420466c6173682020200a >DEBUG:testdata:sysfs attr /sys/class/block/sde/device/model: 534d2f78442d506963747572652020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdf/device/model: 53442f4d4d43202020202020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdg/device/model: 4d2e532e2f4d2e532e50726f2f4847200a >DEBUG:testdata:sysfs attr /sys/class/block/sdh/device/model: 53442f4d4d432f4d2e532e50524f20200a >DEBUG:testdata:sysfs attr /sys/class/block/sda/device/model: 53414d53554e472053534420383330200a >DEBUG:testdata:sysfs attr /sys/class/block/sdb/device/model: 53616d73756e672053534420383530200a >DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 4456442d52572053482d3231364142200a >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:testdata:sysfs attr /sys/class/block/sdc/device/model: 466c617368204469736b2020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdd/device/model: 436f6d7061637420466c6173682020200a >DEBUG:testdata:sysfs attr /sys/class/block/sde/device/model: 534d2f78442d506963747572652020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdf/device/model: 53442f4d4d43202020202020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdg/device/model: 4d2e532e2f4d2e532e50726f2f4847200a >DEBUG:testdata:sysfs attr /sys/class/block/sdh/device/model: 53442f4d4d432f4d2e532e50524f20200a >DEBUG:testdata:sysfs attr /sys/class/block/sda/device/model: 53414d53554e472053534420383330200a >DEBUG:testdata:sysfs attr /sys/class/block/sdb/device/model: 53616d73756e672053534420383530200a >DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 4456442d52572053482d3231364142200a >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:testdata:sysfs attr /sys/class/block/sdc/device/model: 466c617368204469736b2020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdd/device/model: 436f6d7061637420466c6173682020200a >DEBUG:testdata:sysfs attr /sys/class/block/sde/device/model: 534d2f78442d506963747572652020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdf/device/model: 53442f4d4d43202020202020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdg/device/model: 4d2e532e2f4d2e532e50726f2f4847200a >DEBUG:testdata:sysfs attr /sys/class/block/sdh/device/model: 53442f4d4d432f4d2e532e50524f20200a >DEBUG:testdata:sysfs attr /sys/class/block/sda/device/model: 53414d53554e472053534420383330200a >DEBUG:testdata:sysfs attr /sys/class/block/sdb/device/model: 53616d73756e672053534420383530200a >DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 4456442d52572053482d3231364142200a >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:testdata:sysfs attr /sys/class/block/sdc/device/model: 466c617368204469736b2020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdd/device/model: 436f6d7061637420466c6173682020200a >DEBUG:testdata:sysfs attr /sys/class/block/sde/device/model: 534d2f78442d506963747572652020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdf/device/model: 53442f4d4d43202020202020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdg/device/model: 4d2e532e2f4d2e532e50726f2f4847200a >DEBUG:testdata:sysfs attr /sys/class/block/sdh/device/model: 53442f4d4d432f4d2e532e50524f20200a >DEBUG:testdata:sysfs attr /sys/class/block/sda/device/model: 53414d53554e472053534420383330200a >DEBUG:testdata:sysfs attr /sys/class/block/sdb/device/model: 53616d73756e672053534420383530200a >DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 4456442d52572053482d3231364142200a >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:testdata:sysfs attr /sys/class/block/sdc/device/model: 466c617368204469736b2020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdd/device/model: 436f6d7061637420466c6173682020200a >DEBUG:testdata:sysfs attr /sys/class/block/sde/device/model: 534d2f78442d506963747572652020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdf/device/model: 53442f4d4d43202020202020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdg/device/model: 4d2e532e2f4d2e532e50726f2f4847200a >DEBUG:testdata:sysfs attr /sys/class/block/sdh/device/model: 53442f4d4d432f4d2e532e50524f20200a >DEBUG:testdata:sysfs attr /sys/class/block/sda/device/model: 53414d53554e472053534420383330200a >DEBUG:testdata:sysfs attr /sys/class/block/sdb/device/model: 53616d73756e672053534420383530200a >DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 4456442d52572053482d3231364142200a >DEBUG:blivet:vg_erwan-desktop size is 465.75 Gio >DEBUG:blivet:vg vg_erwan-desktop has 135.75 Gio free >DEBUG:blivet:vg_erwan-desktop size is 465.75 Gio >DEBUG:blivet:vg vg_erwan-desktop has 135.75 Gio free >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:testdata:sysfs attr /sys/class/block/sdc/device/model: 466c617368204469736b2020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdd/device/model: 436f6d7061637420466c6173682020200a >DEBUG:testdata:sysfs attr /sys/class/block/sde/device/model: 534d2f78442d506963747572652020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdf/device/model: 53442f4d4d43202020202020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdg/device/model: 4d2e532e2f4d2e532e50726f2f4847200a >DEBUG:testdata:sysfs attr /sys/class/block/sdh/device/model: 53442f4d4d432f4d2e532e50524f20200a >DEBUG:testdata:sysfs attr /sys/class/block/sda/device/model: 53414d53554e472053534420383330200a >DEBUG:testdata:sysfs attr /sys/class/block/sdb/device/model: 53616d73756e672053534420383530200a >DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 4456442d52572053482d3231364142200a >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:testdata:sysfs attr /sys/class/block/sdc/device/model: 466c617368204469736b2020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdd/device/model: 436f6d7061637420466c6173682020200a >DEBUG:testdata:sysfs attr /sys/class/block/sde/device/model: 534d2f78442d506963747572652020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdf/device/model: 53442f4d4d43202020202020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdg/device/model: 4d2e532e2f4d2e532e50726f2f4847200a >DEBUG:testdata:sysfs attr /sys/class/block/sdh/device/model: 53442f4d4d432f4d2e532e50524f20200a >DEBUG:testdata:sysfs attr /sys/class/block/sda/device/model: 53414d53554e472053534420383330200a >DEBUG:testdata:sysfs attr /sys/class/block/sdb/device/model: 53616d73756e672053534420383530200a >DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 4456442d52572053482d3231364142200a >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:testdata:sysfs attr /sys/class/block/sdc/device/model: 466c617368204469736b2020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdd/device/model: 436f6d7061637420466c6173682020200a >DEBUG:testdata:sysfs attr /sys/class/block/sde/device/model: 534d2f78442d506963747572652020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdf/device/model: 53442f4d4d43202020202020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdg/device/model: 4d2e532e2f4d2e532e50726f2f4847200a >DEBUG:testdata:sysfs attr /sys/class/block/sdh/device/model: 53442f4d4d432f4d2e532e50524f20200a >DEBUG:testdata:sysfs attr /sys/class/block/sda/device/model: 53414d53554e472053534420383330200a >DEBUG:testdata:sysfs attr /sys/class/block/sdb/device/model: 53616d73756e672053534420383530200a >DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 4456442d52572053482d3231364142200a >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:testdata:sysfs attr /sys/class/block/sdc/device/model: 466c617368204469736b2020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdd/device/model: 436f6d7061637420466c6173682020200a >DEBUG:testdata:sysfs attr /sys/class/block/sde/device/model: 534d2f78442d506963747572652020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdf/device/model: 53442f4d4d43202020202020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdg/device/model: 4d2e532e2f4d2e532e50726f2f4847200a >DEBUG:testdata:sysfs attr /sys/class/block/sdh/device/model: 53442f4d4d432f4d2e532e50524f20200a >DEBUG:testdata:sysfs attr /sys/class/block/sda/device/model: 53414d53554e472053534420383330200a >DEBUG:testdata:sysfs attr /sys/class/block/sdb/device/model: 53616d73756e672053534420383530200a >DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 4456442d52572053482d3231364142200a >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:testdata:sysfs attr /sys/class/block/sdc/device/model: 466c617368204469736b2020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdd/device/model: 436f6d7061637420466c6173682020200a >DEBUG:testdata:sysfs attr /sys/class/block/sde/device/model: 534d2f78442d506963747572652020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdf/device/model: 53442f4d4d43202020202020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdg/device/model: 4d2e532e2f4d2e532e50726f2f4847200a >DEBUG:testdata:sysfs attr /sys/class/block/sdh/device/model: 53442f4d4d432f4d2e532e50524f20200a >DEBUG:testdata:sysfs attr /sys/class/block/sda/device/model: 53414d53554e472053534420383330200a >DEBUG:testdata:sysfs attr /sys/class/block/sdb/device/model: 53616d73756e672053534420383530200a >DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 4456442d52572053482d3231364142200a >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:testdata:sysfs attr /sys/class/block/sdc/device/model: 466c617368204469736b2020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdd/device/model: 436f6d7061637420466c6173682020200a >DEBUG:testdata:sysfs attr /sys/class/block/sde/device/model: 534d2f78442d506963747572652020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdf/device/model: 53442f4d4d43202020202020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdg/device/model: 4d2e532e2f4d2e532e50726f2f4847200a >DEBUG:testdata:sysfs attr /sys/class/block/sdh/device/model: 53442f4d4d432f4d2e532e50524f20200a >DEBUG:testdata:sysfs attr /sys/class/block/sda/device/model: 53414d53554e472053534420383330200a >DEBUG:testdata:sysfs attr /sys/class/block/sdb/device/model: 53616d73756e672053534420383530200a >DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 4456442d52572053482d3231364142200a >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:testdata:sysfs attr /sys/class/block/sdc/device/model: 466c617368204469736b2020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdd/device/model: 436f6d7061637420466c6173682020200a >DEBUG:testdata:sysfs attr /sys/class/block/sde/device/model: 534d2f78442d506963747572652020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdf/device/model: 53442f4d4d43202020202020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdg/device/model: 4d2e532e2f4d2e532e50726f2f4847200a >DEBUG:testdata:sysfs attr /sys/class/block/sdh/device/model: 53442f4d4d432f4d2e532e50524f20200a >DEBUG:testdata:sysfs attr /sys/class/block/sda/device/model: 53414d53554e472053534420383330200a >DEBUG:testdata:sysfs attr /sys/class/block/sdb/device/model: 53616d73756e672053534420383530200a >DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 4456442d52572053482d3231364142200a >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:testdata:sysfs attr /sys/class/block/sdc/device/model: 466c617368204469736b2020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdd/device/model: 436f6d7061637420466c6173682020200a >DEBUG:testdata:sysfs attr /sys/class/block/sde/device/model: 534d2f78442d506963747572652020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdf/device/model: 53442f4d4d43202020202020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdg/device/model: 4d2e532e2f4d2e532e50726f2f4847200a >DEBUG:testdata:sysfs attr /sys/class/block/sdh/device/model: 53442f4d4d432f4d2e532e50524f20200a >DEBUG:testdata:sysfs attr /sys/class/block/sda/device/model: 53414d53554e472053534420383330200a >DEBUG:testdata:sysfs attr /sys/class/block/sdb/device/model: 53616d73756e672053534420383530200a >DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 4456442d52572053482d3231364142200a >DEBUG:blivet:vg_erwan-desktop size is 465.75 Gio >DEBUG:blivet:vg vg_erwan-desktop has 135.75 Gio free >DEBUG:blivet:vg_erwan-desktop size is 465.75 Gio >DEBUG:blivet:vg vg_erwan-desktop has 135.75 Gio free >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:testdata:sysfs attr /sys/class/block/sdc/device/model: 466c617368204469736b2020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdd/device/model: 436f6d7061637420466c6173682020200a >DEBUG:testdata:sysfs attr /sys/class/block/sde/device/model: 534d2f78442d506963747572652020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdf/device/model: 53442f4d4d43202020202020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdg/device/model: 4d2e532e2f4d2e532e50726f2f4847200a >DEBUG:testdata:sysfs attr /sys/class/block/sdh/device/model: 53442f4d4d432f4d2e532e50524f20200a >DEBUG:testdata:sysfs attr /sys/class/block/sda/device/model: 53414d53554e472053534420383330200a >DEBUG:testdata:sysfs attr /sys/class/block/sdb/device/model: 53616d73756e672053534420383530200a >DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 4456442d52572053482d3231364142200a >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:testdata:sysfs attr /sys/class/block/sdc/device/model: 466c617368204469736b2020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdd/device/model: 436f6d7061637420466c6173682020200a >DEBUG:testdata:sysfs attr /sys/class/block/sde/device/model: 534d2f78442d506963747572652020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdf/device/model: 53442f4d4d43202020202020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdg/device/model: 4d2e532e2f4d2e532e50726f2f4847200a >DEBUG:testdata:sysfs attr /sys/class/block/sdh/device/model: 53442f4d4d432f4d2e532e50524f20200a >DEBUG:testdata:sysfs attr /sys/class/block/sda/device/model: 53414d53554e472053534420383330200a >DEBUG:testdata:sysfs attr /sys/class/block/sdb/device/model: 53616d73756e672053534420383530200a >DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 4456442d52572053482d3231364142200a >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:testdata:sysfs attr /sys/class/block/sdc/device/model: 466c617368204469736b2020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdd/device/model: 436f6d7061637420466c6173682020200a >DEBUG:testdata:sysfs attr /sys/class/block/sde/device/model: 534d2f78442d506963747572652020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdf/device/model: 53442f4d4d43202020202020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdg/device/model: 4d2e532e2f4d2e532e50726f2f4847200a >DEBUG:testdata:sysfs attr /sys/class/block/sdh/device/model: 53442f4d4d432f4d2e532e50524f20200a >DEBUG:testdata:sysfs attr /sys/class/block/sda/device/model: 53414d53554e472053534420383330200a >DEBUG:testdata:sysfs attr /sys/class/block/sdb/device/model: 53616d73756e672053534420383530200a >DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 4456442d52572053482d3231364142200a >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:testdata:sysfs attr /sys/class/block/sdc/device/model: 466c617368204469736b2020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdd/device/model: 436f6d7061637420466c6173682020200a >DEBUG:testdata:sysfs attr /sys/class/block/sde/device/model: 534d2f78442d506963747572652020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdf/device/model: 53442f4d4d43202020202020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdg/device/model: 4d2e532e2f4d2e532e50726f2f4847200a >DEBUG:testdata:sysfs attr /sys/class/block/sdh/device/model: 53442f4d4d432f4d2e532e50524f20200a >DEBUG:testdata:sysfs attr /sys/class/block/sda/device/model: 53414d53554e472053534420383330200a >DEBUG:testdata:sysfs attr /sys/class/block/sdb/device/model: 53616d73756e672053534420383530200a >DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 4456442d52572053482d3231364142200a >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:testdata:sysfs attr /sys/class/block/sdc/device/model: 466c617368204469736b2020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdd/device/model: 436f6d7061637420466c6173682020200a >DEBUG:testdata:sysfs attr /sys/class/block/sde/device/model: 534d2f78442d506963747572652020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdf/device/model: 53442f4d4d43202020202020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdg/device/model: 4d2e532e2f4d2e532e50726f2f4847200a >DEBUG:testdata:sysfs attr /sys/class/block/sdh/device/model: 53442f4d4d432f4d2e532e50524f20200a >DEBUG:testdata:sysfs attr /sys/class/block/sda/device/model: 53414d53554e472053534420383330200a >DEBUG:testdata:sysfs attr /sys/class/block/sdb/device/model: 53616d73756e672053534420383530200a >DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 4456442d52572053482d3231364142200a >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:testdata:sysfs attr /sys/class/block/sdc/device/model: 466c617368204469736b2020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdd/device/model: 436f6d7061637420466c6173682020200a >DEBUG:testdata:sysfs attr /sys/class/block/sde/device/model: 534d2f78442d506963747572652020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdf/device/model: 53442f4d4d43202020202020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdg/device/model: 4d2e532e2f4d2e532e50726f2f4847200a >DEBUG:testdata:sysfs attr /sys/class/block/sdh/device/model: 53442f4d4d432f4d2e532e50524f20200a >DEBUG:testdata:sysfs attr /sys/class/block/sda/device/model: 53414d53554e472053534420383330200a >DEBUG:testdata:sysfs attr /sys/class/block/sdb/device/model: 53616d73756e672053534420383530200a >DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 4456442d52572053482d3231364142200a >DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage/Task/2. >INFO:anaconda.threading:Running Thread: AnaTaskThread-InteractivePartitioningTask-1 (140071291320000) >INFO:anaconda.modules.common.task.task:Configure the partitioning >DEBUG:anaconda.modules.storage.bootloader.execution:Execute the bootloader with dry run False. >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:0/block/sdd ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:0/block/sdd/size: 300a >INFO:blivet:Skipping disk: sdd: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:1/block/sde ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:1/block/sde/size: 300a >INFO:blivet:Skipping disk: sde: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:2/block/sdf ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:2/block/sdf/size: 300a >INFO:blivet:Skipping disk: sdf: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:3/block/sdg ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:3/block/sdg/size: 300a >INFO:blivet:Skipping disk: sdg: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:4/block/sdh ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:4/block/sdh/size: 300a >INFO:blivet:Skipping disk: sdh: No media present >DEBUG:anaconda.modules.storage.bootloader.base:new disk list: [DiskDevice instance (0x7f64e1fbb610) -- > name = sda status = True id = 39 > children = ['existing 500 Mio partition sda1 (49) with existing ext4 filesystem', > 'non-existent 476.84 Mio partition sda2 (343) with non-existent efi ' > 'filesystem mounted at /boot/efi', > 'non-existent 118.29 Gio partition sda3 (383) with non-existent lvmpv'] > parents = [] > uuid = None size = 119.24 Gio > format = existing msdos disklabel > major = 8 minor = 0 exists = True protected = False > sysfs path = /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda > target size = 119.24 Gio path = /dev/sda > format args = [] original_format = disklabel removable = False wwn = 5002538043584d30, DiskDevice instance (0x7f64e2faf750) -- > name = sdb status = True id = 73 > children = ['existing 465.76 Gio partition sdb1 (83) with existing lvmpv'] > parents = [] > uuid = None size = 465.76 Gio > format = existing msdos disklabel > major = 8 minor = 16 exists = True protected = False > sysfs path = /sys/devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sdb > target size = 465.76 Gio path = /dev/sdb > format args = [] original_format = disklabel removable = False wwn = 5002538d409a2fbe] >DEBUG:anaconda.modules.storage.bootloader.execution:Applying bootloader location: DEFAULT >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:0/block/sdd ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:0/block/sdd/size: 300a >INFO:blivet:Skipping disk: sdd: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:1/block/sde ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:1/block/sde/size: 300a >INFO:blivet:Skipping disk: sde: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:2/block/sdf ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:2/block/sdf/size: 300a >INFO:blivet:Skipping disk: sdf: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:3/block/sdg ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:3/block/sdg/size: 300a >INFO:blivet:Skipping disk: sdg: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:4/block/sdh ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:4/block/sdh/size: 300a >INFO:blivet:Skipping disk: sdh: No media present >DEBUG:anaconda.modules.storage.bootloader.execution:Applying drive order: [] >DEBUG:anaconda.modules.storage.bootloader.base:new disk order: [] >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:0/block/sdd ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:0/block/sdd/size: 300a >INFO:blivet:Skipping disk: sdd: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:1/block/sde ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:1/block/sde/size: 300a >INFO:blivet:Skipping disk: sde: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:2/block/sdf ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:2/block/sdf/size: 300a >INFO:blivet:Skipping disk: sdf: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:3/block/sdg ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:3/block/sdg/size: 300a >INFO:blivet:Skipping disk: sdg: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:4/block/sdh ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:4/block/sdh/size: 300a >INFO:blivet:Skipping disk: sdh: No media present >DEBUG:anaconda.modules.storage.bootloader.base:Is /LiveOS/rootfs.img a valid stage1 target device? >DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type file >DEBUG:anaconda.modules.storage.bootloader.base:Is /overlay (deleted) a valid stage1 target device? >DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type file >DEBUG:anaconda.modules.storage.bootloader.base:Is /run/initramfs/live/LiveOS/squashfs.img a valid stage1 target device? >DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type file >DEBUG:anaconda.modules.storage.bootloader.base:Is live-base a valid stage1 target device? >DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type dm >DEBUG:anaconda.modules.storage.bootloader.base:Is live-rw a valid stage1 target device? >DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type dm >DEBUG:anaconda.modules.storage.bootloader.base:Is loop0 a valid stage1 target device? >DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type loop >DEBUG:anaconda.modules.storage.bootloader.base:Is loop1 a valid stage1 target device? >DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type loop >DEBUG:anaconda.modules.storage.bootloader.base:Is loop2 a valid stage1 target device? >DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type loop >DEBUG:anaconda.modules.storage.bootloader.base:Is sda a valid stage1 target device? >DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type disk >DEBUG:anaconda.modules.storage.bootloader.base:Is sda1 a valid stage1 target device? >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_disklabel(sda1) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_size(sda1) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_location(sda1) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_format(sda1) returning False >DEBUG:anaconda.modules.storage.bootloader.base:is_valid_stage1_device(sda1) returning False >DEBUG:anaconda.modules.storage.bootloader.base:Is sda2 a valid stage1 target device? >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_disklabel(sda2) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_size(sda2) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_location(sda2) returning True >WARNING:anaconda.modules.storage.bootloader.base:sda2 not bootable >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_format(sda2) returning True >DEBUG:anaconda.modules.storage.bootloader.base:is_valid_stage1_device(sda2) returning True >DEBUG:anaconda.modules.storage.bootloader.execution:Found a drive with a valid stage1: sda >DEBUG:anaconda.modules.storage.bootloader.execution:Use a usable drive with a valid stage1 device. >DEBUG:anaconda.modules.storage.bootloader.execution:Using a boot drive: sda >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 119.24 Gio disk sda (39) with existing msdos disklabel >DEBUG:blivet:resolved 'sda' to 'sda' (disk) >DEBUG:anaconda.modules.storage.bootloader.bootloader:Drive is set to 'sda'. >DEBUG:anaconda.modules.storage.bootloader.base:Is sda a valid stage1 target device? >DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type disk >DEBUG:anaconda.modules.storage.bootloader.base:Is sda1 a valid stage1 target device? >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_disklabel(sda1) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_size(sda1) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_location(sda1) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_format(sda1) returning False >DEBUG:anaconda.modules.storage.bootloader.base:is_valid_stage1_device(sda1) returning False >DEBUG:anaconda.modules.storage.bootloader.base:Is sda2 a valid stage1 target device? >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_disklabel(sda2) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_size(sda2) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_location(sda2) returning True >WARNING:anaconda.modules.storage.bootloader.base:sda2 not bootable >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_format(sda2) returning True >DEBUG:anaconda.modules.storage.bootloader.base:is_valid_stage1_device(sda2) returning True >INFO:anaconda.threading:Thread Done: AnaTaskThread-InteractivePartitioningTask-1 (140071291320000) >DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage/Task/3. >INFO:anaconda.threading:Running Thread: AnaTaskThread-StorageValidateTask-1 (140071291320000) >INFO:anaconda.modules.common.task.task:Validate a storage model >DEBUG:anaconda.modules.storage.bootloader.base:Is sda2 a valid stage1 target device? >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_disklabel(sda2) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_size(sda2) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_location(sda2) returning True >WARNING:anaconda.modules.storage.bootloader.base:sda2 not bootable >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_format(sda2) returning True >DEBUG:anaconda.modules.storage.bootloader.base:is_valid_stage1_device(sda2) returning True >DEBUG:anaconda.modules.storage.bootloader.base:Is vg_erwan-desktop-lv_root a valid stage2 target device? >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_disklabel(vg_erwan-desktop-lv_root) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_size(vg_erwan-desktop-lv_root) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_partition(vg_erwan-desktop-lv_root) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_format(vg_erwan-desktop-lv_root) returning True >DEBUG:anaconda.modules.storage.bootloader.base:is_valid_stage2_device(vg_erwan-desktop-lv_root) returning False >DEBUG:anaconda.modules.storage.checker.utils:Available memory: 11.69 Gio >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:0/block/sdd ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:0/block/sdd/size: 300a >INFO:blivet:Skipping disk: sdd: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:1/block/sde ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:1/block/sde/size: 300a >INFO:blivet:Skipping disk: sde: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:2/block/sdf ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:2/block/sdf/size: 300a >INFO:blivet:Skipping disk: sdf: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:3/block/sdg ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:3/block/sdg/size: 300a >INFO:blivet:Skipping disk: sdg: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:4/block/sdh ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:4/block/sdh/size: 300a >INFO:blivet:Skipping disk: sdh: No media present >DEBUG:blivet: DeviceTree.get_device_by_path: path: /dev/sda1 ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_path returned existing 500 Mio partition sda1 (49) with existing ext4 filesystem >DEBUG:blivet: DeviceTree.get_device_by_path: path: /dev/sda2 ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_path returned non-existent 476.84 Mio partition sda2 (343) with non-existent efi filesystem mounted at /boot/efi >DEBUG:blivet: DeviceTree.get_device_by_path: path: /dev/sda3 ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_path returned non-existent 118.29 Gio partition sda3 (383) with non-existent lvmpv >DEBUG:blivet: DeviceTree.get_device_by_path: path: /dev/sdb1 ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_path returned existing 465.76 Gio partition sdb1 (83) with existing lvmpv >DEBUG:anaconda.modules.storage.partitioning.validate:Storage check started with constraints {'min_ram': Size (410 MiB), 'root_device_types': set(), 'min_partition_sizes': {'/': Size (250 MiB), '/usr': Size (250 MiB), '/tmp': Size (50 MiB), '/var': Size (384 MiB), '/home': Size (100 MiB), '/boot': Size (512 MiB)}, 'req_partition_sizes': {}, 'must_be_on_linuxfs': {'/', '/tmp', '/home', '/var', '/usr/share', '/usr', '/usr/lib'}, 'must_be_on_root': {'/etc', '/mnt', '/proc', 'lost+found', '/sbin', '/bin', '/dev', '/root', '/lib'}, 'must_not_be_on_root': set(), 'reformat_allowlist': {'/tmp', '/usr', '/var', '/boot'}, 'reformat_blocklist': {'/usr/local', '/home', '/var/www', '/opt'}, 'swap_is_recommended': False, 'luks2_min_ram': Size (128 MiB)}. >DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_root. >DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_s390_constraints. >DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_partition_formatting. >DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_partition_sizes. >DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_partition_format_sizes. >DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_bootloader. >DEBUG:anaconda.modules.storage.partitioning.validate:Found sanity error: système de fichiers /boot ne peut pas être du type lvmlv >DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_gpt_biosboot. >DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_opal_compatibility. >DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_swap. >DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_swap_uuid. >DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_mountpoints_on_linuxfs. >DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_mountpoints_on_root. >DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_mountpoints_not_on_root. >DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_unlocked_devices_have_key. >DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_luks_devices_have_key. >DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_luks2_memory_requirements. >DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_mounted_partitions. >DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_lvm_destruction. >DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_requests. >DEBUG:anaconda.modules.storage.partitioning.validate:Storage check finished with failure(s). >INFO:anaconda.threading:Thread Done: AnaTaskThread-StorageValidateTask-1 (140071291320000) >DEBUG:blivet-gui-utils:Formatting device 'sda1' >================================================================================ >**User input:** > > edit_device: existing 500 Mio partition sda1 (49) with existing ext4 filesystem > format: True > filesystem: ext4 > label: None > mountpoint: /boot > >**Involved devices:** > >PartitionDevice instance (0x7f64e1fbbc50) -- > name = sda1 status = True id = 49 > children = [] > parents = ['existing 119.24 Gio disk sda (39) with existing msdos disklabel'] > uuid = 00090716-01 size = 500 Mio > format = existing ext4 filesystem > major = 8 minor = 1 exists = True protected = False > sysfs path = /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1 > target size = 500 Mio path = /dev/sda1 > format args = [] original_format = ext4 grow = False max size = 0 O bootable = True > part type = 0 primary = None start sector = None end sector = None > parted_partition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f64e1fbbc10> fileSystem: <parted.filesystem.FileSystem object at 0x7f64e2f48e90> > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f64e2f4b7d0> PedPartition: <_ped.Partition object at 0x7f64e1f244a0> > disk = existing 119.24 Gio disk sda (39) with existing msdos disklabel > start = 2048 end = 1026047 length = 1024000 > flags = boot > >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 393 >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 395 >DEBUG:blivet: PartitionDevice._set_format: sda1 ; type: None ; current: ext4 ; >INFO:blivet:registered action: [392] destroy format ext4 filesystem on partition sda1 (id 49) >DEBUG:blivet: PartitionDevice._set_format: sda1 ; type: ext4 ; current: None ; >INFO:blivet:registered action: [394] create format ext4 filesystem mounted at /boot on partition sda1 (id 49) >DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage/Task/4. >INFO:anaconda.threading:Running Thread: AnaTaskThread-InteractivePartitioningTask-2 (140071291320000) >INFO:anaconda.modules.common.task.task:Configure the partitioning >DEBUG:anaconda.modules.storage.bootloader.execution:Execute the bootloader with dry run False. >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:0/block/sdd ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:0/block/sdd/size: 300a >INFO:blivet:Skipping disk: sdd: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:1/block/sde ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:1/block/sde/size: 300a >INFO:blivet:Skipping disk: sde: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:2/block/sdf ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:2/block/sdf/size: 300a >INFO:blivet:Skipping disk: sdf: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:3/block/sdg ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:3/block/sdg/size: 300a >INFO:blivet:Skipping disk: sdg: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:4/block/sdh ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:4/block/sdh/size: 300a >INFO:blivet:Skipping disk: sdh: No media present >DEBUG:anaconda.modules.storage.bootloader.base:new disk list: [DiskDevice instance (0x7f64e1fbb610) -- > name = sda status = True id = 39 > children = ['existing 500 Mio partition sda1 (49) with non-existent ext4 filesystem ' > 'mounted at /boot', > 'non-existent 476.84 Mio partition sda2 (343) with non-existent efi ' > 'filesystem mounted at /boot/efi', > 'non-existent 118.29 Gio partition sda3 (383) with non-existent lvmpv'] > parents = [] > uuid = None size = 119.24 Gio > format = existing msdos disklabel > major = 8 minor = 0 exists = True protected = False > sysfs path = /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda > target size = 119.24 Gio path = /dev/sda > format args = [] original_format = disklabel removable = False wwn = 5002538043584d30, DiskDevice instance (0x7f64e2faf750) -- > name = sdb status = True id = 73 > children = ['existing 465.76 Gio partition sdb1 (83) with existing lvmpv'] > parents = [] > uuid = None size = 465.76 Gio > format = existing msdos disklabel > major = 8 minor = 16 exists = True protected = False > sysfs path = /sys/devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sdb > target size = 465.76 Gio path = /dev/sdb > format args = [] original_format = disklabel removable = False wwn = 5002538d409a2fbe] >DEBUG:anaconda.modules.storage.bootloader.execution:Applying bootloader location: DEFAULT >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:0/block/sdd ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:0/block/sdd/size: 300a >INFO:blivet:Skipping disk: sdd: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:1/block/sde ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:1/block/sde/size: 300a >INFO:blivet:Skipping disk: sde: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:2/block/sdf ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:2/block/sdf/size: 300a >INFO:blivet:Skipping disk: sdf: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:3/block/sdg ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:3/block/sdg/size: 300a >INFO:blivet:Skipping disk: sdg: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:4/block/sdh ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:4/block/sdh/size: 300a >INFO:blivet:Skipping disk: sdh: No media present >DEBUG:anaconda.modules.storage.bootloader.execution:Applying drive order: [] >DEBUG:anaconda.modules.storage.bootloader.base:new disk order: [] >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:0/block/sdd ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:0/block/sdd/size: 300a >INFO:blivet:Skipping disk: sdd: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:1/block/sde ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:1/block/sde/size: 300a >INFO:blivet:Skipping disk: sde: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:2/block/sdf ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:2/block/sdf/size: 300a >INFO:blivet:Skipping disk: sdf: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:3/block/sdg ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:3/block/sdg/size: 300a >INFO:blivet:Skipping disk: sdg: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:4/block/sdh ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:4/block/sdh/size: 300a >INFO:blivet:Skipping disk: sdh: No media present >DEBUG:anaconda.modules.storage.bootloader.execution:Use the requested boot drive. >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:testdata:sysfs attr /sys/class/block/sdc/device/model: 466c617368204469736b2020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdd/device/model: 436f6d7061637420466c6173682020200a >DEBUG:testdata:sysfs attr /sys/class/block/sde/device/model: 534d2f78442d506963747572652020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdf/device/model: 53442f4d4d43202020202020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdg/device/model: 4d2e532e2f4d2e532e50726f2f4847200a >DEBUG:testdata:sysfs attr /sys/class/block/sdh/device/model: 53442f4d4d432f4d2e532e50524f20200a >DEBUG:testdata:sysfs attr /sys/class/block/sda/device/model: 53414d53554e472053534420383330200a >DEBUG:testdata:sysfs attr /sys/class/block/sdb/device/model: 53616d73756e672053534420383530200a >DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 4456442d52572053482d3231364142200a >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:testdata:sysfs attr /sys/class/block/sdc/device/model: 466c617368204469736b2020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdd/device/model: 436f6d7061637420466c6173682020200a >DEBUG:testdata:sysfs attr /sys/class/block/sde/device/model: 534d2f78442d506963747572652020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdf/device/model: 53442f4d4d43202020202020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdg/device/model: 4d2e532e2f4d2e532e50726f2f4847200a >DEBUG:testdata:sysfs attr /sys/class/block/sdh/device/model: 53442f4d4d432f4d2e532e50524f20200a >DEBUG:testdata:sysfs attr /sys/class/block/sda/device/model: 53414d53554e472053534420383330200a >DEBUG:testdata:sysfs attr /sys/class/block/sdb/device/model: 53616d73756e672053534420383530200a >DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 4456442d52572053482d3231364142200a >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 119.24 Gio disk sda (39) with existing msdos disklabel >DEBUG:blivet:resolved 'sda' to 'sda' (disk) >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 119.24 Gio disk sda (39) with existing msdos disklabel >DEBUG:anaconda.core.storage:sda matches ['sda'] for devicetree=existing 3.83 Gio disk sdc (4) with existing iso9660 filesystem >existing 0 O disk sdd (14) >existing 0 O disk sde (19) >existing 0 O disk sdf (24) >existing 0 O disk sdg (29) >existing 0 O disk sdh (34) >existing 119.24 Gio disk sda (39) with existing msdos disklabel > existing 500 Mio partition sda1 (49) with non-existent ext4 filesystem mounted at /boot > non-existent 476.84 Mio partition sda2 (343) with non-existent efi filesystem mounted at /boot/efi > non-existent 118.29 Gio partition sda3 (383) with non-existent lvmpv >existing 465.76 Gio disk sdb (73) with existing msdos disklabel > existing 465.76 Gio partition sdb1 (83) with existing lvmpv > existing 465.75 Gio lvmvg vg_erwan-desktop (68) > existing 153.22 Gio lvmlv vg_erwan-desktop-lv_home (92) with existing ext4 filesystem mounted at /home > existing 161.25 Gio lvmlv vg_erwan-desktop-lv_root (118) with non-existent ext4 filesystem mounted at / > existing 15.53 Gio lvmlv vg_erwan-desktop-lv_swap (105) with existing swap >existing 1024 Mio cdrom sr0 (132) >existing 0 O file /run/initramfs/live/LiveOS/squashfs.img (137) > existing 0 O loop loop0 (141) >existing 0 O file /LiveOS/rootfs.img (151) > existing 0 O loop loop1 (155) with existing ext4 filesystem > existing 7.57 Gio dm live-base (184) with existing ext4 filesystem > existing 7.57 Gio dm live-rw (174) with existing ext4 filesystem >existing 0 O file /overlay (deleted) (165) > existing 0 O loop loop2 (169) > and disks_only=True >DEBUG:anaconda.modules.storage.bootloader.execution:Using a boot drive: sda >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 119.24 Gio disk sda (39) with existing msdos disklabel >DEBUG:blivet:resolved 'sda' to 'sda' (disk) >DEBUG:anaconda.modules.storage.bootloader.base:Is sda a valid stage1 target device? >DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type disk >DEBUG:anaconda.modules.storage.bootloader.base:Is sda1 a valid stage1 target device? >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_disklabel(sda1) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_size(sda1) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_location(sda1) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_format(sda1) returning False >DEBUG:anaconda.modules.storage.bootloader.base:is_valid_stage1_device(sda1) returning False >DEBUG:anaconda.modules.storage.bootloader.base:Is sda2 a valid stage1 target device? >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_disklabel(sda2) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_size(sda2) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_location(sda2) returning True >WARNING:anaconda.modules.storage.bootloader.base:sda2 not bootable >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_format(sda2) returning True >DEBUG:anaconda.modules.storage.bootloader.base:is_valid_stage1_device(sda2) returning True >INFO:anaconda.threading:Thread Done: AnaTaskThread-InteractivePartitioningTask-2 (140071291320000) >DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage/Task/5. >INFO:anaconda.threading:Running Thread: AnaTaskThread-StorageValidateTask-2 (140071291320000) >INFO:anaconda.modules.common.task.task:Validate a storage model >DEBUG:anaconda.modules.storage.bootloader.base:Is sda2 a valid stage1 target device? >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_disklabel(sda2) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_size(sda2) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_location(sda2) returning True >WARNING:anaconda.modules.storage.bootloader.base:sda2 not bootable >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_format(sda2) returning True >DEBUG:anaconda.modules.storage.bootloader.base:is_valid_stage1_device(sda2) returning True >DEBUG:anaconda.modules.storage.bootloader.base:Is sda1 a valid stage2 target device? >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_disklabel(sda1) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_size(sda1) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_partition(sda1) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_format(sda1) returning True >DEBUG:anaconda.modules.storage.bootloader.base:is_valid_stage2_device(sda1) returning True >DEBUG:anaconda.modules.storage.checker.utils:Available memory: 11.69 Gio >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:0/block/sdd ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:0/block/sdd/size: 300a >INFO:blivet:Skipping disk: sdd: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:1/block/sde ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:1/block/sde/size: 300a >INFO:blivet:Skipping disk: sde: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:2/block/sdf ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:2/block/sdf/size: 300a >INFO:blivet:Skipping disk: sdf: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:3/block/sdg ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:3/block/sdg/size: 300a >INFO:blivet:Skipping disk: sdg: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:4/block/sdh ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:4/block/sdh/size: 300a >INFO:blivet:Skipping disk: sdh: No media present >DEBUG:blivet: DeviceTree.get_device_by_path: path: /dev/sda1 ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_path returned existing 500 Mio partition sda1 (49) with non-existent ext4 filesystem mounted at /boot >DEBUG:blivet: DeviceTree.get_device_by_path: path: /dev/sda2 ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_path returned non-existent 476.84 Mio partition sda2 (343) with non-existent efi filesystem mounted at /boot/efi >DEBUG:blivet: DeviceTree.get_device_by_path: path: /dev/sda3 ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_path returned non-existent 118.29 Gio partition sda3 (383) with non-existent lvmpv >DEBUG:blivet: DeviceTree.get_device_by_path: path: /dev/sdb1 ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_path returned existing 465.76 Gio partition sdb1 (83) with existing lvmpv >DEBUG:anaconda.modules.storage.partitioning.validate:Storage check started with constraints {'min_ram': Size (410 MiB), 'root_device_types': set(), 'min_partition_sizes': {'/': Size (250 MiB), '/usr': Size (250 MiB), '/tmp': Size (50 MiB), '/var': Size (384 MiB), '/home': Size (100 MiB), '/boot': Size (512 MiB)}, 'req_partition_sizes': {}, 'must_be_on_linuxfs': {'/', '/tmp', '/home', '/var', '/usr/share', '/usr', '/usr/lib'}, 'must_be_on_root': {'/etc', '/mnt', '/proc', 'lost+found', '/sbin', '/bin', '/dev', '/root', '/lib'}, 'must_not_be_on_root': set(), 'reformat_allowlist': {'/tmp', '/usr', '/var', '/boot'}, 'reformat_blocklist': {'/usr/local', '/home', '/var/www', '/opt'}, 'swap_is_recommended': False, 'luks2_min_ram': Size (128 MiB)}. >DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_root. >DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_s390_constraints. >DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_partition_formatting. >DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_partition_sizes. >DEBUG:anaconda.modules.storage.partitioning.validate:Found sanity warning: La taille de votre partition /boot est inférieure à512 Mio, ce qui est inférieure àla taille recommandée pour une installation normale de Fedora. >DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_partition_format_sizes. >DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_bootloader. >DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_gpt_biosboot. >DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_opal_compatibility. >DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_swap. >DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_swap_uuid. >DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_mountpoints_on_linuxfs. >DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_mountpoints_on_root. >DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_mountpoints_not_on_root. >DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_unlocked_devices_have_key. >DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_luks_devices_have_key. >DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_luks2_memory_requirements. >DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_mounted_partitions. >DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_lvm_destruction. >DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_requests. >DEBUG:anaconda.modules.storage.partitioning.validate:Storage check finished with failure(s). >INFO:anaconda.threading:Thread Done: AnaTaskThread-StorageValidateTask-2 (140071291320000) >DEBUG:anaconda.storage:Creating a copy of the storage model. >DEBUG:blivet:starting Blivet copy >DEBUG:blivet: PartitionDevice._set_parted_partition: sda1 ; >DEBUG:blivet:device sda1 new parted_partition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f64e1d41110> fileSystem: <parted.filesystem.FileSystem object at 0x7f64e1c3b990> > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f64e1c3ba10> PedPartition: <_ped.Partition object at 0x7f64e30be8e0> >DEBUG:blivet: DeviceTree.get_device_by_id: id_num: 39 ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_id returned existing 119.24 Gio disk sda (39) with existing msdos disklabel >DEBUG:blivet: PartitionDevice._set_parted_partition: sda2 ; >DEBUG:blivet:device sda2 new parted_partition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f64e1d41110> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f64e1c3bc50> PedPartition: <_ped.Partition object at 0x7f64e305e340> >DEBUG:blivet: DeviceTree.get_device_by_id: id_num: 39 ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_id returned existing 119.24 Gio disk sda (39) with existing msdos disklabel >DEBUG:blivet: PartitionDevice._set_parted_partition: sda3 ; >DEBUG:blivet:device sda3 new parted_partition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f64e1d41110> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f64e1c3b3d0> PedPartition: <_ped.Partition object at 0x7f64e1be83b0> >DEBUG:blivet: PartitionDevice._set_parted_partition: sdb1 ; >DEBUG:blivet:device sdb1 new parted_partition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f64e1c1e090> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f64e1c23cd0> PedPartition: <_ped.Partition object at 0x7f64e1bebfb0> >DEBUG:blivet:finished Blivet copy >DEBUG:blivet: DeviceTree.get_device_by_id: id_num: 118 ; incomplete: False ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_id returned existing 161.25 Gio lvmlv vg_erwan-desktop-lv_root (118) with non-existent ext4 filesystem mounted at / >DEBUG:blivet: DeviceTree.get_device_by_id: id_num: 49 ; incomplete: False ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_id returned existing 500 Mio partition sda1 (49) with non-existent ext4 filesystem mounted at /boot >DEBUG:blivet: DeviceTree.get_device_by_id: id_num: 92 ; incomplete: False ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_id returned existing 153.22 Gio lvmlv vg_erwan-desktop-lv_home (92) with existing ext4 filesystem mounted at /home >DEBUG:blivet: DeviceTree.get_device_by_id: id_num: 105 ; incomplete: False ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_id returned existing 15.53 Gio lvmlv vg_erwan-desktop-lv_swap (105) with existing swap >DEBUG:blivet: DeviceTree.get_device_by_id: id_num: 118 ; incomplete: False ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_id returned existing 161.25 Gio lvmlv vg_erwan-desktop-lv_root (118) with non-existent ext4 filesystem mounted at / >DEBUG:blivet: DeviceTree.get_device_by_id: id_num: 49 ; incomplete: False ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_id returned existing 500 Mio partition sda1 (49) with non-existent ext4 filesystem mounted at /boot >DEBUG:blivet: DeviceTree.get_device_by_id: id_num: 92 ; incomplete: False ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_id returned existing 153.22 Gio lvmlv vg_erwan-desktop-lv_home (92) with existing ext4 filesystem mounted at /home >DEBUG:anaconda.storage:Finished a copy of the storage model. >DEBUG:anaconda.modules.storage.bootloader.base:Is sda2 a valid stage1 target device? >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_disklabel(sda2) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_size(sda2) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_location(sda2) returning True >WARNING:anaconda.modules.storage.bootloader.base:sda2 not bootable >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_format(sda2) returning True >DEBUG:anaconda.modules.storage.bootloader.base:is_valid_stage1_device(sda2) returning True >DEBUG:anaconda.modules.storage.bootloader.base:Is sda1 a valid stage2 target device? >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_disklabel(sda1) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_size(sda1) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_partition(sda1) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_format(sda1) returning True >DEBUG:anaconda.modules.storage.bootloader.base:is_valid_stage2_device(sda1) returning True >DEBUG:anaconda.modules.storage.checker.utils:Available memory: 11.69 Gio >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:0/block/sdd ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:0/block/sdd/size: 300a >INFO:blivet:Skipping disk: sdd: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:1/block/sde ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:1/block/sde/size: 300a >INFO:blivet:Skipping disk: sde: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:2/block/sdf ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:2/block/sdf/size: 300a >INFO:blivet:Skipping disk: sdf: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:3/block/sdg ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:3/block/sdg/size: 300a >INFO:blivet:Skipping disk: sdg: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:4/block/sdh ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:4/block/sdh/size: 300a >INFO:blivet:Skipping disk: sdh: No media present >DEBUG:blivet: DeviceTree.get_device_by_path: path: /dev/sda1 ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_path returned existing 500 Mio partition sda1 (49) with non-existent ext4 filesystem mounted at /boot >DEBUG:blivet: DeviceTree.get_device_by_path: path: /dev/sda2 ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_path returned non-existent 476.84 Mio partition sda2 (343) with non-existent efi filesystem mounted at /boot/efi >DEBUG:blivet: DeviceTree.get_device_by_path: path: /dev/sda3 ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_path returned non-existent 118.29 Gio partition sda3 (383) with non-existent lvmpv >DEBUG:blivet: DeviceTree.get_device_by_path: path: /dev/sdb1 ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_path returned existing 465.76 Gio partition sdb1 (83) with existing lvmpv >DEBUG:anaconda.modules.storage.partitioning.validate:Storage check started with constraints {'min_ram': Size (410 MiB), 'root_device_types': set(), 'min_partition_sizes': {'/': Size (250 MiB), '/usr': Size (250 MiB), '/tmp': Size (50 MiB), '/var': Size (384 MiB), '/home': Size (100 MiB), '/boot': Size (512 MiB)}, 'req_partition_sizes': {}, 'must_be_on_linuxfs': {'/', '/tmp', '/home', '/var', '/usr/share', '/usr', '/usr/lib'}, 'must_be_on_root': {'/etc', '/mnt', '/proc', 'lost+found', '/sbin', '/bin', '/dev', '/root', '/lib'}, 'must_not_be_on_root': set(), 'reformat_allowlist': {'/tmp', '/usr', '/var', '/boot'}, 'reformat_blocklist': {'/usr/local', '/home', '/var/www', '/opt'}, 'swap_is_recommended': False, 'luks2_min_ram': Size (128 MiB)}. >DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_root. >DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_s390_constraints. >DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_partition_formatting. >DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_partition_sizes. >DEBUG:anaconda.modules.storage.partitioning.validate:Found sanity warning: La taille de votre partition /boot est inférieure à512 Mio, ce qui est inférieure àla taille recommandée pour une installation normale de Fedora. >DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_partition_format_sizes. >DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_bootloader. >DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_gpt_biosboot. >DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_opal_compatibility. >DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_swap. >DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_swap_uuid. >DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_mountpoints_on_linuxfs. >DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_mountpoints_on_root. >DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_mountpoints_not_on_root. >DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_unlocked_devices_have_key. >DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_luks_devices_have_key. >DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_luks2_memory_requirements. >DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_mounted_partitions. >DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_lvm_destruction. >DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_requests. >DEBUG:anaconda.modules.storage.partitioning.validate:Storage check finished with failure(s). >DEBUG:anaconda.modules.storage.storage:The storage model has changed. >DEBUG:anaconda.modules.storage.storage:The partitioning BLIVET is applied. >DEBUG:blivet-gui-utils:Deleting device 'sda1': >================================================================================ >**User input:** > > device: existing 500 Mio partition sda1 (49) with non-existent ext4 filesystem mounted at /boot > delete_parents: False > >**Involved devices:** > >PartitionDevice instance (0x7f64e1fbbc50) -- > name = sda1 status = True id = 49 > children = [] > parents = ['existing 119.24 Gio disk sda (39) with existing msdos disklabel'] > uuid = 00090716-01 size = 500 Mio > format = non-existent ext4 filesystem mounted at /boot > major = 8 minor = 1 exists = True protected = False > sysfs path = /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1 > target size = 500 Mio path = /dev/sda1 > format args = [] original_format = ext4 grow = False max size = 0 O bootable = True > part type = 0 primary = None start sector = None end sector = None > parted_partition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f64e1fbbc10> fileSystem: <parted.filesystem.FileSystem object at 0x7f64e2f48e90> > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f64e2f4b7d0> PedPartition: <_ped.Partition object at 0x7f64e1f244a0> > disk = existing 119.24 Gio disk sda (39) with existing msdos disklabel > start = 2048 end = 1026047 length = 1024000 > flags = boot > >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 535 >DEBUG:blivet: PartitionDevice._set_format: sda1 ; type: None ; current: ext4 ; >INFO:blivet:registered action: [534] destroy format ext4 filesystem mounted at /boot on partition sda1 (id 49) >DEBUG:blivet: DiskDevice.remove_child: name: sda ; child: sda1 ; kids: 3 ; >INFO:blivet:removed partition sda1 (id 49) from device tree >INFO:blivet:registered action: [536] destroy device partition sda1 (id 49) >DEBUG:blivet:length of free region aligned from 1025985 to 1024000 >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:0/block/sdd ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:0/block/sdd/size: 300a >INFO:blivet:Skipping disk: sdd: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:1/block/sde ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:1/block/sde/size: 300a >INFO:blivet:Skipping disk: sde: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:2/block/sdf ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:2/block/sdf/size: 300a >INFO:blivet:Skipping disk: sdf: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:3/block/sdg ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:3/block/sdg/size: 300a >INFO:blivet:Skipping disk: sdg: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:4/block/sdh ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:4/block/sdh/size: 300a >INFO:blivet:Skipping disk: sdh: No media present >DEBUG:blivet:length of free region aligned from 1025985 to 1024000 >DEBUG:blivet-gui-utils:Deleting device 'sda2': >================================================================================ >**User input:** > > device: non-existent 476.84 Mio partition sda2 (343) with non-existent efi filesystem mounted at /boot/efi > delete_parents: False > >**Involved devices:** > >PartitionDevice instance (0x7f64e2f8e350) -- > name = sda2 status = False id = 343 > children = [] > parents = ['existing 119.24 Gio disk sda (39) with existing msdos disklabel'] > uuid = None size = 476.84 Mio > format = non-existent efi filesystem mounted at /boot/efi > major = 0 minor = 0 exists = False protected = False > sysfs path = > target size = 476.84 Mio path = /dev/sda2 > format args = [] original_format = None grow = False max size = 0 O bootable = None > part type = 0 primary = False start sector = 1026048 end sector = None > parted_partition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f64e1fbbc10> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f64e1eaa250> PedPartition: <_ped.Partition object at 0x7f64e1fb3ec0> > disk = existing 119.24 Gio disk sda (39) with existing msdos disklabel > start = 1026048 end = 2002611 length = 976564 > flags = > >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 540 >DEBUG:blivet: PartitionDevice._set_format: sda2 ; type: None ; current: efi ; >INFO:blivet:registered action: [539] destroy format efi filesystem mounted at /boot/efi on partition sda2 (id 343) >DEBUG:blivet: DiskDevice.remove_child: name: sda ; child: sda2 ; kids: 2 ; >INFO:blivet:removed partition sda2 (id 343) from device tree >INFO:blivet:registered action: [541] destroy device partition sda2 (id 343) >DEBUG:blivet:length of free region aligned from 2002881 to 2000896 >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:0/block/sdd ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:0/block/sdd/size: 300a >INFO:blivet:Skipping disk: sdd: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:1/block/sde ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:1/block/sde/size: 300a >INFO:blivet:Skipping disk: sde: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:2/block/sdf ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:2/block/sdf/size: 300a >INFO:blivet:Skipping disk: sdf: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:3/block/sdg ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:3/block/sdg/size: 300a >INFO:blivet:Skipping disk: sdg: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:4/block/sdh ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:4/block/sdh/size: 300a >INFO:blivet:Skipping disk: sdh: No media present >DEBUG:blivet:length of free region aligned from 2002881 to 2000896 >DEBUG:blivet-gui-utils:Deleting device 'sda3': >================================================================================ >**User input:** > > device: non-existent 118.29 Gio partition sda3 (383) with non-existent lvmpv > delete_parents: False > >**Involved devices:** > >PartitionDevice instance (0x7f64e1df9310) -- > name = sda3 status = False id = 383 > children = [] > parents = ['existing 119.24 Gio disk sda (39) with existing msdos disklabel'] > uuid = None size = 118.29 Gio > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = > target size = 118.29 Gio path = /dev/sda3 > format args = [] original_format = None grow = False max size = 0 O bootable = None > part type = 0 primary = False start sector = 2002944 end sector = None > parted_partition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f64e1fbbc10> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f64e1d08a10> PedPartition: <_ped.Partition object at 0x7f64e1e301d0> > disk = existing 119.24 Gio disk sda (39) with existing msdos disklabel > start = 2002944 end = 250068659 length = 248065716 > flags = > >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 545 >DEBUG:blivet: PartitionDevice._set_format: sda3 ; type: None ; current: lvmpv ; >INFO:blivet:registered action: [544] destroy format lvmpv on partition sda3 (id 383) >DEBUG:blivet: DiskDevice.remove_child: name: sda ; child: sda3 ; kids: 1 ; >INFO:blivet:removed partition sda3 (id 383) from device tree >INFO:blivet:registered action: [546] destroy device partition sda3 (id 383) >DEBUG:blivet:length of free region aligned from 250069617 to 250068992 >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:0/block/sdd ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:0/block/sdd/size: 300a >INFO:blivet:Skipping disk: sdd: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:1/block/sde ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:1/block/sde/size: 300a >INFO:blivet:Skipping disk: sde: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:2/block/sdf ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:2/block/sdf/size: 300a >INFO:blivet:Skipping disk: sdf: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:3/block/sdg ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:3/block/sdg/size: 300a >INFO:blivet:Skipping disk: sdg: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:4/block/sdh ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:4/block/sdh/size: 300a >INFO:blivet:Skipping disk: sdh: No media present >DEBUG:blivet:length of free region aligned from 250069617 to 250068992 >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:0/block/sdd ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:0/block/sdd/size: 300a >INFO:blivet:Skipping disk: sdd: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:1/block/sde ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:1/block/sde/size: 300a >INFO:blivet:Skipping disk: sde: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:2/block/sdf ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:2/block/sdf/size: 300a >INFO:blivet:Skipping disk: sdf: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:3/block/sdg ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:3/block/sdg/size: 300a >INFO:blivet:Skipping disk: sdg: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:4/block/sdh ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:4/block/sdh/size: 300a >INFO:blivet:Skipping disk: sdh: No media present >DEBUG:blivet:length of free region aligned from 250069617 to 250068992 >DEBUG:blivet-gui-utils:Adding a new 'partition' device: >================================================================================ >**User input:** > > device_type: partition > size_selection: > total_size: 1024 Mio > parents: > parent_device: existing 119.24 Gio disk sda (39) with existing msdos disklabel > free_space: existing 119.24 Gio free space > selected_size: 1024 Mio > filesystem: efi > name: > label: > mountpoint: /boot/efi > encrypt: False > passphrase: > encryption_type: luks2 > encryption_sector_size: 0 > raid_level: None > advanced: > parttype: primary > >**Involved devices:** > >DiskDevice instance (0x7f64e1fbb610) -- > name = sda status = True id = 39 > children = [] > parents = [] > uuid = None size = 119.24 Gio > format = existing msdos disklabel > major = 8 minor = 0 exists = True protected = False > sysfs path = /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda > target size = 119.24 Gio path = /dev/sda > format args = [] original_format = disklabel removable = False wwn = 5002538043584d30 > >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 551 >DEBUG:blivet: DiskDevice.add_child: name: sda ; child: req28 ; kids: 0 ; >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 552 >DEBUG:blivet: PartitionDevice._set_format: req28 ; type: None ; current: None ; >DEBUG:blivet: DiskDevice.remove_child: name: sda ; child: req28 ; kids: 1 ; >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet:get_format('efi') returning EFIFS instance with object id 555 >INFO:blivet:added partition req28 (id 550) to device tree >INFO:blivet:registered action: [554] create device partition req28 (id 550) >DEBUG:blivet: PartitionDevice._set_format: req28 ; type: efi ; current: None ; >INFO:blivet:registered action: [556] create format efi filesystem mounted at /boot/efi on partition req28 (id 550) >DEBUG:blivet: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; >DEBUG:blivet: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; >DEBUG:blivet:removing all non-preexisting partitions ['req28(id 550)', 'sdb1(id 83)'] from disk(s) ['sda', 'sdb'] >DEBUG:blivet:allocate_partitions: disks=['sda', 'sdb'] ; partitions=['req28(id 550)', 'sdb1(id 83)'] >DEBUG:blivet:removing all non-preexisting partitions ['req28(id 550)'] from disk(s) ['sda', 'sdb'] >DEBUG:blivet:allocating partition: req28 ; id: 550 ; disks: ['sda'] ; >boot: True ; primary: False ; size: 1024 Mio ; grow: False ; max_size: 0 O ; start: 2048 ; end: None >DEBUG:blivet:checking freespace on sda >DEBUG:blivet:get_best_free_space_region: disk=/dev/sda part_type=0 req_size=1024 Mio boot=True best=None grow=False start=2048 >DEBUG:blivet:aligning start sector of region 63-250069679 >DEBUG:blivet:checking 2048-250069679 (119.24 Gio) >DEBUG:blivet:current free range is 2048-250069679 (119.24 Gio) >DEBUG:blivet:updating use_disk to sda, type: 0 >DEBUG:blivet:new free: 2048-250069679 / 119.24 Gio >DEBUG:blivet:new free allows for 0 sectors of growth >DEBUG:blivet:found free space for bootable request >DEBUG:blivet:using alignment: parted.Alignment instance -- > offset: 0 grainSize: 1 > PedAlignment: <_ped.Alignment object at 0x7f64e1e4b8b0> >DEBUG:blivet:created partition sda1 of 1024 Mio and added it to /dev/sda >DEBUG:blivet: PartitionDevice._set_parted_partition: req28 ; >DEBUG:blivet:device req28 new parted_partition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f64e1fbbc10> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f64e1d59890> PedPartition: <_ped.Partition object at 0x7f64e2f7d760> >DEBUG:blivet: PartitionDevice._set_disk: sda1 ; old: None ; new: sda ; >DEBUG:blivet: DiskDevice.add_child: name: sda ; child: sda1 ; kids: 0 ; >DEBUG:blivet: PartitionDevice._set_parted_partition: sda1 ; >DEBUG:blivet:device sda1 new parted_partition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f64e1fbbc10> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f64e1c71e50> PedPartition: <_ped.Partition object at 0x7f64e1c02110> >DEBUG:blivet:grow_partitions: disks=['sda', 'sdb'], partitions=['sda1(id 550)', 'sdb1(id 83)'] >DEBUG:blivet:no growable partitions >DEBUG:blivet:fixing size of non-existent 1024 Mio partition sda1 (550) with non-existent efi filesystem mounted at /boot/efi >DEBUG:blivet:fixing size of existing 465.76 Gio partition sdb1 (83) with existing lvmpv >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:0/block/sdd ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:0/block/sdd/size: 300a >INFO:blivet:Skipping disk: sdd: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:1/block/sde ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:1/block/sde/size: 300a >INFO:blivet:Skipping disk: sde: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:2/block/sdf ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:2/block/sdf/size: 300a >INFO:blivet:Skipping disk: sdf: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:3/block/sdg ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:3/block/sdg/size: 300a >INFO:blivet:Skipping disk: sdg: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:4/block/sdh ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:4/block/sdh/size: 300a >INFO:blivet:Skipping disk: sdh: No media present >DEBUG:blivet:length of free region aligned from 247970480 to 247969792 >DEBUG:blivet:length of free region aligned from 247970480 to 247969792 >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:0/block/sdd ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:0/block/sdd/size: 300a >INFO:blivet:Skipping disk: sdd: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:1/block/sde ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:1/block/sde/size: 300a >INFO:blivet:Skipping disk: sde: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:2/block/sdf ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:2/block/sdf/size: 300a >INFO:blivet:Skipping disk: sdf: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:3/block/sdg ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:3/block/sdg/size: 300a >INFO:blivet:Skipping disk: sdg: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:4/block/sdh ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:4/block/sdh/size: 300a >INFO:blivet:Skipping disk: sdh: No media present >DEBUG:blivet:length of free region aligned from 247970480 to 247969792 >DEBUG:blivet-gui-utils:Adding a new 'partition' device: >================================================================================ >**User input:** > > device_type: partition > size_selection: > total_size: 118.24 Gio > parents: > parent_device: existing 119.24 Gio disk sda (39) with existing msdos disklabel > free_space: existing 118.24 Gio free space > selected_size: 118.24 Gio > filesystem: ext4 > name: > label: > mountpoint: /boot > encrypt: False > passphrase: > encryption_type: luks2 > encryption_sector_size: 0 > raid_level: None > advanced: > parttype: primary > >**Involved devices:** > >DiskDevice instance (0x7f64e1fbb610) -- > name = sda status = True id = 39 > children = ['non-existent 1024 Mio partition sda1 (550) with non-existent efi filesystem ' > 'mounted at /boot/efi'] > parents = [] > uuid = None size = 119.24 Gio > format = existing msdos disklabel > major = 8 minor = 0 exists = True protected = False > sysfs path = /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda > target size = 119.24 Gio path = /dev/sda > format args = [] original_format = disklabel removable = False wwn = 5002538043584d30 > >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 561 >DEBUG:blivet: DiskDevice.add_child: name: sda ; child: req32 ; kids: 1 ; >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 562 >DEBUG:blivet: PartitionDevice._set_format: req32 ; type: None ; current: None ; >DEBUG:blivet: DiskDevice.remove_child: name: sda ; child: req32 ; kids: 2 ; >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 565 >INFO:blivet:added partition req32 (id 560) to device tree >INFO:blivet:registered action: [564] create device partition req32 (id 560) >DEBUG:blivet: PartitionDevice._set_format: req32 ; type: ext4 ; current: None ; >INFO:blivet:registered action: [566] create format ext4 filesystem mounted at /boot on partition req32 (id 560) >DEBUG:blivet: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; >DEBUG:blivet: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; >DEBUG:blivet:removing all non-preexisting partitions ['req32(id 560)', 'sda1(id 550)', 'sdb1(id 83)'] from disk(s) ['sda', 'sdb'] >DEBUG:blivet: PartitionDevice._set_parted_partition: sda1 ; >DEBUG:blivet:device sda1 new parted_partition None >DEBUG:blivet: PartitionDevice._set_disk: req28 ; old: sda ; new: None ; >DEBUG:blivet: DiskDevice.remove_child: name: sda ; child: req28 ; kids: 1 ; >DEBUG:blivet:allocate_partitions: disks=['sda', 'sdb'] ; partitions=['req32(id 560)', 'req28(id 550)', 'sdb1(id 83)'] >DEBUG:blivet:removing all non-preexisting partitions ['req28(id 550)', 'req32(id 560)'] from disk(s) ['sda', 'sdb'] >DEBUG:blivet:allocating partition: req28 ; id: 550 ; disks: ['sda'] ; >boot: True ; primary: False ; size: 1024 Mio ; grow: False ; max_size: 0 O ; start: 2048 ; end: None >DEBUG:blivet:checking freespace on sda >DEBUG:blivet:get_best_free_space_region: disk=/dev/sda part_type=0 req_size=1024 Mio boot=True best=None grow=False start=2048 >DEBUG:blivet:aligning start sector of region 63-250069679 >DEBUG:blivet:checking 2048-250069679 (119.24 Gio) >DEBUG:blivet:current free range is 2048-250069679 (119.24 Gio) >DEBUG:blivet:updating use_disk to sda, type: 0 >DEBUG:blivet:new free: 2048-250069679 / 119.24 Gio >DEBUG:blivet:new free allows for 0 sectors of growth >DEBUG:blivet:found free space for bootable request >DEBUG:blivet:using alignment: parted.Alignment instance -- > offset: 0 grainSize: 1 > PedAlignment: <_ped.Alignment object at 0x7f64e1c509d0> >DEBUG:blivet:created partition sda1 of 1024 Mio and added it to /dev/sda >DEBUG:blivet: PartitionDevice._set_parted_partition: req28 ; >DEBUG:blivet:device req28 new parted_partition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f64e1fbbc10> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f64e1c95010> PedPartition: <_ped.Partition object at 0x7f64e1dc6520> >DEBUG:blivet: PartitionDevice._set_disk: sda1 ; old: None ; new: sda ; >DEBUG:blivet: DiskDevice.add_child: name: sda ; child: sda1 ; kids: 0 ; >DEBUG:blivet: PartitionDevice._set_parted_partition: sda1 ; >DEBUG:blivet:device sda1 new parted_partition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f64e1fbbc10> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f64e1c69b10> PedPartition: <_ped.Partition object at 0x7f64e1dc74c0> >DEBUG:blivet:allocating partition: req32 ; id: 560 ; disks: ['sda'] ; >boot: True ; primary: False ; size: 118.24 Gio ; grow: False ; max_size: 0 O ; start: 2099200 ; end: None >DEBUG:blivet:checking freespace on sda >DEBUG:blivet:get_best_free_space_region: disk=/dev/sda part_type=0 req_size=118.24 Gio boot=True best=None grow=False start=2099200 >DEBUG:blivet:aligning start sector of region 63-2047 >DEBUG:blivet:failed to align start sector -- skipping region >DEBUG:blivet:checking 2099200-250069679 (118.24 Gio) >DEBUG:blivet:current free range is 2099200-250069679 (118.24 Gio) >DEBUG:blivet:updating use_disk to sda, type: 0 >DEBUG:blivet:new free: 2099200-250069679 / 118.24 Gio >DEBUG:blivet:new free allows for 0 sectors of growth >DEBUG:blivet:found free space for bootable request >DEBUG:blivet:using alignment: parted.Alignment instance -- > offset: 0 grainSize: 1 > PedAlignment: <_ped.Alignment object at 0x7f64e1e4bb20> >DEBUG:blivet:created partition sda2 of 118.24 Gio and added it to /dev/sda >DEBUG:blivet: PartitionDevice._set_parted_partition: req32 ; >DEBUG:blivet:device req32 new parted_partition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f64e1fbbc10> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f64e1c7d750> PedPartition: <_ped.Partition object at 0x7f64e1c01d50> >DEBUG:blivet: PartitionDevice._set_disk: sda2 ; old: None ; new: sda ; >DEBUG:blivet: DiskDevice.add_child: name: sda ; child: sda2 ; kids: 1 ; >DEBUG:blivet: PartitionDevice._set_parted_partition: sda2 ; >DEBUG:blivet:device sda2 new parted_partition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f64e1fbbc10> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f64e1c749d0> PedPartition: <_ped.Partition object at 0x7f64e1c02f70> >DEBUG:blivet:grow_partitions: disks=['sda', 'sdb'], partitions=['sda2(id 560)', 'sda1(id 550)', 'sdb1(id 83)'] >DEBUG:blivet:no growable partitions >DEBUG:blivet:fixing size of non-existent 1024 Mio partition sda1 (550) with non-existent efi filesystem mounted at /boot/efi >DEBUG:blivet:fixing size of non-existent 118.24 Gio partition sda2 (560) with non-existent ext4 filesystem mounted at /boot >DEBUG:blivet:fixing size of existing 465.76 Gio partition sdb1 (83) with existing lvmpv >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:0/block/sdd ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:0/block/sdd/size: 300a >INFO:blivet:Skipping disk: sdd: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:1/block/sde ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:1/block/sde/size: 300a >INFO:blivet:Skipping disk: sde: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:2/block/sdf ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:2/block/sdf/size: 300a >INFO:blivet:Skipping disk: sdf: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:3/block/sdg ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:3/block/sdg/size: 300a >INFO:blivet:Skipping disk: sdg: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:4/block/sdh ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:4/block/sdh/size: 300a >INFO:blivet:Skipping disk: sdh: No media present >DEBUG:blivet-gui-utils:Deleting device 'sda2': >================================================================================ >**User input:** > > device: non-existent 118.24 Gio partition sda2 (560) with non-existent ext4 filesystem mounted at /boot > delete_parents: False > >**Involved devices:** > >PartitionDevice instance (0x7f64e1bd4f50) -- > name = sda2 status = False id = 560 > children = [] > parents = ['existing 119.24 Gio disk sda (39) with existing msdos disklabel'] > uuid = None size = 118.24 Gio > format = non-existent ext4 filesystem mounted at /boot > major = 0 minor = 0 exists = False protected = False > sysfs path = > target size = 118.24 Gio path = /dev/sda2 > format args = [] original_format = None grow = False max size = 0 O bootable = None > part type = 0 primary = False start sector = 2099200 end sector = None > parted_partition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f64e1fbbc10> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f64e1c749d0> PedPartition: <_ped.Partition object at 0x7f64e1c02f70> > disk = existing 119.24 Gio disk sda (39) with existing msdos disklabel > start = 2099200 end = 250068991 length = 247969792 > flags = > >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 568 >DEBUG:blivet: PartitionDevice._set_format: sda2 ; type: None ; current: ext4 ; >INFO:blivet:registered action: [567] destroy format ext4 filesystem mounted at /boot on partition sda2 (id 560) >DEBUG:blivet: DiskDevice.remove_child: name: sda ; child: sda2 ; kids: 2 ; >INFO:blivet:removed partition sda2 (id 560) from device tree >INFO:blivet:registered action: [569] destroy device partition sda2 (id 560) >DEBUG:blivet:length of free region aligned from 247970480 to 247969792 >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:0/block/sdd ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:0/block/sdd/size: 300a >INFO:blivet:Skipping disk: sdd: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:1/block/sde ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:1/block/sde/size: 300a >INFO:blivet:Skipping disk: sde: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:2/block/sdf ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:2/block/sdf/size: 300a >INFO:blivet:Skipping disk: sdf: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:3/block/sdg ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:3/block/sdg/size: 300a >INFO:blivet:Skipping disk: sdg: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:4/block/sdh ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:4/block/sdh/size: 300a >INFO:blivet:Skipping disk: sdh: No media present >DEBUG:blivet:length of free region aligned from 247970480 to 247969792 >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:0/block/sdd ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:0/block/sdd/size: 300a >INFO:blivet:Skipping disk: sdd: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:1/block/sde ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:1/block/sde/size: 300a >INFO:blivet:Skipping disk: sde: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:2/block/sdf ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:2/block/sdf/size: 300a >INFO:blivet:Skipping disk: sdf: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:3/block/sdg ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:3/block/sdg/size: 300a >INFO:blivet:Skipping disk: sdg: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:4/block/sdh ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:4/block/sdh/size: 300a >INFO:blivet:Skipping disk: sdh: No media present >DEBUG:blivet:length of free region aligned from 247970480 to 247969792 >DEBUG:blivet-gui-utils:Adding a new 'partition' device: >================================================================================ >**User input:** > > device_type: partition > size_selection: > total_size: 1024 Mio > parents: > parent_device: existing 119.24 Gio disk sda (39) with existing msdos disklabel > free_space: existing 118.24 Gio free space > selected_size: 1024 Mio > filesystem: ext4 > name: > label: > mountpoint: /boot > encrypt: False > passphrase: > encryption_type: luks2 > encryption_sector_size: 0 > raid_level: None > advanced: > parttype: primary > >**Involved devices:** > >DiskDevice instance (0x7f64e1fbb610) -- > name = sda status = True id = 39 > children = ['non-existent 1024 Mio partition sda1 (550) with non-existent efi filesystem ' > 'mounted at /boot/efi'] > parents = [] > uuid = None size = 119.24 Gio > format = existing msdos disklabel > major = 8 minor = 0 exists = True protected = False > sysfs path = /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda > target size = 119.24 Gio path = /dev/sda > format args = [] original_format = disklabel removable = False wwn = 5002538043584d30 > >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 574 >DEBUG:blivet: DiskDevice.add_child: name: sda ; child: req36 ; kids: 1 ; >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 575 >DEBUG:blivet: PartitionDevice._set_format: req36 ; type: None ; current: None ; >DEBUG:blivet: DiskDevice.remove_child: name: sda ; child: req36 ; kids: 2 ; >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 578 >INFO:blivet:added partition req36 (id 573) to device tree >INFO:blivet:registered action: [577] create device partition req36 (id 573) >DEBUG:blivet: PartitionDevice._set_format: req36 ; type: ext4 ; current: None ; >INFO:blivet:registered action: [579] create format ext4 filesystem mounted at /boot on partition req36 (id 573) >DEBUG:blivet: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; >DEBUG:blivet: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; >DEBUG:blivet:removing all non-preexisting partitions ['req36(id 573)', 'sda1(id 550)', 'sdb1(id 83)'] from disk(s) ['sda', 'sdb'] >DEBUG:blivet: PartitionDevice._set_parted_partition: sda1 ; >DEBUG:blivet:device sda1 new parted_partition None >DEBUG:blivet: PartitionDevice._set_disk: req28 ; old: sda ; new: None ; >DEBUG:blivet: DiskDevice.remove_child: name: sda ; child: req28 ; kids: 1 ; >DEBUG:blivet:allocate_partitions: disks=['sda', 'sdb'] ; partitions=['req36(id 573)', 'req28(id 550)', 'sdb1(id 83)'] >DEBUG:blivet:removing all non-preexisting partitions ['req28(id 550)', 'req36(id 573)'] from disk(s) ['sda', 'sdb'] >DEBUG:blivet:allocating partition: req28 ; id: 550 ; disks: ['sda'] ; >boot: True ; primary: False ; size: 1024 Mio ; grow: False ; max_size: 0 O ; start: 2048 ; end: None >DEBUG:blivet:checking freespace on sda >DEBUG:blivet:get_best_free_space_region: disk=/dev/sda part_type=0 req_size=1024 Mio boot=True best=None grow=False start=2048 >DEBUG:blivet:aligning start sector of region 63-250069679 >DEBUG:blivet:checking 2048-250069679 (119.24 Gio) >DEBUG:blivet:current free range is 2048-250069679 (119.24 Gio) >DEBUG:blivet:updating use_disk to sda, type: 0 >DEBUG:blivet:new free: 2048-250069679 / 119.24 Gio >DEBUG:blivet:new free allows for 0 sectors of growth >DEBUG:blivet:found free space for bootable request >DEBUG:blivet:using alignment: parted.Alignment instance -- > offset: 0 grainSize: 1 > PedAlignment: <_ped.Alignment object at 0x7f64e1e4ba00> >DEBUG:blivet:created partition sda1 of 1024 Mio and added it to /dev/sda >DEBUG:blivet: PartitionDevice._set_parted_partition: req28 ; >DEBUG:blivet:device req28 new parted_partition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f64e1fbbc10> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f64e1c6a490> PedPartition: <_ped.Partition object at 0x7f64e1c03010> >DEBUG:blivet: PartitionDevice._set_disk: sda1 ; old: None ; new: sda ; >DEBUG:blivet: DiskDevice.add_child: name: sda ; child: sda1 ; kids: 0 ; >DEBUG:blivet: PartitionDevice._set_parted_partition: sda1 ; >DEBUG:blivet:device sda1 new parted_partition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f64e1fbbc10> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f64e1cc3910> PedPartition: <_ped.Partition object at 0x7f64e1c01e40> >DEBUG:blivet:allocating partition: req36 ; id: 573 ; disks: ['sda'] ; >boot: True ; primary: False ; size: 1024 Mio ; grow: False ; max_size: 0 O ; start: 2099200 ; end: None >DEBUG:blivet:checking freespace on sda >DEBUG:blivet:get_best_free_space_region: disk=/dev/sda part_type=0 req_size=1024 Mio boot=True best=None grow=False start=2099200 >DEBUG:blivet:aligning start sector of region 63-2047 >DEBUG:blivet:failed to align start sector -- skipping region >DEBUG:blivet:checking 2099200-250069679 (118.24 Gio) >DEBUG:blivet:current free range is 2099200-250069679 (118.24 Gio) >DEBUG:blivet:updating use_disk to sda, type: 0 >DEBUG:blivet:new free: 2099200-250069679 / 118.24 Gio >DEBUG:blivet:new free allows for 0 sectors of growth >DEBUG:blivet:found free space for bootable request >DEBUG:blivet:using alignment: parted.Alignment instance -- > offset: 0 grainSize: 1 > PedAlignment: <_ped.Alignment object at 0x7f64e1e4bd60> >DEBUG:blivet:created partition sda2 of 1024 Mio and added it to /dev/sda >DEBUG:blivet: PartitionDevice._set_parted_partition: req36 ; >DEBUG:blivet:device req36 new parted_partition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f64e1fbbc10> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f64e1d179d0> PedPartition: <_ped.Partition object at 0x7f64e1e7a8e0> >DEBUG:blivet: PartitionDevice._set_disk: sda2 ; old: None ; new: sda ; >DEBUG:blivet: DiskDevice.add_child: name: sda ; child: sda2 ; kids: 1 ; >DEBUG:blivet: PartitionDevice._set_parted_partition: sda2 ; >DEBUG:blivet:device sda2 new parted_partition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f64e1fbbc10> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f64e1cc5790> PedPartition: <_ped.Partition object at 0x7f64e1fb2f70> >DEBUG:blivet:grow_partitions: disks=['sda', 'sdb'], partitions=['sda2(id 573)', 'sda1(id 550)', 'sdb1(id 83)'] >DEBUG:blivet:no growable partitions >DEBUG:blivet:fixing size of non-existent 1024 Mio partition sda1 (550) with non-existent efi filesystem mounted at /boot/efi >DEBUG:blivet:fixing size of non-existent 1024 Mio partition sda2 (573) with non-existent ext4 filesystem mounted at /boot >DEBUG:blivet:fixing size of existing 465.76 Gio partition sdb1 (83) with existing lvmpv >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:0/block/sdd ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:0/block/sdd/size: 300a >INFO:blivet:Skipping disk: sdd: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:1/block/sde ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:1/block/sde/size: 300a >INFO:blivet:Skipping disk: sde: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:2/block/sdf ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:2/block/sdf/size: 300a >INFO:blivet:Skipping disk: sdf: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:3/block/sdg ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:3/block/sdg/size: 300a >INFO:blivet:Skipping disk: sdg: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:4/block/sdh ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:4/block/sdh/size: 300a >INFO:blivet:Skipping disk: sdh: No media present >DEBUG:blivet:length of free region aligned from 245873328 to 245872640 >DEBUG:blivet:length of free region aligned from 245873328 to 245872640 >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:0/block/sdd ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:0/block/sdd/size: 300a >INFO:blivet:Skipping disk: sdd: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:1/block/sde ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:1/block/sde/size: 300a >INFO:blivet:Skipping disk: sde: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:2/block/sdf ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:2/block/sdf/size: 300a >INFO:blivet:Skipping disk: sdf: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:3/block/sdg ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:3/block/sdg/size: 300a >INFO:blivet:Skipping disk: sdg: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:4/block/sdh ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:4/block/sdh/size: 300a >INFO:blivet:Skipping disk: sdh: No media present >DEBUG:blivet:length of free region aligned from 245873328 to 245872640 >DEBUG:blivet-gui-utils:Adding a new 'partition' device: >================================================================================ >**User input:** > > device_type: partition > size_selection: > total_size: 117.24 Gio > parents: > parent_device: existing 119.24 Gio disk sda (39) with existing msdos disklabel > free_space: existing 117.24 Gio free space > selected_size: 117.24 Gio > filesystem: lvmpv > name: > label: > mountpoint: > encrypt: False > passphrase: > encryption_type: luks2 > encryption_sector_size: 0 > raid_level: None > advanced: > parttype: primary > >**Involved devices:** > >DiskDevice instance (0x7f64e1fbb610) -- > name = sda status = True id = 39 > children = ['non-existent 1024 Mio partition sda1 (550) with non-existent efi filesystem ' > 'mounted at /boot/efi', > 'non-existent 1024 Mio partition sda2 (573) with non-existent ext4 filesystem ' > 'mounted at /boot'] > parents = [] > uuid = None size = 119.24 Gio > format = existing msdos disklabel > major = 8 minor = 0 exists = True protected = False > sysfs path = /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda > target size = 119.24 Gio path = /dev/sda > format args = [] original_format = disklabel removable = False wwn = 5002538043584d30 > >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 584 >DEBUG:blivet: DiskDevice.add_child: name: sda ; child: req40 ; kids: 2 ; >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 585 >DEBUG:blivet: PartitionDevice._set_format: req40 ; type: None ; current: None ; >DEBUG:blivet: DiskDevice.remove_child: name: sda ; child: req40 ; kids: 3 ; >DEBUG:blivet: LVMPhysicalVolume.__init__: label: ; mountpoint: ; create_options: ; >DEBUG:blivet:get_format('lvmpv') returning LVMPhysicalVolume instance with object id 588 >INFO:blivet:added partition req40 (id 583) to device tree >INFO:blivet:registered action: [587] create device partition req40 (id 583) >DEBUG:blivet: PartitionDevice._set_format: req40 ; type: lvmpv ; current: None ; >INFO:blivet:registered action: [589] create format lvmpv on partition req40 (id 583) >DEBUG:blivet: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; >DEBUG:blivet: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; >DEBUG:blivet:removing all non-preexisting partitions ['req40(id 583)', 'sda1(id 550)', 'sda2(id 573)', 'sdb1(id 83)'] from disk(s) ['sda', 'sdb'] >DEBUG:blivet: PartitionDevice._set_parted_partition: sda1 ; >DEBUG:blivet:device sda1 new parted_partition None >DEBUG:blivet: PartitionDevice._set_disk: req28 ; old: sda ; new: None ; >DEBUG:blivet: DiskDevice.remove_child: name: sda ; child: req28 ; kids: 2 ; >DEBUG:blivet: PartitionDevice._set_parted_partition: sda2 ; >DEBUG:blivet:device sda2 new parted_partition None >DEBUG:blivet: PartitionDevice._set_disk: req36 ; old: sda ; new: None ; >DEBUG:blivet: DiskDevice.remove_child: name: sda ; child: req36 ; kids: 1 ; >DEBUG:blivet:allocate_partitions: disks=['sda', 'sdb'] ; partitions=['req40(id 583)', 'req28(id 550)', 'req36(id 573)', 'sdb1(id 83)'] >DEBUG:blivet:removing all non-preexisting partitions ['req28(id 550)', 'req36(id 573)', 'req40(id 583)'] from disk(s) ['sda', 'sdb'] >DEBUG:blivet:allocating partition: req28 ; id: 550 ; disks: ['sda'] ; >boot: True ; primary: False ; size: 1024 Mio ; grow: False ; max_size: 0 O ; start: 2048 ; end: None >DEBUG:blivet:checking freespace on sda >DEBUG:blivet:get_best_free_space_region: disk=/dev/sda part_type=0 req_size=1024 Mio boot=True best=None grow=False start=2048 >DEBUG:blivet:aligning start sector of region 63-250069679 >DEBUG:blivet:checking 2048-250069679 (119.24 Gio) >DEBUG:blivet:current free range is 2048-250069679 (119.24 Gio) >DEBUG:blivet:updating use_disk to sda, type: 0 >DEBUG:blivet:new free: 2048-250069679 / 119.24 Gio >DEBUG:blivet:new free allows for 0 sectors of growth >DEBUG:blivet:found free space for bootable request >DEBUG:blivet:using alignment: parted.Alignment instance -- > offset: 0 grainSize: 1 > PedAlignment: <_ped.Alignment object at 0x7f64e1e4b910> >DEBUG:blivet:created partition sda1 of 1024 Mio and added it to /dev/sda >DEBUG:blivet: PartitionDevice._set_parted_partition: req28 ; >DEBUG:blivet:device req28 new parted_partition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f64e1fbbc10> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f64e1c7e010> PedPartition: <_ped.Partition object at 0x7f64e1c01940> >DEBUG:blivet: PartitionDevice._set_disk: sda1 ; old: None ; new: sda ; >DEBUG:blivet: DiskDevice.add_child: name: sda ; child: sda1 ; kids: 0 ; >DEBUG:blivet: PartitionDevice._set_parted_partition: sda1 ; >DEBUG:blivet:device sda1 new parted_partition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f64e1fbbc10> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f64e1c73b10> PedPartition: <_ped.Partition object at 0x7f64e1cdc450> >DEBUG:blivet:allocating partition: req36 ; id: 573 ; disks: ['sda'] ; >boot: True ; primary: False ; size: 1024 Mio ; grow: False ; max_size: 0 O ; start: 2099200 ; end: None >DEBUG:blivet:checking freespace on sda >DEBUG:blivet:get_best_free_space_region: disk=/dev/sda part_type=0 req_size=1024 Mio boot=True best=None grow=False start=2099200 >DEBUG:blivet:aligning start sector of region 63-2047 >DEBUG:blivet:failed to align start sector -- skipping region >DEBUG:blivet:checking 2099200-250069679 (118.24 Gio) >DEBUG:blivet:current free range is 2099200-250069679 (118.24 Gio) >DEBUG:blivet:updating use_disk to sda, type: 0 >DEBUG:blivet:new free: 2099200-250069679 / 118.24 Gio >DEBUG:blivet:new free allows for 0 sectors of growth >DEBUG:blivet:found free space for bootable request >DEBUG:blivet:using alignment: parted.Alignment instance -- > offset: 0 grainSize: 1 > PedAlignment: <_ped.Alignment object at 0x7f64e1e4bee0> >DEBUG:blivet:created partition sda2 of 1024 Mio and added it to /dev/sda >DEBUG:blivet: PartitionDevice._set_parted_partition: req36 ; >DEBUG:blivet:device req36 new parted_partition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f64e1fbbc10> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f64e1ca2290> PedPartition: <_ped.Partition object at 0x7f64e1fb2f70> >DEBUG:blivet: PartitionDevice._set_disk: sda2 ; old: None ; new: sda ; >DEBUG:blivet: DiskDevice.add_child: name: sda ; child: sda2 ; kids: 1 ; >DEBUG:blivet: PartitionDevice._set_parted_partition: sda2 ; >DEBUG:blivet:device sda2 new parted_partition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f64e1fbbc10> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f64e1c79bd0> PedPartition: <_ped.Partition object at 0x7f64e1dc5e90> >DEBUG:blivet:allocating partition: req40 ; id: 583 ; disks: ['sda'] ; >boot: False ; primary: False ; size: 117.24 Gio ; grow: False ; max_size: 0 O ; start: 4196352 ; end: None >DEBUG:blivet:checking freespace on sda >DEBUG:blivet:get_best_free_space_region: disk=/dev/sda part_type=0 req_size=117.24 Gio boot=False best=None grow=False start=4196352 >DEBUG:blivet:aligning start sector of region 63-2047 >DEBUG:blivet:failed to align start sector -- skipping region >DEBUG:blivet:checking 4196352-250069679 (117.24 Gio) >DEBUG:blivet:current free range is 4196352-250069679 (117.24 Gio) >DEBUG:blivet:updating use_disk to sda, type: 0 >DEBUG:blivet:new free: 4196352-250069679 / 117.24 Gio >DEBUG:blivet:new free allows for 0 sectors of growth >DEBUG:blivet:using alignment: parted.Alignment instance -- > offset: 0 grainSize: 1 > PedAlignment: <_ped.Alignment object at 0x7f64e1c50940> >DEBUG:blivet:created partition sda3 of 117.24 Gio and added it to /dev/sda >DEBUG:blivet: PartitionDevice._set_parted_partition: req40 ; >DEBUG:blivet:device req40 new parted_partition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f64e1fbbc10> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f64e1aed890> PedPartition: <_ped.Partition object at 0x7f64e1ca9710> >DEBUG:blivet: PartitionDevice._set_disk: sda3 ; old: None ; new: sda ; >DEBUG:blivet: DiskDevice.add_child: name: sda ; child: sda3 ; kids: 2 ; >DEBUG:blivet: PartitionDevice._set_parted_partition: sda3 ; >DEBUG:blivet:device sda3 new parted_partition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f64e1fbbc10> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f64e1ad92d0> PedPartition: <_ped.Partition object at 0x7f64e1c037e0> >DEBUG:blivet:grow_partitions: disks=['sda', 'sdb'], partitions=['sda3(id 583)', 'sda1(id 550)', 'sda2(id 573)', 'sdb1(id 83)'] >DEBUG:blivet:no growable partitions >DEBUG:blivet:fixing size of non-existent 1024 Mio partition sda1 (550) with non-existent efi filesystem mounted at /boot/efi >DEBUG:blivet:fixing size of non-existent 1024 Mio partition sda2 (573) with non-existent ext4 filesystem mounted at /boot >DEBUG:blivet:fixing size of non-existent 117.24 Gio partition sda3 (583) with non-existent lvmpv >DEBUG:blivet:fixing size of existing 465.76 Gio partition sdb1 (83) with existing lvmpv >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:0/block/sdd ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:0/block/sdd/size: 300a >INFO:blivet:Skipping disk: sdd: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:1/block/sde ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:1/block/sde/size: 300a >INFO:blivet:Skipping disk: sde: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:2/block/sdf ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:2/block/sdf/size: 300a >INFO:blivet:Skipping disk: sdf: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:3/block/sdg ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:3/block/sdg/size: 300a >INFO:blivet:Skipping disk: sdg: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:4/block/sdh ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:4/block/sdh/size: 300a >INFO:blivet:Skipping disk: sdh: No media present >DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage/Task/6. >INFO:anaconda.threading:Running Thread: AnaTaskThread-InteractivePartitioningTask-3 (140071291320000) >INFO:anaconda.modules.common.task.task:Configure the partitioning >DEBUG:anaconda.modules.storage.bootloader.execution:Execute the bootloader with dry run False. >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:0/block/sdd ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:0/block/sdd/size: 300a >INFO:blivet:Skipping disk: sdd: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:1/block/sde ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:1/block/sde/size: 300a >INFO:blivet:Skipping disk: sde: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:2/block/sdf ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:2/block/sdf/size: 300a >INFO:blivet:Skipping disk: sdf: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:3/block/sdg ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:3/block/sdg/size: 300a >INFO:blivet:Skipping disk: sdg: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:4/block/sdh ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:4/block/sdh/size: 300a >INFO:blivet:Skipping disk: sdh: No media present >DEBUG:anaconda.modules.storage.bootloader.base:new disk list: [DiskDevice instance (0x7f64e1fbb610) -- > name = sda status = True id = 39 > children = ['non-existent 1024 Mio partition sda1 (550) with non-existent efi filesystem ' > 'mounted at /boot/efi', > 'non-existent 1024 Mio partition sda2 (573) with non-existent ext4 filesystem ' > 'mounted at /boot', > 'non-existent 117.24 Gio partition sda3 (583) with non-existent lvmpv'] > parents = [] > uuid = None size = 119.24 Gio > format = existing msdos disklabel > major = 8 minor = 0 exists = True protected = False > sysfs path = /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda > target size = 119.24 Gio path = /dev/sda > format args = [] original_format = disklabel removable = False wwn = 5002538043584d30, DiskDevice instance (0x7f64e2faf750) -- > name = sdb status = True id = 73 > children = ['existing 465.76 Gio partition sdb1 (83) with existing lvmpv'] > parents = [] > uuid = None size = 465.76 Gio > format = existing msdos disklabel > major = 8 minor = 16 exists = True protected = False > sysfs path = /sys/devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sdb > target size = 465.76 Gio path = /dev/sdb > format args = [] original_format = disklabel removable = False wwn = 5002538d409a2fbe] >DEBUG:anaconda.modules.storage.bootloader.execution:Applying bootloader location: DEFAULT >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:0/block/sdd ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:0/block/sdd/size: 300a >INFO:blivet:Skipping disk: sdd: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:1/block/sde ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:1/block/sde/size: 300a >INFO:blivet:Skipping disk: sde: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:2/block/sdf ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:2/block/sdf/size: 300a >INFO:blivet:Skipping disk: sdf: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:3/block/sdg ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:3/block/sdg/size: 300a >INFO:blivet:Skipping disk: sdg: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:4/block/sdh ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:4/block/sdh/size: 300a >INFO:blivet:Skipping disk: sdh: No media present >DEBUG:anaconda.modules.storage.bootloader.execution:Applying drive order: [] >DEBUG:anaconda.modules.storage.bootloader.base:new disk order: [] >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:0/block/sdd ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:0/block/sdd/size: 300a >INFO:blivet:Skipping disk: sdd: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:1/block/sde ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:1/block/sde/size: 300a >INFO:blivet:Skipping disk: sde: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:2/block/sdf ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:2/block/sdf/size: 300a >INFO:blivet:Skipping disk: sdf: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:3/block/sdg ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:3/block/sdg/size: 300a >INFO:blivet:Skipping disk: sdg: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:4/block/sdh ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:4/block/sdh/size: 300a >INFO:blivet:Skipping disk: sdh: No media present >DEBUG:anaconda.modules.storage.bootloader.execution:Use the requested boot drive. >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:testdata:sysfs attr /sys/class/block/sdc/device/model: 466c617368204469736b2020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdd/device/model: 436f6d7061637420466c6173682020200a >DEBUG:testdata:sysfs attr /sys/class/block/sde/device/model: 534d2f78442d506963747572652020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdf/device/model: 53442f4d4d43202020202020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdg/device/model: 4d2e532e2f4d2e532e50726f2f4847200a >DEBUG:testdata:sysfs attr /sys/class/block/sdh/device/model: 53442f4d4d432f4d2e532e50524f20200a >DEBUG:testdata:sysfs attr /sys/class/block/sda/device/model: 53414d53554e472053534420383330200a >DEBUG:testdata:sysfs attr /sys/class/block/sdb/device/model: 53616d73756e672053534420383530200a >DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 4456442d52572053482d3231364142200a >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 119.24 Gio disk sda (39) with existing msdos disklabel >DEBUG:blivet:resolved 'sda' to 'sda' (disk) >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 119.24 Gio disk sda (39) with existing msdos disklabel >DEBUG:anaconda.core.storage:sda matches ['sda'] for devicetree=existing 3.83 Gio disk sdc (4) with existing iso9660 filesystem >existing 0 O disk sdd (14) >existing 0 O disk sde (19) >existing 0 O disk sdf (24) >existing 0 O disk sdg (29) >existing 0 O disk sdh (34) >existing 119.24 Gio disk sda (39) with existing msdos disklabel > non-existent 1024 Mio partition sda1 (550) with non-existent efi filesystem mounted at /boot/efi > non-existent 1024 Mio partition sda2 (573) with non-existent ext4 filesystem mounted at /boot > non-existent 117.24 Gio partition sda3 (583) with non-existent lvmpv >existing 465.76 Gio disk sdb (73) with existing msdos disklabel > existing 465.76 Gio partition sdb1 (83) with existing lvmpv > existing 465.75 Gio lvmvg vg_erwan-desktop (68) > existing 153.22 Gio lvmlv vg_erwan-desktop-lv_home (92) with existing ext4 filesystem mounted at /home > existing 161.25 Gio lvmlv vg_erwan-desktop-lv_root (118) with non-existent ext4 filesystem mounted at / > existing 15.53 Gio lvmlv vg_erwan-desktop-lv_swap (105) with existing swap >existing 1024 Mio cdrom sr0 (132) >existing 0 O file /run/initramfs/live/LiveOS/squashfs.img (137) > existing 0 O loop loop0 (141) >existing 0 O file /LiveOS/rootfs.img (151) > existing 0 O loop loop1 (155) with existing ext4 filesystem > existing 7.57 Gio dm live-base (184) with existing ext4 filesystem > existing 7.57 Gio dm live-rw (174) with existing ext4 filesystem >existing 0 O file /overlay (deleted) (165) > existing 0 O loop loop2 (169) > and disks_only=True >DEBUG:anaconda.modules.storage.bootloader.execution:Using a boot drive: sda >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 119.24 Gio disk sda (39) with existing msdos disklabel >DEBUG:blivet:resolved 'sda' to 'sda' (disk) >DEBUG:anaconda.modules.storage.bootloader.base:Is sda a valid stage1 target device? >DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type disk >DEBUG:anaconda.modules.storage.bootloader.base:Is sda1 a valid stage1 target device? >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_disklabel(sda1) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_size(sda1) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_location(sda1) returning True >WARNING:anaconda.modules.storage.bootloader.base:sda1 not bootable >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_format(sda1) returning True >DEBUG:anaconda.modules.storage.bootloader.base:is_valid_stage1_device(sda1) returning True >INFO:anaconda.threading:Thread Done: AnaTaskThread-InteractivePartitioningTask-3 (140071291320000) >DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage/Task/7. >INFO:anaconda.threading:Running Thread: AnaTaskThread-StorageValidateTask-4 (140071291320000) >INFO:anaconda.modules.common.task.task:Validate a storage model >DEBUG:anaconda.modules.storage.bootloader.base:Is sda1 a valid stage1 target device? >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_disklabel(sda1) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_size(sda1) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_location(sda1) returning True >WARNING:anaconda.modules.storage.bootloader.base:sda1 not bootable >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_format(sda1) returning True >DEBUG:anaconda.modules.storage.bootloader.base:is_valid_stage1_device(sda1) returning True >DEBUG:anaconda.modules.storage.bootloader.base:Is sda2 a valid stage2 target device? >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_disklabel(sda2) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_size(sda2) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_partition(sda2) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_format(sda2) returning True >DEBUG:anaconda.modules.storage.bootloader.base:is_valid_stage2_device(sda2) returning True >DEBUG:anaconda.modules.storage.checker.utils:Available memory: 11.68 Gio >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:0/block/sdd ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:0/block/sdd/size: 300a >INFO:blivet:Skipping disk: sdd: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:1/block/sde ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:1/block/sde/size: 300a >INFO:blivet:Skipping disk: sde: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:2/block/sdf ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:2/block/sdf/size: 300a >INFO:blivet:Skipping disk: sdf: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:3/block/sdg ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:3/block/sdg/size: 300a >INFO:blivet:Skipping disk: sdg: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:4/block/sdh ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:4/block/sdh/size: 300a >INFO:blivet:Skipping disk: sdh: No media present >DEBUG:blivet: DeviceTree.get_device_by_path: path: /dev/sda1 ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_path returned non-existent 1024 Mio partition sda1 (550) with non-existent efi filesystem mounted at /boot/efi >DEBUG:blivet: DeviceTree.get_device_by_path: path: /dev/sda2 ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_path returned non-existent 1024 Mio partition sda2 (573) with non-existent ext4 filesystem mounted at /boot >DEBUG:blivet: DeviceTree.get_device_by_path: path: /dev/sda3 ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_path returned non-existent 117.24 Gio partition sda3 (583) with non-existent lvmpv >DEBUG:blivet: DeviceTree.get_device_by_path: path: /dev/sdb1 ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_path returned existing 465.76 Gio partition sdb1 (83) with existing lvmpv >DEBUG:anaconda.modules.storage.partitioning.validate:Storage check started with constraints {'min_ram': Size (410 MiB), 'root_device_types': set(), 'min_partition_sizes': {'/': Size (250 MiB), '/usr': Size (250 MiB), '/tmp': Size (50 MiB), '/var': Size (384 MiB), '/home': Size (100 MiB), '/boot': Size (512 MiB)}, 'req_partition_sizes': {}, 'must_be_on_linuxfs': {'/', '/tmp', '/home', '/var', '/usr/share', '/usr', '/usr/lib'}, 'must_be_on_root': {'/etc', '/mnt', '/proc', 'lost+found', '/sbin', '/bin', '/dev', '/root', '/lib'}, 'must_not_be_on_root': set(), 'reformat_allowlist': {'/tmp', '/usr', '/var', '/boot'}, 'reformat_blocklist': {'/usr/local', '/home', '/var/www', '/opt'}, 'swap_is_recommended': False, 'luks2_min_ram': Size (128 MiB)}. >DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_root. >DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_s390_constraints. >DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_partition_formatting. >DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_partition_sizes. >DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_partition_format_sizes. >DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_bootloader. >DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_gpt_biosboot. >DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_opal_compatibility. >DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_swap. >DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_swap_uuid. >DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_mountpoints_on_linuxfs. >DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_mountpoints_on_root. >DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_mountpoints_not_on_root. >DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_unlocked_devices_have_key. >DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_luks_devices_have_key. >DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_luks2_memory_requirements. >DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_mounted_partitions. >DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_lvm_destruction. >DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_requests. >DEBUG:anaconda.modules.storage.partitioning.validate:Storage check finished with success. >INFO:anaconda.threading:Thread Done: AnaTaskThread-StorageValidateTask-4 (140071291320000) >DEBUG:anaconda.storage:Creating a copy of the storage model. >DEBUG:blivet:starting Blivet copy >DEBUG:blivet: DeviceTree.get_device_by_id: id_num: 39 ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_id returned existing 119.24 Gio disk sda (39) with existing msdos disklabel >DEBUG:blivet: PartitionDevice._set_parted_partition: sda1 ; >DEBUG:blivet:device sda1 new parted_partition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f64e1b04590> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f64e1c8bbd0> PedPartition: <_ped.Partition object at 0x7f64e2f64d10> >DEBUG:blivet: DeviceTree.get_device_by_id: id_num: 39 ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_id returned existing 119.24 Gio disk sda (39) with existing msdos disklabel >DEBUG:blivet: PartitionDevice._set_parted_partition: sda2 ; >DEBUG:blivet:device sda2 new parted_partition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f64e1b04590> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f64e1b4fd50> PedPartition: <_ped.Partition object at 0x7f64e1e7a700> >DEBUG:blivet: DeviceTree.get_device_by_id: id_num: 39 ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_id returned existing 119.24 Gio disk sda (39) with existing msdos disklabel >DEBUG:blivet: PartitionDevice._set_parted_partition: sda3 ; >DEBUG:blivet:device sda3 new parted_partition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f64e1b04590> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f64e1b4fc50> PedPartition: <_ped.Partition object at 0x7f64e1e7ad40> >DEBUG:blivet: PartitionDevice._set_parted_partition: sdb1 ; >DEBUG:blivet:device sdb1 new parted_partition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f64e1b09a50> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f64e1b38c50> PedPartition: <_ped.Partition object at 0x7f64e1da7ec0> >DEBUG:blivet:finished Blivet copy >DEBUG:blivet: DeviceTree.get_device_by_id: id_num: 118 ; incomplete: False ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_id returned existing 161.25 Gio lvmlv vg_erwan-desktop-lv_root (118) with non-existent ext4 filesystem mounted at / >DEBUG:blivet: DeviceTree.get_device_by_id: id_num: 49 ; incomplete: False ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_id returned None >DEBUG:blivet: DeviceTree.get_device_by_id: id_num: 92 ; incomplete: False ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_id returned existing 153.22 Gio lvmlv vg_erwan-desktop-lv_home (92) with existing ext4 filesystem mounted at /home >DEBUG:blivet: DeviceTree.get_device_by_id: id_num: 105 ; incomplete: False ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_id returned existing 15.53 Gio lvmlv vg_erwan-desktop-lv_swap (105) with existing swap >DEBUG:blivet: DeviceTree.get_device_by_id: id_num: 118 ; incomplete: False ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_id returned existing 161.25 Gio lvmlv vg_erwan-desktop-lv_root (118) with non-existent ext4 filesystem mounted at / >DEBUG:blivet: DeviceTree.get_device_by_id: id_num: 49 ; incomplete: False ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_id returned None >DEBUG:blivet: DeviceTree.get_device_by_id: id_num: 92 ; incomplete: False ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_id returned existing 153.22 Gio lvmlv vg_erwan-desktop-lv_home (92) with existing ext4 filesystem mounted at /home >DEBUG:anaconda.storage:Finished a copy of the storage model. >DEBUG:anaconda.modules.storage.bootloader.base:Is sda1 a valid stage1 target device? >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_disklabel(sda1) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_size(sda1) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_location(sda1) returning True >WARNING:anaconda.modules.storage.bootloader.base:sda1 not bootable >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_format(sda1) returning True >DEBUG:anaconda.modules.storage.bootloader.base:is_valid_stage1_device(sda1) returning True >DEBUG:anaconda.modules.storage.bootloader.base:Is sda2 a valid stage2 target device? >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_disklabel(sda2) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_size(sda2) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_partition(sda2) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_format(sda2) returning True >DEBUG:anaconda.modules.storage.bootloader.base:is_valid_stage2_device(sda2) returning True >DEBUG:anaconda.modules.storage.checker.utils:Available memory: 11.68 Gio >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:0/block/sdd ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:0/block/sdd/size: 300a >INFO:blivet:Skipping disk: sdd: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:1/block/sde ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:1/block/sde/size: 300a >INFO:blivet:Skipping disk: sde: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:2/block/sdf ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:2/block/sdf/size: 300a >INFO:blivet:Skipping disk: sdf: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:3/block/sdg ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:3/block/sdg/size: 300a >INFO:blivet:Skipping disk: sdg: No media present >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:4/block/sdh ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host7/target7:0:0/7:0:0:4/block/sdh/size: 300a >INFO:blivet:Skipping disk: sdh: No media present >DEBUG:blivet: DeviceTree.get_device_by_path: path: /dev/sda1 ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_path returned non-existent 1024 Mio partition sda1 (550) with non-existent efi filesystem mounted at /boot/efi >DEBUG:blivet: DeviceTree.get_device_by_path: path: /dev/sda2 ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_path returned non-existent 1024 Mio partition sda2 (573) with non-existent ext4 filesystem mounted at /boot >DEBUG:blivet: DeviceTree.get_device_by_path: path: /dev/sda3 ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_path returned non-existent 117.24 Gio partition sda3 (583) with non-existent lvmpv >DEBUG:blivet: DeviceTree.get_device_by_path: path: /dev/sdb1 ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_path returned existing 465.76 Gio partition sdb1 (83) with existing lvmpv >DEBUG:anaconda.modules.storage.partitioning.validate:Storage check started with constraints {'min_ram': Size (410 MiB), 'root_device_types': set(), 'min_partition_sizes': {'/': Size (250 MiB), '/usr': Size (250 MiB), '/tmp': Size (50 MiB), '/var': Size (384 MiB), '/home': Size (100 MiB), '/boot': Size (512 MiB)}, 'req_partition_sizes': {}, 'must_be_on_linuxfs': {'/', '/tmp', '/home', '/var', '/usr/share', '/usr', '/usr/lib'}, 'must_be_on_root': {'/etc', '/mnt', '/proc', 'lost+found', '/sbin', '/bin', '/dev', '/root', '/lib'}, 'must_not_be_on_root': set(), 'reformat_allowlist': {'/tmp', '/usr', '/var', '/boot'}, 'reformat_blocklist': {'/usr/local', '/home', '/var/www', '/opt'}, 'swap_is_recommended': False, 'luks2_min_ram': Size (128 MiB)}. >DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_root. >DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_s390_constraints. >DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_partition_formatting. >DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_partition_sizes. >DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_partition_format_sizes. >DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_bootloader. >DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_gpt_biosboot. >DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_opal_compatibility. >DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_swap. >DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_swap_uuid. >DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_mountpoints_on_linuxfs. >DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_mountpoints_on_root. >DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_mountpoints_not_on_root. >DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_unlocked_devices_have_key. >DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_luks_devices_have_key. >DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_luks2_memory_requirements. >DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_mounted_partitions. >DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_lvm_destruction. >DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_requests. >DEBUG:anaconda.modules.storage.partitioning.validate:Storage check finished with success. >DEBUG:anaconda.modules.storage.storage:The storage model has changed. >DEBUG:anaconda.modules.storage.storage:The partitioning BLIVET is applied. >INFO:blivet:removing obsolete action 564 (569) >INFO:blivet:removing obsolete action 566 (569) >INFO:blivet:removing obsolete action 567 (569) >INFO:blivet:removing obsolete action 569 (569) >DEBUG:blivet:action 567 already pruned >DEBUG:blivet:action 566 already pruned >DEBUG:blivet:action 564 already pruned >INFO:blivet:removing obsolete action 387 (546) >INFO:blivet:removing obsolete action 389 (546) >INFO:blivet:removing obsolete action 544 (546) >INFO:blivet:removing obsolete action 546 (546) >DEBUG:blivet:action 544 already pruned >INFO:blivet:removing obsolete action 347 (541) >INFO:blivet:removing obsolete action 349 (541) >INFO:blivet:removing obsolete action 539 (541) >INFO:blivet:removing obsolete action 541 (541) >DEBUG:blivet:action 539 already pruned >INFO:blivet:removing obsolete action 394 (536) >INFO:blivet:removing obsolete action 534 (534) >DEBUG:blivet:action 394 already pruned >DEBUG:blivet:action 389 already pruned >DEBUG:blivet:action 387 already pruned >INFO:blivet:removing obsolete action 357 (369) >INFO:blivet:removing obsolete action 359 (369) >INFO:blivet:removing obsolete action 367 (369) >INFO:blivet:removing obsolete action 369 (369) >DEBUG:blivet:action 367 already pruned >INFO:blivet:removing obsolete action 364 (366) >INFO:blivet:removing obsolete action 366 (366) >DEBUG:blivet:action 364 already pruned >DEBUG:blivet:action 359 already pruned >DEBUG:blivet:action 357 already pruned >DEBUG:blivet:action 349 already pruned >DEBUG:blivet:action 347 already pruned >DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage/Task/8. >DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage/Task/9. >DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage/Task/10. >DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage/Task/11. >INFO:anaconda.threading:Running Thread: AnaTaskThread-CreateStorageLayoutTask-1 (140071291320000) >INFO:anaconda.modules.common.task.task:Create storage layout >DEBUG:blivet: DiskDevice.teardown: sdd ; status: True ; controllable: True ; >DEBUG:blivet: DeviceFormat.teardown: device: /dev/sdd ; type: None ; status: False ; >DEBUG:blivet: DeviceFormat.teardown: device: /dev/sdd ; type: None ; status: False ; >DEBUG:blivet: DiskDevice.teardown: sde ; status: True ; controllable: True ; >DEBUG:blivet: DeviceFormat.teardown: device: /dev/sde ; type: None ; status: False ; >DEBUG:blivet: DeviceFormat.teardown: device: /dev/sde ; type: None ; status: False ; >DEBUG:blivet: DiskDevice.teardown: sdf ; status: True ; controllable: True ; >DEBUG:blivet: DeviceFormat.teardown: device: /dev/sdf ; type: None ; status: False ; >DEBUG:blivet: DeviceFormat.teardown: device: /dev/sdf ; type: None ; status: False ; >DEBUG:blivet: DiskDevice.teardown: sdg ; status: True ; controllable: True ; >DEBUG:blivet: DeviceFormat.teardown: device: /dev/sdg ; type: None ; status: False ; >DEBUG:blivet: DeviceFormat.teardown: device: /dev/sdg ; type: None ; status: False ; >DEBUG:blivet: DiskDevice.teardown: sdh ; status: True ; controllable: True ; >DEBUG:blivet: DeviceFormat.teardown: device: /dev/sdh ; type: None ; status: False ; >DEBUG:blivet: DeviceFormat.teardown: device: /dev/sdh ; type: None ; status: False ; >DEBUG:blivet: LVMLogicalVolumeDevice.teardown: vg_erwan-desktop-lv_home ; status: False ; controllable: True ; >DEBUG:blivet: LVMVolumeGroupDevice.teardown: vg_erwan-desktop ; status: False ; controllable: True ; >DEBUG:blivet: PartitionDevice.teardown: sdb1 ; status: True ; controllable: True ; >DEBUG:blivet: LVMPhysicalVolume.teardown: device: /dev/sdb1 ; type: lvmpv ; status: False ; >DEBUG:blivet: LVMPhysicalVolume.teardown: device: /dev/sdb1 ; type: lvmpv ; status: False ; >DEBUG:blivet: DiskDevice.teardown: sdb ; status: True ; controllable: True ; >DEBUG:blivet: DiskLabel.teardown: device: /dev/sdb ; type: disklabel ; status: False ; >DEBUG:blivet: DiskLabel.teardown: device: /dev/sdb ; type: disklabel ; status: False ; >DEBUG:blivet: LVMLogicalVolumeDevice.teardown: vg_erwan-desktop-lv_swap ; status: False ; controllable: True ; >DEBUG:blivet: LVMVolumeGroupDevice.teardown: vg_erwan-desktop ; status: False ; controllable: True ; >DEBUG:blivet: PartitionDevice.teardown: sdb1 ; status: True ; controllable: True ; >DEBUG:blivet: LVMPhysicalVolume.teardown: device: /dev/sdb1 ; type: lvmpv ; status: False ; >DEBUG:blivet: LVMPhysicalVolume.teardown: device: /dev/sdb1 ; type: lvmpv ; status: False ; >DEBUG:blivet: DiskDevice.teardown: sdb ; status: True ; controllable: True ; >DEBUG:blivet: DiskLabel.teardown: device: /dev/sdb ; type: disklabel ; status: False ; >DEBUG:blivet: DiskLabel.teardown: device: /dev/sdb ; type: disklabel ; status: False ; >DEBUG:blivet: LVMLogicalVolumeDevice.teardown: vg_erwan-desktop-lv_root ; status: False ; controllable: True ; >DEBUG:blivet: LVMVolumeGroupDevice.teardown: vg_erwan-desktop ; status: False ; controllable: True ; >DEBUG:blivet: PartitionDevice.teardown: sdb1 ; status: True ; controllable: True ; >DEBUG:blivet: LVMPhysicalVolume.teardown: device: /dev/sdb1 ; type: lvmpv ; status: False ; >DEBUG:blivet: LVMPhysicalVolume.teardown: device: /dev/sdb1 ; type: lvmpv ; status: False ; >DEBUG:blivet: DiskDevice.teardown: sdb ; status: True ; controllable: True ; >DEBUG:blivet: DiskLabel.teardown: device: /dev/sdb ; type: disklabel ; status: False ; >DEBUG:blivet: DiskLabel.teardown: device: /dev/sdb ; type: disklabel ; status: False ; >DEBUG:blivet: LoopDevice.teardown: loop2 ; status: False ; controllable: False ; >DEBUG:blivet: FileDevice.teardown: /overlay (deleted) ; status: False ; controllable: False ; >DEBUG:blivet: PartitionDevice.teardown: sda1 ; status: False ; controllable: True ; >DEBUG:blivet: DiskDevice.teardown: sda ; status: True ; controllable: True ; >DEBUG:blivet: DiskLabel.teardown: device: /dev/sda ; type: disklabel ; status: False ; >DEBUG:blivet: DiskLabel.teardown: device: /dev/sda ; type: disklabel ; status: False ; >DEBUG:blivet: PartitionDevice.teardown: sda2 ; status: False ; controllable: True ; >DEBUG:blivet: DiskDevice.teardown: sda ; status: True ; controllable: True ; >DEBUG:blivet: DiskLabel.teardown: device: /dev/sda ; type: disklabel ; status: False ; >DEBUG:blivet: DiskLabel.teardown: device: /dev/sda ; type: disklabel ; status: False ; >DEBUG:blivet: PartitionDevice.teardown: sda3 ; status: False ; controllable: True ; >DEBUG:blivet: DiskDevice.teardown: sda ; status: True ; controllable: True ; >DEBUG:blivet: DiskLabel.teardown: device: /dev/sda ; type: disklabel ; status: False ; >DEBUG:blivet: DiskLabel.teardown: device: /dev/sda ; type: disklabel ; status: False ; >DEBUG:blivet:action: [293] remove container member partition sda2 (id 59) >DEBUG:blivet:action: [294] destroy format lvmpv on partition sda2 (id 59) >DEBUG:blivet:action: [296] destroy device partition sda2 (id 59) >DEBUG:blivet:action: [347] create device partition sda2 (id 343) >DEBUG:blivet:action: [349] create format None on partition sda2 (id 343) >DEBUG:blivet:action: [357] create device partition sda3 (id 353) >DEBUG:blivet:action: [359] create format None on partition sda3 (id 353) >DEBUG:blivet:action: [364] create device lvmvg vg_erwan-desktop-0 (id 360) >DEBUG:blivet:action: [366] destroy device lvmvg vg_erwan-desktop-0 (id 360) >DEBUG:blivet:action: [367] destroy format lvmpv on partition sda3 (id 353) >DEBUG:blivet:action: [369] destroy device partition sda3 (id 353) >DEBUG:blivet:action: [374] destroy format ext4 filesystem on lvmlv vg_erwan-desktop-lv_root (id 118) >DEBUG:blivet:action: [376] create format ext4 filesystem mounted at / on lvmlv vg_erwan-desktop-lv_root (id 118) >DEBUG:blivet:action: [387] create device partition sda3 (id 383) >DEBUG:blivet:action: [389] create format None on partition sda3 (id 383) >DEBUG:blivet:action: [392] destroy format ext4 filesystem on partition sda1 (id 49) >DEBUG:blivet:action: [394] create format None on partition sda1 (id 49) >DEBUG:blivet:action: [534] destroy format ext4 filesystem mounted at /boot on partition sda1 (id 49) >DEBUG:blivet:action: [536] destroy device partition sda1 (id 49) >DEBUG:blivet:action: [539] destroy format efi filesystem mounted at /boot/efi on partition sda2 (id 343) >DEBUG:blivet:action: [541] destroy device partition sda2 (id 343) >DEBUG:blivet:action: [544] destroy format lvmpv on partition sda3 (id 383) >DEBUG:blivet:action: [546] destroy device partition sda3 (id 383) >DEBUG:blivet:action: [554] create device partition sda1 (id 550) >DEBUG:blivet:action: [556] create format efi filesystem mounted at /boot/efi on partition sda1 (id 550) >DEBUG:blivet:action: [564] create device partition sda2 (id 560) >DEBUG:blivet:action: [566] create format None on partition sda2 (id 560) >DEBUG:blivet:action: [567] destroy format ext4 filesystem mounted at /boot on partition sda2 (id 560) >DEBUG:blivet:action: [569] destroy device partition sda2 (id 560) >DEBUG:blivet:action: [577] create device partition sda2 (id 573) >DEBUG:blivet:action: [579] create format ext4 filesystem mounted at /boot on partition sda2 (id 573) >DEBUG:blivet:action: [587] create device partition sda3 (id 583) >DEBUG:blivet:action: [589] create format lvmpv on partition sda3 (id 583) >INFO:blivet:pruning action queue... >INFO:blivet:removing obsolete action 564 (569) >INFO:blivet:removing obsolete action 566 (569) >INFO:blivet:removing obsolete action 567 (569) >INFO:blivet:removing obsolete action 569 (569) >DEBUG:blivet:action 567 already pruned >DEBUG:blivet:action 566 already pruned >DEBUG:blivet:action 564 already pruned >INFO:blivet:removing obsolete action 387 (546) >INFO:blivet:removing obsolete action 389 (546) >INFO:blivet:removing obsolete action 544 (546) >INFO:blivet:removing obsolete action 546 (546) >DEBUG:blivet:action 544 already pruned >INFO:blivet:removing obsolete action 347 (541) >INFO:blivet:removing obsolete action 349 (541) >INFO:blivet:removing obsolete action 539 (541) >INFO:blivet:removing obsolete action 541 (541) >DEBUG:blivet:action 539 already pruned >INFO:blivet:removing obsolete action 394 (536) >INFO:blivet:removing obsolete action 534 (534) >DEBUG:blivet:action 394 already pruned >DEBUG:blivet:action 389 already pruned >DEBUG:blivet:action 387 already pruned >INFO:blivet:removing obsolete action 357 (369) >INFO:blivet:removing obsolete action 359 (369) >INFO:blivet:removing obsolete action 367 (369) >INFO:blivet:removing obsolete action 369 (369) >DEBUG:blivet:action 367 already pruned >INFO:blivet:removing obsolete action 364 (366) >INFO:blivet:removing obsolete action 366 (366) >DEBUG:blivet:action 364 already pruned >DEBUG:blivet:action 359 already pruned >DEBUG:blivet:action 357 already pruned >DEBUG:blivet:action 349 already pruned >DEBUG:blivet:action 347 already pruned >INFO:blivet:resetting parted disks... >DEBUG:blivet: DiskLabel.reset_parted_disk: device: /dev/sda ; >DEBUG:blivet: DiskLabel.reset_parted_disk: device: /dev/sda ; >DEBUG:blivet: DiskLabel.reset_parted_disk: device: /dev/sdb ; >DEBUG:blivet: DiskLabel.reset_parted_disk: device: /dev/sdb ; >DEBUG:blivet: PartitionDevice.pre_commit_fixup: sda1 ; >DEBUG:blivet: PartitionDevice.pre_commit_fixup: sda2 ; >DEBUG:blivet: PartitionDevice.pre_commit_fixup: sda3 ; >DEBUG:blivet: PartitionDevice.pre_commit_fixup: sdb1 ; >DEBUG:blivet:sector-based lookup found partition sdb1 >DEBUG:blivet: PartitionDevice._set_parted_partition: sdb1 ; >DEBUG:blivet:device sdb1 new parted_partition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f64e1b0a290> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f64e1af8510> PedPartition: <_ped.Partition object at 0x7f64e1b0c900> >DEBUG:blivet: PartitionDevice.pre_commit_fixup: sda2 ; >DEBUG:blivet:sector-based lookup found partition sda2 >DEBUG:blivet: PartitionDevice._set_parted_partition: sda2 ; >DEBUG:blivet:device sda2 new parted_partition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f64e1b068d0> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f64e1b4da50> PedPartition: <_ped.Partition object at 0x7f64e1b0e7a0> >DEBUG:blivet: PartitionDevice.pre_commit_fixup: sda1 ; >DEBUG:blivet:sector-based lookup found partition sda1 >DEBUG:blivet: PartitionDevice._set_parted_partition: sda1 ; >DEBUG:blivet:device sda1 new parted_partition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f64e1b068d0> fileSystem: <parted.filesystem.FileSystem object at 0x7f64e1b54410> > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f64e1b74a10> PedPartition: <_ped.Partition object at 0x7f64e1b0e610> >INFO:blivet:sorting actions... >DEBUG:blivet:action: [392] destroy format ext4 filesystem on partition sda1 (id 49) >DEBUG:blivet:action: [374] destroy format ext4 filesystem on lvmlv vg_erwan-desktop-lv_root (id 118) >DEBUG:blivet:action: [293] remove container member partition sda2 (id 59) >DEBUG:blivet:action: [294] destroy format lvmpv on partition sda2 (id 59) >DEBUG:blivet:action: [296] destroy device partition sda2 (id 59) >DEBUG:blivet:action: [536] destroy device partition sda1 (id 49) >DEBUG:blivet:action: [554] create device partition sda1 (id 550) >DEBUG:blivet:action: [577] create device partition sda2 (id 573) >DEBUG:blivet:action: [587] create device partition sda3 (id 583) >DEBUG:blivet:action: [589] create format lvmpv on partition sda3 (id 583) >DEBUG:blivet:action: [579] create format ext4 filesystem mounted at /boot on partition sda2 (id 573) >DEBUG:blivet:action: [556] create format efi filesystem mounted at /boot/efi on partition sda1 (id 550) >DEBUG:blivet:action: [376] create format ext4 filesystem mounted at / on lvmlv vg_erwan-desktop-lv_root (id 118) >INFO:blivet:executing action: [392] destroy format ext4 filesystem on partition sda1 (id 49) >DEBUG:blivet: PartitionDevice.setup: sda1 ; orig: True ; status: True ; controllable: True ; >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:testdata:sysfs attr /sys/class/block/sdc/device/model: 466c617368204469736b2020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdd/device/model: 436f6d7061637420466c6173682020200a >DEBUG:testdata:sysfs attr /sys/class/block/sde/device/model: 534d2f78442d506963747572652020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdf/device/model: 53442f4d4d43202020202020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdg/device/model: 4d2e532e2f4d2e532e50726f2f4847200a >DEBUG:testdata:sysfs attr /sys/class/block/sdh/device/model: 53442f4d4d432f4d2e532e50524f20200a >DEBUG:testdata:sysfs attr /sys/class/block/sda/device/model: 53414d53554e472053534420383330200a >DEBUG:testdata:sysfs attr /sys/class/block/sdb/device/model: 53616d73756e672053534420383530200a >DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 4456442d52572053482d3231364142200a >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:testdata:sysfs attr /sys/class/block/sdc/device/model: 466c617368204469736b2020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdd/device/model: 436f6d7061637420466c6173682020200a >DEBUG:testdata:sysfs attr /sys/class/block/sde/device/model: 534d2f78442d506963747572652020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdf/device/model: 53442f4d4d43202020202020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdg/device/model: 4d2e532e2f4d2e532e50726f2f4847200a >DEBUG:testdata:sysfs attr /sys/class/block/sdh/device/model: 53442f4d4d432f4d2e532e50524f20200a >DEBUG:testdata:sysfs attr /sys/class/block/sda/device/model: 53414d53554e472053534420383330200a >DEBUG:testdata:sysfs attr /sys/class/block/sdb/device/model: 53616d73756e672053534420383530200a >DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 4456442d52572053482d3231364142200a >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:testdata:sysfs attr /sys/class/block/sdc/device/model: 466c617368204469736b2020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdd/device/model: 436f6d7061637420466c6173682020200a >DEBUG:testdata:sysfs attr /sys/class/block/sde/device/model: 534d2f78442d506963747572652020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdf/device/model: 53442f4d4d43202020202020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdg/device/model: 4d2e532e2f4d2e532e50726f2f4847200a >DEBUG:testdata:sysfs attr /sys/class/block/sdh/device/model: 53442f4d4d432f4d2e532e50524f20200a >DEBUG:testdata:sysfs attr /sys/class/block/sda/device/model: 53414d53554e472053534420383330200a >DEBUG:testdata:sysfs attr /sys/class/block/sdb/device/model: 53616d73756e672053534420383530200a >DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 4456442d52572053482d3231364142200a >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:testdata:sysfs attr /sys/class/block/sdc/device/model: 466c617368204469736b2020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdd/device/model: 436f6d7061637420466c6173682020200a >DEBUG:testdata:sysfs attr /sys/class/block/sde/device/model: 534d2f78442d506963747572652020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdf/device/model: 53442f4d4d43202020202020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdg/device/model: 4d2e532e2f4d2e532e50726f2f4847200a >DEBUG:testdata:sysfs attr /sys/class/block/sdh/device/model: 53442f4d4d432f4d2e532e50524f20200a >DEBUG:testdata:sysfs attr /sys/class/block/sda/device/model: 53414d53554e472053534420383330200a >DEBUG:testdata:sysfs attr /sys/class/block/sdb/device/model: 53616d73756e672053534420383530200a >DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 4456442d52572053482d3231364142200a >DEBUG:blivet: Ext4FS.destroy: device: /dev/sda1 ; type: ext4 ; status: False ; >INFO:program:Running... wipefs -f -a /dev/sda1 >INFO:program:stdout: >INFO:program:/dev/sda1: 2 bytes were erased at offset 0x00000438 (ext4): 53 ef >DEBUG:program:Return code: 0 >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:blivet: DiskLabel.commit_to_disk: device: /dev/sda ; numparts: 2 ; >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >INFO:blivet:executing action: [374] destroy format ext4 filesystem on lvmlv vg_erwan-desktop-lv_root (id 118) >DEBUG:blivet: LVMLogicalVolumeDevice.setup: vg_erwan-desktop-lv_root ; orig: True ; status: False ; controllable: True ; >DEBUG:blivet: LVMLogicalVolumeDevice.setup_parents: name: vg_erwan-desktop-lv_root ; orig: True ; >DEBUG:blivet: LVMVolumeGroupDevice.setup: vg_erwan-desktop ; orig: True ; status: False ; controllable: True ; >DEBUG:blivet: LVMVolumeGroupDevice.setup_parents: name: vg_erwan-desktop ; orig: True ; >DEBUG:blivet: PartitionDevice.setup: sdb1 ; orig: True ; status: True ; controllable: True ; >DEBUG:blivet: LVMPhysicalVolume.setup: device: /dev/sdb1 ; type: lvmpv ; status: False ; >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:blivet: LVMVolumeGroupDevice.update_sysfs_path: vg_erwan-desktop ; status: False ; >DEBUG:blivet: LVMLogicalVolumeDevice._setup: vg_erwan-desktop-lv_root ; orig: True ; status: False ; controllable: True ; >INFO:program:[68] Calling the 'com.redhat.lvmdbus1.Lv.Activate' method on the '/com/redhat/lvmdbus1/Lv/2' object with the following parameters: '(0, 1, {'-K': <''>, '--config': <' devices { filter=["a|/dev/sda2$|","a|/dev/sdb1$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0}'>})' >INFO:program:[68] Done. >INFO:program:[68] No result, no job started >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:blivet: LVMLogicalVolumeDevice.update_sysfs_path: vg_erwan-desktop-lv_root ; status: True ; >DEBUG:blivet:vg_erwan-desktop-lv_root sysfs_path set to /sys/devices/virtual/block/dm-0 >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:testdata:sysfs attr /sys/class/block/sdc/device/model: 466c617368204469736b2020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdd/device/model: 436f6d7061637420466c6173682020200a >DEBUG:testdata:sysfs attr /sys/class/block/sde/device/model: 534d2f78442d506963747572652020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdf/device/model: 53442f4d4d43202020202020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sdg/device/model: 4d2e532e2f4d2e532e50726f2f4847200a >DEBUG:testdata:sysfs attr /sys/class/block/sdh/device/model: 53442f4d4d432f4d2e532e50524f20200a >DEBUG:testdata:sysfs attr /sys/class/block/sda/device/model: 53414d53554e472053534420383330200a >DEBUG:testdata:sysfs attr /sys/class/block/sdb/device/model: 53616d73756e672053534420383530200a >DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 4456442d52572053482d3231364142200a >DEBUG:blivet: Ext4FS.destroy: device: /dev/mapper/vg_erwan--desktop-lv_root ; type: ext4 ; status: False ; >INFO:program:Running... wipefs -f -a /dev/mapper/vg_erwan--desktop-lv_root >INFO:program:stdout: >INFO:program:/dev/mapper/vg_erwan--desktop-lv_root: 2 bytes were erased at offset 0x00000438 (ext4): 53 ef >DEBUG:program:Return code: 0 >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:blivet: LVMLogicalVolumeDevice.teardown: vg_erwan-desktop-lv_root ; status: True ; controllable: True ; >DEBUG:blivet: Ext4FS.teardown: device: /dev/mapper/vg_erwan--desktop-lv_root ; type: ext4 ; status: False ; >DEBUG:blivet: LVMLogicalVolumeDevice._teardown: vg_erwan-desktop-lv_root ; status: True ; controllable: True ; >INFO:program:[69] Calling the 'com.redhat.lvmdbus1.Lv.Deactivate' method on the '/com/redhat/lvmdbus1/Lv/2' object with the following parameters: '(0, 1, {'--config': <' devices { filter=["a|/dev/sda2$|","a|/dev/sdb1$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0}'>})' >INFO:program:[69] Done. >INFO:program:[69] No result, no job started >INFO:blivet:executing action: [293] remove container member partition sda2 (id 59) >DEBUG:blivet: LVMVolumeGroupDevice.remove: vg_erwan-desktop ; status: False ; >WARNING:blivet:Attribute name (vg_uuid) which specifies member format's array UUID does not exist for this object (existing 118.75 Gio partition sda2 (59)). >DEBUG:blivet: LVMLogicalVolumeDevice.setup: vg_erwan-desktop-lv_home ; orig: False ; status: False ; controllable: True ; >DEBUG:blivet: LVMLogicalVolumeDevice.setup_parents: name: vg_erwan-desktop-lv_home ; orig: False ; >DEBUG:blivet: LVMVolumeGroupDevice.setup: vg_erwan-desktop ; orig: False ; status: False ; controllable: True ; >DEBUG:blivet: LVMVolumeGroupDevice.setup_parents: name: vg_erwan-desktop ; orig: False ; >DEBUG:blivet: PartitionDevice.setup: sdb1 ; orig: False ; status: True ; controllable: True ; >DEBUG:blivet: LVMPhysicalVolume.setup: device: /dev/sdb1 ; type: lvmpv ; status: False ; >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:blivet: LVMVolumeGroupDevice.update_sysfs_path: vg_erwan-desktop ; status: False ; >DEBUG:blivet: LVMLogicalVolumeDevice._setup: vg_erwan-desktop-lv_home ; orig: False ; status: False ; controllable: True ; >INFO:program:[70] Calling the 'com.redhat.lvmdbus1.Lv.Activate' method on the '/com/redhat/lvmdbus1/Lv/0' object with the following parameters: '(0, 1, {'--config': <' devices { filter=["a|/dev/sda2$|","a|/dev/sdb1$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0}'>})' >INFO:program:[70] Done. >INFO:program:[70] No result, no job started >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:blivet: LVMLogicalVolumeDevice.update_sysfs_path: vg_erwan-desktop-lv_home ; status: True ; >DEBUG:blivet:vg_erwan-desktop-lv_home sysfs_path set to /sys/devices/virtual/block/dm-0 >DEBUG:blivet: LVMLogicalVolumeDevice.setup: vg_erwan-desktop-lv_swap ; orig: False ; status: False ; controllable: True ; >DEBUG:blivet: LVMLogicalVolumeDevice.setup_parents: name: vg_erwan-desktop-lv_swap ; orig: False ; >DEBUG:blivet: LVMVolumeGroupDevice.setup: vg_erwan-desktop ; orig: False ; status: True ; controllable: True ; >DEBUG:blivet: LVMLogicalVolumeDevice._setup: vg_erwan-desktop-lv_swap ; orig: False ; status: False ; controllable: True ; >INFO:program:[71] Calling the 'com.redhat.lvmdbus1.Lv.Activate' method on the '/com/redhat/lvmdbus1/Lv/1' object with the following parameters: '(0, 1, {'--config': <' devices { filter=["a|/dev/sda2$|","a|/dev/sdb1$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0}'>})' >INFO:program:[71] Done. >INFO:program:[71] No result, no job started >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:blivet: LVMLogicalVolumeDevice.update_sysfs_path: vg_erwan-desktop-lv_swap ; status: True ; >DEBUG:blivet:vg_erwan-desktop-lv_swap sysfs_path set to /sys/devices/virtual/block/dm-1 >DEBUG:blivet: LVMLogicalVolumeDevice.setup: vg_erwan-desktop-lv_root ; orig: False ; status: False ; controllable: True ; >DEBUG:blivet: LVMLogicalVolumeDevice.setup_parents: name: vg_erwan-desktop-lv_root ; orig: False ; >DEBUG:blivet: LVMVolumeGroupDevice.setup: vg_erwan-desktop ; orig: False ; status: True ; controllable: True ; >DEBUG:blivet: LVMLogicalVolumeDevice._setup: vg_erwan-desktop-lv_root ; orig: False ; status: False ; controllable: True ; >INFO:program:[72] Calling the 'com.redhat.lvmdbus1.Lv.Activate' method on the '/com/redhat/lvmdbus1/Lv/2' object with the following parameters: '(0, 1, {'-K': <''>, '--config': <' devices { filter=["a|/dev/sda2$|","a|/dev/sdb1$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0}'>})' >INFO:program:[72] Done. >INFO:program:[72] No result, no job started >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:blivet: LVMLogicalVolumeDevice.update_sysfs_path: vg_erwan-desktop-lv_root ; status: True ; >DEBUG:blivet:vg_erwan-desktop-lv_root sysfs_path set to /sys/devices/virtual/block/dm-2 >INFO:anaconda.threading:Thread Failed: AnaTaskThread-CreateStorageLayoutTask-1 (140071291320000) >ERROR:anaconda.modules.common.task.task:Thread AnaTaskThread-CreateStorageLayoutTask-1 has failed: Traceback (most recent call last): > File "/usr/lib64/python3.11/site-packages/pyanaconda/threading.py", line 275, in run > threading.Thread.run(self) > File "/usr/lib64/python3.11/threading.py", line 975, in run > self._target(*self._args, **self._kwargs) > File "/usr/lib64/python3.11/site-packages/pyanaconda/modules/common/task/task.py", line 96, in _thread_run_callback > self._task_run_callback() > File "/usr/lib64/python3.11/site-packages/pyanaconda/modules/common/task/task.py", line 109, in _task_run_callback > self._set_result(self.run()) > ^^^^^^^^^^ > File "/usr/lib64/python3.11/site-packages/pyanaconda/modules/storage/installation.py", line 87, in run > self._turn_on_filesystems( > File "/usr/lib64/python3.11/site-packages/pyanaconda/modules/storage/installation.py", line 167, in _turn_on_filesystems > storage.do_it(callbacks) > File "/usr/lib/python3.11/site-packages/blivet/threads.py", line 53, in run_with_lock > return m(*args, **kwargs) > ^^^^^^^^^^^^^^^^^^ > File "/usr/lib/python3.11/site-packages/blivet/blivet.py", line 114, in do_it > self.devicetree.actions.process(callbacks=callbacks, devices=self.devices) > File "/usr/lib/python3.11/site-packages/blivet/actionlist.py", line 47, in wrapped_func > return func(obj, *args, **kwargs) > ^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/usr/lib/python3.11/site-packages/blivet/actionlist.py", line 288, in process > action.execute(callbacks) > File "/usr/lib/python3.11/site-packages/blivet/threads.py", line 53, in run_with_lock > return m(*args, **kwargs) > ^^^^^^^^^^^^^^^^^^ > File "/usr/lib/python3.11/site-packages/blivet/deviceaction.py", line 1034, in execute > self.container.remove(self.device) > File "/usr/lib/python3.11/site-packages/blivet/threads.py", line 53, in run_with_lock > return m(*args, **kwargs) > ^^^^^^^^^^^^^^^^^^ > File "/usr/lib/python3.11/site-packages/blivet/threads.py", line 53, in run_with_lock > return m(*args, **kwargs) > ^^^^^^^^^^^^^^^^^^ > File "/usr/lib/python3.11/site-packages/blivet/devices/container.py", line 189, in remove > self._remove(member) > File "/usr/lib/python3.11/site-packages/blivet/threads.py", line 53, in run_with_lock > return m(*args, **kwargs) > ^^^^^^^^^^^^^^^^^^ > File "/usr/lib/python3.11/site-packages/blivet/devices/lvm.py", line 293, in _remove > if member.format.free < member.format.current_size: > ^^^^^^^^^^^^^^^^^^ >AttributeError: 'DeviceFormat' object has no attribute 'free' > >INFO:anaconda.threading:Thread Done: AnaTaskThread-CreateStorageLayoutTask-1 (140071291320000) >WARNING:dasbus.server.handler:The call org.fedoraproject.Anaconda.Task.Finish has failed with an exception: >Traceback (most recent call last): > File "/usr/lib/python3.11/site-packages/dasbus/server/handler.py", line 455, in _method_callback > result = self._handle_call( > ^^^^^^^^^^^^^^^^^^ > File "/usr/lib/python3.11/site-packages/dasbus/server/handler.py", line 265, in _handle_call > return handler(*parameters, **additional_args) > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/usr/lib64/python3.11/site-packages/pyanaconda/modules/common/task/task_interface.py", line 114, in Finish > self.implementation.finish() > File "/usr/lib64/python3.11/site-packages/pyanaconda/modules/common/task/task.py", line 175, in finish > threadMgr.raise_if_error(self._thread_name) > File "/usr/lib64/python3.11/site-packages/pyanaconda/threading.py", line 166, in raise_if_error > raise exc_info[1] > File "/usr/lib64/python3.11/site-packages/pyanaconda/threading.py", line 275, in run > threading.Thread.run(self) > File "/usr/lib64/python3.11/threading.py", line 975, in run > self._target(*self._args, **self._kwargs) > File "/usr/lib64/python3.11/site-packages/pyanaconda/modules/common/task/task.py", line 96, in _thread_run_callback > self._task_run_callback() > File "/usr/lib64/python3.11/site-packages/pyanaconda/modules/common/task/task.py", line 109, in _task_run_callback > self._set_result(self.run()) > ^^^^^^^^^^ > File "/usr/lib64/python3.11/site-packages/pyanaconda/modules/storage/installation.py", line 87, in run > self._turn_on_filesystems( > File "/usr/lib64/python3.11/site-packages/pyanaconda/modules/storage/installation.py", line 167, in _turn_on_filesystems > storage.do_it(callbacks) > File "/usr/lib/python3.11/site-packages/blivet/threads.py", line 53, in run_with_lock > return m(*args, **kwargs) > ^^^^^^^^^^^^^^^^^^ > File "/usr/lib/python3.11/site-packages/blivet/blivet.py", line 114, in do_it > self.devicetree.actions.process(callbacks=callbacks, devices=self.devices) > File "/usr/lib/python3.11/site-packages/blivet/actionlist.py", line 47, in wrapped_func > return func(obj, *args, **kwargs) > ^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/usr/lib/python3.11/site-packages/blivet/actionlist.py", line 288, in process > action.execute(callbacks) > File "/usr/lib/python3.11/site-packages/blivet/threads.py", line 53, in run_with_lock > return m(*args, **kwargs) > ^^^^^^^^^^^^^^^^^^ > File "/usr/lib/python3.11/site-packages/blivet/deviceaction.py", line 1034, in execute > self.container.remove(self.device) > File "/usr/lib/python3.11/site-packages/blivet/threads.py", line 53, in run_with_lock > return m(*args, **kwargs) > ^^^^^^^^^^^^^^^^^^ > File "/usr/lib/python3.11/site-packages/blivet/threads.py", line 53, in run_with_lock > return m(*args, **kwargs) > ^^^^^^^^^^^^^^^^^^ > File "/usr/lib/python3.11/site-packages/blivet/devices/container.py", line 189, in remove > self._remove(member) > File "/usr/lib/python3.11/site-packages/blivet/threads.py", line 53, in run_with_lock > return m(*args, **kwargs) > ^^^^^^^^^^^^^^^^^^ > File "/usr/lib/python3.11/site-packages/blivet/devices/lvm.py", line 293, in _remove > if member.format.free < member.format.current_size: > ^^^^^^^^^^^^^^^^^^ >AttributeError: 'DeviceFormat' object has no attribute 'free'
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 2232328
:
1983559
|
1983560
|
1983561
|
1983562
|
1983563
|
1983564
| 1983565 |
1983566
|
1983567
|
1983568
|
1983569
|
1983570
|
1983571