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 1914083 Details for
Bug 2129548
Anaconda fails on MacBookPro7,1 (2010)
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.
storage.log
storage.log (text/plain), 121.55 KB, created by
Marcos Mello
on 2022-09-24 17:42:17 UTC
(
hide
)
Description:
storage.log
Filename:
MIME Type:
Creator:
Marcos Mello
Created:
2022-09-24 17:42:17 UTC
Size:
121.55 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 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 >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 >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 >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 >INFO:program:stdout: >INFO:program:No FCoE boot disk information is found in EDD! >DEBUG:program:Return code: 1 >INFO:blivet:No FCoE EDD info found: No FCoE boot disk information is found in EDD! >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 547135488 root disk brw-rw---- squashfs /run/rootfsbase >INFO:program:sda 250059350016 root disk brw-rw---- >INFO:program:sdb 0 root disk brw-rw---- >INFO:program:sdc 3999268864 root disk brw-rw---- >INFO:program:`-sdc1 3998220288 root disk brw-rw---- vfat FEDORA-S-DV E659-6633 001000ae-01 /run/install/repo >INFO:program:sr0 1073741312 root cdrom brw-rw---- >INFO:program:zram0 3838836736 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 547135488 root disk brw-rw---- squashfs /run/rootfsbase >sda 250059350016 root disk brw-rw---- >sdb 0 root disk brw-rw---- >sdc 3999268864 root disk brw-rw---- >`-sdc1 3998220288 root disk brw-rw---- vfat FEDORA-S-DV E659-6633 001000ae-01 /run/install/repo >sr0 1073741312 root cdrom brw-rw---- >zram0 3838836736 root disk brw-rw---- [SWAP] > >DEBUG:blivet:trying to set new default fstype to 'xfs' >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 2 >DEBUG:blivet: XFS.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-DC9c5FPKqm,guid=2238d52c60ff563f397bd8d8632f33be. >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:blivet:failed to resolve 'LABEL=FEDORA-S-DV' >DEBUG:anaconda.modules.storage.disk_selection.selection:Protected devices are set to '['LABEL=FEDORA-S-DV', '/dev/zram0']'. >DEBUG:blivet:starting Blivet copy >DEBUG:blivet:finished Blivet copy >DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage/Task/1. >INFO:anaconda.threading:Running Thread: AnaTaskThread-ScanDevicesTask-1 (140276092941888) >INFO:program:Running... systemctl start iscsi-init.service >DEBUG:program:Return code: 0 >INFO:blivet:no initiator set >INFO:blivet:resetting Blivet (version 3.4.3) instance <pyanaconda.modules.storage.devicetree.model.InstallerStorage object at 0x7f9492e3f1c0> >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 [3] multipath --version ... >INFO:program:stdout[3]: >INFO:program:stderr[3]: Unknown switch: (null) >multipath-tools v0.8.7 (09/08, 2021) >Usage: > multipath [-v level] [-B|-d|-i|-q|-r] [-b file] [-p policy] [device] > multipath [-v level] [-R retries] -f device > multipath [-v level] [-R retries] -F > multipath [-v level] [-l|-ll] [device] > multipath [-v level] [-a|-w] device > multipath [-v level] [-A|-W] > multipath [-v level] [-i] [-c|-C] device > multipath [-v level] [-i] [-u|-U] > multipath [-h|-t|-T] > >Where: > -h print this usage text > -l show multipath topology (sysfs and DM info) > -ll show multipath topology (maximum info) > -e enable foreign libraries with -l/-ll > -f flush a multipath device map > -F flush all multipath device maps > -a add a device wwid to the wwids file > -A add devices from kernel command line mpath.wwids > parameters to wwids file > -c check if a device should be a path in a multipath device > -C check if a multipath device has usable paths > -q allow queue_if_no_path when multipathd is not running > -d dry run, do not create or update devmaps > -t display the currently used multipathd configuration > -T display the multipathd configuration without builtin defaults > -r force devmap reload > -i ignore wwids file > -B treat the bindings file as read only > -b fil bindings file location > -w remove a device from the wwids file > -W reset the wwids file include only the current devices > -R num number of times to retry removes of in-use devices > -u check if the device specified in the program environment should be a > path in a multipath device > -U check if the device specified in the program environment is a > multipath device with usable paths, see -C flag > -p pol force all maps to specified path grouping policy: > . failover one path per priority group > . multibus all paths in one priority group > . group_by_serial one priority group per serial > . group_by_prio one priority group per priority lvl > . group_by_node_name one priority group per target node > -v lvl verbosity level: > . 0 no output > . 1 print created devmap names only > . 2 default verbosity > . 3 print debug information > device action limited to: > . multipath named 'device' (ex: mpath0) > . multipath whose wwid is 'device' (ex: 60051...) > . multipath including the path named 'device' (ex: /dev/sda or > /dev/dm-0) > . multipath including the path with maj:min 'device' (ex: 8:0) > >INFO:program:...done [3] (exit code: 1) >INFO:program:Running [4] mpathconf --find_multipaths y --user_friendly_names y --with_multipathd y ... >INFO:program:stdout[4]: >INFO:program:stderr[4]: >INFO:program:...done [4] (exit code: 0) >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:testdata:sysfs attr /sys/class/block/sdb/device/model: 534420436172642052656164657220200a >DEBUG:testdata:sysfs attr /sys/class/block/sdc/device/model: 50617472696f74204d656d6f727920200a >DEBUG:testdata:sysfs attr /sys/class/block/sda/device/model: 486974616368692048545335343530320a >DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 4456442d52202020554a2d38393820200a >INFO:blivet:devices to scan: ['sdb', 'sdc', 'sdc1', 'sda', 'sr0', 'loop0'] >DEBUG:blivet: DeviceTree.handle_device: name: sdb ; info: {'CURRENT_TAGS': ':systemd:', > 'DEVLINKS': '/dev/disk/by-path/pci-0000:00:06.1-usb-0:1:1.0-scsi-0:0:0:0 ' > '/dev/disk/by-id/usb-APPLE_SD_Card_Reader_000000009833-0:0', > 'DEVNAME': '/dev/sdb', > 'DEVPATH': '/devices/pci0000:00/0000:00:06.1/usb2/2-1/2-1:1.0/host2/target2:0:0/2:0:0:0/block/sdb', > 'DEVTYPE': 'disk', > 'DISKSEQ': '5', > 'DM_MULTIPATH_DEVICE_PATH': '0', > 'ID_BUS': 'usb', > 'ID_DRIVE_FLASH_SD': '1', > 'ID_INSTANCE': '0:0', > 'ID_MODEL': 'SD_Card_Reader', > 'ID_MODEL_ENC': 'SD\\x20Card\\x20Reader\\x20\\x20', > 'ID_MODEL_ID': '8403', > 'ID_PATH': 'pci-0000:00:06.1-usb-0:1:1.0-scsi-0:0:0:0', > 'ID_PATH_TAG': 'pci-0000_00_06_1-usb-0_1_1_0-scsi-0_0_0_0', > 'ID_REVISION': '1.00', > 'ID_SCSI': '1', > 'ID_SCSI_INQUIRY': '1', > 'ID_SERIAL': 'APPLE_SD_Card_Reader_000000009833-0:0', > 'ID_SERIAL_SHORT': '000000009833', > 'ID_TYPE': 'disk', > 'ID_USB_DRIVER': 'usb-storage', > 'ID_USB_INTERFACES': ':080650:', > 'ID_USB_INTERFACE_NUM': '00', > 'ID_VENDOR': 'APPLE', > 'ID_VENDOR_ENC': 'APPLE\\x20\\x20\\x20', > 'ID_VENDOR_ID': '05ac', > 'MAJOR': '8', > 'MINOR': '16', > 'MPATH_SBIN_PATH': '/sbin', > 'SCSI_MODEL': 'SD_Card_Reader', > 'SCSI_MODEL_ENC': 'SD\\x20Card\\x20Reader\\x20\\x20', > 'SCSI_REVISION': '1.00', > 'SCSI_TPGS': '0', > 'SCSI_TYPE': 'disk', > 'SCSI_VENDOR': 'APPLE', > 'SCSI_VENDOR_ENC': 'APPLE\\x20\\x20\\x20', > 'SUBSYSTEM': 'block', > 'SYS_NAME': 'sdb', > 'SYS_PATH': '/sys/devices/pci0000:00/0000:00:06.1/usb2/2-1/2-1:1.0/host2/target2:0:0/2:0:0:0/block/sdb', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '23949529'} ; >INFO:blivet:scanning sdb (/sys/devices/pci0000:00/0000:00:06.1/usb2/2-1/2-1:1.0/host2/target2:0:0/2:0:0:0/block/sdb)... >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:06.1/usb2/2-1/2-1:1.0/host2/target2:0:0/2:0:0:0/block/sdb/hidden: 300a >DEBUG:blivet: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned None >DEBUG:blivet: DiskDevicePopulator.run: name: sdb ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:06.1/usb2/2-1/2-1:1.0/host2/target2:0:0/2:0:0:0/block/sdb/device/vendor: 4150504c452020200a >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:06.1/usb2/2-1/2-1:1.0/host2/target2:0:0/2:0:0:0/block/sdb/device/model: 534420436172642052656164657220200a >INFO:blivet:sdb is a disk >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 5 >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 6 >DEBUG:blivet: DiskDevice._set_format: sdb ; type: None ; current: None ; >DEBUG:blivet: DiskDevice.update_sysfs_path: sdb ; status: True ; >DEBUG:blivet:sdb sysfs_path set to /sys/devices/pci0000:00/0000:00:06.1/usb2/2-1/2-1:1.0/host2/target2:0:0/2:0:0:0/block/sdb >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdb ; sysfs_path: /sys/devices/pci0000:00/0000:00:06.1/usb2/2-1/2-1:1.0/host2/target2:0:0/2:0:0:0/block/sdb ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:06.1/usb2/2-1/2-1:1.0/host2/target2:0:0/2:0:0:0/block/sdb/size: 300a >DEBUG:blivet:updated sdb size to 0 B (0 B) >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:06.1/usb2/2-1/2-1:1.0/host2/target2:0:0/2:0:0:0/block/sdb/queue/rotational: 310a >INFO:blivet:added disk sdb (id 4) to device tree >INFO:blivet:got device: DiskDevice instance (0x7f94930cb3d0) -- > name = sdb status = True id = 4 > children = [] > parents = [] > uuid = None size = 0 B > format = existing None > major = 8 minor = 16 exists = True protected = False > sysfs path = /sys/devices/pci0000:00/0000:00:06.1/usb2/2-1/2-1:1.0/host2/target2:0:0/2:0:0:0/block/sdb > target size = 0 B path = /dev/sdb > format args = [] original_format = None removable = True wwn = None >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:06.1/usb2/2-1/2-1:1.0/host2/target2:0:0/2:0:0:0/block/sdb/ro: 300a >DEBUG:blivet: DeviceTree.handle_format: name: sdb ; >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdb ; sysfs_path: /sys/devices/pci0000:00/0000:00:06.1/usb2/2-1/2-1:1.0/host2/target2:0:0/2:0:0:0/block/sdb ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:06.1/usb2/2-1/2-1:1.0/host2/target2:0:0/2:0:0:0/block/sdb/size: 300a >DEBUG:blivet:no media present for device sdb >DEBUG:blivet: DeviceTree.handle_device: name: sdc ; info: {'CURRENT_TAGS': ':systemd:', > 'DEVLINKS': '/dev/disk/by-path/pci-0000:00:06.1-usb-0:4:1.0-scsi-0:0:0:0 ' > '/dev/disk/by-id/usb-_Patriot_Memory_07A90301654F2D4A-0:0', > 'DEVNAME': '/dev/sdc', > 'DEVPATH': '/devices/pci0000:00/0000:00:06.1/usb2/2-4/2-4:1.0/host3/target3:0:0/3:0:0:0/block/sdc', > 'DEVTYPE': 'disk', > 'DISKSEQ': '6', > 'ID_BUS': 'usb', > 'ID_DRIVE_THUMB': '1', > 'ID_INSTANCE': '0:0', > 'ID_MODEL': 'Patriot_Memory', > 'ID_MODEL_ENC': 'Patriot\\x20Memory\\x20\\x20', > 'ID_MODEL_ID': '3600', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': '001000ae', > 'ID_PATH': 'pci-0000:00:06.1-usb-0:4:1.0-scsi-0:0:0:0', > 'ID_PATH_TAG': 'pci-0000_00_06_1-usb-0_4_1_0-scsi-0_0_0_0', > 'ID_REVISION': 'PMAP', > 'ID_SCSI': '1', > 'ID_SCSI_INQUIRY': '1', > 'ID_SERIAL': '_Patriot_Memory_07A90301654F2D4A-0:0', > 'ID_SERIAL_SHORT': '07A90301654F2D4A', > 'ID_TYPE': 'disk', > 'ID_USB_DRIVER': 'usb-storage', > 'ID_USB_INTERFACES': ':080650:', > 'ID_USB_INTERFACE_NUM': '00', > 'ID_VENDOR_ENC': '\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_VENDOR_ID': '13fe', > 'MAJOR': '8', > 'MINOR': '32', > 'MPATH_SBIN_PATH': '/sbin', > 'SCSI_MODEL': 'Patriot_Memory', > 'SCSI_MODEL_ENC': 'Patriot\\x20Memory\\x20\\x20', > 'SCSI_REVISION': 'PMAP', > 'SCSI_TPGS': '0', > 'SCSI_TYPE': 'disk', > 'SUBSYSTEM': 'block', > 'SYS_NAME': 'sdc', > 'SYS_PATH': '/sys/devices/pci0000:00/0000:00:06.1/usb2/2-4/2-4:1.0/host3/target3:0:0/3:0:0:0/block/sdc', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '23942953'} ; >INFO:blivet:scanning sdc (/sys/devices/pci0000:00/0000:00:06.1/usb2/2-4/2-4:1.0/host3/target3:0:0/3:0:0:0/block/sdc)... >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:06.1/usb2/2-4/2-4:1.0/host3/target3:0:0/3:0:0:0/block/sdc/hidden: 300a >DEBUG:blivet: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned None >DEBUG:blivet: DiskDevicePopulator.run: name: sdc ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:06.1/usb2/2-4/2-4:1.0/host3/target3:0:0/3:0:0:0/block/sdc/device/vendor: 20202020202020200a >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:06.1/usb2/2-4/2-4:1.0/host3/target3:0:0/3:0:0:0/block/sdc/device/model: 50617472696f74204d656d6f727920200a >INFO:blivet:sdc is a disk >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 10 >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 11 >DEBUG:blivet: DiskDevice._set_format: sdc ; type: None ; current: None ; >DEBUG:blivet: DiskDevice.update_sysfs_path: sdc ; status: True ; >DEBUG:blivet:sdc sysfs_path set to /sys/devices/pci0000:00/0000:00:06.1/usb2/2-4/2-4:1.0/host3/target3:0:0/3:0:0:0/block/sdc >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdc ; sysfs_path: /sys/devices/pci0000:00/0000:00:06.1/usb2/2-4/2-4:1.0/host3/target3:0:0/3:0:0:0/block/sdc ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:06.1/usb2/2-4/2-4:1.0/host3/target3:0:0/3:0:0:0/block/sdc/size: 373831313037320a >DEBUG:blivet:updated sdc size to 3.72 GiB (3.72 GiB) >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:06.1/usb2/2-4/2-4:1.0/host3/target3:0:0/3:0:0:0/block/sdc/queue/rotational: 310a >INFO:blivet:added disk sdc (id 9) to device tree >INFO:blivet:got device: DiskDevice instance (0x7f94930c8c40) -- > name = sdc status = True id = 9 > children = [] > parents = [] > uuid = None size = 3.72 GiB > format = existing None > major = 8 minor = 32 exists = True protected = False > sysfs path = /sys/devices/pci0000:00/0000:00:06.1/usb2/2-4/2-4:1.0/host3/target3:0:0/3:0:0:0/block/sdc > target size = 3.72 GiB path = /dev/sdc > format args = [] original_format = None removable = True wwn = None >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:06.1/usb2/2-4/2-4:1.0/host3/target3:0:0/3:0:0:0/block/sdc/ro: 300a >DEBUG:blivet: DeviceTree.handle_format: name: sdc ; >DEBUG:blivet: AppleBootstrapFS.supported: supported: True ; >DEBUG:blivet:get_format('appleboot') returning AppleBootstrapFS instance with object id 13 >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet:get_format('efi') returning EFIFS instance with object id 14 >DEBUG:blivet: MacEFIFS.supported: supported: True ; >INFO:program:Running... modprobe --dry-run hfsplus >DEBUG:program:Return code: 0 >DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 15 >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 16 >DEBUG:blivet: DiskLabelFormatPopulator.run: device: sdc ; label_type: dos ; >DEBUG:blivet: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; >DEBUG:blivet: DiskLabel.__init__: uuid: 001000ae ; label: None ; device: /dev/sdc ; serial: _Patriot_Memory_07A90301654F2D4A-0:0 ; exists: True ; >DEBUG:blivet:Did not change pmbr_boot on parted.Disk instance -- > type: msdos primaryPartitionCount: 1 > lastPartitionNumber: 1 maxPrimaryPartitionCount: 4 > partitions: [<parted.partition.Partition object at 0x7f94930c9180>] > device: <parted.device.Device object at 0x7f94930c9660> > PedDisk: <_ped.Disk object at 0x7f9492fa6200> >DEBUG:blivet:get_format('disklabel') returning DiskLabel instance with object id 17 >DEBUG:blivet: DiskDevice._set_format: sdc ; type: disklabel ; current: None ; >INFO:blivet:got format: existing msdos disklabel >DEBUG:blivet: DeviceTree.handle_device: name: sdc1 ; info: {'CURRENT_TAGS': ':systemd:', > 'DEVLINKS': '/dev/disk/by-id/usb-_Patriot_Memory_07A90301654F2D4A-0:0-part1 ' > '/dev/disk/by-path/pci-0000:00:06.1-usb-0:4:1.0-scsi-0:0:0:0-part1 ' > '/dev/disk/by-label/FEDORA-S-DV /dev/disk/by-partuuid/001000ae-01 ' > '/dev/disk/by-uuid/E659-6633', > 'DEVNAME': '/dev/sdc1', > 'DEVPATH': '/devices/pci0000:00/0000:00:06.1/usb2/2-4/2-4:1.0/host3/target3:0:0/3:0:0:0/block/sdc/sdc1', > 'DEVTYPE': 'partition', > 'DISKSEQ': '6', > 'ID_BUS': 'usb', > 'ID_DRIVE_THUMB': '1', > 'ID_FS_LABEL': 'FEDORA-S-DV', > 'ID_FS_LABEL_ENC': 'FEDORA-S-DV', > 'ID_FS_TYPE': 'vfat', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': 'E659-6633', > 'ID_FS_UUID_ENC': 'E659-6633', > 'ID_FS_VERSION': 'FAT32', > 'ID_INSTANCE': '0:0', > 'ID_MODEL': 'Patriot_Memory', > 'ID_MODEL_ENC': 'Patriot\\x20Memory\\x20\\x20', > 'ID_MODEL_ID': '3600', > 'ID_PART_ENTRY_DISK': '8:32', > 'ID_PART_ENTRY_FLAGS': '0x80', > 'ID_PART_ENTRY_NUMBER': '1', > 'ID_PART_ENTRY_OFFSET': '2048', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '7809024', > 'ID_PART_ENTRY_TYPE': '0xc', > 'ID_PART_ENTRY_UUID': '001000ae-01', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': '001000ae', > 'ID_PATH': 'pci-0000:00:06.1-usb-0:4:1.0-scsi-0:0:0:0', > 'ID_PATH_TAG': 'pci-0000_00_06_1-usb-0_4_1_0-scsi-0_0_0_0', > 'ID_REVISION': 'PMAP', > 'ID_SCSI': '1', > 'ID_SCSI_INQUIRY': '1', > 'ID_SERIAL': '_Patriot_Memory_07A90301654F2D4A-0:0', > 'ID_SERIAL_SHORT': '07A90301654F2D4A', > 'ID_TYPE': 'disk', > 'ID_USB_DRIVER': 'usb-storage', > 'ID_USB_INTERFACES': ':080650:', > 'ID_USB_INTERFACE_NUM': '00', > 'ID_VENDOR_ENC': '\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_VENDOR_ID': '13fe', > 'MAJOR': '8', > 'MINOR': '33', > 'PARTN': '1', > 'SCSI_MODEL': 'Patriot_Memory', > 'SCSI_MODEL_ENC': 'Patriot\\x20Memory\\x20\\x20', > 'SCSI_REVISION': 'PMAP', > 'SCSI_TPGS': '0', > 'SCSI_TYPE': 'disk', > 'SUBSYSTEM': 'block', > 'SYS_NAME': 'sdc1', > 'SYS_PATH': '/sys/devices/pci0000:00/0000:00:06.1/usb2/2-4/2-4:1.0/host3/target3:0:0/3:0:0:0/block/sdc/sdc1', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '24154049'} ; >INFO:blivet:scanning sdc1 (/sys/devices/pci0000:00/0000:00:06.1/usb2/2-4/2-4:1.0/host3/target3:0:0/3:0:0:0/block/sdc/sdc1)... >WARNING:blivet:hidden is not a valid attribute >DEBUG:blivet: DeviceTree.get_device_by_name: name: sdc1 ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned None >DEBUG:blivet: PartitionDevicePopulator.run: name: sdc1 ; >DEBUG:blivet: DeviceTree.get_device_by_name: name: sdc1 ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned None >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:testdata:sysfs attr /sys/class/block/sdb/device/model: 534420436172642052656164657220200a >DEBUG:testdata:sysfs attr /sys/class/block/sdc/device/model: 50617472696f74204d656d6f727920200a >DEBUG:testdata:sysfs attr /sys/class/block/sda/device/model: 486974616368692048545335343530320a >DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 4456442d52202020554a2d38393820200a >DEBUG:blivet: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 3.72 GiB disk sdc (9) with existing msdos disklabel >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 20 >DEBUG:blivet: DiskDevice.add_child: name: sdc ; child: sdc1 ; kids: 0 ; >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 21 >DEBUG:blivet: PartitionDevice._set_format: sdc1 ; type: None ; current: None ; >DEBUG:blivet: PartitionDevice.update_sysfs_path: sdc1 ; status: True ; >DEBUG:blivet:sdc1 sysfs_path set to /sys/devices/pci0000:00/0000:00:06.1/usb2/2-4/2-4:1.0/host3/target3:0:0/3:0:0:0/block/sdc/sdc1 >DEBUG:blivet: PartitionDevice.read_current_size: exists: True ; path: /dev/sdc1 ; sysfs_path: /sys/devices/pci0000:00/0000:00:06.1/usb2/2-4/2-4:1.0/host3/target3:0:0/3:0:0:0/block/sdc/sdc1 ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:06.1/usb2/2-4/2-4:1.0/host3/target3:0:0/3:0:0:0/block/sdc/sdc1/size: 373830393032340a >DEBUG:blivet:updated sdc1 size to 3.72 GiB (3.72 GiB) >DEBUG:blivet:looking up parted Partition: /dev/sdc1 >DEBUG:blivet: PartitionDevice.probe: sdc1 ; exists: True ; >DEBUG:blivet: PartitionDevice.get_flag: path: /dev/sdc1 ; flag: 1 ; >DEBUG:blivet: PartitionDevice.get_flag: path: /dev/sdc1 ; flag: 10 ; >DEBUG:blivet: PartitionDevice.get_flag: path: /dev/sdc1 ; flag: 12 ; >DEBUG:blivet: PartitionDevice.read_current_size: exists: True ; path: /dev/sdc1 ; sysfs_path: /sys/devices/pci0000:00/0000:00:06.1/usb2/2-4/2-4:1.0/host3/target3:0:0/3:0:0:0/block/sdc/sdc1 ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:06.1/usb2/2-4/2-4:1.0/host3/target3:0:0/3:0:0:0/block/sdc/sdc1/size: 373830393032340a >DEBUG:blivet:updated sdc1 size to 3.72 GiB (3.72 GiB) >INFO:blivet:added partition sdc1 (id 19) to device tree >INFO:blivet:parted exception: msdos disk labels do not support partition names. >INFO:blivet:parted exception: msdos disk labels do not support partition names. >INFO:blivet:got device: PartitionDevice instance (0x7f9492e7ec20) -- > name = sdc1 status = True id = 19 > children = [] > parents = ['existing 3.72 GiB disk sdc (9) with existing msdos disklabel'] > uuid = 001000ae-01 size = 3.72 GiB > format = existing None > major = 8 minor = 33 exists = True protected = False > sysfs path = /sys/devices/pci0000:00/0000:00:06.1/usb2/2-4/2-4:1.0/host3/target3:0:0/3:0:0:0/block/sdc/sdc1 > target size = 3.72 GiB path = /dev/sdc1 > format args = [] original_format = None grow = None max size = 0 B bootable = True > part type = 0 primary = None start sector = None end sector = None > parted_partition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f94930cabc0> fileSystem: <parted.filesystem.FileSystem object at 0x7f94930cada0> > number: 1 path: /dev/sdc1 type: 0 > name: None active: True busy: True > geometry: <parted.geometry.Geometry object at 0x7f94930cbb20> PedPartition: <_ped.Partition object at 0x7f9492bcbbf0> > disk = existing 3.72 GiB disk sdc (9) with existing msdos disklabel > start = 2048 end = 7811071 length = 7809024 > flags = boot, lba >DEBUG:blivet: DeviceTree.handle_format: name: sdc1 ; >DEBUG:blivet: AppleBootstrapFS.supported: supported: True ; >DEBUG:blivet:get_format('appleboot') returning AppleBootstrapFS instance with object id 23 >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet:get_format('efi') returning EFIFS instance with object id 24 >INFO:blivet:type detected on 'sdc1' is 'efi' >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet:get_format('efi') returning EFIFS instance with object id 25 >DEBUG:blivet: PartitionDevice._set_format: sdc1 ; type: efi ; current: None ; >INFO:blivet:got format: existing efi filesystem >DEBUG:blivet: DeviceTree.handle_device: name: sda ; info: {'CURRENT_TAGS': ':systemd:', > 'DEVLINKS': '/dev/disk/by-id/scsi-0ATA_Hitachi_HTS54502_100913PBL200CSKPZ4ZV ' > '/dev/disk/by-path/pci-0000:00:0a.0-ata-1.0 ' > '/dev/disk/by-id/scsi-35000cca62af44386 ' > '/dev/disk/by-id/scsi-SATA_Hitachi_HTS54502_100913PBL200CSKPZ4ZV ' > '/dev/disk/by-path/pci-0000:00:0a.0-ata-1 ' > '/dev/disk/by-id/ata-Hitachi_HTS545025B9SA02_100913PBL200CSKPZ4ZV ' > '/dev/disk/by-id/scsi-1ATA_Hitachi_HTS545025B9SA02_100913PBL200CSKPZ4ZV ' > '/dev/disk/by-id/wwn-0x5000cca62af44386', > 'DEVNAME': '/dev/sda', > 'DEVPATH': '/devices/pci0000:00/0000:00:0a.0/ata1/host0/target0:0:0/0:0:0:0/block/sda', > 'DEVTYPE': 'disk', > 'DISKSEQ': '1', > 'DM_MULTIPATH_DEVICE_PATH': '0', > 'FIND_MULTIPATHS_WAIT_UNTIL': '0', > 'ID_ATA': '1', > 'ID_ATA_DOWNLOAD_MICROCODE': '1', > 'ID_ATA_FEATURE_SET_AAM': '1', > 'ID_ATA_FEATURE_SET_AAM_CURRENT_VALUE': '254', > 'ID_ATA_FEATURE_SET_AAM_ENABLED': '0', > 'ID_ATA_FEATURE_SET_AAM_VENDOR_RECOMMENDED_VALUE': '128', > 'ID_ATA_FEATURE_SET_APM': '1', > 'ID_ATA_FEATURE_SET_APM_CURRENT_VALUE': '128', > 'ID_ATA_FEATURE_SET_APM_ENABLED': '1', > 'ID_ATA_FEATURE_SET_HPA': '1', > 'ID_ATA_FEATURE_SET_HPA_ENABLED': '1', > 'ID_ATA_FEATURE_SET_PM': '1', > 'ID_ATA_FEATURE_SET_PM_ENABLED': '1', > 'ID_ATA_FEATURE_SET_PUIS': '1', > 'ID_ATA_FEATURE_SET_PUIS_ENABLED': '0', > 'ID_ATA_FEATURE_SET_SECURITY': '1', > 'ID_ATA_FEATURE_SET_SECURITY_ENABLED': '0', > 'ID_ATA_FEATURE_SET_SECURITY_ENHANCED_ERASE_UNIT_MIN': '84', > 'ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN': '82', > 'ID_ATA_FEATURE_SET_SECURITY_FROZEN': '1', > 'ID_ATA_FEATURE_SET_SMART': '1', > 'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', > 'ID_ATA_ROTATION_RATE_RPM': '5400', > 'ID_ATA_SATA': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN1': '1', > 'ID_ATA_WRITE_CACHE': '1', > 'ID_ATA_WRITE_CACHE_ENABLED': '1', > 'ID_BUS': 'ata', > 'ID_MODEL': 'Hitachi_HTS545025B9SA02', > 'ID_MODEL_ENC': 'Hitachi\\x20HTS545025B9SA02\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PATH': 'pci-0000:00:0a.0-ata-1.0', > 'ID_PATH_ATA_COMPAT': 'pci-0000:00:0a.0-ata-1', > 'ID_PATH_TAG': 'pci-0000_00_0a_0-ata-1_0', > 'ID_REVISION': 'PB2AC60W', > 'ID_SCSI': '1', > 'ID_SCSI_INQUIRY': '1', > 'ID_SCSI_SERIAL': '100913PBL200CSKPZ4ZV', > 'ID_SERIAL': 'Hitachi_HTS545025B9SA02_100913PBL200CSKPZ4ZV', > 'ID_SERIAL_SHORT': '100913PBL200CSKPZ4ZV', > 'ID_TYPE': 'disk', > 'ID_VENDOR': 'ATA', > 'ID_VENDOR_ENC': 'ATA\\x20\\x20\\x20\\x20\\x20', > 'ID_WWN': '0x5000cca62af44386', > 'ID_WWN_WITH_EXTENSION': '0x5000cca62af44386', > 'MAJOR': '8', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SCSI_IDENT_LUN_ATA': 'Hitachi_HTS545025B9SA02_100913PBL200CSKPZ4ZV', > 'SCSI_IDENT_LUN_NAA_REG': '5000cca62af44386', > 'SCSI_IDENT_LUN_T10': 'ATA_Hitachi_HTS545025B9SA02_100913PBL200CSKPZ4ZV', > 'SCSI_IDENT_LUN_VENDOR': '100913PBL200CSKPZ4ZV', > 'SCSI_IDENT_SERIAL': '100913PBL200CSKPZ4ZV', > 'SCSI_MODEL': 'Hitachi_HTS54502', > 'SCSI_MODEL_ENC': 'Hitachi\\x20HTS54502', > 'SCSI_REVISION': 'C60W', > 'SCSI_TPGS': '0', > 'SCSI_TYPE': 'disk', > 'SCSI_VENDOR': 'ATA', > 'SCSI_VENDOR_ENC': 'ATA\\x20\\x20\\x20\\x20\\x20', > 'SUBSYSTEM': 'block', > 'SYS_NAME': 'sda', > 'SYS_PATH': '/sys/devices/pci0000:00/0000:00:0a.0/ata1/host0/target0:0:0/0:0:0:0/block/sda', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '24014833'} ; >INFO:blivet:scanning sda (/sys/devices/pci0000:00/0000:00:0a.0/ata1/host0/target0:0:0/0:0:0:0/block/sda)... >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:0a.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:0a.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:0a.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/device/model: 486974616368692048545335343530320a >INFO:blivet:sda is a disk >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 28 >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 29 >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:0a.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:0a.0/ata1/host0/target0:0:0/0:0:0:0/block/sda ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:0a.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/size: 3438383339373136380a >DEBUG:blivet:updated sda size to 232.89 GiB (232.89 GiB) >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:0a.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/queue/rotational: 310a >INFO:blivet:added disk sda (id 27) to device tree >INFO:blivet:got device: DiskDevice instance (0x7f9492e7e920) -- > name = sda status = True id = 27 > children = [] > parents = [] > uuid = None size = 232.89 GiB > format = existing None > major = 8 minor = 0 exists = True protected = False > sysfs path = /sys/devices/pci0000:00/0000:00:0a.0/ata1/host0/target0:0:0/0:0:0:0/block/sda > target size = 232.89 GiB path = /dev/sda > format args = [] original_format = None removable = False wwn = 5000cca62af44386 >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:0a.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: sr0 ; info: {'CURRENT_TAGS': ':seat:systemd:uaccess:', > 'DEVLINKS': '/dev/cdrom /dev/disk/by-path/pci-0000:00:0a.0-ata-2 ' > '/dev/disk/by-path/pci-0000:00:0a.0-ata-2.0 ' > '/dev/disk/by-id/ata-MATSHITADVD-R_UJ-898_UK30_380CWH', > 'DEVNAME': '/dev/sr0', > 'DEVPATH': '/devices/pci0000:00/0000:00:0a.0/ata2/host1/target1:0:0/1:0:0:0/block/sr0', > 'DEVTYPE': 'disk', > 'DISKSEQ': '3', > 'ID_ATA': '1', > 'ID_ATA_SATA': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN1': '1', > 'ID_BUS': 'ata', > 'ID_CDROM': '1', > 'ID_CDROM_CD': '1', > 'ID_CDROM_CD_R': '1', > 'ID_CDROM_CD_RW': '1', > 'ID_CDROM_DVD': '1', > 'ID_CDROM_DVD_PLUS_R': '1', > 'ID_CDROM_DVD_PLUS_RW': '1', > 'ID_CDROM_DVD_PLUS_R_DL': '1', > 'ID_CDROM_DVD_R': '1', > 'ID_CDROM_DVD_RW': '1', > 'ID_CDROM_DVD_RW_RO': '1', > 'ID_CDROM_DVD_RW_SEQ': '1', > 'ID_CDROM_DVD_R_DL': '1', > 'ID_CDROM_DVD_R_DL_JR': '1', > 'ID_CDROM_DVD_R_DL_SEQ': '1', > 'ID_CDROM_MRW': '1', > 'ID_CDROM_MRW_W': '1', > 'ID_FOR_SEAT': 'block-pci-0000_00_0a_0-ata-2_0', > 'ID_MODEL': 'MATSHITADVD-R_UJ-898', > 'ID_MODEL_ENC': 'MATSHITADVD-R\\x20\\x20\\x20UJ-898\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PATH': 'pci-0000:00:0a.0-ata-2.0', > 'ID_PATH_ATA_COMPAT': 'pci-0000:00:0a.0-ata-2', > 'ID_PATH_TAG': 'pci-0000_00_0a_0-ata-2_0', > 'ID_REVISION': 'HC10', > 'ID_SCSI': '1', > 'ID_SCSI_INQUIRY': '1', > 'ID_SERIAL': 'MATSHITADVD-R_UJ-898_UK30_380CWH', > 'ID_SERIAL_SHORT': 'UK30_380CWH', > 'ID_TYPE': 'cd', > 'ID_VENDOR': 'MATSHITA', > 'ID_VENDOR_ENC': 'MATSHITA', > 'MAJOR': '11', > 'MINOR': '0', > 'SCSI_MODEL': 'DVD-R_UJ-898', > 'SCSI_MODEL_ENC': 'DVD-R\\x20\\x20\\x20UJ-898\\x20\\x20', > 'SCSI_REVISION': 'HC10', > 'SCSI_TPGS': '0', > 'SCSI_TYPE': 'cd/dvd', > 'SCSI_VENDOR': 'MATSHITA', > 'SCSI_VENDOR_ENC': 'MATSHITA', > 'SUBSYSTEM': 'block', > 'SYSTEMD_MOUNT_DEVICE_BOUND': '1', > 'SYS_NAME': 'sr0', > 'SYS_PATH': '/sys/devices/pci0000:00/0000:00:0a.0/ata2/host1/target1:0:0/1:0:0:0/block/sr0', > 'TAGS': ':seat:uaccess:systemd:', > 'USEC_INITIALIZED': '23510220'} ; >INFO:blivet:scanning sr0 (/sys/devices/pci0000:00/0000:00:0a.0/ata2/host1/target1:0:0/1:0:0:0/block/sr0)... >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:0a.0/ata2/host1/target1:0:0/1: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 33 >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 34 >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:0a.0/ata2/host1/target1:0:0/1:0:0:0/block/sr0 >DEBUG:blivet: OpticalDevice.read_current_size: exists: True ; path: /dev/sr0 ; sysfs_path: /sys/devices/pci0000:00/0000:00:0a.0/ata2/host1/target1:0:0/1:0:0:0/block/sr0 ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:0a.0/ata2/host1/target1:0:0/1:0:0:0/block/sr0/size: 323039373135310a >DEBUG:blivet:updated sr0 size to 1024 MiB (1024 MiB) >INFO:blivet:added cdrom sr0 (id 32) to device tree >INFO:blivet:got device: OpticalDevice instance (0x7f9492e7c910) -- > name = sr0 status = True id = 32 > children = [] > parents = [] > uuid = None size = 1024 MiB > format = existing None > major = 11 minor = 0 exists = True protected = False > sysfs path = /sys/devices/pci0000:00/0000:00:0a.0/ata2/host1/target1:0:0/1:0:0:0/block/sr0 > target size = 1024 MiB path = /dev/sr0 > format args = [] original_format = None >DEBUG:blivet: DeviceTree.handle_format: name: sr0 ; >DEBUG:blivet: OpticalDevice.media_present: sr0 ; status: True ; >DEBUG:blivet:no media present for device sr0 >DEBUG:blivet: DeviceTree.handle_device: name: loop0 ; info: {'CURRENT_TAGS': ':systemd:', > 'DEVNAME': '/dev/loop0', > 'DEVPATH': '/devices/virtual/block/loop0', > 'DEVTYPE': 'disk', > 'DISKSEQ': '7', > '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': '23119139'} ; >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/install/repo/images/install.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 38 >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 39 >DEBUG:blivet: FileDevice._set_format: /run/install/repo/images/install.img ; type: None ; current: None ; >INFO:blivet:added file /run/install/repo/images/install.img (id 37) to device tree >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 42 >DEBUG:blivet: FileDevice.add_child: name: /run/install/repo/images/install.img ; child: loop0 ; kids: 0 ; >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 43 >DEBUG:blivet: LoopDevice._set_format: loop0 ; type: None ; current: None ; >INFO:blivet:added loop loop0 (id 41) to device tree >INFO:blivet:got device: LoopDevice instance (0x7f94930d7100) -- > name = loop0 status = False id = 41 > children = [] > parents = ['existing 0 B file /run/install/repo/images/install.img (37)'] > 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 45 >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet:get_format('efi') returning EFIFS instance with object id 46 >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 47 >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 48 >INFO:blivet:type detected on 'loop0' is 'squashfs' >DEBUG:blivet:get_format('squashfs') returning DeviceFormat instance with object id 49 >DEBUG:blivet: LoopDevice._set_format: loop0 ; type: None ; current: None ; >INFO:blivet:got format: existing None >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:testdata:sysfs attr /sys/class/block/sdb/device/model: 534420436172642052656164657220200a >DEBUG:testdata:sysfs attr /sys/class/block/sdc/device/model: 50617472696f74204d656d6f727920200a >DEBUG:testdata:sysfs attr /sys/class/block/sda/device/model: 486974616368692048545335343530320a >DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 4456442d52202020554a2d38393820200a >DEBUG:testdata:device /dev/sdc data[440:443] = ae001000 >INFO:blivet:edd: collected mbr signatures: {'sdc': '0x001000ae'} >DEBUG:testdata:glob: /sys/firmware/edd/int13_dev*/ >DEBUG:blivet:resolved 'LABEL=FEDORA-S-DV' to 'sdc1' (partition) >DEBUG:anaconda.storage:Protected device spec LABEL=FEDORA-S-DV resolved to sdc1. >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.storage:Marking device sdc1 as protected. >DEBUG:anaconda.storage:Marking device sr0 as protected. >DEBUG:blivet: DiskDevice.teardown: sdb ; status: True ; controllable: True ; >DEBUG:blivet: DeviceFormat.teardown: device: /dev/sdb ; type: None ; status: False ; >DEBUG:blivet: DeviceFormat.teardown: device: /dev/sdb ; type: None ; status: False ; >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 ; >INFO:anaconda.modules.storage.bootloader.factory:Created the boot loader MacEFIGRUB. >DEBUG:blivet: DiskDevice.teardown: sdb ; status: True ; controllable: True ; >DEBUG:blivet: DeviceFormat.teardown: device: /dev/sdb ; type: None ; status: False ; >DEBUG:blivet: DeviceFormat.teardown: device: /dev/sdb ; type: None ; status: False ; >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: EFIFS.supported: supported: True ; >INFO:anaconda.threading:Thread Done: AnaTaskThread-ScanDevicesTask-1 (140276092941888) >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.handle_format: name: sr0 ; >DEBUG:blivet: OpticalDevice.media_present: sr0 ; status: True ; >DEBUG:blivet:no media present for device sr0 >DEBUG:anaconda.modules.common.base.base:Locale is set to pt_BR.UTF-8. >DEBUG:anaconda.modules.common.base.base:Locale is set to pt_BR.UTF-8. >DEBUG:anaconda.modules.common.base.base:Locale is set to pt_BR.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.handle_format: name: sr0 ; >DEBUG:blivet: OpticalDevice.media_present: sr0 ; status: True ; >DEBUG:blivet:no media present for device sr0 >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 232,89 GiB disk sda (27) >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 232,89 GiB disk sda (27) >DEBUG:blivet: DeviceTree.get_device_by_name: name: sdc ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 3,72 GiB disk sdc (9) with existing msdos disklabel >DEBUG:blivet: DeviceTree.get_device_by_name: name: sdc ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 3,72 GiB disk sdc (9) with existing msdos disklabel >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 232,89 GiB disk sda (27) >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 232,89 GiB disk sda (27) >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 232,89 GiB disk sda (27) >DEBUG:blivet: DeviceTree.get_dependent_devices: dep: existing 232,89 GiB disk sda (27) ; hidden: True ; >DEBUG:blivet:checking if sdb depends on sda >DEBUG:blivet:checking if sdc depends on sda >DEBUG:blivet:checking if sdc1 depends on sda >DEBUG:blivet:checking if sda depends on sda >DEBUG:blivet:checking if sr0 depends on sda >DEBUG:blivet:checking if /run/install/repo/images/install.img depends on sda >DEBUG:blivet:checking if loop0 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: DiskDevice.read_current_size: exists: True ; path: /dev/sdb ; sysfs_path: /sys/devices/pci0000:00/0000:00:06.1/usb2/2-1/2-1:1.0/host2/target2:0:0/2:0:0:0/block/sdb ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:06.1/usb2/2-1/2-1:1.0/host2/target2:0:0/2:0:0:0/block/sdb/size: 300a >INFO:blivet:Skipping disk: sdb: No media present >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 232,89 GiB disk sda (27) >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/2. >DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage/DeviceTree/1. >DEBUG:anaconda.modules.storage.partitioning.base:Creating a new storage playground for BLIVET with selected disks ['sda']. >DEBUG:blivet:starting Blivet copy >DEBUG:blivet: PartitionDevice._set_parted_partition: sdc1 ; >DEBUG:blivet:device sdc1 new parted_partition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f949078e5c0> fileSystem: <parted.filesystem.FileSystem object at 0x7f94907c9cf0> > number: 1 path: /dev/sdc1 type: 0 > name: None active: True busy: True > geometry: <parted.geometry.Geometry object at 0x7f94907c9a80> PedPartition: <_ped.Partition object at 0x7f94921d7a60> >DEBUG:blivet:finished Blivet copy >INFO:blivet:hiding device existing 3.72 GiB partition sdc1 (19) with existing efi filesystem >DEBUG:blivet: DiskDevice.remove_child: name: sdc ; child: sdc1 ; kids: 1 ; >INFO:blivet:removed partition sdc1 (id 19) from device tree >DEBUG:blivet:lvm filter: adding sdc1 to the reject list >INFO:blivet:hiding device existing 3.72 GiB disk sdc (9) with existing msdos disklabel >INFO:blivet:removed disk sdc (id 9) from device tree >DEBUG:blivet:lvm filter: adding sdc to the reject list >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdb ; sysfs_path: /sys/devices/pci0000:00/0000:00:06.1/usb2/2-1/2-1:1.0/host2/target2:0:0/2:0:0:0/block/sdb ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:06.1/usb2/2-1/2-1:1.0/host2/target2:0:0/2:0:0:0/block/sdb/size: 300a >INFO:blivet:Skipping disk: sdb: No media present >DEBUG:blivet: DeviceTree.get_dependent_devices: dep: existing 232.89 GiB disk sda (27) ; hidden: False ; >DEBUG:blivet:dep is a leaf >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 73 >DEBUG:blivet: DiskDevice._set_format: sda ; type: None ; current: None ; >INFO:blivet:registered action: [72] destroy format None on disk sda (id 27) >DEBUG:blivet: DiskLabel.__init__: device: /dev/sda ; >DEBUG:blivet:selecting None disklabel for sda based on size >DEBUG:blivet: DiskLabel.fresh_parted_disk: device: /dev/sda ; label_type: gpt ; >DEBUG:blivet:selecting None disklabel for sda based on size >DEBUG:blivet:Clear pmbr_boot on parted.Disk instance -- > type: gpt primaryPartitionCount: 0 > lastPartitionNumber: -1 maxPrimaryPartitionCount: 128 > partitions: [] > device: <parted.device.Device object at 0x7f94907ca680> > PedDisk: <_ped.Disk object at 0x7f9490804200> >DEBUG:blivet:get_format('disklabel') returning DiskLabel instance with object id 74 >DEBUG:blivet: DiskDevice._set_format: sda ; type: disklabel ; current: None ; >INFO:blivet:registered action: [75] create format gpt disklabel on disk sda (id 27) >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdb ; sysfs_path: /sys/devices/pci0000:00/0000:00:06.1/usb2/2-1/2-1:1.0/host2/target2:0:0/2:0:0:0/block/sdb ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:06.1/usb2/2-1/2-1:1.0/host2/target2:0:0/2:0:0:0/block/sdb/size: 300a >INFO:blivet:Skipping disk: sdb: No media present >DEBUG:blivet:length of free region aligned from 488397101 to 488396800 >DEBUG:blivet:length of free region aligned from 488397101 to 488396800 >DEBUG:blivet:length of free region aligned from 488397101 to 488396800 >DEBUG:blivet:length of free region aligned from 488397101 to 488396800 >DEBUG:blivet:length of free region aligned from 488397101 to 488396800 >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdb ; sysfs_path: /sys/devices/pci0000:00/0000:00:06.1/usb2/2-1/2-1:1.0/host2/target2:0:0/2:0:0:0/block/sdb ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:06.1/usb2/2-1/2-1:1.0/host2/target2:0:0/2:0:0:0/block/sdb/size: 300a >INFO:blivet:Skipping disk: sdb: No media present >DEBUG:blivet:length of free region aligned from 488397101 to 488396800 >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: 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: False ; >DEBUG:blivet: NTFS.supported: supported: False ; >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 ; >INFO:program:Running... modprobe --dry-run iso9660 >DEBUG:program:Return code: 0 >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__: >INFO:program:Running [5] mdadm --version ... >INFO:program:stdout[5]: >INFO:program:stderr[5]: mdadm - v4.2 - 2021-12-30 > >INFO:program:...done [5] (exit code: 0) >DEBUG:blivet: MultipathMember.__init__: >DEBUG:blivet: SwapSpace.__init__: >INFO:program:Running [6] mkswap --version ... >INFO:program:stdout[6]: mkswap from util-linux 2.38-rc1 > >INFO:program:stderr[6]: >INFO:program:...done [6] (exit code: 0) >DEBUG:blivet-gui-utils:Adding a new 'partition' device: >================================================================================ >**User input:** > > device_type: partition > size_selection: > total_size: 200 MiB > parents: > parent_device: existing 232.89 GiB disk sda (27) with non-existent gpt disklabel > free_space: existing 232.89 GiB free space > selected_size: 200 MiB > filesystem: macefi > name: > label: > mountpoint: /boot/efi > encrypt: False > passphrase: > encryption_type: luks2 > raid_level: None > advanced: > parttype: primary > >**Involved devices:** > >DiskDevice instance (0x7f949078feb0) -- > name = sda status = True id = 27 > children = [] > parents = [] > uuid = None size = 232.89 GiB > format = non-existent gpt disklabel > major = 8 minor = 0 exists = True protected = False > sysfs path = /sys/devices/pci0000:00/0000:00:0a.0/ata1/host0/target0:0:0/0:0:0:0/block/sda > target size = 232.89 GiB path = /dev/sda > format args = [] original_format = None removable = False wwn = 5000cca62af44386 > >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 123 >DEBUG:blivet: DiskDevice.add_child: name: sda ; child: req6 ; kids: 0 ; >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 124 >DEBUG:blivet: PartitionDevice._set_format: req6 ; type: None ; current: None ; >DEBUG:blivet: DiskDevice.remove_child: name: sda ; child: req6 ; kids: 1 ; >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 127 >INFO:blivet:added partition req6 (id 122) to device tree >INFO:blivet:registered action: [126] create device partition req6 (id 122) >DEBUG:blivet: PartitionDevice._set_format: req6 ; type: macefi ; current: None ; >INFO:blivet:registered action: [128] create format macefi filesystem mounted at /boot/efi on partition req6 (id 122) >DEBUG:blivet: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; >DEBUG:blivet:removing all non-preexisting partitions ['req6(id 122)'] from disk(s) ['sda'] >DEBUG:blivet:allocate_partitions: disks=['sda'] ; partitions=['req6(id 122)'] >DEBUG:blivet:removing all non-preexisting partitions ['req6(id 122)'] from disk(s) ['sda'] >DEBUG:blivet:allocating partition: req6 ; id: 122 ; disks: ['sda'] ; >boot: True ; primary: False ; size: 200 MiB ; 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=200 MiB boot=True best=None grow=False start=2048 >DEBUG:blivet:aligning start sector of region 34-488397134 >DEBUG:blivet:checking 2048-488397134 (232.88 GiB) >DEBUG:blivet:current free range is 2048-488397134 (232.88 GiB) >DEBUG:blivet:updating use_disk to sda, type: 0 >DEBUG:blivet:new free: 2048-488397134 / 232.88 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 0x7f94906765f0> >DEBUG:blivet:created partition sda1 of 200 MiB and added it to /dev/sda >DEBUG:blivet: PartitionDevice._set_parted_partition: req6 ; >DEBUG:blivet:device req6 new parted_partition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f94907ca5f0> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f94906753f0> PedPartition: <_ped.Partition object at 0x7f9490671a30> >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 0x7f94907ca5f0> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f94906753c0> PedPartition: <_ped.Partition object at 0x7f94921aba60> >DEBUG:blivet:grow_partitions: disks=['sda'], partitions=['sda1(id 122)'] >DEBUG:blivet:no growable partitions >DEBUG:blivet:fixing size of non-existent 200 MiB partition sda1 (122) with non-existent macefi filesystem mounted at /boot/efi >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdb ; sysfs_path: /sys/devices/pci0000:00/0000:00:06.1/usb2/2-1/2-1:1.0/host2/target2:0:0/2:0:0:0/block/sdb ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:06.1/usb2/2-1/2-1:1.0/host2/target2:0:0/2:0:0:0/block/sdb/size: 300a >INFO:blivet:Skipping disk: sdb: No media present >DEBUG:blivet:length of free region aligned from 487985487 to 487985152 >DEBUG:blivet:length of free region aligned from 487985487 to 487985152 >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdb ; sysfs_path: /sys/devices/pci0000:00/0000:00:06.1/usb2/2-1/2-1:1.0/host2/target2:0:0/2:0:0:0/block/sdb ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:06.1/usb2/2-1/2-1:1.0/host2/target2:0:0/2:0:0:0/block/sdb/size: 300a >INFO:blivet:Skipping disk: sdb: No media present >DEBUG:blivet:length of free region aligned from 487985487 to 487985152 >DEBUG:blivet-gui-utils:Adding a new 'partition' device: >================================================================================ >**User input:** > > device_type: partition > size_selection: > total_size: 232.69 GiB > parents: > parent_device: existing 232.89 GiB disk sda (27) with non-existent gpt disklabel > free_space: existing 232.69 GiB free space > selected_size: 232.69 GiB > filesystem: ext4 > name: > label: > mountpoint: / > encrypt: False > passphrase: > encryption_type: luks2 > raid_level: None > advanced: > parttype: primary > >**Involved devices:** > >DiskDevice instance (0x7f949078feb0) -- > name = sda status = True id = 27 > children = ['non-existent 200 MiB partition sda1 (122) with non-existent macefi ' > 'filesystem mounted at /boot/efi'] > parents = [] > uuid = None size = 232.89 GiB > format = non-existent gpt disklabel > major = 8 minor = 0 exists = True protected = False > sysfs path = /sys/devices/pci0000:00/0000:00:0a.0/ata1/host0/target0:0:0/0:0:0:0/block/sda > target size = 232.89 GiB path = /dev/sda > format args = [] original_format = None removable = False wwn = 5000cca62af44386 > >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 133 >DEBUG:blivet: DiskDevice.add_child: name: sda ; child: req10 ; kids: 1 ; >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 134 >DEBUG:blivet: PartitionDevice._set_format: req10 ; type: None ; current: None ; >DEBUG:blivet: DiskDevice.remove_child: name: sda ; child: req10 ; kids: 2 ; >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 137 >INFO:blivet:added partition req10 (id 132) to device tree >INFO:blivet:registered action: [136] create device partition req10 (id 132) >DEBUG:blivet: PartitionDevice._set_format: req10 ; type: ext4 ; current: None ; >INFO:blivet:registered action: [138] create format ext4 filesystem mounted at / on partition req10 (id 132) >DEBUG:blivet: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; >DEBUG:blivet:removing all non-preexisting partitions ['req10(id 132)', 'sda1(id 122)'] from disk(s) ['sda'] >DEBUG:blivet: PartitionDevice._set_parted_partition: sda1 ; >DEBUG:blivet:device sda1 new parted_partition None >DEBUG:blivet: PartitionDevice._set_disk: req6 ; old: sda ; new: None ; >DEBUG:blivet: DiskDevice.remove_child: name: sda ; child: req6 ; kids: 1 ; >DEBUG:blivet:allocate_partitions: disks=['sda'] ; partitions=['req10(id 132)', 'req6(id 122)'] >DEBUG:blivet:removing all non-preexisting partitions ['req6(id 122)', 'req10(id 132)'] from disk(s) ['sda'] >DEBUG:blivet:allocating partition: req6 ; id: 122 ; disks: ['sda'] ; >boot: True ; primary: False ; size: 200 MiB ; 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=200 MiB boot=True best=None grow=False start=2048 >DEBUG:blivet:aligning start sector of region 34-488397134 >DEBUG:blivet:checking 2048-488397134 (232.88 GiB) >DEBUG:blivet:current free range is 2048-488397134 (232.88 GiB) >DEBUG:blivet:updating use_disk to sda, type: 0 >DEBUG:blivet:new free: 2048-488397134 / 232.88 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 0x7f94906d34f0> >DEBUG:blivet:created partition sda1 of 200 MiB and added it to /dev/sda >DEBUG:blivet: PartitionDevice._set_parted_partition: req6 ; >DEBUG:blivet:device req6 new parted_partition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f94907ca5f0> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f94906d3820> PedPartition: <_ped.Partition object at 0x7f94906acc70> >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 0x7f94907ca5f0> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f94906d3760> PedPartition: <_ped.Partition object at 0x7f94906acef0> >DEBUG:blivet:allocating partition: req10 ; id: 132 ; disks: ['sda'] ; >boot: False ; primary: False ; size: 232.69 GiB ; grow: False ; max_size: 0 B ; start: 411648 ; end: None >DEBUG:blivet:checking freespace on sda >DEBUG:blivet:get_best_free_space_region: disk=/dev/sda part_type=0 req_size=232.69 GiB boot=False best=None grow=False start=411648 >DEBUG:blivet:aligning start sector of region 34-2047 >DEBUG:blivet:failed to align start sector -- skipping region >DEBUG:blivet:checking 411648-488397134 (232.69 GiB) >DEBUG:blivet:current free range is 411648-488397134 (232.69 GiB) >DEBUG:blivet:updating use_disk to sda, type: 0 >DEBUG:blivet:new free: 411648-488397134 / 232.69 GiB >DEBUG:blivet:new free allows for 0 sectors of growth >DEBUG:blivet:using alignment: parted.Alignment instance -- > offset: 0 grainSize: 1 > PedAlignment: <_ped.Alignment object at 0x7f949065c880> >DEBUG:blivet:created partition sda2 of 232.69 GiB and added it to /dev/sda >DEBUG:blivet: PartitionDevice._set_parted_partition: req10 ; >DEBUG:blivet:device req10 new parted_partition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f94907ca5f0> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f94906d3970> PedPartition: <_ped.Partition object at 0x7f94906acd10> >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 0x7f94907ca5f0> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f94906d3670> PedPartition: <_ped.Partition object at 0x7f94921aba60> >DEBUG:blivet:grow_partitions: disks=['sda'], partitions=['sda2(id 132)', 'sda1(id 122)'] >DEBUG:blivet:no growable partitions >DEBUG:blivet:fixing size of non-existent 200 MiB partition sda1 (122) with non-existent macefi filesystem mounted at /boot/efi >DEBUG:blivet:fixing size of non-existent 232.69 GiB partition sda2 (132) with non-existent ext4 filesystem mounted at / >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdb ; sysfs_path: /sys/devices/pci0000:00/0000:00:06.1/usb2/2-1/2-1:1.0/host2/target2:0:0/2:0:0:0/block/sdb ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:06.1/usb2/2-1/2-1:1.0/host2/target2:0:0/2:0:0:0/block/sdb/size: 300a >INFO:blivet:Skipping disk: sdb: No media present >DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage/Task/2. >INFO:anaconda.threading:Running Thread: AnaTaskThread-InteractivePartitioningTask-1 (140276092941888) >DEBUG:anaconda.modules.storage.bootloader.execution:Execute the bootloader with dry run False. >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdb ; sysfs_path: /sys/devices/pci0000:00/0000:00:06.1/usb2/2-1/2-1:1.0/host2/target2:0:0/2:0:0:0/block/sdb ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:06.1/usb2/2-1/2-1:1.0/host2/target2:0:0/2:0:0:0/block/sdb/size: 300a >INFO:blivet:Skipping disk: sdb: No media present >DEBUG:anaconda.modules.storage.bootloader.base:new disk list: [DiskDevice instance (0x7f949078feb0) -- > name = sda status = True id = 27 > children = ['non-existent 200 MiB partition sda1 (122) with non-existent macefi ' > 'filesystem mounted at /boot/efi', > 'non-existent 232.69 GiB partition sda2 (132) with non-existent ext4 ' > 'filesystem mounted at /'] > parents = [] > uuid = None size = 232.89 GiB > format = non-existent gpt disklabel > major = 8 minor = 0 exists = True protected = False > sysfs path = /sys/devices/pci0000:00/0000:00:0a.0/ata1/host0/target0:0:0/0:0:0:0/block/sda > target size = 232.89 GiB path = /dev/sda > format args = [] original_format = None removable = False wwn = 5000cca62af44386] >DEBUG:anaconda.modules.storage.bootloader.execution:Applying bootloader location: DEFAULT >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdb ; sysfs_path: /sys/devices/pci0000:00/0000:00:06.1/usb2/2-1/2-1:1.0/host2/target2:0:0/2:0:0:0/block/sdb ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:06.1/usb2/2-1/2-1:1.0/host2/target2:0:0/2:0:0:0/block/sdb/size: 300a >INFO:blivet:Skipping disk: sdb: No media present >DEBUG:anaconda.modules.storage.bootloader.execution:Applying drive order: [] >DEBUG:anaconda.modules.storage.bootloader.base:new disk order: [] >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdb ; sysfs_path: /sys/devices/pci0000:00/0000:00:06.1/usb2/2-1/2-1:1.0/host2/target2:0:0/2:0:0:0/block/sdb ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:06.1/usb2/2-1/2-1:1.0/host2/target2:0:0/2:0:0:0/block/sdb/size: 300a >INFO:blivet:Skipping disk: sdb: No media present >DEBUG:anaconda.modules.storage.bootloader.base:Is /run/install/repo/images/install.img a valid stage1 target device? >DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type file >DEBUG:anaconda.modules.storage.bootloader.efi:device.format.name is 'Unknown' >DEBUG:anaconda.modules.storage.bootloader.efi:MacEFIGRUB.is_valid_stage1_device(/run/install/repo/images/install.img) returning False >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.efi:device.format.name is 'squashfs' >DEBUG:anaconda.modules.storage.bootloader.efi:MacEFIGRUB.is_valid_stage1_device(loop0) returning False >DEBUG:anaconda.modules.storage.bootloader.base:Is sda a valid stage1 target device? >DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type disk >DEBUG:anaconda.modules.storage.bootloader.efi:device.format.name is 'tabela de partição (GPT)' >DEBUG:anaconda.modules.storage.bootloader.efi:MacEFIGRUB.is_valid_stage1_device(sda) returning False >DEBUG:anaconda.modules.storage.bootloader.base:Is sda1 a valid stage1 target device? >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_disklabel(sda1) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_size(sda1) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_location(sda1) returning True >WARNING:anaconda.modules.storage.bootloader.base:sda1 not bootable >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_format(sda1) returning True >DEBUG:anaconda.modules.storage.bootloader.base:is_valid_stage1_device(sda1) returning True >DEBUG:anaconda.modules.storage.bootloader.efi:device.format.name is 'Linux HFS+ ESP' >DEBUG:anaconda.modules.storage.bootloader.efi:MacEFIGRUB.is_valid_stage1_device(sda1) returning True >DEBUG:anaconda.modules.storage.bootloader.execution:Found a drive with a valid stage1: sda >DEBUG:anaconda.modules.storage.bootloader.execution:Use a usable drive with a valid stage1 device. >DEBUG:anaconda.modules.storage.bootloader.execution:Using a boot drive: sda >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 232.89 GiB disk sda (27) 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:stage1 device cannot be of type disk >DEBUG:anaconda.modules.storage.bootloader.efi:device.format.name is 'tabela de partição (GPT)' >DEBUG:anaconda.modules.storage.bootloader.efi:MacEFIGRUB.is_valid_stage1_device(sda) returning False >DEBUG:anaconda.modules.storage.bootloader.base:Is sda1 a valid stage1 target device? >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_disklabel(sda1) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_size(sda1) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_location(sda1) returning True >WARNING:anaconda.modules.storage.bootloader.base:sda1 not bootable >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_format(sda1) returning True >DEBUG:anaconda.modules.storage.bootloader.base:is_valid_stage1_device(sda1) returning True >DEBUG:anaconda.modules.storage.bootloader.efi:device.format.name is 'Linux HFS+ ESP' >DEBUG:anaconda.modules.storage.bootloader.efi:MacEFIGRUB.is_valid_stage1_device(sda1) returning True >INFO:anaconda.threading:Thread Done: AnaTaskThread-InteractivePartitioningTask-1 (140276092941888) >DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage/Task/3. >INFO:anaconda.threading:Running Thread: AnaTaskThread-StorageValidateTask-1 (140276092941888) >DEBUG:anaconda.modules.storage.bootloader.base:Is sda1 a valid stage1 target device? >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_disklabel(sda1) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_size(sda1) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_location(sda1) returning True >WARNING:anaconda.modules.storage.bootloader.base:sda1 not bootable >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_format(sda1) returning True >DEBUG:anaconda.modules.storage.bootloader.base:is_valid_stage1_device(sda1) returning True >DEBUG:anaconda.modules.storage.bootloader.efi:device.format.name is 'Linux HFS+ ESP' >DEBUG:anaconda.modules.storage.bootloader.efi:MacEFIGRUB.is_valid_stage1_device(sda1) returning True >DEBUG:anaconda.modules.storage.bootloader.base:Is sda2 a valid stage2 target device? >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_disklabel(sda2) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_size(sda2) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_partition(sda2) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_format(sda2) returning True >DEBUG:anaconda.modules.storage.bootloader.base:is_valid_stage2_device(sda2) returning True >DEBUG:anaconda.modules.storage.checker.utils:Available memory: 2.08 GiB >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdb ; sysfs_path: /sys/devices/pci0000:00/0000:00:06.1/usb2/2-1/2-1:1.0/host2/target2:0:0/2:0:0:0/block/sdb ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:06.1/usb2/2-1/2-1:1.0/host2/target2:0:0/2:0:0:0/block/sdb/size: 300a >INFO:blivet:Skipping disk: sdb: No media present >DEBUG:blivet: DeviceTree.get_device_by_path: path: /dev/sda1 ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_path returned non-existent 200 MiB partition sda1 (122) with non-existent macefi filesystem mounted at /boot/efi >DEBUG:blivet: DeviceTree.get_device_by_path: path: /dev/sda2 ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_path returned non-existent 232.69 GiB partition sda2 (132) with non-existent ext4 filesystem mounted at / >DEBUG:anaconda.modules.storage.partitioning.validate:Storage check started with constraints {'min_ram': Size (410 MiB), 'root_device_types': set(), 'min_partition_sizes': {'/': Size (250 MiB), '/usr': Size (250 MiB), '/tmp': Size (50 MiB), '/var': Size (384 MiB), '/home': Size (100 MiB), '/boot': Size (512 MiB)}, 'req_partition_sizes': {}, 'must_be_on_linuxfs': {'/tmp', '/usr', '/home', '/usr/share', '/var', '/usr/lib', '/'}, 'must_be_on_root': {'/sbin', '/bin', '/etc', '/lib', '/proc', 'lost+found', '/mnt', '/root', '/dev'}, 'must_not_be_on_root': set(), 'reformat_allowlist': {'/tmp', '/usr', '/var', '/boot'}, 'reformat_blocklist': {'/usr/local', '/home', '/opt', '/var/www'}, '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 (140276092941888) >DEBUG:blivet:starting Blivet copy >DEBUG:blivet: DeviceTree.get_device_by_id: id_num: 27 ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_id returned existing 232.89 GiB disk sda (27) 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 0x7f94906f1ae0> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f94905b7550> PedPartition: <_ped.Partition object at 0x7f949057f510> >DEBUG:blivet: DeviceTree.get_device_by_id: id_num: 27 ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_id returned existing 232.89 GiB disk sda (27) 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 0x7f94906f1ae0> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f94905b7640> PedPartition: <_ped.Partition object at 0x7f949059d4e0> >DEBUG:blivet: PartitionDevice._set_parted_partition: sdc1 ; >DEBUG:blivet:device sdc1 new parted_partition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f94905b62f0> fileSystem: <parted.filesystem.FileSystem object at 0x7f94905b7730> > number: 1 path: /dev/sdc1 type: 0 > name: None active: True busy: True > geometry: <parted.geometry.Geometry object at 0x7f94905b7880> PedPartition: <_ped.Partition object at 0x7f949059d490> >DEBUG:blivet:finished Blivet copy >DEBUG:anaconda.modules.storage.bootloader.base:Is sda1 a valid stage1 target device? >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_disklabel(sda1) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_size(sda1) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_location(sda1) returning True >WARNING:anaconda.modules.storage.bootloader.base:sda1 not bootable >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_format(sda1) returning True >DEBUG:anaconda.modules.storage.bootloader.base:is_valid_stage1_device(sda1) returning True >DEBUG:anaconda.modules.storage.bootloader.efi:device.format.name is 'Linux HFS+ ESP' >DEBUG:anaconda.modules.storage.bootloader.efi:MacEFIGRUB.is_valid_stage1_device(sda1) returning True >DEBUG:anaconda.modules.storage.bootloader.base:Is sda2 a valid stage2 target device? >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_disklabel(sda2) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_size(sda2) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_partition(sda2) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_format(sda2) returning True >DEBUG:anaconda.modules.storage.bootloader.base:is_valid_stage2_device(sda2) returning True >DEBUG:anaconda.modules.storage.checker.utils:Available memory: 2.08 GiB >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sdb ; sysfs_path: /sys/devices/pci0000:00/0000:00:06.1/usb2/2-1/2-1:1.0/host2/target2:0:0/2:0:0:0/block/sdb ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:06.1/usb2/2-1/2-1:1.0/host2/target2:0:0/2:0:0:0/block/sdb/size: 300a >INFO:blivet:Skipping disk: sdb: No media present >DEBUG:blivet: DeviceTree.get_device_by_path: path: /dev/sda1 ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_path returned non-existent 200 MiB partition sda1 (122) with non-existent macefi filesystem mounted at /boot/efi >DEBUG:blivet: DeviceTree.get_device_by_path: path: /dev/sda2 ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_path returned non-existent 232.69 GiB partition sda2 (132) with non-existent ext4 filesystem mounted at / >DEBUG:anaconda.modules.storage.partitioning.validate:Storage check started with constraints {'min_ram': Size (410 MiB), 'root_device_types': set(), 'min_partition_sizes': {'/': Size (250 MiB), '/usr': Size (250 MiB), '/tmp': Size (50 MiB), '/var': Size (384 MiB), '/home': Size (100 MiB), '/boot': Size (512 MiB)}, 'req_partition_sizes': {}, 'must_be_on_linuxfs': {'/tmp', '/usr', '/home', '/usr/share', '/var', '/usr/lib', '/'}, 'must_be_on_root': {'/sbin', '/bin', '/etc', '/lib', '/proc', 'lost+found', '/mnt', '/root', '/dev'}, 'must_not_be_on_root': set(), 'reformat_allowlist': {'/tmp', '/usr', '/var', '/boot'}, 'reformat_blocklist': {'/usr/local', '/home', '/opt', '/var/www'}, 'swap_is_recommended': False, 'luks2_min_ram': Size (128 MiB)}. >DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_root. >DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_s390_constraints. >DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_partition_formatting. >DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_partition_sizes. >DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_partition_format_sizes. >DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_bootloader. >DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_gpt_biosboot. >DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_opal_compatibility. >DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_swap. >DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_swap_uuid. >DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_mountpoints_on_linuxfs. >DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_mountpoints_on_root. >DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_mountpoints_not_on_root. >DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_unlocked_devices_have_key. >DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_luks_devices_have_key. >DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_luks2_memory_requirements. >DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_mounted_partitions. >DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_lvm_destruction. >DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_requests. >DEBUG:anaconda.modules.storage.partitioning.validate:Storage check finished with success. >DEBUG:anaconda.modules.storage.storage:The storage model has changed. >DEBUG:anaconda.modules.storage.storage:The partitioning BLIVET is applied. >DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage/Task/4. >DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage/Task/5. >DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage/Task/6. >INFO:anaconda.threading:Running Thread: AnaTaskThread-CreateStorageLayoutTask-1 (140276092941888) >DEBUG:blivet: DiskDevice.teardown: sdb ; status: True ; controllable: True ; >DEBUG:blivet: DeviceFormat.teardown: device: /dev/sdb ; type: None ; status: False ; >DEBUG:blivet: DeviceFormat.teardown: device: /dev/sdb ; type: None ; status: False ; >DEBUG:blivet: PartitionDevice.teardown: sda1 ; status: False ; controllable: True ; >DEBUG:blivet: DiskDevice.teardown: sda ; status: True ; controllable: True ; >DEBUG:blivet: DeviceFormat.teardown: device: /dev/sda ; type: None ; status: False ; >DEBUG:blivet: PartitionDevice.teardown: sda2 ; status: False ; controllable: True ; >DEBUG:blivet: DiskDevice.teardown: sda ; status: True ; controllable: True ; >DEBUG:blivet: DeviceFormat.teardown: device: /dev/sda ; type: None ; status: False ; >DEBUG:blivet:action: [72] destroy format None on disk sda (id 27) >DEBUG:blivet:action: [75] create format gpt disklabel on disk sda (id 27) >DEBUG:blivet:action: [126] create device partition sda1 (id 122) >DEBUG:blivet:action: [128] create format macefi filesystem mounted at /boot/efi on partition sda1 (id 122) >DEBUG:blivet:action: [136] create device partition sda2 (id 132) >DEBUG:blivet:action: [138] create format ext4 filesystem mounted at / on partition sda2 (id 132) >INFO:blivet:pruning action queue... >INFO:blivet:resetting parted disks... >DEBUG:blivet: DiskLabel.reset_parted_disk: device: /dev/sda ; >DEBUG:blivet: PartitionDevice.pre_commit_fixup: sda1 ; >DEBUG:blivet: PartitionDevice.pre_commit_fixup: sda2 ; >INFO:blivet:sorting actions... >DEBUG:blivet:action: [72] destroy format None on disk sda (id 27) >DEBUG:blivet:lvm filter: removing sda from the reject list >DEBUG:blivet:sda wasn't in the reject list >DEBUG:blivet:lvm filter: removing sda1 from the reject list >DEBUG:blivet:sda1 wasn't in the reject list >DEBUG:blivet:lvm filter: removing sda2 from the reject list >DEBUG:blivet:sda2 wasn't in the reject list >DEBUG:blivet:action: [75] create format gpt disklabel on disk sda (id 27) >DEBUG:blivet:lvm filter: removing sda from the reject list >DEBUG:blivet:sda wasn't in the reject list >DEBUG:blivet:lvm filter: removing sda1 from the reject list >DEBUG:blivet:sda1 wasn't in the reject list >DEBUG:blivet:lvm filter: removing sda2 from the reject list >DEBUG:blivet:sda2 wasn't in the reject list >DEBUG:blivet:action: [126] create device partition sda1 (id 122) >DEBUG:blivet:lvm filter: removing sda1 from the reject list >DEBUG:blivet:sda1 wasn't in the reject list >DEBUG:blivet:action: [136] create device partition sda2 (id 132) >DEBUG:blivet:lvm filter: removing sda2 from the reject list >DEBUG:blivet:sda2 wasn't in the reject list >DEBUG:blivet:action: [138] create format ext4 filesystem mounted at / on partition sda2 (id 132) >DEBUG:blivet:lvm filter: removing sda2 from the reject list >DEBUG:blivet:sda2 wasn't in the reject list >DEBUG:blivet:action: [128] create format macefi filesystem mounted at /boot/efi on partition sda1 (id 122) >DEBUG:blivet:lvm filter: removing sda1 from the reject list >DEBUG:blivet:sda1 wasn't in the reject list >INFO:blivet:executing action: [72] destroy format None on disk sda (id 27) >DEBUG:blivet: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; >DEBUG:blivet: DeviceFormat.destroy: device: /dev/sda ; type: None ; status: False ; >INFO:program:Running... wipefs -f -a /dev/sda >DEBUG:program:Return code: 0 >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >INFO:blivet:executing action: [75] create format gpt disklabel on disk sda (id 27) >DEBUG:blivet: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; >DEBUG:blivet: DiskLabel.create: device: /dev/sda ; type: disklabel ; status: False ; >DEBUG:blivet: DiskLabel._create: device: /dev/sda ; type: disklabel ; status: False ; >DEBUG:blivet: DiskLabel.commit: device: /dev/sda ; numparts: 0 ; >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:blivet: DiskDevice.update_sysfs_path: sda ; status: True ; >DEBUG:blivet:sda sysfs_path set to /sys/devices/pci0000:00/0000:00:0a.0/ata1/host0/target0:0:0/0:0:0:0/block/sda >INFO:blivet:executing action: [126] create device partition sda1 (id 122) >DEBUG:blivet: PartitionDevice.create: sda1 ; status: False ; >DEBUG:blivet: PartitionDevice.setup_parents: name: sda1 ; orig: False ; >DEBUG:blivet: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; >DEBUG:blivet: DiskLabel.setup: device: /dev/sda ; type: disklabel ; status: False ; >DEBUG:blivet: PartitionDevice._create: sda1 ; status: False ; >DEBUG:blivet: PartitionDevice._wipe: sda1 ; status: False ; >INFO:program:Running... dd if=/dev/zero of=/dev/sda bs=512 seek=2048 count=2048 >INFO:program:stderr: >INFO:program:b'2048+0 records in' >INFO:program:b'2048+0 records out' >INFO:program:b'1048576 bytes (1.0 MB, 1.0 MiB) copied, 0.128257 s, 8.2 MB/s' >DEBUG:program:Return code: 0 >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:blivet: DiskLabel.commit: device: /dev/sda ; numparts: 1 ; >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:blivet:post-commit partition path is /dev/sda1 >DEBUG:blivet: PartitionDevice._set_parted_partition: sda1 ; >DEBUG:blivet:device sda1 new parted_partition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f94906f1cc0> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f94905d6290> PedPartition: <_ped.Partition object at 0x7f9492166020> >DEBUG:blivet: DeviceFormat.destroy: device: /dev/sda1 ; type: None ; status: False ; >INFO:program:Running... wipefs -f -a /dev/sda1 >DEBUG:program:Return code: 0 >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:blivet: PartitionDevice.setup: sda1 ; orig: False ; status: True ; controllable: True ; >DEBUG:blivet: PartitionDevice.update_sysfs_path: sda1 ; status: True ; >DEBUG:blivet:sda1 sysfs_path set to /sys/devices/pci0000:00/0000:00:0a.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1 >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:blivet: PartitionDevice.read_current_size: exists: True ; path: /dev/sda1 ; sysfs_path: /sys/devices/pci0000:00/0000:00:0a.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1 ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:0a.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1/size: 3430393630300a >DEBUG:blivet:updated sda1 size to 200 MiB (200 MiB) >INFO:blivet:executing action: [136] create device partition sda2 (id 132) >DEBUG:blivet: PartitionDevice.create: sda2 ; status: False ; >DEBUG:blivet: PartitionDevice.setup_parents: name: sda2 ; orig: False ; >DEBUG:blivet: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; >DEBUG:blivet: DiskLabel.setup: device: /dev/sda ; type: disklabel ; status: False ; >DEBUG:blivet: PartitionDevice._create: sda2 ; status: False ; >DEBUG:blivet: PartitionDevice._wipe: sda2 ; status: False ; >INFO:program:Running... dd if=/dev/zero of=/dev/sda bs=512 seek=411648 count=2048 >INFO:program:stderr: >INFO:program:b'2048+0 records in' >INFO:program:b'2048+0 records out' >INFO:program:b'1048576 bytes (1.0 MB, 1.0 MiB) copied, 0.108887 s, 9.6 MB/s' >DEBUG:program:Return code: 0 >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:blivet: DiskLabel.commit: device: /dev/sda ; numparts: 2 ; >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:blivet:post-commit partition path is /dev/sda2 >DEBUG:blivet: PartitionDevice._set_parted_partition: sda2 ; >DEBUG:blivet:device sda2 new parted_partition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f94906f1cc0> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f94905d6a70> PedPartition: <_ped.Partition object at 0x7f94905ca250> >DEBUG:blivet: DeviceFormat.destroy: device: /dev/sda2 ; type: None ; status: False ; >INFO:program:Running... wipefs -f -a /dev/sda2 >DEBUG:program:Return code: 0 >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:blivet: PartitionDevice.setup: sda2 ; orig: False ; status: True ; controllable: True ; >DEBUG:blivet: PartitionDevice.update_sysfs_path: sda2 ; status: True ; >DEBUG:blivet:sda2 sysfs_path set to /sys/devices/pci0000:00/0000:00:0a.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2 >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:blivet: PartitionDevice.read_current_size: exists: True ; path: /dev/sda2 ; sysfs_path: /sys/devices/pci0000:00/0000:00:0a.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2 ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:0a.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2/size: 3438373938353135320a >DEBUG:blivet:updated sda2 size to 232.69 GiB (232.69 GiB) >INFO:blivet:executing action: [138] create format ext4 filesystem mounted at / on partition sda2 (id 132) >DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/sda2 ; flag: 1 ; >DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/sda2 ; flag: 2 ; >DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/sda2 ; flag: 3 ; >DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/sda2 ; flag: 4 ; >DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/sda2 ; flag: 5 ; >DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/sda2 ; flag: 6 ; >DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/sda2 ; flag: 8 ; >DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/sda2 ; flag: 9 ; >DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/sda2 ; flag: 10 ; >DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/sda2 ; flag: 11 ; >DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/sda2 ; flag: 12 ; >DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/sda2 ; flag: 13 ; >DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/sda2 ; flag: 14 ; >DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/sda2 ; flag: 15 ; >DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/sda2 ; flag: 16 ; >DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/sda2 ; flag: 17 ; >DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/sda2 ; flag: 18 ; >DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/sda2 ; flag: 19 ; >DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/sda2 ; flag: 20 ; >DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/sda2 ; flag: 21 ; >DEBUG:blivet: DiskLabel.commit_to_disk: device: /dev/sda ; numparts: 2 ; >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:blivet: PartitionDevice.setup: sda2 ; orig: False ; status: True ; controllable: True ; >DEBUG:blivet: Ext4FS.create: device: /dev/sda2 ; type: ext4 ; status: False ; >DEBUG:blivet: Ext4FS._create: type: ext4 ; device: /dev/sda2 ; mountpoint: / ; >INFO:program:Running... mke2fs -t ext4 /dev/sda2 >INFO:program:stdout: >INFO:program:Creating filesystem with 60998144 4k blocks and 15253504 inodes >INFO:program:Filesystem UUID: db638d7b-c3b5-4c99-8ffa-db12b6ef0fb4 >INFO:program:Superblock backups stored on blocks: >INFO:program: 32768, 98304, 163840, 229376, 294912, 819200, 884736, 1605632, 2654208, >INFO:program: 4096000, 7962624, 11239424, 20480000, 23887872 >INFO:program: >INFO:program:Allocating group tables: 0/1862 done >INFO:program:Writing inode tables: 0/1862 done >INFO:program:Creating journal (262144 blocks): done >INFO:program:Writing superblocks and filesystem accounting information: 0/1862 done >INFO:program: >INFO:program:stderr: >INFO:program:b'mke2fs 1.46.5 (30-Dec-2021)' >DEBUG:program:Return code: 0 >INFO:program:Running... e2label /dev/sda2 >DEBUG:program:Return code: 0 >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:blivet: PartitionDevice.update_sysfs_path: sda2 ; status: True ; >DEBUG:blivet:sda2 sysfs_path set to /sys/devices/pci0000:00/0000:00:0a.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2 >INFO:blivet:executing action: [128] create format macefi filesystem mounted at /boot/efi on partition sda1 (id 122) >DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/sda1 ; flag: 1 ; >DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/sda1 ; flag: 2 ; >DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/sda1 ; flag: 3 ; >DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/sda1 ; flag: 4 ; >DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/sda1 ; flag: 5 ; >DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/sda1 ; flag: 6 ; >DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/sda1 ; flag: 8 ; >DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/sda1 ; flag: 9 ; >DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/sda1 ; flag: 10 ; >DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/sda1 ; flag: 11 ; >DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/sda1 ; flag: 12 ; >DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/sda1 ; flag: 13 ; >DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/sda1 ; flag: 14 ; >DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/sda1 ; flag: 15 ; >DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/sda1 ; flag: 16 ; >DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/sda1 ; flag: 17 ; >DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/sda1 ; flag: 18 ; >DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/sda1 ; flag: 19 ; >DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/sda1 ; flag: 20 ; >DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/sda1 ; flag: 21 ; >DEBUG:blivet: DiskLabel.commit_to_disk: device: /dev/sda ; numparts: 2 ; >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:blivet: PartitionDevice.setup: sda1 ; orig: False ; status: True ; controllable: True ; >DEBUG:blivet: MacEFIFS.create: device: /dev/sda1 ; type: macefi ; status: False ; >DEBUG:blivet: MacEFIFS._create: type: hfsplus ; device: /dev/sda1 ; mountpoint: /boot/efi ; >WARNING:blivet:Choosing not to apply label () during creation of filesystem macefi. Label format is unacceptable for this filesystem. >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:blivet: PartitionDevice.update_sysfs_path: sda1 ; status: True ; >DEBUG:blivet:sda1 sysfs_path set to /sys/devices/pci0000:00/0000:00:0a.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1 >DEBUG:blivet: PartitionDevice._set_parted_partition: sda1 ; >DEBUG:blivet:device sda1 new parted_partition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f94906f1cc0> fileSystem: <parted.filesystem.FileSystem object at 0x7f94905d6bc0> > number: 1 path: /dev/sda1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f94905d6140> PedPartition: <_ped.Partition object at 0x7f94905cbd80> >DEBUG:blivet: PartitionDevice._set_parted_partition: sda2 ; >DEBUG:blivet:device sda2 new parted_partition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f94906f1cc0> fileSystem: <parted.filesystem.FileSystem object at 0x7f94905d6c50> > number: 2 path: /dev/sda2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f94905d69b0> PedPartition: <_ped.Partition object at 0x7f94905cbce0> >INFO:anaconda.modules.storage.installation:Setting label on existing 200 MiB partition sda1 (122) with existing macefi filesystem mounted at /boot/efi to 'Linux HFS+ ESP' >DEBUG:blivet: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; >DEBUG:blivet: DiskLabel.commit_to_disk: device: /dev/sda ; numparts: 2 ; >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet: Ext4FS.supported: supported: True ; >INFO:anaconda.threading:Thread Done: AnaTaskThread-CreateStorageLayoutTask-1 (140276092941888) >INFO:anaconda.threading:Running Thread: AnaTaskThread-MountFilesystemsTask-1 (140276092941888) >DEBUG:blivet: BindFS.supported: supported: False ; >DEBUG:blivet:get_format('bind') returning BindFS instance with object id 182 >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 184 >DEBUG:blivet: DirectoryDevice._set_format: /dev ; type: bind ; current: None ; >DEBUG:blivet:updated /dev size to 4.1 KiB (4.1 KiB) >DEBUG:blivet: TmpFS.supported: supported: True ; >DEBUG:blivet:get_format('tmpfs') returning TmpFS instance with object id 186 >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 188 >DEBUG:blivet: NoDevice._set_format: tmpfs ; type: tmpfs ; current: None ; >DEBUG:blivet: DevPtsFS.supported: supported: False ; >DEBUG:blivet:get_format('devpts') returning DevPtsFS instance with object id 190 >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 192 >DEBUG:blivet: NoDevice._set_format: devpts ; type: devpts ; current: None ; >DEBUG:blivet: SysFS.supported: supported: False ; >DEBUG:blivet:get_format('sysfs') returning SysFS instance with object id 194 >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 196 >DEBUG:blivet: NoDevice._set_format: sysfs ; type: sysfs ; current: None ; >DEBUG:blivet: ProcFS.supported: supported: False ; >DEBUG:blivet:get_format('proc') returning ProcFS instance with object id 198 >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 200 >DEBUG:blivet: NoDevice._set_format: proc ; type: proc ; current: None ; >DEBUG:blivet: SELinuxFS.supported: supported: False ; >DEBUG:blivet:get_format('selinuxfs') returning SELinuxFS instance with object id 202 >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 204 >DEBUG:blivet: NoDevice._set_format: selinuxfs ; type: selinuxfs ; current: None ; >DEBUG:blivet: USBFS.supported: supported: False ; >DEBUG:blivet:get_format('usbfs') returning USBFS instance with object id 206 >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 208 >DEBUG:blivet: NoDevice._set_format: usbfs ; type: usbfs ; current: None ; >DEBUG:blivet: BindFS.supported: supported: False ; >DEBUG:blivet:get_format('bind') returning BindFS instance with object id 210 >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 212 >DEBUG:blivet: DirectoryDevice._set_format: /run ; type: bind ; current: None ; >DEBUG:blivet:updated /run size to 880 B (880 B) >DEBUG:blivet: EFIVarFS.supported: supported: False ; >DEBUG:blivet:get_format('efivarfs') returning EFIVarFS instance with object id 214 >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 216 >DEBUG:blivet: NoDevice._set_format: efivarfs ; type: efivarfs ; current: None ; >DEBUG:blivet: TmpFS.supported: supported: True ; >DEBUG:blivet:get_format('tmpfs') returning TmpFS instance with object id 218 >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 220 >DEBUG:blivet: NoDevice._set_format: tmpfs ; type: tmpfs ; current: None ; >DEBUG:blivet: PartitionDevice.setup: sda2 ; orig: False ; status: True ; controllable: True ; >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:testdata:sysfs attr /sys/class/block/sdb/device/model: 534420436172642052656164657220200a >DEBUG:testdata:sysfs attr /sys/class/block/sdc/device/model: 50617472696f74204d656d6f727920200a >DEBUG:testdata:sysfs attr /sys/class/block/sda/device/model: 486974616368692048545335343530320a >DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 4456442d52202020554a2d38393820200a >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:testdata:sysfs attr /sys/class/block/sdb/device/model: 534420436172642052656164657220200a >DEBUG:testdata:sysfs attr /sys/class/block/sdc/device/model: 50617472696f74204d656d6f727920200a >DEBUG:testdata:sysfs attr /sys/class/block/sda/device/model: 486974616368692048545335343530320a >DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 4456442d52202020554a2d38393820200a >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:testdata:sysfs attr /sys/class/block/sdb/device/model: 534420436172642052656164657220200a >DEBUG:testdata:sysfs attr /sys/class/block/sdc/device/model: 50617472696f74204d656d6f727920200a >DEBUG:testdata:sysfs attr /sys/class/block/sda/device/model: 486974616368692048545335343530320a >DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 4456442d52202020554a2d38393820200a >DEBUG:blivet: Ext4FS.setup: device: /dev/sda2 ; type: ext4 ; status: False ; >INFO:program:Running... mount -t ext4 -o defaults /dev/sda2 /mnt/sysimage >DEBUG:program:Return code: 0 >DEBUG:blivet: PartitionDevice.setup: sda1 ; orig: False ; status: True ; controllable: True ; >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:testdata:sysfs attr /sys/class/block/sdb/device/model: 534420436172642052656164657220200a >DEBUG:testdata:sysfs attr /sys/class/block/sdc/device/model: 50617472696f74204d656d6f727920200a >DEBUG:testdata:sysfs attr /sys/class/block/sda/device/model: 486974616368692048545335343530320a >DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 4456442d52202020554a2d38393820200a >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:testdata:sysfs attr /sys/class/block/sdb/device/model: 534420436172642052656164657220200a >DEBUG:testdata:sysfs attr /sys/class/block/sdc/device/model: 50617472696f74204d656d6f727920200a >DEBUG:testdata:sysfs attr /sys/class/block/sda/device/model: 486974616368692048545335343530320a >DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 4456442d52202020554a2d38393820200a >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:testdata:sysfs attr /sys/class/block/sdb/device/model: 534420436172642052656164657220200a >DEBUG:testdata:sysfs attr /sys/class/block/sdc/device/model: 50617472696f74204d656d6f727920200a >DEBUG:testdata:sysfs attr /sys/class/block/sda/device/model: 486974616368692048545335343530320a >DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 4456442d52202020554a2d38393820200a >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:testdata:sysfs attr /sys/class/block/sdb/device/model: 534420436172642052656164657220200a >DEBUG:testdata:sysfs attr /sys/class/block/sdc/device/model: 50617472696f74204d656d6f727920200a >DEBUG:testdata:sysfs attr /sys/class/block/sda/device/model: 486974616368692048545335343530320a >DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 4456442d52202020554a2d38393820200a >DEBUG:blivet: MacEFIFS.setup: device: /dev/sda1 ; type: macefi ; status: False ; >INFO:program:Running... mount -t hfsplus -o defaults /dev/sda1 /mnt/sysimage/boot/efi >INFO:program:stderr: >INFO:program:b'mount: /mnt/sysimage/boot/efi: wrong fs type, bad option, bad superblock on /dev/sda1, missing codepage or helper program, or other error.' >INFO:program:b' dmesg(1) may have more information after failed mount system call.' >DEBUG:program:Return code: 32 >INFO:anaconda.threading:Thread Failed: AnaTaskThread-MountFilesystemsTask-1 (140276092941888) >ERROR:anaconda.modules.common.task.task:Thread AnaTaskThread-MountFilesystemsTask-1 has failed: Traceback (most recent call last): > File "/usr/lib64/python3.10/site-packages/pyanaconda/threading.py", line 275, in run > threading.Thread.run(self) > File "/usr/lib64/python3.10/threading.py", line 946, in run > self._target(*self._args, **self._kwargs) > File "/usr/lib64/python3.10/site-packages/pyanaconda/modules/common/task/task.py", line 96, in _thread_run_callback > self._task_run_callback() > File "/usr/lib64/python3.10/site-packages/pyanaconda/modules/common/task/task.py", line 109, in _task_run_callback > self._set_result(self.run()) > File "/usr/lib64/python3.10/site-packages/pyanaconda/modules/storage/installation.py", line 243, in run > self._storage.mount_filesystems() > File "/usr/lib/python3.10/site-packages/blivet/threads.py", line 53, in run_with_lock > return m(*args, **kwargs) > File "/usr/lib64/python3.10/site-packages/pyanaconda/modules/storage/devicetree/model.py", line 433, in mount_filesystems > self.fsset.mount_filesystems(root_path=root_path) > File "/usr/lib64/python3.10/site-packages/pyanaconda/modules/storage/devicetree/fsset.py", line 604, in mount_filesystems > device.format.setup( > File "/usr/lib/python3.10/site-packages/blivet/threads.py", line 53, in run_with_lock > return m(*args, **kwargs) > File "/usr/lib/python3.10/site-packages/blivet/formats/__init__.py", line 610, in setup > self._setup(**kwargs) > File "/usr/lib/python3.10/site-packages/blivet/threads.py", line 53, in run_with_lock > return m(*args, **kwargs) > File "/usr/lib/python3.10/site-packages/blivet/formats/fs.py", line 575, in _setup > self._mount.do_task(chrooted_mountpoint, options=options) > File "/usr/lib/python3.10/site-packages/blivet/tasks/fsmount.py", line 125, in do_task > raise FSError("mount failed: %s" % rc) >blivet.errors.FSError: mount failed: 32 > >INFO:anaconda.threading:Thread Done: AnaTaskThread-MountFilesystemsTask-1 (140276092941888) >WARNING:dasbus.server.handler:The call org.fedoraproject.Anaconda.Task.Finish has failed with an exception: >Traceback (most recent call last): > File "/usr/lib/python3.10/site-packages/dasbus/server/handler.py", line 455, in _method_callback > result = self._handle_call( > File "/usr/lib/python3.10/site-packages/dasbus/server/handler.py", line 265, in _handle_call > return handler(*parameters, **additional_args) > File "/usr/lib64/python3.10/site-packages/pyanaconda/modules/common/task/task_interface.py", line 114, in Finish > self.implementation.finish() > File "/usr/lib64/python3.10/site-packages/pyanaconda/modules/common/task/task.py", line 175, in finish > threadMgr.raise_if_error(self._thread_name) > File "/usr/lib64/python3.10/site-packages/pyanaconda/threading.py", line 166, in raise_if_error > raise exc_info[1] > File "/usr/lib64/python3.10/site-packages/pyanaconda/threading.py", line 275, in run > threading.Thread.run(self) > File "/usr/lib64/python3.10/threading.py", line 946, in run > self._target(*self._args, **self._kwargs) > File "/usr/lib64/python3.10/site-packages/pyanaconda/modules/common/task/task.py", line 96, in _thread_run_callback > self._task_run_callback() > File "/usr/lib64/python3.10/site-packages/pyanaconda/modules/common/task/task.py", line 109, in _task_run_callback > self._set_result(self.run()) > File "/usr/lib64/python3.10/site-packages/pyanaconda/modules/storage/installation.py", line 243, in run > self._storage.mount_filesystems() > File "/usr/lib/python3.10/site-packages/blivet/threads.py", line 53, in run_with_lock > return m(*args, **kwargs) > File "/usr/lib64/python3.10/site-packages/pyanaconda/modules/storage/devicetree/model.py", line 433, in mount_filesystems > self.fsset.mount_filesystems(root_path=root_path) > File "/usr/lib64/python3.10/site-packages/pyanaconda/modules/storage/devicetree/fsset.py", line 604, in mount_filesystems > device.format.setup( > File "/usr/lib/python3.10/site-packages/blivet/threads.py", line 53, in run_with_lock > return m(*args, **kwargs) > File "/usr/lib/python3.10/site-packages/blivet/formats/__init__.py", line 610, in setup > self._setup(**kwargs) > File "/usr/lib/python3.10/site-packages/blivet/threads.py", line 53, in run_with_lock > return m(*args, **kwargs) > File "/usr/lib/python3.10/site-packages/blivet/formats/fs.py", line 575, in _setup > self._mount.do_task(chrooted_mountpoint, options=options) > File "/usr/lib/python3.10/site-packages/blivet/tasks/fsmount.py", line 125, in do_task > raise FSError("mount failed: %s" % rc) >blivet.errors.FSError: mount failed: 32
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 2129548
: 1914083