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 1700402 Details for
Bug 1855174
btrfs installation crashes with multiple disks, when one of them is too small for the OS
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), 196.18 KB, created by
Kamil Páral
on 2020-07-09 07:13:52 UTC
(
hide
)
Description:
storage.log
Filename:
MIME Type:
Creator:
Kamil Páral
Created:
2020-07-09 07:13:52 UTC
Size:
196.18 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 >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 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 >INFO:program:Running [1] lvm version ... >INFO:program:stdout[1]: LVM version: 2.03.09(2) (2020-03-26) > Library version: 1.02.171 (2020-03-26) > Driver version: 4.42.0 > Configuration: ./configure --build=x86_64-redhat-linux-gnu --host=x86_64-redhat-linux-gnu --program-prefix= --disable-dependency-tracking --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib64 --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-default-dm-run-dir=/run --with-default-run-dir=/run/lvm --with-default-pid-dir=/run --with-default-locking-dir=/run/lock/lvm --with-usrlibdir=/usr/lib64 --enable-fsadm --enable-write_install --with-user= --with-group= --with-device-uid=0 --with-device-gid=6 --with-device-mode=0660 --enable-pkgconfig --enable-cmdlib --enable-dmeventd --enable-blkid_wiping --with-cluster=internal --enable-cmirrord --with-udevdir=/usr/lib/udev/rules.d --enable-udev_sync --with-thin=internal --with-cache=internal --enable-lvmpolld --enable-lvmlockd-dlm --enable-lvmlockd-dlmcontrol --enable-lvmlockd-sanlock --enable-dbus-service --enable-notify-dbus --enable-dmfilemapd --with-writecache=internal --with-vdo=internal --with-vdo-format=/usr/bin/vdoformat --disable-silent-rules > >INFO:program:stderr[1]: >INFO:program:...done [1] (exit code: 0) >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 >WARNING:py.warnings:/usr/lib64/python3.9/site-packages/pyanaconda/core/util.py:34: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses > import imp > >DEBUG:blivet:IGNORED: Caught exception, continuing. >DEBUG:blivet:IGNORED: Problem description: failed to get initiator name from iscsi firmware >DEBUG:blivet:IGNORED: Begin exception details. >DEBUG:blivet:IGNORED: Traceback (most recent call last): >DEBUG:blivet:IGNORED: File "/usr/lib/python3.9/site-packages/blivet/safe_dbus.py", line 139, in call_sync >DEBUG:blivet:IGNORED: ret = connection.call_sync(service, obj_path, iface, method, args, >DEBUG:blivet:IGNORED: gi.repository.GLib.GError: g-io-error-quark: GDBus.Error:org.freedesktop.UDisks2.Error.ISCSI.NoFirmware: No firmware found (36) >DEBUG:blivet:IGNORED: During handling of the above exception, another exception occurred: >DEBUG:blivet:IGNORED: Traceback (most recent call last): >DEBUG:blivet:IGNORED: File "/usr/lib/python3.9/site-packages/blivet/iscsi.py", line 160, in __init__ >DEBUG:blivet:IGNORED: initiatorname = self._call_initiator_method("GetFirmwareInitiatorName")[0] >DEBUG:blivet:IGNORED: File "/usr/lib/python3.9/site-packages/blivet/util.py", line 1102, in decorated >DEBUG:blivet:IGNORED: return fn(*args, **kwargs) >DEBUG:blivet:IGNORED: File "/usr/lib/python3.9/site-packages/blivet/iscsi.py", line 194, in _call_initiator_method >DEBUG:blivet:IGNORED: return safe_dbus.call_sync(STORAGED_SERVICE, STORAGED_MANAGER_PATH, >DEBUG:blivet:IGNORED: File "/usr/lib/python3.9/site-packages/blivet/safe_dbus.py", line 145, in call_sync >DEBUG:blivet:IGNORED: raise DBusCallError(msg) >DEBUG:blivet:IGNORED: blivet.safe_dbus.DBusCallError: 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:blivet:IGNORED: End exception details. >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:blivet:no initiator set >DEBUG:anaconda.modules.storage.zfcp.zfcp:Start up the zFCP module. >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-iBtSR6YiOD,guid=8a11e68d731a81036ffe9c4b5f06be25. >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:anaconda.modules.storage.disk_selection.selection:Protected devices are set to '[]'. >INFO:program:Running [2] e2fsck -V ... >INFO:program:stdout[2]: >INFO:program:stderr[2]: e2fsck 1.45.6 (20-Mar-2020) > Using EXT2FS Library version 1.45.6, 20-Mar-2020 > >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,FSAVAIL,FSUSE%,MOUNTPOINT >INFO:program:stdout: >INFO:program:NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID FSAVAIL FSUSE% MOUNTPOINT >INFO:program:loop0 1953247232 root disk brw-rw---- squashfs >INFO:program:loop1 8055160832 root disk brw-rw---- ext4 Anaconda edb4c39c-944c-43a3-ae5d-0b16b87f1430 >INFO:program:|-live-rw 8055160832 root disk brw-rw---- ext4 Anaconda edb4c39c-944c-43a3-ae5d-0b16b87f1430 1948258304 75% / >INFO:program:`-live-base 8055160832 root disk brw-rw---- ext4 Anaconda edb4c39c-944c-43a3-ae5d-0b16b87f1430 >INFO:program:loop2 34359738368 root disk brw-rw---- DM_snapshot_cow >INFO:program:`-live-rw 8055160832 root disk brw-rw---- ext4 Anaconda edb4c39c-944c-43a3-ae5d-0b16b87f1430 1948258304 75% / >INFO:program:sr0 2074279936 root cdrom brw-rw---- iso9660 FWL-20200708-Btrfs 2020-07-07-21-07-30-00 0 100% /run/initramfs/live >INFO:program:vda 2147483648 root disk brw-rw---- >INFO:program:vdb 16106127360 root disk brw-rw---- >DEBUG:program:Return code: 0 >DEBUG:blivet:lsblk output: >NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID FSAVAIL FSUSE% MOUNTPOINT >loop0 1953247232 root disk brw-rw---- squashfs >loop1 8055160832 root disk brw-rw---- ext4 Anaconda edb4c39c-944c-43a3-ae5d-0b16b87f1430 >|-live-rw 8055160832 root disk brw-rw---- ext4 Anaconda edb4c39c-944c-43a3-ae5d-0b16b87f1430 1948258304 75% / >`-live-base 8055160832 root disk brw-rw---- ext4 Anaconda edb4c39c-944c-43a3-ae5d-0b16b87f1430 >loop2 34359738368 root disk brw-rw---- DM_snapshot_cow >`-live-rw 8055160832 root disk brw-rw---- ext4 Anaconda edb4c39c-944c-43a3-ae5d-0b16b87f1430 1948258304 75% / >sr0 2074279936 root cdrom brw-rw---- iso9660 FWL-20200708-Btrfs 2020-07-07-21-07-30-00 0 100% /run/initramfs/live >vda 2147483648 root disk brw-rw---- >vdb 16106127360 root disk brw-rw---- > >DEBUG:blivet:trying to set new default fstype to 'ext4' >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 2 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:anaconda.storage:trying to set new default luks version to 'luks2' >DEBUG:blivet: LUKS.__init__: luks_version: luks2 ; >DEBUG:blivet:get_format('luks') returning LUKS instance with object id 3 >DEBUG:anaconda.modules.storage.storage:The storage model has changed. >DEBUG: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 (139933507368576) >INFO:blivet:no initiator set >INFO:blivet:resetting Blivet (version 3.2.2) instance <pyanaconda.modules.storage.devicetree.model.InstallerStorage object at 0x7f44cf0708e0> >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: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 >INFO:blivet:devices to scan: ['vda', 'sr0', 'vdb', 'loop0', 'loop1', 'loop2', 'live-rw', 'live-base'] >DEBUG:blivet: DeviceTree.handle_device: name: vda ; info: {'DEVLINKS': '/dev/disk/by-path/pci-0000:00:07.0 ' > '/dev/disk/by-path/virtio-pci-0000:00:07.0', > 'DEVNAME': '/dev/vda', > 'DEVPATH': '/devices/pci0000:00/0000:00:07.0/virtio3/block/vda', > 'DEVTYPE': 'disk', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': '3b83c429', > 'ID_PATH': 'pci-0000:00:07.0', > 'ID_PATH_TAG': 'pci-0000_00_07_0', > 'MAJOR': '252', > 'MINOR': '0', > 'SUBSYSTEM': 'block', > 'SYS_NAME': 'vda', > 'SYS_PATH': '/sys/devices/pci0000:00/0000:00:07.0/virtio3/block/vda', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '14781805'} ; >INFO:blivet:scanning vda (/sys/devices/pci0000:00/0000:00:07.0/virtio3/block/vda)... >INFO:program:Running [5] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { preferred_names=["^/dev/mapper/", "^/dev/md/", "^/dev/sd"] } log {level=7 file=/tmp/lvm.log syslog=0} ... >INFO:program:stdout[5]: >INFO:program:stderr[5]: >INFO:program:...done [5] (exit code: 0) >DEBUG:blivet: DeviceTree.get_device_by_name: name: vda ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned None >DEBUG:blivet: DiskDevicePopulator.run: name: vda ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:07.0/virtio3/block/vda/device/vendor: 3078316166340a >WARNING:blivet:device/model is not a valid attribute >INFO:blivet:vda 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: vda ; type: None ; current: None ; >DEBUG:blivet: DiskDevice.update_sysfs_path: vda ; status: True ; >DEBUG:blivet:vda sysfs_path set to /sys/devices/pci0000:00/0000:00:07.0/virtio3/block/vda >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/vda ; sysfs_path: /sys/devices/pci0000:00/0000:00:07.0/virtio3/block/vda ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:07.0/virtio3/block/vda/size: 343139343330340a >DEBUG:blivet:updated vda size to 2 GiB (2 GiB) >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:07.0/virtio3/block/vda/queue/rotational: 310a >INFO:blivet:added disk vda (id 4) to device tree >INFO:blivet:got device: DiskDevice instance (0x7f44cf0706a0) -- > name = vda status = True id = 4 > children = [] > parents = [] > uuid = None size = 2 GiB > format = existing None > major = 252 minor = 0 exists = True protected = False > sysfs path = /sys/devices/pci0000:00/0000:00:07.0/virtio3/block/vda > target size = 2 GiB path = /dev/vda > format args = [] original_format = None removable = False wwn = None >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:07.0/virtio3/block/vda/ro: 300a >DEBUG:blivet: DeviceTree.handle_format: name: vda ; >DEBUG:blivet: AppleBootstrapFS.supported: supported: True ; >DEBUG:blivet:get_format('appleboot') returning AppleBootstrapFS instance with object id 8 >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet:get_format('efi') returning EFIFS instance with object id 9 >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 10 >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 11 >DEBUG:blivet: DiskLabelFormatPopulator.run: device: vda ; label_type: dos ; >DEBUG:blivet: DiskDevice.setup: vda ; orig: False ; status: True ; controllable: True ; >DEBUG:blivet: DiskLabel.__init__: uuid: 3b83c429 ; label: None ; device: /dev/vda ; serial: None ; exists: True ; >DEBUG:blivet:Did not change pmbr_boot on parted.Disk instance -- > type: msdos primaryPartitionCount: 0 > lastPartitionNumber: -1 maxPrimaryPartitionCount: 4 > partitions: [] > device: <parted.device.Device object at 0x7f44ce7402b0> > PedDisk: <_ped.Disk object at 0x7f44ce7b2d80> >DEBUG:blivet:get_format('disklabel') returning DiskLabel instance with object id 12 >DEBUG:blivet: DiskDevice._set_format: vda ; type: disklabel ; current: None ; >INFO:blivet:got format: existing msdos disklabel >DEBUG:blivet: DeviceTree.handle_device: name: sr0 ; info: {'DEVLINKS': '/dev/disk/by-id/ata-QEMU_DVD-ROM_QM00007 ' > '/dev/disk/by-label/FWL-20200708-Btrfs ' > '/dev/disk/by-uuid/2020-07-07-21-07-30-00 /dev/cdrom ' > '/dev/disk/by-path/pci-0000:00:09.0-ata-2', > 'DEVNAME': '/dev/sr0', > 'DEVPATH': '/devices/pci0000:00/0000:00:09.0/ata2/host1/target1:0:0/1:0:0:0/block/sr0', > 'DEVTYPE': 'disk', > 'ID_ATA': '1', > 'ID_ATA_SATA': '1', > 'ID_BUS': 'ata', > 'ID_CDROM': '1', > 'ID_CDROM_DVD': '1', > 'ID_CDROM_MEDIA': '1', > 'ID_CDROM_MEDIA_DVD': '1', > 'ID_CDROM_MEDIA_SESSION_COUNT': '1', > 'ID_CDROM_MEDIA_STATE': 'complete', > 'ID_CDROM_MEDIA_TRACK_COUNT': '1', > 'ID_CDROM_MEDIA_TRACK_COUNT_DATA': '1', > 'ID_CDROM_MRW': '1', > 'ID_CDROM_MRW_W': '1', > 'ID_FOR_SEAT': 'block-pci-0000_00_09_0-ata-2', > 'ID_FS_BOOT_SYSTEM_ID': 'EL\\x20TORITO\\x20SPECIFICATION', > 'ID_FS_LABEL': 'FWL-20200708-Btrfs', > 'ID_FS_LABEL_ENC': 'FWL-20200708-Btrfs', > 'ID_FS_TYPE': 'iso9660', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '2020-07-07-21-07-30-00', > 'ID_FS_UUID_ENC': '2020-07-07-21-07-30-00', > 'ID_FS_VERSION': 'Joliet Extension', > 'ID_MODEL': 'QEMU_DVD-ROM', > 'ID_MODEL_ENC': 'QEMU\\x20DVD-ROM\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': '4d2c10c2', > 'ID_PATH': 'pci-0000:00:09.0-ata-2', > 'ID_PATH_TAG': 'pci-0000_00_09_0-ata-2', > 'ID_REVISION': '2.4.0', > 'ID_SERIAL': 'QEMU_DVD-ROM_QM00007', > 'ID_SERIAL_SHORT': 'QM00007', > 'ID_TYPE': 'cd', > 'MAJOR': '11', > 'MINOR': '0', > 'SUBSYSTEM': 'block', > 'SYSTEMD_MOUNT_DEVICE_BOUND': '1', > 'SYS_NAME': 'sr0', > 'SYS_PATH': '/sys/devices/pci0000:00/0000:00:09.0/ata2/host1/target1:0:0/1:0:0:0/block/sr0', > 'TAGS': ':uaccess:systemd:seat:', > 'USEC_INITIALIZED': '15071659'} ; >INFO:blivet:scanning sr0 (/sys/devices/pci0000:00/0000:00:09.0/ata2/host1/target1:0:0/1:0:0:0/block/sr0)... >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 15 >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 16 >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:09.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:09.0/ata2/host1/target1:0:0/1:0:0:0/block/sr0 ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:09.0/ata2/host1/target1:0:0/1:0:0:0/block/sr0/size: 343035313332380a >DEBUG:blivet:updated sr0 size to 1.93 GiB (1.93 GiB) >INFO:blivet:added cdrom sr0 (id 14) to device tree >INFO:blivet:got device: OpticalDevice instance (0x7f44ce7a2130) -- > name = sr0 status = True id = 14 > children = [] > parents = [] > uuid = None size = 1.93 GiB > format = existing None > major = 11 minor = 0 exists = True protected = False > sysfs path = /sys/devices/pci0000:00/0000:00:09.0/ata2/host1/target1:0:0/1:0:0:0/block/sr0 > target size = 1.93 GiB path = /dev/sr0 > format args = [] original_format = None >DEBUG:blivet: DeviceTree.handle_format: name: sr0 ; >DEBUG:blivet: OpticalDevice.media_present: sr0 ; status: True ; >DEBUG:blivet: AppleBootstrapFS.supported: supported: True ; >DEBUG:blivet:get_format('appleboot') returning AppleBootstrapFS instance with object id 18 >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet:get_format('efi') returning EFIFS instance with object id 19 >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 20 >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 21 >INFO:blivet:type detected on 'sr0' is 'iso9660' >DEBUG:blivet: Iso9660FS.supported: supported: True ; >DEBUG:blivet:get_format('iso9660') returning Iso9660FS instance with object id 22 >DEBUG:blivet: OpticalDevice._set_format: sr0 ; type: iso9660 ; current: None ; >INFO:blivet:got format: existing iso9660 filesystem >DEBUG:blivet: DeviceTree.handle_device: name: vdb ; info: {'DEVLINKS': '/dev/disk/by-path/virtio-pci-0000:00:0a.0 ' > '/dev/disk/by-path/pci-0000:00:0a.0', > 'DEVNAME': '/dev/vdb', > 'DEVPATH': '/devices/pci0000:00/0000:00:0a.0/virtio5/block/vdb', > 'DEVTYPE': 'disk', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': '5a155ed9', > 'ID_PATH': 'pci-0000:00:0a.0', > 'ID_PATH_TAG': 'pci-0000_00_0a_0', > 'MAJOR': '252', > 'MINOR': '16', > 'SUBSYSTEM': 'block', > 'SYS_NAME': 'vdb', > 'SYS_PATH': '/sys/devices/pci0000:00/0000:00:0a.0/virtio5/block/vdb', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '14807576'} ; >INFO:blivet:scanning vdb (/sys/devices/pci0000:00/0000:00:0a.0/virtio5/block/vdb)... >DEBUG:blivet: DeviceTree.get_device_by_name: name: vdb ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned None >DEBUG:blivet: DiskDevicePopulator.run: name: vdb ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:0a.0/virtio5/block/vdb/device/vendor: 3078316166340a >WARNING:blivet:device/model is not a valid attribute >INFO:blivet:vdb is a disk >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 25 >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 26 >DEBUG:blivet: DiskDevice._set_format: vdb ; type: None ; current: None ; >DEBUG:blivet: DiskDevice.update_sysfs_path: vdb ; status: True ; >DEBUG:blivet:vdb sysfs_path set to /sys/devices/pci0000:00/0000:00:0a.0/virtio5/block/vdb >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/vdb ; sysfs_path: /sys/devices/pci0000:00/0000:00:0a.0/virtio5/block/vdb ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:0a.0/virtio5/block/vdb/size: 33313435373238300a >DEBUG:blivet:updated vdb size to 15 GiB (15 GiB) >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:0a.0/virtio5/block/vdb/queue/rotational: 310a >INFO:blivet:added disk vdb (id 24) to device tree >INFO:blivet:got device: DiskDevice instance (0x7f44ce740b80) -- > name = vdb status = True id = 24 > children = [] > parents = [] > uuid = None size = 15 GiB > format = existing None > major = 252 minor = 16 exists = True protected = False > sysfs path = /sys/devices/pci0000:00/0000:00:0a.0/virtio5/block/vdb > target size = 15 GiB path = /dev/vdb > format args = [] original_format = None removable = False wwn = None >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:0a.0/virtio5/block/vdb/ro: 300a >DEBUG:blivet: DeviceTree.handle_format: name: vdb ; >DEBUG:blivet: AppleBootstrapFS.supported: supported: True ; >DEBUG:blivet:get_format('appleboot') returning AppleBootstrapFS instance with object id 28 >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet:get_format('efi') returning EFIFS instance with object id 29 >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 30 >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 31 >DEBUG:blivet: DiskLabelFormatPopulator.run: device: vdb ; label_type: dos ; >DEBUG:blivet: DiskDevice.setup: vdb ; orig: False ; status: True ; controllable: True ; >DEBUG:blivet: DiskLabel.__init__: uuid: 5a155ed9 ; label: None ; device: /dev/vdb ; serial: None ; exists: True ; >DEBUG:blivet:Did not change pmbr_boot on parted.Disk instance -- > type: msdos primaryPartitionCount: 0 > lastPartitionNumber: -1 maxPrimaryPartitionCount: 4 > partitions: [] > device: <parted.device.Device object at 0x7f44ce7a20a0> > PedDisk: <_ped.Disk object at 0x7f44ce757540> >DEBUG:blivet:get_format('disklabel') returning DiskLabel instance with object id 32 >DEBUG:blivet: DiskDevice._set_format: vdb ; type: disklabel ; current: None ; >INFO:blivet:got format: existing msdos disklabel >DEBUG:blivet: DeviceTree.handle_device: name: loop0 ; info: {'DEVNAME': '/dev/loop0', > 'DEVPATH': '/devices/virtual/block/loop0', > 'DEVTYPE': 'disk', > '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': '15032185'} ; >INFO:blivet:scanning loop0 (/sys/devices/virtual/block/loop0)... >DEBUG:blivet: DeviceTree.get_device_by_name: name: loop0 ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned None >DEBUG:blivet: LoopDevicePopulator.run: name: loop0 ; >DEBUG:blivet: DeviceTree.get_device_by_name: name: /run/initramfs/live/LiveOS/squashfs.img ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned None >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 35 >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 36 >DEBUG:blivet: FileDevice._set_format: /run/initramfs/live/LiveOS/squashfs.img ; type: None ; current: None ; >INFO:blivet:added file /run/initramfs/live/LiveOS/squashfs.img (id 34) to device tree >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 39 >DEBUG:blivet: FileDevice.add_child: name: /run/initramfs/live/LiveOS/squashfs.img ; child: loop0 ; kids: 0 ; >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 40 >DEBUG:blivet: LoopDevice._set_format: loop0 ; type: None ; current: None ; >INFO:blivet:added loop loop0 (id 38) to device tree >INFO:blivet:got device: LoopDevice instance (0x7f44cf00f5e0) -- > name = loop0 status = False id = 38 > children = [] > parents = ['existing 0 B file /run/initramfs/live/LiveOS/squashfs.img (34)'] > 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 42 >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet:get_format('efi') returning EFIFS instance with object id 43 >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 44 >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 45 >INFO:blivet:type detected on 'loop0' is 'squashfs' >DEBUG:blivet:get_format('squashfs') returning DeviceFormat instance with object id 46 >DEBUG:blivet: LoopDevice._set_format: loop0 ; type: None ; current: None ; >INFO:blivet:got format: existing None >DEBUG:blivet: DeviceTree.handle_device: name: loop1 ; info: {'DEVLINKS': '/dev/disk/by-uuid/edb4c39c-944c-43a3-ae5d-0b16b87f1430 ' > '/dev/disk/by-label/Anaconda', > 'DEVNAME': '/dev/loop1', > 'DEVPATH': '/devices/virtual/block/loop1', > 'DEVTYPE': 'disk', > 'ID_FS_LABEL': 'Anaconda', > 'ID_FS_LABEL_ENC': 'Anaconda', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': 'edb4c39c-944c-43a3-ae5d-0b16b87f1430', > 'ID_FS_UUID_ENC': 'edb4c39c-944c-43a3-ae5d-0b16b87f1430', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '7', > 'MINOR': '1', > 'SUBSYSTEM': 'block', > 'SYS_NAME': 'loop1', > 'SYS_PATH': '/sys/devices/virtual/block/loop1', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '15038186'} ; >INFO:blivet:scanning loop1 (/sys/devices/virtual/block/loop1)... >DEBUG:blivet: DeviceTree.get_device_by_name: name: loop1 ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned None >DEBUG:blivet: LoopDevicePopulator.run: name: loop1 ; >DEBUG:blivet: DeviceTree.get_device_by_name: name: /LiveOS/rootfs.img ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned None >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 49 >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 50 >DEBUG:blivet: FileDevice._set_format: /LiveOS/rootfs.img ; type: None ; current: None ; >INFO:blivet:added file /LiveOS/rootfs.img (id 48) to device tree >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 53 >DEBUG:blivet: FileDevice.add_child: name: /LiveOS/rootfs.img ; child: loop1 ; kids: 0 ; >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 54 >DEBUG:blivet: LoopDevice._set_format: loop1 ; type: None ; current: None ; >INFO:blivet:added loop loop1 (id 52) to device tree >INFO:blivet:got device: LoopDevice instance (0x7f44ce778040) -- > name = loop1 status = False id = 52 > children = [] > parents = ['existing 0 B file /LiveOS/rootfs.img (48)'] > uuid = None size = 0 B > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = > target size = 0 B path = /dev/loop1 > format args = [] original_format = None >DEBUG:testdata:sysfs attr /sys/devices/virtual/block/loop1/ro: 310a >DEBUG:blivet: DeviceTree.handle_format: name: loop1 ; >DEBUG:blivet: AppleBootstrapFS.supported: supported: True ; >DEBUG:blivet:get_format('appleboot') returning AppleBootstrapFS instance with object id 56 >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet:get_format('efi') returning EFIFS instance with object id 57 >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 58 >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 59 >INFO:blivet:type detected on 'loop1' is 'ext4' >INFO:program:Running... dumpe2fs -h /dev/loop1 >INFO:program:stdout: >INFO:program:Filesystem volume name: Anaconda >INFO:program:Last mounted on: /var/tmp/lorax.imgutils.gwz_vnjd >INFO:program:Filesystem UUID: edb4c39c-944c-43a3-ae5d-0b16b87f1430 >INFO:program:Filesystem magic number: 0xEF53 >INFO:program:Filesystem revision #: 1 (dynamic) >INFO:program:Filesystem features: has_journal ext_attr resize_inode dir_index filetype extent 64bit flex_bg sparse_super large_file huge_file dir_nlink extra_isize metadata_csum >INFO:program:Filesystem flags: signed_directory_hash >INFO:program:Default mount options: user_xattr acl >INFO:program:Filesystem state: clean >INFO:program:Errors behavior: Continue >INFO:program:Filesystem OS type: Linux >INFO:program:Inode count: 492480 >INFO:program:Block count: 1966080 >INFO:program:Reserved block count: 0 >INFO:program:Free blocks: 497819 >INFO:program:Free inodes: 333625 >INFO:program:First block: 0 >INFO:program:Block size: 4096 >INFO:program:Fragment size: 4096 >INFO:program:Group descriptor size: 64 >INFO:program:Reserved GDT blocks: 959 >INFO:program:Blocks per group: 32768 >INFO:program:Fragments per group: 32768 >INFO:program:Inodes per group: 8208 >INFO:program:Inode blocks per group: 513 >INFO:program:Flex block group size: 16 >INFO:program:Filesystem created: Tue Jul 7 16:45:57 2020 >INFO:program:Last mount time: Tue Jul 7 16:45:57 2020 >INFO:program:Last write time: Tue Jul 7 16:52:45 2020 >INFO:program:Mount count: 1 >INFO:program:Maximum mount count: -1 >INFO:program:Last checked: Tue Jul 7 16:45:57 2020 >INFO:program:Check interval: 0 (<none>) >INFO:program:Lifetime writes: 5821 MB >INFO:program:Reserved blocks uid: 0 (user root) >INFO:program:Reserved blocks gid: 0 (group root) >INFO:program:First inode: 11 >INFO:program:Inode size: 256 >INFO:program:Required extra isize: 32 >INFO:program:Desired extra isize: 32 >INFO:program:Journal inode: 8 >INFO:program:Default directory hash: half_md4 >INFO:program:Directory Hash Seed: 910d272d-2607-4010-9b9a-2a88adfd0de3 >INFO:program:Journal backup: inode blocks >INFO:program:Checksum type: crc32c >INFO:program:Checksum: 0xcaace0fd >INFO:program:Journal features: journal_incompat_revoke journal_64bit journal_checksum_v3 >INFO:program:Journal size: 64M >INFO:program:Journal length: 16384 >INFO:program:Journal sequence: 0x00000032 >INFO:program:Journal start: 0 >INFO:program:Journal checksum type: crc32c >INFO:program:Journal checksum: 0x0889a678 >INFO:program: >INFO:program:stderr: >INFO:program:b'dumpe2fs 1.45.6 (20-Mar-2020)' >DEBUG:program:Return code: 0 >INFO:program:Running... resize2fs -P /dev/loop1 >INFO:program:stdout: >INFO:program:Couldn't find valid filesystem superblock. >INFO:program:stderr: >INFO:program:b'resize2fs 1.45.6 (20-Mar-2020)' >INFO:program:b'resize2fs: Device or resource busy while trying to open /dev/loop1' >DEBUG:program:Return code: 1 >WARNING:blivet:Failed to obtain minimum size for device /dev/loop1: failed to gather info from resize program: 1 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 60 >DEBUG:blivet: LoopDevice._set_format: loop1 ; type: ext4 ; current: None ; >INFO:blivet:got format: existing ext4 filesystem >DEBUG:blivet: DeviceTree.handle_device: name: loop2 ; info: {'DEVNAME': '/dev/loop2', > 'DEVPATH': '/devices/virtual/block/loop2', > 'DEVTYPE': 'disk', > 'ID_FS_TYPE': 'DM_snapshot_cow', > 'ID_FS_USAGE': 'other', > 'MAJOR': '7', > 'MINOR': '2', > 'SUBSYSTEM': 'block', > 'SYS_NAME': 'loop2', > 'SYS_PATH': '/sys/devices/virtual/block/loop2', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '15038693'} ; >INFO:blivet:scanning loop2 (/sys/devices/virtual/block/loop2)... >DEBUG:blivet: DeviceTree.get_device_by_name: name: loop2 ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned None >DEBUG:blivet: LoopDevicePopulator.run: name: loop2 ; >DEBUG:blivet: DeviceTree.get_device_by_name: name: /overlay (deleted) ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned None >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 63 >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 64 >DEBUG:blivet: FileDevice._set_format: /overlay (deleted) ; type: None ; current: None ; >INFO:blivet:added file /overlay (deleted) (id 62) to device tree >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 67 >DEBUG:blivet: FileDevice.add_child: name: /overlay (deleted) ; child: loop2 ; kids: 0 ; >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 68 >DEBUG:blivet: LoopDevice._set_format: loop2 ; type: None ; current: None ; >INFO:blivet:added loop loop2 (id 66) to device tree >INFO:blivet:got device: LoopDevice instance (0x7f44ce7765e0) -- > name = loop2 status = False id = 66 > children = [] > parents = ['existing 0 B file /overlay (deleted) (62)'] > uuid = None size = 0 B > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = > target size = 0 B path = /dev/loop2 > format args = [] original_format = None >DEBUG:testdata:sysfs attr /sys/devices/virtual/block/loop2/ro: 300a >DEBUG:blivet: DeviceTree.handle_format: name: loop2 ; >DEBUG:blivet: AppleBootstrapFS.supported: supported: True ; >DEBUG:blivet:get_format('appleboot') returning AppleBootstrapFS instance with object id 70 >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet:get_format('efi') returning EFIFS instance with object id 71 >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 72 >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 73 >INFO:blivet:type detected on 'loop2' is 'DM_snapshot_cow' >DEBUG:blivet:get_format('DM_snapshot_cow') returning DeviceFormat instance with object id 74 >DEBUG:blivet: LoopDevice._set_format: loop2 ; type: None ; current: None ; >INFO:blivet:got format: existing None >DEBUG:blivet: DeviceTree.handle_device: name: live-rw ; info: {'DEVLINKS': '/dev/mapper/live-rw ' > '/dev/disk/by-uuid/edb4c39c-944c-43a3-ae5d-0b16b87f1430 ' > '/dev/disk/by-label/Anaconda /dev/disk/by-id/dm-name-live-rw', > 'DEVNAME': '/dev/dm-0', > 'DEVPATH': '/devices/virtual/block/dm-0', > 'DEVTYPE': 'disk', > 'DM_NAME': 'live-rw', > 'DM_SUSPENDED': '0', > 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'ID_FS_LABEL': 'Anaconda', > 'ID_FS_LABEL_ENC': 'Anaconda', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': 'edb4c39c-944c-43a3-ae5d-0b16b87f1430', > 'ID_FS_UUID_ENC': 'edb4c39c-944c-43a3-ae5d-0b16b87f1430', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '253', > 'MINOR': '0', > 'SUBSYSTEM': 'block', > 'SYS_NAME': 'dm-0', > 'SYS_PATH': '/sys/devices/virtual/block/dm-0', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '10238519'} ; >INFO:blivet:scanning live-rw (/sys/devices/virtual/block/dm-0)... >DEBUG:blivet: DeviceTree.get_device_by_name: name: live-rw ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned None >INFO:program:Running [6] dmsetup info -co subsystem --noheadings live-rw ... >INFO:program:stdout[6]: > >INFO:program:stderr[6]: >INFO:program:...done [6] (exit code: 0) >INFO:program:Running [7] dmsetup info -co subsystem --noheadings live-rw ... >INFO:program:stdout[7]: > >INFO:program:stderr[7]: >INFO:program:...done [7] (exit code: 0) >INFO:program:Running [8] dmsetup info -co subsystem --noheadings live-rw ... >INFO:program:stdout[8]: > >INFO:program:stderr[8]: >INFO:program:...done [8] (exit code: 0) >INFO:program:Running [9] dmsetup info -co subsystem --noheadings live-rw ... >INFO:program:stdout[9]: > >INFO:program:stderr[9]: >INFO:program:...done [9] (exit code: 0) >INFO:program:Running [10] dmsetup info -co subsystem --noheadings live-rw ... >INFO:program:stdout[10]: > >INFO:program:stderr[10]: >INFO:program:...done [10] (exit code: 0) >INFO:program:Running [11] dmsetup info -co subsystem --noheadings live-rw ... >INFO:program:stdout[11]: > >INFO:program:stderr[11]: >INFO:program:...done [11] (exit code: 0) >INFO:program:Running [12] dmsetup info -co subsystem --noheadings live-rw ... >INFO:program:stdout[12]: > >INFO:program:stderr[12]: >INFO:program:...done [12] (exit code: 0) >INFO:program:Running [13] dmsetup info -co subsystem --noheadings live-rw ... >INFO:program:stdout[13]: > >INFO:program:stderr[13]: >INFO:program:...done [13] (exit code: 0) >INFO:program:Running [14] dmsetup info -co subsystem --noheadings live-rw ... >INFO:program:stdout[14]: > >INFO:program:stderr[14]: >INFO:program:...done [14] (exit code: 0) >DEBUG:blivet: DMDevicePopulator.run: name: live-rw ; >DEBUG:blivet: DeviceTree.get_device_by_name: name: loop1 ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 0 B loop loop1 (52) with existing ext4 filesystem >DEBUG:blivet: DeviceTree.get_device_by_name: name: loop2 ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 0 B loop loop2 (66) >DEBUG:blivet: DeviceTree.get_device_by_name: name: live-rw ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned None >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 77 >DEBUG:blivet: LoopDevice.add_child: name: loop1 ; child: live-rw ; kids: 0 ; >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 78 >DEBUG:blivet: DMDevice._set_format: live-rw ; type: None ; current: None ; >DEBUG:blivet: DMDevice.update_sysfs_path: live-rw ; status: True ; >DEBUG:blivet:live-rw sysfs_path set to /sys/devices/virtual/block/dm-0 >DEBUG:blivet: DMDevice.read_current_size: exists: True ; path: /dev/mapper/live-rw ; sysfs_path: /sys/devices/virtual/block/dm-0 ; >DEBUG:testdata:sysfs attr /sys/devices/virtual/block/dm-0/size: 31353733323733360a >DEBUG:blivet:updated live-rw size to 7.5 GiB (7.5 GiB) >INFO:blivet:added dm live-rw (id 76) to device tree >INFO:blivet:got device: DMDevice instance (0x7f44ce749fa0) -- > name = live-rw status = True id = 76 > children = [] > parents = ['existing 0 B loop loop1 (52) with existing ext4 filesystem'] > uuid = None size = 7.5 GiB > format = existing None > major = 0 minor = 0 exists = True protected = True > sysfs path = /sys/devices/virtual/block/dm-0 > target size = 7.5 GiB path = /dev/mapper/live-rw > format args = [] original_format = None target = None dm_uuid = None >INFO:program:Running [15] dmsetup info -co subsystem --noheadings live-rw ... >INFO:program:stdout[15]: > >INFO:program:stderr[15]: >INFO:program:...done [15] (exit code: 0) >INFO:program:Running [16] dmsetup info -co subsystem --noheadings live-rw ... >INFO:program:stdout[16]: > >INFO:program:stderr[16]: >INFO:program:...done [16] (exit code: 0) >DEBUG:testdata:sysfs attr /sys/devices/virtual/block/dm-0/ro: 300a >DEBUG:blivet: DeviceTree.handle_format: name: live-rw ; >DEBUG:blivet: AppleBootstrapFS.supported: supported: True ; >DEBUG:blivet:get_format('appleboot') returning AppleBootstrapFS instance with object id 80 >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet:get_format('efi') returning EFIFS instance with object id 81 >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 82 >DEBUG:anaconda.modules.common.base.base:Locale is set to cs_CZ.UTF-8. >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 83 >INFO:blivet:type detected on 'live-rw' is 'ext4' >INFO:program:Running... dumpe2fs -h /dev/mapper/live-rw >DEBUG:anaconda.modules.common.base.base:Locale is set to cs_CZ.UTF-8. >INFO:program:stdout: >INFO:program:Filesystem volume name: Anaconda >INFO:program:Last mounted on: /sysroot >INFO:program:Filesystem UUID: edb4c39c-944c-43a3-ae5d-0b16b87f1430 >INFO:program:Filesystem magic number: 0xEF53 >INFO:program:Filesystem revision #: 1 (dynamic) >INFO:program:Filesystem features: has_journal ext_attr resize_inode dir_index filetype needs_recovery extent 64bit flex_bg sparse_super large_file huge_file dir_nlink extra_isize metadata_csum >INFO:program:Filesystem flags: signed_directory_hash >INFO:program:Default mount options: user_xattr acl >INFO:program:Filesystem state: clean >INFO:program:Errors behavior: Continue >INFO:program:Filesystem OS type: Linux >INFO:program:Inode count: 492480 >INFO:program:Block count: 1966080 >INFO:program:Reserved block count: 0 >INFO:program:Free blocks: 497819 >INFO:program:Free inodes: 333625 >INFO:program:First block: 0 >INFO:program:Block size: 4096 >INFO:program:Fragment size: 4096 >INFO:program:Group descriptor size: 64 >INFO:program:Reserved GDT blocks: 959 >INFO:program:Blocks per group: 32768 >INFO:program:Fragments per group: 32768 >INFO:program:Inodes per group: 8208 >INFO:program:Inode blocks per group: 513 >INFO:program:Flex block group size: 16 >INFO:program:Filesystem created: Tue Jul 7 16:45:57 2020 >INFO:program:Last mount time: Thu Jul 9 02:49:08 2020 >INFO:program:Last write time: Thu Jul 9 02:49:08 2020 >INFO:program:Mount count: 2 >INFO:program:Maximum mount count: -1 >INFO:program:Last checked: Tue Jul 7 16:45:57 2020 >INFO:program:Check interval: 0 (<none>) >INFO:program:Lifetime writes: 5821 MB >INFO:program:Reserved blocks uid: 0 (user root) >INFO:program:Reserved blocks gid: 0 (group root) >INFO:program:First inode: 11 >INFO:program:Inode size: 256 >INFO:program:Required extra isize: 32 >INFO:program:Desired extra isize: 32 >INFO:program:Journal inode: 8 >INFO:program:First orphan inode: 331887 >INFO:program:Default directory hash: half_md4 >INFO:program:Directory Hash Seed: 910d272d-2607-4010-9b9a-2a88adfd0de3 >INFO:program:Journal backup: inode blocks >INFO:program:Checksum type: crc32c >INFO:program:Checksum: 0xd404bb2c >INFO:program:Journal features: journal_incompat_revoke journal_64bit journal_checksum_v3 >INFO:program:Journal size: 64M >INFO:program:Journal length: 16384 >INFO:program:Journal sequence: 0x00000033 >INFO:program:Journal start: 1 >INFO:program:Journal checksum type: crc32c >INFO:program:Journal checksum: 0xad8c751f >INFO:program: >INFO:program:stderr: >INFO:program:b'dumpe2fs 1.45.6 (20-Mar-2020)' >DEBUG:program:Return code: 0 >INFO:program:Running... resize2fs -P /dev/mapper/live-rw >INFO:program:stdout: >INFO:program:Estimated minimum size of the filesystem: 1864498 >INFO:program:stderr: >INFO:program:b'resize2fs 1.45.6 (20-Mar-2020)' >DEBUG:program:Return code: 0 >DEBUG:blivet:padding min size from 7,11 GiB up to 7,5 GiB >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 84 >DEBUG:blivet: DMDevice._set_format: live-rw ; type: ext4 ; current: None ; >INFO:blivet:got format: existing ext4 filesystem >DEBUG:blivet: DeviceTree.handle_device: name: live-base ; info: {'DEVLINKS': '/dev/disk/by-label/Anaconda ' > '/dev/disk/by-uuid/edb4c39c-944c-43a3-ae5d-0b16b87f1430 ' > '/dev/mapper/live-base /dev/disk/by-id/dm-name-live-base', > 'DEVNAME': '/dev/dm-1', > 'DEVPATH': '/devices/virtual/block/dm-1', > 'DEVTYPE': 'disk', > 'DM_NAME': 'live-base', > 'DM_SUSPENDED': '0', > 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'ID_FS_LABEL': 'Anaconda', > 'ID_FS_LABEL_ENC': 'Anaconda', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': 'edb4c39c-944c-43a3-ae5d-0b16b87f1430', > 'ID_FS_UUID_ENC': 'edb4c39c-944c-43a3-ae5d-0b16b87f1430', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '253', > 'MINOR': '1', > 'SUBSYSTEM': 'block', > 'SYS_NAME': 'dm-1', > 'SYS_PATH': '/sys/devices/virtual/block/dm-1', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '10287798'} ; >INFO:blivet:scanning live-base (/sys/devices/virtual/block/dm-1)... >DEBUG:blivet: DeviceTree.get_device_by_name: name: live-base ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned None >INFO:program:Running [17] dmsetup info -co subsystem --noheadings live-base ... >INFO:program:stdout[17]: > >INFO:program:stderr[17]: >INFO:program:...done [17] (exit code: 0) >INFO:program:Running [18] dmsetup info -co subsystem --noheadings live-base ... >INFO:program:stdout[18]: > >INFO:program:stderr[18]: >INFO:program:...done [18] (exit code: 0) >INFO:program:Running [19] dmsetup info -co subsystem --noheadings live-base ... >INFO:program:stdout[19]: > >INFO:program:stderr[19]: >INFO:program:...done [19] (exit code: 0) >INFO:program:Running [20] dmsetup info -co subsystem --noheadings live-base ... >INFO:program:stdout[20]: > >INFO:program:stderr[20]: >INFO:program:...done [20] (exit code: 0) >INFO:program:Running [21] dmsetup info -co subsystem --noheadings live-base ... >INFO:program:stdout[21]: > >INFO:program:stderr[21]: >INFO:program:...done [21] (exit code: 0) >INFO:program:Running [22] dmsetup info -co subsystem --noheadings live-base ... >INFO:program:stdout[22]: > >INFO:program:stderr[22]: >INFO:program:...done [22] (exit code: 0) >INFO:program:Running [23] dmsetup info -co subsystem --noheadings live-base ... >INFO:program:stdout[23]: > >INFO:program:stderr[23]: >INFO:program:...done [23] (exit code: 0) >INFO:program:Running [24] dmsetup info -co subsystem --noheadings live-base ... >INFO:program:stdout[24]: > >INFO:program:stderr[24]: >INFO:program:...done [24] (exit code: 0) >INFO:program:Running [25] dmsetup info -co subsystem --noheadings live-base ... >INFO:program:stdout[25]: > >INFO:program:stderr[25]: >INFO:program:...done [25] (exit code: 0) >DEBUG:blivet: DMDevicePopulator.run: name: live-base ; >DEBUG:blivet: DeviceTree.get_device_by_name: name: loop1 ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 0 B loop loop1 (52) with existing ext4 filesystem >DEBUG:blivet: DeviceTree.get_device_by_name: name: live-base ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned None >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 87 >DEBUG:blivet: LoopDevice.add_child: name: loop1 ; child: live-base ; kids: 1 ; >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 88 >DEBUG:blivet: DMDevice._set_format: live-base ; type: None ; current: None ; >DEBUG:blivet: DMDevice.update_sysfs_path: live-base ; status: True ; >DEBUG:blivet:live-base sysfs_path set to /sys/devices/virtual/block/dm-1 >DEBUG:blivet: DMDevice.read_current_size: exists: True ; path: /dev/mapper/live-base ; sysfs_path: /sys/devices/virtual/block/dm-1 ; >DEBUG:testdata:sysfs attr /sys/devices/virtual/block/dm-1/size: 31353733323733360a >DEBUG:blivet:updated live-base size to 7,5 GiB (7,5 GiB) >INFO:blivet:added dm live-base (id 86) to device tree >INFO:blivet:got device: DMDevice instance (0x7f44ce719c70) -- > name = live-base status = True id = 86 > children = [] > parents = ['existing 0 B loop loop1 (52) with existing ext4 filesystem'] > uuid = None size = 7,5 GiB > format = existing None > major = 0 minor = 0 exists = True protected = True > sysfs path = /sys/devices/virtual/block/dm-1 > target size = 7,5 GiB path = /dev/mapper/live-base > format args = [] original_format = None target = None dm_uuid = None >INFO:program:Running [26] dmsetup info -co subsystem --noheadings live-base ... >INFO:program:stdout[26]: > >INFO:program:stderr[26]: >INFO:program:...done [26] (exit code: 0) >INFO:program:Running [27] dmsetup info -co subsystem --noheadings live-base ... >INFO:program:stdout[27]: > >INFO:program:stderr[27]: >INFO:program:...done [27] (exit code: 0) >DEBUG:testdata:sysfs attr /sys/devices/virtual/block/dm-1/ro: 310a >DEBUG:blivet: DeviceTree.handle_format: name: live-base ; >DEBUG:blivet: AppleBootstrapFS.supported: supported: True ; >DEBUG:blivet:get_format('appleboot') returning AppleBootstrapFS instance with object id 90 >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet:get_format('efi') returning EFIFS instance with object id 91 >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 92 >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 93 >INFO:blivet:type detected on 'live-base' is 'ext4' >INFO:program:Running... dumpe2fs -h /dev/mapper/live-base >INFO:program:stdout: >INFO:program:Filesystem volume name: Anaconda >INFO:program:Last mounted on: /var/tmp/lorax.imgutils.gwz_vnjd >INFO:program:Filesystem UUID: edb4c39c-944c-43a3-ae5d-0b16b87f1430 >INFO:program:Filesystem magic number: 0xEF53 >INFO:program:Filesystem revision #: 1 (dynamic) >INFO:program:Filesystem features: has_journal ext_attr resize_inode dir_index filetype extent 64bit flex_bg sparse_super large_file huge_file dir_nlink extra_isize metadata_csum >INFO:program:Filesystem flags: signed_directory_hash >INFO:program:Default mount options: user_xattr acl >INFO:program:Filesystem state: clean >INFO:program:Errors behavior: Continue >INFO:program:Filesystem OS type: Linux >INFO:program:Inode count: 492480 >INFO:program:Block count: 1966080 >INFO:program:Reserved block count: 0 >INFO:program:Free blocks: 497819 >INFO:program:Free inodes: 333625 >INFO:program:First block: 0 >INFO:program:Block size: 4096 >INFO:program:Fragment size: 4096 >INFO:program:Group descriptor size: 64 >INFO:program:Reserved GDT blocks: 959 >INFO:program:Blocks per group: 32768 >INFO:program:Fragments per group: 32768 >INFO:program:Inodes per group: 8208 >INFO:program:Inode blocks per group: 513 >INFO:program:Flex block group size: 16 >INFO:program:Filesystem created: Tue Jul 7 16:45:57 2020 >INFO:program:Last mount time: Tue Jul 7 16:45:57 2020 >INFO:program:Last write time: Tue Jul 7 16:52:45 2020 >INFO:program:Mount count: 1 >INFO:program:Maximum mount count: -1 >INFO:program:Last checked: Tue Jul 7 16:45:57 2020 >INFO:program:Check interval: 0 (<none>) >INFO:program:Lifetime writes: 5821 MB >INFO:program:Reserved blocks uid: 0 (user root) >INFO:program:Reserved blocks gid: 0 (group root) >INFO:program:First inode: 11 >INFO:program:Inode size: 256 >INFO:program:Required extra isize: 32 >INFO:program:Desired extra isize: 32 >INFO:program:Journal inode: 8 >INFO:program:Default directory hash: half_md4 >INFO:program:Directory Hash Seed: 910d272d-2607-4010-9b9a-2a88adfd0de3 >INFO:program:Journal backup: inode blocks >INFO:program:Checksum type: crc32c >INFO:program:Checksum: 0xcaace0fd >INFO:program:Journal features: journal_incompat_revoke journal_64bit journal_checksum_v3 >INFO:program:Journal size: 64M >INFO:program:Journal length: 16384 >INFO:program:Journal sequence: 0x00000032 >INFO:program:Journal start: 0 >INFO:program:Journal checksum type: crc32c >INFO:program:Journal checksum: 0x0889a678 >INFO:program: >INFO:program:stderr: >INFO:program:b'dumpe2fs 1.45.6 (20-Mar-2020)' >DEBUG:program:Return code: 0 >INFO:program:Running... resize2fs -P /dev/mapper/live-base >INFO:program:stdout: >INFO:program:Couldn't find valid filesystem superblock. >INFO:program:stderr: >INFO:program:b'resize2fs 1.45.6 (20-Mar-2020)' >INFO:program:b'resize2fs: Operation not permitted while trying to open /dev/mapper/live-base' >DEBUG:program:Return code: 1 >WARNING:blivet:Failed to obtain minimum size for device /dev/mapper/live-base: failed to gather info from resize program: 1 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 94 >DEBUG:blivet: DMDevice._set_format: live-base ; type: ext4 ; current: None ; >INFO:blivet:got format: existing ext4 filesystem >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:testdata:device /dev/vda data[440:443] = 29c4833b >DEBUG:testdata:device /dev/vdb data[440:443] = d95e155a >INFO:blivet:edd: collected mbr signatures: {'vda': '0x3b83c429', 'vdb': '0x5a155ed9'} >DEBUG:testdata:glob: /sys/firmware/edd/int13_dev*/ >DEBUG:blivet: DeviceTree.get_device_by_name: name: sr0 ; incomplete: False ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 1,93 GiB cdrom sr0 (14) with existing iso9660 filesystem >DEBUG:anaconda.storage:Resolved live device to sr0. >DEBUG:anaconda.storage:Marking device sr0 as protected. >DEBUG:anaconda.storage:Marking device sr0 as protected. >DEBUG:blivet: DiskDevice.teardown: vda ; status: True ; controllable: True ; >DEBUG:blivet: DiskLabel.teardown: device: /dev/vda ; type: disklabel ; status: False ; >DEBUG:blivet: DiskLabel.teardown: device: /dev/vda ; type: disklabel ; status: False ; >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:blivet: DiskDevice.teardown: vdb ; status: True ; controllable: True ; >DEBUG:blivet: DiskLabel.teardown: device: /dev/vdb ; type: disklabel ; status: False ; >DEBUG:blivet: DiskLabel.teardown: device: /dev/vdb ; type: disklabel ; status: False ; >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:blivet: LoopDevice.teardown: loop2 ; status: False ; controllable: False ; >DEBUG:blivet: FileDevice.teardown: /overlay (deleted) ; status: False ; controllable: False ; >INFO:anaconda.modules.storage.bootloader.factory:Created the boot loader GRUB2. >DEBUG:blivet: DiskDevice.teardown: vda ; status: True ; controllable: True ; >DEBUG:blivet: DiskLabel.teardown: device: /dev/vda ; type: disklabel ; status: False ; >DEBUG:blivet: DiskLabel.teardown: device: /dev/vda ; type: disklabel ; status: False ; >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:blivet: DiskDevice.teardown: vdb ; status: True ; controllable: True ; >DEBUG:blivet: DiskLabel.teardown: device: /dev/vdb ; type: disklabel ; status: False ; >DEBUG:blivet: DiskLabel.teardown: device: /dev/vdb ; type: disklabel ; status: False ; >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:blivet: LoopDevice.teardown: loop2 ; status: False ; controllable: False ; >DEBUG:blivet: FileDevice.teardown: /overlay (deleted) ; status: False ; controllable: False ; >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet: Iso9660FS.supported: supported: True ; >INFO:anaconda.threading:Thread Done: AnaTaskThread-ScanDevicesTask-1 (139933507368576) >DEBUG:anaconda.modules.storage.storage:The storage model has changed. >DEBUG:anaconda.modules.storage.storage:The storage model has changed. >DEBUG:anaconda.modules.storage.storage:The partitioning NONE is applied. >DEBUG:blivet: DeviceTree.get_device_by_path: path: /dev/mapper/live-base ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_path returned existing 7,5 GiB dm live-base (86) with existing ext4 filesystem >DEBUG:blivet:resolved '/dev/mapper/live-base' to 'live-base' (dm) >DEBUG:blivet: DeviceTree.get_device_by_name: name: live-base ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 7,5 GiB dm live-base (86) with existing ext4 filesystem >DEBUG:anaconda.modules.common.base.base:Locale is set to en_US.UTF-8. >DEBUG:anaconda.modules.common.base.base:Locale is set to en_US.UTF-8. >DEBUG:anaconda.modules.storage.storage:Created the partitioning AUTOMATIC. >DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage/Partitioning/1. >DEBUG:blivet: DeviceTree.get_device_by_name: name: vda ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 2 GiB disk vda (4) with existing msdos disklabel >DEBUG:blivet: DeviceTree.get_device_by_name: name: vda ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 2 GiB disk vda (4) with existing msdos disklabel >DEBUG:blivet: DeviceTree.get_device_by_name: name: vdb ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 15 GiB disk vdb (24) with existing msdos disklabel >DEBUG:blivet: DeviceTree.get_device_by_name: name: vdb ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 15 GiB disk vdb (24) with existing msdos disklabel >DEBUG:blivet: DeviceTree.get_device_by_name: name: vda ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 2 GiB disk vda (4) with existing msdos disklabel >DEBUG:blivet: DeviceTree.get_device_by_name: name: vda ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 2 GiB disk vda (4) with existing msdos disklabel >DEBUG:blivet: DeviceTree.get_device_by_name: name: vda ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 2 GiB disk vda (4) with existing msdos disklabel >DEBUG:blivet: DeviceTree.get_device_by_name: name: vdb ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 15 GiB disk vdb (24) with existing msdos disklabel >DEBUG:blivet: DeviceTree.get_device_by_name: name: vda ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 2 GiB disk vda (4) with existing msdos disklabel >DEBUG:blivet: DeviceTree.get_device_by_name: name: vdb ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 15 GiB disk vdb (24) with existing msdos disklabel >DEBUG:blivet: DeviceTree.get_device_by_name: name: vda ; incomplete: False ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 2 GiB disk vda (4) with existing msdos disklabel >DEBUG:blivet: DeviceTree.get_dependent_devices: dep: existing 2 GiB disk vda (4) with existing msdos disklabel ; hidden: True ; >DEBUG:blivet:checking if vda depends on vda >DEBUG:blivet:checking if sr0 depends on vda >DEBUG:blivet:checking if vdb depends on vda >DEBUG:blivet:checking if /run/initramfs/live/LiveOS/squashfs.img depends on vda >DEBUG:blivet:checking if loop0 depends on vda >DEBUG:blivet:checking if /LiveOS/rootfs.img depends on vda >DEBUG:blivet:checking if loop1 depends on vda >DEBUG:blivet:checking if /overlay (deleted) depends on vda >DEBUG:blivet:checking if loop2 depends on vda >DEBUG:blivet:checking if live-rw depends on vda >DEBUG:blivet:checking if live-base depends on vda >DEBUG:blivet: DeviceTree.get_device_by_name: name: vdb ; incomplete: False ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 15 GiB disk vdb (24) with existing msdos disklabel >DEBUG:blivet: DeviceTree.get_dependent_devices: dep: existing 15 GiB disk vdb (24) with existing msdos disklabel ; hidden: True ; >DEBUG:blivet:checking if vda depends on vdb >DEBUG:blivet:checking if sr0 depends on vdb >DEBUG:blivet:checking if vdb depends on vdb >DEBUG:blivet:checking if /run/initramfs/live/LiveOS/squashfs.img depends on vdb >DEBUG:blivet:checking if loop0 depends on vdb >DEBUG:blivet:checking if /LiveOS/rootfs.img depends on vdb >DEBUG:blivet:checking if loop1 depends on vdb >DEBUG:blivet:checking if /overlay (deleted) depends on vdb >DEBUG:blivet:checking if loop2 depends on vdb >DEBUG:blivet:checking if live-rw depends on vdb >DEBUG:blivet:checking if live-base depends on vdb >DEBUG:anaconda.modules.storage.disk_initialization.initialization:The initialization mode is set to 'InitializationMode.CLEAR_NONE'. >DEBUG:anaconda.modules.storage.disk_initialization.initialization:Can initialize labels is set to 'True'. >DEBUG:blivet: DeviceTree.get_device_by_name: name: vda ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 2 GiB disk vda (4) with existing msdos disklabel >DEBUG:blivet: DeviceTree.get_device_by_name: name: vdb ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 15 GiB disk vdb (24) with existing msdos disklabel >DEBUG:anaconda.modules.storage.disk_selection.selection:Selected disks are set to '['vda', 'vdb']'. >DEBUG:anaconda.modules.storage.disk_initialization.initialization:Drives to clear are set to '['vda', 'vdb']'. >DEBUG:anaconda.modules.storage.storage:Created the partitioning AUTOMATIC. >DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage/Partitioning/2. >DEBUG:anaconda.modules.storage.partitioning.automatic.automatic_module:Request is set to 'PartitioningRequest(backup_passphrase_enabled=False, cipher='', encrypted=False, escrow_certificate='', excluded_mount_points=[], file_system_type='', luks_version='', partitioning_scheme=1, passphrase_set=False, pbkdf='', pbkdf_iterations=0, pbkdf_memory=0, pbkdf_time=0)'. >DEBUG:blivet:starting Blivet copy >DEBUG:blivet:finished Blivet copy >DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage/DeviceTree/1. >DEBUG:blivet: DeviceTree.get_device_by_name: name: vda ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 2 GiB disk vda (4) with existing msdos disklabel >DEBUG:blivet: DeviceTree.get_device_by_name: name: vdb ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 15 GiB disk vdb (24) with existing msdos disklabel >DEBUG:blivet: DeviceTree.get_device_by_name: name: vda ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 2 GiB disk vda (4) with existing msdos disklabel >DEBUG:blivet: DeviceTree.get_device_by_name: name: vdb ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 15 GiB disk vdb (24) with existing msdos disklabel >DEBUG:blivet: DeviceTree.get_device_by_name: name: vda ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 2 GiB disk vda (4) with existing msdos disklabel >DEBUG:blivet: DeviceTree.get_device_by_name: name: vdb ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 15 GiB disk vdb (24) with existing msdos disklabel >DEBUG:anaconda.modules.storage.disk_initialization.initialization:The initialization mode is set to 'InitializationMode.CLEAR_NONE'. >DEBUG:anaconda.modules.storage.disk_initialization.initialization:Can initialize labels is set to 'True'. >DEBUG:blivet: DeviceTree.get_device_by_name: name: vda ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 2 GiB disk vda (4) with existing msdos disklabel >DEBUG:blivet: DeviceTree.get_device_by_name: name: vdb ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 15 GiB disk vdb (24) with existing msdos disklabel >DEBUG:anaconda.modules.storage.disk_selection.selection:Selected disks are set to '['vda', 'vdb']'. >DEBUG:anaconda.modules.storage.disk_initialization.initialization:Drives to clear are set to '['vda', 'vdb']'. >DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage/Task/2. >INFO:anaconda.threading:Running Thread: AnaTaskThread-AutomaticPartitioningTask-1 (139933507368576) >DEBUG:blivet:checking whether disk vda has an empty extended >DEBUG:blivet:extended is None ; logicals is [] >DEBUG:blivet:checking whether disk vdb has an empty extended >DEBUG:blivet:extended is None ; logicals is [] >DEBUG:anaconda.modules.storage.partitioning.automatic.noninteractive_partitioning:Looking at disk: vda >DEBUG:blivet: DeviceTree.get_dependent_devices: dep: existing 2 GiB disk vda (4) with existing msdos disklabel ; hidden: False ; >DEBUG:blivet:dep is a leaf >DEBUG:anaconda.modules.storage.partitioning.automatic.noninteractive_partitioning:Removing vda. >DEBUG:blivet:removing vda >DEBUG:blivet: DeviceTree.get_dependent_devices: dep: existing 2 GiB disk vda (4) with existing msdos disklabel ; hidden: False ; >DEBUG:blivet:dep is a leaf >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 130 >DEBUG:blivet: DiskDevice._set_format: vda ; type: None ; current: disklabel ; >INFO:blivet:registered action: [129] destroy format msdos disklabel on disk vda (id 4) >DEBUG:blivet: DeviceTree.get_dependent_devices: dep: existing 2 GiB disk vda (4) ; hidden: False ; >DEBUG:blivet:dep is a leaf >DEBUG:anaconda.modules.storage.partitioning.automatic.noninteractive_partitioning:Initializing vda. >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 132 >DEBUG:blivet: DiskDevice._set_format: vda ; type: None ; current: None ; >INFO:blivet:registered action: [131] destroy format None on disk vda (id 4) >DEBUG:blivet: DiskLabel.__init__: device: /dev/vda ; >DEBUG:blivet:selecting None disklabel for vda based on size >DEBUG:blivet: DiskLabel.fresh_parted_disk: device: /dev/vda ; label_type: msdos ; >DEBUG:blivet:selecting None disklabel for vda based on size >DEBUG:blivet:Did not change pmbr_boot on parted.Disk instance -- > type: msdos primaryPartitionCount: 0 > lastPartitionNumber: -1 maxPrimaryPartitionCount: 4 > partitions: [] > device: <parted.device.Device object at 0x7f44ce66df70> > PedDisk: <_ped.Disk object at 0x7f44ce66cd00> >DEBUG:blivet:get_format('disklabel') returning DiskLabel instance with object id 133 >DEBUG:blivet: DiskDevice._set_format: vda ; type: disklabel ; current: None ; >INFO:blivet:registered action: [134] create format msdos disklabel on disk vda (id 4) >DEBUG:anaconda.modules.storage.partitioning.automatic.noninteractive_partitioning:Looking at disk: vdb >DEBUG:blivet: DeviceTree.get_dependent_devices: dep: existing 15 GiB disk vdb (24) with existing msdos disklabel ; hidden: False ; >DEBUG:blivet:dep is a leaf >DEBUG:anaconda.modules.storage.partitioning.automatic.noninteractive_partitioning:Removing vdb. >DEBUG:blivet:removing vdb >DEBUG:blivet: DeviceTree.get_dependent_devices: dep: existing 15 GiB disk vdb (24) with existing msdos disklabel ; hidden: False ; >DEBUG:blivet:dep is a leaf >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 136 >DEBUG:blivet: DiskDevice._set_format: vdb ; type: None ; current: disklabel ; >INFO:blivet:registered action: [135] destroy format msdos disklabel on disk vdb (id 24) >DEBUG:blivet: DeviceTree.get_dependent_devices: dep: existing 15 GiB disk vdb (24) ; hidden: False ; >DEBUG:blivet:dep is a leaf >DEBUG:anaconda.modules.storage.partitioning.automatic.noninteractive_partitioning:Initializing vdb. >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 138 >DEBUG:blivet: DiskDevice._set_format: vdb ; type: None ; current: None ; >INFO:blivet:registered action: [137] destroy format None on disk vdb (id 24) >DEBUG:blivet: DiskLabel.__init__: device: /dev/vdb ; >DEBUG:blivet:selecting None disklabel for vdb based on size >DEBUG:blivet: DiskLabel.fresh_parted_disk: device: /dev/vdb ; label_type: msdos ; >DEBUG:blivet:selecting None disklabel for vdb based on size >DEBUG:blivet:Did not change pmbr_boot on parted.Disk instance -- > type: msdos primaryPartitionCount: 0 > lastPartitionNumber: -1 maxPrimaryPartitionCount: 4 > partitions: [] > device: <parted.device.Device object at 0x7f44ce61bcd0> > PedDisk: <_ped.Disk object at 0x7f44ce61d640> >DEBUG:blivet:get_format('disklabel') returning DiskLabel instance with object id 139 >DEBUG:blivet: DiskDevice._set_format: vdb ; type: disklabel ; current: None ; >INFO:blivet:registered action: [140] create format msdos disklabel on disk vdb (id 24) >DEBUG:anaconda.modules.storage.bootloader.execution:Execute the bootloader with dry run True. >DEBUG:anaconda.modules.storage.bootloader.base:new disk list: [DiskDevice instance (0x7f44ce6fed00) -- > name = vda status = True id = 4 > children = [] > parents = [] > uuid = None size = 2 GiB > format = non-existent msdos disklabel > major = 252 minor = 0 exists = True protected = False > sysfs path = /sys/devices/pci0000:00/0000:00:07.0/virtio3/block/vda > target size = 2 GiB path = /dev/vda > format args = [] original_format = disklabel removable = False wwn = None, DiskDevice instance (0x7f44ce771940) -- > name = vdb status = True id = 24 > children = [] > parents = [] > uuid = None size = 15 GiB > format = non-existent msdos disklabel > major = 252 minor = 16 exists = True protected = False > sysfs path = /sys/devices/pci0000:00/0000:00:0a.0/virtio5/block/vdb > target size = 15 GiB path = /dev/vdb > format args = [] original_format = disklabel removable = False wwn = None] >DEBUG:anaconda.modules.storage.bootloader.execution:Applying bootloader location: DEFAULT >DEBUG:anaconda.modules.storage.bootloader.execution:Applying drive order: [] >DEBUG:anaconda.modules.storage.bootloader.base:new disk order: [] >DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type file >DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type file >DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type file >DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type dm >DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type dm >DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type loop >DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type loop >DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type loop >DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type cdrom >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_disklabel(vda) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_size(vda) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_location(vda) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_format(vda) returning True >DEBUG:anaconda.modules.storage.bootloader.base:is_valid_stage1_device(vda) returning True >DEBUG:anaconda.modules.storage.bootloader.execution:Found a drive with a valid stage1: vda >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: vda >DEBUG:blivet: DeviceTree.get_device_by_name: name: vda ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 2 GiB disk vda (4) with non-existent msdos disklabel >DEBUG:blivet:resolved 'vda' to 'vda' (disk) >DEBUG:anaconda.modules.storage.partitioning.automatic.automatic_partitioning:Executing the automatic partitioning. >INFO:anaconda.core.storage:Detected 2.95 GiB of memory >INFO:anaconda.core.storage:Suggested swap size (2.95 GiB) exceeds 10 % of disk space, using 10 % of disk space (1.7 GiB) instead. >INFO:anaconda.core.storage:Swap attempt of 1.7 GiB >DEBUG:anaconda.modules.storage.partitioning.automatic.automatic_partitioning:scheme: 1 >DEBUG:anaconda.modules.storage.partitioning.automatic.automatic_partitioning:requests: >PartSpec instance (0x7f44ce61b970) -- > mountpoint = None lv = False thin = False btrfs = False > weight = 0 fstype = biosboot encrypted = False > size = 1024 KiB max_size = None grow = False >PartSpec instance (0x7f44ce622070) -- > mountpoint = /boot lv = False thin = False btrfs = False > weight = 0 fstype = ext4 encrypted = False > size = 1024 MiB max_size = None grow = False >PartSpec instance (0x7f44ce719280) -- > mountpoint = / lv = True thin = True btrfs = True > weight = 0 fstype = ext4 encrypted = True > size = 1024 MiB max_size = 70 GiB grow = True >PartSpec instance (0x7f44ce7195b0) -- > mountpoint = /home lv = True thin = True btrfs = True > weight = 0 fstype = ext4 encrypted = True > size = 500 MiB max_size = None grow = True >PartSpec instance (0x7f44ce7195e0) -- > mountpoint = None lv = True thin = False btrfs = False > weight = 0 fstype = swap encrypted = True > size = 1.7 GiB max_size = None grow = False > >DEBUG:anaconda.modules.storage.partitioning.automatic.automatic_partitioning:encrypted: False >DEBUG:anaconda.modules.storage.partitioning.automatic.automatic_partitioning:storage.disks: ['vda', 'vdb'] >DEBUG:anaconda.modules.storage.partitioning.automatic.automatic_partitioning:storage.partitioned: ['vda', 'vdb'] >DEBUG:anaconda.modules.storage.partitioning.automatic.automatic_partitioning:all names: ['/LiveOS/rootfs.img', '/overlay (deleted)', '/run/initramfs/live/LiveOS/squashfs.img', 'live-base', 'live-rw', 'loop0', 'loop1', 'loop2', 'sr0', 'vda', 'vdb'] >DEBUG:anaconda.modules.storage.partitioning.automatic.automatic_partitioning:boot disk: vda >DEBUG:anaconda.modules.storage.partitioning.automatic.automatic_partitioning:candidate disks: ['vda', 'vdb'] >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 141 >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 143 >DEBUG:blivet: DiskDevice.add_child: name: vda ; child: req0 ; kids: 0 ; >DEBUG:blivet: PartitionDevice._set_format: req0 ; type: btrfs ; current: None ; >DEBUG:blivet: DiskDevice.remove_child: name: vda ; child: req0 ; kids: 1 ; >INFO:blivet:added partition req0 (id 142) to device tree >INFO:blivet:registered action: [145] create device partition req0 (id 142) >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 147 >DEBUG:blivet: PartitionDevice._set_format: req0 ; type: btrfs ; current: btrfs ; >INFO:blivet:registered action: [146] create format btrfs filesystem on partition req0 (id 142) >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 148 >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 150 >DEBUG:blivet: DiskDevice.add_child: name: vdb ; child: req1 ; kids: 0 ; >DEBUG:blivet: PartitionDevice._set_format: req1 ; type: btrfs ; current: None ; >DEBUG:blivet: DiskDevice.remove_child: name: vdb ; child: req1 ; kids: 1 ; >INFO:blivet:added partition req1 (id 149) to device tree >INFO:blivet:registered action: [152] create device partition req1 (id 149) >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 154 >DEBUG:blivet: PartitionDevice._set_format: req1 ; type: btrfs ; current: btrfs ; >INFO:blivet:registered action: [153] create format btrfs filesystem on partition req1 (id 149) >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_disklabel(vda) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_size(vda) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_location(vda) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_format(vda) returning True >DEBUG:anaconda.modules.storage.bootloader.base:is_valid_stage1_device(vda) returning True >INFO:anaconda.modules.storage.partitioning.automatic.utils:skipping unneeded stage1 biosboot request >DEBUG:anaconda.modules.storage.partitioning.automatic.utils:PartSpec instance (0x7f44ce61b970) -- > mountpoint = None lv = False thin = False btrfs = False > weight = 0 fstype = biosboot encrypted = False > size = 1024 KiB max_size = None grow = False > >DEBUG:anaconda.modules.storage.partitioning.automatic.utils:existing 2 GiB disk vda (4) with non-existent msdos disklabel >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 155 >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 157 >DEBUG:blivet: DiskDevice.add_child: name: vda ; child: req2 ; kids: 0 ; >DEBUG:blivet: DiskDevice.add_child: name: vdb ; child: req2 ; kids: 0 ; >DEBUG:blivet: PartitionDevice._set_format: req2 ; type: ext4 ; current: None ; >DEBUG:blivet: DiskDevice.remove_child: name: vda ; child: req2 ; kids: 1 ; >DEBUG:blivet: DiskDevice.remove_child: name: vdb ; child: req2 ; kids: 1 ; >INFO:blivet:added partition req2 (id 156) to device tree >INFO:blivet:registered action: [159] create device partition req2 (id 156) >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 161 >DEBUG:blivet: PartitionDevice._set_format: req2 ; type: ext4 ; current: ext4 ; >INFO:blivet:registered action: [160] create format ext4 filesystem mounted at /boot on partition req2 (id 156) >DEBUG:blivet: SwapSpace.__init__: mountpoint: None ; >DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 162 >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 164 >DEBUG:blivet: DiskDevice.add_child: name: vda ; child: req3 ; kids: 0 ; >DEBUG:blivet: DiskDevice.add_child: name: vdb ; child: req3 ; kids: 0 ; >DEBUG:blivet: PartitionDevice._set_format: req3 ; type: swap ; current: None ; >DEBUG:blivet: DiskDevice.remove_child: name: vda ; child: req3 ; kids: 1 ; >DEBUG:blivet: DiskDevice.remove_child: name: vdb ; child: req3 ; kids: 1 ; >INFO:blivet:added partition req3 (id 163) to device tree >INFO:blivet:registered action: [166] create device partition req3 (id 163) >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 168 >INFO:program:Running [28] mkswap --version ... >INFO:program:stdout[28]: mkswap from util-linux 2.35.2 > >INFO:program:stderr[28]: >INFO:program:...done [28] (exit code: 0) >DEBUG:blivet: PartitionDevice._set_format: req3 ; type: swap ; current: swap ; >INFO:blivet:registered action: [167] create format swap on partition req3 (id 163) >DEBUG:blivet: DiskDevice.setup: vda ; orig: False ; status: True ; controllable: True ; >DEBUG:blivet: DiskDevice.setup: vdb ; orig: False ; status: True ; controllable: True ; >DEBUG:blivet:removing all non-preexisting partitions ['req0(id 142)', 'req1(id 149)', 'req2(id 156)', 'req3(id 163)'] from disk(s) ['vda', 'vdb'] >DEBUG:blivet:allocate_partitions: disks=['vda', 'vdb'] ; partitions=['req0(id 142)', 'req1(id 149)', 'req2(id 156)', 'req3(id 163)'] >DEBUG:blivet:removing all non-preexisting partitions ['req2(id 156)', 'req0(id 142)', 'req1(id 149)', 'req3(id 163)'] from disk(s) ['vda', 'vdb'] >DEBUG:blivet:allocating partition: req2 ; id: 156 ; disks: ['vda', 'vdb'] ; >boot: True ; primary: False ; size: 1024 MiB ; grow: False ; max_size: 0 B ; start: None ; end: None >DEBUG:blivet:checking freespace on vda >DEBUG:blivet:get_best_free_space_region: disk=/dev/vda part_type=0 req_size=1024 MiB boot=True best=None grow=False start=None >DEBUG:blivet:checking 2-4194303 (2 GiB) >DEBUG:blivet:current free range is 2-4194303 (2 GiB) >DEBUG:blivet:updating use_disk to vda, type: 0 >DEBUG:blivet:new free: 2-4194303 / 2 GiB >DEBUG:blivet:new free allows for 0 sectors of growth >DEBUG:blivet:found free space for bootable request >DEBUG:blivet:using alignment: parted.Alignment instance -- > offset: 0 grainSize: 2048 > PedAlignment: <_ped.Alignment object at 0x7f44ce5b6700> >DEBUG:blivet:adjusted start sector from 2 to 2048 >DEBUG:blivet:created partition vda1 of 1024 MiB and added it to /dev/vda >DEBUG:blivet: PartitionDevice._set_parted_partition: req2 ; >DEBUG:blivet:device req2 new parted_partition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f44ce66dee0> fileSystem: None > number: 1 path: /dev/vda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f44ce571d30> PedPartition: <_ped.Partition object at 0x7f44ce62d1d0> >DEBUG:blivet: PartitionDevice._set_disk: vda1 ; old: None ; new: vda ; >DEBUG:blivet: DiskDevice.add_child: name: vda ; child: vda1 ; kids: 0 ; >DEBUG:blivet: PartitionDevice._set_parted_partition: vda1 ; >DEBUG:blivet:device vda1 new parted_partition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f44ce66dee0> fileSystem: None > number: 1 path: /dev/vda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f44ce571c70> PedPartition: <_ped.Partition object at 0x7f44ce5eba90> >DEBUG:blivet:allocating partition: req0 ; id: 142 ; disks: ['vda'] ; >boot: False ; primary: False ; size: 500 MiB ; grow: True ; max_size: 0 B ; start: None ; end: None >DEBUG:blivet:checking freespace on vda >DEBUG:blivet:get_best_free_space_region: disk=/dev/vda part_type=0 req_size=500 MiB boot=False best=None grow=True start=None >DEBUG:blivet:checking 2-2047 (1023 KiB) >DEBUG:blivet:current free range is 2-2047 (1023 KiB) >DEBUG:blivet:checking 2099200-4194303 (1023 MiB) >DEBUG:blivet:current free range is 2099200-4194303 (1023 MiB) >DEBUG:blivet:evaluating growth potential for new layout >DEBUG:blivet:calculating growth for disk /dev/vda >DEBUG:blivet:using alignment: parted.Alignment instance -- > offset: 0 grainSize: 2048 > PedAlignment: <_ped.Alignment object at 0x7f44ce5b6700> >DEBUG:blivet: PartitionDevice._set_parted_partition: req0 ; >DEBUG:blivet:device req0 new parted_partition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f44ce66dee0> fileSystem: None > number: 2 path: /dev/vda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f44ce576040> PedPartition: <_ped.Partition object at 0x7f44ce5eb8b0> >DEBUG:blivet: PartitionDevice._set_disk: vda2 ; old: None ; new: vda ; >DEBUG:blivet: DiskDevice.add_child: name: vda ; child: vda2 ; kids: 1 ; >DEBUG:blivet:adding request 156 to chunk 4192256 (2048-4194303) on /dev/vda >DEBUG:blivet:adding request 142 to chunk 4192256 (2048-4194303) on /dev/vda >DEBUG:blivet:Chunk.grow_requests: 4192256 (2048-4194303) on /dev/vda start = 2048 end = 4194303 >sector_size = 512 B > >DEBUG:blivet:req: PartitionRequest instance -- >id = 156 name = vda1 growable = False >base = 2097152 growth = 0 max_grow = 0 >done = True >DEBUG:blivet:req: PartitionRequest instance -- >id = 142 name = vda2 growable = True >base = 1024000 growth = 0 max_grow = 4293943295 >done = False >DEBUG:blivet:1 requests and 1071104 (523 MiB) left in chunk >DEBUG:blivet:adding 1071104 (523 MiB) to 142 (vda2) >DEBUG:blivet:new grow amount for request 142 (vda2) is 1071104 units, or 523 MiB >DEBUG:blivet:request 156 (vda1) growth: 0 (0 B) size: 1024 MiB >DEBUG:blivet:request 142 (vda2) growth: 1071104 (523 MiB) size: 1023 MiB >DEBUG:blivet:disk /dev/vda growth: 1071104 (523 MiB) >DEBUG:blivet:calculating growth for disk /dev/vdb >DEBUG:blivet:Chunk.grow_requests: 31455232 (2048-31457279) on /dev/vdb start = 2048 end = 31457279 >sector_size = 512 B > >DEBUG:blivet:disk /dev/vdb growth: 0 (0 B) >DEBUG:blivet: PartitionDevice._set_parted_partition: vda2 ; >DEBUG:blivet:device vda2 new parted_partition None >DEBUG:blivet: PartitionDevice._set_disk: req0 ; old: vda ; new: None ; >DEBUG:blivet: DiskDevice.remove_child: name: vda ; child: req0 ; kids: 2 ; >DEBUG:blivet:total growth: 1071104 sectors >DEBUG:blivet:updating use_disk to vda, type: 0 >DEBUG:blivet:new free: 2099200-4194303 / 1023 MiB >DEBUG:blivet:new free allows for 1071104 sectors of growth >DEBUG:blivet:using alignment: parted.Alignment instance -- > offset: 0 grainSize: 2048 > PedAlignment: <_ped.Alignment object at 0x7f44ce5b6700> >DEBUG:blivet:created partition vda2 of 500 MiB and added it to /dev/vda >DEBUG:blivet: PartitionDevice._set_parted_partition: req0 ; >DEBUG:blivet:device req0 new parted_partition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f44ce66dee0> fileSystem: None > number: 2 path: /dev/vda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f44ce5763a0> PedPartition: <_ped.Partition object at 0x7f44ce5eb900> >DEBUG:blivet: PartitionDevice._set_disk: vda2 ; old: None ; new: vda ; >DEBUG:blivet: DiskDevice.add_child: name: vda ; child: vda2 ; kids: 1 ; >DEBUG:blivet: PartitionDevice._set_parted_partition: vda2 ; >DEBUG:blivet:device vda2 new parted_partition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f44ce66dee0> fileSystem: None > number: 2 path: /dev/vda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f44ce571e80> PedPartition: <_ped.Partition object at 0x7f44ce5eba40> >DEBUG:blivet:allocating partition: req1 ; id: 149 ; disks: ['vdb'] ; >boot: False ; primary: False ; size: 500 MiB ; grow: True ; max_size: 0 B ; start: None ; end: None >DEBUG:blivet:checking freespace on vdb >DEBUG:blivet:get_best_free_space_region: disk=/dev/vdb part_type=0 req_size=500 MiB boot=False best=None grow=True start=None >DEBUG:blivet:checking 2-31457279 (15 GiB) >DEBUG:blivet:current free range is 2-31457279 (15 GiB) >DEBUG:blivet:evaluating growth potential for new layout >DEBUG:blivet:calculating growth for disk /dev/vda >DEBUG:blivet:adding request 156 to chunk 4192256 (2048-4194303) on /dev/vda >DEBUG:blivet:adding request 142 to chunk 4192256 (2048-4194303) on /dev/vda >DEBUG:blivet:Chunk.grow_requests: 4192256 (2048-4194303) on /dev/vda start = 2048 end = 4194303 >sector_size = 512 B > >DEBUG:blivet:req: PartitionRequest instance -- >id = 156 name = vda1 growable = False >base = 2097152 growth = 0 max_grow = 0 >done = True >DEBUG:blivet:req: PartitionRequest instance -- >id = 142 name = vda2 growable = True >base = 1024000 growth = 0 max_grow = 4293943295 >done = False >DEBUG:blivet:1 requests and 1071104 (523 MiB) left in chunk >DEBUG:blivet:adding 1071104 (523 MiB) to 142 (vda2) >DEBUG:blivet:new grow amount for request 142 (vda2) is 1071104 units, or 523 MiB >DEBUG:blivet:request 156 (vda1) growth: 0 (0 B) size: 1024 MiB >DEBUG:blivet:request 142 (vda2) growth: 1071104 (523 MiB) size: 1023 MiB >DEBUG:blivet:disk /dev/vda growth: 1071104 (523 MiB) >DEBUG:blivet:calculating growth for disk /dev/vdb >DEBUG:blivet:using alignment: parted.Alignment instance -- > offset: 0 grainSize: 2048 > PedAlignment: <_ped.Alignment object at 0x7f44ce5b6970> >DEBUG:blivet:adjusted start sector from 2 to 2048 >DEBUG:blivet: PartitionDevice._set_parted_partition: req1 ; >DEBUG:blivet:device req1 new parted_partition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f44ce61bc40> fileSystem: None > number: 1 path: /dev/vdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f44ce576130> PedPartition: <_ped.Partition object at 0x7f44ce5ebbd0> >DEBUG:blivet: PartitionDevice._set_disk: vdb1 ; old: None ; new: vdb ; >DEBUG:blivet: DiskDevice.add_child: name: vdb ; child: vdb1 ; kids: 0 ; >DEBUG:blivet:adding request 149 to chunk 31455232 (2048-31457279) on /dev/vdb >DEBUG:blivet:Chunk.grow_requests: 31455232 (2048-31457279) on /dev/vdb start = 2048 end = 31457279 >sector_size = 512 B > >DEBUG:blivet:req: PartitionRequest instance -- >id = 149 name = vdb1 growable = True >base = 1024000 growth = 0 max_grow = 4293943295 >done = False >DEBUG:blivet:1 requests and 30431232 (14.51 GiB) left in chunk >DEBUG:blivet:adding 30431232 (14.51 GiB) to 149 (vdb1) >DEBUG:blivet:new grow amount for request 149 (vdb1) is 30431232 units, or 14.51 GiB >DEBUG:blivet:request 149 (vdb1) growth: 30431232 (14.51 GiB) size: 15 GiB >DEBUG:blivet:disk /dev/vdb growth: 30431232 (14.51 GiB) >DEBUG:blivet: PartitionDevice._set_parted_partition: vdb1 ; >DEBUG:blivet:device vdb1 new parted_partition None >DEBUG:blivet: PartitionDevice._set_disk: req1 ; old: vdb ; new: None ; >DEBUG:blivet: DiskDevice.remove_child: name: vdb ; child: req1 ; kids: 1 ; >DEBUG:blivet:total growth: 31502336 sectors >DEBUG:blivet:updating use_disk to vdb, type: 0 >DEBUG:blivet:new free: 2-31457279 / 15 GiB >DEBUG:blivet:new free allows for 31502336 sectors of growth >DEBUG:blivet:using alignment: parted.Alignment instance -- > offset: 0 grainSize: 2048 > PedAlignment: <_ped.Alignment object at 0x7f44ce5b6970> >DEBUG:blivet:adjusted start sector from 2 to 2048 >DEBUG:blivet:created partition vdb1 of 500 MiB and added it to /dev/vdb >DEBUG:blivet: PartitionDevice._set_parted_partition: req1 ; >DEBUG:blivet:device req1 new parted_partition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f44ce61bc40> fileSystem: None > number: 1 path: /dev/vdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f44ce576280> PedPartition: <_ped.Partition object at 0x7f44ce5ebd10> >DEBUG:blivet: PartitionDevice._set_disk: vdb1 ; old: None ; new: vdb ; >DEBUG:blivet: DiskDevice.add_child: name: vdb ; child: vdb1 ; kids: 0 ; >DEBUG:blivet: PartitionDevice._set_parted_partition: vdb1 ; >DEBUG:blivet:device vdb1 new parted_partition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f44ce61bc40> fileSystem: None > number: 1 path: /dev/vdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f44ce571820> PedPartition: <_ped.Partition object at 0x7f44ce5ae2c0> >DEBUG:blivet:allocating partition: req3 ; id: 163 ; disks: ['vda', 'vdb'] ; >boot: False ; primary: False ; size: 1.7 GiB ; grow: False ; max_size: 0 B ; start: None ; end: None >DEBUG:blivet:checking freespace on vda >DEBUG:blivet:size 1.7 GiB rounded up to 1.7 GiB for disk vda >DEBUG:blivet:get_best_free_space_region: disk=/dev/vda part_type=0 req_size=1.7 GiB boot=False best=None grow=False start=None >DEBUG:blivet:checking 2-2047 (1023 KiB) >DEBUG:blivet:current free range is 2-2047 (1023 KiB) >DEBUG:blivet:checking 3123200-4194303 (523 MiB) >DEBUG:blivet:current free range is 3123200-4194303 (523 MiB) >DEBUG:blivet:not enough free space for primary -- trying logical >DEBUG:blivet:checking freespace on vdb >DEBUG:blivet:size 1.7 GiB rounded up to 1.7 GiB for disk vdb >DEBUG:blivet:get_best_free_space_region: disk=/dev/vdb part_type=0 req_size=1.7 GiB boot=False best=None grow=False start=None >DEBUG:blivet:checking 2-2047 (1023 KiB) >DEBUG:blivet:current free range is 2-2047 (1023 KiB) >DEBUG:blivet:checking 1026048-31457279 (14.51 GiB) >DEBUG:blivet:current free range is 1026048-31457279 (14.51 GiB) >DEBUG:blivet:evaluating growth potential for new layout >DEBUG:blivet:calculating growth for disk /dev/vda >DEBUG:blivet:adding request 156 to chunk 4192256 (2048-4194303) on /dev/vda >DEBUG:blivet:adding request 142 to chunk 4192256 (2048-4194303) on /dev/vda >DEBUG:blivet:Chunk.grow_requests: 4192256 (2048-4194303) on /dev/vda start = 2048 end = 4194303 >sector_size = 512 B > >DEBUG:blivet:req: PartitionRequest instance -- >id = 156 name = vda1 growable = False >base = 2097152 growth = 0 max_grow = 0 >done = True >DEBUG:blivet:req: PartitionRequest instance -- >id = 142 name = vda2 growable = True >base = 1024000 growth = 0 max_grow = 4293943295 >done = False >DEBUG:blivet:1 requests and 1071104 (523 MiB) left in chunk >DEBUG:blivet:adding 1071104 (523 MiB) to 142 (vda2) >DEBUG:blivet:new grow amount for request 142 (vda2) is 1071104 units, or 523 MiB >DEBUG:blivet:request 156 (vda1) growth: 0 (0 B) size: 1024 MiB >DEBUG:blivet:request 142 (vda2) growth: 1071104 (523 MiB) size: 1023 MiB >DEBUG:blivet:disk /dev/vda growth: 1071104 (523 MiB) >DEBUG:blivet:calculating growth for disk /dev/vdb >DEBUG:blivet:using alignment: parted.Alignment instance -- > offset: 0 grainSize: 2048 > PedAlignment: <_ped.Alignment object at 0x7f44ce5b6970> >DEBUG:blivet:adjusted length from 3565160 to 3565568 >DEBUG:blivet: PartitionDevice._set_parted_partition: req3 ; >DEBUG:blivet:device req3 new parted_partition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f44ce61bc40> fileSystem: None > number: 2 path: /dev/vdb2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f44ce5769a0> PedPartition: <_ped.Partition object at 0x7f44ce5ae220> >DEBUG:blivet: PartitionDevice._set_disk: vdb2 ; old: None ; new: vdb ; >DEBUG:blivet: DiskDevice.add_child: name: vdb ; child: vdb2 ; kids: 1 ; >DEBUG:blivet:adding request 149 to chunk 31455232 (2048-31457279) on /dev/vdb >DEBUG:blivet:adding request 163 to chunk 31455232 (2048-31457279) on /dev/vdb >DEBUG:blivet:Chunk.grow_requests: 31455232 (2048-31457279) on /dev/vdb start = 2048 end = 31457279 >sector_size = 512 B > >DEBUG:blivet:req: PartitionRequest instance -- >id = 149 name = vdb1 growable = True >base = 1024000 growth = 0 max_grow = 4293943295 >done = False >DEBUG:blivet:req: PartitionRequest instance -- >id = 163 name = vdb2 growable = False >base = 3565568 growth = 0 max_grow = 0 >done = True >DEBUG:blivet:1 requests and 26865664 (12.81 GiB) left in chunk >DEBUG:blivet:adding 26865664 (12.81 GiB) to 149 (vdb1) >DEBUG:blivet:new grow amount for request 149 (vdb1) is 26865664 units, or 12.81 GiB >DEBUG:blivet:request 149 (vdb1) growth: 26865664 (12.81 GiB) size: 13.3 GiB >DEBUG:blivet:request 163 (vdb2) growth: 0 (0 B) size: 1.7 GiB >DEBUG:blivet:disk /dev/vdb growth: 26865664 (12.81 GiB) >DEBUG:blivet: PartitionDevice._set_parted_partition: vdb2 ; >DEBUG:blivet:device vdb2 new parted_partition None >DEBUG:blivet: PartitionDevice._set_disk: req3 ; old: vdb ; new: None ; >DEBUG:blivet: DiskDevice.remove_child: name: vdb ; child: req3 ; kids: 2 ; >DEBUG:blivet:total growth: 27936768 sectors >DEBUG:blivet:updating use_disk to vdb, type: 0 >DEBUG:blivet:new free: 1026048-31457279 / 14.51 GiB >DEBUG:blivet:new free allows for 27936768 sectors of growth >DEBUG:blivet:using alignment: parted.Alignment instance -- > offset: 0 grainSize: 2048 > PedAlignment: <_ped.Alignment object at 0x7f44ce5b6970> >DEBUG:blivet:adjusted length from 3565160 to 3565568 >DEBUG:blivet:created partition vdb2 of 1.7 GiB and added it to /dev/vdb >DEBUG:blivet: PartitionDevice._set_parted_partition: req3 ; >DEBUG:blivet:device req3 new parted_partition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f44ce61bc40> fileSystem: None > number: 2 path: /dev/vdb2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f44ce571f10> PedPartition: <_ped.Partition object at 0x7f44ce61fea0> >DEBUG:blivet: PartitionDevice._set_disk: vdb2 ; old: None ; new: vdb ; >DEBUG:blivet: DiskDevice.add_child: name: vdb ; child: vdb2 ; kids: 1 ; >DEBUG:blivet: PartitionDevice._set_parted_partition: vdb2 ; >DEBUG:blivet:device vdb2 new parted_partition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f44ce61bc40> fileSystem: None > number: 2 path: /dev/vdb2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f44ce571a30> PedPartition: <_ped.Partition object at 0x7f44ce5eb8b0> >DEBUG:blivet:grow_partitions: disks=['vda', 'vdb'], partitions=['vda2(id 142)', 'vdb1(id 149)', 'vda1(id 156)', 'vdb2(id 163)'] >DEBUG:blivet:growable partitions are ['vda2', 'vdb1'] >DEBUG:blivet:adding request 142 to chunk 4192256 (2048-4194303) on /dev/vda >DEBUG:blivet:adding request 156 to chunk 4192256 (2048-4194303) on /dev/vda >DEBUG:blivet:disk vda has 1 chunks >DEBUG:blivet:adding request 149 to chunk 31455232 (2048-31457279) on /dev/vdb >DEBUG:blivet:adding request 163 to chunk 31455232 (2048-31457279) on /dev/vdb >DEBUG:blivet:disk vdb has 1 chunks >DEBUG:blivet:Chunk.grow_requests: 4192256 (2048-4194303) on /dev/vda start = 2048 end = 4194303 >sector_size = 512 B > >DEBUG:blivet:req: PartitionRequest instance -- >id = 156 name = vda1 growable = False >base = 2097152 growth = 0 max_grow = 0 >done = True >DEBUG:blivet:req: PartitionRequest instance -- >id = 142 name = vda2 growable = True >base = 1024000 growth = 0 max_grow = 4293943295 >done = False >DEBUG:blivet:1 requests and 1071104 (523 MiB) left in chunk >DEBUG:blivet:adding 1071104 (523 MiB) to 142 (vda2) >DEBUG:blivet:new grow amount for request 142 (vda2) is 1071104 units, or 523 MiB >DEBUG:blivet:Chunk.grow_requests: 31455232 (2048-31457279) on /dev/vdb start = 2048 end = 31457279 >sector_size = 512 B > >DEBUG:blivet:req: PartitionRequest instance -- >id = 149 name = vdb1 growable = True >base = 1024000 growth = 0 max_grow = 4293943295 >done = False >DEBUG:blivet:req: PartitionRequest instance -- >id = 163 name = vdb2 growable = False >base = 3565568 growth = 0 max_grow = 0 >done = True >DEBUG:blivet:1 requests and 26865664 (12.81 GiB) left in chunk >DEBUG:blivet:adding 26865664 (12.81 GiB) to 149 (vdb1) >DEBUG:blivet:new grow amount for request 149 (vdb1) is 26865664 units, or 12.81 GiB >DEBUG:blivet:growing partitions on vda >DEBUG:blivet:partition vda1 (156): 0 >DEBUG:blivet:new geometry for vda1: parted.Geometry instance -- > start: 2048 end: 2099199 length: 2097152 > device: <parted.device.Device object at 0x7f44ce66da90> PedGeometry: <_ped.Geometry object at 0x7f44ce576670> >DEBUG:blivet:partition vda2 (142): 0 >DEBUG:blivet:new geometry for vda2: parted.Geometry instance -- > start: 2099200 end: 4194303 length: 2095104 > device: <parted.device.Device object at 0x7f44ce66da90> PedGeometry: <_ped.Geometry object at 0x7f44ce576850> >DEBUG:blivet:removing all non-preexisting partitions ['vda1(id 156)', 'vda2(id 142)'] from disk(s) ['vda'] >DEBUG:blivet: PartitionDevice._set_parted_partition: vda1 ; >DEBUG:blivet:device vda1 new parted_partition None >DEBUG:blivet: PartitionDevice._set_disk: req2 ; old: vda ; new: None ; >DEBUG:blivet: DiskDevice.remove_child: name: vda ; child: req2 ; kids: 2 ; >DEBUG:blivet: PartitionDevice._set_parted_partition: vda2 ; >DEBUG:blivet:device vda2 new parted_partition None >DEBUG:blivet: PartitionDevice._set_disk: req0 ; old: vda ; new: None ; >DEBUG:blivet: DiskDevice.remove_child: name: vda ; child: req0 ; kids: 1 ; >DEBUG:blivet:back from remove_new_partitions >DEBUG:blivet:extended: None >DEBUG:blivet:setting req2 new geometry: parted.Geometry instance -- > start: 2048 end: 2099199 length: 2097152 > device: <parted.device.Device object at 0x7f44ce66da90> PedGeometry: <_ped.Geometry object at 0x7f44ce576670> >DEBUG:blivet: PartitionDevice._set_parted_partition: req2 ; >DEBUG:blivet:device req2 new parted_partition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f44ce66dee0> fileSystem: None > number: 1 path: /dev/vda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f44ce5766d0> PedPartition: <_ped.Partition object at 0x7f44ce644400> >DEBUG:blivet: PartitionDevice._set_disk: vda1 ; old: None ; new: vda ; >DEBUG:blivet: DiskDevice.add_child: name: vda ; child: vda1 ; kids: 0 ; >DEBUG:blivet: PartitionDevice._set_parted_partition: vda1 ; >DEBUG:blivet:device vda1 new parted_partition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f44ce66dee0> fileSystem: None > number: 1 path: /dev/vda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f44ce576a00> PedPartition: <_ped.Partition object at 0x7f44ce5ae540> >DEBUG:blivet:setting req0 new geometry: parted.Geometry instance -- > start: 2099200 end: 4194303 length: 2095104 > device: <parted.device.Device object at 0x7f44ce66da90> PedGeometry: <_ped.Geometry object at 0x7f44ce576850> >DEBUG:blivet: PartitionDevice._set_parted_partition: req0 ; >DEBUG:blivet:device req0 new parted_partition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f44ce66dee0> fileSystem: None > number: 2 path: /dev/vda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f44ce571d00> PedPartition: <_ped.Partition object at 0x7f44ce5ebae0> >DEBUG:blivet: PartitionDevice._set_disk: vda2 ; old: None ; new: vda ; >DEBUG:blivet: DiskDevice.add_child: name: vda ; child: vda2 ; kids: 1 ; >DEBUG:blivet: PartitionDevice._set_parted_partition: vda2 ; >DEBUG:blivet:device vda2 new parted_partition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f44ce66dee0> fileSystem: None > number: 2 path: /dev/vda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f44ce5763a0> PedPartition: <_ped.Partition object at 0x7f44ce5ae270> >DEBUG:blivet:growing partitions on vdb >DEBUG:blivet:partition vdb1 (149): 0 >DEBUG:blivet:new geometry for vdb1: parted.Geometry instance -- > start: 2048 end: 27891711 length: 27889664 > device: <parted.device.Device object at 0x7f44ce61b7f0> PedGeometry: <_ped.Geometry object at 0x7f44ce576b80> >DEBUG:blivet:partition vdb2 (163): 0 >DEBUG:blivet:new geometry for vdb2: parted.Geometry instance -- > start: 27891712 end: 31457279 length: 3565568 > device: <parted.device.Device object at 0x7f44ce61b7f0> PedGeometry: <_ped.Geometry object at 0x7f44ce576b20> >DEBUG:blivet:removing all non-preexisting partitions ['vdb1(id 149)', 'vdb2(id 163)'] from disk(s) ['vdb'] >DEBUG:blivet: PartitionDevice._set_parted_partition: vdb1 ; >DEBUG:blivet:device vdb1 new parted_partition None >DEBUG:blivet: PartitionDevice._set_disk: req1 ; old: vdb ; new: None ; >DEBUG:blivet: DiskDevice.remove_child: name: vdb ; child: req1 ; kids: 2 ; >DEBUG:blivet: PartitionDevice._set_parted_partition: vdb2 ; >DEBUG:blivet:device vdb2 new parted_partition None >DEBUG:blivet: PartitionDevice._set_disk: req3 ; old: vdb ; new: None ; >DEBUG:blivet: DiskDevice.remove_child: name: vdb ; child: req3 ; kids: 1 ; >DEBUG:blivet:back from remove_new_partitions >DEBUG:blivet:extended: None >DEBUG:blivet:setting req1 new geometry: parted.Geometry instance -- > start: 2048 end: 27891711 length: 27889664 > device: <parted.device.Device object at 0x7f44ce61b7f0> PedGeometry: <_ped.Geometry object at 0x7f44ce576b80> >DEBUG:blivet: PartitionDevice._set_parted_partition: req1 ; >DEBUG:blivet:device req1 new parted_partition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f44ce61bc40> fileSystem: None > number: 1 path: /dev/vdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f44ce571d30> PedPartition: <_ped.Partition object at 0x7f44ce644400> >DEBUG:blivet: PartitionDevice._set_disk: vdb1 ; old: None ; new: vdb ; >DEBUG:blivet: DiskDevice.add_child: name: vdb ; child: vdb1 ; kids: 0 ; >DEBUG:blivet: PartitionDevice._set_parted_partition: vdb1 ; >DEBUG:blivet:device vdb1 new parted_partition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f44ce61bc40> fileSystem: None > number: 1 path: /dev/vdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f44ce571d60> PedPartition: <_ped.Partition object at 0x7f44ce5326d0> >DEBUG:blivet:setting req3 new geometry: parted.Geometry instance -- > start: 27891712 end: 31457279 length: 3565568 > device: <parted.device.Device object at 0x7f44ce61b7f0> PedGeometry: <_ped.Geometry object at 0x7f44ce576b20> >DEBUG:blivet: PartitionDevice._set_parted_partition: req3 ; >DEBUG:blivet:device req3 new parted_partition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f44ce61bc40> fileSystem: None > number: 2 path: /dev/vdb2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f44ce571eb0> PedPartition: <_ped.Partition object at 0x7f44ce5ae360> >DEBUG:blivet: PartitionDevice._set_disk: vdb2 ; old: None ; new: vdb ; >DEBUG:blivet: DiskDevice.add_child: name: vdb ; child: vdb2 ; kids: 1 ; >DEBUG:blivet: PartitionDevice._set_parted_partition: vdb2 ; >DEBUG:blivet:device vdb2 new parted_partition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f44ce61bc40> fileSystem: None > number: 2 path: /dev/vdb2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f44ce571e20> PedPartition: <_ped.Partition object at 0x7f44ce5ae180> >DEBUG:blivet:fixing size of non-existent 1024 MiB partition vda1 (156) with non-existent ext4 filesystem mounted at /boot >DEBUG:blivet:fixing size of non-existent 1023 MiB partition vda2 (142) with non-existent btrfs filesystem >DEBUG:blivet:fixing size of non-existent 13.3 GiB partition vdb1 (149) with non-existent btrfs filesystem >DEBUG:blivet:fixing size of non-existent 1.7 GiB partition vdb2 (163) with non-existent swap >DEBUG:blivet:new_btrfs: args = () ; kwargs = {'parents': [PartitionDevice instance (0x7f44ce622790) -- > name = vda2 status = False id = 142 > children = [] > parents = ['existing 2 GiB disk vda (4) with non-existent msdos disklabel'] > uuid = None size = 1023 MiB > format = non-existent btrfs filesystem > major = 0 minor = 0 exists = False protected = False > sysfs path = > target size = 500 MiB path = /dev/vda2 > format args = [] original_format = btrfs grow = False max size = 0 B bootable = None > part type = 0 primary = False start sector = None end sector = None > parted_partition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f44ce66dee0> fileSystem: None > number: 2 path: /dev/vda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f44ce5763a0> PedPartition: <_ped.Partition object at 0x7f44ce5ae270> > disk = existing 2 GiB disk vda (4) with non-existent msdos disklabel > start = 2099200 end = 4194303 length = 2095104 > flags = , PartitionDevice instance (0x7f44ce5dd640) -- > name = vdb1 status = False id = 149 > children = [] > parents = ['existing 15 GiB disk vdb (24) with non-existent msdos disklabel'] > uuid = None size = 13.3 GiB > format = non-existent btrfs filesystem > major = 0 minor = 0 exists = False protected = False > sysfs path = > target size = 500 MiB path = /dev/vdb1 > format args = [] original_format = btrfs grow = False max size = 0 B bootable = None > part type = 0 primary = False start sector = None end sector = None > parted_partition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f44ce61bc40> fileSystem: None > number: 1 path: /dev/vdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f44ce571d60> PedPartition: <_ped.Partition object at 0x7f44ce5326d0> > disk = existing 15 GiB disk vdb (24) with non-existent msdos disklabel > start = 2048 end = 27891711 length = 27889664 > flags = ]} >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 170 >DEBUG:blivet: BTRFSVolumeDevice._add_parent: fedora_localhost-live ; parent: vda2 ; >DEBUG:blivet: PartitionDevice.add_child: name: vda2 ; child: fedora_localhost-live ; kids: 0 ; >DEBUG:blivet: BTRFSVolumeDevice._add_parent: fedora_localhost-live ; parent: vdb1 ; >DEBUG:blivet: PartitionDevice.add_child: name: vdb1 ; child: fedora_localhost-live ; kids: 0 ; >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 171 >DEBUG:blivet: BTRFSVolumeDevice._set_format: fedora_localhost-live ; type: None ; current: None ; >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 173 >DEBUG:blivet: BTRFSVolumeDevice._set_format: btrfs.169 ; type: btrfs ; current: None ; >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 175 >DEBUG:blivet: BTRFSVolumeDevice._set_format: btrfs.169 ; type: btrfs ; current: btrfs ; >INFO:program:Running [29] btrfs --version ... >INFO:program:stdout[29]: btrfs-progs v5.7 > >INFO:program:stderr[29]: >INFO:program:...done [29] (exit code: 0) >INFO:blivet:added btrfs volume fedora_localhost-live (id 169) to device tree >INFO:blivet:registered action: [176] create device btrfs volume fedora_localhost-live (id 169) >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 178 >DEBUG:blivet: BTRFSVolumeDevice._set_format: fedora_localhost-live ; type: btrfs ; current: btrfs ; >INFO:blivet:registered action: [177] create format btrfs filesystem on btrfs volume fedora_localhost-live (id 169) >DEBUG:blivet:new_btrfs: args = () ; kwargs = {'mountpoint': '/', 'fmt_type': 'ext4', 'parents': [BTRFSVolumeDevice instance (0x7f44ce5716d0) -- > name = fedora_localhost-live status = False id = 169 > children = [] > parents = ['non-existent 1023 MiB partition vda2 (142) with non-existent btrfs ' > 'filesystem', > 'non-existent 13.3 GiB partition vdb1 (149) with non-existent btrfs ' > 'filesystem'] > uuid = None size = 14.3 GiB > format = non-existent btrfs filesystem > major = 0 minor = 0 exists = False protected = False > sysfs path = > target size = 0 B path = /dev/vda2 > format args = [] original_format = btrfs], 'size': Size (1024 MiB), 'subvol': True} >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 180 >DEBUG:blivet: BTRFSVolumeDevice.add_child: name: fedora_localhost-live ; child: root ; kids: 0 ; >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 181 >DEBUG:blivet: BTRFSSubVolumeDevice._set_format: root ; type: None ; current: None ; >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 183 >DEBUG:blivet: BTRFSSubVolumeDevice._set_format: root ; type: btrfs ; current: None ; >INFO:blivet:added btrfs subvolume root (id 179) to device tree >INFO:blivet:registered action: [184] create device btrfs subvolume root (id 179) >DEBUG:blivet:new_btrfs: args = () ; kwargs = {'mountpoint': '/home', 'fmt_type': 'ext4', 'parents': [BTRFSVolumeDevice instance (0x7f44ce5716d0) -- > name = fedora_localhost-live status = False id = 169 > children = ['non-existent 14.3 GiB btrfs subvolume root (179) with non-existent btrfs ' > 'filesystem mounted at /'] > parents = ['non-existent 1023 MiB partition vda2 (142) with non-existent btrfs ' > 'filesystem', > 'non-existent 13.3 GiB partition vdb1 (149) with non-existent btrfs ' > 'filesystem'] > uuid = None size = 14.3 GiB > format = non-existent btrfs filesystem > major = 0 minor = 0 exists = False protected = False > sysfs path = > target size = 0 B path = /dev/vda2 > format args = [] original_format = btrfs], 'size': Size (500 MiB), 'subvol': True} >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 186 >DEBUG:blivet: BTRFSVolumeDevice.add_child: name: fedora_localhost-live ; child: home ; kids: 1 ; >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 187 >DEBUG:blivet: BTRFSSubVolumeDevice._set_format: home ; type: None ; current: None ; >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 189 >DEBUG:blivet: BTRFSSubVolumeDevice._set_format: home ; type: btrfs ; current: None ; >INFO:blivet:added btrfs subvolume home (id 185) to device tree >INFO:blivet:registered action: [190] create device btrfs subvolume home (id 185) >DEBUG:anaconda.modules.storage.bootloader.execution:Execute the bootloader with dry run False. >DEBUG:anaconda.modules.storage.bootloader.base:new disk list: [DiskDevice instance (0x7f44ce6fed00) -- > name = vda status = True id = 4 > children = ['non-existent 1024 MiB partition vda1 (156) with non-existent ext4 filesystem ' > 'mounted at /boot', > 'non-existent 1023 MiB partition vda2 (142) with non-existent btrfs ' > 'filesystem'] > parents = [] > uuid = None size = 2 GiB > format = non-existent msdos disklabel > major = 252 minor = 0 exists = True protected = False > sysfs path = /sys/devices/pci0000:00/0000:00:07.0/virtio3/block/vda > target size = 2 GiB path = /dev/vda > format args = [] original_format = disklabel removable = False wwn = None, DiskDevice instance (0x7f44ce771940) -- > name = vdb status = True id = 24 > children = ['non-existent 13.3 GiB partition vdb1 (149) with non-existent btrfs ' > 'filesystem', > 'non-existent 1.7 GiB partition vdb2 (163) with non-existent swap'] > parents = [] > uuid = None size = 15 GiB > format = non-existent msdos disklabel > major = 252 minor = 16 exists = True protected = False > sysfs path = /sys/devices/pci0000:00/0000:00:0a.0/virtio5/block/vdb > target size = 15 GiB path = /dev/vdb > format args = [] original_format = disklabel removable = False wwn = None] >DEBUG:anaconda.modules.storage.bootloader.execution:Applying bootloader location: DEFAULT >DEBUG:anaconda.modules.storage.bootloader.execution:Applying drive order: [] >DEBUG:anaconda.modules.storage.bootloader.base:new disk order: [] >DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type file >DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type file >DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type file >DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type btrfs volume >DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type btrfs subvolume >DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type dm >DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type dm >DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type loop >DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type loop >DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type loop >DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type btrfs subvolume >DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type cdrom >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_disklabel(vda) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_size(vda) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_location(vda) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_format(vda) returning True >DEBUG:anaconda.modules.storage.bootloader.base:is_valid_stage1_device(vda) returning True >DEBUG:anaconda.modules.storage.bootloader.execution:Found a drive with a valid stage1: vda >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: vda >DEBUG:blivet: DeviceTree.get_device_by_name: name: vda ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 2 GiB disk vda (4) with non-existent msdos disklabel >DEBUG:blivet:resolved 'vda' to 'vda' (disk) >DEBUG:anaconda.modules.storage.bootloader.bootloader:Drive is set to 'vda'. >DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type btrfs volume >DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type btrfs subvolume >DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type btrfs subvolume >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_disklabel(vda) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_size(vda) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_location(vda) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_format(vda) returning True >DEBUG:anaconda.modules.storage.bootloader.base:is_valid_stage1_device(vda) returning True >INFO:anaconda.threading:Thread Done: AnaTaskThread-AutomaticPartitioningTask-1 (139933507368576) >DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage/Task/3. >INFO:anaconda.threading:Running Thread: AnaTaskThread-StorageValidateTask-1 (139933507368576) >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_disklabel(vda) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_size(vda) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_location(vda) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_format(vda) returning True >DEBUG:anaconda.modules.storage.bootloader.base:is_valid_stage1_device(vda) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_disklabel(vda1) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_size(vda1) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_partition(vda1) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_format(vda1) returning True >DEBUG:anaconda.modules.storage.bootloader.base:is_valid_stage2_device(vda1) returning True >DEBUG:anaconda.modules.storage.checker.utils:Available memory: 1.43 GiB >DEBUG:blivet: DeviceTree.get_device_by_path: path: /dev/vda1 ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_path returned non-existent 1024 MiB partition vda1 (156) with non-existent ext4 filesystem mounted at /boot >DEBUG:blivet: DeviceTree.get_device_by_path: path: /dev/vda2 ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_path returned non-existent 14.3 GiB btrfs subvolume home (185) with non-existent btrfs filesystem mounted at /home >DEBUG:blivet: DeviceTree.get_device_by_path: path: /dev/vdb1 ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_path returned non-existent 13.3 GiB partition vdb1 (149) with non-existent btrfs filesystem >DEBUG:blivet: DeviceTree.get_device_by_path: path: /dev/vdb2 ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_path returned non-existent 1.7 GiB partition vdb2 (163) with non-existent swap >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 (200 MiB)}, 'req_partition_sizes': {}, 'must_be_on_linuxfs': {'/usr/lib', '/home', '/usr/share', '/usr', '/', '/var', '/tmp'}, 'must_be_on_root': {'lost+found', '/proc', '/lib', '/mnt', '/etc', '/bin', '/dev', '/root', '/sbin'}, 'must_not_be_on_root': set(), 'reformat_allowlist': {'/var', '/tmp', '/boot', '/usr'}, 'reformat_blocklist': {'/usr/local', '/opt', '/var/www', '/home'}, 'swap_is_recommended': True, '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_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 (139933507368576) >DEBUG:blivet:starting Blivet copy >DEBUG:blivet: DeviceTree.get_device_by_id: id_num: 4 ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_id returned existing 2 GiB disk vda (4) with non-existent msdos disklabel >DEBUG:blivet: DeviceTree.get_device_by_id: id_num: 24 ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_id returned existing 15 GiB disk vdb (24) with non-existent msdos disklabel >DEBUG:blivet: PartitionDevice._set_parted_partition: vda1 ; >DEBUG:blivet:device vda1 new parted_partition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f44ce55d550> fileSystem: None > number: 1 path: /dev/vda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f44ce521130> PedPartition: <_ped.Partition object at 0x7f44ce54b770> >DEBUG:blivet: DeviceTree.get_device_by_id: id_num: 4 ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_id returned existing 2 GiB disk vda (4) with non-existent msdos disklabel >DEBUG:blivet: PartitionDevice._set_parted_partition: vda2 ; >DEBUG:blivet:device vda2 new parted_partition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f44ce55d550> fileSystem: None > number: 2 path: /dev/vda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f44ce5211c0> PedPartition: <_ped.Partition object at 0x7f44ce54bd10> >DEBUG:blivet: DeviceTree.get_device_by_id: id_num: 24 ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_id returned existing 15 GiB disk vdb (24) with non-existent msdos disklabel >DEBUG:blivet: PartitionDevice._set_parted_partition: vdb1 ; >DEBUG:blivet:device vdb1 new parted_partition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f44ce55b070> fileSystem: None > number: 1 path: /dev/vdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f44ce521310> PedPartition: <_ped.Partition object at 0x7f44ce54b400> >DEBUG:blivet: DeviceTree.get_device_by_id: id_num: 4 ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_id returned existing 2 GiB disk vda (4) with non-existent msdos disklabel >DEBUG:blivet: DeviceTree.get_device_by_id: id_num: 24 ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_id returned existing 15 GiB disk vdb (24) with non-existent msdos disklabel >DEBUG:blivet: PartitionDevice._set_parted_partition: vdb2 ; >DEBUG:blivet:device vdb2 new parted_partition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f44ce55b070> fileSystem: None > number: 2 path: /dev/vdb2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f44ce521520> PedPartition: <_ped.Partition object at 0x7f44ce54b950> >DEBUG:blivet:finished Blivet copy >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_disklabel(vda) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_size(vda) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_location(vda) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_format(vda) returning True >DEBUG:anaconda.modules.storage.bootloader.base:is_valid_stage1_device(vda) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_disklabel(vda1) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_size(vda1) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_partition(vda1) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_format(vda1) returning True >DEBUG:anaconda.modules.storage.bootloader.base:is_valid_stage2_device(vda1) returning True >DEBUG:anaconda.modules.storage.checker.utils:Available memory: 1.43 GiB >DEBUG:blivet: DeviceTree.get_device_by_path: path: /dev/vda1 ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_path returned non-existent 1024 MiB partition vda1 (156) with non-existent ext4 filesystem mounted at /boot >DEBUG:blivet: DeviceTree.get_device_by_path: path: /dev/vda2 ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_path returned non-existent 14.3 GiB btrfs subvolume home (185) with non-existent btrfs filesystem mounted at /home >DEBUG:blivet: DeviceTree.get_device_by_path: path: /dev/vdb1 ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_path returned non-existent 13.3 GiB partition vdb1 (149) with non-existent btrfs filesystem >DEBUG:blivet: DeviceTree.get_device_by_path: path: /dev/vdb2 ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_path returned non-existent 1.7 GiB partition vdb2 (163) with non-existent swap >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 (200 MiB)}, 'req_partition_sizes': {}, 'must_be_on_linuxfs': {'/usr/lib', '/home', '/usr/share', '/usr', '/', '/var', '/tmp'}, 'must_be_on_root': {'lost+found', '/proc', '/lib', '/mnt', '/etc', '/bin', '/dev', '/root', '/sbin'}, 'must_not_be_on_root': set(), 'reformat_allowlist': {'/var', '/tmp', '/boot', '/usr'}, 'reformat_blocklist': {'/usr/local', '/opt', '/var/www', '/home'}, 'swap_is_recommended': True, '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_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 AUTOMATIC 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. >DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage/Task/7. >DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage/Task/8. >INFO:anaconda.threading:Running Thread: AnaTaskThread-ActivateFilesystemsTask-1 (139933507368576) >DEBUG:blivet: LoopDevice.teardown: loop2 ; status: False ; controllable: False ; >DEBUG:blivet: FileDevice.teardown: /overlay (deleted) ; status: False ; controllable: False ; >DEBUG:blivet: PartitionDevice.teardown: vda1 ; status: False ; controllable: True ; >DEBUG:blivet: DiskDevice.teardown: vda ; status: True ; controllable: True ; >DEBUG:blivet: DiskLabel.teardown: device: /dev/vda ; type: disklabel ; status: False ; >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:blivet: PartitionDevice.teardown: vdb2 ; status: False ; controllable: True ; >DEBUG:blivet: DiskDevice.teardown: vdb ; status: True ; controllable: True ; >DEBUG:blivet: DiskLabel.teardown: device: /dev/vdb ; type: disklabel ; status: False ; >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:blivet: BTRFSSubVolumeDevice.teardown: root ; status: False ; controllable: True ; >DEBUG:blivet: BTRFSVolumeDevice.teardown: fedora_localhost-live ; status: False ; controllable: True ; >DEBUG:blivet: PartitionDevice.teardown: vda2 ; status: False ; controllable: True ; >DEBUG:blivet: DiskDevice.teardown: vda ; status: True ; controllable: True ; >DEBUG:blivet: DiskLabel.teardown: device: /dev/vda ; type: disklabel ; status: False ; >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:blivet: PartitionDevice.teardown: vdb1 ; status: False ; controllable: True ; >DEBUG:blivet: DiskDevice.teardown: vdb ; status: True ; controllable: True ; >DEBUG:blivet: DiskLabel.teardown: device: /dev/vdb ; type: disklabel ; status: False ; >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:blivet: BTRFSSubVolumeDevice.teardown: home ; status: False ; controllable: True ; >DEBUG:blivet: BTRFSVolumeDevice.teardown: fedora_localhost-live ; status: False ; controllable: True ; >DEBUG:blivet: PartitionDevice.teardown: vda2 ; status: False ; controllable: True ; >DEBUG:blivet: DiskDevice.teardown: vda ; status: True ; controllable: True ; >DEBUG:blivet: DiskLabel.teardown: device: /dev/vda ; type: disklabel ; status: False ; >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:blivet: PartitionDevice.teardown: vdb1 ; status: False ; controllable: True ; >DEBUG:blivet: DiskDevice.teardown: vdb ; status: True ; controllable: True ; >DEBUG:blivet: DiskLabel.teardown: device: /dev/vdb ; type: disklabel ; status: False ; >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:blivet:action: [129] destroy format msdos disklabel on disk vda (id 4) >DEBUG:blivet:action: [131] destroy format None on disk vda (id 4) >DEBUG:blivet:action: [134] create format msdos disklabel on disk vda (id 4) >DEBUG:blivet:action: [135] destroy format msdos disklabel on disk vdb (id 24) >DEBUG:blivet:action: [137] destroy format None on disk vdb (id 24) >DEBUG:blivet:action: [140] create format msdos disklabel on disk vdb (id 24) >DEBUG:blivet:action: [145] create device partition vda2 (id 142) >DEBUG:blivet:action: [146] create format btrfs filesystem on partition vda2 (id 142) >DEBUG:blivet:action: [152] create device partition vdb1 (id 149) >DEBUG:blivet:action: [153] create format btrfs filesystem on partition vdb1 (id 149) >DEBUG:blivet:action: [159] create device partition vda1 (id 156) >DEBUG:blivet:action: [160] create format ext4 filesystem mounted at /boot on partition vda1 (id 156) >DEBUG:blivet:action: [166] create device partition vdb2 (id 163) >DEBUG:blivet:action: [167] create format swap on partition vdb2 (id 163) >DEBUG:blivet:action: [176] create device btrfs volume fedora_localhost-live (id 169) >DEBUG:blivet:action: [177] create format btrfs filesystem on btrfs volume fedora_localhost-live (id 169) >DEBUG:blivet:action: [184] create device btrfs subvolume root (id 179) >DEBUG:blivet:action: [190] create device btrfs subvolume home (id 185) >INFO:blivet:pruning action queue... >INFO:blivet:removing obsolete action 137 (135) >INFO:blivet:removing obsolete action 131 (129) >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: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:resetting parted disks... >DEBUG:blivet: DiskLabel.reset_parted_disk: device: /dev/vda ; >DEBUG:blivet: DiskLabel.reset_parted_disk: device: /dev/vda ; >DEBUG:blivet: DiskLabel.reset_parted_disk: device: /dev/vdb ; >DEBUG:blivet: DiskLabel.reset_parted_disk: device: /dev/vdb ; >DEBUG:blivet: PartitionDevice.pre_commit_fixup: vda1 ; >DEBUG:blivet: PartitionDevice.pre_commit_fixup: vda2 ; >DEBUG:blivet: PartitionDevice.pre_commit_fixup: vdb1 ; >DEBUG:blivet: PartitionDevice.pre_commit_fixup: vdb2 ; >INFO:blivet:sorting actions... >DEBUG:blivet:action: [135] destroy format msdos disklabel on disk vdb (id 24) >DEBUG:blivet:lvm filter: removing fedora_localhost-live from the reject list >DEBUG:blivet:fedora_localhost-live wasn't in the reject list >DEBUG:blivet:lvm filter: removing home from the reject list >DEBUG:blivet:home wasn't in the reject list >DEBUG:blivet:lvm filter: removing root from the reject list >DEBUG:blivet:root wasn't in the reject list >DEBUG:blivet:lvm filter: removing vdb1 from the reject list >DEBUG:blivet:vdb1 wasn't in the reject list >DEBUG:blivet:lvm filter: removing vdb2 from the reject list >DEBUG:blivet:vdb2 wasn't in the reject list >DEBUG:blivet:action: [129] destroy format msdos disklabel on disk vda (id 4) >DEBUG:blivet:lvm filter: removing fedora_localhost-live from the reject list >DEBUG:blivet:fedora_localhost-live wasn't in the reject list >DEBUG:blivet:lvm filter: removing home from the reject list >DEBUG:blivet:home wasn't in the reject list >DEBUG:blivet:lvm filter: removing root from the reject list >DEBUG:blivet:root wasn't in the reject list >DEBUG:blivet:lvm filter: removing vda1 from the reject list >DEBUG:blivet:vda1 wasn't in the reject list >DEBUG:blivet:lvm filter: removing vda2 from the reject list >DEBUG:blivet:vda2 wasn't in the reject list >DEBUG:blivet:action: [140] create format msdos disklabel on disk vdb (id 24) >DEBUG:blivet:lvm filter: removing fedora_localhost-live from the reject list >DEBUG:blivet:fedora_localhost-live wasn't in the reject list >DEBUG:blivet:lvm filter: removing home from the reject list >DEBUG:blivet:home wasn't in the reject list >DEBUG:blivet:lvm filter: removing root from the reject list >DEBUG:blivet:root wasn't in the reject list >DEBUG:blivet:lvm filter: removing vdb1 from the reject list >DEBUG:blivet:vdb1 wasn't in the reject list >DEBUG:blivet:lvm filter: removing vdb2 from the reject list >DEBUG:blivet:vdb2 wasn't in the reject list >DEBUG:blivet:action: [152] create device partition vdb1 (id 149) >DEBUG:blivet:lvm filter: removing fedora_localhost-live from the reject list >DEBUG:blivet:fedora_localhost-live wasn't in the reject list >DEBUG:blivet:lvm filter: removing home from the reject list >DEBUG:blivet:home wasn't in the reject list >DEBUG:blivet:lvm filter: removing root from the reject list >DEBUG:blivet:root wasn't in the reject list >DEBUG:blivet:action: [166] create device partition vdb2 (id 163) >DEBUG:blivet:action: [167] create format swap on partition vdb2 (id 163) >DEBUG:blivet:action: [153] create format btrfs filesystem on partition vdb1 (id 149) >DEBUG:blivet:lvm filter: removing fedora_localhost-live from the reject list >DEBUG:blivet:fedora_localhost-live wasn't in the reject list >DEBUG:blivet:lvm filter: removing home from the reject list >DEBUG:blivet:home wasn't in the reject list >DEBUG:blivet:lvm filter: removing root from the reject list >DEBUG:blivet:root wasn't in the reject list >DEBUG:blivet:action: [134] create format msdos disklabel on disk vda (id 4) >DEBUG:blivet:lvm filter: removing fedora_localhost-live from the reject list >DEBUG:blivet:fedora_localhost-live wasn't in the reject list >DEBUG:blivet:lvm filter: removing home from the reject list >DEBUG:blivet:home wasn't in the reject list >DEBUG:blivet:lvm filter: removing root from the reject list >DEBUG:blivet:root wasn't in the reject list >DEBUG:blivet:lvm filter: removing vda1 from the reject list >DEBUG:blivet:vda1 wasn't in the reject list >DEBUG:blivet:lvm filter: removing vda2 from the reject list >DEBUG:blivet:vda2 wasn't in the reject list >DEBUG:blivet:action: [159] create device partition vda1 (id 156) >DEBUG:blivet:action: [160] create format ext4 filesystem mounted at /boot on partition vda1 (id 156) >DEBUG:blivet:action: [145] create device partition vda2 (id 142) >DEBUG:blivet:lvm filter: removing fedora_localhost-live from the reject list >DEBUG:blivet:fedora_localhost-live wasn't in the reject list >DEBUG:blivet:lvm filter: removing home from the reject list >DEBUG:blivet:home wasn't in the reject list >DEBUG:blivet:lvm filter: removing root from the reject list >DEBUG:blivet:root wasn't in the reject list >DEBUG:blivet:action: [146] create format btrfs filesystem on partition vda2 (id 142) >DEBUG:blivet:lvm filter: removing fedora_localhost-live from the reject list >DEBUG:blivet:fedora_localhost-live wasn't in the reject list >DEBUG:blivet:lvm filter: removing home from the reject list >DEBUG:blivet:home wasn't in the reject list >DEBUG:blivet:lvm filter: removing root from the reject list >DEBUG:blivet:root wasn't in the reject list >DEBUG:blivet:action: [176] create device btrfs volume fedora_localhost-live (id 169) >DEBUG:blivet:lvm filter: removing home from the reject list >DEBUG:blivet:home wasn't in the reject list >DEBUG:blivet:lvm filter: removing root from the reject list >DEBUG:blivet:root wasn't in the reject list >DEBUG:blivet:action: [177] create format btrfs filesystem on btrfs volume fedora_localhost-live (id 169) >DEBUG:blivet:lvm filter: removing home from the reject list >DEBUG:blivet:home wasn't in the reject list >DEBUG:blivet:lvm filter: removing root from the reject list >DEBUG:blivet:root wasn't in the reject list >DEBUG:blivet:action: [190] create device btrfs subvolume home (id 185) >DEBUG:blivet:action: [184] create device btrfs subvolume root (id 179) >INFO:blivet:executing action: [135] destroy format msdos disklabel on disk vdb (id 24) >DEBUG:blivet: DiskDevice.setup: vdb ; orig: True ; status: True ; controllable: True ; >DEBUG:blivet: DiskLabel.destroy: device: /dev/vdb ; type: disklabel ; status: False ; >INFO:program:Running... wipefs -f -a /dev/vdb >INFO:program:stdout: >INFO:program:/dev/vdb: 2 bytes were erased at offset 0x000001fe (dos): 55 aa >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: [129] destroy format msdos disklabel on disk vda (id 4) >DEBUG:blivet: DiskDevice.setup: vda ; orig: True ; status: True ; controllable: True ; >DEBUG:blivet: DiskLabel.destroy: device: /dev/vda ; type: disklabel ; status: False ; >INFO:program:Running... wipefs -f -a /dev/vda >INFO:program:stdout: >INFO:program:/dev/vda: 2 bytes were erased at offset 0x000001fe (dos): 55 aa >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: [140] create format msdos disklabel on disk vdb (id 24) >DEBUG:blivet: DiskDevice.setup: vdb ; orig: False ; status: True ; controllable: True ; >DEBUG:blivet: DiskLabel.create: device: /dev/vdb ; type: disklabel ; status: False ; >DEBUG:blivet: DiskLabel._create: device: /dev/vdb ; type: disklabel ; status: False ; >DEBUG:blivet: DiskLabel.commit: device: /dev/vdb ; 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: vdb ; status: True ; >DEBUG:blivet:vdb sysfs_path set to /sys/devices/pci0000:00/0000:00:0a.0/virtio5/block/vdb >INFO:blivet:executing action: [152] create device partition vdb1 (id 149) >DEBUG:blivet: PartitionDevice.create: vdb1 ; status: False ; >DEBUG:blivet: PartitionDevice.setup_parents: name: vdb1 ; orig: False ; >DEBUG:blivet: DiskDevice.setup: vdb ; orig: False ; status: True ; controllable: True ; >DEBUG:blivet: DiskLabel.setup: device: /dev/vdb ; type: disklabel ; status: False ; >DEBUG:blivet: PartitionDevice._create: vdb1 ; status: False ; >DEBUG:blivet: PartitionDevice._wipe: vdb1 ; status: False ; >INFO:program:Running... dd if=/dev/zero of=/dev/vdb 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.0595638 s, 17.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/vdb ; numparts: 1 ; >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:blivet:post-commit partition path is /dev/vdb1 >DEBUG:blivet: PartitionDevice._set_parted_partition: vdb1 ; >DEBUG:blivet:device vdb1 new parted_partition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f44ce55b250> fileSystem: None > number: 1 path: /dev/vdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f44ce550ee0> PedPartition: <_ped.Partition object at 0x7f44ce4bdcc0> >DEBUG:blivet: DeviceFormat.destroy: device: /dev/vdb1 ; type: None ; status: False ; >INFO:program:Running... wipefs -f -a /dev/vdb1 >DEBUG:program:Return code: 0 >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:blivet: PartitionDevice.setup: vdb1 ; orig: False ; status: True ; controllable: True ; >DEBUG:blivet: PartitionDevice.update_sysfs_path: vdb1 ; status: True ; >DEBUG:blivet:vdb1 sysfs_path set to /sys/devices/pci0000:00/0000:00:0a.0/virtio5/block/vdb/vdb1 >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:blivet: PartitionDevice.read_current_size: exists: True ; path: /dev/vdb1 ; sysfs_path: /sys/devices/pci0000:00/0000:00:0a.0/virtio5/block/vdb/vdb1 ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:0a.0/virtio5/block/vdb/vdb1/size: 32373838393636340a >DEBUG:blivet:updated vdb1 size to 13.3 GiB (13.3 GiB) >INFO:blivet:executing action: [166] create device partition vdb2 (id 163) >DEBUG:blivet: PartitionDevice.create: vdb2 ; status: False ; >DEBUG:blivet: PartitionDevice.setup_parents: name: vdb2 ; orig: False ; >DEBUG:blivet: DiskDevice.setup: vdb ; orig: False ; status: True ; controllable: True ; >DEBUG:blivet: DiskLabel.setup: device: /dev/vdb ; type: disklabel ; status: False ; >DEBUG:blivet: PartitionDevice._create: vdb2 ; status: False ; >DEBUG:blivet: PartitionDevice._wipe: vdb2 ; status: False ; >INFO:program:Running... dd if=/dev/zero of=/dev/vdb bs=512 seek=27891712 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.0533308 s, 19.7 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/vdb ; numparts: 2 ; >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:blivet:post-commit partition path is /dev/vdb2 >DEBUG:blivet: PartitionDevice._set_parted_partition: vdb2 ; >DEBUG:blivet:device vdb2 new parted_partition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f44ce55b250> fileSystem: None > number: 2 path: /dev/vdb2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f44ce521730> PedPartition: <_ped.Partition object at 0x7f44ce54bf40> >DEBUG:blivet: DeviceFormat.destroy: device: /dev/vdb2 ; type: None ; status: False ; >INFO:program:Running... wipefs -f -a /dev/vdb2 >DEBUG:program:Return code: 0 >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:blivet: PartitionDevice.setup: vdb2 ; orig: False ; status: True ; controllable: True ; >DEBUG:blivet: PartitionDevice.update_sysfs_path: vdb2 ; status: True ; >DEBUG:blivet:vdb2 sysfs_path set to /sys/devices/pci0000:00/0000:00:0a.0/virtio5/block/vdb/vdb2 >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:blivet: PartitionDevice.read_current_size: exists: True ; path: /dev/vdb2 ; sysfs_path: /sys/devices/pci0000:00/0000:00:0a.0/virtio5/block/vdb/vdb2 ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:0a.0/virtio5/block/vdb/vdb2/size: 333536353536380a >DEBUG:blivet:updated vdb2 size to 1.7 GiB (1.7 GiB) >INFO:blivet:executing action: [167] create format swap on partition vdb2 (id 163) >DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vdb2 ; flag: 1 ; >DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vdb2 ; flag: 2 ; >DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vdb2 ; flag: 4 ; >DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vdb2 ; flag: 5 ; >DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vdb2 ; flag: 6 ; >DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vdb2 ; flag: 8 ; >DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vdb2 ; flag: 9 ; >DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vdb2 ; flag: 10 ; >DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vdb2 ; flag: 11 ; >DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vdb2 ; flag: 12 ; >DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vdb2 ; flag: 13 ; >DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vdb2 ; flag: 14 ; >DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vdb2 ; flag: 15 ; >DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vdb2 ; flag: 16 ; >DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vdb2 ; flag: 17 ; >DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vdb2 ; flag: 18 ; >DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vdb2 ; flag: 19 ; >DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vdb2 ; flag: 20 ; >DEBUG:blivet: PartitionDevice.set_flag: path: /dev/vdb2 ; flag: 3 ; >DEBUG:blivet: DiskLabel.commit_to_disk: device: /dev/vdb ; numparts: 2 ; >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:blivet: PartitionDevice.setup: vdb2 ; orig: False ; status: True ; controllable: True ; >DEBUG:blivet: SwapSpace.create: device: /dev/vdb2 ; type: swap ; status: False ; >DEBUG:blivet: SwapSpace._create: device: /dev/vdb2 ; type: swap ; status: False ; >INFO:program:Running [30] mkswap -f /dev/vdb2 ... >INFO:program:stdout[30]: Setting up swapspace version 1, size = 1.7 GiB (1825566720 bytes) >no label, UUID=7f4819e5-6719-44b4-bb0d-7b2a9765f454 > >INFO:program:stderr[30]: >INFO:program:...done [30] (exit code: 0) >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:blivet: PartitionDevice.update_sysfs_path: vdb2 ; status: True ; >DEBUG:blivet:vdb2 sysfs_path set to /sys/devices/pci0000:00/0000:00:0a.0/virtio5/block/vdb/vdb2 >INFO:blivet:executing action: [153] create format btrfs filesystem on partition vdb1 (id 149) >DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vdb1 ; flag: 1 ; >DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vdb1 ; flag: 2 ; >DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vdb1 ; flag: 3 ; >DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vdb1 ; flag: 4 ; >DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vdb1 ; flag: 5 ; >DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vdb1 ; flag: 6 ; >DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vdb1 ; flag: 8 ; >DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vdb1 ; flag: 9 ; >DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vdb1 ; flag: 10 ; >DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vdb1 ; flag: 11 ; >DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vdb1 ; flag: 12 ; >DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vdb1 ; flag: 13 ; >DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vdb1 ; flag: 14 ; >DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vdb1 ; flag: 15 ; >DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vdb1 ; flag: 16 ; >DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vdb1 ; flag: 17 ; >DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vdb1 ; flag: 18 ; >DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vdb1 ; flag: 19 ; >DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vdb1 ; flag: 20 ; >DEBUG:blivet: DiskLabel.commit_to_disk: device: /dev/vdb ; numparts: 2 ; >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:blivet: PartitionDevice.setup: vdb1 ; orig: False ; status: True ; controllable: True ; >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:blivet: PartitionDevice.update_sysfs_path: vdb1 ; status: True ; >DEBUG:blivet:vdb1 sysfs_path set to /sys/devices/pci0000:00/0000:00:0a.0/virtio5/block/vdb/vdb1 >INFO:blivet:executing action: [134] create format msdos disklabel on disk vda (id 4) >DEBUG:blivet: DiskDevice.setup: vda ; orig: False ; status: True ; controllable: True ; >DEBUG:blivet: DiskLabel.create: device: /dev/vda ; type: disklabel ; status: False ; >DEBUG:blivet: DiskLabel._create: device: /dev/vda ; type: disklabel ; status: False ; >DEBUG:blivet: DiskLabel.commit: device: /dev/vda ; 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: vda ; status: True ; >DEBUG:blivet:vda sysfs_path set to /sys/devices/pci0000:00/0000:00:07.0/virtio3/block/vda >INFO:blivet:executing action: [159] create device partition vda1 (id 156) >DEBUG:blivet: PartitionDevice.create: vda1 ; status: False ; >DEBUG:blivet: PartitionDevice.setup_parents: name: vda1 ; orig: False ; >DEBUG:blivet: DiskDevice.setup: vda ; orig: False ; status: True ; controllable: True ; >DEBUG:blivet: DiskLabel.setup: device: /dev/vda ; type: disklabel ; status: False ; >DEBUG:blivet: PartitionDevice._create: vda1 ; status: False ; >DEBUG:blivet: PartitionDevice._wipe: vda1 ; status: False ; >INFO:program:Running... dd if=/dev/zero of=/dev/vda 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.0534097 s, 19.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/vda ; numparts: 1 ; >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:blivet:post-commit partition path is /dev/vda1 >DEBUG:blivet: PartitionDevice._set_parted_partition: vda1 ; >DEBUG:blivet:device vda1 new parted_partition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f44ce55d730> fileSystem: None > number: 1 path: /dev/vda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f44ce53c7c0> PedPartition: <_ped.Partition object at 0x7f44ce4da090> >DEBUG:blivet: DeviceFormat.destroy: device: /dev/vda1 ; type: None ; status: False ; >INFO:program:Running... wipefs -f -a /dev/vda1 >DEBUG:program:Return code: 0 >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:blivet: PartitionDevice.setup: vda1 ; orig: False ; status: True ; controllable: True ; >DEBUG:blivet: PartitionDevice.update_sysfs_path: vda1 ; status: True ; >DEBUG:blivet:vda1 sysfs_path set to /sys/devices/pci0000:00/0000:00:07.0/virtio3/block/vda/vda1 >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:blivet: PartitionDevice.read_current_size: exists: True ; path: /dev/vda1 ; sysfs_path: /sys/devices/pci0000:00/0000:00:07.0/virtio3/block/vda/vda1 ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:07.0/virtio3/block/vda/vda1/size: 323039373135320a >DEBUG:blivet:updated vda1 size to 1024 MiB (1024 MiB) >INFO:blivet:executing action: [160] create format ext4 filesystem mounted at /boot on partition vda1 (id 156) >DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vda1 ; flag: 1 ; >DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vda1 ; flag: 2 ; >DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vda1 ; flag: 3 ; >DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vda1 ; flag: 4 ; >DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vda1 ; flag: 5 ; >DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vda1 ; flag: 6 ; >DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vda1 ; flag: 8 ; >DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vda1 ; flag: 9 ; >DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vda1 ; flag: 10 ; >DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vda1 ; flag: 11 ; >DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vda1 ; flag: 12 ; >DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vda1 ; flag: 13 ; >DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vda1 ; flag: 14 ; >DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vda1 ; flag: 15 ; >DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vda1 ; flag: 16 ; >DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vda1 ; flag: 17 ; >DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vda1 ; flag: 18 ; >DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vda1 ; flag: 19 ; >DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vda1 ; flag: 20 ; >DEBUG:blivet: DiskLabel.commit_to_disk: device: /dev/vda ; numparts: 1 ; >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:blivet: PartitionDevice.setup: vda1 ; orig: False ; status: True ; controllable: True ; >DEBUG:blivet: Ext4FS.create: device: /dev/vda1 ; type: ext4 ; status: False ; >DEBUG:blivet: Ext4FS._create: type: ext4 ; device: /dev/vda1 ; mountpoint: /boot ; >INFO:program:Running... mke2fs -t ext4 /dev/vda1 >INFO:program:stdout: >INFO:program:Creating filesystem with 262144 4k blocks and 65536 inodes >INFO:program:Filesystem UUID: d0f4bf5f-b4a6-4a48-9569-92c2793f1394 >INFO:program:Superblock backups stored on blocks: >INFO:program: 32768, 98304, 163840, 229376 >INFO:program: >INFO:program:Allocating group tables: 0/8 done >INFO:program:Writing inode tables: 0/8 done >INFO:program:Creating journal (8192 blocks): done >INFO:program:Writing superblocks and filesystem accounting information: 0/8 done >INFO:program: >INFO:program:stderr: >INFO:program:b'mke2fs 1.45.6 (20-Mar-2020)' >DEBUG:program:Return code: 0 >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:blivet: PartitionDevice.update_sysfs_path: vda1 ; status: True ; >DEBUG:blivet:vda1 sysfs_path set to /sys/devices/pci0000:00/0000:00:07.0/virtio3/block/vda/vda1 >INFO:blivet:executing action: [145] create device partition vda2 (id 142) >DEBUG:blivet: PartitionDevice.create: vda2 ; status: False ; >DEBUG:blivet: PartitionDevice.setup_parents: name: vda2 ; orig: False ; >DEBUG:blivet: DiskDevice.setup: vda ; orig: False ; status: True ; controllable: True ; >DEBUG:blivet: DiskLabel.setup: device: /dev/vda ; type: disklabel ; status: False ; >DEBUG:blivet: PartitionDevice._create: vda2 ; status: False ; >DEBUG:blivet: PartitionDevice._wipe: vda2 ; status: False ; >INFO:program:Running... dd if=/dev/zero of=/dev/vda bs=512 seek=2099200 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.0477019 s, 22.0 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/vda ; numparts: 2 ; >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:blivet:post-commit partition path is /dev/vda2 >DEBUG:blivet: PartitionDevice._set_parted_partition: vda2 ; >DEBUG:blivet:device vda2 new parted_partition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f44ce55d730> fileSystem: None > number: 2 path: /dev/vda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f44ce571370> PedPartition: <_ped.Partition object at 0x7f44ce4bddb0> >DEBUG:blivet: DeviceFormat.destroy: device: /dev/vda2 ; type: None ; status: False ; >INFO:program:Running... wipefs -f -a /dev/vda2 >DEBUG:program:Return code: 0 >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:blivet: PartitionDevice.setup: vda2 ; orig: False ; status: True ; controllable: True ; >DEBUG:blivet: PartitionDevice.update_sysfs_path: vda2 ; status: True ; >DEBUG:blivet:vda2 sysfs_path set to /sys/devices/pci0000:00/0000:00:07.0/virtio3/block/vda/vda2 >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:blivet: PartitionDevice.read_current_size: exists: True ; path: /dev/vda2 ; sysfs_path: /sys/devices/pci0000:00/0000:00:07.0/virtio3/block/vda/vda2 ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:07.0/virtio3/block/vda/vda2/size: 323039353130340a >DEBUG:blivet:updated vda2 size to 1023 MiB (1023 MiB) >INFO:blivet:executing action: [146] create format btrfs filesystem on partition vda2 (id 142) >DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vda2 ; flag: 1 ; >DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vda2 ; flag: 2 ; >DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vda2 ; flag: 3 ; >DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vda2 ; flag: 4 ; >DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vda2 ; flag: 5 ; >DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vda2 ; flag: 6 ; >DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vda2 ; flag: 8 ; >DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vda2 ; flag: 9 ; >DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vda2 ; flag: 10 ; >DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vda2 ; flag: 11 ; >DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vda2 ; flag: 12 ; >DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vda2 ; flag: 13 ; >DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vda2 ; flag: 14 ; >DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vda2 ; flag: 15 ; >DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vda2 ; flag: 16 ; >DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vda2 ; flag: 17 ; >DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vda2 ; flag: 18 ; >DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vda2 ; flag: 19 ; >DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vda2 ; flag: 20 ; >DEBUG:blivet: DiskLabel.commit_to_disk: device: /dev/vda ; numparts: 2 ; >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:blivet: PartitionDevice.setup: vda2 ; orig: False ; status: True ; controllable: True ; >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:blivet: PartitionDevice.update_sysfs_path: vda2 ; status: True ; >DEBUG:blivet:vda2 sysfs_path set to /sys/devices/pci0000:00/0000:00:07.0/virtio3/block/vda/vda2 >INFO:blivet:executing action: [176] create device btrfs volume fedora_localhost-live (id 169) >DEBUG:blivet: BTRFSVolumeDevice.create: fedora_localhost-live ; status: False ; >DEBUG:blivet: BTRFSVolumeDevice.setup_parents: name: fedora_localhost-live ; orig: False ; >DEBUG:blivet: PartitionDevice.setup: vda2 ; orig: False ; status: True ; controllable: True ; >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:blivet: BTRFS.setup: device: /dev/vda2 ; type: btrfs ; status: False ; >DEBUG:blivet: BTRFS._pre_setup: type: btrfs ; device: /dev/vda2 ; mountpoint: None ; >DEBUG:blivet: PartitionDevice.setup: vdb1 ; orig: False ; status: True ; controllable: True ; >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:blivet: BTRFS.setup: device: /dev/vdb1 ; type: btrfs ; status: False ; >DEBUG:blivet: BTRFS._pre_setup: type: btrfs ; device: /dev/vdb1 ; mountpoint: None ; >DEBUG:blivet: BTRFSVolumeDevice._create: fedora_localhost-live ; status: False ; >INFO:program:Running [31] mkfs.btrfs --label fedora_localhost-live /dev/vda2 /dev/vdb1 ... >INFO:program:stdout[31]: btrfs-progs v5.7 >See http://btrfs.wiki.kernel.org for more information. > >Label: fedora_localhost-live >UUID: 621d0ea9-ba97-4660-9314-23e56d740f57 >Node size: 16384 >Sector size: 4096 >Filesystem size: 14.30GiB >Block group profiles: > Data: RAID0 1.43GiB > Metadata: RAID1 256.00MiB > System: RAID1 8.00MiB >SSD detected: no >Incompat features: extref, skinny-metadata >Runtime features: >Checksum: crc32c >Number of devices: 2 >Devices: > ID SIZE PATH > 1 1023.00MiB /dev/vda2 > 2 13.30GiB /dev/vdb1 > > >INFO:program:stderr[31]: >INFO:program:...done [31] (exit code: 0) >DEBUG:blivet: BTRFSVolumeDevice.setup: fedora_localhost-live ; orig: False ; status: True ; controllable: True ; >DEBUG:blivet: BTRFSVolumeDevice.update_sysfs_path: fedora_localhost-live ; status: True ; >DEBUG:blivet: PartitionDevice.update_sysfs_path: vda2 ; status: True ; >DEBUG:blivet:vda2 sysfs_path set to /sys/devices/pci0000:00/0000:00:07.0/virtio3/block/vda/vda2 >DEBUG:blivet:fedora_localhost-live sysfs_path set to /sys/devices/pci0000:00/0000:00:07.0/virtio3/block/vda/vda2 >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >INFO:blivet:executing action: [177] create format btrfs filesystem on btrfs volume fedora_localhost-live (id 169) >DEBUG:blivet: BTRFSVolumeDevice.setup: fedora_localhost-live ; orig: False ; status: True ; controllable: True ; >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:blivet: BTRFSVolumeDevice.update_sysfs_path: fedora_localhost-live ; status: True ; >DEBUG:blivet: PartitionDevice.update_sysfs_path: vda2 ; status: True ; >DEBUG:blivet:vda2 sysfs_path set to /sys/devices/pci0000:00/0000:00:07.0/virtio3/block/vda/vda2 >DEBUG:blivet:fedora_localhost-live sysfs_path set to /sys/devices/pci0000:00/0000:00:07.0/virtio3/block/vda/vda2 >INFO:blivet:executing action: [190] create device btrfs subvolume home (id 185) >DEBUG:blivet: BTRFSSubVolumeDevice.create: home ; status: False ; >DEBUG:blivet: BTRFSSubVolumeDevice.setup_parents: name: home ; orig: False ; >DEBUG:blivet: BTRFSVolumeDevice.setup: fedora_localhost-live ; orig: False ; status: True ; controllable: True ; >DEBUG:blivet: BTRFSSubVolumeDevice._create: home ; status: False ; >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: BTRFS.setup: device: /dev/vda2 ; type: btrfs ; status: False ; >DEBUG:blivet: BTRFS._pre_setup: type: btrfs ; device: /dev/vda2 ; mountpoint: /tmp/btrfs-tmp.169dcyrdsa_ ; >INFO:program:Running... mount -t btrfs -o defaults /dev/vda2 /tmp/btrfs-tmp.169dcyrdsa_ >DEBUG:program:Return code: 0 >INFO:blivet:failed to get default SELinux context for /tmp/btrfs-tmp.169dcyrdsa_: [Errno 2] No such file or directory >WARNING:blivet:Failed to reset SElinux context for newly mounted filesystem root directory to default. >INFO:program:Running [32] btrfs subvol create /tmp/btrfs-tmp.169dcyrdsa_/home ... >INFO:program:stdout[32]: Create subvolume '/tmp/btrfs-tmp.169dcyrdsa_/home' > >INFO:program:stderr[32]: >INFO:program:...done [32] (exit code: 0) >INFO:program:Running... umount /tmp/btrfs-tmp.169dcyrdsa_ >DEBUG:program:Return code: 0 >DEBUG:blivet: BTRFSSubVolumeDevice.setup: home ; orig: False ; status: True ; controllable: True ; >DEBUG:blivet: BTRFSSubVolumeDevice.update_sysfs_path: home ; status: True ; >DEBUG:blivet: BTRFSVolumeDevice.update_sysfs_path: fedora_localhost-live ; status: True ; >DEBUG:blivet: PartitionDevice.update_sysfs_path: vda2 ; status: True ; >DEBUG:blivet:vda2 sysfs_path set to /sys/devices/pci0000:00/0000:00:07.0/virtio3/block/vda/vda2 >DEBUG:blivet:fedora_localhost-live sysfs_path set to /sys/devices/pci0000:00/0000:00:07.0/virtio3/block/vda/vda2 >DEBUG:blivet:home sysfs_path set to /sys/devices/pci0000:00/0000:00:07.0/virtio3/block/vda/vda2 >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >INFO:blivet:executing action: [184] create device btrfs subvolume root (id 179) >DEBUG:blivet: BTRFSSubVolumeDevice.create: root ; status: False ; >DEBUG:blivet: BTRFSSubVolumeDevice.setup_parents: name: root ; orig: False ; >DEBUG:blivet: BTRFSVolumeDevice.setup: fedora_localhost-live ; orig: False ; status: True ; controllable: True ; >DEBUG:blivet: BTRFSSubVolumeDevice._create: root ; status: False ; >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: BTRFS.setup: device: /dev/vda2 ; type: btrfs ; status: False ; >DEBUG:blivet: BTRFS._pre_setup: type: btrfs ; device: /dev/vda2 ; mountpoint: /tmp/btrfs-tmp.1695lyncbj9 ; >INFO:program:Running... mount -t btrfs -o defaults /dev/vda2 /tmp/btrfs-tmp.1695lyncbj9 >DEBUG:program:Return code: 0 >INFO:blivet:failed to get default SELinux context for /tmp/btrfs-tmp.1695lyncbj9: [Errno 2] No such file or directory >WARNING:blivet:Failed to reset SElinux context for newly mounted filesystem root directory to default. >INFO:program:Running [33] btrfs subvol create /tmp/btrfs-tmp.1695lyncbj9/root ... >INFO:program:stdout[33]: Create subvolume '/tmp/btrfs-tmp.1695lyncbj9/root' > >INFO:program:stderr[33]: >INFO:program:...done [33] (exit code: 0) >INFO:program:Running... umount /tmp/btrfs-tmp.1695lyncbj9 >DEBUG:program:Return code: 0 >DEBUG:blivet: BTRFSSubVolumeDevice.setup: root ; orig: False ; status: True ; controllable: True ; >DEBUG:blivet: BTRFSSubVolumeDevice.update_sysfs_path: root ; status: True ; >DEBUG:blivet: BTRFSVolumeDevice.update_sysfs_path: fedora_localhost-live ; status: True ; >DEBUG:blivet: PartitionDevice.update_sysfs_path: vda2 ; status: True ; >DEBUG:blivet:vda2 sysfs_path set to /sys/devices/pci0000:00/0000:00:07.0/virtio3/block/vda/vda2 >DEBUG:blivet:fedora_localhost-live sysfs_path set to /sys/devices/pci0000:00/0000:00:07.0/virtio3/block/vda/vda2 >DEBUG:blivet:root sysfs_path set to /sys/devices/pci0000:00/0000:00:07.0/virtio3/block/vda/vda2 >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:blivet: PartitionDevice._set_parted_partition: vda1 ; >DEBUG:blivet:device vda1 new parted_partition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f44ce55d730> fileSystem: <parted.filesystem.FileSystem object at 0x7f44ce53c310> > number: 1 path: /dev/vda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f44ce53c2e0> PedPartition: <_ped.Partition object at 0x7f44cf00a400> >DEBUG:blivet: PartitionDevice._set_parted_partition: vda2 ; >DEBUG:blivet:device vda2 new parted_partition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f44ce55d730> fileSystem: None > number: 2 path: /dev/vda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f44ce53c760> PedPartition: <_ped.Partition object at 0x7f44ce54b6d0> >DEBUG:blivet: PartitionDevice._set_parted_partition: vdb1 ; >DEBUG:blivet:device vdb1 new parted_partition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f44ce55b250> fileSystem: None > number: 1 path: /dev/vdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f44ce571370> PedPartition: <_ped.Partition object at 0x7f44ce79f7c0> >DEBUG:blivet: PartitionDevice._set_parted_partition: vdb2 ; >DEBUG:blivet:device vdb2 new parted_partition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f44ce55b250> fileSystem: <parted.filesystem.FileSystem object at 0x7f44ce53c3d0> > number: 2 path: /dev/vdb2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f44ce6657f0> PedPartition: <_ped.Partition object at 0x7f44ce566ef0> >INFO:anaconda.modules.storage.installation:setting boot flag on vda1 >DEBUG:blivet: PartitionDevice.set_flag: path: /dev/vda1 ; flag: 1 ; >DEBUG:blivet: DiskDevice.setup: vda ; orig: False ; status: True ; controllable: True ; >DEBUG:blivet: DiskLabel.commit_to_disk: device: /dev/vda ; numparts: 2 ; >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet: Iso9660FS.supported: supported: True ; >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet: PartitionDevice.setup: vdb2 ; orig: False ; status: True ; controllable: True ; >DEBUG:blivet: SwapSpace.setup: device: /dev/vdb2 ; type: swap ; status: False ; >DEBUG:blivet: SwapSpace._setup: device: /dev/vdb2 ; type: swap ; status: False ; >INFO:anaconda.threading:Thread Done: AnaTaskThread-ActivateFilesystemsTask-1 (139933507368576) >INFO:anaconda.threading:Running Thread: AnaTaskThread-MountFilesystemsTask-1 (139933507368576) >DEBUG:blivet: BindFS.supported: supported: False ; >DEBUG:blivet:get_format('bind') returning BindFS instance with object id 280 >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 282 >DEBUG:blivet: DirectoryDevice._set_format: /dev ; type: bind ; current: None ; >DEBUG:blivet:updated /dev size to 4.06 KiB (4.06 KiB) >DEBUG:blivet: TmpFS.supported: supported: True ; >DEBUG:blivet:get_format('tmpfs') returning TmpFS instance with object id 284 >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 286 >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 288 >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 290 >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 292 >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 294 >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 296 >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 298 >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 300 >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 302 >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 304 >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 306 >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 308 >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 310 >DEBUG:blivet: DirectoryDevice._set_format: /run ; type: bind ; current: None ; >DEBUG:blivet:updated /run size to 1.37 KiB (1.37 KiB) >DEBUG:blivet: BTRFSSubVolumeDevice.setup: root ; orig: False ; status: True ; controllable: True ; >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:blivet: BTRFS.setup: device: /dev/vda2 ; type: btrfs ; status: False ; >DEBUG:blivet: BTRFS._pre_setup: type: btrfs ; device: /dev/vda2 ; mountpoint: / ; >INFO:program:Running... mount -t btrfs -o subvol=root /dev/vda2 /mnt/sysimage >DEBUG:program:Return code: 0 >DEBUG:blivet: PartitionDevice.setup: vda1 ; orig: False ; status: True ; controllable: True ; >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:program:Running... udevadm settle --timeout=300 >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: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: Ext4FS.setup: device: /dev/vda1 ; type: ext4 ; status: False ; >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >INFO:program:Running... mount -t ext4 -o defaults /dev/vda1 /mnt/sysimage/boot >DEBUG:program:Return code: 0 >DEBUG:blivet: DirectoryDevice.setup: /dev ; orig: False ; status: True ; controllable: True ; >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:program:Running... udevadm settle --timeout=300 >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:program:Running... udevadm settle --timeout=300 >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:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:blivet: BindFS.setup: device: /dev ; type: bind ; status: False ; >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >INFO:program:Running... mount -t bind -o bind,defaults /dev /mnt/sysimage/dev >DEBUG:program:Return code: 0 >DEBUG:blivet: NoDevice.setup: devpts ; orig: False ; status: False ; controllable: True ; >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:program:Running... udevadm settle --timeout=300 >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:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:blivet: DevPtsFS.setup: device: devpts ; type: devpts ; status: False ; >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >INFO:program:Running... mount -t devpts -o gid=5,mode=620 devpts /mnt/sysimage/dev/pts >DEBUG:program:Return code: 0 >DEBUG:blivet: NoDevice.setup: tmpfs ; orig: False ; status: False ; controllable: True ; >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:program:Running... udevadm settle --timeout=300 >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: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: TmpFS.setup: device: tmpfs ; type: tmpfs ; status: True ; >INFO:program:Running... mount -t tmpfs -o defaults tmpfs /mnt/sysimage/dev/shm >DEBUG:program:Return code: 0 >DEBUG:blivet: BTRFSSubVolumeDevice.setup: home ; orig: False ; status: True ; controllable: True ; >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:program:Running... udevadm settle --timeout=300 >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:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:blivet: BTRFS.setup: device: /dev/vda2 ; type: btrfs ; status: False ; >DEBUG:blivet: BTRFS._pre_setup: type: btrfs ; device: /dev/vda2 ; mountpoint: /home ; >INFO:program:Running... mount -t btrfs -o subvol=home /dev/vda2 /mnt/sysimage/home >DEBUG:program:Return code: 0 >DEBUG:blivet: NoDevice.setup: proc ; orig: False ; status: True ; controllable: True ; >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:program:Running... udevadm settle --timeout=300 >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:program:Running... udevadm settle --timeout=300 >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:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:blivet: ProcFS.setup: device: proc ; type: proc ; status: False ; >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >INFO:program:Running... mount -t proc -o defaults proc /mnt/sysimage/proc >DEBUG:program:Return code: 0 >DEBUG:blivet: DirectoryDevice.setup: /run ; orig: False ; status: True ; controllable: True ; >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:program:Running... udevadm settle --timeout=300 >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:program:Running... udevadm settle --timeout=300 >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:program:Running... udevadm settle --timeout=300 >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:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:blivet: BindFS.setup: device: /run ; type: bind ; status: False ; >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >INFO:program:Running... mount -t bind -o bind,defaults /run /mnt/sysimage/run >DEBUG:program:Return code: 0 >DEBUG:blivet: NoDevice.setup: sysfs ; orig: False ; status: False ; controllable: True ; >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:program:Running... udevadm settle --timeout=300 >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:program:Running... udevadm settle --timeout=300 >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:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:blivet: SysFS.setup: device: sysfs ; type: sysfs ; status: False ; >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >INFO:program:Running... mount -t sysfs -o defaults sysfs /mnt/sysimage/sys >DEBUG:program:Return code: 0 >DEBUG:blivet: NoDevice.setup: selinuxfs ; orig: False ; status: False ; controllable: True ; >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:program:Running... udevadm settle --timeout=300 >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:program:Running... udevadm settle --timeout=300 >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:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:blivet: SELinuxFS.setup: device: selinuxfs ; type: selinuxfs ; status: False ; >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >INFO:program:Running... mount -t selinuxfs -o defaults selinuxfs /mnt/sysimage/sys/fs/selinux >DEBUG:program:Return code: 0 >INFO:program:Running... findmnt -rn /mnt/sysroot >DEBUG:program:Return code: 1 >INFO:program:Running... mount --rbind /mnt/sysimage /mnt/sysroot >DEBUG:program:Return code: 0 >INFO:anaconda.threading:Thread Done: AnaTaskThread-MountFilesystemsTask-1 (139933507368576) >DEBUG:blivet: DeviceTree.handle_format: name: sr0 ; >DEBUG:blivet: OpticalDevice.media_present: sr0 ; status: True ; >DEBUG:blivet:no type or existing type for sr0, bailing >DEBUG:blivet: DeviceTree.get_device_by_name: name: sr0 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 1.93 GiB cdrom sr0 (14) with existing iso9660 filesystem >DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage/Task/9. >DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage/Task/10. >INFO:anaconda.threading:Running Thread: AnaTaskThread-UnmountFilesystemsTask-1 (139933507368576) >INFO:anaconda.threading:Thread Done: AnaTaskThread-UnmountFilesystemsTask-1 (139933507368576) >INFO:anaconda.threading:Running Thread: AnaTaskThread-TeardownDiskImagesTask-1 (139933495260800) >INFO:anaconda.threading:Thread Done: AnaTaskThread-TeardownDiskImagesTask-1 (139933495260800) >DEBUG:dasbus.connection:Disconnecting from the bus.
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 1855174
:
1700395
|
1700396
|
1700397
|
1700398
|
1700399
|
1700400
|
1700401
| 1700402