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 1941326 Details for
Bug 2165949
ValueError: New minimal size cannot be bigger than current maximum size.
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.rh90 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), 487.85 KB, created by
heinoldk
on 2023-01-31 14:58:01 UTC
(
hide
)
Description:
File: storage.log
Filename:
MIME Type:
Creator:
heinoldk
Created:
2023-01-31 14:58:01 UTC
Size:
487.85 KB
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 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 1933160448 root disk brw-rw---- squashfs >INFO:program:loop1 8128561152 root disk brw-rw---- ext4 Anaconda 8fe0120d-7a70-4e73-8185-f8521c2529e0 >INFO:program:|-live-rw 8128561152 root disk brw-rw---- ext4 Anaconda 8fe0120d-7a70-4e73-8185-f8521c2529e0 / >INFO:program:`-live-base 8128561152 root disk brw-rw---- ext4 Anaconda 8fe0120d-7a70-4e73-8185-f8521c2529e0 >INFO:program:loop2 34359738368 root disk brw-rw---- >INFO:program:`-live-rw 8128561152 root disk brw-rw---- ext4 Anaconda 8fe0120d-7a70-4e73-8185-f8521c2529e0 / >INFO:program:sda 68719476736 root disk brw-rw---- >INFO:program:sr0 2037372928 root cdrom brw-rw---- iso9660 Fedora-WS-Live-37-1-7 2022-11-05-10-15-31-00 /run/initramfs/live >INFO:program:zram0 6214909952 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 1933160448 root disk brw-rw---- squashfs >loop1 8128561152 root disk brw-rw---- ext4 Anaconda 8fe0120d-7a70-4e73-8185-f8521c2529e0 >|-live-rw 8128561152 root disk brw-rw---- ext4 Anaconda 8fe0120d-7a70-4e73-8185-f8521c2529e0 / >`-live-base 8128561152 root disk brw-rw---- ext4 Anaconda 8fe0120d-7a70-4e73-8185-f8521c2529e0 >loop2 34359738368 root disk brw-rw---- >`-live-rw 8128561152 root disk brw-rw---- ext4 Anaconda 8fe0120d-7a70-4e73-8185-f8521c2529e0 / >sda 68719476736 root disk brw-rw---- >sr0 2037372928 root cdrom brw-rw---- iso9660 Fedora-WS-Live-37-1-7 2022-11-05-10-15-31-00 /run/initramfs/live >zram0 6214909952 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:abstract=/tmp/dbus-aC5QpqHqsr,guid=08ff4879623fca1abda84b0c63d925ee. >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:anaconda.storage:starting Blivet copy >DEBUG:anaconda.storage: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 (139863652296384) >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.5.0) instance <pyanaconda.modules.storage.devicetree.model.InstallerStorage object at 0x7f348b519cd0> >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/sr0/device/model: 43442d524f4d202020202020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sda/device/model: 56424f5820484152444449534b2020200a >INFO:blivet:devices to scan: ['sr0', 'sda', 'loop0', 'loop1', 'loop2', 'live-rw', 'live-base'] >DEBUG:blivet: DeviceTree.handle_device: name: sr0 ; info: {'CURRENT_TAGS': ':seat:systemd:uaccess:', > 'DEVLINKS': '/dev/disk/by-uuid/2022-11-05-10-15-31-00 /dev/cdrom ' > '/dev/disk/by-id/ata-VBOX_CD-ROM_VB2-01700376 ' > '/dev/disk/by-diskseq/3 ' > '/dev/disk/by-path/pci-0000:00:01.1-ata-2.0 ' > '/dev/disk/by-label/Fedora-WS-Live-37-1-7 ' > '/dev/disk/by-path/pci-0000:00:01.1-ata-2', > 'DEVNAME': '/dev/sr0', > 'DEVPATH': '/devices/pci0000:00/0000:00:01.1/ata3/host2/target2:0:0/2:0:0:0/block/sr0', > 'DEVTYPE': 'disk', > 'DISKSEQ': '3', > 'ID_ATA': '1', > 'ID_BUS': 'ata', > 'ID_CDROM': '1', > 'ID_CDROM_DVD': '1', > 'ID_CDROM_MEDIA': '1', > 'ID_CDROM_MEDIA_CD': '1', > 'ID_CDROM_MEDIA_SESSION_COUNT': '1', > 'ID_CDROM_MEDIA_TRACK_COUNT': '1', > 'ID_CDROM_MEDIA_TRACK_COUNT_DATA': '1', > 'ID_CDROM_MRW': '1', > 'ID_CDROM_MRW_W': '1', > 'ID_FOR_SEAT': 'block-pci-0000_00_01_1-ata-2_0', > '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-37-1-7', > 'ID_FS_LABEL_ENC': 'Fedora-WS-Live-37-1-7', > 'ID_FS_TYPE': 'iso9660', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '2022-11-05-10-15-31-00', > 'ID_FS_UUID_ENC': '2022-11-05-10-15-31-00', > 'ID_FS_VERSION': 'Joliet Extension', > 'ID_MODEL': 'VBOX_CD-ROM', > 'ID_MODEL_ENC': 'VBOX\\x20CD-ROM\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_TABLE_TYPE': 'PMBR', > 'ID_PATH': 'pci-0000:00:01.1-ata-2.0', > 'ID_PATH_ATA_COMPAT': 'pci-0000:00:01.1-ata-2', > 'ID_PATH_TAG': 'pci-0000_00_01_1-ata-2_0', > 'ID_REVISION': '1.0', > 'ID_SERIAL': 'VBOX_CD-ROM_VB2-01700376', > 'ID_SERIAL_SHORT': 'VB2-01700376', > 'ID_TYPE': 'cd', > 'MAJOR': '11', > 'MINOR': '0', > 'SUBSYSTEM': 'block', > 'SYSTEMD_MOUNT_DEVICE_BOUND': '1', > 'SYS_NAME': 'sr0', > 'SYS_PATH': '/sys/devices/pci0000:00/0000:00:01.1/ata3/host2/target2:0:0/2:0:0:0/block/sr0', > 'TAGS': ':seat:systemd:uaccess:', > 'USEC_INITIALIZED': '31329715'} ; >INFO:blivet:scanning sr0 (/sys/devices/pci0000:00/0000:00:01.1/ata3/host2/target2:0:0/2:0:0:0/block/sr0)... >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:01.1/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 5 >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 6 >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:01.1/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:01.1/ata3/host2/target2:0:0/2:0:0:0/block/sr0 ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:01.1/ata3/host2/target2:0:0/2:0:0:0/block/sr0/size: 333937393234340a >DEBUG:blivet:updated sr0 size to 1.9 GiB (1.9 GiB) >INFO:blivet:added cdrom sr0 (id 4) to device tree >INFO:blivet:got device: OpticalDevice instance (0x7f348b5e0410) -- > name = sr0 status = True id = 4 > children = [] > parents = [] > uuid = None size = 1.9 GiB > format = existing None > major = 11 minor = 0 exists = True protected = False > sysfs path = /sys/devices/pci0000:00/0000:00:01.1/ata3/host2/target2:0:0/2:0:0:0/block/sr0 > target size = 1.9 GiB 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: 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 'sr0' is 'iso9660' >DEBUG:blivet: Iso9660FS.supported: supported: True ; >DEBUG:blivet:get_format('iso9660') returning Iso9660FS instance with object id 12 >DEBUG:blivet: OpticalDevice._set_format: sr0 ; type: iso9660 ; current: None ; >INFO:blivet:got format: existing iso9660 filesystem >DEBUG:blivet: DeviceTree.handle_device: name: sda ; info: {'CURRENT_TAGS': ':systemd:', > 'DEVLINKS': '/dev/disk/by-id/ata-VBOX_HARDDISK_VBb94e74c1-c33a71d7 ' > '/dev/disk/by-path/pci-0000:00:0d.0-ata-1 /dev/disk/by-diskseq/1 ' > '/dev/disk/by-path/pci-0000:00:0d.0-ata-1.0', > 'DEVNAME': '/dev/sda', > 'DEVPATH': '/devices/pci0000:00/0000:00:0d.0/ata1/host0/target0:0:0/0:0:0:0/block/sda', > 'DEVTYPE': 'disk', > 'DISKSEQ': '1', > 'ID_ATA': '1', > 'ID_ATA_FEATURE_SET_PM': '1', > 'ID_ATA_FEATURE_SET_PM_ENABLED': '1', > 'ID_ATA_SATA': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN2': '1', > 'ID_ATA_WRITE_CACHE': '1', > 'ID_ATA_WRITE_CACHE_ENABLED': '1', > 'ID_BUS': 'ata', > 'ID_MODEL': 'VBOX_HARDDISK', > 'ID_MODEL_ENC': 'VBOX\\x20HARDDISK\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PATH': 'pci-0000:00:0d.0-ata-1.0', > 'ID_PATH_ATA_COMPAT': 'pci-0000:00:0d.0-ata-1', > 'ID_PATH_TAG': 'pci-0000_00_0d_0-ata-1_0', > 'ID_REVISION': '1.0', > 'ID_SERIAL': 'VBOX_HARDDISK_VBb94e74c1-c33a71d7', > 'ID_SERIAL_SHORT': 'VBb94e74c1-c33a71d7', > 'ID_TYPE': 'disk', > 'MAJOR': '8', > 'MINOR': '0', > 'SUBSYSTEM': 'block', > 'SYS_NAME': 'sda', > 'SYS_PATH': '/sys/devices/pci0000:00/0000:00:0d.0/ata1/host0/target0:0:0/0:0:0:0/block/sda', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '31264106'} ; >INFO:blivet:scanning sda (/sys/devices/pci0000:00/0000:00:0d.0/ata1/host0/target0:0:0/0:0:0:0/block/sda)... >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:0d.0/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:0d.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/device/vendor: 41544120202020200a >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:0d.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/device/model: 56424f5820484152444449534b2020200a >INFO:blivet:sda 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: 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:0d.0/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:0d.0/ata1/host0/target0:0:0/0:0:0:0/block/sda ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:0d.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/size: 3133343231373732380a >DEBUG:blivet:updated sda size to 64 GiB (64 GiB) >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:0d.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/queue/rotational: 310a >INFO:blivet:added disk sda (id 14) to device tree >INFO:blivet:got device: DiskDevice instance (0x7f348b519450) -- > name = sda status = True id = 14 > children = [] > parents = [] > uuid = None size = 64 GiB > format = existing None > major = 8 minor = 0 exists = True protected = False > sysfs path = /sys/devices/pci0000:00/0000:00:0d.0/ata1/host0/target0:0:0/0:0:0:0/block/sda > target size = 64 GiB path = /dev/sda > format args = [] original_format = None removable = False wwn = None >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:0d.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/ro: 300a >DEBUG:blivet: DeviceTree.handle_format: name: sda ; >DEBUG:blivet:no type or existing type for sda, bailing >DEBUG:blivet: DeviceTree.handle_device: name: loop0 ; info: {'CURRENT_TAGS': ':systemd:', > 'DEVLINKS': '/dev/disk/by-diskseq/4', > 'DEVNAME': '/dev/loop0', > 'DEVPATH': '/devices/virtual/block/loop0', > 'DEVTYPE': 'disk', > 'DISKSEQ': '4', > 'ID_FS_TYPE': 'squashfs', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_VERSION': '4.0', > 'MAJOR': '7', > 'MINOR': '0', > 'SUBSYSTEM': 'block', > 'SYS_NAME': 'loop0', > 'SYS_PATH': '/sys/devices/virtual/block/loop0', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '30908871'} ; >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 20 >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 21 >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 19) to device tree >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 24 >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 25 >DEBUG:blivet: LoopDevice._set_format: loop0 ; type: None ; current: None ; >INFO:blivet:added loop loop0 (id 23) to device tree >INFO:blivet:got device: LoopDevice instance (0x7f348b53dc50) -- > name = loop0 status = False id = 23 > children = [] > parents = ['existing 0 B file /run/initramfs/live/LiveOS/squashfs.img (19)'] > uuid = None size = 0 B > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = > target size = 0 B 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 27 >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet:get_format('efi') returning EFIFS instance with object id 28 >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 29 >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 30 >INFO:blivet:type detected on 'loop0' is 'squashfs' >DEBUG:blivet:get_format('squashfs') returning DeviceFormat instance with object id 31 >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-uuid/8fe0120d-7a70-4e73-8185-f8521c2529e0 ' > '/dev/disk/by-diskseq/5 /dev/disk/by-label/Anaconda', > 'DEVNAME': '/dev/loop1', > 'DEVPATH': '/devices/virtual/block/loop1', > 'DEVTYPE': 'disk', > 'DISKSEQ': '5', > 'ID_FS_LABEL': 'Anaconda', > 'ID_FS_LABEL_ENC': 'Anaconda', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '8fe0120d-7a70-4e73-8185-f8521c2529e0', > 'ID_FS_UUID_ENC': '8fe0120d-7a70-4e73-8185-f8521c2529e0', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '7', > 'MINOR': '1', > 'SUBSYSTEM': 'block', > 'SYS_NAME': 'loop1', > 'SYS_PATH': '/sys/devices/virtual/block/loop1', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '30889648'} ; >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 34 >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 35 >DEBUG:blivet: FileDevice._set_format: /LiveOS/rootfs.img ; type: None ; current: None ; >INFO:blivet:added file /LiveOS/rootfs.img (id 33) to device tree >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 38 >DEBUG:blivet: FileDevice.add_child: name: /LiveOS/rootfs.img ; child: loop1 ; kids: 0 ; >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 39 >DEBUG:blivet: LoopDevice._set_format: loop1 ; type: None ; current: None ; >INFO:blivet:added loop loop1 (id 37) to device tree >INFO:blivet:got device: LoopDevice instance (0x7f348ac4e590) -- > name = loop1 status = False id = 37 > children = [] > parents = ['existing 0 B file /LiveOS/rootfs.img (33)'] > uuid = None size = 0 B > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = > target size = 0 B 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 41 >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet:get_format('efi') returning EFIFS instance with object id 42 >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 43 >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 44 >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.nqx01_p2 >INFO:program:Filesystem UUID: 8fe0120d-7a70-4e73-8185-f8521c2529e0 >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: 510587 >INFO:program:Free inodes: 347608 >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: Sat Nov 5 05:17:31 2022 >INFO:program:Last mount time: Sat Nov 5 05:17:35 2022 >INFO:program:Last write time: Sat Nov 5 05:34:12 2022 >INFO:program:Mount count: 1 >INFO:program:Maximum mount count: -1 >INFO:program:Last checked: Sat Nov 5 05:17:31 2022 >INFO:program:Check interval: 0 (<none>) >INFO:program:Lifetime writes: 5774 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: 6e3e5fe7-9fa5-4189-bf83-6ed440e2b292 >INFO:program:Journal backup: inode blocks >INFO:program:Checksum type: crc32c >INFO:program:Checksum: 0xed7661c8 >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: 0x00000015 >INFO:program:Journal start: 0 >INFO:program:Journal checksum type: crc32c >INFO:program:Journal checksum: 0x36d21b34 >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 45 >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/6', > 'DEVNAME': '/dev/loop2', > 'DEVPATH': '/devices/virtual/block/loop2', > 'DEVTYPE': 'disk', > 'DISKSEQ': '6', > 'MAJOR': '7', > 'MINOR': '2', > 'SUBSYSTEM': 'block', > 'SYS_NAME': 'loop2', > 'SYS_PATH': '/sys/devices/virtual/block/loop2', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '30892502'} ; >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 48 >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 49 >DEBUG:blivet: FileDevice._set_format: /overlay (deleted) ; type: None ; current: None ; >INFO:blivet:added file /overlay (deleted) (id 47) to device tree >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 52 >DEBUG:blivet: FileDevice.add_child: name: /overlay (deleted) ; child: loop2 ; kids: 0 ; >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 53 >DEBUG:blivet: LoopDevice._set_format: loop2 ; type: None ; current: None ; >INFO:blivet:added loop loop2 (id 51) to device tree >INFO:blivet:got device: LoopDevice instance (0x7f34934e02d0) -- > name = loop2 status = False id = 51 > children = [] > parents = ['existing 0 B file /overlay (deleted) (47)'] > uuid = None size = 0 B > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = > target size = 0 B 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: live-rw ; info: {'CURRENT_TAGS': ':systemd:', > 'DEVLINKS': '/dev/disk/by-id/dm-name-live-rw /dev/mapper/live-rw ' > '/dev/disk/by-uuid/8fe0120d-7a70-4e73-8185-f8521c2529e0 ' > '/dev/disk/by-label/Anaconda', > 'DEVNAME': '/dev/dm-0', > 'DEVPATH': '/devices/virtual/block/dm-0', > 'DEVTYPE': 'disk', > 'DISKSEQ': '7', > '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': '8fe0120d-7a70-4e73-8185-f8521c2529e0', > 'ID_FS_UUID_ENC': '8fe0120d-7a70-4e73-8185-f8521c2529e0', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '253', > 'MINOR': '0', > 'SUBSYSTEM': 'block', > 'SYS_NAME': 'dm-0', > 'SYS_PATH': '/sys/devices/virtual/block/dm-0', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '20874757'} ; >INFO:blivet:scanning live-rw (/sys/devices/virtual/block/dm-0)... >DEBUG:testdata:sysfs attr /sys/devices/virtual/block/dm-0/hidden: 300a >INFO:program:Running [3] dmsetup info -co subsystem --noheadings live-rw ... >INFO:program:stdout[3]: > >INFO:program:stderr[3]: >INFO:program:...done [3] (exit code: 0) >INFO:program:Running [4] dmsetup info -co subsystem --noheadings live-rw ... >INFO:program:stdout[4]: > >INFO:program:stderr[4]: >INFO:program:...done [4] (exit code: 0) >INFO:program:Running [5] dmsetup info -co subsystem --noheadings live-rw ... >INFO:program:stdout[5]: > >INFO:program:stderr[5]: >INFO:program:...done [5] (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 [6] dmsetup info -co subsystem --noheadings live-rw ... >INFO:program:stdout[6]: > >INFO:program:stderr[6]: >INFO:program:...done [6] (exit code: 0) >INFO:program:Running [7] dmsetup info -co subsystem --noheadings live-rw ... >INFO:program:stdout[7]: > >INFO:program:stderr[7]: >INFO:program:...done [7] (exit code: 0) >INFO:program:Running [8] dmsetup info -co subsystem --noheadings live-rw ... >INFO:program:stdout[8]: > >INFO:program:stderr[8]: >INFO:program:...done [8] (exit code: 0) >INFO:program:Running [9] dmsetup info -co subsystem --noheadings live-rw ... >INFO:program:stdout[9]: > >INFO:program:stderr[9]: >INFO:program:...done [9] (exit code: 0) >INFO:program:Running [10] dmsetup info -co subsystem --noheadings live-rw ... >INFO:program:stdout[10]: > >INFO:program:stderr[10]: >INFO:program:...done [10] (exit code: 0) >INFO:program:Running [11] dmsetup info -co subsystem --noheadings live-rw ... >INFO:program:stdout[11]: > >INFO:program:stderr[11]: >INFO:program:...done [11] (exit code: 0) >INFO:program:Running [12] dmsetup info -co subsystem --noheadings live-rw ... >INFO:program:stdout[12]: > >INFO:program:stderr[12]: >INFO:program:...done [12] (exit code: 0) >INFO:program:Running [13] dmsetup info -co subsystem --noheadings live-rw ... >INFO:program:stdout[13]: > >INFO:program:stderr[13]: >INFO:program:...done [13] (exit code: 0) >INFO:program:Running [14] dmsetup info -co subsystem --noheadings live-rw ... >INFO:program:stdout[14]: > >INFO:program:stderr[14]: >INFO:program:...done [14] (exit code: 0) >INFO:program:Running [15] dmsetup info -co subsystem --noheadings live-rw ... >INFO:program:stdout[15]: > >INFO:program:stderr[15]: >INFO:program:...done [15] (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 B loop loop1 (37) 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 B loop loop2 (51) >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 57 >DEBUG:blivet: LoopDevice.add_child: name: loop1 ; child: live-rw ; kids: 0 ; >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 58 >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-0 >DEBUG:blivet: DMDevice.read_current_size: exists: True ; path: /dev/mapper/live-rw ; sysfs_path: /sys/devices/virtual/block/dm-0 ; >DEBUG:testdata:sysfs attr /sys/devices/virtual/block/dm-0/size: 31353837363039360a >DEBUG:blivet:updated live-rw size to 7.57 GiB (7.57 GiB) >INFO:blivet:added dm live-rw (id 56) to device tree >INFO:blivet:got device: DMDevice instance (0x7f348b534490) -- > name = live-rw status = True id = 56 > children = [] > parents = ['existing 0 B loop loop1 (37) with existing ext4 filesystem'] > uuid = None size = 7.57 GiB > format = existing None > major = 0 minor = 0 exists = True protected = True > sysfs path = /sys/devices/virtual/block/dm-0 > target size = 7.57 GiB path = /dev/mapper/live-rw > format args = [] original_format = None target = None dm_uuid = None >INFO:program:Running [16] dmsetup info -co subsystem --noheadings live-rw ... >INFO:program:stdout[16]: > >INFO:program:stderr[16]: >INFO:program:...done [16] (exit code: 0) >INFO:program:Running [17] dmsetup info -co subsystem --noheadings live-rw ... >INFO:program:stdout[17]: > >INFO:program:stderr[17]: >INFO:program:...done [17] (exit code: 0) >INFO:program:Running [18] dmsetup info -co subsystem --noheadings live-rw ... >INFO:program:stdout[18]: > >INFO:program:stderr[18]: >INFO:program:...done [18] (exit code: 0) >DEBUG:testdata:sysfs attr /sys/devices/virtual/block/dm-0/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 60 >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet:get_format('efi') returning EFIFS instance with object id 61 >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 62 >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 63 >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: 8fe0120d-7a70-4e73-8185-f8521c2529e0 >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: 510587 >INFO:program:Free inodes: 347608 >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: Sat Nov 5 05:17:31 2022 >INFO:program:Last mount time: Tue Jan 31 09:28:36 2023 >INFO:program:Last write time: Tue Jan 31 09:28:36 2023 >INFO:program:Mount count: 2 >INFO:program:Maximum mount count: -1 >INFO:program:Last checked: Sat Nov 5 05:17:31 2022 >INFO:program:Check interval: 0 (<none>) >INFO:program:Lifetime writes: 5774 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: 26288 >INFO:program:Default directory hash: half_md4 >INFO:program:Directory Hash Seed: 6e3e5fe7-9fa5-4189-bf83-6ed440e2b292 >INFO:program:Journal backup: inode blocks >INFO:program:Checksum type: crc32c >INFO:program:Checksum: 0x7ef476ad >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: 0x00000016 >INFO:program:Journal start: 1 >INFO:program:Journal checksum type: crc32c >INFO:program:Journal checksum: 0x1c09d5bd >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: 1889647 >INFO:program:stderr: >INFO:program:b'resize2fs 1.46.5 (30-Dec-2021)' >DEBUG:program:Return code: 0 >DEBUG:blivet:padding min size from 7.21 GiB up to 7.57 GiB >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 64 >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/mapper/live-base ' > '/dev/disk/by-uuid/8fe0120d-7a70-4e73-8185-f8521c2529e0 ' > '/dev/disk/by-id/dm-name-live-base /dev/disk/by-label/Anaconda', > 'DEVNAME': '/dev/dm-1', > 'DEVPATH': '/devices/virtual/block/dm-1', > 'DEVTYPE': 'disk', > 'DISKSEQ': '8', > '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': '8fe0120d-7a70-4e73-8185-f8521c2529e0', > 'ID_FS_UUID_ENC': '8fe0120d-7a70-4e73-8185-f8521c2529e0', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '253', > 'MINOR': '1', > 'SUBSYSTEM': 'block', > 'SYS_NAME': 'dm-1', > 'SYS_PATH': '/sys/devices/virtual/block/dm-1', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '20917550'} ; >INFO:blivet:scanning live-base (/sys/devices/virtual/block/dm-1)... >DEBUG:testdata:sysfs attr /sys/devices/virtual/block/dm-1/hidden: 300a >INFO:program:Running [19] dmsetup info -co subsystem --noheadings live-base ... >INFO:program:stdout[19]: > >INFO:program:stderr[19]: >INFO:program:...done [19] (exit code: 0) >INFO:program:Running [20] dmsetup info -co subsystem --noheadings live-base ... >INFO:program:stdout[20]: > >INFO:program:stderr[20]: >INFO:program:...done [20] (exit code: 0) >INFO:program:Running [21] dmsetup info -co subsystem --noheadings live-base ... >INFO:program:stdout[21]: > >INFO:program:stderr[21]: >INFO:program:...done [21] (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 [22] dmsetup info -co subsystem --noheadings live-base ... >INFO:program:stdout[22]: > >INFO:program:stderr[22]: >INFO:program:...done [22] (exit code: 0) >INFO:program:Running [23] dmsetup info -co subsystem --noheadings live-base ... >INFO:program:stdout[23]: > >INFO:program:stderr[23]: >INFO:program:...done [23] (exit code: 0) >INFO:program:Running [24] dmsetup info -co subsystem --noheadings live-base ... >INFO:program:stdout[24]: > >INFO:program:stderr[24]: >INFO:program:...done [24] (exit code: 0) >INFO:program:Running [25] dmsetup info -co subsystem --noheadings live-base ... >INFO:program:stdout[25]: > >INFO:program:stderr[25]: >INFO:program:...done [25] (exit code: 0) >INFO:program:Running [26] dmsetup info -co subsystem --noheadings live-base ... >INFO:program:stdout[26]: > >INFO:program:stderr[26]: >INFO:program:...done [26] (exit code: 0) >INFO:program:Running [27] dmsetup info -co subsystem --noheadings live-base ... >INFO:program:stdout[27]: > >INFO:program:stderr[27]: >INFO:program:...done [27] (exit code: 0) >INFO:program:Running [28] dmsetup info -co subsystem --noheadings live-base ... >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-base ... >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-base ... >INFO:program:stdout[30]: > >INFO:program:stderr[30]: >INFO:program:...done [30] (exit code: 0) >INFO:program:Running [31] dmsetup info -co subsystem --noheadings live-base ... >INFO:program:stdout[31]: > >INFO:program:stderr[31]: >INFO:program:...done [31] (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 B loop loop1 (37) 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 67 >DEBUG:blivet: LoopDevice.add_child: name: loop1 ; child: live-base ; kids: 1 ; >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 68 >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-1 >DEBUG:blivet: DMDevice.read_current_size: exists: True ; path: /dev/mapper/live-base ; sysfs_path: /sys/devices/virtual/block/dm-1 ; >DEBUG:testdata:sysfs attr /sys/devices/virtual/block/dm-1/size: 31353837363039360a >DEBUG:blivet:updated live-base size to 7.57 GiB (7.57 GiB) >INFO:blivet:added dm live-base (id 66) to device tree >INFO:blivet:got device: DMDevice instance (0x7f348ac59f10) -- > name = live-base status = True id = 66 > children = [] > parents = ['existing 0 B loop loop1 (37) with existing ext4 filesystem'] > uuid = None size = 7.57 GiB > format = existing None > major = 0 minor = 0 exists = True protected = True > sysfs path = /sys/devices/virtual/block/dm-1 > target size = 7.57 GiB path = /dev/mapper/live-base > format args = [] original_format = None target = None dm_uuid = None >INFO:program:Running [32] dmsetup info -co subsystem --noheadings live-base ... >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-base ... >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-base ... >INFO:program:stdout[34]: > >INFO:program:stderr[34]: >INFO:program:...done [34] (exit code: 0) >DEBUG:testdata:sysfs attr /sys/devices/virtual/block/dm-1/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 70 >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet:get_format('efi') returning EFIFS instance with object id 71 >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 72 >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 73 >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.nqx01_p2 >INFO:program:Filesystem UUID: 8fe0120d-7a70-4e73-8185-f8521c2529e0 >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: 510587 >INFO:program:Free inodes: 347608 >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: Sat Nov 5 05:17:31 2022 >INFO:program:Last mount time: Sat Nov 5 05:17:35 2022 >INFO:program:Last write time: Sat Nov 5 05:34:12 2022 >INFO:program:Mount count: 1 >INFO:program:Maximum mount count: -1 >INFO:program:Last checked: Sat Nov 5 05:17:31 2022 >INFO:program:Check interval: 0 (<none>) >INFO:program:Lifetime writes: 5774 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: 6e3e5fe7-9fa5-4189-bf83-6ed440e2b292 >INFO:program:Journal backup: inode blocks >INFO:program:Checksum type: crc32c >INFO:program:Checksum: 0xed7661c8 >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: 0x00000015 >INFO:program:Journal start: 0 >INFO:program:Journal checksum type: crc32c >INFO:program:Journal checksum: 0x36d21b34 >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 74 >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/sr0/device/model: 43442d524f4d202020202020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sda/device/model: 56424f5820484152444449534b2020200a >INFO:blivet:edd: collected mbr signatures: {} >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: sr0 ; incomplete: False ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 1.9 GiB cdrom sr0 (4) with existing iso9660 filesystem >DEBUG:anaconda.storage:Resolved live device to sr0. >DEBUG:anaconda.storage:Marking device sr0 as protected. >DEBUG:anaconda.storage:Marking device sr0 as protected. >DEBUG:anaconda.storage:Marking device sr0 as protected. >DEBUG:blivet: DiskDevice.teardown: sda ; status: True ; controllable: True ; >DEBUG:blivet: DeviceFormat.teardown: device: /dev/sda ; type: None ; status: False ; >DEBUG:blivet: DeviceFormat.teardown: device: /dev/sda ; type: None ; 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 GRUB2. >DEBUG:blivet: DiskDevice.teardown: sda ; status: True ; controllable: True ; >DEBUG:blivet: DeviceFormat.teardown: device: /dev/sda ; type: None ; status: False ; >DEBUG:blivet: DeviceFormat.teardown: device: /dev/sda ; type: None ; 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: Iso9660FS.supported: supported: True ; >INFO:anaconda.threading:Thread Done: AnaTaskThread-ScanDevicesTask-1 (139863652296384) >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 GiB dm live-base (66) 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 GiB dm live-base (66) with existing ext4 filesystem >DEBUG:anaconda.modules.common.base.base:Locale is set to de_DE.UTF-8. >DEBUG:anaconda.modules.common.base.base:Locale is set to de_DE.UTF-8. >DEBUG:anaconda.modules.common.base.base:Locale is set to en_US.UTF-8. >DEBUG:anaconda.modules.common.base.base:Locale is set to en_US.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 64 GiB disk sda (14) >DEBUG:anaconda.modules.storage.disk_selection.selection:Selected disks are set to '['sda']'. >DEBUG:anaconda.modules.storage.disk_initialization.initialization:Drives to clear are set to '['sda']'. >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 64 GiB disk sda (14) >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 64 GiB disk sda (14) >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 64 GiB disk sda (14) >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 64 GiB disk sda (14) >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 64 GiB disk sda (14) >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 64 GiB disk sda (14) >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 64 GiB disk sda (14) >DEBUG:blivet: DeviceTree.get_dependent_devices: dep: existing 64 GiB disk sda (14) ; hidden: True ; >DEBUG:blivet:checking if sr0 depends on sda >DEBUG:blivet:checking if sda 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: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: DeviceTree.get_device_by_name: name: sda ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 64 GiB disk sda (14) >DEBUG:anaconda.modules.storage.disk_selection.selection:Selected disks are set to '['sda']'. >DEBUG:anaconda.modules.storage.disk_initialization.initialization:Drives to clear are set to '['sda']'. >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']. >DEBUG:anaconda.storage:Creating a copy of the storage model. >DEBUG:anaconda.storage:starting Blivet copy >DEBUG:anaconda.storage:finished Blivet copy >DEBUG:anaconda.storage:Finished a copy of the storage model. >DEBUG:anaconda.modules.storage.disk_initialization.configuration:Can sda be initialized? >DEBUG:blivet: DeviceTree.get_dependent_devices: dep: existing 64 GiB disk sda (14) ; hidden: False ; >DEBUG:blivet:dep is a leaf >DEBUG:anaconda.modules.storage.disk_initialization.configuration:The clearable disk can be initialized. >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 107 >DEBUG:blivet: DiskDevice._set_format: sda ; type: None ; current: None ; >INFO:blivet:registered action: [106] destroy format None on disk sda (id 14) >DEBUG:blivet: DiskLabel.__init__: device: /dev/sda ; >DEBUG:blivet:selecting gpt disklabel for sda based on size >DEBUG:blivet: DiskLabel.fresh_parted_disk: device: /dev/sda ; label_type: gpt ; >DEBUG:blivet:selecting gpt disklabel for sda based on size >DEBUG:blivet:Set pmbr_boot on parted.Disk instance -- > type: gpt primaryPartitionCount: 0 > lastPartitionNumber: -1 maxPrimaryPartitionCount: 128 > partitions: [] > device: <parted.device.Device object at 0x7f348ab30610> > PedDisk: <_ped.Disk object at 0x7f348ab0a700> >DEBUG:blivet:get_format('disklabel') returning DiskLabel instance with object id 108 >DEBUG:blivet: DiskDevice._set_format: sda ; type: disklabel ; current: None ; >INFO:blivet:registered action: [109] create format gpt disklabel on disk sda (id 14) >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 64 GiB disk sda (14) with non-existent gpt disklabel >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 64 GiB disk sda (14) with non-existent gpt disklabel >DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage/Task/2. >INFO:anaconda.threading:Running Thread: AnaTaskThread-InteractiveAutoPartitioningTask-1 (139863652296384) >INFO:anaconda.modules.common.task.task:Configure the partitioning >DEBUG:anaconda.modules.storage.bootloader.execution:Execute the bootloader with dry run True. >DEBUG:anaconda.modules.storage.bootloader.base:new disk list: [DiskDevice instance (0x7f348ac73a10) -- > name = sda status = True id = 14 > children = [] > parents = [] > uuid = None size = 64 GiB > format = non-existent gpt disklabel > major = 8 minor = 0 exists = True protected = False > sysfs path = /sys/devices/pci0000:00/0000:00:0d.0/ata1/host0/target0:0:0/0:0:0:0/block/sda > target size = 64 GiB path = /dev/sda > format args = [] original_format = None removable = False wwn = None] >DEBUG:anaconda.modules.storage.bootloader.execution:Applying bootloader location: DEFAULT >DEBUG:anaconda.modules.storage.bootloader.execution:Applying drive order: [] >DEBUG:anaconda.modules.storage.bootloader.base:new disk order: [] >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:_is_valid_disklabel(sda) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_size(sda) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_location(sda) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_format(sda) returning True >DEBUG:anaconda.modules.storage.bootloader.base:is_valid_stage1_device(sda) 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 64 GiB disk sda (14) with non-existent gpt disklabel >DEBUG:blivet:resolved 'sda' to 'sda' (disk) >DEBUG:anaconda.modules.storage.partitioning.automatic.automatic_partitioning:Executing the automatic partitioning. >DEBUG:anaconda.modules.storage.partitioning.automatic.automatic_partitioning:scheme: 0 >DEBUG:anaconda.modules.storage.partitioning.automatic.automatic_partitioning:requests: >PartSpec instance (0x7f3490b35490) -- > mountpoint = None lv = False thin = False btrfs = False > weight = 0 fstype = biosboot encrypted = False > size = 1024 KiB max_size = None grow = False > required_space = 0 > schemes = set()PartSpec instance (0x7f348ac72c10) -- > mountpoint = /boot lv = False thin = False btrfs = False > weight = 0 fstype = ext4 encrypted = False > size = 1024 MiB max_size = None grow = False > required_space = 0 > schemes = set()PartSpec instance (0x7f348acb0d90) -- > mountpoint = / lv = True thin = True btrfs = True > weight = 0 fstype = ext4 encrypted = True > size = 1024 MiB max_size = 70 GiB grow = True > required_space = 0 > schemes = set()PartSpec instance (0x7f348ab31d90) -- > mountpoint = /home lv = True thin = True btrfs = True > weight = 0 fstype = ext4 encrypted = True > size = 500 MiB max_size = None grow = True > required_space = 50 GiB > schemes = set() >DEBUG:anaconda.modules.storage.partitioning.automatic.automatic_partitioning:encrypted: False >DEBUG:anaconda.modules.storage.partitioning.automatic.automatic_partitioning:storage.disks: ['sda'] >DEBUG:anaconda.modules.storage.partitioning.automatic.automatic_partitioning:storage.partitioned: ['sda'] >DEBUG:anaconda.modules.storage.partitioning.automatic.automatic_partitioning:all names: ['/LiveOS/rootfs.img', '/overlay (deleted)', '/run/initramfs/live/LiveOS/squashfs.img', 'live-base', 'live-rw', 'loop0', 'loop1', 'loop2', 'sda', 'sr0'] >DEBUG:anaconda.modules.storage.partitioning.automatic.automatic_partitioning:boot disk: sda >DEBUG:anaconda.modules.storage.partitioning.automatic.automatic_partitioning:candidate disks: ['sda'] >DEBUG:anaconda.modules.storage.bootloader.base:Is sda a valid stage1 target device? >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_disklabel(sda) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_size(sda) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_location(sda) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_format(sda) returning True >DEBUG:anaconda.modules.storage.bootloader.base:is_valid_stage1_device(sda) returning True >DEBUG:blivet:get_format('biosboot') returning BIOSBoot instance with object id 110 >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 112 >DEBUG:blivet: DiskDevice.add_child: name: sda ; child: req0 ; kids: 0 ; >DEBUG:blivet: PartitionDevice._set_format: req0 ; type: biosboot ; current: None ; >DEBUG:blivet: DiskDevice.remove_child: name: sda ; child: req0 ; kids: 1 ; >INFO:blivet:added partition req0 (id 111) to device tree >INFO:blivet:registered action: [114] create device partition req0 (id 111) >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 116 >DEBUG:blivet: PartitionDevice._set_format: req0 ; type: biosboot ; current: biosboot ; >INFO:blivet:registered action: [115] create format biosboot on partition req0 (id 111) >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 117 >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 119 >DEBUG:blivet: DiskDevice.add_child: name: sda ; child: req1 ; kids: 0 ; >DEBUG:blivet: PartitionDevice._set_format: req1 ; type: ext4 ; current: None ; >DEBUG:blivet: DiskDevice.remove_child: name: sda ; child: req1 ; kids: 1 ; >INFO:blivet:added partition req1 (id 118) to device tree >INFO:blivet:registered action: [121] create device partition req1 (id 118) >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 123 >DEBUG:blivet: PartitionDevice._set_format: req1 ; type: ext4 ; current: ext4 ; >INFO:blivet:registered action: [122] create format ext4 filesystem mounted at /boot on partition req1 (id 118) >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 124 >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 126 >DEBUG:blivet: DiskDevice.add_child: name: sda ; child: req2 ; kids: 0 ; >DEBUG:blivet: PartitionDevice._set_format: req2 ; type: ext4 ; current: None ; >DEBUG:blivet: DiskDevice.remove_child: name: sda ; child: req2 ; kids: 1 ; >INFO:blivet:added partition req2 (id 125) to device tree >INFO:blivet:registered action: [128] create device partition req2 (id 125) >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 130 >DEBUG:blivet: PartitionDevice._set_format: req2 ; type: ext4 ; current: ext4 ; >INFO:blivet:registered action: [129] create format ext4 filesystem mounted at / on partition req2 (id 125) >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 131 >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 133 >DEBUG:blivet: DiskDevice.add_child: name: sda ; child: req3 ; kids: 0 ; >DEBUG:blivet: PartitionDevice._set_format: req3 ; type: ext4 ; current: None ; >DEBUG:blivet: DiskDevice.remove_child: name: sda ; child: req3 ; kids: 1 ; >INFO:blivet:added partition req3 (id 132) to device tree >INFO:blivet:registered action: [135] create device partition req3 (id 132) >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 137 >DEBUG:blivet: PartitionDevice._set_format: req3 ; type: ext4 ; current: ext4 ; >INFO:blivet:registered action: [136] create format ext4 filesystem mounted at /home on partition req3 (id 132) >DEBUG:blivet: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; >DEBUG:blivet:removing all non-preexisting partitions ['req0(id 111)', 'req1(id 118)', 'req2(id 125)', 'req3(id 132)'] from disk(s) ['sda'] >DEBUG:blivet:allocate_partitions: disks=['sda'] ; partitions=['req0(id 111)', 'req1(id 118)', 'req2(id 125)', 'req3(id 132)'] >DEBUG:blivet:removing all non-preexisting partitions ['req0(id 111)', 'req1(id 118)', 'req2(id 125)', 'req3(id 132)'] from disk(s) ['sda'] >DEBUG:blivet:allocating partition: req0 ; id: 111 ; disks: ['sda'] ; >boot: True ; primary: False ; size: 1024 KiB ; grow: False ; max_size: 0 B ; 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=1024 KiB boot=True best=None grow=False start=None >DEBUG:blivet:checking 34-134217694 (64 GiB) >DEBUG:blivet:current free range is 34-134217694 (64 GiB) >DEBUG:blivet:updating use_disk to sda, type: 0 >DEBUG:blivet:new free: 34-134217694 / 64 GiB >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: 2048 > PedAlignment: <_ped.Alignment object at 0x7f348ab35870> >DEBUG:blivet:adjusted start sector from 34 to 2048 >DEBUG:blivet:created partition sda1 of 1024 KiB and added it to /dev/sda >DEBUG:blivet: PartitionDevice._set_parted_partition: req0 ; >DEBUG:blivet:device req0 new parted_partition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f348ab30990> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f348b54bf50> PedPartition: <_ped.Partition object at 0x7f348ab98130> >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 0x7f348ab30990> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f348aca6e90> PedPartition: <_ped.Partition object at 0x7f348abbeed0> >DEBUG:blivet:allocating partition: req1 ; id: 118 ; disks: ['sda'] ; >boot: True ; primary: False ; size: 1024 MiB ; grow: False ; max_size: 0 B ; 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=1024 MiB boot=True best=None grow=False start=None >DEBUG:blivet:checking 34-2047 (1007 KiB) >DEBUG:blivet:current free range is 34-2047 (1007 KiB) >DEBUG:blivet:checking 4096-134217694 (64 GiB) >DEBUG:blivet:current free range is 4096-134217694 (64 GiB) >DEBUG:blivet:updating use_disk to sda, type: 0 >DEBUG:blivet:new free: 4096-134217694 / 64 GiB >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: 2048 > PedAlignment: <_ped.Alignment object at 0x7f348ab35870> >DEBUG:blivet:created partition sda2 of 1024 MiB and added it to /dev/sda >DEBUG:blivet: PartitionDevice._set_parted_partition: req1 ; >DEBUG:blivet:device req1 new parted_partition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f348ab30990> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f348ac93e10> PedPartition: <_ped.Partition object at 0x7f348abbc630> >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 0x7f348ab30990> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f348abeda90> PedPartition: <_ped.Partition object at 0x7f348ab98400> >DEBUG:blivet:allocating partition: req2 ; id: 125 ; disks: ['sda'] ; >boot: False ; primary: False ; size: 1024 MiB ; grow: True ; max_size: 70 GiB ; 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=1024 MiB boot=False best=None grow=True start=None >DEBUG:blivet:checking 34-2047 (1007 KiB) >DEBUG:blivet:current free range is 34-2047 (1007 KiB) >DEBUG:blivet:checking 2101248-134217694 (63 GiB) >DEBUG:blivet:current free range is 2101248-134217694 (63 GiB) >DEBUG:blivet:evaluating growth potential for new layout >DEBUG:blivet:calculating growth for disk /dev/sda >DEBUG:blivet:using alignment: parted.Alignment instance -- > offset: 0 grainSize: 2048 > PedAlignment: <_ped.Alignment object at 0x7f348ab35870> >DEBUG:blivet: PartitionDevice._set_parted_partition: req2 ; >DEBUG:blivet:device req2 new parted_partition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f348ab30990> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f348abee690> PedPartition: <_ped.Partition object at 0x7f348abf7b50> >DEBUG:blivet: PartitionDevice._set_disk: sda3 ; old: None ; new: sda ; >DEBUG:blivet: DiskDevice.add_child: name: sda ; child: sda3 ; kids: 2 ; >DEBUG:blivet:adding request 111 to chunk 134213632 (2048-134215679) on /dev/sda >DEBUG:blivet:adding request 118 to chunk 134213632 (2048-134215679) on /dev/sda >DEBUG:blivet:adding request 125 to chunk 134213632 (2048-134215679) on /dev/sda >DEBUG:blivet:Chunk.grow_requests: 134213632 (2048-134215679) on /dev/sda start = 2048 end = 134215679 >sector_size = 512 B > >DEBUG:blivet:req: PartitionRequest instance -- >id = 111 name = sda1 growable = False >base = 2048 growth = 0 max_grow = 0 >done = True >DEBUG:blivet:req: PartitionRequest instance -- >id = 118 name = sda2 growable = False >base = 2097152 growth = 0 max_grow = 0 >done = True >DEBUG:blivet:req: PartitionRequest instance -- >id = 125 name = sda3 growable = True >base = 2097152 growth = 0 max_grow = 144703488 >done = False >DEBUG:blivet:1 requests and 130017280 (62 GiB) left in chunk >DEBUG:blivet:adding 130017280 (62 GiB) to 125 (sda3) >DEBUG:blivet:new grow amount for request 125 (sda3) is 130017280 units, or 62 GiB >DEBUG:blivet:request 111 (sda1) growth: 0 (0 B) size: 1024 KiB >DEBUG:blivet:request 118 (sda2) growth: 0 (0 B) size: 1024 MiB >DEBUG:blivet:request 125 (sda3) growth: 130017280 (62 GiB) size: 63 GiB >DEBUG:blivet:disk /dev/sda growth: 130017280 (62 GiB) >DEBUG:blivet: PartitionDevice._set_parted_partition: sda3 ; >DEBUG:blivet:device sda3 new parted_partition None >DEBUG:blivet: PartitionDevice._set_disk: req2 ; old: sda ; new: None ; >DEBUG:blivet: DiskDevice.remove_child: name: sda ; child: req2 ; kids: 3 ; >DEBUG:blivet:total growth: 130017280 sectors >DEBUG:blivet:updating use_disk to sda, type: 0 >DEBUG:blivet:new free: 2101248-134217694 / 63 GiB >DEBUG:blivet:new free allows for 130017280 sectors of growth >DEBUG:blivet:using alignment: parted.Alignment instance -- > offset: 0 grainSize: 2048 > PedAlignment: <_ped.Alignment object at 0x7f348ab35870> >DEBUG:blivet:created partition sda3 of 1024 MiB and added it to /dev/sda >DEBUG:blivet: PartitionDevice._set_parted_partition: req2 ; >DEBUG:blivet:device req2 new parted_partition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f348ab30990> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f348ab9fad0> PedPartition: <_ped.Partition object at 0x7f348abbf510> >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 0x7f348ab30990> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f348aa10050> PedPartition: <_ped.Partition object at 0x7f348aa09b70> >DEBUG:blivet:allocating partition: req3 ; id: 132 ; disks: ['sda'] ; >boot: False ; primary: False ; size: 500 MiB ; grow: True ; max_size: 0 B ; 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=500 MiB boot=False best=None grow=True start=None >DEBUG:blivet:checking 34-2047 (1007 KiB) >DEBUG:blivet:current free range is 34-2047 (1007 KiB) >DEBUG:blivet:checking 4198400-134217694 (62 GiB) >DEBUG:blivet:current free range is 4198400-134217694 (62 GiB) >DEBUG:blivet:evaluating growth potential for new layout >DEBUG:blivet:calculating growth for disk /dev/sda >DEBUG:blivet:using alignment: parted.Alignment instance -- > offset: 0 grainSize: 2048 > PedAlignment: <_ped.Alignment object at 0x7f348ab35870> >DEBUG:blivet: PartitionDevice._set_parted_partition: req3 ; >DEBUG:blivet:device req3 new parted_partition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f348ab30990> fileSystem: None > number: 4 path: /dev/sda4 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f348ab9d3d0> PedPartition: <_ped.Partition object at 0x7f348abf7b50> >DEBUG:blivet: PartitionDevice._set_disk: sda4 ; old: None ; new: sda ; >DEBUG:blivet: DiskDevice.add_child: name: sda ; child: sda4 ; kids: 3 ; >DEBUG:blivet:adding request 111 to chunk 134213632 (2048-134215679) on /dev/sda >DEBUG:blivet:adding request 118 to chunk 134213632 (2048-134215679) on /dev/sda >DEBUG:blivet:adding request 125 to chunk 134213632 (2048-134215679) on /dev/sda >DEBUG:blivet:adding request 132 to chunk 134213632 (2048-134215679) on /dev/sda >DEBUG:blivet:Chunk.grow_requests: 134213632 (2048-134215679) on /dev/sda start = 2048 end = 134215679 >sector_size = 512 B > >DEBUG:blivet:req: PartitionRequest instance -- >id = 111 name = sda1 growable = False >base = 2048 growth = 0 max_grow = 0 >done = True >DEBUG:blivet:req: PartitionRequest instance -- >id = 118 name = sda2 growable = False >base = 2097152 growth = 0 max_grow = 0 >done = True >DEBUG:blivet:req: PartitionRequest instance -- >id = 125 name = sda3 growable = True >base = 2097152 growth = 0 max_grow = 144703488 >done = False >DEBUG:blivet:req: PartitionRequest instance -- >id = 132 name = sda4 growable = True >base = 1024000 growth = 0 max_grow = 2251799812661248 >done = False >DEBUG:blivet:2 requests and 128993280 (61.51 GiB) left in chunk >DEBUG:blivet:adding 86672650 (41.33 GiB) to 125 (sda3) >DEBUG:blivet:new grow amount for request 125 (sda3) is 86672650 units, or 41.33 GiB >DEBUG:blivet:adding 42320629 (20.18 GiB) to 132 (sda4) >DEBUG:blivet:new grow amount for request 132 (sda4) is 42320629 units, or 20.18 GiB >DEBUG:blivet:2 requests and 1 (512 B) left in chunk >DEBUG:blivet:adding 0 (0 B) to 125 (sda3) >DEBUG:blivet:new grow amount for request 125 (sda3) is 86672650 units, or 41.33 GiB >DEBUG:blivet:adding 0 (0 B) to 132 (sda4) >DEBUG:blivet:new grow amount for request 132 (sda4) is 42320629 units, or 20.18 GiB >DEBUG:blivet:adding 1 (512 B) to 125 (sda3) >DEBUG:blivet:new grow amount for request 125 (sda3) is 86672651 units, or 41.33 GiB >DEBUG:blivet:request 111 (sda1) growth: 0 (0 B) size: 1024 KiB >DEBUG:blivet:request 118 (sda2) growth: 0 (0 B) size: 1024 MiB >DEBUG:blivet:request 125 (sda3) growth: 86672651 (41.33 GiB) size: 42.33 GiB >DEBUG:blivet:request 132 (sda4) growth: 42320629 (20.18 GiB) size: 20.67 GiB >DEBUG:blivet:disk /dev/sda growth: 128993280 (61.51 GiB) >DEBUG:blivet: PartitionDevice._set_parted_partition: sda4 ; >DEBUG:blivet:device sda4 new parted_partition None >DEBUG:blivet: PartitionDevice._set_disk: req3 ; old: sda ; new: None ; >DEBUG:blivet: DiskDevice.remove_child: name: sda ; child: req3 ; kids: 4 ; >DEBUG:blivet:total growth: 128993280 sectors >DEBUG:blivet:updating use_disk to sda, type: 0 >DEBUG:blivet:new free: 4198400-134217694 / 62 GiB >DEBUG:blivet:new free allows for 128993280 sectors of growth >DEBUG:blivet:using alignment: parted.Alignment instance -- > offset: 0 grainSize: 2048 > PedAlignment: <_ped.Alignment object at 0x7f348ab35870> >DEBUG:blivet:created partition sda4 of 500 MiB 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 0x7f348ab30990> fileSystem: None > number: 4 path: /dev/sda4 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f348aa10e10> PedPartition: <_ped.Partition object at 0x7f348aa08220> >DEBUG:blivet: PartitionDevice._set_disk: sda4 ; old: None ; new: sda ; >DEBUG:blivet: DiskDevice.add_child: name: sda ; child: sda4 ; kids: 3 ; >DEBUG:blivet: PartitionDevice._set_parted_partition: sda4 ; >DEBUG:blivet:device sda4 new parted_partition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f348ab30990> fileSystem: None > number: 4 path: /dev/sda4 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f348ab31110> PedPartition: <_ped.Partition object at 0x7f348aa0b060> >DEBUG:blivet:grow_partitions: disks=['sda'], partitions=['sda1(id 111)', 'sda2(id 118)', 'sda3(id 125)', 'sda4(id 132)'] >DEBUG:blivet:growable partitions are ['sda3', 'sda4'] >DEBUG:blivet:adding request 111 to chunk 134213632 (2048-134215679) on /dev/sda >DEBUG:blivet:adding request 118 to chunk 134213632 (2048-134215679) on /dev/sda >DEBUG:blivet:adding request 125 to chunk 134213632 (2048-134215679) on /dev/sda >DEBUG:blivet:adding request 132 to chunk 134213632 (2048-134215679) on /dev/sda >DEBUG:blivet:disk sda has 1 chunks >DEBUG:blivet:Chunk.grow_requests: 134213632 (2048-134215679) on /dev/sda start = 2048 end = 134215679 >sector_size = 512 B > >DEBUG:blivet:req: PartitionRequest instance -- >id = 111 name = sda1 growable = False >base = 2048 growth = 0 max_grow = 0 >done = True >DEBUG:blivet:req: PartitionRequest instance -- >id = 118 name = sda2 growable = False >base = 2097152 growth = 0 max_grow = 0 >done = True >DEBUG:blivet:req: PartitionRequest instance -- >id = 125 name = sda3 growable = True >base = 2097152 growth = 0 max_grow = 144703488 >done = False >DEBUG:blivet:req: PartitionRequest instance -- >id = 132 name = sda4 growable = True >base = 1024000 growth = 0 max_grow = 2251799812661248 >done = False >DEBUG:blivet:2 requests and 128993280 (61.51 GiB) left in chunk >DEBUG:blivet:adding 86672650 (41.33 GiB) to 125 (sda3) >DEBUG:blivet:new grow amount for request 125 (sda3) is 86672650 units, or 41.33 GiB >DEBUG:blivet:adding 42320629 (20.18 GiB) to 132 (sda4) >DEBUG:blivet:new grow amount for request 132 (sda4) is 42320629 units, or 20.18 GiB >DEBUG:blivet:2 requests and 1 (512 B) left in chunk >DEBUG:blivet:adding 0 (0 B) to 125 (sda3) >DEBUG:blivet:new grow amount for request 125 (sda3) is 86672650 units, or 41.33 GiB >DEBUG:blivet:adding 0 (0 B) to 132 (sda4) >DEBUG:blivet:new grow amount for request 132 (sda4) is 42320629 units, or 20.18 GiB >DEBUG:blivet:adding 1 (512 B) to 125 (sda3) >DEBUG:blivet:new grow amount for request 125 (sda3) is 86672651 units, or 41.33 GiB >DEBUG:blivet:growing partitions on sda >DEBUG:blivet:partition sda1 (111): 0 >DEBUG:blivet:new geometry for sda1: parted.Geometry instance -- > start: 2048 end: 4095 length: 2048 > device: <parted.device.Device object at 0x7f348b549c50> PedGeometry: <_ped.Geometry object at 0x7f348ab36a40> >DEBUG:blivet:partition sda2 (118): 0 >DEBUG:blivet:new geometry for sda2: parted.Geometry instance -- > start: 4096 end: 2101247 length: 2097152 > device: <parted.device.Device object at 0x7f348b549c50> PedGeometry: <_ped.Geometry object at 0x7f348ab36950> >DEBUG:blivet:partition sda3 (125): 0 >DEBUG:blivet:new geometry for sda3: parted.Geometry instance -- > start: 2101248 end: 90869759 length: 88768512 > device: <parted.device.Device object at 0x7f348b549c50> PedGeometry: <_ped.Geometry object at 0x7f348ab36ad0> >DEBUG:blivet:partition sda4 (132): 0 >DEBUG:blivet:new geometry for sda4: parted.Geometry instance -- > start: 90869760 end: 134213631 length: 43343872 > device: <parted.device.Device object at 0x7f348b549c50> PedGeometry: <_ped.Geometry object at 0x7f348ab36bc0> >DEBUG:blivet:removing all non-preexisting partitions ['sda1(id 111)', 'sda2(id 118)', 'sda3(id 125)', 'sda4(id 132)'] from disk(s) ['sda'] >DEBUG:blivet: PartitionDevice._set_parted_partition: sda1 ; >DEBUG:blivet:device sda1 new parted_partition None >DEBUG:blivet: PartitionDevice._set_disk: req0 ; old: sda ; new: None ; >DEBUG:blivet: DiskDevice.remove_child: name: sda ; child: req0 ; kids: 4 ; >DEBUG:blivet: PartitionDevice._set_parted_partition: sda2 ; >DEBUG:blivet:device sda2 new parted_partition None >DEBUG:blivet: PartitionDevice._set_disk: req1 ; old: sda ; new: None ; >DEBUG:blivet: DiskDevice.remove_child: name: sda ; child: req1 ; kids: 3 ; >DEBUG:blivet: PartitionDevice._set_parted_partition: sda3 ; >DEBUG:blivet:device sda3 new parted_partition None >DEBUG:blivet: PartitionDevice._set_disk: req2 ; old: sda ; new: None ; >DEBUG:blivet: DiskDevice.remove_child: name: sda ; child: req2 ; kids: 2 ; >DEBUG:blivet: PartitionDevice._set_parted_partition: sda4 ; >DEBUG:blivet:device sda4 new parted_partition None >DEBUG:blivet: PartitionDevice._set_disk: req3 ; old: sda ; new: None ; >DEBUG:blivet: DiskDevice.remove_child: name: sda ; child: req3 ; kids: 1 ; >DEBUG:blivet:back from remove_new_partitions >DEBUG:blivet:extended: None >DEBUG:blivet:setting req0 new geometry: parted.Geometry instance -- > start: 2048 end: 4095 length: 2048 > device: <parted.device.Device object at 0x7f348b549c50> PedGeometry: <_ped.Geometry object at 0x7f348ab36a40> >DEBUG:blivet: PartitionDevice._set_parted_partition: req0 ; >DEBUG:blivet:device req0 new parted_partition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f348ab30990> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f348aa13610> PedPartition: <_ped.Partition object at 0x7f348aa09ad0> >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 0x7f348ab30990> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f348aca98d0> PedPartition: <_ped.Partition object at 0x7f348aa0b4c0> >DEBUG:blivet:setting req1 new geometry: parted.Geometry instance -- > start: 4096 end: 2101247 length: 2097152 > device: <parted.device.Device object at 0x7f348b549c50> PedGeometry: <_ped.Geometry object at 0x7f348ab36950> >DEBUG:blivet: PartitionDevice._set_parted_partition: req1 ; >DEBUG:blivet:device req1 new parted_partition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f348ab30990> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f348ac25510> PedPartition: <_ped.Partition object at 0x7f348aa0ac00> >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 0x7f348ab30990> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f348aa13e90> PedPartition: <_ped.Partition object at 0x7f348aa08f90> >DEBUG:blivet:setting req2 new geometry: parted.Geometry instance -- > start: 2101248 end: 90869759 length: 88768512 > device: <parted.device.Device object at 0x7f348b549c50> PedGeometry: <_ped.Geometry object at 0x7f348ab36ad0> >DEBUG:blivet: PartitionDevice._set_parted_partition: req2 ; >DEBUG:blivet:device req2 new parted_partition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f348ab30990> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f34905eefd0> PedPartition: <_ped.Partition object at 0x7f348aa0ab10> >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 0x7f348ab30990> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f348ac5a650> PedPartition: <_ped.Partition object at 0x7f348aa0b600> >DEBUG:blivet:setting req3 new geometry: parted.Geometry instance -- > start: 90869760 end: 134213631 length: 43343872 > device: <parted.device.Device object at 0x7f348b549c50> PedGeometry: <_ped.Geometry object at 0x7f348ab36bc0> >DEBUG:blivet: PartitionDevice._set_parted_partition: req3 ; >DEBUG:blivet:device req3 new parted_partition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f348ab30990> fileSystem: None > number: 4 path: /dev/sda4 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f348ac59450> PedPartition: <_ped.Partition object at 0x7f348aa0b150> >DEBUG:blivet: PartitionDevice._set_disk: sda4 ; old: None ; new: sda ; >DEBUG:blivet: DiskDevice.add_child: name: sda ; child: sda4 ; kids: 3 ; >DEBUG:blivet: PartitionDevice._set_parted_partition: sda4 ; >DEBUG:blivet:device sda4 new parted_partition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f348ab30990> fileSystem: None > number: 4 path: /dev/sda4 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f348aca9510> PedPartition: <_ped.Partition object at 0x7f348aa09940> >DEBUG:blivet:fixing size of non-existent 1024 KiB partition sda1 (111) with non-existent biosboot >DEBUG:blivet:fixing size of non-existent 1024 MiB partition sda2 (118) with non-existent ext4 filesystem mounted at /boot >DEBUG:blivet:fixing size of non-existent 42.33 GiB partition sda3 (125) with non-existent ext4 filesystem mounted at / >DEBUG:blivet:fixing size of non-existent 20.67 GiB partition sda4 (132) with non-existent ext4 filesystem mounted at /home >DEBUG:anaconda.modules.storage.bootloader.execution:Execute the bootloader with dry run False. >DEBUG:anaconda.modules.storage.bootloader.base:new disk list: [DiskDevice instance (0x7f348ac73a10) -- > name = sda status = True id = 14 > children = ['non-existent 1024 KiB partition sda1 (111) with non-existent biosboot', > 'non-existent 1024 MiB partition sda2 (118) with non-existent ext4 filesystem ' > 'mounted at /boot', > 'non-existent 42.33 GiB partition sda3 (125) with non-existent ext4 ' > 'filesystem mounted at /', > 'non-existent 20.67 GiB partition sda4 (132) with non-existent ext4 ' > 'filesystem mounted at /home'] > parents = [] > uuid = None size = 64 GiB > format = non-existent gpt disklabel > major = 8 minor = 0 exists = True protected = False > sysfs path = /sys/devices/pci0000:00/0000:00:0d.0/ata1/host0/target0:0:0/0:0:0:0/block/sda > target size = 64 GiB path = /dev/sda > format args = [] original_format = None removable = False wwn = None] >DEBUG:anaconda.modules.storage.bootloader.execution:Applying bootloader location: DEFAULT >DEBUG:anaconda.modules.storage.bootloader.execution:Applying drive order: [] >DEBUG:anaconda.modules.storage.bootloader.base:new disk order: [] >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:_is_valid_disklabel(sda) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_size(sda) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_location(sda) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_format(sda) returning True >DEBUG:anaconda.modules.storage.bootloader.base:is_valid_stage1_device(sda) 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 64 GiB disk sda (14) with non-existent gpt 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:_is_valid_disklabel(sda) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_size(sda) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_location(sda) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_format(sda) returning True >DEBUG:anaconda.modules.storage.bootloader.base:is_valid_stage1_device(sda) returning True >DEBUG:anaconda.modules.storage.bootloader.base:Is sda a valid stage1 target device? >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_disklabel(sda) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_size(sda) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_location(sda) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_format(sda) returning True >DEBUG:anaconda.modules.storage.bootloader.base:is_valid_stage1_device(sda) 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: 4.36 GiB >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 KiB partition sda1 (111) with non-existent biosboot >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 MiB partition sda2 (118) 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 42.33 GiB partition sda3 (125) with non-existent ext4 filesystem mounted at / >DEBUG:blivet: DeviceTree.get_device_by_path: path: /dev/sda4 ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_path returned non-existent 20.67 GiB partition sda4 (132) with non-existent ext4 filesystem mounted at /home >DEBUG:anaconda.modules.storage.partitioning.interactive.interactive_partitioning: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': {'/usr', '/tmp', '/var', '/', '/usr/share', '/usr/lib', '/home'}, 'must_be_on_root': {'/dev', '/sbin', '/bin', '/mnt', '/proc', 'lost+found', '/lib', '/root', '/etc'}, 'must_not_be_on_root': set(), 'reformat_allowlist': {'/boot', '/usr', '/tmp', '/var'}, 'reformat_blocklist': {'/var/www', '/usr/local', '/opt', '/home'}, 'swap_is_recommended': False, 'luks2_min_ram': Size (128 MiB)}. >DEBUG:anaconda.modules.storage.partitioning.interactive.interactive_partitioning:Run sanity check verify_root. >DEBUG:anaconda.modules.storage.partitioning.interactive.interactive_partitioning:Run sanity check verify_s390_constraints. >DEBUG:anaconda.modules.storage.partitioning.interactive.interactive_partitioning:Run sanity check verify_partition_formatting. >DEBUG:anaconda.modules.storage.partitioning.interactive.interactive_partitioning:Run sanity check verify_partition_sizes. >DEBUG:anaconda.modules.storage.partitioning.interactive.interactive_partitioning:Run sanity check verify_partition_format_sizes. >DEBUG:anaconda.modules.storage.partitioning.interactive.interactive_partitioning:Run sanity check verify_bootloader. >DEBUG:anaconda.modules.storage.partitioning.interactive.interactive_partitioning:Run sanity check verify_gpt_biosboot. >DEBUG:anaconda.modules.storage.partitioning.interactive.interactive_partitioning:Run sanity check verify_opal_compatibility. >DEBUG:anaconda.modules.storage.partitioning.interactive.interactive_partitioning:Run sanity check verify_swap. >DEBUG:anaconda.modules.storage.partitioning.interactive.interactive_partitioning:Run sanity check verify_swap_uuid. >DEBUG:anaconda.modules.storage.partitioning.interactive.interactive_partitioning:Run sanity check verify_mountpoints_on_linuxfs. >DEBUG:anaconda.modules.storage.partitioning.interactive.interactive_partitioning:Run sanity check verify_mountpoints_on_root. >DEBUG:anaconda.modules.storage.partitioning.interactive.interactive_partitioning:Run sanity check verify_mountpoints_not_on_root. >DEBUG:anaconda.modules.storage.partitioning.interactive.interactive_partitioning:Run sanity check verify_unlocked_devices_have_key. >DEBUG:anaconda.modules.storage.partitioning.interactive.interactive_partitioning:Skipped sanity check verify_luks_devices_have_key. >DEBUG:anaconda.modules.storage.partitioning.interactive.interactive_partitioning:Run sanity check verify_luks2_memory_requirements. >DEBUG:anaconda.modules.storage.partitioning.interactive.interactive_partitioning:Run sanity check verify_mounted_partitions. >DEBUG:anaconda.modules.storage.partitioning.interactive.interactive_partitioning:Run sanity check verify_lvm_destruction. >DEBUG:anaconda.modules.storage.partitioning.interactive.interactive_partitioning:Run sanity check verify_requests. >DEBUG:anaconda.modules.storage.partitioning.interactive.interactive_partitioning:Storage check finished with success. >INFO:anaconda.threading:Thread Done: AnaTaskThread-InteractiveAutoPartitioningTask-1 (139863652296384) >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda2 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 1024 MiB partition sda2 (118) with non-existent ext4 filesystem mounted at /boot >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda2 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 1024 MiB partition sda2 (118) with non-existent ext4 filesystem mounted at /boot >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda3 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 42.33 GiB partition sda3 (125) with non-existent ext4 filesystem mounted at / >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda3 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 42.33 GiB partition sda3 (125) with non-existent ext4 filesystem mounted at / >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda4 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 20.67 GiB partition sda4 (132) with non-existent ext4 filesystem mounted at /home >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda4 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 20.67 GiB partition sda4 (132) with non-existent 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 non-existent 1024 KiB partition sda1 (111) with non-existent biosboot >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda1 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 1024 KiB partition sda1 (111) with non-existent biosboot >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda2 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 1024 MiB partition sda2 (118) with non-existent ext4 filesystem mounted at /boot >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda2 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 1024 MiB partition sda2 (118) with non-existent ext4 filesystem mounted at /boot >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda2 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 1024 MiB partition sda2 (118) with non-existent ext4 filesystem mounted at /boot >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda2 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 1024 MiB partition sda2 (118) with non-existent ext4 filesystem mounted at /boot >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda2 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 1024 MiB partition sda2 (118) with non-existent ext4 filesystem mounted at /boot >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda2 ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 1024 MiB partition sda2 (118) with non-existent ext4 filesystem mounted at /boot >DEBUG:blivet:resolved 'sda2' to 'sda2' (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 138 >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 64 GiB disk sda (14) with non-existent gpt disklabel >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda2 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 1024 MiB partition sda2 (118) with non-existent ext4 filesystem mounted at /boot >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 139 >DEBUG:blivet:get_format('biosboot') returning BIOSBoot instance with object id 140 >DEBUG:blivet: DiskLabel.__init__: >INFO:blivet:DiskLabel.parted_device returning None >DEBUG:blivet:get_format('disklabel') returning DiskLabel instance with object id 141 >DEBUG:blivet: DMRaidMember.__init__: >DEBUG:blivet:get_format('dmraidmember') returning DMRaidMember instance with object id 142 >DEBUG:blivet: Ext2FS.supported: supported: True ; >DEBUG:blivet:get_format('ext2') returning Ext2FS instance with object id 143 >DEBUG:blivet: Ext2FS.supported: supported: True ; >DEBUG:blivet: Ext3FS.supported: supported: True ; >DEBUG:blivet:get_format('ext3') returning Ext3FS instance with object id 144 >DEBUG:blivet: Ext3FS.supported: supported: True ; >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 145 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet: FATFS.supported: supported: True ; >DEBUG:blivet:get_format('vfat') returning FATFS instance with object id 146 >DEBUG:blivet: FATFS.supported: supported: True ; >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet:get_format('efi') returning EFIFS instance with object id 147 >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 148 >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('gfs2') returning GFS2 instance with object id 149 >DEBUG:blivet:get_format('jfs') returning JFS instance with object id 150 >DEBUG:blivet:get_format('reiserfs') returning ReiserFS instance with object id 151 >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 152 >DEBUG:blivet: XFS.supported: supported: True ; >DEBUG:blivet: StratisXFS.supported: supported: False ; >DEBUG:blivet:get_format('stratis xfs') returning StratisXFS instance with object id 153 >DEBUG:blivet: StratisXFS.supported: supported: False ; >DEBUG:blivet: HFS.supported: supported: False ; >DEBUG:blivet:get_format('hfs') returning HFS instance with object id 154 >DEBUG:blivet: HFS.supported: supported: False ; >DEBUG:blivet: AppleBootstrapFS.supported: supported: True ; >DEBUG:blivet:get_format('appleboot') returning AppleBootstrapFS instance with object id 155 >DEBUG:blivet: AppleBootstrapFS.supported: supported: True ; >DEBUG:blivet: HFSPlus.supported: supported: False ; >DEBUG:blivet:get_format('hfs+') returning HFSPlus instance with object id 156 >DEBUG:blivet: HFSPlus.supported: supported: False ; >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 157 >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet: NTFS.supported: supported: True ; >DEBUG:blivet:get_format('ntfs') returning NTFS instance with object id 158 >DEBUG:blivet: NTFS.supported: supported: True ; >DEBUG:blivet: ExFATFS.supported: supported: False ; >DEBUG:blivet:get_format('exfat') returning ExFATFS instance with object id 159 >DEBUG:blivet: ExFATFS.supported: supported: False ; >DEBUG:blivet: F2FS.supported: supported: True ; >DEBUG:blivet:get_format('f2fs') returning F2FS instance with object id 160 >DEBUG:blivet: F2FS.supported: supported: True ; >DEBUG:blivet: NFS.supported: supported: False ; >DEBUG:blivet:get_format('nfs') returning NFS instance with object id 161 >DEBUG:blivet: NFS.supported: supported: False ; >DEBUG:blivet: NFSv4.supported: supported: False ; >DEBUG:blivet:get_format('nfs4') returning NFSv4 instance with object id 162 >DEBUG:blivet: NFSv4.supported: supported: False ; >DEBUG:blivet: Iso9660FS.supported: supported: True ; >DEBUG:blivet:get_format('iso9660') returning Iso9660FS instance with object id 163 >DEBUG:blivet: Iso9660FS.supported: supported: True ; >DEBUG:blivet: NoDevFS.supported: supported: False ; >DEBUG:blivet:get_format('nodev') returning NoDevFS instance with object id 164 >DEBUG:blivet: NoDevFS.supported: supported: False ; >DEBUG:blivet: DevPtsFS.supported: supported: False ; >DEBUG:blivet:get_format('devpts') returning DevPtsFS instance with object id 165 >DEBUG:blivet: DevPtsFS.supported: supported: False ; >DEBUG:blivet: ProcFS.supported: supported: False ; >DEBUG:blivet:get_format('proc') returning ProcFS instance with object id 166 >DEBUG:blivet: ProcFS.supported: supported: False ; >DEBUG:blivet: SysFS.supported: supported: False ; >DEBUG:blivet:get_format('sysfs') returning SysFS instance with object id 167 >DEBUG:blivet: SysFS.supported: supported: False ; >DEBUG:blivet: TmpFS.supported: supported: True ; >DEBUG:blivet:get_format('tmpfs') returning TmpFS instance with object id 168 >DEBUG:blivet: TmpFS.supported: supported: True ; >DEBUG:blivet: BindFS.supported: supported: False ; >DEBUG:blivet:get_format('bind') returning BindFS instance with object id 169 >DEBUG:blivet: BindFS.supported: supported: False ; >DEBUG:blivet: SELinuxFS.supported: supported: False ; >DEBUG:blivet:get_format('selinuxfs') returning SELinuxFS instance with object id 170 >DEBUG:blivet: SELinuxFS.supported: supported: False ; >DEBUG:blivet: USBFS.supported: supported: False ; >DEBUG:blivet:get_format('usbfs') returning USBFS instance with object id 171 >DEBUG:blivet: USBFS.supported: supported: False ; >DEBUG:blivet: EFIVarFS.supported: supported: False ; >DEBUG:blivet:get_format('efivarfs') returning EFIVarFS instance with object id 172 >DEBUG:blivet: EFIVarFS.supported: supported: False ; >DEBUG:blivet: LUKS.__init__: >DEBUG:blivet:get_format('luks') returning LUKS instance with object id 173 >DEBUG:blivet: Integrity.__init__: >DEBUG:blivet:get_format('integrity') returning Integrity instance with object id 174 >DEBUG:blivet: LVMPhysicalVolume.__init__: >DEBUG:blivet:get_format('lvmpv') returning LVMPhysicalVolume instance with object id 175 >DEBUG:blivet: MDRaidMember.__init__: >DEBUG:blivet:get_format('mdmember') returning MDRaidMember instance with object id 176 >INFO:program:Running [35] mdadm --version ... >INFO:program:stdout[35]: >INFO:program:stderr[35]: mdadm - v4.2 - 2021-12-30 > >INFO:program:...done [35] (exit code: 0) >DEBUG:blivet: MultipathMember.__init__: >DEBUG:blivet:get_format('multipath_member') returning MultipathMember instance with object id 177 >DEBUG:blivet:get_format('prepboot') returning PPCPRePBoot instance with object id 178 >DEBUG:blivet: SwapSpace.__init__: >DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 179 >INFO:program:Running [36] mkswap --version ... >INFO:program:stdout[36]: mkswap from util-linux 2.38.1 > >INFO:program:stderr[36]: >INFO:program:...done [36] (exit code: 0) >DEBUG:blivet: StratisBlockdev.__init__: >DEBUG:blivet:get_format('stratis') returning StratisBlockdev instance with object id 180 >DEBUG:blivet:get_format('biosboot') returning BIOSBoot instance with object id 181 >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 182 >DEBUG:blivet: Ext2FS.supported: supported: True ; >DEBUG:blivet:get_format('ext2') returning Ext2FS instance with object id 183 >DEBUG:blivet: Ext3FS.supported: supported: True ; >DEBUG:blivet:get_format('ext3') returning Ext3FS instance with object id 184 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 185 >DEBUG:blivet: SwapSpace.__init__: >DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 186 >DEBUG:blivet: FATFS.supported: supported: True ; >DEBUG:blivet:get_format('vfat') returning FATFS instance with object id 187 >DEBUG:blivet: XFS.supported: supported: True ; >DEBUG:blivet:get_format('xfs') returning XFS instance with object id 188 >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda2 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 1024 MiB partition sda2 (118) 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 189 >DEBUG:blivet: BTRFS.supported: supported: True ; >INFO:program:Running [37] dmsetup --version ... >INFO:program:stdout[37]: Library version: 1.02.175 (2021-01-08) >Driver version: 4.47.0 > >INFO:program:stderr[37]: >INFO:program:...done [37] (exit code: 0) >INFO:program:Running [38] btrfs --version ... >INFO:program:stdout[38]: btrfs-progs v6.0 > >INFO:program:stderr[38]: >INFO:program:...done [38] (exit code: 0) >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 64 GiB disk sda (14) with non-existent gpt disklabel >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 64 GiB disk sda (14) with non-existent gpt disklabel >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda4 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 20.67 GiB partition sda4 (132) with non-existent ext4 filesystem mounted at /home >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda4 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 20.67 GiB partition sda4 (132) with non-existent ext4 filesystem mounted at /home >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda4 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 20.67 GiB partition sda4 (132) with non-existent ext4 filesystem mounted at /home >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda4 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 20.67 GiB partition sda4 (132) with non-existent ext4 filesystem mounted at /home >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda4 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 20.67 GiB partition sda4 (132) with non-existent ext4 filesystem mounted at /home >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda4 ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 20.67 GiB partition sda4 (132) with non-existent ext4 filesystem mounted at /home >DEBUG:blivet:resolved 'sda4' to 'sda4' (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 190 >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 64 GiB disk sda (14) with non-existent gpt disklabel >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda4 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 20.67 GiB partition sda4 (132) with non-existent ext4 filesystem mounted at /home >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 191 >DEBUG:blivet:get_format('biosboot') returning BIOSBoot instance with object id 192 >DEBUG:blivet: DiskLabel.__init__: >INFO:blivet:DiskLabel.parted_device returning None >DEBUG:blivet:get_format('disklabel') returning DiskLabel instance with object id 193 >DEBUG:blivet: DMRaidMember.__init__: >DEBUG:blivet:get_format('dmraidmember') returning DMRaidMember instance with object id 194 >DEBUG:blivet: Ext2FS.supported: supported: True ; >DEBUG:blivet:get_format('ext2') returning Ext2FS instance with object id 195 >DEBUG:blivet: Ext2FS.supported: supported: True ; >DEBUG:blivet: Ext3FS.supported: supported: True ; >DEBUG:blivet:get_format('ext3') returning Ext3FS instance with object id 196 >DEBUG:blivet: Ext3FS.supported: supported: True ; >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 197 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet: FATFS.supported: supported: True ; >DEBUG:blivet:get_format('vfat') returning FATFS instance with object id 198 >DEBUG:blivet: FATFS.supported: supported: True ; >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet:get_format('efi') returning EFIFS instance with object id 199 >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 200 >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('gfs2') returning GFS2 instance with object id 201 >DEBUG:blivet:get_format('jfs') returning JFS instance with object id 202 >DEBUG:blivet:get_format('reiserfs') returning ReiserFS instance with object id 203 >DEBUG:blivet: XFS.supported: supported: True ; >DEBUG:blivet:get_format('xfs') returning XFS instance with object id 204 >DEBUG:blivet: XFS.supported: supported: True ; >DEBUG:blivet: StratisXFS.supported: supported: False ; >DEBUG:blivet:get_format('stratis xfs') returning StratisXFS instance with object id 205 >DEBUG:blivet: StratisXFS.supported: supported: False ; >DEBUG:blivet: HFS.supported: supported: False ; >DEBUG:blivet:get_format('hfs') returning HFS instance with object id 206 >DEBUG:blivet: HFS.supported: supported: False ; >DEBUG:blivet: AppleBootstrapFS.supported: supported: True ; >DEBUG:blivet:get_format('appleboot') returning AppleBootstrapFS instance with object id 207 >DEBUG:blivet: AppleBootstrapFS.supported: supported: True ; >DEBUG:blivet: HFSPlus.supported: supported: False ; >DEBUG:blivet:get_format('hfs+') returning HFSPlus instance with object id 208 >DEBUG:blivet: HFSPlus.supported: supported: False ; >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 209 >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet: NTFS.supported: supported: True ; >DEBUG:blivet:get_format('ntfs') returning NTFS instance with object id 210 >DEBUG:blivet: NTFS.supported: supported: True ; >DEBUG:blivet: ExFATFS.supported: supported: False ; >DEBUG:blivet:get_format('exfat') returning ExFATFS instance with object id 211 >DEBUG:blivet: ExFATFS.supported: supported: False ; >DEBUG:blivet: F2FS.supported: supported: True ; >DEBUG:blivet:get_format('f2fs') returning F2FS instance with object id 212 >DEBUG:blivet: F2FS.supported: supported: True ; >DEBUG:blivet: NFS.supported: supported: False ; >DEBUG:blivet:get_format('nfs') returning NFS instance with object id 213 >DEBUG:blivet: NFS.supported: supported: False ; >DEBUG:blivet: NFSv4.supported: supported: False ; >DEBUG:blivet:get_format('nfs4') returning NFSv4 instance with object id 214 >DEBUG:blivet: NFSv4.supported: supported: False ; >DEBUG:blivet: Iso9660FS.supported: supported: True ; >DEBUG:blivet:get_format('iso9660') returning Iso9660FS instance with object id 215 >DEBUG:blivet: Iso9660FS.supported: supported: True ; >DEBUG:blivet: NoDevFS.supported: supported: False ; >DEBUG:blivet:get_format('nodev') returning NoDevFS instance with object id 216 >DEBUG:blivet: NoDevFS.supported: supported: False ; >DEBUG:blivet: DevPtsFS.supported: supported: False ; >DEBUG:blivet:get_format('devpts') returning DevPtsFS instance with object id 217 >DEBUG:blivet: DevPtsFS.supported: supported: False ; >DEBUG:blivet: ProcFS.supported: supported: False ; >DEBUG:blivet:get_format('proc') returning ProcFS instance with object id 218 >DEBUG:blivet: ProcFS.supported: supported: False ; >DEBUG:blivet: SysFS.supported: supported: False ; >DEBUG:blivet:get_format('sysfs') returning SysFS instance with object id 219 >DEBUG:blivet: SysFS.supported: supported: False ; >DEBUG:blivet: TmpFS.supported: supported: True ; >DEBUG:blivet:get_format('tmpfs') returning TmpFS instance with object id 220 >DEBUG:blivet: TmpFS.supported: supported: True ; >DEBUG:blivet: BindFS.supported: supported: False ; >DEBUG:blivet:get_format('bind') returning BindFS instance with object id 221 >DEBUG:blivet: BindFS.supported: supported: False ; >DEBUG:blivet: SELinuxFS.supported: supported: False ; >DEBUG:blivet:get_format('selinuxfs') returning SELinuxFS instance with object id 222 >DEBUG:blivet: SELinuxFS.supported: supported: False ; >DEBUG:blivet: USBFS.supported: supported: False ; >DEBUG:blivet:get_format('usbfs') returning USBFS instance with object id 223 >DEBUG:blivet: USBFS.supported: supported: False ; >DEBUG:blivet: EFIVarFS.supported: supported: False ; >DEBUG:blivet:get_format('efivarfs') returning EFIVarFS instance with object id 224 >DEBUG:blivet: EFIVarFS.supported: supported: False ; >DEBUG:blivet: LUKS.__init__: >DEBUG:blivet:get_format('luks') returning LUKS instance with object id 225 >DEBUG:blivet: Integrity.__init__: >DEBUG:blivet:get_format('integrity') returning Integrity instance with object id 226 >DEBUG:blivet: LVMPhysicalVolume.__init__: >DEBUG:blivet:get_format('lvmpv') returning LVMPhysicalVolume instance with object id 227 >DEBUG:blivet: MDRaidMember.__init__: >DEBUG:blivet:get_format('mdmember') returning MDRaidMember instance with object id 228 >DEBUG:blivet: MultipathMember.__init__: >DEBUG:blivet:get_format('multipath_member') returning MultipathMember instance with object id 229 >DEBUG:blivet:get_format('prepboot') returning PPCPRePBoot instance with object id 230 >DEBUG:blivet: SwapSpace.__init__: >DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 231 >DEBUG:blivet: StratisBlockdev.__init__: >DEBUG:blivet:get_format('stratis') returning StratisBlockdev instance with object id 232 >DEBUG:blivet:get_format('biosboot') returning BIOSBoot instance with object id 233 >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 234 >DEBUG:blivet: Ext2FS.supported: supported: True ; >DEBUG:blivet:get_format('ext2') returning Ext2FS instance with object id 235 >DEBUG:blivet: Ext3FS.supported: supported: True ; >DEBUG:blivet:get_format('ext3') returning Ext3FS instance with object id 236 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 237 >DEBUG:blivet: SwapSpace.__init__: >DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 238 >DEBUG:blivet: FATFS.supported: supported: True ; >DEBUG:blivet:get_format('vfat') returning FATFS instance with object id 239 >DEBUG:blivet: XFS.supported: supported: True ; >DEBUG:blivet:get_format('xfs') returning XFS instance with object id 240 >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda4 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 20.67 GiB partition sda4 (132) with non-existent ext4 filesystem mounted at /home >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 241 >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda2 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 1024 MiB partition sda2 (118) with non-existent ext4 filesystem mounted at /boot >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda2 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 1024 MiB partition sda2 (118) with non-existent ext4 filesystem mounted at /boot >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda2 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 1024 MiB partition sda2 (118) with non-existent ext4 filesystem mounted at /boot >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda2 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 1024 MiB partition sda2 (118) with non-existent ext4 filesystem mounted at /boot >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda2 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 1024 MiB partition sda2 (118) with non-existent ext4 filesystem mounted at /boot >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda2 ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 1024 MiB partition sda2 (118) with non-existent ext4 filesystem mounted at /boot >DEBUG:blivet:resolved 'sda2' to 'sda2' (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 242 >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 64 GiB disk sda (14) with non-existent gpt disklabel >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda2 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 1024 MiB partition sda2 (118) with non-existent ext4 filesystem mounted at /boot >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 243 >DEBUG:blivet:get_format('biosboot') returning BIOSBoot instance with object id 244 >DEBUG:blivet: DiskLabel.__init__: >INFO:blivet:DiskLabel.parted_device returning None >DEBUG:blivet:get_format('disklabel') returning DiskLabel instance with object id 245 >DEBUG:blivet: DMRaidMember.__init__: >DEBUG:blivet:get_format('dmraidmember') returning DMRaidMember instance with object id 246 >DEBUG:blivet: Ext2FS.supported: supported: True ; >DEBUG:blivet:get_format('ext2') returning Ext2FS instance with object id 247 >DEBUG:blivet: Ext2FS.supported: supported: True ; >DEBUG:blivet: Ext3FS.supported: supported: True ; >DEBUG:blivet:get_format('ext3') returning Ext3FS instance with object id 248 >DEBUG:blivet: Ext3FS.supported: supported: True ; >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 249 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet: FATFS.supported: supported: True ; >DEBUG:blivet:get_format('vfat') returning FATFS instance with object id 250 >DEBUG:blivet: FATFS.supported: supported: True ; >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet:get_format('efi') returning EFIFS instance with object id 251 >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 252 >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('gfs2') returning GFS2 instance with object id 253 >DEBUG:blivet:get_format('jfs') returning JFS instance with object id 254 >DEBUG:blivet:get_format('reiserfs') returning ReiserFS instance with object id 255 >DEBUG:blivet: XFS.supported: supported: True ; >DEBUG:blivet:get_format('xfs') returning XFS instance with object id 256 >DEBUG:blivet: XFS.supported: supported: True ; >DEBUG:blivet: StratisXFS.supported: supported: False ; >DEBUG:blivet:get_format('stratis xfs') returning StratisXFS instance with object id 257 >DEBUG:blivet: StratisXFS.supported: supported: False ; >DEBUG:blivet: HFS.supported: supported: False ; >DEBUG:blivet:get_format('hfs') returning HFS instance with object id 258 >DEBUG:blivet: HFS.supported: supported: False ; >DEBUG:blivet: AppleBootstrapFS.supported: supported: True ; >DEBUG:blivet:get_format('appleboot') returning AppleBootstrapFS instance with object id 259 >DEBUG:blivet: AppleBootstrapFS.supported: supported: True ; >DEBUG:blivet: HFSPlus.supported: supported: False ; >DEBUG:blivet:get_format('hfs+') returning HFSPlus instance with object id 260 >DEBUG:blivet: HFSPlus.supported: supported: False ; >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 261 >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet: NTFS.supported: supported: True ; >DEBUG:blivet:get_format('ntfs') returning NTFS instance with object id 262 >DEBUG:blivet: NTFS.supported: supported: True ; >DEBUG:blivet: ExFATFS.supported: supported: False ; >DEBUG:blivet:get_format('exfat') returning ExFATFS instance with object id 263 >DEBUG:blivet: ExFATFS.supported: supported: False ; >DEBUG:blivet: F2FS.supported: supported: True ; >DEBUG:blivet:get_format('f2fs') returning F2FS instance with object id 264 >DEBUG:blivet: F2FS.supported: supported: True ; >DEBUG:blivet: NFS.supported: supported: False ; >DEBUG:blivet:get_format('nfs') returning NFS instance with object id 265 >DEBUG:blivet: NFS.supported: supported: False ; >DEBUG:blivet: NFSv4.supported: supported: False ; >DEBUG:blivet:get_format('nfs4') returning NFSv4 instance with object id 266 >DEBUG:blivet: NFSv4.supported: supported: False ; >DEBUG:blivet: Iso9660FS.supported: supported: True ; >DEBUG:blivet:get_format('iso9660') returning Iso9660FS instance with object id 267 >DEBUG:blivet: Iso9660FS.supported: supported: True ; >DEBUG:blivet: NoDevFS.supported: supported: False ; >DEBUG:blivet:get_format('nodev') returning NoDevFS instance with object id 268 >DEBUG:blivet: NoDevFS.supported: supported: False ; >DEBUG:blivet: DevPtsFS.supported: supported: False ; >DEBUG:blivet:get_format('devpts') returning DevPtsFS instance with object id 269 >DEBUG:blivet: DevPtsFS.supported: supported: False ; >DEBUG:blivet: ProcFS.supported: supported: False ; >DEBUG:blivet:get_format('proc') returning ProcFS instance with object id 270 >DEBUG:blivet: ProcFS.supported: supported: False ; >DEBUG:blivet: SysFS.supported: supported: False ; >DEBUG:blivet:get_format('sysfs') returning SysFS instance with object id 271 >DEBUG:blivet: SysFS.supported: supported: False ; >DEBUG:blivet: TmpFS.supported: supported: True ; >DEBUG:blivet:get_format('tmpfs') returning TmpFS instance with object id 272 >DEBUG:blivet: TmpFS.supported: supported: True ; >DEBUG:blivet: BindFS.supported: supported: False ; >DEBUG:blivet:get_format('bind') returning BindFS instance with object id 273 >DEBUG:blivet: BindFS.supported: supported: False ; >DEBUG:blivet: SELinuxFS.supported: supported: False ; >DEBUG:blivet:get_format('selinuxfs') returning SELinuxFS instance with object id 274 >DEBUG:blivet: SELinuxFS.supported: supported: False ; >DEBUG:blivet: USBFS.supported: supported: False ; >DEBUG:blivet:get_format('usbfs') returning USBFS instance with object id 275 >DEBUG:blivet: USBFS.supported: supported: False ; >DEBUG:blivet: EFIVarFS.supported: supported: False ; >DEBUG:blivet:get_format('efivarfs') returning EFIVarFS instance with object id 276 >DEBUG:blivet: EFIVarFS.supported: supported: False ; >DEBUG:blivet: LUKS.__init__: >DEBUG:blivet:get_format('luks') returning LUKS instance with object id 277 >DEBUG:blivet: Integrity.__init__: >DEBUG:blivet:get_format('integrity') returning Integrity instance with object id 278 >DEBUG:blivet: LVMPhysicalVolume.__init__: >DEBUG:blivet:get_format('lvmpv') returning LVMPhysicalVolume instance with object id 279 >DEBUG:blivet: MDRaidMember.__init__: >DEBUG:blivet:get_format('mdmember') returning MDRaidMember instance with object id 280 >DEBUG:blivet: MultipathMember.__init__: >DEBUG:blivet:get_format('multipath_member') returning MultipathMember instance with object id 281 >DEBUG:blivet:get_format('prepboot') returning PPCPRePBoot instance with object id 282 >DEBUG:blivet: SwapSpace.__init__: >DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 283 >DEBUG:blivet: StratisBlockdev.__init__: >DEBUG:blivet:get_format('stratis') returning StratisBlockdev instance with object id 284 >DEBUG:blivet:get_format('biosboot') returning BIOSBoot instance with object id 285 >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 286 >DEBUG:blivet: Ext2FS.supported: supported: True ; >DEBUG:blivet:get_format('ext2') returning Ext2FS instance with object id 287 >DEBUG:blivet: Ext3FS.supported: supported: True ; >DEBUG:blivet:get_format('ext3') returning Ext3FS instance with object id 288 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 289 >DEBUG:blivet: SwapSpace.__init__: >DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 290 >DEBUG:blivet: FATFS.supported: supported: True ; >DEBUG:blivet:get_format('vfat') returning FATFS instance with object id 291 >DEBUG:blivet: XFS.supported: supported: True ; >DEBUG:blivet:get_format('xfs') returning XFS instance with object id 292 >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda2 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 1024 MiB partition sda2 (118) 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 293 >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda3 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 42.33 GiB partition sda3 (125) with non-existent ext4 filesystem mounted at / >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda3 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 42.33 GiB partition sda3 (125) with non-existent ext4 filesystem mounted at / >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda3 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 42.33 GiB partition sda3 (125) with non-existent ext4 filesystem mounted at / >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda3 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 42.33 GiB partition sda3 (125) with non-existent ext4 filesystem mounted at / >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda3 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 42.33 GiB partition sda3 (125) with non-existent ext4 filesystem mounted at / >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda3 ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 42.33 GiB partition sda3 (125) with non-existent ext4 filesystem mounted at / >DEBUG:blivet:resolved 'sda3' to 'sda3' (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 294 >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 64 GiB disk sda (14) with non-existent gpt disklabel >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda3 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 42.33 GiB partition sda3 (125) with non-existent ext4 filesystem mounted at / >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: DMRaidMember.__init__: >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 ; >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: NoDevFS.supported: supported: False ; >DEBUG:blivet:get_format('nodev') returning NoDevFS instance with object id 320 >DEBUG:blivet: NoDevFS.supported: supported: False ; >DEBUG:blivet: DevPtsFS.supported: supported: False ; >DEBUG:blivet:get_format('devpts') returning DevPtsFS instance with object id 321 >DEBUG:blivet: DevPtsFS.supported: supported: False ; >DEBUG:blivet: ProcFS.supported: supported: False ; >DEBUG:blivet:get_format('proc') returning ProcFS instance with object id 322 >DEBUG:blivet: ProcFS.supported: supported: False ; >DEBUG:blivet: SysFS.supported: supported: False ; >DEBUG:blivet:get_format('sysfs') returning SysFS instance with object id 323 >DEBUG:blivet: SysFS.supported: supported: False ; >DEBUG:blivet: TmpFS.supported: supported: True ; >DEBUG:blivet:get_format('tmpfs') returning TmpFS instance with object id 324 >DEBUG:blivet: TmpFS.supported: supported: True ; >DEBUG:blivet: BindFS.supported: supported: False ; >DEBUG:blivet:get_format('bind') returning BindFS instance with object id 325 >DEBUG:blivet: BindFS.supported: supported: False ; >DEBUG:blivet: SELinuxFS.supported: supported: False ; >DEBUG:blivet:get_format('selinuxfs') returning SELinuxFS instance with object id 326 >DEBUG:blivet: SELinuxFS.supported: supported: False ; >DEBUG:blivet: USBFS.supported: supported: False ; >DEBUG:blivet:get_format('usbfs') returning USBFS instance with object id 327 >DEBUG:blivet: USBFS.supported: supported: False ; >DEBUG:blivet: EFIVarFS.supported: supported: False ; >DEBUG:blivet:get_format('efivarfs') returning EFIVarFS instance with object id 328 >DEBUG:blivet: EFIVarFS.supported: supported: False ; >DEBUG:blivet: LUKS.__init__: >DEBUG:blivet:get_format('luks') returning LUKS instance with object id 329 >DEBUG:blivet: Integrity.__init__: >DEBUG:blivet:get_format('integrity') returning Integrity instance with object id 330 >DEBUG:blivet: LVMPhysicalVolume.__init__: >DEBUG:blivet:get_format('lvmpv') returning LVMPhysicalVolume instance with object id 331 >DEBUG:blivet: MDRaidMember.__init__: >DEBUG:blivet:get_format('mdmember') returning MDRaidMember instance with object id 332 >DEBUG:blivet: MultipathMember.__init__: >DEBUG:blivet:get_format('multipath_member') returning MultipathMember instance with object id 333 >DEBUG:blivet:get_format('prepboot') returning PPCPRePBoot instance with object id 334 >DEBUG:blivet: SwapSpace.__init__: >DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 335 >DEBUG:blivet: StratisBlockdev.__init__: >DEBUG:blivet:get_format('stratis') returning StratisBlockdev instance with object id 336 >DEBUG:blivet:get_format('biosboot') returning BIOSBoot 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: Ext2FS.supported: supported: True ; >DEBUG:blivet:get_format('ext2') returning Ext2FS instance with object id 339 >DEBUG:blivet: Ext3FS.supported: supported: True ; >DEBUG:blivet:get_format('ext3') returning Ext3FS instance with object id 340 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 341 >DEBUG:blivet: SwapSpace.__init__: >DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 342 >DEBUG:blivet: FATFS.supported: supported: True ; >DEBUG:blivet:get_format('vfat') returning FATFS instance with object id 343 >DEBUG:blivet: XFS.supported: supported: True ; >DEBUG:blivet:get_format('xfs') returning XFS instance with object id 344 >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda3 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 42.33 GiB partition sda3 (125) with non-existent ext4 filesystem mounted at / >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 345 >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 non-existent 1024 KiB partition sda1 (111) with non-existent biosboot >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda1 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 1024 KiB partition sda1 (111) with non-existent biosboot >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda1 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 1024 KiB partition sda1 (111) with non-existent biosboot >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda1 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 1024 KiB partition sda1 (111) with non-existent biosboot >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda1 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 1024 KiB partition sda1 (111) with non-existent biosboot >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda1 ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 1024 KiB partition sda1 (111) with non-existent biosboot >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:get_format('biosboot') returning BIOSBoot instance with object id 346 >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 64 GiB disk sda (14) with non-existent gpt disklabel >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda1 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 1024 KiB partition sda1 (111) with non-existent biosboot >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 347 >DEBUG:blivet:get_format('biosboot') returning BIOSBoot instance with object id 348 >DEBUG:blivet: DiskLabel.__init__: >INFO:blivet:DiskLabel.parted_device returning None >DEBUG:blivet:get_format('disklabel') returning DiskLabel instance with object id 349 >DEBUG:blivet: DMRaidMember.__init__: >DEBUG:blivet:get_format('dmraidmember') returning DMRaidMember instance with object id 350 >DEBUG:blivet: Ext2FS.supported: supported: True ; >DEBUG:blivet:get_format('ext2') returning Ext2FS instance with object id 351 >DEBUG:blivet: Ext2FS.supported: supported: True ; >DEBUG:blivet: Ext3FS.supported: supported: True ; >DEBUG:blivet:get_format('ext3') returning Ext3FS instance with object id 352 >DEBUG:blivet: Ext3FS.supported: supported: True ; >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 353 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet: FATFS.supported: supported: True ; >DEBUG:blivet:get_format('vfat') returning FATFS instance with object id 354 >DEBUG:blivet: FATFS.supported: supported: True ; >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet:get_format('efi') returning EFIFS instance with object id 355 >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 356 >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('gfs2') returning GFS2 instance with object id 357 >DEBUG:blivet:get_format('jfs') returning JFS instance with object id 358 >DEBUG:blivet:get_format('reiserfs') returning ReiserFS instance with object id 359 >DEBUG:blivet: XFS.supported: supported: True ; >DEBUG:blivet:get_format('xfs') returning XFS instance with object id 360 >DEBUG:blivet: XFS.supported: supported: True ; >DEBUG:blivet: StratisXFS.supported: supported: False ; >DEBUG:blivet:get_format('stratis xfs') returning StratisXFS instance with object id 361 >DEBUG:blivet: StratisXFS.supported: supported: False ; >DEBUG:blivet: HFS.supported: supported: False ; >DEBUG:blivet:get_format('hfs') returning HFS instance with object id 362 >DEBUG:blivet: HFS.supported: supported: False ; >DEBUG:blivet: AppleBootstrapFS.supported: supported: True ; >DEBUG:blivet:get_format('appleboot') returning AppleBootstrapFS instance with object id 363 >DEBUG:blivet: AppleBootstrapFS.supported: supported: True ; >DEBUG:blivet: HFSPlus.supported: supported: False ; >DEBUG:blivet:get_format('hfs+') returning HFSPlus instance with object id 364 >DEBUG:blivet: HFSPlus.supported: supported: False ; >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 365 >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet: NTFS.supported: supported: True ; >DEBUG:blivet:get_format('ntfs') returning NTFS instance with object id 366 >DEBUG:blivet: NTFS.supported: supported: True ; >DEBUG:blivet: ExFATFS.supported: supported: False ; >DEBUG:blivet:get_format('exfat') returning ExFATFS instance with object id 367 >DEBUG:blivet: ExFATFS.supported: supported: False ; >DEBUG:blivet: F2FS.supported: supported: True ; >DEBUG:blivet:get_format('f2fs') returning F2FS instance with object id 368 >DEBUG:blivet: F2FS.supported: supported: True ; >DEBUG:blivet: NFS.supported: supported: False ; >DEBUG:blivet:get_format('nfs') returning NFS instance with object id 369 >DEBUG:blivet: NFS.supported: supported: False ; >DEBUG:blivet: NFSv4.supported: supported: False ; >DEBUG:blivet:get_format('nfs4') returning NFSv4 instance with object id 370 >DEBUG:blivet: NFSv4.supported: supported: False ; >DEBUG:blivet: Iso9660FS.supported: supported: True ; >DEBUG:blivet:get_format('iso9660') returning Iso9660FS instance with object id 371 >DEBUG:blivet: Iso9660FS.supported: supported: True ; >DEBUG:blivet: NoDevFS.supported: supported: False ; >DEBUG:blivet:get_format('nodev') returning NoDevFS instance with object id 372 >DEBUG:blivet: NoDevFS.supported: supported: False ; >DEBUG:blivet: DevPtsFS.supported: supported: False ; >DEBUG:blivet:get_format('devpts') returning DevPtsFS instance with object id 373 >DEBUG:blivet: DevPtsFS.supported: supported: False ; >DEBUG:blivet: ProcFS.supported: supported: False ; >DEBUG:blivet:get_format('proc') returning ProcFS instance with object id 374 >DEBUG:blivet: ProcFS.supported: supported: False ; >DEBUG:blivet: SysFS.supported: supported: False ; >DEBUG:blivet:get_format('sysfs') returning SysFS instance with object id 375 >DEBUG:blivet: SysFS.supported: supported: False ; >DEBUG:blivet: TmpFS.supported: supported: True ; >DEBUG:blivet:get_format('tmpfs') returning TmpFS instance with object id 376 >DEBUG:blivet: TmpFS.supported: supported: True ; >DEBUG:blivet: BindFS.supported: supported: False ; >DEBUG:blivet:get_format('bind') returning BindFS instance with object id 377 >DEBUG:blivet: BindFS.supported: supported: False ; >DEBUG:blivet: SELinuxFS.supported: supported: False ; >DEBUG:blivet:get_format('selinuxfs') returning SELinuxFS instance with object id 378 >DEBUG:blivet: SELinuxFS.supported: supported: False ; >DEBUG:blivet: USBFS.supported: supported: False ; >DEBUG:blivet:get_format('usbfs') returning USBFS instance with object id 379 >DEBUG:blivet: USBFS.supported: supported: False ; >DEBUG:blivet: EFIVarFS.supported: supported: False ; >DEBUG:blivet:get_format('efivarfs') returning EFIVarFS instance with object id 380 >DEBUG:blivet: EFIVarFS.supported: supported: False ; >DEBUG:blivet: LUKS.__init__: >DEBUG:blivet:get_format('luks') returning LUKS instance with object id 381 >DEBUG:blivet: Integrity.__init__: >DEBUG:blivet:get_format('integrity') returning Integrity instance with object id 382 >DEBUG:blivet: LVMPhysicalVolume.__init__: >DEBUG:blivet:get_format('lvmpv') returning LVMPhysicalVolume instance with object id 383 >DEBUG:blivet: MDRaidMember.__init__: >DEBUG:blivet:get_format('mdmember') returning MDRaidMember instance with object id 384 >DEBUG:blivet: MultipathMember.__init__: >DEBUG:blivet:get_format('multipath_member') returning MultipathMember instance with object id 385 >DEBUG:blivet:get_format('prepboot') returning PPCPRePBoot instance with object id 386 >DEBUG:blivet: SwapSpace.__init__: >DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 387 >DEBUG:blivet: StratisBlockdev.__init__: >DEBUG:blivet:get_format('stratis') returning StratisBlockdev instance with object id 388 >DEBUG:blivet:get_format('biosboot') returning BIOSBoot instance with object id 389 >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 390 >DEBUG:blivet: Ext2FS.supported: supported: True ; >DEBUG:blivet:get_format('ext2') returning Ext2FS instance with object id 391 >DEBUG:blivet: Ext3FS.supported: supported: True ; >DEBUG:blivet:get_format('ext3') returning Ext3FS instance with object id 392 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 393 >DEBUG:blivet: SwapSpace.__init__: >DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 394 >DEBUG:blivet: FATFS.supported: supported: True ; >DEBUG:blivet:get_format('vfat') returning FATFS instance with object id 395 >DEBUG:blivet: XFS.supported: supported: True ; >DEBUG:blivet:get_format('xfs') returning XFS instance with object id 396 >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda1 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 1024 KiB partition sda1 (111) with non-existent biosboot >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 397 >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda2 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 1024 MiB partition sda2 (118) with non-existent ext4 filesystem mounted at /boot >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda2 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 1024 MiB partition sda2 (118) with non-existent ext4 filesystem mounted at /boot >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda2 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 1024 MiB partition sda2 (118) with non-existent ext4 filesystem mounted at /boot >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda2 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 1024 MiB partition sda2 (118) with non-existent ext4 filesystem mounted at /boot >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda2 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 1024 MiB partition sda2 (118) with non-existent ext4 filesystem mounted at /boot >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda2 ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 1024 MiB partition sda2 (118) with non-existent ext4 filesystem mounted at /boot >DEBUG:blivet:resolved 'sda2' to 'sda2' (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 398 >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 64 GiB disk sda (14) with non-existent gpt disklabel >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda2 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 1024 MiB partition sda2 (118) with non-existent ext4 filesystem mounted at /boot >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 399 >DEBUG:blivet:get_format('biosboot') returning BIOSBoot instance with object id 400 >DEBUG:blivet: DiskLabel.__init__: >INFO:blivet:DiskLabel.parted_device returning None >DEBUG:blivet:get_format('disklabel') returning DiskLabel instance with object id 401 >DEBUG:blivet: DMRaidMember.__init__: >DEBUG:blivet:get_format('dmraidmember') returning DMRaidMember instance with object id 402 >DEBUG:blivet: Ext2FS.supported: supported: True ; >DEBUG:blivet:get_format('ext2') returning Ext2FS instance with object id 403 >DEBUG:blivet: Ext2FS.supported: supported: True ; >DEBUG:blivet: Ext3FS.supported: supported: True ; >DEBUG:blivet:get_format('ext3') returning Ext3FS instance with object id 404 >DEBUG:blivet: Ext3FS.supported: supported: True ; >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 405 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet: FATFS.supported: supported: True ; >DEBUG:blivet:get_format('vfat') returning FATFS instance with object id 406 >DEBUG:blivet: FATFS.supported: supported: True ; >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet:get_format('efi') returning EFIFS instance with object id 407 >DEBUG:blivet: EFIFS.supported: supported: True ; >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:get_format('gfs2') returning GFS2 instance with object id 409 >DEBUG:blivet:get_format('jfs') returning JFS instance with object id 410 >DEBUG:blivet:get_format('reiserfs') returning ReiserFS instance with object id 411 >DEBUG:blivet: XFS.supported: supported: True ; >DEBUG:blivet:get_format('xfs') returning XFS instance with object id 412 >DEBUG:blivet: XFS.supported: supported: True ; >DEBUG:blivet: StratisXFS.supported: supported: False ; >DEBUG:blivet:get_format('stratis xfs') returning StratisXFS instance with object id 413 >DEBUG:blivet: StratisXFS.supported: supported: False ; >DEBUG:blivet: HFS.supported: supported: False ; >DEBUG:blivet:get_format('hfs') returning HFS instance with object id 414 >DEBUG:blivet: HFS.supported: supported: False ; >DEBUG:blivet: AppleBootstrapFS.supported: supported: True ; >DEBUG:blivet:get_format('appleboot') returning AppleBootstrapFS instance with object id 415 >DEBUG:blivet: AppleBootstrapFS.supported: supported: True ; >DEBUG:blivet: HFSPlus.supported: supported: False ; >DEBUG:blivet:get_format('hfs+') returning HFSPlus instance with object id 416 >DEBUG:blivet: HFSPlus.supported: supported: False ; >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 417 >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet: NTFS.supported: supported: True ; >DEBUG:blivet:get_format('ntfs') returning NTFS instance with object id 418 >DEBUG:blivet: NTFS.supported: supported: True ; >DEBUG:blivet: ExFATFS.supported: supported: False ; >DEBUG:blivet:get_format('exfat') returning ExFATFS instance with object id 419 >DEBUG:blivet: ExFATFS.supported: supported: False ; >DEBUG:blivet: F2FS.supported: supported: True ; >DEBUG:blivet:get_format('f2fs') returning F2FS instance with object id 420 >DEBUG:blivet: F2FS.supported: supported: True ; >DEBUG:blivet: NFS.supported: supported: False ; >DEBUG:blivet:get_format('nfs') returning NFS instance with object id 421 >DEBUG:blivet: NFS.supported: supported: False ; >DEBUG:blivet: NFSv4.supported: supported: False ; >DEBUG:blivet:get_format('nfs4') returning NFSv4 instance with object id 422 >DEBUG:blivet: NFSv4.supported: supported: False ; >DEBUG:blivet: Iso9660FS.supported: supported: True ; >DEBUG:blivet:get_format('iso9660') returning Iso9660FS instance with object id 423 >DEBUG:blivet: Iso9660FS.supported: supported: True ; >DEBUG:blivet: NoDevFS.supported: supported: False ; >DEBUG:blivet:get_format('nodev') returning NoDevFS instance with object id 424 >DEBUG:blivet: NoDevFS.supported: supported: False ; >DEBUG:blivet: DevPtsFS.supported: supported: False ; >DEBUG:blivet:get_format('devpts') returning DevPtsFS instance with object id 425 >DEBUG:blivet: DevPtsFS.supported: supported: False ; >DEBUG:blivet: ProcFS.supported: supported: False ; >DEBUG:blivet:get_format('proc') returning ProcFS instance with object id 426 >DEBUG:blivet: ProcFS.supported: supported: False ; >DEBUG:blivet: SysFS.supported: supported: False ; >DEBUG:blivet:get_format('sysfs') returning SysFS instance with object id 427 >DEBUG:blivet: SysFS.supported: supported: False ; >DEBUG:blivet: TmpFS.supported: supported: True ; >DEBUG:blivet:get_format('tmpfs') returning TmpFS instance with object id 428 >DEBUG:blivet: TmpFS.supported: supported: True ; >DEBUG:blivet: BindFS.supported: supported: False ; >DEBUG:blivet:get_format('bind') returning BindFS instance with object id 429 >DEBUG:blivet: BindFS.supported: supported: False ; >DEBUG:blivet: SELinuxFS.supported: supported: False ; >DEBUG:blivet:get_format('selinuxfs') returning SELinuxFS instance with object id 430 >DEBUG:blivet: SELinuxFS.supported: supported: False ; >DEBUG:blivet: USBFS.supported: supported: False ; >DEBUG:blivet:get_format('usbfs') returning USBFS instance with object id 431 >DEBUG:blivet: USBFS.supported: supported: False ; >DEBUG:blivet: EFIVarFS.supported: supported: False ; >DEBUG:blivet:get_format('efivarfs') returning EFIVarFS instance with object id 432 >DEBUG:blivet: EFIVarFS.supported: supported: False ; >DEBUG:blivet: LUKS.__init__: >DEBUG:blivet:get_format('luks') returning LUKS instance with object id 433 >DEBUG:blivet: Integrity.__init__: >DEBUG:blivet:get_format('integrity') returning Integrity instance with object id 434 >DEBUG:blivet: LVMPhysicalVolume.__init__: >DEBUG:blivet:get_format('lvmpv') returning LVMPhysicalVolume instance with object id 435 >DEBUG:blivet: MDRaidMember.__init__: >DEBUG:blivet:get_format('mdmember') returning MDRaidMember instance with object id 436 >DEBUG:blivet: MultipathMember.__init__: >DEBUG:blivet:get_format('multipath_member') returning MultipathMember instance with object id 437 >DEBUG:blivet:get_format('prepboot') returning PPCPRePBoot instance with object id 438 >DEBUG:blivet: SwapSpace.__init__: >DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 439 >DEBUG:blivet: StratisBlockdev.__init__: >DEBUG:blivet:get_format('stratis') returning StratisBlockdev instance with object id 440 >DEBUG:blivet:get_format('biosboot') returning BIOSBoot instance with object id 441 >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 442 >DEBUG:blivet: Ext2FS.supported: supported: True ; >DEBUG:blivet:get_format('ext2') returning Ext2FS instance with object id 443 >DEBUG:blivet: Ext3FS.supported: supported: True ; >DEBUG:blivet:get_format('ext3') returning Ext3FS instance with object id 444 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 445 >DEBUG:blivet: SwapSpace.__init__: >DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 446 >DEBUG:blivet: FATFS.supported: supported: True ; >DEBUG:blivet:get_format('vfat') returning FATFS instance with object id 447 >DEBUG:blivet: XFS.supported: supported: True ; >DEBUG:blivet:get_format('xfs') returning XFS instance with object id 448 >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda2 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 1024 MiB partition sda2 (118) 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 449 >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda3 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 42.33 GiB partition sda3 (125) with non-existent ext4 filesystem mounted at / >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda3 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 42.33 GiB partition sda3 (125) with non-existent ext4 filesystem mounted at / >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda3 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 42.33 GiB partition sda3 (125) with non-existent ext4 filesystem mounted at / >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda3 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 42.33 GiB partition sda3 (125) with non-existent ext4 filesystem mounted at / >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda3 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 42.33 GiB partition sda3 (125) with non-existent ext4 filesystem mounted at / >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda3 ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 42.33 GiB partition sda3 (125) with non-existent ext4 filesystem mounted at / >DEBUG:blivet:resolved 'sda3' to 'sda3' (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 450 >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 64 GiB disk sda (14) with non-existent gpt disklabel >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda3 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 42.33 GiB partition sda3 (125) with non-existent ext4 filesystem mounted at / >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 451 >DEBUG:blivet:get_format('biosboot') returning BIOSBoot instance with object id 452 >DEBUG:blivet: DiskLabel.__init__: >INFO:blivet:DiskLabel.parted_device returning None >DEBUG:blivet:get_format('disklabel') returning DiskLabel instance with object id 453 >DEBUG:blivet: DMRaidMember.__init__: >DEBUG:blivet:get_format('dmraidmember') returning DMRaidMember instance with object id 454 >DEBUG:blivet: Ext2FS.supported: supported: True ; >DEBUG:blivet:get_format('ext2') returning Ext2FS instance with object id 455 >DEBUG:blivet: Ext2FS.supported: supported: True ; >DEBUG:blivet: Ext3FS.supported: supported: True ; >DEBUG:blivet:get_format('ext3') returning Ext3FS instance with object id 456 >DEBUG:blivet: Ext3FS.supported: supported: True ; >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 457 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet: FATFS.supported: supported: True ; >DEBUG:blivet:get_format('vfat') returning FATFS instance with object id 458 >DEBUG:blivet: FATFS.supported: supported: True ; >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet:get_format('efi') returning EFIFS instance with object id 459 >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 460 >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('gfs2') returning GFS2 instance with object id 461 >DEBUG:blivet:get_format('jfs') returning JFS instance with object id 462 >DEBUG:blivet:get_format('reiserfs') returning ReiserFS instance with object id 463 >DEBUG:blivet: XFS.supported: supported: True ; >DEBUG:blivet:get_format('xfs') returning XFS instance with object id 464 >DEBUG:blivet: XFS.supported: supported: True ; >DEBUG:blivet: StratisXFS.supported: supported: False ; >DEBUG:blivet:get_format('stratis xfs') returning StratisXFS instance with object id 465 >DEBUG:blivet: StratisXFS.supported: supported: False ; >DEBUG:blivet: HFS.supported: supported: False ; >DEBUG:blivet:get_format('hfs') returning HFS instance with object id 466 >DEBUG:blivet: HFS.supported: supported: False ; >DEBUG:blivet: AppleBootstrapFS.supported: supported: True ; >DEBUG:blivet:get_format('appleboot') returning AppleBootstrapFS instance with object id 467 >DEBUG:blivet: AppleBootstrapFS.supported: supported: True ; >DEBUG:blivet: HFSPlus.supported: supported: False ; >DEBUG:blivet:get_format('hfs+') returning HFSPlus instance with object id 468 >DEBUG:blivet: HFSPlus.supported: supported: False ; >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 469 >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet: NTFS.supported: supported: True ; >DEBUG:blivet:get_format('ntfs') returning NTFS instance with object id 470 >DEBUG:blivet: NTFS.supported: supported: True ; >DEBUG:blivet: ExFATFS.supported: supported: False ; >DEBUG:blivet:get_format('exfat') returning ExFATFS instance with object id 471 >DEBUG:blivet: ExFATFS.supported: supported: False ; >DEBUG:blivet: F2FS.supported: supported: True ; >DEBUG:blivet:get_format('f2fs') returning F2FS instance with object id 472 >DEBUG:blivet: F2FS.supported: supported: True ; >DEBUG:blivet: NFS.supported: supported: False ; >DEBUG:blivet:get_format('nfs') returning NFS instance with object id 473 >DEBUG:blivet: NFS.supported: supported: False ; >DEBUG:blivet: NFSv4.supported: supported: False ; >DEBUG:blivet:get_format('nfs4') returning NFSv4 instance with object id 474 >DEBUG:blivet: NFSv4.supported: supported: False ; >DEBUG:blivet: Iso9660FS.supported: supported: True ; >DEBUG:blivet:get_format('iso9660') returning Iso9660FS instance with object id 475 >DEBUG:blivet: Iso9660FS.supported: supported: True ; >DEBUG:blivet: NoDevFS.supported: supported: False ; >DEBUG:blivet:get_format('nodev') returning NoDevFS instance with object id 476 >DEBUG:blivet: NoDevFS.supported: supported: False ; >DEBUG:blivet: DevPtsFS.supported: supported: False ; >DEBUG:blivet:get_format('devpts') returning DevPtsFS instance with object id 477 >DEBUG:blivet: DevPtsFS.supported: supported: False ; >DEBUG:blivet: ProcFS.supported: supported: False ; >DEBUG:blivet:get_format('proc') returning ProcFS instance with object id 478 >DEBUG:blivet: ProcFS.supported: supported: False ; >DEBUG:blivet: SysFS.supported: supported: False ; >DEBUG:blivet:get_format('sysfs') returning SysFS instance with object id 479 >DEBUG:blivet: SysFS.supported: supported: False ; >DEBUG:blivet: TmpFS.supported: supported: True ; >DEBUG:blivet:get_format('tmpfs') returning TmpFS instance with object id 480 >DEBUG:blivet: TmpFS.supported: supported: True ; >DEBUG:blivet: BindFS.supported: supported: False ; >DEBUG:blivet:get_format('bind') returning BindFS instance with object id 481 >DEBUG:blivet: BindFS.supported: supported: False ; >DEBUG:blivet: SELinuxFS.supported: supported: False ; >DEBUG:blivet:get_format('selinuxfs') returning SELinuxFS instance with object id 482 >DEBUG:blivet: SELinuxFS.supported: supported: False ; >DEBUG:blivet: USBFS.supported: supported: False ; >DEBUG:blivet:get_format('usbfs') returning USBFS instance with object id 483 >DEBUG:blivet: USBFS.supported: supported: False ; >DEBUG:blivet: EFIVarFS.supported: supported: False ; >DEBUG:blivet:get_format('efivarfs') returning EFIVarFS instance with object id 484 >DEBUG:blivet: EFIVarFS.supported: supported: False ; >DEBUG:blivet: LUKS.__init__: >DEBUG:blivet:get_format('luks') returning LUKS instance with object id 485 >DEBUG:blivet: Integrity.__init__: >DEBUG:blivet:get_format('integrity') returning Integrity instance with object id 486 >DEBUG:blivet: LVMPhysicalVolume.__init__: >DEBUG:blivet:get_format('lvmpv') returning LVMPhysicalVolume instance with object id 487 >DEBUG:blivet: MDRaidMember.__init__: >DEBUG:blivet:get_format('mdmember') returning MDRaidMember instance with object id 488 >DEBUG:blivet: MultipathMember.__init__: >DEBUG:blivet:get_format('multipath_member') returning MultipathMember instance with object id 489 >DEBUG:blivet:get_format('prepboot') returning PPCPRePBoot instance with object id 490 >DEBUG:blivet: SwapSpace.__init__: >DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 491 >DEBUG:blivet: StratisBlockdev.__init__: >DEBUG:blivet:get_format('stratis') returning StratisBlockdev instance with object id 492 >DEBUG:blivet:get_format('biosboot') returning BIOSBoot instance with object id 493 >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 494 >DEBUG:blivet: Ext2FS.supported: supported: True ; >DEBUG:blivet:get_format('ext2') returning Ext2FS instance with object id 495 >DEBUG:blivet: Ext3FS.supported: supported: True ; >DEBUG:blivet:get_format('ext3') returning Ext3FS instance with object id 496 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 497 >DEBUG:blivet: SwapSpace.__init__: >DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 498 >DEBUG:blivet: FATFS.supported: supported: True ; >DEBUG:blivet:get_format('vfat') returning FATFS instance with object id 499 >DEBUG:blivet: XFS.supported: supported: True ; >DEBUG:blivet:get_format('xfs') returning XFS instance with object id 500 >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda3 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 42.33 GiB partition sda3 (125) with non-existent ext4 filesystem mounted at / >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 501 >DEBUG:blivet: BTRFS.supported: supported: True ; >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']. >DEBUG:anaconda.storage:Creating a copy of the storage model. >DEBUG:anaconda.storage:starting Blivet copy >DEBUG:anaconda.storage:finished Blivet copy >DEBUG:anaconda.storage:Finished a copy of the storage model. >DEBUG:anaconda.modules.storage.disk_initialization.configuration:Can sda be initialized? >DEBUG:blivet: DeviceTree.get_dependent_devices: dep: existing 64 GiB disk sda (14) ; hidden: False ; >DEBUG:blivet:dep is a leaf >DEBUG:anaconda.modules.storage.disk_initialization.configuration:The clearable disk can be initialized. >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 533 >DEBUG:blivet: DiskDevice._set_format: sda ; type: None ; current: None ; >INFO:blivet:registered action: [532] destroy format None on disk sda (id 14) >DEBUG:blivet: DiskLabel.__init__: device: /dev/sda ; >DEBUG:blivet:selecting gpt disklabel for sda based on size >DEBUG:blivet: DiskLabel.fresh_parted_disk: device: /dev/sda ; label_type: gpt ; >DEBUG:blivet:selecting gpt disklabel for sda based on size >DEBUG:blivet:Set pmbr_boot on parted.Disk instance -- > type: gpt primaryPartitionCount: 0 > lastPartitionNumber: -1 maxPrimaryPartitionCount: 128 > partitions: [] > device: <parted.device.Device object at 0x7f348b518f50> > PedDisk: <_ped.Disk object at 0x7f348b5193c0> >DEBUG:blivet:get_format('disklabel') returning DiskLabel instance with object id 534 >DEBUG:blivet: DiskDevice._set_format: sda ; type: disklabel ; current: None ; >INFO:blivet:registered action: [535] create format gpt disklabel on disk sda (id 14) >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 64 GiB disk sda (14) with non-existent gpt disklabel >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 64 GiB disk sda (14) with non-existent gpt disklabel >DEBUG:blivet: AppleBootstrapFS.supported: supported: True ; >DEBUG:blivet:get_format('appleboot') returning AppleBootstrapFS instance with object id 536 >DEBUG:blivet: AppleBootstrapFS.supported: supported: True ; >DEBUG:blivet:get_format('biosboot') returning BIOSBoot instance with object id 537 >DEBUG:blivet:get_format('prepboot') returning PPCPRePBoot instance with object id 538 >DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage/Task/3. >INFO:anaconda.threading:Running Thread: AnaTaskThread-InteractiveAutoPartitioningTask-2 (139863652296384) >INFO:anaconda.modules.common.task.task:Configure the partitioning >DEBUG:anaconda.modules.storage.bootloader.execution:Execute the bootloader with dry run True. >DEBUG:anaconda.modules.storage.bootloader.base:new disk list: [DiskDevice instance (0x7f348ab30910) -- > name = sda status = True id = 14 > children = [] > parents = [] > uuid = None size = 64 GiB > format = non-existent gpt disklabel > major = 8 minor = 0 exists = True protected = False > sysfs path = /sys/devices/pci0000:00/0000:00:0d.0/ata1/host0/target0:0:0/0:0:0:0/block/sda > target size = 64 GiB path = /dev/sda > format args = [] original_format = None removable = False wwn = None] >DEBUG:anaconda.modules.storage.bootloader.execution:Applying bootloader location: DEFAULT >DEBUG:anaconda.modules.storage.bootloader.execution:Applying drive order: [] >DEBUG:anaconda.modules.storage.bootloader.base:new disk order: [] >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/sr0/device/model: 43442d524f4d202020202020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sda/device/model: 56424f5820484152444449534b2020200a >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 43442d524f4d202020202020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sda/device/model: 56424f5820484152444449534b2020200a >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 64 GiB disk sda (14) with non-existent gpt 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 64 GiB disk sda (14) with non-existent gpt disklabel >DEBUG:anaconda.core.storage:sda matches ['sda'] for devicetree=existing 1.9 GiB cdrom sr0 (4) with existing iso9660 filesystem >existing 64 GiB disk sda (14) with non-existent gpt disklabel >existing 0 B file /run/initramfs/live/LiveOS/squashfs.img (19) > existing 0 B loop loop0 (23) >existing 0 B file /LiveOS/rootfs.img (33) > existing 0 B loop loop1 (37) with existing ext4 filesystem > existing 7.57 GiB dm live-base (66) with existing ext4 filesystem > existing 7.57 GiB dm live-rw (56) with existing ext4 filesystem >existing 0 B file /overlay (deleted) (47) > existing 0 B loop loop2 (51) > 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 64 GiB disk sda (14) with non-existent gpt disklabel >DEBUG:blivet:resolved 'sda' to 'sda' (disk) >DEBUG:anaconda.modules.storage.partitioning.automatic.automatic_partitioning:Executing the automatic partitioning. >DEBUG:anaconda.modules.storage.partitioning.automatic.automatic_partitioning:scheme: 1 >DEBUG:anaconda.modules.storage.partitioning.automatic.automatic_partitioning:requests: >PartSpec instance (0x7f348aa85490) -- > mountpoint = None lv = False thin = False btrfs = False > weight = 0 fstype = biosboot encrypted = False > size = 1024 KiB max_size = None grow = False > required_space = 0 > schemes = set()PartSpec instance (0x7f348ab0bc10) -- > mountpoint = /boot lv = False thin = False btrfs = False > weight = 0 fstype = ext4 encrypted = False > size = 1024 MiB max_size = None grow = False > required_space = 0 > schemes = set()PartSpec instance (0x7f348aa852d0) -- > mountpoint = / lv = True thin = True btrfs = True > weight = 0 fstype = ext4 encrypted = True > size = 1024 MiB max_size = 70 GiB grow = True > required_space = 0 > schemes = set()PartSpec instance (0x7f348aa549d0) -- > mountpoint = /home lv = True thin = True btrfs = True > weight = 0 fstype = ext4 encrypted = True > size = 500 MiB max_size = None grow = True > required_space = 50 GiB > schemes = set() >DEBUG:anaconda.modules.storage.partitioning.automatic.automatic_partitioning:encrypted: False >DEBUG:anaconda.modules.storage.partitioning.automatic.automatic_partitioning:storage.disks: ['sda'] >DEBUG:anaconda.modules.storage.partitioning.automatic.automatic_partitioning:storage.partitioned: ['sda'] >DEBUG:anaconda.modules.storage.partitioning.automatic.automatic_partitioning:all names: ['/LiveOS/rootfs.img', '/overlay (deleted)', '/run/initramfs/live/LiveOS/squashfs.img', 'live-base', 'live-rw', 'loop0', 'loop1', 'loop2', 'sda', 'sr0'] >DEBUG:anaconda.modules.storage.partitioning.automatic.automatic_partitioning:boot disk: sda >DEBUG:anaconda.modules.storage.partitioning.automatic.automatic_partitioning:candidate disks: ['sda'] >DEBUG:anaconda.modules.storage.partitioning.automatic.utils:Found disks for implicit partitions: ['sda'] >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 539 >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 541 >DEBUG:blivet: DiskDevice.add_child: name: sda ; child: req0 ; kids: 0 ; >DEBUG:blivet: PartitionDevice._set_format: req0 ; type: btrfs ; current: None ; >DEBUG:blivet: DiskDevice.remove_child: name: sda ; child: req0 ; kids: 1 ; >INFO:blivet:added partition req0 (id 540) to device tree >INFO:blivet:registered action: [543] create device partition req0 (id 540) >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 545 >DEBUG:blivet: PartitionDevice._set_format: req0 ; type: btrfs ; current: btrfs ; >INFO:blivet:registered action: [544] create format btrfs filesystem on partition req0 (id 540) >DEBUG:anaconda.modules.storage.partitioning.automatic.utils:Created the implicit partition req0 for sda. >DEBUG:anaconda.modules.storage.bootloader.base:Is sda a valid stage1 target device? >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_disklabel(sda) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_size(sda) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_location(sda) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_format(sda) returning True >DEBUG:anaconda.modules.storage.bootloader.base:is_valid_stage1_device(sda) returning True >DEBUG:blivet:get_format('biosboot') returning BIOSBoot instance with object id 546 >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 548 >DEBUG:blivet: DiskDevice.add_child: name: sda ; child: req1 ; kids: 0 ; >DEBUG:blivet: PartitionDevice._set_format: req1 ; type: biosboot ; current: None ; >DEBUG:blivet: DiskDevice.remove_child: name: sda ; child: req1 ; kids: 1 ; >INFO:blivet:added partition req1 (id 547) to device tree >INFO:blivet:registered action: [550] create device partition req1 (id 547) >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 552 >DEBUG:blivet: PartitionDevice._set_format: req1 ; type: biosboot ; current: biosboot ; >INFO:blivet:registered action: [551] create format biosboot on partition req1 (id 547) >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 553 >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 555 >DEBUG:blivet: DiskDevice.add_child: name: sda ; child: req2 ; kids: 0 ; >DEBUG:blivet: PartitionDevice._set_format: req2 ; type: ext4 ; current: None ; >DEBUG:blivet: DiskDevice.remove_child: name: sda ; child: req2 ; kids: 1 ; >INFO:blivet:added partition req2 (id 554) to device tree >INFO:blivet:registered action: [557] create device partition req2 (id 554) >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 559 >DEBUG:blivet: PartitionDevice._set_format: req2 ; type: ext4 ; current: ext4 ; >INFO:blivet:registered action: [558] create format ext4 filesystem mounted at /boot on partition req2 (id 554) >DEBUG:blivet: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; >DEBUG:blivet:removing all non-preexisting partitions ['req0(id 540)', 'req1(id 547)', 'req2(id 554)'] from disk(s) ['sda'] >DEBUG:blivet:allocate_partitions: disks=['sda'] ; partitions=['req0(id 540)', 'req1(id 547)', 'req2(id 554)'] >DEBUG:blivet:removing all non-preexisting partitions ['req1(id 547)', 'req2(id 554)', 'req0(id 540)'] from disk(s) ['sda'] >DEBUG:blivet:allocating partition: req1 ; id: 547 ; disks: ['sda'] ; >boot: True ; primary: False ; size: 1024 KiB ; grow: False ; max_size: 0 B ; 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=1024 KiB boot=True best=None grow=False start=None >DEBUG:blivet:checking 34-134217694 (64 GiB) >DEBUG:blivet:current free range is 34-134217694 (64 GiB) >DEBUG:blivet:updating use_disk to sda, type: 0 >DEBUG:blivet:new free: 34-134217694 / 64 GiB >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: 2048 > PedAlignment: <_ped.Alignment object at 0x7f348ab35b70> >DEBUG:blivet:adjusted start sector from 34 to 2048 >DEBUG:blivet:created partition sda1 of 1024 KiB and added it to /dev/sda >DEBUG:blivet: PartitionDevice._set_parted_partition: req1 ; >DEBUG:blivet:device req1 new parted_partition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f348b5189d0> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f348aa32210> PedPartition: <_ped.Partition object at 0x7f348b5ea390> >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 0x7f348b5189d0> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f348abefb90> PedPartition: <_ped.Partition object at 0x7f348b5d9ee0> >DEBUG:blivet:allocating partition: req2 ; id: 554 ; disks: ['sda'] ; >boot: True ; primary: False ; size: 1024 MiB ; grow: False ; max_size: 0 B ; 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=1024 MiB boot=True best=None grow=False start=None >DEBUG:blivet:checking 34-2047 (1007 KiB) >DEBUG:blivet:current free range is 34-2047 (1007 KiB) >DEBUG:blivet:checking 4096-134217694 (64 GiB) >DEBUG:blivet:current free range is 4096-134217694 (64 GiB) >DEBUG:blivet:updating use_disk to sda, type: 0 >DEBUG:blivet:new free: 4096-134217694 / 64 GiB >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: 2048 > PedAlignment: <_ped.Alignment object at 0x7f348ab35b70> >DEBUG:blivet:created partition sda2 of 1024 MiB and added it to /dev/sda >DEBUG:blivet: PartitionDevice._set_parted_partition: req2 ; >DEBUG:blivet:device req2 new parted_partition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f348b5189d0> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f348ab9d490> PedPartition: <_ped.Partition object at 0x7f348aa16b10> >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 0x7f348b5189d0> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f348ac4c410> PedPartition: <_ped.Partition object at 0x7f348aa0b920> >DEBUG:blivet:allocating partition: req0 ; id: 540 ; disks: ['sda'] ; >boot: False ; primary: False ; size: 500 MiB ; grow: True ; max_size: 0 B ; 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=500 MiB boot=False best=None grow=True start=None >DEBUG:blivet:checking 34-2047 (1007 KiB) >DEBUG:blivet:current free range is 34-2047 (1007 KiB) >DEBUG:blivet:checking 2101248-134217694 (63 GiB) >DEBUG:blivet:current free range is 2101248-134217694 (63 GiB) >DEBUG:blivet:evaluating growth potential for new layout >DEBUG:blivet:calculating growth for disk /dev/sda >DEBUG:blivet:using alignment: parted.Alignment instance -- > offset: 0 grainSize: 2048 > PedAlignment: <_ped.Alignment object at 0x7f348ab35b70> >DEBUG:blivet: PartitionDevice._set_parted_partition: req0 ; >DEBUG:blivet:device req0 new parted_partition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f348b5189d0> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f348aa1b3d0> PedPartition: <_ped.Partition object at 0x7f348aa37830> >DEBUG:blivet: PartitionDevice._set_disk: sda3 ; old: None ; new: sda ; >DEBUG:blivet: DiskDevice.add_child: name: sda ; child: sda3 ; kids: 2 ; >DEBUG:blivet:adding request 547 to chunk 134213632 (2048-134215679) on /dev/sda >DEBUG:blivet:adding request 554 to chunk 134213632 (2048-134215679) on /dev/sda >DEBUG:blivet:adding request 540 to chunk 134213632 (2048-134215679) on /dev/sda >DEBUG:blivet:Chunk.grow_requests: 134213632 (2048-134215679) on /dev/sda start = 2048 end = 134215679 >sector_size = 512 B > >DEBUG:blivet:req: PartitionRequest instance -- >id = 547 name = sda1 growable = False >base = 2048 growth = 0 max_grow = 0 >done = True >DEBUG:blivet:req: PartitionRequest instance -- >id = 554 name = sda2 growable = False >base = 2097152 growth = 0 max_grow = 0 >done = True >DEBUG:blivet:req: PartitionRequest instance -- >id = 540 name = sda3 growable = True >base = 1024000 growth = 0 max_grow = 36028797017939968 >done = False >DEBUG:blivet:1 requests and 131090432 (62.51 GiB) left in chunk >DEBUG:blivet:adding 131090432 (62.51 GiB) to 540 (sda3) >DEBUG:blivet:new grow amount for request 540 (sda3) is 131090432 units, or 62.51 GiB >DEBUG:blivet:request 547 (sda1) growth: 0 (0 B) size: 1024 KiB >DEBUG:blivet:request 554 (sda2) growth: 0 (0 B) size: 1024 MiB >DEBUG:blivet:request 540 (sda3) growth: 131090432 (62.51 GiB) size: 63 GiB >DEBUG:blivet:disk /dev/sda growth: 131090432 (62.51 GiB) >DEBUG:blivet: PartitionDevice._set_parted_partition: sda3 ; >DEBUG:blivet:device sda3 new parted_partition None >DEBUG:blivet: PartitionDevice._set_disk: req0 ; old: sda ; new: None ; >DEBUG:blivet: DiskDevice.remove_child: name: sda ; child: req0 ; kids: 3 ; >DEBUG:blivet:total growth: 131090432 sectors >DEBUG:blivet:updating use_disk to sda, type: 0 >DEBUG:blivet:new free: 2101248-134217694 / 63 GiB >DEBUG:blivet:new free allows for 131090432 sectors of growth >DEBUG:blivet:using alignment: parted.Alignment instance -- > offset: 0 grainSize: 2048 > PedAlignment: <_ped.Alignment object at 0x7f348ab35b70> >DEBUG:blivet:created partition sda3 of 500 MiB and added it to /dev/sda >DEBUG:blivet: PartitionDevice._set_parted_partition: req0 ; >DEBUG:blivet:device req0 new parted_partition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f348b5189d0> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f348ab93050> PedPartition: <_ped.Partition object at 0x7f3490ad54e0> >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 0x7f348b5189d0> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f348aa31e90> PedPartition: <_ped.Partition object at 0x7f348b5d98f0> >DEBUG:blivet:grow_partitions: disks=['sda'], partitions=['sda3(id 540)', 'sda1(id 547)', 'sda2(id 554)'] >DEBUG:blivet:growable partitions are ['sda3'] >DEBUG:blivet:adding request 540 to chunk 134213632 (2048-134215679) on /dev/sda >DEBUG:blivet:adding request 547 to chunk 134213632 (2048-134215679) on /dev/sda >DEBUG:blivet:adding request 554 to chunk 134213632 (2048-134215679) on /dev/sda >DEBUG:blivet:disk sda has 1 chunks >DEBUG:blivet:Chunk.grow_requests: 134213632 (2048-134215679) on /dev/sda start = 2048 end = 134215679 >sector_size = 512 B > >DEBUG:blivet:req: PartitionRequest instance -- >id = 547 name = sda1 growable = False >base = 2048 growth = 0 max_grow = 0 >done = True >DEBUG:blivet:req: PartitionRequest instance -- >id = 554 name = sda2 growable = False >base = 2097152 growth = 0 max_grow = 0 >done = True >DEBUG:blivet:req: PartitionRequest instance -- >id = 540 name = sda3 growable = True >base = 1024000 growth = 0 max_grow = 36028797017939968 >done = False >DEBUG:blivet:1 requests and 131090432 (62.51 GiB) left in chunk >DEBUG:blivet:adding 131090432 (62.51 GiB) to 540 (sda3) >DEBUG:blivet:new grow amount for request 540 (sda3) is 131090432 units, or 62.51 GiB >DEBUG:blivet:growing partitions on sda >DEBUG:blivet:partition sda1 (547): 0 >DEBUG:blivet:new geometry for sda1: parted.Geometry instance -- > start: 2048 end: 4095 length: 2048 > device: <parted.device.Device object at 0x7f348aa1af10> PedGeometry: <_ped.Geometry object at 0x7f348ab37160> >DEBUG:blivet:partition sda2 (554): 0 >DEBUG:blivet:new geometry for sda2: parted.Geometry instance -- > start: 4096 end: 2101247 length: 2097152 > device: <parted.device.Device object at 0x7f348aa1af10> PedGeometry: <_ped.Geometry object at 0x7f348ab371f0> >DEBUG:blivet:partition sda3 (540): 0 >DEBUG:blivet:new geometry for sda3: parted.Geometry instance -- > start: 2101248 end: 134215679 length: 132114432 > device: <parted.device.Device object at 0x7f348aa1af10> PedGeometry: <_ped.Geometry object at 0x7f348ab379d0> >DEBUG:blivet:removing all non-preexisting partitions ['sda1(id 547)', 'sda2(id 554)', 'sda3(id 540)'] from disk(s) ['sda'] >DEBUG:blivet: PartitionDevice._set_parted_partition: sda1 ; >DEBUG:blivet:device sda1 new parted_partition None >DEBUG:blivet: PartitionDevice._set_disk: req1 ; old: sda ; new: None ; >DEBUG:blivet: DiskDevice.remove_child: name: sda ; child: req1 ; kids: 3 ; >DEBUG:blivet: PartitionDevice._set_parted_partition: sda2 ; >DEBUG:blivet:device sda2 new parted_partition None >DEBUG:blivet: PartitionDevice._set_disk: req2 ; old: sda ; new: None ; >DEBUG:blivet: DiskDevice.remove_child: name: sda ; child: req2 ; kids: 2 ; >DEBUG:blivet: PartitionDevice._set_parted_partition: sda3 ; >DEBUG:blivet:device sda3 new parted_partition None >DEBUG:blivet: PartitionDevice._set_disk: req0 ; old: sda ; new: None ; >DEBUG:blivet: DiskDevice.remove_child: name: sda ; child: req0 ; kids: 1 ; >DEBUG:blivet:back from remove_new_partitions >DEBUG:blivet:extended: None >DEBUG:blivet:setting req1 new geometry: parted.Geometry instance -- > start: 2048 end: 4095 length: 2048 > device: <parted.device.Device object at 0x7f348aa1af10> PedGeometry: <_ped.Geometry object at 0x7f348ab37160> >DEBUG:blivet: PartitionDevice._set_parted_partition: req1 ; >DEBUG:blivet:device req1 new parted_partition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f348b5189d0> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f348ac677d0> PedPartition: <_ped.Partition object at 0x7f348ab8ac50> >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 0x7f348b5189d0> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f348ab9d5d0> PedPartition: <_ped.Partition object at 0x7f348ab8bb50> >DEBUG:blivet:setting req2 new geometry: parted.Geometry instance -- > start: 4096 end: 2101247 length: 2097152 > device: <parted.device.Device object at 0x7f348aa1af10> PedGeometry: <_ped.Geometry object at 0x7f348ab371f0> >DEBUG:blivet: PartitionDevice._set_parted_partition: req2 ; >DEBUG:blivet:device req2 new parted_partition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f348b5189d0> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f348ac65d10> PedPartition: <_ped.Partition object at 0x7f348ac6c310> >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 0x7f348b5189d0> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f348aa3a4d0> PedPartition: <_ped.Partition object at 0x7f348aa4d710> >DEBUG:blivet:setting req0 new geometry: parted.Geometry instance -- > start: 2101248 end: 134215679 length: 132114432 > device: <parted.device.Device object at 0x7f348aa1af10> PedGeometry: <_ped.Geometry object at 0x7f348ab379d0> >DEBUG:blivet: PartitionDevice._set_parted_partition: req0 ; >DEBUG:blivet:device req0 new parted_partition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f348b5189d0> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f348aa38e50> PedPartition: <_ped.Partition object at 0x7f348aa08220> >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 0x7f348b5189d0> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f348acb3e50> PedPartition: <_ped.Partition object at 0x7f348aa16a70> >DEBUG:blivet:fixing size of non-existent 1024 KiB partition sda1 (547) with non-existent biosboot >DEBUG:blivet:fixing size of non-existent 1024 MiB partition sda2 (554) with non-existent ext4 filesystem mounted at /boot >DEBUG:blivet:fixing size of non-existent 63 GiB partition sda3 (540) with non-existent btrfs filesystem >DEBUG:blivet:new_btrfs: args = () ; kwargs = {'parents': [PartitionDevice instance (0x7f348ac4c810) -- > name = sda3 status = False id = 540 > children = [] > parents = ['existing 64 GiB disk sda (14) with non-existent gpt disklabel'] > uuid = None size = 63 GiB > format = non-existent btrfs filesystem > major = 0 minor = 0 exists = False protected = False > sysfs path = > target size = 500 MiB path = /dev/sda3 > format args = [] original_format = btrfs grow = False max size = 0 B bootable = False > part type = 0 primary = False start sector = None end sector = None > parted_partition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f348b5189d0> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f348acb3e50> PedPartition: <_ped.Partition object at 0x7f348aa16a70> > disk = existing 64 GiB disk sda (14) with non-existent gpt disklabel > start = 2101248 end = 134215679 length = 132114432 > flags = ]} >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 561 >DEBUG:blivet: BTRFSVolumeDevice._add_parent: fedora_localhost-live ; parent: sda3 ; >DEBUG:blivet: PartitionDevice.add_child: name: sda3 ; child: fedora_localhost-live ; kids: 0 ; >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 562 >DEBUG:blivet: BTRFSVolumeDevice._set_format: fedora_localhost-live ; type: None ; current: None ; >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 564 >DEBUG:blivet: BTRFSVolumeDevice._set_format: btrfs.560 ; type: btrfs ; current: None ; >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 566 >DEBUG:blivet: BTRFSVolumeDevice._set_format: btrfs.560 ; type: btrfs ; current: btrfs ; >INFO:blivet:added btrfs volume fedora_localhost-live (id 560) to device tree >INFO:blivet:registered action: [567] create device btrfs volume fedora_localhost-live (id 560) >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 569 >DEBUG:blivet: BTRFSVolumeDevice._set_format: fedora_localhost-live ; type: btrfs ; current: btrfs ; >INFO:blivet:registered action: [568] create format btrfs filesystem on btrfs volume fedora_localhost-live (id 560) >DEBUG:blivet:new_btrfs: args = () ; kwargs = {'mountpoint': '/', 'fmt_type': 'ext4', 'parents': [BTRFSVolumeDevice instance (0x7f348b53c1d0) -- > name = fedora_localhost-live status = False id = 560 > children = [] > parents = ['non-existent 63 GiB partition sda3 (540) with non-existent btrfs filesystem'] > uuid = None size = 63 GiB > format = non-existent btrfs filesystem > major = 0 minor = 0 exists = False protected = False > sysfs path = > target size = 0 B path = /dev/sda3 > format args = [] original_format = btrfs], 'size': Size (1024 MiB), 'subvol': True} >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 571 >DEBUG:blivet: BTRFSVolumeDevice.add_child: name: fedora_localhost-live ; child: root ; kids: 0 ; >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 572 >DEBUG:blivet: BTRFSSubVolumeDevice._set_format: root ; type: None ; current: None ; >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 574 >DEBUG:blivet: BTRFSSubVolumeDevice._set_format: root ; type: btrfs ; current: None ; >INFO:blivet:added btrfs subvolume root (id 570) to device tree >INFO:blivet:registered action: [575] create device btrfs subvolume root (id 570) >DEBUG:blivet:new_btrfs: args = () ; kwargs = {'mountpoint': '/home', 'fmt_type': 'ext4', 'parents': [BTRFSVolumeDevice instance (0x7f348b53c1d0) -- > name = fedora_localhost-live status = False id = 560 > children = ['non-existent 63 GiB btrfs subvolume root (570) with non-existent btrfs ' > 'filesystem mounted at /'] > parents = ['non-existent 63 GiB partition sda3 (540) with non-existent btrfs filesystem'] > uuid = None size = 63 GiB > format = non-existent btrfs filesystem > major = 0 minor = 0 exists = False protected = False > sysfs path = > target size = 0 B path = /dev/sda3 > format args = [] original_format = btrfs], 'size': Size (500 MiB), 'subvol': True} >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 577 >DEBUG:blivet: BTRFSVolumeDevice.add_child: name: fedora_localhost-live ; child: home ; kids: 1 ; >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 578 >DEBUG:blivet: BTRFSSubVolumeDevice._set_format: home ; type: None ; current: None ; >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 580 >DEBUG:blivet: BTRFSSubVolumeDevice._set_format: home ; type: btrfs ; current: None ; >INFO:blivet:added btrfs subvolume home (id 576) to device tree >INFO:blivet:registered action: [581] create device btrfs subvolume home (id 576) >DEBUG:anaconda.modules.storage.bootloader.execution:Execute the bootloader with dry run False. >DEBUG:anaconda.modules.storage.bootloader.base:new disk list: [DiskDevice instance (0x7f348ab30910) -- > name = sda status = True id = 14 > children = ['non-existent 1024 KiB partition sda1 (547) with non-existent biosboot', > 'non-existent 1024 MiB partition sda2 (554) with non-existent ext4 filesystem ' > 'mounted at /boot', > 'non-existent 63 GiB partition sda3 (540) with non-existent btrfs filesystem'] > parents = [] > uuid = None size = 64 GiB > format = non-existent gpt disklabel > major = 8 minor = 0 exists = True protected = False > sysfs path = /sys/devices/pci0000:00/0000:00:0d.0/ata1/host0/target0:0:0/0:0:0:0/block/sda > target size = 64 GiB path = /dev/sda > format args = [] original_format = None removable = False wwn = None] >DEBUG:anaconda.modules.storage.bootloader.execution:Applying bootloader location: DEFAULT >DEBUG:anaconda.modules.storage.bootloader.execution:Applying drive order: [] >DEBUG:anaconda.modules.storage.bootloader.base:new disk order: [] >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/sr0/device/model: 43442d524f4d202020202020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sda/device/model: 56424f5820484152444449534b2020200a >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 64 GiB disk sda (14) with non-existent gpt 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 64 GiB disk sda (14) with non-existent gpt disklabel >DEBUG:anaconda.core.storage:sda matches ['sda'] for devicetree=existing 1.9 GiB cdrom sr0 (4) with existing iso9660 filesystem >existing 64 GiB disk sda (14) with non-existent gpt disklabel > non-existent 1024 KiB partition sda1 (547) with non-existent biosboot > non-existent 1024 MiB partition sda2 (554) with non-existent ext4 filesystem mounted at /boot > non-existent 63 GiB partition sda3 (540) with non-existent btrfs filesystem > non-existent 63 GiB btrfs volume fedora_localhost-live (560) with non-existent btrfs filesystem > non-existent 63 GiB btrfs subvolume home (576) with non-existent btrfs filesystem mounted at /home > non-existent 63 GiB btrfs subvolume root (570) with non-existent btrfs filesystem mounted at / >existing 0 B file /run/initramfs/live/LiveOS/squashfs.img (19) > existing 0 B loop loop0 (23) >existing 0 B file /LiveOS/rootfs.img (33) > existing 0 B loop loop1 (37) with existing ext4 filesystem > existing 7.57 GiB dm live-base (66) with existing ext4 filesystem > existing 7.57 GiB dm live-rw (56) with existing ext4 filesystem >existing 0 B file /overlay (deleted) (47) > existing 0 B loop loop2 (51) > 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 64 GiB disk sda (14) with non-existent gpt disklabel >DEBUG:blivet:resolved 'sda' to 'sda' (disk) >DEBUG:anaconda.modules.storage.bootloader.base:Is fedora_localhost-live a valid stage1 target device? >DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type btrfs volume >DEBUG:anaconda.modules.storage.bootloader.base:Is home a valid stage1 target device? >DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type btrfs subvolume >DEBUG:anaconda.modules.storage.bootloader.base:Is root a valid stage1 target device? >DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type btrfs subvolume >DEBUG:anaconda.modules.storage.bootloader.base:Is sda a valid stage1 target device? >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_disklabel(sda) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_size(sda) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_location(sda) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_format(sda) returning True >DEBUG:anaconda.modules.storage.bootloader.base:is_valid_stage1_device(sda) returning True >DEBUG:anaconda.modules.storage.bootloader.base:Is sda a valid stage1 target device? >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_disklabel(sda) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_size(sda) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_location(sda) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_format(sda) returning True >DEBUG:anaconda.modules.storage.bootloader.base:is_valid_stage1_device(sda) 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: 4.35 GiB >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 KiB partition sda1 (547) with non-existent biosboot >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 MiB partition sda2 (554) 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 63 GiB btrfs subvolume home (576) with non-existent btrfs filesystem mounted at /home >DEBUG:anaconda.modules.storage.partitioning.interactive.interactive_partitioning: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': {'/usr', '/tmp', '/var', '/', '/usr/share', '/usr/lib', '/home'}, 'must_be_on_root': {'/dev', '/sbin', '/bin', '/mnt', '/proc', 'lost+found', '/lib', '/root', '/etc'}, 'must_not_be_on_root': set(), 'reformat_allowlist': {'/boot', '/usr', '/tmp', '/var'}, 'reformat_blocklist': {'/var/www', '/usr/local', '/opt', '/home'}, 'swap_is_recommended': False, 'luks2_min_ram': Size (128 MiB)}. >DEBUG:anaconda.modules.storage.partitioning.interactive.interactive_partitioning:Run sanity check verify_root. >DEBUG:anaconda.modules.storage.partitioning.interactive.interactive_partitioning:Run sanity check verify_s390_constraints. >DEBUG:anaconda.modules.storage.partitioning.interactive.interactive_partitioning:Run sanity check verify_partition_formatting. >DEBUG:anaconda.modules.storage.partitioning.interactive.interactive_partitioning:Run sanity check verify_partition_sizes. >DEBUG:anaconda.modules.storage.partitioning.interactive.interactive_partitioning:Run sanity check verify_partition_format_sizes. >DEBUG:anaconda.modules.storage.partitioning.interactive.interactive_partitioning:Run sanity check verify_bootloader. >DEBUG:anaconda.modules.storage.partitioning.interactive.interactive_partitioning:Run sanity check verify_gpt_biosboot. >DEBUG:anaconda.modules.storage.partitioning.interactive.interactive_partitioning:Run sanity check verify_opal_compatibility. >DEBUG:anaconda.modules.storage.partitioning.interactive.interactive_partitioning:Run sanity check verify_swap. >DEBUG:anaconda.modules.storage.partitioning.interactive.interactive_partitioning:Run sanity check verify_swap_uuid. >DEBUG:anaconda.modules.storage.partitioning.interactive.interactive_partitioning:Run sanity check verify_mountpoints_on_linuxfs. >DEBUG:anaconda.modules.storage.partitioning.interactive.interactive_partitioning:Run sanity check verify_mountpoints_on_root. >DEBUG:anaconda.modules.storage.partitioning.interactive.interactive_partitioning:Run sanity check verify_mountpoints_not_on_root. >DEBUG:anaconda.modules.storage.partitioning.interactive.interactive_partitioning:Run sanity check verify_unlocked_devices_have_key. >DEBUG:anaconda.modules.storage.partitioning.interactive.interactive_partitioning:Skipped sanity check verify_luks_devices_have_key. >DEBUG:anaconda.modules.storage.partitioning.interactive.interactive_partitioning:Run sanity check verify_luks2_memory_requirements. >DEBUG:anaconda.modules.storage.partitioning.interactive.interactive_partitioning:Run sanity check verify_mounted_partitions. >DEBUG:anaconda.modules.storage.partitioning.interactive.interactive_partitioning:Run sanity check verify_lvm_destruction. >DEBUG:anaconda.modules.storage.partitioning.interactive.interactive_partitioning:Run sanity check verify_requests. >DEBUG:anaconda.modules.storage.partitioning.interactive.interactive_partitioning:Storage check finished with success. >INFO:anaconda.threading:Thread Done: AnaTaskThread-InteractiveAutoPartitioningTask-2 (139863652296384) >DEBUG:blivet: DeviceTree.get_device_by_name: name: home ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 63 GiB btrfs subvolume home (576) with non-existent btrfs filesystem mounted at /home >DEBUG:blivet: DeviceTree.get_device_by_name: name: home ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 63 GiB btrfs subvolume home (576) with non-existent btrfs filesystem mounted at /home >DEBUG:blivet: DeviceTree.get_device_by_name: name: root ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 63 GiB btrfs subvolume root (570) with non-existent btrfs filesystem mounted at / >DEBUG:blivet: DeviceTree.get_device_by_name: name: root ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 63 GiB btrfs subvolume root (570) with non-existent btrfs filesystem mounted at / >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda2 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 1024 MiB partition sda2 (554) with non-existent ext4 filesystem mounted at /boot >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda2 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 1024 MiB partition sda2 (554) with non-existent ext4 filesystem mounted at /boot >DEBUG:blivet: DeviceTree.get_device_by_name: name: fedora_localhost-live ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 63 GiB btrfs volume fedora_localhost-live (560) with non-existent btrfs filesystem >DEBUG:blivet: DeviceTree.get_device_by_name: name: fedora_localhost-live ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 63 GiB btrfs volume fedora_localhost-live (560) with non-existent btrfs filesystem >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda1 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 1024 KiB partition sda1 (547) with non-existent biosboot >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda1 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 1024 KiB partition sda1 (547) with non-existent biosboot >DEBUG:blivet: DeviceTree.get_device_by_name: name: home ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 63 GiB btrfs subvolume home (576) with non-existent btrfs filesystem mounted at /home >DEBUG:blivet: DeviceTree.get_device_by_name: name: home ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 63 GiB btrfs subvolume home (576) with non-existent btrfs filesystem mounted at /home >DEBUG:blivet: DeviceTree.get_device_by_name: name: home ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 63 GiB btrfs subvolume home (576) with non-existent btrfs filesystem mounted at /home >DEBUG:blivet: DeviceTree.get_device_by_name: name: home ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 63 GiB btrfs subvolume home (576) with non-existent btrfs filesystem mounted at /home >DEBUG:blivet: DeviceTree.get_device_by_name: name: home ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 63 GiB btrfs subvolume home (576) with non-existent btrfs filesystem mounted at /home >DEBUG:blivet:instantiating <class 'blivet.devicefactory.BTRFSFactory'>: <pyanaconda.core.util.LazyObject object at 0x7f348acd9a10>, [], {'device': BTRFSSubVolumeDevice instance (0x7f348abefc90) -- > name = home status = False id = 576 > children = [] > parents = ['non-existent 63 GiB btrfs volume fedora_localhost-live (560) with ' > 'non-existent btrfs filesystem'] > uuid = None size = 63 GiB > format = non-existent btrfs filesystem mounted at /home > major = 0 minor = 0 exists = False protected = False > sysfs path = > target size = 0 B path = /dev/sda3 > format args = [] original_format = None} >DEBUG:blivet: DeviceTree.get_device_by_name: name: home ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 63 GiB btrfs subvolume home (576) with non-existent btrfs filesystem mounted at /home >DEBUG:blivet:resolved 'home' to 'home' (btrfs subvolume) >DEBUG:blivet: DeviceTree.get_device_by_name: name: fedora_localhost-live ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 63 GiB btrfs volume fedora_localhost-live (560) with non-existent btrfs filesystem >DEBUG:blivet:resolved 'fedora_localhost-live' to 'fedora_localhost-live' (btrfs volume) >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 582 >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 64 GiB disk sda (14) with non-existent gpt disklabel >DEBUG:blivet: DeviceTree.get_device_by_name: name: home ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 63 GiB btrfs subvolume home (576) with non-existent btrfs filesystem mounted at /home >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 583 >DEBUG:blivet:get_format('biosboot') returning BIOSBoot instance with object id 584 >DEBUG:blivet: DiskLabel.__init__: >INFO:blivet:DiskLabel.parted_device returning None >DEBUG:blivet:get_format('disklabel') returning DiskLabel instance with object id 585 >DEBUG:blivet: DMRaidMember.__init__: >DEBUG:blivet:get_format('dmraidmember') returning DMRaidMember instance with object id 586 >DEBUG:blivet: Ext2FS.supported: supported: True ; >DEBUG:blivet:get_format('ext2') returning Ext2FS instance with object id 587 >DEBUG:blivet: Ext2FS.supported: supported: True ; >DEBUG:blivet: Ext3FS.supported: supported: True ; >DEBUG:blivet:get_format('ext3') returning Ext3FS instance with object id 588 >DEBUG:blivet: Ext3FS.supported: supported: True ; >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 589 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet: FATFS.supported: supported: True ; >DEBUG:blivet:get_format('vfat') returning FATFS instance with object id 590 >DEBUG:blivet: FATFS.supported: supported: True ; >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet:get_format('efi') returning EFIFS instance with object id 591 >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 592 >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('gfs2') returning GFS2 instance with object id 593 >DEBUG:blivet:get_format('jfs') returning JFS instance with object id 594 >DEBUG:blivet:get_format('reiserfs') returning ReiserFS instance with object id 595 >DEBUG:blivet: XFS.supported: supported: True ; >DEBUG:blivet:get_format('xfs') returning XFS instance with object id 596 >DEBUG:blivet: XFS.supported: supported: True ; >DEBUG:blivet: StratisXFS.supported: supported: False ; >DEBUG:blivet:get_format('stratis xfs') returning StratisXFS instance with object id 597 >DEBUG:blivet: StratisXFS.supported: supported: False ; >DEBUG:blivet: HFS.supported: supported: False ; >DEBUG:blivet:get_format('hfs') returning HFS instance with object id 598 >DEBUG:blivet: HFS.supported: supported: False ; >DEBUG:blivet: AppleBootstrapFS.supported: supported: True ; >DEBUG:blivet:get_format('appleboot') returning AppleBootstrapFS instance with object id 599 >DEBUG:blivet: AppleBootstrapFS.supported: supported: True ; >DEBUG:blivet: HFSPlus.supported: supported: False ; >DEBUG:blivet:get_format('hfs+') returning HFSPlus instance with object id 600 >DEBUG:blivet: HFSPlus.supported: supported: False ; >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 601 >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet: NTFS.supported: supported: True ; >DEBUG:blivet:get_format('ntfs') returning NTFS instance with object id 602 >DEBUG:blivet: NTFS.supported: supported: True ; >DEBUG:blivet: ExFATFS.supported: supported: False ; >DEBUG:blivet:get_format('exfat') returning ExFATFS instance with object id 603 >DEBUG:blivet: ExFATFS.supported: supported: False ; >DEBUG:blivet: F2FS.supported: supported: True ; >DEBUG:blivet:get_format('f2fs') returning F2FS instance with object id 604 >DEBUG:blivet: F2FS.supported: supported: True ; >DEBUG:blivet: NFS.supported: supported: False ; >DEBUG:blivet:get_format('nfs') returning NFS instance with object id 605 >DEBUG:blivet: NFS.supported: supported: False ; >DEBUG:blivet: NFSv4.supported: supported: False ; >DEBUG:blivet:get_format('nfs4') returning NFSv4 instance with object id 606 >DEBUG:blivet: NFSv4.supported: supported: False ; >DEBUG:blivet: Iso9660FS.supported: supported: True ; >DEBUG:blivet:get_format('iso9660') returning Iso9660FS instance with object id 607 >DEBUG:blivet: Iso9660FS.supported: supported: True ; >DEBUG:blivet: NoDevFS.supported: supported: False ; >DEBUG:blivet:get_format('nodev') returning NoDevFS instance with object id 608 >DEBUG:blivet: NoDevFS.supported: supported: False ; >DEBUG:blivet: DevPtsFS.supported: supported: False ; >DEBUG:blivet:get_format('devpts') returning DevPtsFS instance with object id 609 >DEBUG:blivet: DevPtsFS.supported: supported: False ; >DEBUG:blivet: ProcFS.supported: supported: False ; >DEBUG:blivet:get_format('proc') returning ProcFS instance with object id 610 >DEBUG:blivet: ProcFS.supported: supported: False ; >DEBUG:blivet: SysFS.supported: supported: False ; >DEBUG:blivet:get_format('sysfs') returning SysFS instance with object id 611 >DEBUG:blivet: SysFS.supported: supported: False ; >DEBUG:blivet: TmpFS.supported: supported: True ; >DEBUG:blivet:get_format('tmpfs') returning TmpFS instance with object id 612 >DEBUG:blivet: TmpFS.supported: supported: True ; >DEBUG:blivet: BindFS.supported: supported: False ; >DEBUG:blivet:get_format('bind') returning BindFS instance with object id 613 >DEBUG:blivet: BindFS.supported: supported: False ; >DEBUG:blivet: SELinuxFS.supported: supported: False ; >DEBUG:blivet:get_format('selinuxfs') returning SELinuxFS instance with object id 614 >DEBUG:blivet: SELinuxFS.supported: supported: False ; >DEBUG:blivet: USBFS.supported: supported: False ; >DEBUG:blivet:get_format('usbfs') returning USBFS instance with object id 615 >DEBUG:blivet: USBFS.supported: supported: False ; >DEBUG:blivet: EFIVarFS.supported: supported: False ; >DEBUG:blivet:get_format('efivarfs') returning EFIVarFS instance with object id 616 >DEBUG:blivet: EFIVarFS.supported: supported: False ; >DEBUG:blivet: LUKS.__init__: >DEBUG:blivet:get_format('luks') returning LUKS instance with object id 617 >DEBUG:blivet: Integrity.__init__: >DEBUG:blivet:get_format('integrity') returning Integrity instance with object id 618 >DEBUG:blivet: LVMPhysicalVolume.__init__: >DEBUG:blivet:get_format('lvmpv') returning LVMPhysicalVolume instance with object id 619 >DEBUG:blivet: MDRaidMember.__init__: >DEBUG:blivet:get_format('mdmember') returning MDRaidMember instance with object id 620 >DEBUG:blivet: MultipathMember.__init__: >DEBUG:blivet:get_format('multipath_member') returning MultipathMember instance with object id 621 >DEBUG:blivet:get_format('prepboot') returning PPCPRePBoot instance with object id 622 >DEBUG:blivet: SwapSpace.__init__: >DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 623 >DEBUG:blivet: StratisBlockdev.__init__: >DEBUG:blivet:get_format('stratis') returning StratisBlockdev instance with object id 624 >DEBUG:blivet:get_format('biosboot') returning BIOSBoot instance with object id 625 >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 626 >DEBUG:blivet: Ext2FS.supported: supported: True ; >DEBUG:blivet:get_format('ext2') returning Ext2FS instance with object id 627 >DEBUG:blivet: Ext3FS.supported: supported: True ; >DEBUG:blivet:get_format('ext3') returning Ext3FS 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: SwapSpace.__init__: >DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 630 >DEBUG:blivet: FATFS.supported: supported: True ; >DEBUG:blivet:get_format('vfat') returning FATFS instance with object id 631 >DEBUG:blivet: XFS.supported: supported: True ; >DEBUG:blivet:get_format('xfs') returning XFS instance with object id 632 >DEBUG:blivet: DeviceTree.get_device_by_name: name: home ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 63 GiB btrfs subvolume home (576) with non-existent btrfs filesystem mounted at /home >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 633 >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet: DeviceTree.get_device_by_name: name: fedora_localhost-live ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 63 GiB btrfs volume fedora_localhost-live (560) with non-existent btrfs filesystem >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 64 GiB disk sda (14) with non-existent gpt disklabel >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 64 GiB disk sda (14) with non-existent gpt disklabel >DEBUG:blivet: DeviceTree.get_device_by_name: name: root ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 63 GiB btrfs subvolume root (570) with non-existent btrfs filesystem mounted at / >DEBUG:blivet: DeviceTree.get_device_by_name: name: root ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 63 GiB btrfs subvolume root (570) with non-existent btrfs filesystem mounted at / >DEBUG:blivet: DeviceTree.get_device_by_name: name: root ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 63 GiB btrfs subvolume root (570) with non-existent btrfs filesystem mounted at / >DEBUG:blivet: DeviceTree.get_device_by_name: name: root ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 63 GiB btrfs subvolume root (570) with non-existent btrfs filesystem mounted at / >DEBUG:blivet: DeviceTree.get_device_by_name: name: root ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 63 GiB btrfs subvolume root (570) with non-existent btrfs filesystem mounted at / >DEBUG:blivet:instantiating <class 'blivet.devicefactory.BTRFSFactory'>: <pyanaconda.core.util.LazyObject object at 0x7f348acd9a10>, [], {'device': BTRFSSubVolumeDevice instance (0x7f348abee0d0) -- > name = root status = False id = 570 > children = [] > parents = ['non-existent 63 GiB btrfs volume fedora_localhost-live (560) with ' > 'non-existent btrfs filesystem'] > uuid = None size = 63 GiB > format = non-existent btrfs filesystem mounted at / > major = 0 minor = 0 exists = False protected = False > sysfs path = > target size = 0 B path = /dev/sda3 > format args = [] original_format = None} >DEBUG:blivet: DeviceTree.get_device_by_name: name: root ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 63 GiB btrfs subvolume root (570) with non-existent btrfs filesystem mounted at / >DEBUG:blivet:resolved 'root' to 'root' (btrfs subvolume) >DEBUG:blivet: DeviceTree.get_device_by_name: name: fedora_localhost-live ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 63 GiB btrfs volume fedora_localhost-live (560) with non-existent btrfs filesystem >DEBUG:blivet:resolved 'fedora_localhost-live' to 'fedora_localhost-live' (btrfs volume) >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 634 >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 64 GiB disk sda (14) with non-existent gpt disklabel >DEBUG:blivet: DeviceTree.get_device_by_name: name: root ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 63 GiB btrfs subvolume root (570) with non-existent btrfs filesystem mounted at / >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 635 >DEBUG:blivet:get_format('biosboot') returning BIOSBoot instance with object id 636 >DEBUG:blivet: DiskLabel.__init__: >INFO:blivet:DiskLabel.parted_device returning None >DEBUG:blivet:get_format('disklabel') returning DiskLabel instance with object id 637 >DEBUG:blivet: DMRaidMember.__init__: >DEBUG:blivet:get_format('dmraidmember') returning DMRaidMember instance with object id 638 >DEBUG:blivet: Ext2FS.supported: supported: True ; >DEBUG:blivet:get_format('ext2') returning Ext2FS instance with object id 639 >DEBUG:blivet: Ext2FS.supported: supported: True ; >DEBUG:blivet: Ext3FS.supported: supported: True ; >DEBUG:blivet:get_format('ext3') returning Ext3FS instance with object id 640 >DEBUG:blivet: Ext3FS.supported: supported: True ; >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 641 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet: FATFS.supported: supported: True ; >DEBUG:blivet:get_format('vfat') returning FATFS instance with object id 642 >DEBUG:blivet: FATFS.supported: supported: True ; >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet:get_format('efi') returning EFIFS instance with object id 643 >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 644 >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('gfs2') returning GFS2 instance with object id 645 >DEBUG:blivet:get_format('jfs') returning JFS instance with object id 646 >DEBUG:blivet:get_format('reiserfs') returning ReiserFS instance with object id 647 >DEBUG:blivet: XFS.supported: supported: True ; >DEBUG:blivet:get_format('xfs') returning XFS instance with object id 648 >DEBUG:blivet: XFS.supported: supported: True ; >DEBUG:blivet: StratisXFS.supported: supported: False ; >DEBUG:blivet:get_format('stratis xfs') returning StratisXFS instance with object id 649 >DEBUG:blivet: StratisXFS.supported: supported: False ; >DEBUG:blivet: HFS.supported: supported: False ; >DEBUG:blivet:get_format('hfs') returning HFS instance with object id 650 >DEBUG:blivet: HFS.supported: supported: False ; >DEBUG:blivet: AppleBootstrapFS.supported: supported: True ; >DEBUG:blivet:get_format('appleboot') returning AppleBootstrapFS instance with object id 651 >DEBUG:blivet: AppleBootstrapFS.supported: supported: True ; >DEBUG:blivet: HFSPlus.supported: supported: False ; >DEBUG:blivet:get_format('hfs+') returning HFSPlus instance with object id 652 >DEBUG:blivet: HFSPlus.supported: supported: False ; >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 653 >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet: NTFS.supported: supported: True ; >DEBUG:blivet:get_format('ntfs') returning NTFS instance with object id 654 >DEBUG:blivet: NTFS.supported: supported: True ; >DEBUG:blivet: ExFATFS.supported: supported: False ; >DEBUG:blivet:get_format('exfat') returning ExFATFS instance with object id 655 >DEBUG:blivet: ExFATFS.supported: supported: False ; >DEBUG:blivet: F2FS.supported: supported: True ; >DEBUG:blivet:get_format('f2fs') returning F2FS instance with object id 656 >DEBUG:blivet: F2FS.supported: supported: True ; >DEBUG:blivet: NFS.supported: supported: False ; >DEBUG:blivet:get_format('nfs') returning NFS instance with object id 657 >DEBUG:blivet: NFS.supported: supported: False ; >DEBUG:blivet: NFSv4.supported: supported: False ; >DEBUG:blivet:get_format('nfs4') returning NFSv4 instance with object id 658 >DEBUG:blivet: NFSv4.supported: supported: False ; >DEBUG:blivet: Iso9660FS.supported: supported: True ; >DEBUG:blivet:get_format('iso9660') returning Iso9660FS instance with object id 659 >DEBUG:blivet: Iso9660FS.supported: supported: True ; >DEBUG:blivet: NoDevFS.supported: supported: False ; >DEBUG:blivet:get_format('nodev') returning NoDevFS instance with object id 660 >DEBUG:blivet: NoDevFS.supported: supported: False ; >DEBUG:blivet: DevPtsFS.supported: supported: False ; >DEBUG:blivet:get_format('devpts') returning DevPtsFS instance with object id 661 >DEBUG:blivet: DevPtsFS.supported: supported: False ; >DEBUG:blivet: ProcFS.supported: supported: False ; >DEBUG:blivet:get_format('proc') returning ProcFS instance with object id 662 >DEBUG:blivet: ProcFS.supported: supported: False ; >DEBUG:blivet: SysFS.supported: supported: False ; >DEBUG:blivet:get_format('sysfs') returning SysFS instance with object id 663 >DEBUG:blivet: SysFS.supported: supported: False ; >DEBUG:blivet: TmpFS.supported: supported: True ; >DEBUG:blivet:get_format('tmpfs') returning TmpFS instance with object id 664 >DEBUG:blivet: TmpFS.supported: supported: True ; >DEBUG:blivet: BindFS.supported: supported: False ; >DEBUG:blivet:get_format('bind') returning BindFS instance with object id 665 >DEBUG:blivet: BindFS.supported: supported: False ; >DEBUG:blivet: SELinuxFS.supported: supported: False ; >DEBUG:blivet:get_format('selinuxfs') returning SELinuxFS instance with object id 666 >DEBUG:blivet: SELinuxFS.supported: supported: False ; >DEBUG:blivet: USBFS.supported: supported: False ; >DEBUG:blivet:get_format('usbfs') returning USBFS instance with object id 667 >DEBUG:blivet: USBFS.supported: supported: False ; >DEBUG:blivet: EFIVarFS.supported: supported: False ; >DEBUG:blivet:get_format('efivarfs') returning EFIVarFS instance with object id 668 >DEBUG:blivet: EFIVarFS.supported: supported: False ; >DEBUG:blivet: LUKS.__init__: >DEBUG:blivet:get_format('luks') returning LUKS instance with object id 669 >DEBUG:blivet: Integrity.__init__: >DEBUG:blivet:get_format('integrity') returning Integrity instance with object id 670 >DEBUG:blivet: LVMPhysicalVolume.__init__: >DEBUG:blivet:get_format('lvmpv') returning LVMPhysicalVolume instance with object id 671 >DEBUG:blivet: MDRaidMember.__init__: >DEBUG:blivet:get_format('mdmember') returning MDRaidMember instance with object id 672 >DEBUG:blivet: MultipathMember.__init__: >DEBUG:blivet:get_format('multipath_member') returning MultipathMember instance with object id 673 >DEBUG:blivet:get_format('prepboot') returning PPCPRePBoot instance with object id 674 >DEBUG:blivet: SwapSpace.__init__: >DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 675 >DEBUG:blivet: StratisBlockdev.__init__: >DEBUG:blivet:get_format('stratis') returning StratisBlockdev instance with object id 676 >DEBUG:blivet:get_format('biosboot') returning BIOSBoot instance with object id 677 >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 678 >DEBUG:blivet: Ext2FS.supported: supported: True ; >DEBUG:blivet:get_format('ext2') returning Ext2FS instance with object id 679 >DEBUG:blivet: Ext3FS.supported: supported: True ; >DEBUG:blivet:get_format('ext3') returning Ext3FS instance with object id 680 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 681 >DEBUG:blivet: SwapSpace.__init__: >DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 682 >DEBUG:blivet: FATFS.supported: supported: True ; >DEBUG:blivet:get_format('vfat') returning FATFS instance with object id 683 >DEBUG:blivet: XFS.supported: supported: True ; >DEBUG:blivet:get_format('xfs') returning XFS instance with object id 684 >DEBUG:blivet: DeviceTree.get_device_by_name: name: root ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 63 GiB btrfs subvolume root (570) with non-existent btrfs filesystem mounted at / >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 685 >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet: DeviceTree.get_device_by_name: name: fedora_localhost-live ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 63 GiB btrfs volume fedora_localhost-live (560) with non-existent btrfs filesystem >DEBUG:blivet: DeviceTree.get_device_by_name: name: fedora_localhost-live ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 63 GiB btrfs volume fedora_localhost-live (560) with non-existent btrfs filesystem >DEBUG:blivet: DeviceTree.get_device_by_name: name: fedora_localhost-live ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 63 GiB btrfs volume fedora_localhost-live (560) with non-existent btrfs filesystem >DEBUG:blivet: DeviceTree.get_device_by_name: name: fedora_localhost-live ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 63 GiB btrfs volume fedora_localhost-live (560) with non-existent btrfs filesystem >DEBUG:blivet: DeviceTree.get_device_by_name: name: fedora_localhost-live ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 63 GiB btrfs volume fedora_localhost-live (560) with non-existent btrfs filesystem >DEBUG:blivet: DeviceTree.get_device_by_name: name: fedora_localhost-live ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 63 GiB btrfs volume fedora_localhost-live (560) with non-existent btrfs filesystem >DEBUG:blivet:instantiating <class 'blivet.devicefactory.BTRFSFactory'>: <pyanaconda.core.util.LazyObject object at 0x7f348acd9a10>, [], {'device': BTRFSVolumeDevice instance (0x7f348b53c1d0) -- > name = fedora_localhost-live status = False id = 560 > children = ['non-existent 63 GiB btrfs subvolume home (576) with non-existent btrfs ' > 'filesystem mounted at /home', > 'non-existent 63 GiB btrfs subvolume root (570) with non-existent btrfs ' > 'filesystem mounted at /'] > parents = ['non-existent 63 GiB partition sda3 (540) with non-existent btrfs filesystem'] > uuid = None size = 63 GiB > format = non-existent btrfs filesystem > major = 0 minor = 0 exists = False protected = False > sysfs path = > target size = 0 B path = /dev/sda3 > format args = [] original_format = btrfs} >DEBUG:blivet: DeviceTree.get_device_by_name: name: fedora_localhost-live ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 63 GiB btrfs volume fedora_localhost-live (560) with non-existent btrfs filesystem >DEBUG:blivet:resolved 'fedora_localhost-live' to 'fedora_localhost-live' (btrfs volume) >DEBUG:blivet: DeviceTree.get_device_by_name: name: fedora_localhost-live ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 63 GiB btrfs volume fedora_localhost-live (560) with non-existent btrfs filesystem >DEBUG:blivet:resolved 'fedora_localhost-live' to 'fedora_localhost-live' (btrfs volume) >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 686 >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 64 GiB disk sda (14) with non-existent gpt disklabel >DEBUG:blivet: DeviceTree.get_device_by_name: name: fedora_localhost-live ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 63 GiB btrfs volume fedora_localhost-live (560) with non-existent btrfs filesystem >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 687 >DEBUG:blivet:get_format('biosboot') returning BIOSBoot instance with object id 688 >DEBUG:blivet: DiskLabel.__init__: >INFO:blivet:DiskLabel.parted_device returning None >DEBUG:blivet:get_format('disklabel') returning DiskLabel instance with object id 689 >DEBUG:blivet: DMRaidMember.__init__: >DEBUG:blivet:get_format('dmraidmember') returning DMRaidMember instance with object id 690 >DEBUG:blivet: Ext2FS.supported: supported: True ; >DEBUG:blivet:get_format('ext2') returning Ext2FS instance with object id 691 >DEBUG:blivet: Ext2FS.supported: supported: True ; >DEBUG:blivet: Ext3FS.supported: supported: True ; >DEBUG:blivet:get_format('ext3') returning Ext3FS instance with object id 692 >DEBUG:blivet: Ext3FS.supported: supported: True ; >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 693 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet: FATFS.supported: supported: True ; >DEBUG:blivet:get_format('vfat') returning FATFS instance with object id 694 >DEBUG:blivet: FATFS.supported: supported: True ; >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet:get_format('efi') returning EFIFS instance with object id 695 >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 696 >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('gfs2') returning GFS2 instance with object id 697 >DEBUG:blivet:get_format('jfs') returning JFS instance with object id 698 >DEBUG:blivet:get_format('reiserfs') returning ReiserFS instance with object id 699 >DEBUG:blivet: XFS.supported: supported: True ; >DEBUG:blivet:get_format('xfs') returning XFS instance with object id 700 >DEBUG:blivet: XFS.supported: supported: True ; >DEBUG:blivet: StratisXFS.supported: supported: False ; >DEBUG:blivet:get_format('stratis xfs') returning StratisXFS instance with object id 701 >DEBUG:blivet: StratisXFS.supported: supported: False ; >DEBUG:blivet: HFS.supported: supported: False ; >DEBUG:blivet:get_format('hfs') returning HFS instance with object id 702 >DEBUG:blivet: HFS.supported: supported: False ; >DEBUG:blivet: AppleBootstrapFS.supported: supported: True ; >DEBUG:blivet:get_format('appleboot') returning AppleBootstrapFS instance with object id 703 >DEBUG:blivet: AppleBootstrapFS.supported: supported: True ; >DEBUG:blivet: HFSPlus.supported: supported: False ; >DEBUG:blivet:get_format('hfs+') returning HFSPlus instance with object id 704 >DEBUG:blivet: HFSPlus.supported: supported: False ; >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 705 >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet: NTFS.supported: supported: True ; >DEBUG:blivet:get_format('ntfs') returning NTFS instance with object id 706 >DEBUG:blivet: NTFS.supported: supported: True ; >DEBUG:blivet: ExFATFS.supported: supported: False ; >DEBUG:blivet:get_format('exfat') returning ExFATFS instance with object id 707 >DEBUG:blivet: ExFATFS.supported: supported: False ; >DEBUG:blivet: F2FS.supported: supported: True ; >DEBUG:blivet:get_format('f2fs') returning F2FS instance with object id 708 >DEBUG:blivet: F2FS.supported: supported: True ; >DEBUG:blivet: NFS.supported: supported: False ; >DEBUG:blivet:get_format('nfs') returning NFS instance with object id 709 >DEBUG:blivet: NFS.supported: supported: False ; >DEBUG:blivet: NFSv4.supported: supported: False ; >DEBUG:blivet:get_format('nfs4') returning NFSv4 instance with object id 710 >DEBUG:blivet: NFSv4.supported: supported: False ; >DEBUG:blivet: Iso9660FS.supported: supported: True ; >DEBUG:blivet:get_format('iso9660') returning Iso9660FS instance with object id 711 >DEBUG:blivet: Iso9660FS.supported: supported: True ; >DEBUG:blivet: NoDevFS.supported: supported: False ; >DEBUG:blivet:get_format('nodev') returning NoDevFS instance with object id 712 >DEBUG:blivet: NoDevFS.supported: supported: False ; >DEBUG:blivet: DevPtsFS.supported: supported: False ; >DEBUG:blivet:get_format('devpts') returning DevPtsFS instance with object id 713 >DEBUG:blivet: DevPtsFS.supported: supported: False ; >DEBUG:blivet: ProcFS.supported: supported: False ; >DEBUG:blivet:get_format('proc') returning ProcFS instance with object id 714 >DEBUG:blivet: ProcFS.supported: supported: False ; >DEBUG:blivet: SysFS.supported: supported: False ; >DEBUG:blivet:get_format('sysfs') returning SysFS instance with object id 715 >DEBUG:blivet: SysFS.supported: supported: False ; >DEBUG:blivet: TmpFS.supported: supported: True ; >DEBUG:blivet:get_format('tmpfs') returning TmpFS instance with object id 716 >DEBUG:blivet: TmpFS.supported: supported: True ; >DEBUG:blivet: BindFS.supported: supported: False ; >DEBUG:blivet:get_format('bind') returning BindFS instance with object id 717 >DEBUG:blivet: BindFS.supported: supported: False ; >DEBUG:blivet: SELinuxFS.supported: supported: False ; >DEBUG:blivet:get_format('selinuxfs') returning SELinuxFS instance with object id 718 >DEBUG:blivet: SELinuxFS.supported: supported: False ; >DEBUG:blivet: USBFS.supported: supported: False ; >DEBUG:blivet:get_format('usbfs') returning USBFS instance with object id 719 >DEBUG:blivet: USBFS.supported: supported: False ; >DEBUG:blivet: EFIVarFS.supported: supported: False ; >DEBUG:blivet:get_format('efivarfs') returning EFIVarFS instance with object id 720 >DEBUG:blivet: EFIVarFS.supported: supported: False ; >DEBUG:blivet: LUKS.__init__: >DEBUG:blivet:get_format('luks') returning LUKS instance with object id 721 >DEBUG:blivet: Integrity.__init__: >DEBUG:blivet:get_format('integrity') returning Integrity instance with object id 722 >DEBUG:blivet: LVMPhysicalVolume.__init__: >DEBUG:blivet:get_format('lvmpv') returning LVMPhysicalVolume instance with object id 723 >DEBUG:blivet: MDRaidMember.__init__: >DEBUG:blivet:get_format('mdmember') returning MDRaidMember instance with object id 724 >DEBUG:blivet: MultipathMember.__init__: >DEBUG:blivet:get_format('multipath_member') returning MultipathMember instance with object id 725 >DEBUG:blivet:get_format('prepboot') returning PPCPRePBoot instance with object id 726 >DEBUG:blivet: SwapSpace.__init__: >DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 727 >DEBUG:blivet: StratisBlockdev.__init__: >DEBUG:blivet:get_format('stratis') returning StratisBlockdev instance with object id 728 >DEBUG:blivet:get_format('biosboot') returning BIOSBoot instance with object id 729 >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 730 >DEBUG:blivet: Ext2FS.supported: supported: True ; >DEBUG:blivet:get_format('ext2') returning Ext2FS instance with object id 731 >DEBUG:blivet: Ext3FS.supported: supported: True ; >DEBUG:blivet:get_format('ext3') returning Ext3FS instance with object id 732 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 733 >DEBUG:blivet: SwapSpace.__init__: >DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 734 >DEBUG:blivet: FATFS.supported: supported: True ; >DEBUG:blivet:get_format('vfat') returning FATFS instance with object id 735 >DEBUG:blivet: XFS.supported: supported: True ; >DEBUG:blivet:get_format('xfs') returning XFS instance with object id 736 >DEBUG:blivet: DeviceTree.get_device_by_name: name: fedora_localhost-live ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 63 GiB btrfs volume fedora_localhost-live (560) with non-existent btrfs filesystem >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 737 >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet: DeviceTree.get_device_by_name: name: fedora_localhost-live ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 63 GiB btrfs volume fedora_localhost-live (560) with non-existent btrfs filesystem >DEBUG:blivet: DeviceTree.get_device_by_name: name: root ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 63 GiB btrfs subvolume root (570) with non-existent btrfs filesystem mounted at / >DEBUG:blivet: DeviceTree.get_device_by_name: name: root ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 63 GiB btrfs subvolume root (570) with non-existent btrfs filesystem mounted at / >DEBUG:blivet: DeviceTree.get_device_by_name: name: root ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 63 GiB btrfs subvolume root (570) with non-existent btrfs filesystem mounted at / >DEBUG:blivet: DeviceTree.get_device_by_name: name: root ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 63 GiB btrfs subvolume root (570) with non-existent btrfs filesystem mounted at / >DEBUG:blivet: DeviceTree.get_device_by_name: name: root ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 63 GiB btrfs subvolume root (570) with non-existent btrfs filesystem mounted at / >DEBUG:blivet:instantiating <class 'blivet.devicefactory.BTRFSFactory'>: <pyanaconda.core.util.LazyObject object at 0x7f348acd9a10>, [], {'device': BTRFSSubVolumeDevice instance (0x7f348abee0d0) -- > name = root status = False id = 570 > children = [] > parents = ['non-existent 63 GiB btrfs volume fedora_localhost-live (560) with ' > 'non-existent btrfs filesystem'] > uuid = None size = 63 GiB > format = non-existent btrfs filesystem mounted at / > major = 0 minor = 0 exists = False protected = False > sysfs path = > target size = 0 B path = /dev/sda3 > format args = [] original_format = None} >DEBUG:blivet: DeviceTree.get_device_by_name: name: root ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 63 GiB btrfs subvolume root (570) with non-existent btrfs filesystem mounted at / >DEBUG:blivet:resolved 'root' to 'root' (btrfs subvolume) >DEBUG:blivet: DeviceTree.get_device_by_name: name: fedora_localhost-live ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 63 GiB btrfs volume fedora_localhost-live (560) with non-existent btrfs filesystem >DEBUG:blivet:resolved 'fedora_localhost-live' to 'fedora_localhost-live' (btrfs volume) >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 738 >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 64 GiB disk sda (14) with non-existent gpt disklabel >DEBUG:blivet: DeviceTree.get_device_by_name: name: root ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 63 GiB btrfs subvolume root (570) with non-existent btrfs filesystem mounted at / >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 739 >DEBUG:blivet:get_format('biosboot') returning BIOSBoot instance with object id 740 >DEBUG:blivet: DiskLabel.__init__: >INFO:blivet:DiskLabel.parted_device returning None >DEBUG:blivet:get_format('disklabel') returning DiskLabel instance with object id 741 >DEBUG:blivet: DMRaidMember.__init__: >DEBUG:blivet:get_format('dmraidmember') returning DMRaidMember instance with object id 742 >DEBUG:blivet: Ext2FS.supported: supported: True ; >DEBUG:blivet:get_format('ext2') returning Ext2FS instance with object id 743 >DEBUG:blivet: Ext2FS.supported: supported: True ; >DEBUG:blivet: Ext3FS.supported: supported: True ; >DEBUG:blivet:get_format('ext3') returning Ext3FS instance with object id 744 >DEBUG:blivet: Ext3FS.supported: supported: True ; >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 745 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet: FATFS.supported: supported: True ; >DEBUG:blivet:get_format('vfat') returning FATFS instance with object id 746 >DEBUG:blivet: FATFS.supported: supported: True ; >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet:get_format('efi') returning EFIFS instance with object id 747 >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 748 >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('gfs2') returning GFS2 instance with object id 749 >DEBUG:blivet:get_format('jfs') returning JFS instance with object id 750 >DEBUG:blivet:get_format('reiserfs') returning ReiserFS instance with object id 751 >DEBUG:blivet: XFS.supported: supported: True ; >DEBUG:blivet:get_format('xfs') returning XFS instance with object id 752 >DEBUG:blivet: XFS.supported: supported: True ; >DEBUG:blivet: StratisXFS.supported: supported: False ; >DEBUG:blivet:get_format('stratis xfs') returning StratisXFS instance with object id 753 >DEBUG:blivet: StratisXFS.supported: supported: False ; >DEBUG:blivet: HFS.supported: supported: False ; >DEBUG:blivet:get_format('hfs') returning HFS instance with object id 754 >DEBUG:blivet: HFS.supported: supported: False ; >DEBUG:blivet: AppleBootstrapFS.supported: supported: True ; >DEBUG:blivet:get_format('appleboot') returning AppleBootstrapFS instance with object id 755 >DEBUG:blivet: AppleBootstrapFS.supported: supported: True ; >DEBUG:blivet: HFSPlus.supported: supported: False ; >DEBUG:blivet:get_format('hfs+') returning HFSPlus instance with object id 756 >DEBUG:blivet: HFSPlus.supported: supported: False ; >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 757 >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet: NTFS.supported: supported: True ; >DEBUG:blivet:get_format('ntfs') returning NTFS instance with object id 758 >DEBUG:blivet: NTFS.supported: supported: True ; >DEBUG:blivet: ExFATFS.supported: supported: False ; >DEBUG:blivet:get_format('exfat') returning ExFATFS instance with object id 759 >DEBUG:blivet: ExFATFS.supported: supported: False ; >DEBUG:blivet: F2FS.supported: supported: True ; >DEBUG:blivet:get_format('f2fs') returning F2FS instance with object id 760 >DEBUG:blivet: F2FS.supported: supported: True ; >DEBUG:blivet: NFS.supported: supported: False ; >DEBUG:blivet:get_format('nfs') returning NFS instance with object id 761 >DEBUG:blivet: NFS.supported: supported: False ; >DEBUG:blivet: NFSv4.supported: supported: False ; >DEBUG:blivet:get_format('nfs4') returning NFSv4 instance with object id 762 >DEBUG:blivet: NFSv4.supported: supported: False ; >DEBUG:blivet: Iso9660FS.supported: supported: True ; >DEBUG:blivet:get_format('iso9660') returning Iso9660FS instance with object id 763 >DEBUG:blivet: Iso9660FS.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:get_format('biosboot') returning BIOSBoot instance with object id 781 >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('btrfs') returning BTRFS 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: root ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 63 GiB btrfs subvolume root (570) with non-existent btrfs filesystem mounted at / >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: fedora_localhost-live ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 63 GiB btrfs volume fedora_localhost-live (560) with non-existent btrfs filesystem >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda2 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 1024 MiB partition sda2 (554) with non-existent ext4 filesystem mounted at /boot >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda2 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 1024 MiB partition sda2 (554) with non-existent ext4 filesystem mounted at /boot >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda2 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 1024 MiB partition sda2 (554) with non-existent ext4 filesystem mounted at /boot >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda2 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 1024 MiB partition sda2 (554) with non-existent ext4 filesystem mounted at /boot >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda2 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 1024 MiB partition sda2 (554) with non-existent ext4 filesystem mounted at /boot >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda2 ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 1024 MiB partition sda2 (554) with non-existent ext4 filesystem mounted at /boot >DEBUG:blivet:resolved 'sda2' to 'sda2' (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 790 >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 64 GiB disk sda (14) with non-existent gpt disklabel >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda2 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 1024 MiB partition sda2 (554) with non-existent ext4 filesystem mounted at /boot >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 791 >DEBUG:blivet:get_format('biosboot') returning BIOSBoot instance with object id 792 >DEBUG:blivet: DiskLabel.__init__: >INFO:blivet:DiskLabel.parted_device returning None >DEBUG:blivet:get_format('disklabel') returning DiskLabel instance with object id 793 >DEBUG:blivet: DMRaidMember.__init__: >DEBUG:blivet:get_format('dmraidmember') returning DMRaidMember instance with object id 794 >DEBUG:blivet: Ext2FS.supported: supported: True ; >DEBUG:blivet:get_format('ext2') returning Ext2FS instance with object id 795 >DEBUG:blivet: Ext2FS.supported: supported: True ; >DEBUG:blivet: Ext3FS.supported: supported: True ; >DEBUG:blivet:get_format('ext3') returning Ext3FS instance with object id 796 >DEBUG:blivet: Ext3FS.supported: supported: True ; >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 797 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet: FATFS.supported: supported: True ; >DEBUG:blivet:get_format('vfat') returning FATFS instance with object id 798 >DEBUG:blivet: FATFS.supported: supported: True ; >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet:get_format('efi') returning EFIFS instance with object id 799 >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 800 >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('gfs2') returning GFS2 instance with object id 801 >DEBUG:blivet:get_format('jfs') returning JFS instance with object id 802 >DEBUG:blivet:get_format('reiserfs') returning ReiserFS instance with object id 803 >DEBUG:blivet: XFS.supported: supported: True ; >DEBUG:blivet:get_format('xfs') returning XFS instance with object id 804 >DEBUG:blivet: XFS.supported: supported: True ; >DEBUG:blivet: StratisXFS.supported: supported: False ; >DEBUG:blivet:get_format('stratis xfs') returning StratisXFS instance with object id 805 >DEBUG:blivet: StratisXFS.supported: supported: False ; >DEBUG:blivet: HFS.supported: supported: False ; >DEBUG:blivet:get_format('hfs') returning HFS instance with object id 806 >DEBUG:blivet: HFS.supported: supported: False ; >DEBUG:blivet: AppleBootstrapFS.supported: supported: True ; >DEBUG:blivet:get_format('appleboot') returning AppleBootstrapFS instance with object id 807 >DEBUG:blivet: AppleBootstrapFS.supported: supported: True ; >DEBUG:blivet: HFSPlus.supported: supported: False ; >DEBUG:blivet:get_format('hfs+') returning HFSPlus instance with object id 808 >DEBUG:blivet: HFSPlus.supported: supported: False ; >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 809 >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet: NTFS.supported: supported: True ; >DEBUG:blivet:get_format('ntfs') returning NTFS instance with object id 810 >DEBUG:blivet: NTFS.supported: supported: True ; >DEBUG:blivet: ExFATFS.supported: supported: False ; >DEBUG:blivet:get_format('exfat') returning ExFATFS instance with object id 811 >DEBUG:blivet: ExFATFS.supported: supported: False ; >DEBUG:blivet: F2FS.supported: supported: True ; >DEBUG:blivet:get_format('f2fs') returning F2FS instance with object id 812 >DEBUG:blivet: F2FS.supported: supported: True ; >DEBUG:blivet: NFS.supported: supported: False ; >DEBUG:blivet:get_format('nfs') returning NFS instance with object id 813 >DEBUG:blivet: NFS.supported: supported: False ; >DEBUG:blivet: NFSv4.supported: supported: False ; >DEBUG:blivet:get_format('nfs4') returning NFSv4 instance with object id 814 >DEBUG:blivet: NFSv4.supported: supported: False ; >DEBUG:blivet: Iso9660FS.supported: supported: True ; >DEBUG:blivet:get_format('iso9660') returning Iso9660FS instance with object id 815 >DEBUG:blivet: Iso9660FS.supported: supported: True ; >DEBUG:blivet: NoDevFS.supported: supported: False ; >DEBUG:blivet:get_format('nodev') returning NoDevFS instance with object id 816 >DEBUG:blivet: NoDevFS.supported: supported: False ; >DEBUG:blivet: DevPtsFS.supported: supported: False ; >DEBUG:blivet:get_format('devpts') returning DevPtsFS instance with object id 817 >DEBUG:blivet: DevPtsFS.supported: supported: False ; >DEBUG:blivet: ProcFS.supported: supported: False ; >DEBUG:blivet:get_format('proc') returning ProcFS instance with object id 818 >DEBUG:blivet: ProcFS.supported: supported: False ; >DEBUG:blivet: SysFS.supported: supported: False ; >DEBUG:blivet:get_format('sysfs') returning SysFS instance with object id 819 >DEBUG:blivet: SysFS.supported: supported: False ; >DEBUG:blivet: TmpFS.supported: supported: True ; >DEBUG:blivet:get_format('tmpfs') returning TmpFS instance with object id 820 >DEBUG:blivet: TmpFS.supported: supported: True ; >DEBUG:blivet: BindFS.supported: supported: False ; >DEBUG:blivet:get_format('bind') returning BindFS instance with object id 821 >DEBUG:blivet: BindFS.supported: supported: False ; >DEBUG:blivet: SELinuxFS.supported: supported: False ; >DEBUG:blivet:get_format('selinuxfs') returning SELinuxFS instance with object id 822 >DEBUG:blivet: SELinuxFS.supported: supported: False ; >DEBUG:blivet: USBFS.supported: supported: False ; >DEBUG:blivet:get_format('usbfs') returning USBFS instance with object id 823 >DEBUG:blivet: USBFS.supported: supported: False ; >DEBUG:blivet: EFIVarFS.supported: supported: False ; >DEBUG:blivet:get_format('efivarfs') returning EFIVarFS instance with object id 824 >DEBUG:blivet: EFIVarFS.supported: supported: False ; >DEBUG:blivet: LUKS.__init__: >DEBUG:blivet:get_format('luks') returning LUKS instance with object id 825 >DEBUG:blivet: Integrity.__init__: >DEBUG:blivet:get_format('integrity') returning Integrity instance with object id 826 >DEBUG:blivet: LVMPhysicalVolume.__init__: >DEBUG:blivet:get_format('lvmpv') returning LVMPhysicalVolume instance with object id 827 >DEBUG:blivet: MDRaidMember.__init__: >DEBUG:blivet:get_format('mdmember') returning MDRaidMember instance with object id 828 >DEBUG:blivet: MultipathMember.__init__: >DEBUG:blivet:get_format('multipath_member') returning MultipathMember instance with object id 829 >DEBUG:blivet:get_format('prepboot') returning PPCPRePBoot instance with object id 830 >DEBUG:blivet: SwapSpace.__init__: >DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 831 >DEBUG:blivet: StratisBlockdev.__init__: >DEBUG:blivet:get_format('stratis') returning StratisBlockdev instance with object id 832 >DEBUG:blivet:get_format('biosboot') returning BIOSBoot instance with object id 833 >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 834 >DEBUG:blivet: Ext2FS.supported: supported: True ; >DEBUG:blivet:get_format('ext2') returning Ext2FS instance with object id 835 >DEBUG:blivet: Ext3FS.supported: supported: True ; >DEBUG:blivet:get_format('ext3') returning Ext3FS instance with object id 836 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 837 >DEBUG:blivet: SwapSpace.__init__: >DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 838 >DEBUG:blivet: FATFS.supported: supported: True ; >DEBUG:blivet:get_format('vfat') returning FATFS instance with object id 839 >DEBUG:blivet: XFS.supported: supported: True ; >DEBUG:blivet:get_format('xfs') returning XFS instance with object id 840 >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda2 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 1024 MiB partition sda2 (554) 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 841 >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet: DeviceTree.get_device_by_name: name: fedora_localhost-live ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 63 GiB btrfs volume fedora_localhost-live (560) with non-existent btrfs filesystem >DEBUG:blivet: DeviceTree.get_device_by_name: name: fedora_localhost-live ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 63 GiB btrfs volume fedora_localhost-live (560) with non-existent btrfs filesystem >DEBUG:blivet: DeviceTree.get_device_by_name: name: fedora_localhost-live ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 63 GiB btrfs volume fedora_localhost-live (560) with non-existent btrfs filesystem >DEBUG:blivet: DeviceTree.get_device_by_name: name: fedora_localhost-live ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 63 GiB btrfs volume fedora_localhost-live (560) with non-existent btrfs filesystem >DEBUG:blivet: DeviceTree.get_device_by_name: name: fedora_localhost-live ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 63 GiB btrfs volume fedora_localhost-live (560) with non-existent btrfs filesystem >DEBUG:blivet:instantiating <class 'blivet.devicefactory.BTRFSFactory'>: <pyanaconda.core.util.LazyObject object at 0x7f348acd9a10>, [], {'device': BTRFSVolumeDevice instance (0x7f348b53c1d0) -- > name = fedora_localhost-live status = False id = 560 > children = ['non-existent 63 GiB btrfs subvolume home (576) with non-existent btrfs ' > 'filesystem mounted at /home', > 'non-existent 63 GiB btrfs subvolume root (570) with non-existent btrfs ' > 'filesystem mounted at /'] > parents = ['non-existent 63 GiB partition sda3 (540) with non-existent btrfs filesystem'] > uuid = None size = 63 GiB > format = non-existent btrfs filesystem > major = 0 minor = 0 exists = False protected = False > sysfs path = > target size = 0 B path = /dev/sda3 > format args = [] original_format = btrfs} >DEBUG:blivet: DeviceTree.get_device_by_name: name: fedora_localhost-live ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 63 GiB btrfs volume fedora_localhost-live (560) with non-existent btrfs filesystem >DEBUG:blivet:resolved 'fedora_localhost-live' to 'fedora_localhost-live' (btrfs volume) >DEBUG:blivet: DeviceTree.get_device_by_name: name: fedora_localhost-live ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 63 GiB btrfs volume fedora_localhost-live (560) with non-existent btrfs filesystem >DEBUG:blivet:resolved 'fedora_localhost-live' to 'fedora_localhost-live' (btrfs volume) >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 842 >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 64 GiB disk sda (14) with non-existent gpt disklabel >DEBUG:blivet: DeviceTree.get_device_by_name: name: fedora_localhost-live ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 63 GiB btrfs volume fedora_localhost-live (560) with non-existent btrfs filesystem >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 843 >DEBUG:blivet:get_format('biosboot') returning BIOSBoot instance with object id 844 >DEBUG:blivet: DiskLabel.__init__: >INFO:blivet:DiskLabel.parted_device returning None >DEBUG:blivet:get_format('disklabel') returning DiskLabel instance with object id 845 >DEBUG:blivet: DMRaidMember.__init__: >DEBUG:blivet:get_format('dmraidmember') returning DMRaidMember instance with object id 846 >DEBUG:blivet: Ext2FS.supported: supported: True ; >DEBUG:blivet:get_format('ext2') returning Ext2FS instance with object id 847 >DEBUG:blivet: Ext2FS.supported: supported: True ; >DEBUG:blivet: Ext3FS.supported: supported: True ; >DEBUG:blivet:get_format('ext3') returning Ext3FS instance with object id 848 >DEBUG:blivet: Ext3FS.supported: supported: True ; >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 849 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet: FATFS.supported: supported: True ; >DEBUG:blivet:get_format('vfat') returning FATFS instance with object id 850 >DEBUG:blivet: FATFS.supported: supported: True ; >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet:get_format('efi') returning EFIFS instance with object id 851 >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 852 >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('gfs2') returning GFS2 instance with object id 853 >DEBUG:blivet:get_format('jfs') returning JFS instance with object id 854 >DEBUG:blivet:get_format('reiserfs') returning ReiserFS instance with object id 855 >DEBUG:blivet: XFS.supported: supported: True ; >DEBUG:blivet:get_format('xfs') returning XFS instance with object id 856 >DEBUG:blivet: XFS.supported: supported: True ; >DEBUG:blivet: StratisXFS.supported: supported: False ; >DEBUG:blivet:get_format('stratis xfs') returning StratisXFS instance with object id 857 >DEBUG:blivet: StratisXFS.supported: supported: False ; >DEBUG:blivet: HFS.supported: supported: False ; >DEBUG:blivet:get_format('hfs') returning HFS instance with object id 858 >DEBUG:blivet: HFS.supported: supported: False ; >DEBUG:blivet: AppleBootstrapFS.supported: supported: True ; >DEBUG:blivet:get_format('appleboot') returning AppleBootstrapFS instance with object id 859 >DEBUG:blivet: AppleBootstrapFS.supported: supported: True ; >DEBUG:blivet: HFSPlus.supported: supported: False ; >DEBUG:blivet:get_format('hfs+') returning HFSPlus instance with object id 860 >DEBUG:blivet: HFSPlus.supported: supported: False ; >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 861 >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet: NTFS.supported: supported: True ; >DEBUG:blivet:get_format('ntfs') returning NTFS instance with object id 862 >DEBUG:blivet: NTFS.supported: supported: True ; >DEBUG:blivet: ExFATFS.supported: supported: False ; >DEBUG:blivet:get_format('exfat') returning ExFATFS instance with object id 863 >DEBUG:blivet: ExFATFS.supported: supported: False ; >DEBUG:blivet: F2FS.supported: supported: True ; >DEBUG:blivet:get_format('f2fs') returning F2FS instance with object id 864 >DEBUG:blivet: F2FS.supported: supported: True ; >DEBUG:blivet: NFS.supported: supported: False ; >DEBUG:blivet:get_format('nfs') returning NFS instance with object id 865 >DEBUG:blivet: NFS.supported: supported: False ; >DEBUG:blivet: NFSv4.supported: supported: False ; >DEBUG:blivet:get_format('nfs4') returning NFSv4 instance with object id 866 >DEBUG:blivet: NFSv4.supported: supported: False ; >DEBUG:blivet: Iso9660FS.supported: supported: True ; >DEBUG:blivet:get_format('iso9660') returning Iso9660FS instance with object id 867 >DEBUG:blivet: Iso9660FS.supported: supported: True ; >DEBUG:blivet: NoDevFS.supported: supported: False ; >DEBUG:blivet:get_format('nodev') returning NoDevFS instance with object id 868 >DEBUG:blivet: NoDevFS.supported: supported: False ; >DEBUG:blivet: DevPtsFS.supported: supported: False ; >DEBUG:blivet:get_format('devpts') returning DevPtsFS instance with object id 869 >DEBUG:blivet: DevPtsFS.supported: supported: False ; >DEBUG:blivet: ProcFS.supported: supported: False ; >DEBUG:blivet:get_format('proc') returning ProcFS instance with object id 870 >DEBUG:blivet: ProcFS.supported: supported: False ; >DEBUG:blivet: SysFS.supported: supported: False ; >DEBUG:blivet:get_format('sysfs') returning SysFS instance with object id 871 >DEBUG:blivet: SysFS.supported: supported: False ; >DEBUG:blivet: TmpFS.supported: supported: True ; >DEBUG:blivet:get_format('tmpfs') returning TmpFS instance with object id 872 >DEBUG:blivet: TmpFS.supported: supported: True ; >DEBUG:blivet: BindFS.supported: supported: False ; >DEBUG:blivet:get_format('bind') returning BindFS instance with object id 873 >DEBUG:blivet: BindFS.supported: supported: False ; >DEBUG:blivet: SELinuxFS.supported: supported: False ; >DEBUG:blivet:get_format('selinuxfs') returning SELinuxFS instance with object id 874 >DEBUG:blivet: SELinuxFS.supported: supported: False ; >DEBUG:blivet: USBFS.supported: supported: False ; >DEBUG:blivet:get_format('usbfs') returning USBFS instance with object id 875 >DEBUG:blivet: USBFS.supported: supported: False ; >DEBUG:blivet: EFIVarFS.supported: supported: False ; >DEBUG:blivet:get_format('efivarfs') returning EFIVarFS instance with object id 876 >DEBUG:blivet: EFIVarFS.supported: supported: False ; >DEBUG:blivet: LUKS.__init__: >DEBUG:blivet:get_format('luks') returning LUKS instance with object id 877 >DEBUG:blivet: Integrity.__init__: >DEBUG:blivet:get_format('integrity') returning Integrity instance with object id 878 >DEBUG:blivet: LVMPhysicalVolume.__init__: >DEBUG:blivet:get_format('lvmpv') returning LVMPhysicalVolume instance with object id 879 >DEBUG:blivet: MDRaidMember.__init__: >DEBUG:blivet:get_format('mdmember') returning MDRaidMember instance with object id 880 >DEBUG:blivet: MultipathMember.__init__: >DEBUG:blivet:get_format('multipath_member') returning MultipathMember instance with object id 881 >DEBUG:blivet:get_format('prepboot') returning PPCPRePBoot instance with object id 882 >DEBUG:blivet: SwapSpace.__init__: >DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 883 >DEBUG:blivet: StratisBlockdev.__init__: >DEBUG:blivet:get_format('stratis') returning StratisBlockdev instance with object id 884 >DEBUG:blivet:get_format('biosboot') returning BIOSBoot instance with object id 885 >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 886 >DEBUG:blivet: Ext2FS.supported: supported: True ; >DEBUG:blivet:get_format('ext2') returning Ext2FS instance with object id 887 >DEBUG:blivet: Ext3FS.supported: supported: True ; >DEBUG:blivet:get_format('ext3') returning Ext3FS instance with object id 888 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 889 >DEBUG:blivet: SwapSpace.__init__: >DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 890 >DEBUG:blivet: FATFS.supported: supported: True ; >DEBUG:blivet:get_format('vfat') returning FATFS instance with object id 891 >DEBUG:blivet: XFS.supported: supported: True ; >DEBUG:blivet:get_format('xfs') returning XFS instance with object id 892 >DEBUG:blivet: DeviceTree.get_device_by_name: name: fedora_localhost-live ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 63 GiB btrfs volume fedora_localhost-live (560) with non-existent btrfs filesystem >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 893 >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet: DeviceTree.get_device_by_name: name: fedora_localhost-live ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 63 GiB btrfs volume fedora_localhost-live (560) with non-existent btrfs filesystem >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda2 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 1024 MiB partition sda2 (554) with non-existent ext4 filesystem mounted at /boot >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda2 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 1024 MiB partition sda2 (554) with non-existent ext4 filesystem mounted at /boot >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda2 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 1024 MiB partition sda2 (554) with non-existent ext4 filesystem mounted at /boot >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda2 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 1024 MiB partition sda2 (554) with non-existent ext4 filesystem mounted at /boot >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda2 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 1024 MiB partition sda2 (554) with non-existent ext4 filesystem mounted at /boot >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda2 ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 1024 MiB partition sda2 (554) with non-existent ext4 filesystem mounted at /boot >DEBUG:blivet:resolved 'sda2' to 'sda2' (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 894 >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 64 GiB disk sda (14) with non-existent gpt disklabel >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda2 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 1024 MiB partition sda2 (554) with non-existent ext4 filesystem mounted at /boot >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 895 >DEBUG:blivet:get_format('biosboot') returning BIOSBoot instance with object id 896 >DEBUG:blivet: DiskLabel.__init__: >INFO:blivet:DiskLabel.parted_device returning None >DEBUG:blivet:get_format('disklabel') returning DiskLabel instance with object id 897 >DEBUG:blivet: DMRaidMember.__init__: >DEBUG:blivet:get_format('dmraidmember') returning DMRaidMember instance with object id 898 >DEBUG:blivet: Ext2FS.supported: supported: True ; >DEBUG:blivet:get_format('ext2') returning Ext2FS instance with object id 899 >DEBUG:blivet: Ext2FS.supported: supported: True ; >DEBUG:blivet: Ext3FS.supported: supported: True ; >DEBUG:blivet:get_format('ext3') returning Ext3FS instance with object id 900 >DEBUG:blivet: Ext3FS.supported: supported: True ; >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 901 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet: FATFS.supported: supported: True ; >DEBUG:blivet:get_format('vfat') returning FATFS instance with object id 902 >DEBUG:blivet: FATFS.supported: supported: True ; >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet:get_format('efi') returning EFIFS instance with object id 903 >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 904 >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('gfs2') returning GFS2 instance with object id 905 >DEBUG:blivet:get_format('jfs') returning JFS instance with object id 906 >DEBUG:blivet:get_format('reiserfs') returning ReiserFS instance with object id 907 >DEBUG:blivet: XFS.supported: supported: True ; >DEBUG:blivet:get_format('xfs') returning XFS instance with object id 908 >DEBUG:blivet: XFS.supported: supported: True ; >DEBUG:blivet: StratisXFS.supported: supported: False ; >DEBUG:blivet:get_format('stratis xfs') returning StratisXFS instance with object id 909 >DEBUG:blivet: StratisXFS.supported: supported: False ; >DEBUG:blivet: HFS.supported: supported: False ; >DEBUG:blivet:get_format('hfs') returning HFS instance with object id 910 >DEBUG:blivet: HFS.supported: supported: False ; >DEBUG:blivet: AppleBootstrapFS.supported: supported: True ; >DEBUG:blivet:get_format('appleboot') returning AppleBootstrapFS instance with object id 911 >DEBUG:blivet: AppleBootstrapFS.supported: supported: True ; >DEBUG:blivet: HFSPlus.supported: supported: False ; >DEBUG:blivet:get_format('hfs+') returning HFSPlus instance with object id 912 >DEBUG:blivet: HFSPlus.supported: supported: False ; >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 913 >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet: NTFS.supported: supported: True ; >DEBUG:blivet:get_format('ntfs') returning NTFS instance with object id 914 >DEBUG:blivet: NTFS.supported: supported: True ; >DEBUG:blivet: ExFATFS.supported: supported: False ; >DEBUG:blivet:get_format('exfat') returning ExFATFS instance with object id 915 >DEBUG:blivet: ExFATFS.supported: supported: False ; >DEBUG:blivet: F2FS.supported: supported: True ; >DEBUG:blivet:get_format('f2fs') returning F2FS instance with object id 916 >DEBUG:blivet: F2FS.supported: supported: True ; >DEBUG:blivet: NFS.supported: supported: False ; >DEBUG:blivet:get_format('nfs') returning NFS instance with object id 917 >DEBUG:blivet: NFS.supported: supported: False ; >DEBUG:blivet: NFSv4.supported: supported: False ; >DEBUG:blivet:get_format('nfs4') returning NFSv4 instance with object id 918 >DEBUG:blivet: NFSv4.supported: supported: False ; >DEBUG:blivet: Iso9660FS.supported: supported: True ; >DEBUG:blivet:get_format('iso9660') returning Iso9660FS instance with object id 919 >DEBUG:blivet: Iso9660FS.supported: supported: True ; >DEBUG:blivet: NoDevFS.supported: supported: False ; >DEBUG:blivet:get_format('nodev') returning NoDevFS instance with object id 920 >DEBUG:blivet: NoDevFS.supported: supported: False ; >DEBUG:blivet: DevPtsFS.supported: supported: False ; >DEBUG:blivet:get_format('devpts') returning DevPtsFS instance with object id 921 >DEBUG:blivet: DevPtsFS.supported: supported: False ; >DEBUG:blivet: ProcFS.supported: supported: False ; >DEBUG:blivet:get_format('proc') returning ProcFS instance with object id 922 >DEBUG:blivet: ProcFS.supported: supported: False ; >DEBUG:blivet: SysFS.supported: supported: False ; >DEBUG:blivet:get_format('sysfs') returning SysFS instance with object id 923 >DEBUG:blivet: SysFS.supported: supported: False ; >DEBUG:blivet: TmpFS.supported: supported: True ; >DEBUG:blivet:get_format('tmpfs') returning TmpFS instance with object id 924 >DEBUG:blivet: TmpFS.supported: supported: True ; >DEBUG:blivet: BindFS.supported: supported: False ; >DEBUG:blivet:get_format('bind') returning BindFS instance with object id 925 >DEBUG:blivet: BindFS.supported: supported: False ; >DEBUG:blivet: SELinuxFS.supported: supported: False ; >DEBUG:blivet:get_format('selinuxfs') returning SELinuxFS instance with object id 926 >DEBUG:blivet: SELinuxFS.supported: supported: False ; >DEBUG:blivet: USBFS.supported: supported: False ; >DEBUG:blivet:get_format('usbfs') returning USBFS instance with object id 927 >DEBUG:blivet: USBFS.supported: supported: False ; >DEBUG:blivet: EFIVarFS.supported: supported: False ; >DEBUG:blivet:get_format('efivarfs') returning EFIVarFS instance with object id 928 >DEBUG:blivet: EFIVarFS.supported: supported: False ; >DEBUG:blivet: LUKS.__init__: >DEBUG:blivet:get_format('luks') returning LUKS instance with object id 929 >DEBUG:blivet: Integrity.__init__: >DEBUG:blivet:get_format('integrity') returning Integrity instance with object id 930 >DEBUG:blivet: LVMPhysicalVolume.__init__: >DEBUG:blivet:get_format('lvmpv') returning LVMPhysicalVolume instance with object id 931 >DEBUG:blivet: MDRaidMember.__init__: >DEBUG:blivet:get_format('mdmember') returning MDRaidMember instance with object id 932 >DEBUG:blivet: MultipathMember.__init__: >DEBUG:blivet:get_format('multipath_member') returning MultipathMember instance with object id 933 >DEBUG:blivet:get_format('prepboot') returning PPCPRePBoot instance with object id 934 >DEBUG:blivet: SwapSpace.__init__: >DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 935 >DEBUG:blivet: StratisBlockdev.__init__: >DEBUG:blivet:get_format('stratis') returning StratisBlockdev instance with object id 936 >DEBUG:blivet:get_format('biosboot') returning BIOSBoot instance with object id 937 >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 938 >DEBUG:blivet: Ext2FS.supported: supported: True ; >DEBUG:blivet:get_format('ext2') returning Ext2FS instance with object id 939 >DEBUG:blivet: Ext3FS.supported: supported: True ; >DEBUG:blivet:get_format('ext3') returning Ext3FS instance with object id 940 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 941 >DEBUG:blivet: SwapSpace.__init__: >DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 942 >DEBUG:blivet: FATFS.supported: supported: True ; >DEBUG:blivet:get_format('vfat') returning FATFS instance with object id 943 >DEBUG:blivet: XFS.supported: supported: True ; >DEBUG:blivet:get_format('xfs') returning XFS instance with object id 944 >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda2 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 1024 MiB partition sda2 (554) 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 945 >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet: DeviceTree.get_device_by_name: name: fedora_localhost-live ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 63 GiB btrfs volume fedora_localhost-live (560) with non-existent btrfs filesystem >DEBUG:blivet: DeviceTree.get_device_by_name: name: fedora_localhost-live ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 63 GiB btrfs volume fedora_localhost-live (560) with non-existent btrfs filesystem >DEBUG:blivet: DeviceTree.get_device_by_name: name: fedora_localhost-live ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 63 GiB btrfs volume fedora_localhost-live (560) with non-existent btrfs filesystem >DEBUG:blivet: DeviceTree.get_device_by_name: name: fedora_localhost-live ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 63 GiB btrfs volume fedora_localhost-live (560) with non-existent btrfs filesystem >DEBUG:blivet: DeviceTree.get_device_by_name: name: fedora_localhost-live ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 63 GiB btrfs volume fedora_localhost-live (560) with non-existent btrfs filesystem >DEBUG:blivet:instantiating <class 'blivet.devicefactory.BTRFSFactory'>: <pyanaconda.core.util.LazyObject object at 0x7f348acd9a10>, [], {'device': BTRFSVolumeDevice instance (0x7f348b53c1d0) -- > name = fedora_localhost-live status = False id = 560 > children = ['non-existent 63 GiB btrfs subvolume home (576) with non-existent btrfs ' > 'filesystem mounted at /home', > 'non-existent 63 GiB btrfs subvolume root (570) with non-existent btrfs ' > 'filesystem mounted at /'] > parents = ['non-existent 63 GiB partition sda3 (540) with non-existent btrfs filesystem'] > uuid = None size = 63 GiB > format = non-existent btrfs filesystem > major = 0 minor = 0 exists = False protected = False > sysfs path = > target size = 0 B path = /dev/sda3 > format args = [] original_format = btrfs} >DEBUG:blivet: DeviceTree.get_device_by_name: name: fedora_localhost-live ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 63 GiB btrfs volume fedora_localhost-live (560) with non-existent btrfs filesystem >DEBUG:blivet:resolved 'fedora_localhost-live' to 'fedora_localhost-live' (btrfs volume) >DEBUG:blivet: DeviceTree.get_device_by_name: name: fedora_localhost-live ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 63 GiB btrfs volume fedora_localhost-live (560) with non-existent btrfs filesystem >DEBUG:blivet:resolved 'fedora_localhost-live' to 'fedora_localhost-live' (btrfs volume) >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 946 >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 64 GiB disk sda (14) with non-existent gpt disklabel >DEBUG:blivet: DeviceTree.get_device_by_name: name: fedora_localhost-live ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 63 GiB btrfs volume fedora_localhost-live (560) with non-existent btrfs filesystem >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 947 >DEBUG:blivet:get_format('biosboot') returning BIOSBoot instance with object id 948 >DEBUG:blivet: DiskLabel.__init__: >INFO:blivet:DiskLabel.parted_device returning None >DEBUG:blivet:get_format('disklabel') returning DiskLabel instance with object id 949 >DEBUG:blivet: DMRaidMember.__init__: >DEBUG:blivet:get_format('dmraidmember') returning DMRaidMember instance with object id 950 >DEBUG:blivet: Ext2FS.supported: supported: True ; >DEBUG:blivet:get_format('ext2') returning Ext2FS instance with object id 951 >DEBUG:blivet: Ext2FS.supported: supported: True ; >DEBUG:blivet: Ext3FS.supported: supported: True ; >DEBUG:blivet:get_format('ext3') returning Ext3FS instance with object id 952 >DEBUG:blivet: Ext3FS.supported: supported: True ; >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 953 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet: FATFS.supported: supported: True ; >DEBUG:blivet:get_format('vfat') returning FATFS instance with object id 954 >DEBUG:blivet: FATFS.supported: supported: True ; >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet:get_format('efi') returning EFIFS instance with object id 955 >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 956 >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('gfs2') returning GFS2 instance with object id 957 >DEBUG:blivet:get_format('jfs') returning JFS instance with object id 958 >DEBUG:blivet:get_format('reiserfs') returning ReiserFS instance with object id 959 >DEBUG:blivet: XFS.supported: supported: True ; >DEBUG:blivet:get_format('xfs') returning XFS instance with object id 960 >DEBUG:blivet: XFS.supported: supported: True ; >DEBUG:blivet: StratisXFS.supported: supported: False ; >DEBUG:blivet:get_format('stratis xfs') returning StratisXFS instance with object id 961 >DEBUG:blivet: StratisXFS.supported: supported: False ; >DEBUG:blivet: HFS.supported: supported: False ; >DEBUG:blivet:get_format('hfs') returning HFS instance with object id 962 >DEBUG:blivet: HFS.supported: supported: False ; >DEBUG:blivet: AppleBootstrapFS.supported: supported: True ; >DEBUG:blivet:get_format('appleboot') returning AppleBootstrapFS instance with object id 963 >DEBUG:blivet: AppleBootstrapFS.supported: supported: True ; >DEBUG:blivet: HFSPlus.supported: supported: False ; >DEBUG:blivet:get_format('hfs+') returning HFSPlus instance with object id 964 >DEBUG:blivet: HFSPlus.supported: supported: False ; >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 965 >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet: NTFS.supported: supported: True ; >DEBUG:blivet:get_format('ntfs') returning NTFS instance with object id 966 >DEBUG:blivet: NTFS.supported: supported: True ; >DEBUG:blivet: ExFATFS.supported: supported: False ; >DEBUG:blivet:get_format('exfat') returning ExFATFS instance with object id 967 >DEBUG:blivet: ExFATFS.supported: supported: False ; >DEBUG:blivet: F2FS.supported: supported: True ; >DEBUG:blivet:get_format('f2fs') returning F2FS instance with object id 968 >DEBUG:blivet: F2FS.supported: supported: True ; >DEBUG:blivet: NFS.supported: supported: False ; >DEBUG:blivet:get_format('nfs') returning NFS instance with object id 969 >DEBUG:blivet: NFS.supported: supported: False ; >DEBUG:blivet: NFSv4.supported: supported: False ; >DEBUG:blivet:get_format('nfs4') returning NFSv4 instance with object id 970 >DEBUG:blivet: NFSv4.supported: supported: False ; >DEBUG:blivet: Iso9660FS.supported: supported: True ; >DEBUG:blivet:get_format('iso9660') returning Iso9660FS instance with object id 971 >DEBUG:blivet: Iso9660FS.supported: supported: True ; >DEBUG:blivet: NoDevFS.supported: supported: False ; >DEBUG:blivet:get_format('nodev') returning NoDevFS instance with object id 972 >DEBUG:blivet: NoDevFS.supported: supported: False ; >DEBUG:blivet: DevPtsFS.supported: supported: False ; >DEBUG:blivet:get_format('devpts') returning DevPtsFS instance with object id 973 >DEBUG:blivet: DevPtsFS.supported: supported: False ; >DEBUG:blivet: ProcFS.supported: supported: False ; >DEBUG:blivet:get_format('proc') returning ProcFS instance with object id 974 >DEBUG:blivet: ProcFS.supported: supported: False ; >DEBUG:blivet: SysFS.supported: supported: False ; >DEBUG:blivet:get_format('sysfs') returning SysFS instance with object id 975 >DEBUG:blivet: SysFS.supported: supported: False ; >DEBUG:blivet: TmpFS.supported: supported: True ; >DEBUG:blivet:get_format('tmpfs') returning TmpFS instance with object id 976 >DEBUG:blivet: TmpFS.supported: supported: True ; >DEBUG:blivet: BindFS.supported: supported: False ; >DEBUG:blivet:get_format('bind') returning BindFS instance with object id 977 >DEBUG:blivet: BindFS.supported: supported: False ; >DEBUG:blivet: SELinuxFS.supported: supported: False ; >DEBUG:blivet:get_format('selinuxfs') returning SELinuxFS instance with object id 978 >DEBUG:blivet: SELinuxFS.supported: supported: False ; >DEBUG:blivet: USBFS.supported: supported: False ; >DEBUG:blivet:get_format('usbfs') returning USBFS instance with object id 979 >DEBUG:blivet: USBFS.supported: supported: False ; >DEBUG:blivet: EFIVarFS.supported: supported: False ; >DEBUG:blivet:get_format('efivarfs') returning EFIVarFS instance with object id 980 >DEBUG:blivet: EFIVarFS.supported: supported: False ; >DEBUG:blivet: LUKS.__init__: >DEBUG:blivet:get_format('luks') returning LUKS instance with object id 981 >DEBUG:blivet: Integrity.__init__: >DEBUG:blivet:get_format('integrity') returning Integrity instance with object id 982 >DEBUG:blivet: LVMPhysicalVolume.__init__: >DEBUG:blivet:get_format('lvmpv') returning LVMPhysicalVolume instance with object id 983 >DEBUG:blivet: MDRaidMember.__init__: >DEBUG:blivet:get_format('mdmember') returning MDRaidMember instance with object id 984 >DEBUG:blivet: MultipathMember.__init__: >DEBUG:blivet:get_format('multipath_member') returning MultipathMember instance with object id 985 >DEBUG:blivet:get_format('prepboot') returning PPCPRePBoot instance with object id 986 >DEBUG:blivet: SwapSpace.__init__: >DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 987 >DEBUG:blivet: StratisBlockdev.__init__: >DEBUG:blivet:get_format('stratis') returning StratisBlockdev instance with object id 988 >DEBUG:blivet:get_format('biosboot') returning BIOSBoot instance with object id 989 >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 990 >DEBUG:blivet: Ext2FS.supported: supported: True ; >DEBUG:blivet:get_format('ext2') returning Ext2FS instance with object id 991 >DEBUG:blivet: Ext3FS.supported: supported: True ; >DEBUG:blivet:get_format('ext3') returning Ext3FS instance with object id 992 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 993 >DEBUG:blivet: SwapSpace.__init__: >DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 994 >DEBUG:blivet: FATFS.supported: supported: True ; >DEBUG:blivet:get_format('vfat') returning FATFS instance with object id 995 >DEBUG:blivet: XFS.supported: supported: True ; >DEBUG:blivet:get_format('xfs') returning XFS instance with object id 996 >DEBUG:blivet: DeviceTree.get_device_by_name: name: fedora_localhost-live ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 63 GiB btrfs volume fedora_localhost-live (560) with non-existent btrfs filesystem >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 997 >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet: DeviceTree.get_device_by_name: name: fedora_localhost-live ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 63 GiB btrfs volume fedora_localhost-live (560) with non-existent btrfs filesystem >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']. >DEBUG:anaconda.storage:Creating a copy of the storage model. >DEBUG:anaconda.storage:starting Blivet copy >DEBUG:anaconda.storage:finished Blivet copy >DEBUG:anaconda.storage:Finished a copy of the storage model. >DEBUG:anaconda.modules.storage.disk_initialization.configuration:Can sda be initialized? >DEBUG:blivet: DeviceTree.get_dependent_devices: dep: existing 64 GiB disk sda (14) ; hidden: False ; >DEBUG:blivet:dep is a leaf >DEBUG:anaconda.modules.storage.disk_initialization.configuration:The clearable disk can be initialized. >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 1029 >DEBUG:blivet: DiskDevice._set_format: sda ; type: None ; current: None ; >INFO:blivet:registered action: [1028] destroy format None on disk sda (id 14) >DEBUG:blivet: DiskLabel.__init__: device: /dev/sda ; >DEBUG:blivet:selecting gpt disklabel for sda based on size >DEBUG:blivet: DiskLabel.fresh_parted_disk: device: /dev/sda ; label_type: gpt ; >DEBUG:blivet:selecting gpt disklabel for sda based on size >DEBUG:blivet:Set pmbr_boot on parted.Disk instance -- > type: gpt primaryPartitionCount: 0 > lastPartitionNumber: -1 maxPrimaryPartitionCount: 128 > partitions: [] > device: <parted.device.Device object at 0x7f348aa8d110> > PedDisk: <_ped.Disk object at 0x7f348aa8c480> >DEBUG:blivet:get_format('disklabel') returning DiskLabel instance with object id 1030 >DEBUG:blivet: DiskDevice._set_format: sda ; type: disklabel ; current: None ; >INFO:blivet:registered action: [1031] create format gpt disklabel on disk sda (id 14) >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 64 GiB disk sda (14) with non-existent gpt disklabel >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 64 GiB disk sda (14) with non-existent gpt disklabel >DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage/Task/4. >INFO:anaconda.threading:Running Thread: AnaTaskThread-InteractiveAutoPartitioningTask-3 (139863652296384) >INFO:anaconda.modules.common.task.task:Configure the partitioning >DEBUG:anaconda.modules.storage.bootloader.execution:Execute the bootloader with dry run True. >DEBUG:anaconda.modules.storage.bootloader.base:new disk list: [DiskDevice instance (0x7f348b5a2f10) -- > name = sda status = True id = 14 > children = [] > parents = [] > uuid = None size = 64 GiB > format = non-existent gpt disklabel > major = 8 minor = 0 exists = True protected = False > sysfs path = /sys/devices/pci0000:00/0000:00:0d.0/ata1/host0/target0:0:0/0:0:0:0/block/sda > target size = 64 GiB path = /dev/sda > format args = [] original_format = None removable = False wwn = None] >DEBUG:anaconda.modules.storage.bootloader.execution:Applying bootloader location: DEFAULT >DEBUG:anaconda.modules.storage.bootloader.execution:Applying drive order: [] >DEBUG:anaconda.modules.storage.bootloader.base:new disk order: [] >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/sr0/device/model: 43442d524f4d202020202020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sda/device/model: 56424f5820484152444449534b2020200a >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 64 GiB disk sda (14) with non-existent gpt 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 64 GiB disk sda (14) with non-existent gpt disklabel >DEBUG:anaconda.core.storage:sda matches ['sda'] for devicetree=existing 1.9 GiB cdrom sr0 (4) with existing iso9660 filesystem >existing 64 GiB disk sda (14) with non-existent gpt disklabel >existing 0 B file /run/initramfs/live/LiveOS/squashfs.img (19) > existing 0 B loop loop0 (23) >existing 0 B file /LiveOS/rootfs.img (33) > existing 0 B loop loop1 (37) with existing ext4 filesystem > existing 7.57 GiB dm live-base (66) with existing ext4 filesystem > existing 7.57 GiB dm live-rw (56) with existing ext4 filesystem >existing 0 B file /overlay (deleted) (47) > existing 0 B loop loop2 (51) > 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 64 GiB disk sda (14) with non-existent gpt disklabel >DEBUG:blivet:resolved 'sda' to 'sda' (disk) >DEBUG:anaconda.modules.storage.partitioning.automatic.automatic_partitioning:Executing the automatic partitioning. >DEBUG:anaconda.modules.storage.partitioning.automatic.utils:Using default PBKDF args. >DEBUG:anaconda.modules.storage.partitioning.automatic.automatic_partitioning:scheme: 2 >DEBUG:anaconda.modules.storage.partitioning.automatic.automatic_partitioning:requests: >PartSpec instance (0x7f348aacd490) -- > mountpoint = None lv = False thin = False btrfs = False > weight = 0 fstype = biosboot encrypted = False > size = 1024 KiB max_size = None grow = False > required_space = 0 > schemes = set()PartSpec instance (0x7f348aabdc90) -- > mountpoint = /boot lv = False thin = False btrfs = False > weight = 0 fstype = ext4 encrypted = False > size = 1024 MiB max_size = None grow = False > required_space = 0 > schemes = set()PartSpec instance (0x7f348aacd650) -- > mountpoint = / lv = True thin = True btrfs = True > weight = 0 fstype = ext4 encrypted = True > size = 1024 MiB max_size = 70 GiB grow = True > required_space = 0 > schemes = set()PartSpec instance (0x7f348aa87790) -- > mountpoint = /home lv = True thin = True btrfs = True > weight = 0 fstype = ext4 encrypted = True > size = 500 MiB max_size = None grow = True > required_space = 50 GiB > schemes = set() >DEBUG:anaconda.modules.storage.partitioning.automatic.automatic_partitioning:encrypted: True >DEBUG:anaconda.modules.storage.partitioning.automatic.automatic_partitioning:storage.disks: ['sda'] >DEBUG:anaconda.modules.storage.partitioning.automatic.automatic_partitioning:storage.partitioned: ['sda'] >DEBUG:anaconda.modules.storage.partitioning.automatic.automatic_partitioning:all names: ['/LiveOS/rootfs.img', '/overlay (deleted)', '/run/initramfs/live/LiveOS/squashfs.img', 'live-base', 'live-rw', 'loop0', 'loop1', 'loop2', 'sda', 'sr0'] >DEBUG:anaconda.modules.storage.partitioning.automatic.automatic_partitioning:boot disk: sda >DEBUG:anaconda.modules.storage.partitioning.automatic.automatic_partitioning:candidate disks: ['sda'] >DEBUG:anaconda.modules.storage.partitioning.automatic.utils:Found disks for implicit partitions: ['sda'] >DEBUG:blivet: LUKS.__init__: mountpoint: None ; passphrase: ; cipher: ; luks_version: luks2 ; pbkdf_args: None ; escrow_cert: None ; add_backup_passphrase: False ; >DEBUG:blivet:get_format('luks') returning LUKS instance with object id 1032 >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 1034 >DEBUG:blivet: DiskDevice.add_child: name: sda ; child: req0 ; kids: 0 ; >DEBUG:blivet: PartitionDevice._set_format: req0 ; type: luks ; current: None ; >DEBUG:blivet: DiskDevice.remove_child: name: sda ; child: req0 ; kids: 1 ; >INFO:blivet:added partition req0 (id 1033) to device tree >INFO:blivet:registered action: [1036] create device partition req0 (id 1033) >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 1038 >DEBUG:blivet: PartitionDevice._set_format: req0 ; type: luks ; current: luks ; >INFO:blivet:registered action: [1037] create format luks on partition req0 (id 1033) >DEBUG:anaconda.modules.storage.partitioning.automatic.utils:Created the implicit partition req0 for sda. >DEBUG:anaconda.modules.storage.bootloader.base:Is sda a valid stage1 target device? >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_disklabel(sda) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_size(sda) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_location(sda) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_format(sda) returning True >DEBUG:anaconda.modules.storage.bootloader.base:is_valid_stage1_device(sda) returning True >DEBUG:blivet:get_format('biosboot') returning BIOSBoot instance with object id 1039 >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 1041 >DEBUG:blivet: DiskDevice.add_child: name: sda ; child: req1 ; kids: 0 ; >DEBUG:blivet: PartitionDevice._set_format: req1 ; type: biosboot ; current: None ; >DEBUG:blivet: DiskDevice.remove_child: name: sda ; child: req1 ; kids: 1 ; >INFO:blivet:added partition req1 (id 1040) to device tree >INFO:blivet:registered action: [1043] create device partition req1 (id 1040) >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 1045 >DEBUG:blivet: PartitionDevice._set_format: req1 ; type: biosboot ; current: biosboot ; >INFO:blivet:registered action: [1044] create format biosboot on partition req1 (id 1040) >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 1046 >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 1048 >DEBUG:blivet: DiskDevice.add_child: name: sda ; child: req2 ; kids: 0 ; >DEBUG:blivet: PartitionDevice._set_format: req2 ; type: ext4 ; current: None ; >DEBUG:blivet: DiskDevice.remove_child: name: sda ; child: req2 ; kids: 1 ; >INFO:blivet:added partition req2 (id 1047) to device tree >INFO:blivet:registered action: [1050] create device partition req2 (id 1047) >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 1052 >DEBUG:blivet: PartitionDevice._set_format: req2 ; type: ext4 ; current: ext4 ; >INFO:blivet:registered action: [1051] create format ext4 filesystem mounted at /boot on partition req2 (id 1047) >DEBUG:blivet: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; >DEBUG:blivet:removing all non-preexisting partitions ['req0(id 1033)', 'req1(id 1040)', 'req2(id 1047)'] from disk(s) ['sda'] >DEBUG:blivet:allocate_partitions: disks=['sda'] ; partitions=['req0(id 1033)', 'req1(id 1040)', 'req2(id 1047)'] >DEBUG:blivet:removing all non-preexisting partitions ['req1(id 1040)', 'req2(id 1047)', 'req0(id 1033)'] from disk(s) ['sda'] >DEBUG:blivet:allocating partition: req1 ; id: 1040 ; disks: ['sda'] ; >boot: True ; primary: False ; size: 1024 KiB ; grow: False ; max_size: 0 B ; 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=1024 KiB boot=True best=None grow=False start=None >DEBUG:blivet:checking 34-134217694 (64 GiB) >DEBUG:blivet:current free range is 34-134217694 (64 GiB) >DEBUG:blivet:updating use_disk to sda, type: 0 >DEBUG:blivet:new free: 34-134217694 / 64 GiB >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: 2048 > PedAlignment: <_ped.Alignment object at 0x7f348aa8b790> >DEBUG:blivet:adjusted start sector from 34 to 2048 >DEBUG:blivet:created partition sda1 of 1024 KiB and added it to /dev/sda >DEBUG:blivet: PartitionDevice._set_parted_partition: req1 ; >DEBUG:blivet:device req1 new parted_partition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f348aa8ebd0> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f348b549f50> PedPartition: <_ped.Partition object at 0x7f348aa64ea0> >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 0x7f348aa8ebd0> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f348aacda90> PedPartition: <_ped.Partition object at 0x7f348aa67ce0> >DEBUG:blivet:allocating partition: req2 ; id: 1047 ; disks: ['sda'] ; >boot: True ; primary: False ; size: 1024 MiB ; grow: False ; max_size: 0 B ; 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=1024 MiB boot=True best=None grow=False start=None >DEBUG:blivet:checking 34-2047 (1007 KiB) >DEBUG:blivet:current free range is 34-2047 (1007 KiB) >DEBUG:blivet:checking 4096-134217694 (64 GiB) >DEBUG:blivet:current free range is 4096-134217694 (64 GiB) >DEBUG:blivet:updating use_disk to sda, type: 0 >DEBUG:blivet:new free: 4096-134217694 / 64 GiB >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: 2048 > PedAlignment: <_ped.Alignment object at 0x7f348aa8b790> >DEBUG:blivet:created partition sda2 of 1024 MiB and added it to /dev/sda >DEBUG:blivet: PartitionDevice._set_parted_partition: req2 ; >DEBUG:blivet:device req2 new parted_partition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f348aa8ebd0> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f348aabcb10> PedPartition: <_ped.Partition object at 0x7f348aa67420> >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 0x7f348aa8ebd0> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f348aab07d0> PedPartition: <_ped.Partition object at 0x7f348aa663e0> >DEBUG:blivet:allocating partition: req0 ; id: 1033 ; disks: ['sda'] ; >boot: False ; primary: False ; size: 500 MiB ; grow: True ; max_size: 0 B ; 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=500 MiB boot=False best=None grow=True start=None >DEBUG:blivet:checking 34-2047 (1007 KiB) >DEBUG:blivet:current free range is 34-2047 (1007 KiB) >DEBUG:blivet:checking 2101248-134217694 (63 GiB) >DEBUG:blivet:current free range is 2101248-134217694 (63 GiB) >DEBUG:blivet:evaluating growth potential for new layout >DEBUG:blivet:calculating growth for disk /dev/sda >DEBUG:blivet:using alignment: parted.Alignment instance -- > offset: 0 grainSize: 2048 > PedAlignment: <_ped.Alignment object at 0x7f348aa8b790> >DEBUG:blivet: PartitionDevice._set_parted_partition: req0 ; >DEBUG:blivet:device req0 new parted_partition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f348aa8ebd0> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f348aab1b10> PedPartition: <_ped.Partition object at 0x7f348aa64fe0> >DEBUG:blivet: PartitionDevice._set_disk: sda3 ; old: None ; new: sda ; >DEBUG:blivet: DiskDevice.add_child: name: sda ; child: sda3 ; kids: 2 ; >DEBUG:blivet:adding request 1040 to chunk 134213632 (2048-134215679) on /dev/sda >DEBUG:blivet:adding request 1047 to chunk 134213632 (2048-134215679) on /dev/sda >DEBUG:blivet:adding request 1033 to chunk 134213632 (2048-134215679) on /dev/sda >DEBUG:blivet:Chunk.grow_requests: 134213632 (2048-134215679) on /dev/sda start = 2048 end = 134215679 >sector_size = 512 B > >DEBUG:blivet:req: PartitionRequest instance -- >id = 1040 name = sda1 growable = False >base = 2048 growth = 0 max_grow = 0 >done = True >DEBUG:blivet:req: PartitionRequest instance -- >id = 1047 name = sda2 growable = False >base = 2097152 growth = 0 max_grow = 0 >done = True >DEBUG:blivet:req: PartitionRequest instance -- >id = 1033 name = sda3 growable = True >base = 1024000 growth = 0 max_grow = 36028797017939968 >done = False >DEBUG:blivet:1 requests and 131090432 (62.51 GiB) left in chunk >DEBUG:blivet:adding 131090432 (62.51 GiB) to 1033 (sda3) >DEBUG:blivet:new grow amount for request 1033 (sda3) is 131090432 units, or 62.51 GiB >DEBUG:blivet:request 1040 (sda1) growth: 0 (0 B) size: 1024 KiB >DEBUG:blivet:request 1047 (sda2) growth: 0 (0 B) size: 1024 MiB >DEBUG:blivet:request 1033 (sda3) growth: 131090432 (62.51 GiB) size: 63 GiB >DEBUG:blivet:disk /dev/sda growth: 131090432 (62.51 GiB) >DEBUG:blivet: PartitionDevice._set_parted_partition: sda3 ; >DEBUG:blivet:device sda3 new parted_partition None >DEBUG:blivet: PartitionDevice._set_disk: req0 ; old: sda ; new: None ; >DEBUG:blivet: DiskDevice.remove_child: name: sda ; child: req0 ; kids: 3 ; >DEBUG:blivet:total growth: 131090432 sectors >DEBUG:blivet:updating use_disk to sda, type: 0 >DEBUG:blivet:new free: 2101248-134217694 / 63 GiB >DEBUG:blivet:new free allows for 131090432 sectors of growth >DEBUG:blivet:using alignment: parted.Alignment instance -- > offset: 0 grainSize: 2048 > PedAlignment: <_ped.Alignment object at 0x7f348aa8b790> >DEBUG:blivet:created partition sda3 of 500 MiB and added it to /dev/sda >DEBUG:blivet: PartitionDevice._set_parted_partition: req0 ; >DEBUG:blivet:device req0 new parted_partition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f348aa8ebd0> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f348ac711d0> PedPartition: <_ped.Partition object at 0x7f348aa642c0> >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 0x7f348aa8ebd0> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f348acd8dd0> PedPartition: <_ped.Partition object at 0x7f348aa66ac0> >DEBUG:blivet:grow_partitions: disks=['sda'], partitions=['sda3(id 1033)', 'sda1(id 1040)', 'sda2(id 1047)'] >DEBUG:blivet:growable partitions are ['sda3'] >DEBUG:blivet:adding request 1033 to chunk 134213632 (2048-134215679) on /dev/sda >DEBUG:blivet:adding request 1040 to chunk 134213632 (2048-134215679) on /dev/sda >DEBUG:blivet:adding request 1047 to chunk 134213632 (2048-134215679) on /dev/sda >DEBUG:blivet:disk sda has 1 chunks >DEBUG:blivet:Chunk.grow_requests: 134213632 (2048-134215679) on /dev/sda start = 2048 end = 134215679 >sector_size = 512 B > >DEBUG:blivet:req: PartitionRequest instance -- >id = 1040 name = sda1 growable = False >base = 2048 growth = 0 max_grow = 0 >done = True >DEBUG:blivet:req: PartitionRequest instance -- >id = 1047 name = sda2 growable = False >base = 2097152 growth = 0 max_grow = 0 >done = True >DEBUG:blivet:req: PartitionRequest instance -- >id = 1033 name = sda3 growable = True >base = 1024000 growth = 0 max_grow = 36028797017939968 >done = False >DEBUG:blivet:1 requests and 131090432 (62.51 GiB) left in chunk >DEBUG:blivet:adding 131090432 (62.51 GiB) to 1033 (sda3) >DEBUG:blivet:new grow amount for request 1033 (sda3) is 131090432 units, or 62.51 GiB >DEBUG:blivet:growing partitions on sda >DEBUG:blivet:partition sda1 (1040): 0 >DEBUG:blivet:new geometry for sda1: parted.Geometry instance -- > start: 2048 end: 4095 length: 2048 > device: <parted.device.Device object at 0x7f348aa18050> PedGeometry: <_ped.Geometry object at 0x7f348aadc580> >DEBUG:blivet:partition sda2 (1047): 0 >DEBUG:blivet:new geometry for sda2: parted.Geometry instance -- > start: 4096 end: 2101247 length: 2097152 > device: <parted.device.Device object at 0x7f348aa18050> PedGeometry: <_ped.Geometry object at 0x7f348aadc640> >DEBUG:blivet:partition sda3 (1033): 0 >DEBUG:blivet:new geometry for sda3: parted.Geometry instance -- > start: 2101248 end: 134215679 length: 132114432 > device: <parted.device.Device object at 0x7f348aa18050> PedGeometry: <_ped.Geometry object at 0x7f348aadc730> >DEBUG:blivet:removing all non-preexisting partitions ['sda1(id 1040)', 'sda2(id 1047)', 'sda3(id 1033)'] from disk(s) ['sda'] >DEBUG:blivet: PartitionDevice._set_parted_partition: sda1 ; >DEBUG:blivet:device sda1 new parted_partition None >DEBUG:blivet: PartitionDevice._set_disk: req1 ; old: sda ; new: None ; >DEBUG:blivet: DiskDevice.remove_child: name: sda ; child: req1 ; kids: 3 ; >DEBUG:blivet: PartitionDevice._set_parted_partition: sda2 ; >DEBUG:blivet:device sda2 new parted_partition None >DEBUG:blivet: PartitionDevice._set_disk: req2 ; old: sda ; new: None ; >DEBUG:blivet: DiskDevice.remove_child: name: sda ; child: req2 ; kids: 2 ; >DEBUG:blivet: PartitionDevice._set_parted_partition: sda3 ; >DEBUG:blivet:device sda3 new parted_partition None >DEBUG:blivet: PartitionDevice._set_disk: req0 ; old: sda ; new: None ; >DEBUG:blivet: DiskDevice.remove_child: name: sda ; child: req0 ; kids: 1 ; >DEBUG:blivet:back from remove_new_partitions >DEBUG:blivet:extended: None >DEBUG:blivet:setting req1 new geometry: parted.Geometry instance -- > start: 2048 end: 4095 length: 2048 > device: <parted.device.Device object at 0x7f348aa18050> PedGeometry: <_ped.Geometry object at 0x7f348aadc580> >DEBUG:blivet: PartitionDevice._set_parted_partition: req1 ; >DEBUG:blivet:device req1 new parted_partition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f348aa8ebd0> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f348aabf690> PedPartition: <_ped.Partition object at 0x7f348aa67880> >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 0x7f348aa8ebd0> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f348aad4f50> PedPartition: <_ped.Partition object at 0x7f348aaa8270> >DEBUG:blivet:setting req2 new geometry: parted.Geometry instance -- > start: 4096 end: 2101247 length: 2097152 > device: <parted.device.Device object at 0x7f348aa18050> PedGeometry: <_ped.Geometry object at 0x7f348aadc640> >DEBUG:blivet: PartitionDevice._set_parted_partition: req2 ; >DEBUG:blivet:device req2 new parted_partition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f348aa8ebd0> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f348aabd010> PedPartition: <_ped.Partition object at 0x7f348aa65bc0> >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 0x7f348aa8ebd0> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f348acdbcd0> PedPartition: <_ped.Partition object at 0x7f348aaa83b0> >DEBUG:blivet:setting req0 new geometry: parted.Geometry instance -- > start: 2101248 end: 134215679 length: 132114432 > device: <parted.device.Device object at 0x7f348aa18050> PedGeometry: <_ped.Geometry object at 0x7f348aadc730> >DEBUG:blivet: PartitionDevice._set_parted_partition: req0 ; >DEBUG:blivet:device req0 new parted_partition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f348aa8ebd0> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f348ace53d0> PedPartition: <_ped.Partition object at 0x7f348aa64400> >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 0x7f348aa8ebd0> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f348ac663d0> PedPartition: <_ped.Partition object at 0x7f348aaabba0> >DEBUG:blivet:fixing size of non-existent 1024 KiB partition sda1 (1040) with non-existent biosboot >DEBUG:blivet:fixing size of non-existent 1024 MiB partition sda2 (1047) with non-existent ext4 filesystem mounted at /boot >DEBUG:blivet:fixing size of non-existent 63 GiB partition sda3 (1033) with non-existent luks >DEBUG:blivet: LVMPhysicalVolume.__init__: device: /dev/sda3 ; >DEBUG:blivet:get_format('lvmpv') returning LVMPhysicalVolume instance with object id 1053 >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 1055 >DEBUG:blivet: PartitionDevice.add_child: name: sda3 ; child: luks-sda3 ; kids: 0 ; >DEBUG:blivet: LUKSDevice._set_format: luks-sda3 ; type: lvmpv ; current: None ; >INFO:blivet:added luks/dm-crypt luks-sda3 (id 1054) to device tree >INFO:blivet:registered action: [1057] create device luks/dm-crypt luks-sda3 (id 1054) >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 1059 >DEBUG:blivet: LUKSDevice._set_format: luks-sda3 ; type: lvmpv ; current: lvmpv ; >INFO:blivet:registered action: [1058] create format lvmpv on luks/dm-crypt luks-sda3 (id 1054) >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 1061 >DEBUG:blivet: LVMVolumeGroupDevice._add_parent: fedora_localhost-live ; parent: luks-sda3 ; >DEBUG:blivet: LUKSDevice.add_child: name: luks-sda3 ; child: fedora_localhost-live ; kids: 0 ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:0d.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/queue/logical_block_size: 3531320a >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 1062 >DEBUG:blivet: LVMVolumeGroupDevice._set_format: fedora_localhost-live ; type: None ; current: None ; >INFO:blivet:added lvmvg fedora_localhost-live (id 1060) to device tree >INFO:blivet:registered action: [1064] create device lvmvg fedora_localhost-live (id 1060) >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 1065 >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 1067 >DEBUG:blivet: LVMVolumeGroupDevice.add_child: name: fedora_localhost-live ; child: root ; kids: 0 ; >DEBUG:blivet: LVMLogicalVolumeDevice._set_format: fedora_localhost-live-root ; type: ext4 ; current: None ; >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 1069 >DEBUG:blivet: LVMVolumeGroupDevice.remove_child: name: fedora_localhost-live ; child: root ; kids: 1 ; >DEBUG:blivet: LVMVolumeGroupDevice.add_child: name: fedora_localhost-live ; child: root ; kids: 0 ; >DEBUG:blivet: LVMLogicalVolumeDevice._set_format: fedora_localhost-live-root ; type: ext4 ; current: None ; >DEBUG:blivet: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/fedora_localhost--live-root ; sysfs_path: ; >DEBUG:blivet:fedora_localhost-live size is 62.99 GiB >DEBUG:blivet:vg fedora_localhost-live has 62.99 GiB free >DEBUG:blivet:Adding fedora_localhost-live-root/1024 MiB to fedora_localhost-live >INFO:blivet:added lvmlv fedora_localhost-live-root (id 1066) to device tree >INFO:blivet:registered action: [1071] create device lvmlv fedora_localhost-live-root (id 1066) >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 1073 >DEBUG:blivet: LVMLogicalVolumeDevice._set_format: fedora_localhost-live-root ; type: ext4 ; current: ext4 ; >INFO:blivet:registered action: [1072] create format ext4 filesystem mounted at / on lvmlv fedora_localhost-live-root (id 1066) >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 1074 >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 1076 >DEBUG:blivet: LVMVolumeGroupDevice.add_child: name: fedora_localhost-live ; child: home ; kids: 1 ; >DEBUG:blivet: LVMLogicalVolumeDevice._set_format: fedora_localhost-live-home ; type: ext4 ; current: None ; >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 1078 >DEBUG:blivet: LVMVolumeGroupDevice.remove_child: name: fedora_localhost-live ; child: home ; kids: 2 ; >DEBUG:blivet: LVMVolumeGroupDevice.add_child: name: fedora_localhost-live ; child: home ; kids: 1 ; >DEBUG:blivet: LVMLogicalVolumeDevice._set_format: fedora_localhost-live-home ; type: ext4 ; current: None ; >DEBUG:blivet: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/fedora_localhost--live-home ; sysfs_path: ; >DEBUG:blivet:fedora_localhost-live size is 62.99 GiB >DEBUG:blivet:vg fedora_localhost-live has 61.99 GiB free >DEBUG:blivet:Adding fedora_localhost-live-home/500 MiB to fedora_localhost-live >INFO:blivet:added lvmlv fedora_localhost-live-home (id 1075) to device tree >INFO:blivet:registered action: [1080] create device lvmlv fedora_localhost-live-home (id 1075) >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 1082 >DEBUG:blivet: LVMLogicalVolumeDevice._set_format: fedora_localhost-live-home ; type: ext4 ; current: ext4 ; >INFO:blivet:registered action: [1081] create format ext4 filesystem mounted at /home on lvmlv fedora_localhost-live-home (id 1075) >DEBUG:blivet:fedora_localhost-live size is 62.99 GiB >DEBUG:blivet:vg fedora_localhost-live has 61.5 GiB free >DEBUG:blivet:vg fedora_localhost-live: 61.5 GiB free ; lvs: ['root', 'home'] >DEBUG:blivet:fedora_localhost-live size is 62.99 GiB >DEBUG:blivet:vg fedora_localhost-live has 61.5 GiB free >DEBUG:blivet:adding request 1066 to chunk 16126 on /dev/fedora_localhost--live >DEBUG:blivet:adding request 1075 to chunk 16126 on /dev/fedora_localhost--live >DEBUG:blivet:Chunk.grow_requests: VGChunk instance -- >device = /dev/fedora_localhost--live length = 16126 size = 62.99 GiB >remaining = 2 pool = 15745 >DEBUG:blivet:req: LVRequest instance -- >id = 1066 name = fedora_localhost-live-root growable = True >base = 256 growth = 0 max_grow = 17664 >done = False >DEBUG:blivet:req: LVRequest instance -- >id = 1075 name = fedora_localhost-live-home growable = True >base = 125 growth = 0 max_grow = 274877906819 >done = False >DEBUG:blivet:2 requests and 15745 (61.5 GiB) left in chunk >DEBUG:blivet:adding 10579 (41.32 GiB) to 1066 (fedora_localhost-live-root) >DEBUG:blivet:new grow amount for request 1066 (fedora_localhost-live-root) is 10579 units, or 41.32 GiB >DEBUG:blivet:adding 5165 (20.18 GiB) to 1075 (fedora_localhost-live-home) >DEBUG:blivet:new grow amount for request 1075 (fedora_localhost-live-home) is 5165 units, or 20.18 GiB >DEBUG:blivet:2 requests and 1 (4 MiB) left in chunk >DEBUG:blivet:adding 0 (0 B) to 1066 (fedora_localhost-live-root) >DEBUG:blivet:new grow amount for request 1066 (fedora_localhost-live-root) is 10579 units, or 41.32 GiB >DEBUG:blivet:adding 0 (0 B) to 1075 (fedora_localhost-live-home) >DEBUG:blivet:new grow amount for request 1075 (fedora_localhost-live-home) is 5165 units, or 20.18 GiB >DEBUG:blivet:adding 1 (4 MiB) to 1066 (fedora_localhost-live-root) >DEBUG:blivet:new grow amount for request 1066 (fedora_localhost-live-root) is 10580 units, or 41.33 GiB >DEBUG:blivet:trying to set lv fedora_localhost-live-root size to 42.33 GiB >DEBUG:blivet:fedora_localhost-live size is 62.99 GiB >DEBUG:blivet:vg fedora_localhost-live has 61.5 GiB free >DEBUG:blivet:trying to set lv fedora_localhost-live-home size to 20.66 GiB >DEBUG:blivet:fedora_localhost-live size is 62.99 GiB >DEBUG:blivet:vg fedora_localhost-live has 20.18 GiB free >DEBUG:anaconda.modules.storage.bootloader.execution:Execute the bootloader with dry run False. >DEBUG:anaconda.modules.storage.bootloader.base:new disk list: [DiskDevice instance (0x7f348b5a2f10) -- > name = sda status = True id = 14 > children = ['non-existent 1024 KiB partition sda1 (1040) with non-existent biosboot', > 'non-existent 1024 MiB partition sda2 (1047) with non-existent ext4 ' > 'filesystem mounted at /boot', > 'non-existent 63 GiB partition sda3 (1033) with non-existent luks'] > parents = [] > uuid = None size = 64 GiB > format = non-existent gpt disklabel > major = 8 minor = 0 exists = True protected = False > sysfs path = /sys/devices/pci0000:00/0000:00:0d.0/ata1/host0/target0:0:0/0:0:0:0/block/sda > target size = 64 GiB path = /dev/sda > format args = [] original_format = None removable = False wwn = None] >DEBUG:anaconda.modules.storage.bootloader.execution:Applying bootloader location: DEFAULT >DEBUG:anaconda.modules.storage.bootloader.execution:Applying drive order: [] >DEBUG:anaconda.modules.storage.bootloader.base:new disk order: [] >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/sr0/device/model: 43442d524f4d202020202020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sda/device/model: 56424f5820484152444449534b2020200a >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 64 GiB disk sda (14) with non-existent gpt 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 64 GiB disk sda (14) with non-existent gpt disklabel >DEBUG:anaconda.core.storage:sda matches ['sda'] for devicetree=existing 1.9 GiB cdrom sr0 (4) with existing iso9660 filesystem >existing 64 GiB disk sda (14) with non-existent gpt disklabel > non-existent 1024 KiB partition sda1 (1040) with non-existent biosboot > non-existent 1024 MiB partition sda2 (1047) with non-existent ext4 filesystem mounted at /boot > non-existent 63 GiB partition sda3 (1033) with non-existent luks > non-existent 63 GiB luks/dm-crypt luks-sda3 (1054) with non-existent lvmpv > non-existent 62.99 GiB lvmvg fedora_localhost-live (1060) > non-existent 20.66 GiB lvmlv fedora_localhost-live-home (1075) with non-existent ext4 filesystem mounted at /home > non-existent 42.33 GiB lvmlv fedora_localhost-live-root (1066) with non-existent ext4 filesystem mounted at / >existing 0 B file /run/initramfs/live/LiveOS/squashfs.img (19) > existing 0 B loop loop0 (23) >existing 0 B file /LiveOS/rootfs.img (33) > existing 0 B loop loop1 (37) with existing ext4 filesystem > existing 7.57 GiB dm live-base (66) with existing ext4 filesystem > existing 7.57 GiB dm live-rw (56) with existing ext4 filesystem >existing 0 B file /overlay (deleted) (47) > existing 0 B loop loop2 (51) > 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 64 GiB disk sda (14) with non-existent gpt disklabel >DEBUG:blivet:resolved 'sda' to 'sda' (disk) >DEBUG:anaconda.modules.storage.bootloader.base:Is fedora_localhost-live 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 fedora_localhost-live-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 fedora_localhost-live-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 luks-sda3 a valid stage1 target device? >DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type luks/dm-crypt >DEBUG:anaconda.modules.storage.bootloader.base:Is sda a valid stage1 target device? >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_disklabel(sda) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_size(sda) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_location(sda) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_format(sda) returning True >DEBUG:anaconda.modules.storage.bootloader.base:is_valid_stage1_device(sda) returning True >DEBUG:anaconda.modules.storage.bootloader.base:Is sda a valid stage1 target device? >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_disklabel(sda) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_size(sda) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_location(sda) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_format(sda) returning True >DEBUG:anaconda.modules.storage.bootloader.base:is_valid_stage1_device(sda) 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: 4.35 GiB >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 KiB partition sda1 (1040) with non-existent biosboot >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 MiB partition sda2 (1047) 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 63 GiB partition sda3 (1033) with non-existent luks >DEBUG:anaconda.modules.storage.partitioning.interactive.interactive_partitioning: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': {'/usr', '/tmp', '/var', '/', '/usr/share', '/usr/lib', '/home'}, 'must_be_on_root': {'/dev', '/sbin', '/bin', '/mnt', '/proc', 'lost+found', '/lib', '/root', '/etc'}, 'must_not_be_on_root': set(), 'reformat_allowlist': {'/boot', '/usr', '/tmp', '/var'}, 'reformat_blocklist': {'/var/www', '/usr/local', '/opt', '/home'}, 'swap_is_recommended': False, 'luks2_min_ram': Size (128 MiB)}. >DEBUG:anaconda.modules.storage.partitioning.interactive.interactive_partitioning:Run sanity check verify_root. >DEBUG:anaconda.modules.storage.partitioning.interactive.interactive_partitioning:Run sanity check verify_s390_constraints. >DEBUG:anaconda.modules.storage.partitioning.interactive.interactive_partitioning:Run sanity check verify_partition_formatting. >DEBUG:anaconda.modules.storage.partitioning.interactive.interactive_partitioning:Run sanity check verify_partition_sizes. >DEBUG:anaconda.modules.storage.partitioning.interactive.interactive_partitioning:Run sanity check verify_partition_format_sizes. >DEBUG:anaconda.modules.storage.partitioning.interactive.interactive_partitioning:Run sanity check verify_bootloader. >DEBUG:anaconda.modules.storage.partitioning.interactive.interactive_partitioning:Run sanity check verify_gpt_biosboot. >DEBUG:anaconda.modules.storage.partitioning.interactive.interactive_partitioning:Run sanity check verify_opal_compatibility. >DEBUG:anaconda.modules.storage.partitioning.interactive.interactive_partitioning:Run sanity check verify_swap. >DEBUG:anaconda.modules.storage.partitioning.interactive.interactive_partitioning:Run sanity check verify_swap_uuid. >DEBUG:anaconda.modules.storage.partitioning.interactive.interactive_partitioning:Run sanity check verify_mountpoints_on_linuxfs. >DEBUG:anaconda.modules.storage.partitioning.interactive.interactive_partitioning:Run sanity check verify_mountpoints_on_root. >DEBUG:anaconda.modules.storage.partitioning.interactive.interactive_partitioning:Run sanity check verify_mountpoints_not_on_root. >DEBUG:anaconda.modules.storage.partitioning.interactive.interactive_partitioning:Run sanity check verify_unlocked_devices_have_key. >DEBUG:anaconda.modules.storage.partitioning.interactive.interactive_partitioning:Skipped sanity check verify_luks_devices_have_key. >DEBUG:anaconda.modules.storage.partitioning.interactive.interactive_partitioning:Run sanity check verify_luks2_memory_requirements. >DEBUG:anaconda.modules.storage.partitioning.interactive.interactive_partitioning:Run sanity check verify_mounted_partitions. >DEBUG:anaconda.modules.storage.partitioning.interactive.interactive_partitioning:Run sanity check verify_lvm_destruction. >DEBUG:anaconda.modules.storage.partitioning.interactive.interactive_partitioning:Run sanity check verify_requests. >DEBUG:anaconda.modules.storage.partitioning.interactive.interactive_partitioning:Storage check finished with success. >INFO:anaconda.threading:Thread Done: AnaTaskThread-InteractiveAutoPartitioningTask-3 (139863652296384) >DEBUG:blivet: DeviceTree.get_device_by_name: name: fedora_localhost-live-home ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 20.66 GiB lvmlv fedora_localhost-live-home (1075) with non-existent ext4 filesystem mounted at /home >DEBUG:blivet: DeviceTree.get_device_by_name: name: fedora_localhost-live-home ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 20.66 GiB lvmlv fedora_localhost-live-home (1075) with non-existent ext4 filesystem mounted at /home >DEBUG:blivet: DeviceTree.get_device_by_name: name: fedora_localhost-live-root ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 42.33 GiB lvmlv fedora_localhost-live-root (1066) with non-existent ext4 filesystem mounted at / >DEBUG:blivet: DeviceTree.get_device_by_name: name: fedora_localhost-live-root ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 42.33 GiB lvmlv fedora_localhost-live-root (1066) with non-existent ext4 filesystem mounted at / >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda2 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 1024 MiB partition sda2 (1047) with non-existent ext4 filesystem mounted at /boot >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda2 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 1024 MiB partition sda2 (1047) 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 non-existent 1024 KiB partition sda1 (1040) with non-existent biosboot >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda1 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 1024 KiB partition sda1 (1040) with non-existent biosboot >DEBUG:blivet: DeviceTree.get_device_by_name: name: fedora_localhost-live-home ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 20.66 GiB lvmlv fedora_localhost-live-home (1075) with non-existent ext4 filesystem mounted at /home >DEBUG:blivet: DeviceTree.get_device_by_name: name: fedora_localhost-live-home ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 20.66 GiB lvmlv fedora_localhost-live-home (1075) with non-existent ext4 filesystem mounted at /home >DEBUG:blivet: DeviceTree.get_device_by_name: name: fedora_localhost-live-home ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 20.66 GiB lvmlv fedora_localhost-live-home (1075) with non-existent ext4 filesystem mounted at /home >DEBUG:blivet: DeviceTree.get_device_by_name: name: fedora_localhost-live-home ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 20.66 GiB lvmlv fedora_localhost-live-home (1075) with non-existent ext4 filesystem mounted at /home >DEBUG:blivet: DeviceTree.get_device_by_name: name: fedora_localhost-live-home ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 20.66 GiB lvmlv fedora_localhost-live-home (1075) with non-existent ext4 filesystem mounted at /home >DEBUG:blivet:fedora_localhost-live size is 62.99 GiB >DEBUG:blivet:vg fedora_localhost-live has 0 B free >DEBUG:blivet:fedora_localhost-live size is 62.99 GiB >DEBUG:blivet:vg fedora_localhost-live has 0 B free >DEBUG:blivet:fedora_localhost-live size is 62.99 GiB >DEBUG:blivet:vg fedora_localhost-live has 0 B free >DEBUG:blivet:fedora_localhost-live size is 62.99 GiB >DEBUG:blivet:vg fedora_localhost-live has 0 B free >DEBUG:blivet:instantiating <class 'blivet.devicefactory.LVMFactory'>: <pyanaconda.core.util.LazyObject object at 0x7f348acd9a10>, [], {'device': LVMLogicalVolumeDevice instance (0x7f348ace5850) -- > name = fedora_localhost-live-home status = False id = 1075 > children = [] > parents = ['non-existent 62.99 GiB lvmvg fedora_localhost-live (1060)'] > uuid = None size = 20.66 GiB > format = non-existent ext4 filesystem mounted at /home > major = 0 minor = 0 exists = False protected = False > sysfs path = > target size = 500 MiB path = /dev/mapper/fedora_localhost--live-home > format args = [] original_format = ext4 target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f348ab32890) -- > name = fedora_localhost-live status = False id = 1060 > children = ['non-existent 20.66 GiB lvmlv fedora_localhost-live-home (1075) with ' > 'non-existent ext4 filesystem mounted at /home', > 'non-existent 42.33 GiB lvmlv fedora_localhost-live-root (1066) with ' > 'non-existent ext4 filesystem mounted at /'] > parents = ['non-existent 63 GiB luks/dm-crypt luks-sda3 (1054) with non-existent lvmpv'] > uuid = None size = 62.99 GiB > format = non-existent None > major = 0 minor = 0 exists = False protected = False > sysfs path = > target size = 0 B path = /dev/fedora_localhost--live > format args = [] original_format = None free = 0 PE Size = 4 MiB PE Count = 0 > PE Free = 0 PV Count = 1 > modified = True extents = 16126 free space = 0 B > free extents = 0 reserved percent = 0 reserved space = 0 B > PVs = ['non-existent 63 GiB luks/dm-crypt luks-sda3 (1054) with non-existent lvmpv'] > LVs = ['non-existent 42.33 GiB lvmlv fedora_localhost-live-root (1066) with ' > 'non-existent ext4 filesystem mounted at /', > 'non-existent 20.66 GiB lvmlv fedora_localhost-live-home (1075) with ' > 'non-existent ext4 filesystem mounted at /home'] > segment type = linear percent = 0 > VG space used = 20.66 GiB} >DEBUG:blivet: DeviceTree.get_device_by_name: name: fedora_localhost-live-home ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 20.66 GiB lvmlv fedora_localhost-live-home (1075) with non-existent ext4 filesystem mounted at /home >DEBUG:blivet:resolved 'fedora_localhost-live-home' to 'fedora_localhost-live-home' (lvmlv) >DEBUG:blivet: DeviceTree.get_device_by_name: name: fedora_localhost-live ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 62.99 GiB lvmvg fedora_localhost-live (1060) >DEBUG:blivet:resolved 'fedora_localhost-live' to 'fedora_localhost-live' (lvmvg) >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 1083 >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 64 GiB disk sda (14) with non-existent gpt disklabel >DEBUG:blivet: DeviceTree.get_device_by_name: name: fedora_localhost-live-home ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 20.66 GiB lvmlv fedora_localhost-live-home (1075) with non-existent ext4 filesystem mounted at /home >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 1084 >DEBUG:blivet:get_format('biosboot') returning BIOSBoot instance with object id 1085 >DEBUG:blivet: DiskLabel.__init__: >INFO:blivet:DiskLabel.parted_device returning None >DEBUG:blivet:get_format('disklabel') returning DiskLabel instance with object id 1086 >DEBUG:blivet: DMRaidMember.__init__: >DEBUG:blivet:get_format('dmraidmember') returning DMRaidMember instance with object id 1087 >DEBUG:blivet: Ext2FS.supported: supported: True ; >DEBUG:blivet:get_format('ext2') returning Ext2FS instance with object id 1088 >DEBUG:blivet: Ext2FS.supported: supported: True ; >DEBUG:blivet: Ext3FS.supported: supported: True ; >DEBUG:blivet:get_format('ext3') returning Ext3FS instance with object id 1089 >DEBUG:blivet: Ext3FS.supported: supported: True ; >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 1090 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet: FATFS.supported: supported: True ; >DEBUG:blivet:get_format('vfat') returning FATFS instance with object id 1091 >DEBUG:blivet: FATFS.supported: supported: True ; >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet:get_format('efi') returning EFIFS instance with object id 1092 >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 1093 >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('gfs2') returning GFS2 instance with object id 1094 >DEBUG:blivet:get_format('jfs') returning JFS instance with object id 1095 >DEBUG:blivet:get_format('reiserfs') returning ReiserFS instance with object id 1096 >DEBUG:blivet: XFS.supported: supported: True ; >DEBUG:blivet:get_format('xfs') returning XFS instance with object id 1097 >DEBUG:blivet: XFS.supported: supported: True ; >DEBUG:blivet: StratisXFS.supported: supported: False ; >DEBUG:blivet:get_format('stratis xfs') returning StratisXFS instance with object id 1098 >DEBUG:blivet: StratisXFS.supported: supported: False ; >DEBUG:blivet: HFS.supported: supported: False ; >DEBUG:blivet:get_format('hfs') returning HFS instance with object id 1099 >DEBUG:blivet: HFS.supported: supported: False ; >DEBUG:blivet: AppleBootstrapFS.supported: supported: True ; >DEBUG:blivet:get_format('appleboot') returning AppleBootstrapFS instance with object id 1100 >DEBUG:blivet: AppleBootstrapFS.supported: supported: True ; >DEBUG:blivet: HFSPlus.supported: supported: False ; >DEBUG:blivet:get_format('hfs+') returning HFSPlus instance with object id 1101 >DEBUG:blivet: HFSPlus.supported: supported: False ; >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 1102 >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet: NTFS.supported: supported: True ; >DEBUG:blivet:get_format('ntfs') returning NTFS instance with object id 1103 >DEBUG:blivet: NTFS.supported: supported: True ; >DEBUG:blivet: ExFATFS.supported: supported: False ; >DEBUG:blivet:get_format('exfat') returning ExFATFS instance with object id 1104 >DEBUG:blivet: ExFATFS.supported: supported: False ; >DEBUG:blivet: F2FS.supported: supported: True ; >DEBUG:blivet:get_format('f2fs') returning F2FS instance with object id 1105 >DEBUG:blivet: F2FS.supported: supported: True ; >DEBUG:blivet: NFS.supported: supported: False ; >DEBUG:blivet:get_format('nfs') returning NFS instance with object id 1106 >DEBUG:blivet: NFS.supported: supported: False ; >DEBUG:blivet: NFSv4.supported: supported: False ; >DEBUG:blivet:get_format('nfs4') returning NFSv4 instance with object id 1107 >DEBUG:blivet: NFSv4.supported: supported: False ; >DEBUG:blivet: Iso9660FS.supported: supported: True ; >DEBUG:blivet:get_format('iso9660') returning Iso9660FS instance with object id 1108 >DEBUG:blivet: Iso9660FS.supported: supported: True ; >DEBUG:blivet: NoDevFS.supported: supported: False ; >DEBUG:blivet:get_format('nodev') returning NoDevFS instance with object id 1109 >DEBUG:blivet: NoDevFS.supported: supported: False ; >DEBUG:blivet: DevPtsFS.supported: supported: False ; >DEBUG:blivet:get_format('devpts') returning DevPtsFS instance with object id 1110 >DEBUG:blivet: DevPtsFS.supported: supported: False ; >DEBUG:blivet: ProcFS.supported: supported: False ; >DEBUG:blivet:get_format('proc') returning ProcFS instance with object id 1111 >DEBUG:blivet: ProcFS.supported: supported: False ; >DEBUG:blivet: SysFS.supported: supported: False ; >DEBUG:blivet:get_format('sysfs') returning SysFS instance with object id 1112 >DEBUG:blivet: SysFS.supported: supported: False ; >DEBUG:blivet: TmpFS.supported: supported: True ; >DEBUG:blivet:get_format('tmpfs') returning TmpFS instance with object id 1113 >DEBUG:blivet: TmpFS.supported: supported: True ; >DEBUG:blivet: BindFS.supported: supported: False ; >DEBUG:blivet:get_format('bind') returning BindFS instance with object id 1114 >DEBUG:blivet: BindFS.supported: supported: False ; >DEBUG:blivet: SELinuxFS.supported: supported: False ; >DEBUG:blivet:get_format('selinuxfs') returning SELinuxFS instance with object id 1115 >DEBUG:blivet: SELinuxFS.supported: supported: False ; >DEBUG:blivet: USBFS.supported: supported: False ; >DEBUG:blivet:get_format('usbfs') returning USBFS instance with object id 1116 >DEBUG:blivet: USBFS.supported: supported: False ; >DEBUG:blivet: EFIVarFS.supported: supported: False ; >DEBUG:blivet:get_format('efivarfs') returning EFIVarFS instance with object id 1117 >DEBUG:blivet: EFIVarFS.supported: supported: False ; >DEBUG:blivet: LUKS.__init__: >DEBUG:blivet:get_format('luks') returning LUKS instance with object id 1118 >DEBUG:blivet: Integrity.__init__: >DEBUG:blivet:get_format('integrity') returning Integrity instance with object id 1119 >DEBUG:blivet: LVMPhysicalVolume.__init__: >DEBUG:blivet:get_format('lvmpv') returning LVMPhysicalVolume instance with object id 1120 >DEBUG:blivet: MDRaidMember.__init__: >DEBUG:blivet:get_format('mdmember') returning MDRaidMember instance with object id 1121 >DEBUG:blivet: MultipathMember.__init__: >DEBUG:blivet:get_format('multipath_member') returning MultipathMember instance with object id 1122 >DEBUG:blivet:get_format('prepboot') returning PPCPRePBoot instance with object id 1123 >DEBUG:blivet: SwapSpace.__init__: >DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 1124 >DEBUG:blivet: StratisBlockdev.__init__: >DEBUG:blivet:get_format('stratis') returning StratisBlockdev instance with object id 1125 >DEBUG:blivet:get_format('biosboot') returning BIOSBoot instance with object id 1126 >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 1127 >DEBUG:blivet: Ext2FS.supported: supported: True ; >DEBUG:blivet:get_format('ext2') returning Ext2FS instance with object id 1128 >DEBUG:blivet: Ext3FS.supported: supported: True ; >DEBUG:blivet:get_format('ext3') returning Ext3FS instance with object id 1129 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 1130 >DEBUG:blivet: SwapSpace.__init__: >DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 1131 >DEBUG:blivet: FATFS.supported: supported: True ; >DEBUG:blivet:get_format('vfat') returning FATFS instance with object id 1132 >DEBUG:blivet: XFS.supported: supported: True ; >DEBUG:blivet:get_format('xfs') returning XFS instance with object id 1133 >DEBUG:blivet: DeviceTree.get_device_by_name: name: fedora_localhost-live-home ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 20.66 GiB lvmlv fedora_localhost-live-home (1075) with non-existent ext4 filesystem mounted at /home >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: DeviceTree.get_device_by_name: name: fedora_localhost-live ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 62.99 GiB lvmvg fedora_localhost-live (1060) >DEBUG:blivet:fedora_localhost-live size is 62.99 GiB >DEBUG:blivet:vg fedora_localhost-live has 0 B free >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 64 GiB disk sda (14) with non-existent gpt disklabel >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 64 GiB disk sda (14) with non-existent gpt disklabel >DEBUG:blivet: DeviceTree.get_device_by_name: name: fedora_localhost-live-root ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 42.33 GiB lvmlv fedora_localhost-live-root (1066) with non-existent ext4 filesystem mounted at / >DEBUG:blivet: DeviceTree.get_device_by_name: name: fedora_localhost-live-root ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 42.33 GiB lvmlv fedora_localhost-live-root (1066) with non-existent ext4 filesystem mounted at / >DEBUG:blivet: DeviceTree.get_device_by_name: name: fedora_localhost-live-root ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 42.33 GiB lvmlv fedora_localhost-live-root (1066) with non-existent ext4 filesystem mounted at / >DEBUG:blivet: DeviceTree.get_device_by_name: name: fedora_localhost-live-root ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 42.33 GiB lvmlv fedora_localhost-live-root (1066) with non-existent ext4 filesystem mounted at / >DEBUG:blivet: DeviceTree.get_device_by_name: name: fedora_localhost-live-root ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 42.33 GiB lvmlv fedora_localhost-live-root (1066) with non-existent ext4 filesystem mounted at / >DEBUG:blivet:fedora_localhost-live size is 62.99 GiB >DEBUG:blivet:vg fedora_localhost-live has 0 B free >DEBUG:blivet:fedora_localhost-live size is 62.99 GiB >DEBUG:blivet:vg fedora_localhost-live has 0 B free >DEBUG:blivet:fedora_localhost-live size is 62.99 GiB >DEBUG:blivet:vg fedora_localhost-live has 0 B free >DEBUG:blivet:fedora_localhost-live size is 62.99 GiB >DEBUG:blivet:vg fedora_localhost-live has 0 B free >DEBUG:blivet:instantiating <class 'blivet.devicefactory.LVMFactory'>: <pyanaconda.core.util.LazyObject object at 0x7f348acd9a10>, [], {'device': LVMLogicalVolumeDevice instance (0x7f348ace4450) -- > name = fedora_localhost-live-root status = False id = 1066 > children = [] > parents = ['non-existent 62.99 GiB lvmvg fedora_localhost-live (1060)'] > uuid = None size = 42.33 GiB > format = non-existent ext4 filesystem mounted at / > major = 0 minor = 0 exists = False protected = False > sysfs path = > target size = 1024 MiB path = /dev/mapper/fedora_localhost--live-root > format args = [] original_format = ext4 target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f348ab32890) -- > name = fedora_localhost-live status = False id = 1060 > children = ['non-existent 20.66 GiB lvmlv fedora_localhost-live-home (1075) with ' > 'non-existent ext4 filesystem mounted at /home', > 'non-existent 42.33 GiB lvmlv fedora_localhost-live-root (1066) with ' > 'non-existent ext4 filesystem mounted at /'] > parents = ['non-existent 63 GiB luks/dm-crypt luks-sda3 (1054) with non-existent lvmpv'] > uuid = None size = 62.99 GiB > format = non-existent None > major = 0 minor = 0 exists = False protected = False > sysfs path = > target size = 0 B path = /dev/fedora_localhost--live > format args = [] original_format = None free = 0 PE Size = 4 MiB PE Count = 0 > PE Free = 0 PV Count = 1 > modified = True extents = 16126 free space = 0 B > free extents = 0 reserved percent = 0 reserved space = 0 B > PVs = ['non-existent 63 GiB luks/dm-crypt luks-sda3 (1054) with non-existent lvmpv'] > LVs = ['non-existent 42.33 GiB lvmlv fedora_localhost-live-root (1066) with ' > 'non-existent ext4 filesystem mounted at /', > 'non-existent 20.66 GiB lvmlv fedora_localhost-live-home (1075) with ' > 'non-existent ext4 filesystem mounted at /home'] > segment type = linear percent = 0 > VG space used = 42.33 GiB} >DEBUG:blivet: DeviceTree.get_device_by_name: name: fedora_localhost-live-root ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 42.33 GiB lvmlv fedora_localhost-live-root (1066) with non-existent ext4 filesystem mounted at / >DEBUG:blivet:resolved 'fedora_localhost-live-root' to 'fedora_localhost-live-root' (lvmlv) >DEBUG:blivet: DeviceTree.get_device_by_name: name: fedora_localhost-live ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 62.99 GiB lvmvg fedora_localhost-live (1060) >DEBUG:blivet:resolved 'fedora_localhost-live' to 'fedora_localhost-live' (lvmvg) >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 1135 >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 64 GiB disk sda (14) with non-existent gpt disklabel >DEBUG:blivet: DeviceTree.get_device_by_name: name: fedora_localhost-live-root ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 42.33 GiB lvmlv fedora_localhost-live-root (1066) with non-existent ext4 filesystem mounted at / >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 1136 >DEBUG:blivet:get_format('biosboot') returning BIOSBoot instance with object id 1137 >DEBUG:blivet: DiskLabel.__init__: >INFO:blivet:DiskLabel.parted_device returning None >DEBUG:blivet:get_format('disklabel') returning DiskLabel instance with object id 1138 >DEBUG:blivet: DMRaidMember.__init__: >DEBUG:blivet:get_format('dmraidmember') returning DMRaidMember instance with object id 1139 >DEBUG:blivet: Ext2FS.supported: supported: True ; >DEBUG:blivet:get_format('ext2') returning Ext2FS instance with object id 1140 >DEBUG:blivet: Ext2FS.supported: supported: True ; >DEBUG:blivet: Ext3FS.supported: supported: True ; >DEBUG:blivet:get_format('ext3') returning Ext3FS instance with object id 1141 >DEBUG:blivet: Ext3FS.supported: supported: True ; >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 1142 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet: FATFS.supported: supported: True ; >DEBUG:blivet:get_format('vfat') returning FATFS instance with object id 1143 >DEBUG:blivet: FATFS.supported: supported: True ; >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet:get_format('efi') returning EFIFS instance with object id 1144 >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 1145 >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('gfs2') returning GFS2 instance with object id 1146 >DEBUG:blivet:get_format('jfs') returning JFS instance with object id 1147 >DEBUG:blivet:get_format('reiserfs') returning ReiserFS instance with object id 1148 >DEBUG:blivet: XFS.supported: supported: True ; >DEBUG:blivet:get_format('xfs') returning XFS instance with object id 1149 >DEBUG:blivet: XFS.supported: supported: True ; >DEBUG:blivet: StratisXFS.supported: supported: False ; >DEBUG:blivet:get_format('stratis xfs') returning StratisXFS instance with object id 1150 >DEBUG:blivet: StratisXFS.supported: supported: False ; >DEBUG:blivet: HFS.supported: supported: False ; >DEBUG:blivet:get_format('hfs') returning HFS instance with object id 1151 >DEBUG:blivet: HFS.supported: supported: False ; >DEBUG:blivet: AppleBootstrapFS.supported: supported: True ; >DEBUG:blivet:get_format('appleboot') returning AppleBootstrapFS instance with object id 1152 >DEBUG:blivet: AppleBootstrapFS.supported: supported: True ; >DEBUG:blivet: HFSPlus.supported: supported: False ; >DEBUG:blivet:get_format('hfs+') returning HFSPlus instance with object id 1153 >DEBUG:blivet: HFSPlus.supported: supported: False ; >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 1154 >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet: NTFS.supported: supported: True ; >DEBUG:blivet:get_format('ntfs') returning NTFS instance with object id 1155 >DEBUG:blivet: NTFS.supported: supported: True ; >DEBUG:blivet: ExFATFS.supported: supported: False ; >DEBUG:blivet:get_format('exfat') returning ExFATFS instance with object id 1156 >DEBUG:blivet: ExFATFS.supported: supported: False ; >DEBUG:blivet: F2FS.supported: supported: True ; >DEBUG:blivet:get_format('f2fs') returning F2FS instance with object id 1157 >DEBUG:blivet: F2FS.supported: supported: True ; >DEBUG:blivet: NFS.supported: supported: False ; >DEBUG:blivet:get_format('nfs') returning NFS instance with object id 1158 >DEBUG:blivet: NFS.supported: supported: False ; >DEBUG:blivet: NFSv4.supported: supported: False ; >DEBUG:blivet:get_format('nfs4') returning NFSv4 instance with object id 1159 >DEBUG:blivet: NFSv4.supported: supported: False ; >DEBUG:blivet: Iso9660FS.supported: supported: True ; >DEBUG:blivet:get_format('iso9660') returning Iso9660FS instance with object id 1160 >DEBUG:blivet: Iso9660FS.supported: supported: True ; >DEBUG:blivet: NoDevFS.supported: supported: False ; >DEBUG:blivet:get_format('nodev') returning NoDevFS instance with object id 1161 >DEBUG:blivet: NoDevFS.supported: supported: False ; >DEBUG:blivet: DevPtsFS.supported: supported: False ; >DEBUG:blivet:get_format('devpts') returning DevPtsFS instance with object id 1162 >DEBUG:blivet: DevPtsFS.supported: supported: False ; >DEBUG:blivet: ProcFS.supported: supported: False ; >DEBUG:blivet:get_format('proc') returning ProcFS instance with object id 1163 >DEBUG:blivet: ProcFS.supported: supported: False ; >DEBUG:blivet: SysFS.supported: supported: False ; >DEBUG:blivet:get_format('sysfs') returning SysFS instance with object id 1164 >DEBUG:blivet: SysFS.supported: supported: False ; >DEBUG:blivet: TmpFS.supported: supported: True ; >DEBUG:blivet:get_format('tmpfs') returning TmpFS instance with object id 1165 >DEBUG:blivet: TmpFS.supported: supported: True ; >DEBUG:blivet: BindFS.supported: supported: False ; >DEBUG:blivet:get_format('bind') returning BindFS instance with object id 1166 >DEBUG:blivet: BindFS.supported: supported: False ; >DEBUG:blivet: SELinuxFS.supported: supported: False ; >DEBUG:blivet:get_format('selinuxfs') returning SELinuxFS instance with object id 1167 >DEBUG:blivet: SELinuxFS.supported: supported: False ; >DEBUG:blivet: USBFS.supported: supported: False ; >DEBUG:blivet:get_format('usbfs') returning USBFS instance with object id 1168 >DEBUG:blivet: USBFS.supported: supported: False ; >DEBUG:blivet: EFIVarFS.supported: supported: False ; >DEBUG:blivet:get_format('efivarfs') returning EFIVarFS instance with object id 1169 >DEBUG:blivet: EFIVarFS.supported: supported: False ; >DEBUG:blivet: LUKS.__init__: >DEBUG:blivet:get_format('luks') returning LUKS instance with object id 1170 >DEBUG:blivet: Integrity.__init__: >DEBUG:blivet:get_format('integrity') returning Integrity instance with object id 1171 >DEBUG:blivet: LVMPhysicalVolume.__init__: >DEBUG:blivet:get_format('lvmpv') returning LVMPhysicalVolume instance with object id 1172 >DEBUG:blivet: MDRaidMember.__init__: >DEBUG:blivet:get_format('mdmember') returning MDRaidMember instance with object id 1173 >DEBUG:blivet: MultipathMember.__init__: >DEBUG:blivet:get_format('multipath_member') returning MultipathMember instance with object id 1174 >DEBUG:blivet:get_format('prepboot') returning PPCPRePBoot instance with object id 1175 >DEBUG:blivet: SwapSpace.__init__: >DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 1176 >DEBUG:blivet: StratisBlockdev.__init__: >DEBUG:blivet:get_format('stratis') returning StratisBlockdev instance with object id 1177 >DEBUG:blivet:get_format('biosboot') returning BIOSBoot instance with object id 1178 >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 1179 >DEBUG:blivet: Ext2FS.supported: supported: True ; >DEBUG:blivet:get_format('ext2') returning Ext2FS instance with object id 1180 >DEBUG:blivet: Ext3FS.supported: supported: True ; >DEBUG:blivet:get_format('ext3') returning Ext3FS instance with object id 1181 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 1182 >DEBUG:blivet: SwapSpace.__init__: >DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 1183 >DEBUG:blivet: FATFS.supported: supported: True ; >DEBUG:blivet:get_format('vfat') returning FATFS instance with object id 1184 >DEBUG:blivet: XFS.supported: supported: True ; >DEBUG:blivet:get_format('xfs') returning XFS instance with object id 1185 >DEBUG:blivet: DeviceTree.get_device_by_name: name: fedora_localhost-live-root ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 42.33 GiB lvmlv fedora_localhost-live-root (1066) with non-existent ext4 filesystem mounted at / >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 1186 >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet: DeviceTree.get_device_by_name: name: fedora_localhost-live ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 62.99 GiB lvmvg fedora_localhost-live (1060) >DEBUG:blivet:fedora_localhost-live size is 62.99 GiB >DEBUG:blivet:vg fedora_localhost-live has 0 B free >DEBUG:blivet: DeviceTree.get_device_by_name: name: fedora_localhost-live-home ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 20.66 GiB lvmlv fedora_localhost-live-home (1075) with non-existent ext4 filesystem mounted at /home >DEBUG:blivet: DeviceTree.get_device_by_name: name: fedora_localhost-live-home ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 20.66 GiB lvmlv fedora_localhost-live-home (1075) with non-existent ext4 filesystem mounted at /home >DEBUG:blivet: DeviceTree.get_device_by_name: name: fedora_localhost-live-home ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 20.66 GiB lvmlv fedora_localhost-live-home (1075) with non-existent ext4 filesystem mounted at /home >DEBUG:blivet: DeviceTree.get_device_by_name: name: fedora_localhost-live-home ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 20.66 GiB lvmlv fedora_localhost-live-home (1075) with non-existent ext4 filesystem mounted at /home >DEBUG:blivet: DeviceTree.get_device_by_name: name: fedora_localhost-live-home ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 20.66 GiB lvmlv fedora_localhost-live-home (1075) with non-existent ext4 filesystem mounted at /home >DEBUG:blivet:fedora_localhost-live size is 62.99 GiB >DEBUG:blivet:vg fedora_localhost-live has 0 B free >DEBUG:blivet:fedora_localhost-live size is 62.99 GiB >DEBUG:blivet:vg fedora_localhost-live has 0 B free >DEBUG:blivet:fedora_localhost-live size is 62.99 GiB >DEBUG:blivet:vg fedora_localhost-live has 0 B free >DEBUG:blivet:fedora_localhost-live size is 62.99 GiB >DEBUG:blivet:vg fedora_localhost-live has 0 B free >DEBUG:blivet:instantiating <class 'blivet.devicefactory.LVMFactory'>: <pyanaconda.core.util.LazyObject object at 0x7f348acd9a10>, [], {'device': LVMLogicalVolumeDevice instance (0x7f348ace5850) -- > name = fedora_localhost-live-home status = False id = 1075 > children = [] > parents = ['non-existent 62.99 GiB lvmvg fedora_localhost-live (1060)'] > uuid = None size = 20.66 GiB > format = non-existent ext4 filesystem mounted at /home > major = 0 minor = 0 exists = False protected = False > sysfs path = > target size = 500 MiB path = /dev/mapper/fedora_localhost--live-home > format args = [] original_format = ext4 target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f348ab32890) -- > name = fedora_localhost-live status = False id = 1060 > children = ['non-existent 20.66 GiB lvmlv fedora_localhost-live-home (1075) with ' > 'non-existent ext4 filesystem mounted at /home', > 'non-existent 42.33 GiB lvmlv fedora_localhost-live-root (1066) with ' > 'non-existent ext4 filesystem mounted at /'] > parents = ['non-existent 63 GiB luks/dm-crypt luks-sda3 (1054) with non-existent lvmpv'] > uuid = None size = 62.99 GiB > format = non-existent None > major = 0 minor = 0 exists = False protected = False > sysfs path = > target size = 0 B path = /dev/fedora_localhost--live > format args = [] original_format = None free = 0 PE Size = 4 MiB PE Count = 0 > PE Free = 0 PV Count = 1 > modified = True extents = 16126 free space = 0 B > free extents = 0 reserved percent = 0 reserved space = 0 B > PVs = ['non-existent 63 GiB luks/dm-crypt luks-sda3 (1054) with non-existent lvmpv'] > LVs = ['non-existent 42.33 GiB lvmlv fedora_localhost-live-root (1066) with ' > 'non-existent ext4 filesystem mounted at /', > 'non-existent 20.66 GiB lvmlv fedora_localhost-live-home (1075) with ' > 'non-existent ext4 filesystem mounted at /home'] > segment type = linear percent = 0 > VG space used = 20.66 GiB} >DEBUG:blivet: DeviceTree.get_device_by_name: name: fedora_localhost-live-home ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 20.66 GiB lvmlv fedora_localhost-live-home (1075) with non-existent ext4 filesystem mounted at /home >DEBUG:blivet:resolved 'fedora_localhost-live-home' to 'fedora_localhost-live-home' (lvmlv) >DEBUG:blivet: DeviceTree.get_device_by_name: name: fedora_localhost-live ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 62.99 GiB lvmvg fedora_localhost-live (1060) >DEBUG:blivet:resolved 'fedora_localhost-live' to 'fedora_localhost-live' (lvmvg) >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 1187 >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 64 GiB disk sda (14) with non-existent gpt disklabel >DEBUG:blivet: DeviceTree.get_device_by_name: name: fedora_localhost-live-home ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 20.66 GiB lvmlv fedora_localhost-live-home (1075) with non-existent ext4 filesystem mounted at /home >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: DMRaidMember.__init__: >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: NoDevFS.supported: supported: False ; >DEBUG:blivet:get_format('nodev') returning NoDevFS instance with object id 1213 >DEBUG:blivet: NoDevFS.supported: supported: False ; >DEBUG:blivet: DevPtsFS.supported: supported: False ; >DEBUG:blivet:get_format('devpts') returning DevPtsFS instance with object id 1214 >DEBUG:blivet: DevPtsFS.supported: supported: False ; >DEBUG:blivet: ProcFS.supported: supported: False ; >DEBUG:blivet:get_format('proc') returning ProcFS instance with object id 1215 >DEBUG:blivet: ProcFS.supported: supported: False ; >DEBUG:blivet: SysFS.supported: supported: False ; >DEBUG:blivet:get_format('sysfs') returning SysFS instance with object id 1216 >DEBUG:blivet: SysFS.supported: supported: False ; >DEBUG:blivet: TmpFS.supported: supported: True ; >DEBUG:blivet:get_format('tmpfs') returning TmpFS instance with object id 1217 >DEBUG:blivet: TmpFS.supported: supported: True ; >DEBUG:blivet: BindFS.supported: supported: False ; >DEBUG:blivet:get_format('bind') returning BindFS instance with object id 1218 >DEBUG:blivet: BindFS.supported: supported: False ; >DEBUG:blivet: SELinuxFS.supported: supported: False ; >DEBUG:blivet:get_format('selinuxfs') returning SELinuxFS instance with object id 1219 >DEBUG:blivet: SELinuxFS.supported: supported: False ; >DEBUG:blivet: USBFS.supported: supported: False ; >DEBUG:blivet:get_format('usbfs') returning USBFS instance with object id 1220 >DEBUG:blivet: USBFS.supported: supported: False ; >DEBUG:blivet: EFIVarFS.supported: supported: False ; >DEBUG:blivet:get_format('efivarfs') returning EFIVarFS instance with object id 1221 >DEBUG:blivet: EFIVarFS.supported: supported: False ; >DEBUG:blivet: LUKS.__init__: >DEBUG:blivet:get_format('luks') returning LUKS instance with object id 1222 >DEBUG:blivet: Integrity.__init__: >DEBUG:blivet:get_format('integrity') returning Integrity instance with object id 1223 >DEBUG:blivet: LVMPhysicalVolume.__init__: >DEBUG:blivet:get_format('lvmpv') returning LVMPhysicalVolume instance with object id 1224 >DEBUG:blivet: MDRaidMember.__init__: >DEBUG:blivet:get_format('mdmember') returning MDRaidMember instance with object id 1225 >DEBUG:blivet: MultipathMember.__init__: >DEBUG:blivet:get_format('multipath_member') returning MultipathMember instance with object id 1226 >DEBUG:blivet:get_format('prepboot') returning PPCPRePBoot instance with object id 1227 >DEBUG:blivet: SwapSpace.__init__: >DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 1228 >DEBUG:blivet: StratisBlockdev.__init__: >DEBUG:blivet:get_format('stratis') returning StratisBlockdev instance with object id 1229 >DEBUG:blivet:get_format('biosboot') returning BIOSBoot 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: Ext2FS.supported: supported: True ; >DEBUG:blivet:get_format('ext2') returning Ext2FS instance with object id 1232 >DEBUG:blivet: Ext3FS.supported: supported: True ; >DEBUG:blivet:get_format('ext3') returning Ext3FS instance with object id 1233 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 1234 >DEBUG:blivet: SwapSpace.__init__: >DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 1235 >DEBUG:blivet: FATFS.supported: supported: True ; >DEBUG:blivet:get_format('vfat') returning FATFS instance with object id 1236 >DEBUG:blivet: XFS.supported: supported: True ; >DEBUG:blivet:get_format('xfs') returning XFS instance with object id 1237 >DEBUG:blivet: DeviceTree.get_device_by_name: name: fedora_localhost-live-home ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 20.66 GiB lvmlv fedora_localhost-live-home (1075) with non-existent ext4 filesystem mounted at /home >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 1238 >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet: DeviceTree.get_device_by_name: name: fedora_localhost-live ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 62.99 GiB lvmvg fedora_localhost-live (1060) >DEBUG:blivet:fedora_localhost-live size is 62.99 GiB >DEBUG:blivet:vg fedora_localhost-live has 0 B free >DEBUG:blivet: DeviceTree.get_device_by_name: name: fedora_localhost-live-root ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 42.33 GiB lvmlv fedora_localhost-live-root (1066) with non-existent ext4 filesystem mounted at / >DEBUG:blivet: DeviceTree.get_device_by_name: name: fedora_localhost-live-root ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 42.33 GiB lvmlv fedora_localhost-live-root (1066) with non-existent ext4 filesystem mounted at / >DEBUG:blivet: DeviceTree.get_device_by_name: name: fedora_localhost-live-root ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 42.33 GiB lvmlv fedora_localhost-live-root (1066) with non-existent ext4 filesystem mounted at / >DEBUG:blivet: DeviceTree.get_device_by_name: name: fedora_localhost-live-root ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 42.33 GiB lvmlv fedora_localhost-live-root (1066) with non-existent ext4 filesystem mounted at / >DEBUG:blivet: DeviceTree.get_device_by_name: name: fedora_localhost-live-root ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 42.33 GiB lvmlv fedora_localhost-live-root (1066) with non-existent ext4 filesystem mounted at / >DEBUG:blivet:fedora_localhost-live size is 62.99 GiB >DEBUG:blivet:vg fedora_localhost-live has 0 B free >DEBUG:blivet:fedora_localhost-live size is 62.99 GiB >DEBUG:blivet:vg fedora_localhost-live has 0 B free >DEBUG:blivet:fedora_localhost-live size is 62.99 GiB >DEBUG:blivet:vg fedora_localhost-live has 0 B free >DEBUG:blivet:fedora_localhost-live size is 62.99 GiB >DEBUG:blivet:vg fedora_localhost-live has 0 B free >DEBUG:blivet:instantiating <class 'blivet.devicefactory.LVMFactory'>: <pyanaconda.core.util.LazyObject object at 0x7f348acd9a10>, [], {'device': LVMLogicalVolumeDevice instance (0x7f348ace4450) -- > name = fedora_localhost-live-root status = False id = 1066 > children = [] > parents = ['non-existent 62.99 GiB lvmvg fedora_localhost-live (1060)'] > uuid = None size = 42.33 GiB > format = non-existent ext4 filesystem mounted at / > major = 0 minor = 0 exists = False protected = False > sysfs path = > target size = 1024 MiB path = /dev/mapper/fedora_localhost--live-root > format args = [] original_format = ext4 target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f348ab32890) -- > name = fedora_localhost-live status = False id = 1060 > children = ['non-existent 20.66 GiB lvmlv fedora_localhost-live-home (1075) with ' > 'non-existent ext4 filesystem mounted at /home', > 'non-existent 42.33 GiB lvmlv fedora_localhost-live-root (1066) with ' > 'non-existent ext4 filesystem mounted at /'] > parents = ['non-existent 63 GiB luks/dm-crypt luks-sda3 (1054) with non-existent lvmpv'] > uuid = None size = 62.99 GiB > format = non-existent None > major = 0 minor = 0 exists = False protected = False > sysfs path = > target size = 0 B path = /dev/fedora_localhost--live > format args = [] original_format = None free = 0 PE Size = 4 MiB PE Count = 0 > PE Free = 0 PV Count = 1 > modified = True extents = 16126 free space = 0 B > free extents = 0 reserved percent = 0 reserved space = 0 B > PVs = ['non-existent 63 GiB luks/dm-crypt luks-sda3 (1054) with non-existent lvmpv'] > LVs = ['non-existent 42.33 GiB lvmlv fedora_localhost-live-root (1066) with ' > 'non-existent ext4 filesystem mounted at /', > 'non-existent 20.66 GiB lvmlv fedora_localhost-live-home (1075) with ' > 'non-existent ext4 filesystem mounted at /home'] > segment type = linear percent = 0 > VG space used = 42.33 GiB} >DEBUG:blivet: DeviceTree.get_device_by_name: name: fedora_localhost-live-root ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 42.33 GiB lvmlv fedora_localhost-live-root (1066) with non-existent ext4 filesystem mounted at / >DEBUG:blivet:resolved 'fedora_localhost-live-root' to 'fedora_localhost-live-root' (lvmlv) >DEBUG:blivet: DeviceTree.get_device_by_name: name: fedora_localhost-live ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 62.99 GiB lvmvg fedora_localhost-live (1060) >DEBUG:blivet:resolved 'fedora_localhost-live' to 'fedora_localhost-live' (lvmvg) >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 1239 >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 64 GiB disk sda (14) with non-existent gpt disklabel >DEBUG:blivet: DeviceTree.get_device_by_name: name: fedora_localhost-live-root ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 42.33 GiB lvmlv fedora_localhost-live-root (1066) with non-existent ext4 filesystem mounted at / >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 1240 >DEBUG:blivet:get_format('biosboot') returning BIOSBoot instance with object id 1241 >DEBUG:blivet: DiskLabel.__init__: >INFO:blivet:DiskLabel.parted_device returning None >DEBUG:blivet:get_format('disklabel') returning DiskLabel instance with object id 1242 >DEBUG:blivet: DMRaidMember.__init__: >DEBUG:blivet:get_format('dmraidmember') returning DMRaidMember instance with object id 1243 >DEBUG:blivet: Ext2FS.supported: supported: True ; >DEBUG:blivet:get_format('ext2') returning Ext2FS instance with object id 1244 >DEBUG:blivet: Ext2FS.supported: supported: True ; >DEBUG:blivet: Ext3FS.supported: supported: True ; >DEBUG:blivet:get_format('ext3') returning Ext3FS instance with object id 1245 >DEBUG:blivet: Ext3FS.supported: supported: True ; >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 1246 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet: FATFS.supported: supported: True ; >DEBUG:blivet:get_format('vfat') returning FATFS instance with object id 1247 >DEBUG:blivet: FATFS.supported: supported: True ; >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet:get_format('efi') returning EFIFS instance with object id 1248 >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 1249 >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('gfs2') returning GFS2 instance with object id 1250 >DEBUG:blivet:get_format('jfs') returning JFS instance with object id 1251 >DEBUG:blivet:get_format('reiserfs') returning ReiserFS instance with object id 1252 >DEBUG:blivet: XFS.supported: supported: True ; >DEBUG:blivet:get_format('xfs') returning XFS instance with object id 1253 >DEBUG:blivet: XFS.supported: supported: True ; >DEBUG:blivet: StratisXFS.supported: supported: False ; >DEBUG:blivet:get_format('stratis xfs') returning StratisXFS instance with object id 1254 >DEBUG:blivet: StratisXFS.supported: supported: False ; >DEBUG:blivet: HFS.supported: supported: False ; >DEBUG:blivet:get_format('hfs') returning HFS instance with object id 1255 >DEBUG:blivet: HFS.supported: supported: False ; >DEBUG:blivet: AppleBootstrapFS.supported: supported: True ; >DEBUG:blivet:get_format('appleboot') returning AppleBootstrapFS instance with object id 1256 >DEBUG:blivet: AppleBootstrapFS.supported: supported: True ; >DEBUG:blivet: HFSPlus.supported: supported: False ; >DEBUG:blivet:get_format('hfs+') returning HFSPlus instance with object id 1257 >DEBUG:blivet: HFSPlus.supported: supported: False ; >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 1258 >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet: NTFS.supported: supported: True ; >DEBUG:blivet:get_format('ntfs') returning NTFS instance with object id 1259 >DEBUG:blivet: NTFS.supported: supported: True ; >DEBUG:blivet: ExFATFS.supported: supported: False ; >DEBUG:blivet:get_format('exfat') returning ExFATFS instance with object id 1260 >DEBUG:blivet: ExFATFS.supported: supported: False ; >DEBUG:blivet: F2FS.supported: supported: True ; >DEBUG:blivet:get_format('f2fs') returning F2FS instance with object id 1261 >DEBUG:blivet: F2FS.supported: supported: True ; >DEBUG:blivet: NFS.supported: supported: False ; >DEBUG:blivet:get_format('nfs') returning NFS instance with object id 1262 >DEBUG:blivet: NFS.supported: supported: False ; >DEBUG:blivet: NFSv4.supported: supported: False ; >DEBUG:blivet:get_format('nfs4') returning NFSv4 instance with object id 1263 >DEBUG:blivet: NFSv4.supported: supported: False ; >DEBUG:blivet: Iso9660FS.supported: supported: True ; >DEBUG:blivet:get_format('iso9660') returning Iso9660FS instance with object id 1264 >DEBUG:blivet: Iso9660FS.supported: supported: True ; >DEBUG:blivet: NoDevFS.supported: supported: False ; >DEBUG:blivet:get_format('nodev') returning NoDevFS instance with object id 1265 >DEBUG:blivet: NoDevFS.supported: supported: False ; >DEBUG:blivet: DevPtsFS.supported: supported: False ; >DEBUG:blivet:get_format('devpts') returning DevPtsFS instance with object id 1266 >DEBUG:blivet: DevPtsFS.supported: supported: False ; >DEBUG:blivet: ProcFS.supported: supported: False ; >DEBUG:blivet:get_format('proc') returning ProcFS instance with object id 1267 >DEBUG:blivet: ProcFS.supported: supported: False ; >DEBUG:blivet: SysFS.supported: supported: False ; >DEBUG:blivet:get_format('sysfs') returning SysFS instance with object id 1268 >DEBUG:blivet: SysFS.supported: supported: False ; >DEBUG:blivet: TmpFS.supported: supported: True ; >DEBUG:blivet:get_format('tmpfs') returning TmpFS instance with object id 1269 >DEBUG:blivet: TmpFS.supported: supported: True ; >DEBUG:blivet: BindFS.supported: supported: False ; >DEBUG:blivet:get_format('bind') returning BindFS instance with object id 1270 >DEBUG:blivet: BindFS.supported: supported: False ; >DEBUG:blivet: SELinuxFS.supported: supported: False ; >DEBUG:blivet:get_format('selinuxfs') returning SELinuxFS instance with object id 1271 >DEBUG:blivet: SELinuxFS.supported: supported: False ; >DEBUG:blivet: USBFS.supported: supported: False ; >DEBUG:blivet:get_format('usbfs') returning USBFS instance with object id 1272 >DEBUG:blivet: USBFS.supported: supported: False ; >DEBUG:blivet: EFIVarFS.supported: supported: False ; >DEBUG:blivet:get_format('efivarfs') returning EFIVarFS instance with object id 1273 >DEBUG:blivet: EFIVarFS.supported: supported: False ; >DEBUG:blivet: LUKS.__init__: >DEBUG:blivet:get_format('luks') returning LUKS instance with object id 1274 >DEBUG:blivet: Integrity.__init__: >DEBUG:blivet:get_format('integrity') returning Integrity instance with object id 1275 >DEBUG:blivet: LVMPhysicalVolume.__init__: >DEBUG:blivet:get_format('lvmpv') returning LVMPhysicalVolume instance with object id 1276 >DEBUG:blivet: MDRaidMember.__init__: >DEBUG:blivet:get_format('mdmember') returning MDRaidMember instance with object id 1277 >DEBUG:blivet: MultipathMember.__init__: >DEBUG:blivet:get_format('multipath_member') returning MultipathMember instance with object id 1278 >DEBUG:blivet:get_format('prepboot') returning PPCPRePBoot instance with object id 1279 >DEBUG:blivet: SwapSpace.__init__: >DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 1280 >DEBUG:blivet: StratisBlockdev.__init__: >DEBUG:blivet:get_format('stratis') returning StratisBlockdev instance with object id 1281 >DEBUG:blivet:get_format('biosboot') returning BIOSBoot instance with object id 1282 >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 1283 >DEBUG:blivet: Ext2FS.supported: supported: True ; >DEBUG:blivet:get_format('ext2') returning Ext2FS instance with object id 1284 >DEBUG:blivet: Ext3FS.supported: supported: True ; >DEBUG:blivet:get_format('ext3') returning Ext3FS instance with object id 1285 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 1286 >DEBUG:blivet: SwapSpace.__init__: >DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 1287 >DEBUG:blivet: FATFS.supported: supported: True ; >DEBUG:blivet:get_format('vfat') returning FATFS instance with object id 1288 >DEBUG:blivet: XFS.supported: supported: True ; >DEBUG:blivet:get_format('xfs') returning XFS instance with object id 1289 >DEBUG:blivet: DeviceTree.get_device_by_name: name: fedora_localhost-live-root ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 42.33 GiB lvmlv fedora_localhost-live-root (1066) with non-existent ext4 filesystem mounted at / >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 1290 >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet: DeviceTree.get_device_by_name: name: fedora_localhost-live ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 62.99 GiB lvmvg fedora_localhost-live (1060) >DEBUG:blivet:fedora_localhost-live size is 62.99 GiB >DEBUG:blivet:vg fedora_localhost-live has 0 B free >DEBUG:blivet: DeviceTree.get_device_by_name: name: fedora_localhost-live-home ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 20.66 GiB lvmlv fedora_localhost-live-home (1075) with non-existent ext4 filesystem mounted at /home >DEBUG:blivet: DeviceTree.get_device_by_name: name: fedora_localhost-live-home ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 20.66 GiB lvmlv fedora_localhost-live-home (1075) with non-existent ext4 filesystem mounted at /home >DEBUG:blivet: DeviceTree.get_device_by_name: name: fedora_localhost-live-home ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 20.66 GiB lvmlv fedora_localhost-live-home (1075) with non-existent ext4 filesystem mounted at /home >DEBUG:blivet: DeviceTree.get_device_by_name: name: fedora_localhost-live-home ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 20.66 GiB lvmlv fedora_localhost-live-home (1075) with non-existent ext4 filesystem mounted at /home >DEBUG:blivet: DeviceTree.get_device_by_name: name: fedora_localhost-live-home ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 20.66 GiB lvmlv fedora_localhost-live-home (1075) with non-existent ext4 filesystem mounted at /home >DEBUG:blivet:fedora_localhost-live size is 62.99 GiB >DEBUG:blivet:vg fedora_localhost-live has 0 B free >DEBUG:blivet:fedora_localhost-live size is 62.99 GiB >DEBUG:blivet:vg fedora_localhost-live has 0 B free >DEBUG:blivet:fedora_localhost-live size is 62.99 GiB >DEBUG:blivet:vg fedora_localhost-live has 0 B free >DEBUG:blivet:fedora_localhost-live size is 62.99 GiB >DEBUG:blivet:vg fedora_localhost-live has 0 B free >DEBUG:blivet:instantiating <class 'blivet.devicefactory.LVMFactory'>: <pyanaconda.core.util.LazyObject object at 0x7f348acd9a10>, [], {'device': LVMLogicalVolumeDevice instance (0x7f348ace5850) -- > name = fedora_localhost-live-home status = False id = 1075 > children = [] > parents = ['non-existent 62.99 GiB lvmvg fedora_localhost-live (1060)'] > uuid = None size = 20.66 GiB > format = non-existent ext4 filesystem mounted at /home > major = 0 minor = 0 exists = False protected = False > sysfs path = > target size = 500 MiB path = /dev/mapper/fedora_localhost--live-home > format args = [] original_format = ext4 target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f348ab32890) -- > name = fedora_localhost-live status = False id = 1060 > children = ['non-existent 20.66 GiB lvmlv fedora_localhost-live-home (1075) with ' > 'non-existent ext4 filesystem mounted at /home', > 'non-existent 42.33 GiB lvmlv fedora_localhost-live-root (1066) with ' > 'non-existent ext4 filesystem mounted at /'] > parents = ['non-existent 63 GiB luks/dm-crypt luks-sda3 (1054) with non-existent lvmpv'] > uuid = None size = 62.99 GiB > format = non-existent None > major = 0 minor = 0 exists = False protected = False > sysfs path = > target size = 0 B path = /dev/fedora_localhost--live > format args = [] original_format = None free = 0 PE Size = 4 MiB PE Count = 0 > PE Free = 0 PV Count = 1 > modified = True extents = 16126 free space = 0 B > free extents = 0 reserved percent = 0 reserved space = 0 B > PVs = ['non-existent 63 GiB luks/dm-crypt luks-sda3 (1054) with non-existent lvmpv'] > LVs = ['non-existent 42.33 GiB lvmlv fedora_localhost-live-root (1066) with ' > 'non-existent ext4 filesystem mounted at /', > 'non-existent 20.66 GiB lvmlv fedora_localhost-live-home (1075) with ' > 'non-existent ext4 filesystem mounted at /home'] > segment type = linear percent = 0 > VG space used = 20.66 GiB} >DEBUG:blivet: DeviceTree.get_device_by_name: name: fedora_localhost-live-home ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 20.66 GiB lvmlv fedora_localhost-live-home (1075) with non-existent ext4 filesystem mounted at /home >DEBUG:blivet:resolved 'fedora_localhost-live-home' to 'fedora_localhost-live-home' (lvmlv) >DEBUG:blivet: DeviceTree.get_device_by_name: name: fedora_localhost-live ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 62.99 GiB lvmvg fedora_localhost-live (1060) >DEBUG:blivet:resolved 'fedora_localhost-live' to 'fedora_localhost-live' (lvmvg) >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 1291 >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 64 GiB disk sda (14) with non-existent gpt disklabel >DEBUG:blivet: DeviceTree.get_device_by_name: name: fedora_localhost-live-home ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 20.66 GiB lvmlv fedora_localhost-live-home (1075) with non-existent ext4 filesystem mounted at /home >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 1292 >DEBUG:blivet:get_format('biosboot') returning BIOSBoot instance with object id 1293 >DEBUG:blivet: DiskLabel.__init__: >INFO:blivet:DiskLabel.parted_device returning None >DEBUG:blivet:get_format('disklabel') returning DiskLabel instance with object id 1294 >DEBUG:blivet: DMRaidMember.__init__: >DEBUG:blivet:get_format('dmraidmember') returning DMRaidMember instance with object id 1295 >DEBUG:blivet: Ext2FS.supported: supported: True ; >DEBUG:blivet:get_format('ext2') returning Ext2FS instance with object id 1296 >DEBUG:blivet: Ext2FS.supported: supported: True ; >DEBUG:blivet: Ext3FS.supported: supported: True ; >DEBUG:blivet:get_format('ext3') returning Ext3FS instance with object id 1297 >DEBUG:blivet: Ext3FS.supported: supported: True ; >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 1298 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet: FATFS.supported: supported: True ; >DEBUG:blivet:get_format('vfat') returning FATFS instance with object id 1299 >DEBUG:blivet: FATFS.supported: supported: True ; >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet:get_format('efi') returning EFIFS instance with object id 1300 >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 1301 >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('gfs2') returning GFS2 instance with object id 1302 >DEBUG:blivet:get_format('jfs') returning JFS instance with object id 1303 >DEBUG:blivet:get_format('reiserfs') returning ReiserFS instance with object id 1304 >DEBUG:blivet: XFS.supported: supported: True ; >DEBUG:blivet:get_format('xfs') returning XFS instance with object id 1305 >DEBUG:blivet: XFS.supported: supported: True ; >DEBUG:blivet: StratisXFS.supported: supported: False ; >DEBUG:blivet:get_format('stratis xfs') returning StratisXFS instance with object id 1306 >DEBUG:blivet: StratisXFS.supported: supported: False ; >DEBUG:blivet: HFS.supported: supported: False ; >DEBUG:blivet:get_format('hfs') returning HFS instance with object id 1307 >DEBUG:blivet: HFS.supported: supported: False ; >DEBUG:blivet: AppleBootstrapFS.supported: supported: True ; >DEBUG:blivet:get_format('appleboot') returning AppleBootstrapFS instance with object id 1308 >DEBUG:blivet: AppleBootstrapFS.supported: supported: True ; >DEBUG:blivet: HFSPlus.supported: supported: False ; >DEBUG:blivet:get_format('hfs+') returning HFSPlus instance with object id 1309 >DEBUG:blivet: HFSPlus.supported: supported: False ; >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 1310 >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet: NTFS.supported: supported: True ; >DEBUG:blivet:get_format('ntfs') returning NTFS instance with object id 1311 >DEBUG:blivet: NTFS.supported: supported: True ; >DEBUG:blivet: ExFATFS.supported: supported: False ; >DEBUG:blivet:get_format('exfat') returning ExFATFS instance with object id 1312 >DEBUG:blivet: ExFATFS.supported: supported: False ; >DEBUG:blivet: F2FS.supported: supported: True ; >DEBUG:blivet:get_format('f2fs') returning F2FS instance with object id 1313 >DEBUG:blivet: F2FS.supported: supported: True ; >DEBUG:blivet: NFS.supported: supported: False ; >DEBUG:blivet:get_format('nfs') returning NFS instance with object id 1314 >DEBUG:blivet: NFS.supported: supported: False ; >DEBUG:blivet: NFSv4.supported: supported: False ; >DEBUG:blivet:get_format('nfs4') returning NFSv4 instance with object id 1315 >DEBUG:blivet: NFSv4.supported: supported: False ; >DEBUG:blivet: Iso9660FS.supported: supported: True ; >DEBUG:blivet:get_format('iso9660') returning Iso9660FS instance with object id 1316 >DEBUG:blivet: Iso9660FS.supported: supported: True ; >DEBUG:blivet: NoDevFS.supported: supported: False ; >DEBUG:blivet:get_format('nodev') returning NoDevFS instance with object id 1317 >DEBUG:blivet: NoDevFS.supported: supported: False ; >DEBUG:blivet: DevPtsFS.supported: supported: False ; >DEBUG:blivet:get_format('devpts') returning DevPtsFS instance with object id 1318 >DEBUG:blivet: DevPtsFS.supported: supported: False ; >DEBUG:blivet: ProcFS.supported: supported: False ; >DEBUG:blivet:get_format('proc') returning ProcFS instance with object id 1319 >DEBUG:blivet: ProcFS.supported: supported: False ; >DEBUG:blivet: SysFS.supported: supported: False ; >DEBUG:blivet:get_format('sysfs') returning SysFS instance with object id 1320 >DEBUG:blivet: SysFS.supported: supported: False ; >DEBUG:blivet: TmpFS.supported: supported: True ; >DEBUG:blivet:get_format('tmpfs') returning TmpFS instance with object id 1321 >DEBUG:blivet: TmpFS.supported: supported: True ; >DEBUG:blivet: BindFS.supported: supported: False ; >DEBUG:blivet:get_format('bind') returning BindFS instance with object id 1322 >DEBUG:blivet: BindFS.supported: supported: False ; >DEBUG:blivet: SELinuxFS.supported: supported: False ; >DEBUG:blivet:get_format('selinuxfs') returning SELinuxFS instance with object id 1323 >DEBUG:blivet: SELinuxFS.supported: supported: False ; >DEBUG:blivet: USBFS.supported: supported: False ; >DEBUG:blivet:get_format('usbfs') returning USBFS instance with object id 1324 >DEBUG:blivet: USBFS.supported: supported: False ; >DEBUG:blivet: EFIVarFS.supported: supported: False ; >DEBUG:blivet:get_format('efivarfs') returning EFIVarFS instance with object id 1325 >DEBUG:blivet: EFIVarFS.supported: supported: False ; >DEBUG:blivet: LUKS.__init__: >DEBUG:blivet:get_format('luks') returning LUKS instance with object id 1326 >DEBUG:blivet: Integrity.__init__: >DEBUG:blivet:get_format('integrity') returning Integrity instance with object id 1327 >DEBUG:blivet: LVMPhysicalVolume.__init__: >DEBUG:blivet:get_format('lvmpv') returning LVMPhysicalVolume instance with object id 1328 >DEBUG:blivet: MDRaidMember.__init__: >DEBUG:blivet:get_format('mdmember') returning MDRaidMember instance with object id 1329 >DEBUG:blivet: MultipathMember.__init__: >DEBUG:blivet:get_format('multipath_member') returning MultipathMember instance with object id 1330 >DEBUG:blivet:get_format('prepboot') returning PPCPRePBoot instance with object id 1331 >DEBUG:blivet: SwapSpace.__init__: >DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 1332 >DEBUG:blivet: StratisBlockdev.__init__: >DEBUG:blivet:get_format('stratis') returning StratisBlockdev instance with object id 1333 >DEBUG:blivet:get_format('biosboot') returning BIOSBoot instance with object id 1334 >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 1335 >DEBUG:blivet: Ext2FS.supported: supported: True ; >DEBUG:blivet:get_format('ext2') returning Ext2FS instance with object id 1336 >DEBUG:blivet: Ext3FS.supported: supported: True ; >DEBUG:blivet:get_format('ext3') returning Ext3FS instance with object id 1337 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 1338 >DEBUG:blivet: SwapSpace.__init__: >DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 1339 >DEBUG:blivet: FATFS.supported: supported: True ; >DEBUG:blivet:get_format('vfat') returning FATFS instance with object id 1340 >DEBUG:blivet: XFS.supported: supported: True ; >DEBUG:blivet:get_format('xfs') returning XFS instance with object id 1341 >DEBUG:blivet: DeviceTree.get_device_by_name: name: fedora_localhost-live-home ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 20.66 GiB lvmlv fedora_localhost-live-home (1075) with non-existent ext4 filesystem mounted at /home >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 1342 >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet: DeviceTree.get_device_by_name: name: fedora_localhost-live ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 62.99 GiB lvmvg fedora_localhost-live (1060) >DEBUG:blivet:fedora_localhost-live size is 62.99 GiB >DEBUG:blivet:vg fedora_localhost-live has 0 B free >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda3 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned non-existent 63 GiB partition sda3 (1033) with non-existent luks >DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage/Task/5. >INFO:anaconda.threading:Running Thread: AnaTaskThread-InteractivePartitioningTask-1 (139863652296384) >INFO:anaconda.modules.common.task.task:Configure the partitioning >DEBUG:anaconda.modules.storage.bootloader.execution:Execute the bootloader with dry run False. >DEBUG:anaconda.modules.storage.bootloader.base:new disk list: [DiskDevice instance (0x7f348b5a2f10) -- > name = sda status = True id = 14 > children = ['non-existent 1024 KiB partition sda1 (1040) with non-existent biosboot', > 'non-existent 1024 MiB partition sda2 (1047) with non-existent ext4 ' > 'filesystem mounted at /boot', > 'non-existent 63 GiB partition sda3 (1033) with non-existent luks'] > parents = [] > uuid = None size = 64 GiB > format = non-existent gpt disklabel > major = 8 minor = 0 exists = True protected = False > sysfs path = /sys/devices/pci0000:00/0000:00:0d.0/ata1/host0/target0:0:0/0:0:0:0/block/sda > target size = 64 GiB path = /dev/sda > format args = [] original_format = None removable = False wwn = None] >DEBUG:anaconda.modules.storage.bootloader.execution:Applying bootloader location: DEFAULT >DEBUG:anaconda.modules.storage.bootloader.execution:Applying drive order: [] >DEBUG:anaconda.modules.storage.bootloader.base:new disk order: [] >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/sr0/device/model: 43442d524f4d202020202020202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sda/device/model: 56424f5820484152444449534b2020200a >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 64 GiB disk sda (14) with non-existent gpt 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 64 GiB disk sda (14) with non-existent gpt disklabel >DEBUG:anaconda.core.storage:sda matches ['sda'] for devicetree=existing 1.9 GiB cdrom sr0 (4) with existing iso9660 filesystem >existing 64 GiB disk sda (14) with non-existent gpt disklabel > non-existent 1024 KiB partition sda1 (1040) with non-existent biosboot > non-existent 1024 MiB partition sda2 (1047) with non-existent ext4 filesystem mounted at /boot > non-existent 63 GiB partition sda3 (1033) with non-existent luks > non-existent 63 GiB luks/dm-crypt luks-sda3 (1054) with non-existent lvmpv > non-existent 62.99 GiB lvmvg fedora_localhost-live (1060) > non-existent 20.66 GiB lvmlv fedora_localhost-live-home (1075) with non-existent ext4 filesystem mounted at /home > non-existent 42.33 GiB lvmlv fedora_localhost-live-root (1066) with non-existent ext4 filesystem mounted at / >existing 0 B file /run/initramfs/live/LiveOS/squashfs.img (19) > existing 0 B loop loop0 (23) >existing 0 B file /LiveOS/rootfs.img (33) > existing 0 B loop loop1 (37) with existing ext4 filesystem > existing 7.57 GiB dm live-base (66) with existing ext4 filesystem > existing 7.57 GiB dm live-rw (56) with existing ext4 filesystem >existing 0 B file /overlay (deleted) (47) > existing 0 B loop loop2 (51) > 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 64 GiB disk sda (14) with non-existent gpt disklabel >DEBUG:blivet:resolved 'sda' to 'sda' (disk) >DEBUG:anaconda.modules.storage.bootloader.base:Is fedora_localhost-live 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 fedora_localhost-live-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 fedora_localhost-live-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 luks-sda3 a valid stage1 target device? >DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type luks/dm-crypt >DEBUG:anaconda.modules.storage.bootloader.base:Is sda a valid stage1 target device? >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_disklabel(sda) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_size(sda) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_location(sda) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_format(sda) returning True >DEBUG:anaconda.modules.storage.bootloader.base:is_valid_stage1_device(sda) returning True >INFO:anaconda.threading:Thread Done: AnaTaskThread-InteractivePartitioningTask-1 (139863652296384) >DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage/Task/6. >INFO:anaconda.threading:Running Thread: AnaTaskThread-StorageValidateTask-1 (139863652296384) >INFO:anaconda.modules.common.task.task:Validate a storage model >DEBUG:anaconda.modules.storage.bootloader.base:Is sda a valid stage1 target device? >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_disklabel(sda) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_size(sda) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_location(sda) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_format(sda) returning True >DEBUG:anaconda.modules.storage.bootloader.base:is_valid_stage1_device(sda) 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: 4.35 GiB >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 KiB partition sda1 (1040) with non-existent biosboot >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 MiB partition sda2 (1047) 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 63 GiB partition sda3 (1033) with non-existent luks >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': {'/usr', '/tmp', '/var', '/', '/usr/share', '/usr/lib', '/home'}, 'must_be_on_root': {'/dev', '/sbin', '/bin', '/mnt', '/proc', 'lost+found', '/lib', '/root', '/etc'}, 'must_not_be_on_root': set(), 'reformat_allowlist': {'/boot', '/usr', '/tmp', '/var'}, 'reformat_blocklist': {'/var/www', '/usr/local', '/opt', '/home'}, '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-1 (139863652296384) >DEBUG:anaconda.storage:Creating a copy of the storage model. >DEBUG:anaconda.storage:starting Blivet copy >DEBUG:blivet: DeviceTree.get_device_by_id: id_num: 14 ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_id returned existing 64 GiB disk sda (14) with non-existent gpt disklabel >DEBUG:blivet: PartitionDevice._set_parted_partition: sda1 ; >DEBUG:blivet:device sda1 new parted_partition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f348a936690> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f348abeefd0> PedPartition: <_ped.Partition object at 0x7f348a923ba0> >DEBUG:blivet: DeviceTree.get_device_by_id: id_num: 14 ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_id returned existing 64 GiB disk sda (14) with non-existent gpt disklabel >DEBUG:blivet: PartitionDevice._set_parted_partition: sda2 ; >DEBUG:blivet:device sda2 new parted_partition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f348a936690> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f348a97e550> PedPartition: <_ped.Partition object at 0x7f348a923150> >DEBUG:blivet: DeviceTree.get_device_by_id: id_num: 14 ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_id returned existing 64 GiB disk sda (14) with non-existent gpt disklabel >DEBUG:blivet: PartitionDevice._set_parted_partition: sda3 ; >DEBUG:blivet:device sda3 new parted_partition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f348a936690> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f348a97e450> PedPartition: <_ped.Partition object at 0x7f348aa667f0> >DEBUG:anaconda.storage:finished Blivet copy >DEBUG:anaconda.storage:Finished a copy of the storage model. >DEBUG:anaconda.modules.storage.bootloader.base:Is sda a valid stage1 target device? >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_disklabel(sda) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_size(sda) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_location(sda) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_format(sda) returning True >DEBUG:anaconda.modules.storage.bootloader.base:is_valid_stage1_device(sda) 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: 4.35 GiB >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 KiB partition sda1 (1040) with non-existent biosboot >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 MiB partition sda2 (1047) 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 63 GiB partition sda3 (1033) with non-existent luks >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': {'/usr', '/tmp', '/var', '/', '/usr/share', '/usr/lib', '/home'}, 'must_be_on_root': {'/dev', '/sbin', '/bin', '/mnt', '/proc', 'lost+found', '/lib', '/root', '/etc'}, 'must_not_be_on_root': set(), 'reformat_allowlist': {'/boot', '/usr', '/tmp', '/var'}, 'reformat_blocklist': {'/var/www', '/usr/local', '/opt', '/home'}, '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 INTERACTIVE is applied. >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 64 GiB disk sda (14) with non-existent gpt disklabel >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 64 GiB disk sda (14) with non-existent gpt disklabel >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 64 GiB disk sda (14) with non-existent gpt disklabel >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 64 GiB disk sda (14) with non-existent gpt 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 64 GiB disk sda (14) >DEBUG:blivet: DeviceTree.get_dependent_devices: dep: existing 64 GiB disk sda (14) ; hidden: True ; >DEBUG:blivet:checking if sr0 depends on sda >DEBUG:blivet:checking if sda 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: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: DeviceTree.get_device_by_name: name: sda ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 64 GiB disk sda (14) >DEBUG:anaconda.modules.storage.disk_selection.selection:Selected disks are set to '['sda']'. >DEBUG:anaconda.modules.storage.disk_initialization.initialization:Drives to clear are set to '['sda']'. >DEBUG:anaconda.modules.storage.storage:Created the partitioning BLIVET. >DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage/Partitioning/3. >DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage/DeviceTree/2. >DEBUG:anaconda.modules.storage.partitioning.base:Creating a new storage playground for BLIVET with selected disks ['sda']. >DEBUG:anaconda.storage:Creating a copy of the storage model. >DEBUG:anaconda.storage:starting Blivet copy >DEBUG:anaconda.storage:finished Blivet copy >DEBUG:anaconda.storage:Finished a copy of the storage model. >DEBUG:anaconda.modules.storage.disk_initialization.configuration:Can sda be initialized? >DEBUG:blivet: DeviceTree.get_dependent_devices: dep: existing 64 GiB disk sda (14) ; hidden: False ; >DEBUG:blivet:dep is a leaf >DEBUG:anaconda.modules.storage.disk_initialization.configuration:The clearable disk can be initialized. >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 1448 >DEBUG:blivet: DiskDevice._set_format: sda ; type: None ; current: None ; >INFO:blivet:registered action: [1447] destroy format None on disk sda (id 14) >DEBUG:blivet: DiskLabel.__init__: device: /dev/sda ; >DEBUG:blivet:selecting gpt disklabel for sda based on size >DEBUG:blivet: DiskLabel.fresh_parted_disk: device: /dev/sda ; label_type: gpt ; >DEBUG:blivet:selecting gpt disklabel for sda based on size >DEBUG:blivet:Set pmbr_boot on parted.Disk instance -- > type: gpt primaryPartitionCount: 0 > lastPartitionNumber: -1 maxPrimaryPartitionCount: 128 > partitions: [] > device: <parted.device.Device object at 0x7f348a3a9810> > PedDisk: <_ped.Disk object at 0x7f348a977440> >DEBUG:blivet:get_format('disklabel') returning DiskLabel instance with object id 1449 >DEBUG:blivet: DiskDevice._set_format: sda ; type: disklabel ; current: None ; >INFO:blivet:registered action: [1450] create format gpt disklabel on disk sda (id 14) >DEBUG:blivet:length of free region aligned from 134217661 to 134215680 >DEBUG:blivet:length of free region aligned from 134217661 to 134215680 >DEBUG:blivet:length of free region aligned from 134217661 to 134215680 >DEBUG:blivet:length of free region aligned from 134217661 to 134215680 >DEBUG:blivet:length of free region aligned from 134217661 to 134215680 >DEBUG:blivet-gui-utils:Creating a new disklabel on 'sda': >================================================================================ >**User input:** > > device: existing 64 GiB disk sda (14) with non-existent gpt disklabel > label_type: gpt > >**Involved devices:** > >DiskDevice instance (0x7f348a38f090) -- > name = sda status = True id = 14 > children = [] > parents = [] > uuid = None size = 64 GiB > format = non-existent gpt disklabel > major = 8 minor = 0 exists = True protected = False > sysfs path = /sys/devices/pci0000:00/0000:00:0d.0/ata1/host0/target0:0:0/0:0:0:0/block/sda > target size = 64 GiB path = /dev/sda > format args = [] original_format = None removable = False wwn = None > >DEBUG:blivet: DiskLabel.__init__: device: /dev/sda ; label_type: gpt ; >DEBUG:blivet: DiskLabel.fresh_parted_disk: device: /dev/sda ; label_type: gpt ; >DEBUG:blivet:Set pmbr_boot on parted.Disk instance -- > type: gpt primaryPartitionCount: 0 > lastPartitionNumber: -1 maxPrimaryPartitionCount: 128 > partitions: [] > device: <parted.device.Device object at 0x7f3488d20fd0> > PedDisk: <_ped.Disk object at 0x7f3488d38a40> >DEBUG:blivet:get_format('disklabel') returning DiskLabel instance with object id 1457 >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 1459 >DEBUG:blivet: DiskDevice._set_format: sda ; type: None ; current: disklabel ; >INFO:blivet:registered action: [1456] destroy format gpt disklabel on disk sda (id 14) >DEBUG:blivet: DiskDevice._set_format: sda ; type: disklabel ; current: None ; >INFO:blivet:registered action: [1458] create format gpt disklabel on disk sda (id 14) >DEBUG:blivet:length of free region aligned from 134217661 to 134215680 >DEBUG:blivet:length of free region aligned from 134217661 to 134215680 >DEBUG:blivet: DiskLabel.__init__: >INFO:blivet:DiskLabel.parted_device returning None >DEBUG:blivet: DMRaidMember.__init__: >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 ; >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: 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__: >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: 1024 KiB > parents: > parent_device: existing 64 GiB disk sda (14) with non-existent gpt disklabel > free_space: existing 64 GiB free space > selected_size: 1024 KiB > filesystem: biosboot > name: > label: > mountpoint: > encrypt: False > passphrase: > encryption_type: luks2 > encryption_sector_size: 0 > raid_level: None > advanced: > parttype: primary > >**Involved devices:** > >DiskDevice instance (0x7f348a38f090) -- > name = sda status = True id = 14 > children = [] > parents = [] > uuid = None size = 64 GiB > format = non-existent gpt disklabel > major = 8 minor = 0 exists = True protected = False > sysfs path = /sys/devices/pci0000:00/0000:00:0d.0/ata1/host0/target0:0:0/0:0:0:0/block/sda > target size = 64 GiB path = /dev/sda > format args = [] original_format = None removable = False wwn = None > >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 1505 >DEBUG:blivet: DiskDevice.add_child: name: sda ; child: req7 ; kids: 0 ; >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 1506 >DEBUG:blivet: PartitionDevice._set_format: req7 ; type: None ; current: None ; >DEBUG:blivet: DiskDevice.remove_child: name: sda ; child: req7 ; kids: 1 ; >DEBUG:blivet:get_format('biosboot') returning BIOSBoot instance with object id 1509 >INFO:blivet:added partition req7 (id 1504) to device tree >INFO:blivet:registered action: [1508] create device partition req7 (id 1504) >DEBUG:blivet: PartitionDevice._set_format: req7 ; type: biosboot ; current: None ; >INFO:blivet:registered action: [1510] create format biosboot on partition req7 (id 1504) >DEBUG:blivet: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; >DEBUG:blivet:removing all non-preexisting partitions ['req7(id 1504)'] from disk(s) ['sda'] >DEBUG:blivet:allocate_partitions: disks=['sda'] ; partitions=['req7(id 1504)'] >DEBUG:blivet:removing all non-preexisting partitions ['req7(id 1504)'] from disk(s) ['sda'] >DEBUG:blivet:allocating partition: req7 ; id: 1504 ; disks: ['sda'] ; >boot: True ; primary: False ; size: 1024 KiB ; grow: False ; max_size: 0 B ; 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 KiB boot=True best=None grow=False start=2048 >DEBUG:blivet:aligning start sector of region 34-134217694 >DEBUG:blivet:checking 2048-134217694 (64 GiB) >DEBUG:blivet:current free range is 2048-134217694 (64 GiB) >DEBUG:blivet:updating use_disk to sda, type: 0 >DEBUG:blivet:new free: 2048-134217694 / 64 GiB >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 0x7f3488d3f340> >DEBUG:blivet:created partition sda1 of 1024 KiB 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 0x7f3488d346d0> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f348a2f69d0> PedPartition: <_ped.Partition object at 0x7f348a2d9bc0> >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 0x7f3488d346d0> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f3488d8a610> PedPartition: <_ped.Partition object at 0x7f3488d4fe20> >DEBUG:blivet:grow_partitions: disks=['sda'], partitions=['sda1(id 1504)'] >DEBUG:blivet:no growable partitions >DEBUG:blivet:fixing size of non-existent 1024 KiB partition sda1 (1504) with non-existent biosboot >DEBUG:blivet:length of free region aligned from 134213599 to 134211584 >DEBUG:blivet:length of free region aligned from 134213599 to 134211584 >DEBUG:blivet-gui-utils:Deleting device 'sda1': >================================================================================ >**User input:** > > device: non-existent 1024 KiB partition sda1 (1504) with non-existent biosboot > delete_parents: False > >**Involved devices:** > >PartitionDevice instance (0x7f348a31a810) -- > name = sda1 status = False id = 1504 > children = [] > parents = ['existing 64 GiB disk sda (14) with non-existent gpt disklabel'] > uuid = None size = 1024 KiB > format = non-existent biosboot > major = 0 minor = 0 exists = False protected = False > sysfs path = > target size = 1024 KiB path = /dev/sda1 > format args = [] original_format = None grow = False max size = 0 B bootable = None > part type = 0 primary = False start sector = 2048 end sector = None > parted_partition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f3488d346d0> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f3488d8a610> PedPartition: <_ped.Partition object at 0x7f3488d4fe20> > disk = existing 64 GiB disk sda (14) with non-existent gpt disklabel > start = 2048 end = 4095 length = 2048 > flags = > >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 1514 >DEBUG:blivet: PartitionDevice._set_format: sda1 ; type: None ; current: biosboot ; >INFO:blivet:registered action: [1513] destroy format biosboot on partition sda1 (id 1504) >DEBUG:blivet: DiskDevice.remove_child: name: sda ; child: sda1 ; kids: 1 ; >INFO:blivet:removed partition sda1 (id 1504) from device tree >INFO:blivet:registered action: [1515] destroy device partition sda1 (id 1504) >DEBUG:blivet:length of free region aligned from 134217661 to 134215680 >DEBUG:blivet:length of free region aligned from 134217661 to 134215680 >DEBUG:blivet:length of free region aligned from 134217661 to 134215680 >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 BLIVET with selected disks ['sda']. >DEBUG:anaconda.storage:Creating a copy of the storage model. >DEBUG:anaconda.storage:starting Blivet copy >DEBUG:anaconda.storage:finished Blivet copy >DEBUG:anaconda.storage:Finished a copy of the storage model. >DEBUG:anaconda.modules.storage.disk_initialization.configuration:Can sda be initialized? >DEBUG:blivet: DeviceTree.get_dependent_devices: dep: existing 64 GiB disk sda (14) ; hidden: False ; >DEBUG:blivet:dep is a leaf >DEBUG:anaconda.modules.storage.disk_initialization.configuration:The clearable disk can be initialized. >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 1550 >DEBUG:blivet: DiskDevice._set_format: sda ; type: None ; current: None ; >INFO:blivet:registered action: [1549] destroy format None on disk sda (id 14) >DEBUG:blivet: DiskLabel.__init__: device: /dev/sda ; >DEBUG:blivet:selecting gpt disklabel for sda based on size >DEBUG:blivet: DiskLabel.fresh_parted_disk: device: /dev/sda ; label_type: gpt ; >DEBUG:blivet:selecting gpt disklabel for sda based on size >DEBUG:blivet:Set pmbr_boot on parted.Disk instance -- > type: gpt primaryPartitionCount: 0 > lastPartitionNumber: -1 maxPrimaryPartitionCount: 128 > partitions: [] > device: <parted.device.Device object at 0x7f3488d342d0> > PedDisk: <_ped.Disk object at 0x7f3488d377c0> >DEBUG:blivet:get_format('disklabel') returning DiskLabel instance with object id 1551 >DEBUG:blivet: DiskDevice._set_format: sda ; type: disklabel ; current: None ; >INFO:blivet:registered action: [1552] create format gpt disklabel on disk sda (id 14) >DEBUG:blivet:length of free region aligned from 134217661 to 134215680 >DEBUG:blivet:length of free region aligned from 134217661 to 134215680 >DEBUG:blivet:length of free region aligned from 134217661 to 134215680 >DEBUG:blivet:length of free region aligned from 134217661 to 134215680 >DEBUG:blivet:length of free region aligned from 134217661 to 134215680 >DEBUG:blivet:length of free region aligned from 134217661 to 134215680 >DEBUG:blivet:length of free region aligned from 134217661 to 134215680
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 2165949
:
1941317
|
1941318
|
1941319
|
1941320
|
1941321
|
1941322
|
1941323
|
1941324
|
1941325
| 1941326