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 1791976 Details for
Bug 1973540
NBD+tls repeat installation failed with rewriting storage
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), 217.01 KB, created by
zixchen
on 2021-06-18 06:32:27 UTC
(
hide
)
Description:
storage log
Filename:
MIME Type:
Creator:
zixchen
Created:
2021-06-18 06:32:27 UTC
Size:
217.01 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 ExFATFS as exfat >DEBUG:blivet:registered device format class F2FS as f2fs >DEBUG:blivet:registered device format class NFS as nfs >DEBUG:blivet:registered device format class NFSv4 as nfs4 >DEBUG:blivet:registered device format class Iso9660FS as iso9660 >DEBUG:blivet:registered device format class NoDevFS as nodev >DEBUG:blivet:registered device format class DevPtsFS as devpts >DEBUG:blivet:registered device format class ProcFS as proc >DEBUG:blivet:registered device format class SysFS as sysfs >DEBUG:blivet:registered device format class TmpFS as tmpfs >DEBUG:blivet:registered device format class BindFS as bind >DEBUG:blivet:registered device format class SELinuxFS as selinuxfs >DEBUG:blivet:registered device format class USBFS as usbfs >DEBUG:blivet:registered device format class EFIVarFS as efivarfs >DEBUG:blivet:registered device format class LUKS as luks >DEBUG:blivet:registered device format class Integrity as integrity >DEBUG:blivet:registered device format class LVMPhysicalVolume as lvmpv >DEBUG:blivet:registered device format class MDRaidMember as mdmember >DEBUG:blivet:registered device format class MultipathMember as multipath_member >DEBUG:blivet:registered device format class PPCPRePBoot as prepboot >DEBUG:blivet:registered device format class SwapSpace as swap >INFO:program:Running... udevadm trigger --action=change --subsystem-match=block >DEBUG:program:Return code: 0 >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >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:program:Running... systemctl start iscsi-init.service >DEBUG:program:Return code: 0 >INFO:blivet:no initiator set >DEBUG:anaconda.modules.storage.zfcp.zfcp:Start up the zFCP module. >INFO:program:Running [1] e2fsck -V ... >INFO:program:stdout[1]: >INFO:program:stderr[1]: e2fsck 1.45.6 (20-Mar-2020) > Using EXT2FS Library version 1.45.6, 20-Mar-2020 > >INFO:program:...done [1] (exit code: 0) >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 0 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:trying to set new default fstype to 'ext4' >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 1 >DEBUG:blivet: Ext4FS.supported: supported: True ; >INFO:program:Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT >INFO:program:stdout: >INFO:program:NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT >INFO:program:loop0 624902144 root disk brw-rw---- squashfs >INFO:program:loop1 3221225472 root disk brw-rw---- ext4 Anaconda 52546dae-6fca-400f-aaad-c92f0e8742cb >INFO:program:|-live-rw 3221225472 root disk brw-rw---- ext4 Anaconda 52546dae-6fca-400f-aaad-c92f0e8742cb / >INFO:program:`-live-base 3221225472 root disk brw-rw---- ext4 Anaconda 52546dae-6fca-400f-aaad-c92f0e8742cb >INFO:program:loop2 34359738368 root disk brw-rw---- >INFO:program:`-live-rw 3221225472 root disk brw-rw---- ext4 Anaconda 52546dae-6fca-400f-aaad-c92f0e8742cb / >INFO:program:sda 21474836480 root disk brw-rw---- >INFO:program:|-sda1 1073741824 root disk brw-rw---- xfs 3722a158-6fc4-471c-8bb1-91b852cf29fe b0b749b0-01 >INFO:program:`-sda2 20400046080 root disk brw-rw---- LVM2_member rRdFw8-p1eq-lry4-IqQ2-OV8N-L6g9-yJb2GA b0b749b0-02 >INFO:program: |-rhel_bootp--73--130--243-swap 2147483648 root disk brw-rw---- swap 010f817c-0d45-4089-a1ca-72850a470702 >INFO:program: `-rhel_bootp--73--130--243-root 18249416704 root disk brw-rw---- xfs 35ae91c3-28c2-4a07-94b9-e19749d50a34 >INFO:program:sr0 8323596288 root cdrom brw-rw---- iso9660 RHEL-9-0-0-BaseOS-x86_64 2021-06-16-01-49-07-00 /run/install/repo >INFO:program:sr1 364544 root cdrom brw-rw---- iso9660 CDROM 2021-06-17-04-53-15-00 /run/install/repo >DEBUG:program:Return code: 0 >DEBUG:blivet:lsblk output: >NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT >loop0 624902144 root disk brw-rw---- squashfs >loop1 3221225472 root disk brw-rw---- ext4 Anaconda 52546dae-6fca-400f-aaad-c92f0e8742cb >|-live-rw 3221225472 root disk brw-rw---- ext4 Anaconda 52546dae-6fca-400f-aaad-c92f0e8742cb / >`-live-base 3221225472 root disk brw-rw---- ext4 Anaconda 52546dae-6fca-400f-aaad-c92f0e8742cb >loop2 34359738368 root disk brw-rw---- >`-live-rw 3221225472 root disk brw-rw---- ext4 Anaconda 52546dae-6fca-400f-aaad-c92f0e8742cb / >sda 21474836480 root disk brw-rw---- >|-sda1 1073741824 root disk brw-rw---- xfs 3722a158-6fc4-471c-8bb1-91b852cf29fe b0b749b0-01 >`-sda2 20400046080 root disk brw-rw---- LVM2_member rRdFw8-p1eq-lry4-IqQ2-OV8N-L6g9-yJb2GA b0b749b0-02 > |-rhel_bootp--73--130--243-swap 2147483648 root disk brw-rw---- swap 010f817c-0d45-4089-a1ca-72850a470702 > `-rhel_bootp--73--130--243-root 18249416704 root disk brw-rw---- xfs 35ae91c3-28c2-4a07-94b9-e19749d50a34 >sr0 8323596288 root cdrom brw-rw---- iso9660 RHEL-9-0-0-BaseOS-x86_64 2021-06-16-01-49-07-00 /run/install/repo >sr1 364544 root cdrom brw-rw---- iso9660 CDROM 2021-06-17-04-53-15-00 /run/install/repo > >DEBUG:blivet:trying to set new default fstype to 'xfs' >DEBUG:blivet: XFS.supported: supported: True ; >INFO:program:Running... modprobe --dry-run xfs >DEBUG:program:Return code: 0 >DEBUG:blivet:get_format('xfs') returning XFS instance with object id 2 >DEBUG:blivet: XFS.supported: supported: True ; >DEBUG:anaconda.storage:trying to set new default luks version to 'luks2' >DEBUG:blivet: LUKS.__init__: luks_version: luks2 ; >DEBUG:blivet:get_format('luks') returning LUKS instance with object id 3 >DEBUG:anaconda.modules.storage.storage:The storage model has changed. >DEBUG:anaconda.modules.common.base.base:Publish the service. >DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage/Checker. >INFO:anaconda.core.dbus:Connecting to the Anaconda bus at unix:abstract=/tmp/dbus-8HHdsWhL09,guid=5e7279bfa6937a9fa901150760cb0dbf. >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:Reading kickstart... >DEBUG:anaconda.modules.storage.disk_initialization.initialization:Can format unrecognized is set to 'True'. >DEBUG:anaconda.modules.storage.disk_initialization.initialization:Default disk label is set to ''. >DEBUG:anaconda.modules.storage.disk_initialization.initialization:Can initialize labels is set to 'True'. >DEBUG:anaconda.modules.storage.disk_initialization.initialization:Can format LDL is set to 'False'. >DEBUG:anaconda.modules.storage.disk_initialization.initialization:The initialization mode is set to 'InitializationMode.CLEAR_ALL'. >DEBUG:anaconda.modules.storage.disk_initialization.initialization:Devices to clear are set to '[]'. >DEBUG:anaconda.modules.storage.disk_initialization.initialization:Drives to clear are set to '[]'. >DEBUG:anaconda.modules.storage.disk_selection.selection:Selected disks are set to '[]'. >DEBUG:anaconda.modules.storage.disk_selection.selection:Exclusive disks are set to '[]'. >DEBUG:anaconda.modules.storage.disk_selection.selection:Ignored disks are set to '[]'. >DEBUG:anaconda.modules.storage.bootloader.bootloader:Bootloader mode is set to 'BootloaderMode.ENABLED'. >DEBUG:anaconda.modules.storage.bootloader.bootloader:Preferred location is set to 'MBR'. >DEBUG:anaconda.modules.storage.bootloader.bootloader:Extra arguments are set to '['console=tty0', 'console=ttyS0,115200']'. >DEBUG:anaconda.modules.storage.storage:Created the partitioning AUTOMATIC. >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=2, passphrase_set=False, pbkdf='', pbkdf_iterations=0, pbkdf_memory=0, pbkdf_time=0)'. >DEBUG:anaconda.modules.common.base.base:Kickstarted is set to True. >DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage/Partitioning/1. >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 '[]'. >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 (139936107906624) >INFO:program:Running... systemctl start iscsi-init.service >DEBUG:program:Return code: 0 >INFO:blivet:no initiator set >INFO:blivet:resetting Blivet (version 3.3.3) instance <pyanaconda.modules.storage.devicetree.model.InstallerStorage object at 0x7f456a09af40> >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 [2] multipath --version ... >INFO:program:stdout[2]: >INFO:program:stderr[2]: Unknown switch: (null) >multipath-tools v0.8.6 (04/01, 2021) >Usage: > multipath [-v level] [-B|-d|-i|-q|-r] [-b file] [-p policy] [device] > multipath [-v level] [-R retries] -f device > multipath [-v level] [-R retries] -F > multipath [-v level] [-l|-ll] [device] > multipath [-v level] [-a|-w] device > multipath [-v level] [-A|-W] > multipath [-v level] [-i] [-c|-C] device > multipath [-v level] [-i] [-u|-U] > multipath [-h|-t|-T] > >Where: > -h print this usage text > -l show multipath topology (sysfs and DM info) > -ll show multipath topology (maximum info) > -e enable foreign libraries with -l/-ll > -f flush a multipath device map > -F flush all multipath device maps > -a add a device wwid to the wwids file > -A add devices from kernel command line mpath.wwids > parameters to wwids file > -c check if a device should be a path in a multipath device > -C check if a multipath device has usable paths > -q allow queue_if_no_path when multipathd is not running > -d dry run, do not create or update devmaps > -t display the currently used multipathd configuration > -T display the multipathd configuration without builtin defaults > -r force devmap reload > -i ignore wwids file > -B treat the bindings file as read only > -b fil bindings file location > -w remove a device from the wwids file > -W reset the wwids file include only the current devices > -R num number of times to retry removes of in-use devices > -u check if the device specified in the program environment should be a > path in a multipath device > -U check if the device specified in the program environment is a > multipath device with usable paths, see -C flag > -p pol force all maps to specified path grouping policy: > . failover one path per priority group > . multibus all paths in one priority group > . group_by_serial one priority group per serial > . group_by_prio one priority group per priority lvl > . group_by_node_name one priority group per target node > -v lvl verbosity level: > . 0 no output > . 1 print created devmap names only > . 2 default verbosity > . 3 print debug information > device action limited to: > . multipath named 'device' (ex: mpath0) > . multipath whose wwid is 'device' (ex: 60051...) > . multipath including the path named 'device' (ex: /dev/sda or > /dev/dm-0) > . multipath including the path with maj:min 'device' (ex: 8:0) > >INFO:program:...done [2] (exit code: 1) >INFO:program:Running [3] mpathconf --find_multipaths y --user_friendly_names y --with_multipathd y ... >INFO:program:stdout[3]: >INFO:program:stderr[3]: >INFO:program:...done [3] (exit code: 0) >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:testdata:sysfs attr /sys/class/block/sda/device/model: 51454d5520484152444449534b2020200a >WARNING:blivet:device/model is not a valid attribute >WARNING:blivet:device/model is not a valid attribute >DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 51454d552043442d524f4d20202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sr1/device/model: 51454d552043442d524f4d20202020200a >WARNING:blivet:device/model is not a valid attribute >WARNING:blivet:device/model is not a valid attribute >WARNING:blivet:device/model is not a valid attribute >WARNING:blivet:device/model is not a valid attribute >WARNING:blivet:device/model is not a valid attribute >WARNING:blivet:device/model is not a valid attribute >WARNING:blivet:device/model is not a valid attribute >INFO:blivet:devices to scan: ['sda', 'sda1', 'sda2', 'sr0', 'sr1', 'loop0', 'loop1', 'loop2', 'rhel_bootp--73--130--243-swap', 'rhel_bootp--73--130--243-root', 'live-rw', 'live-base'] >DEBUG:blivet: DeviceTree.handle_device: name: sda ; info: {'CURRENT_TAGS': ':systemd:', > 'DEVLINKS': '/dev/disk/by-path/pci-0000:04:00.0-scsi-0:0:0:0', > 'DEVNAME': '/dev/sda', > 'DEVPATH': '/devices/pci0000:00/0000:00:01.2/0000:04:00.0/virtio0/host0/target0:0:0/0:0:0:0/block/sda', > 'DEVTYPE': 'disk', > 'DM_MULTIPATH_DEVICE_PATH': '0', > 'ID_BUS': 'scsi', > 'ID_MODEL': 'QEMU_HARDDISK', > 'ID_MODEL_ENC': 'QEMU\\x20HARDDISK\\x20\\x20\\x20', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': 'b0b749b0', > 'ID_PATH': 'pci-0000:04:00.0-scsi-0:0:0:0', > 'ID_PATH_TAG': 'pci-0000_04_00_0-scsi-0_0_0_0', > 'ID_REVISION': '2.5+', > 'ID_SCSI': '1', > 'ID_TYPE': 'disk', > 'ID_VENDOR': 'QEMU', > 'ID_VENDOR_ENC': 'QEMU\\x20\\x20\\x20\\x20', > 'MAJOR': '8', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SCSI_MODEL': 'QEMU_HARDDISK', > 'SCSI_MODEL_ENC': 'QEMU\\x20HARDDISK\\x20\\x20\\x20', > 'SCSI_REVISION': '2.5+', > 'SCSI_TPGS': '0', > 'SCSI_TYPE': 'disk', > 'SCSI_VENDOR': 'QEMU', > 'SCSI_VENDOR_ENC': 'QEMU\\x20\\x20\\x20\\x20', > 'SUBSYSTEM': 'block', > 'SYS_NAME': 'sda', > 'SYS_PATH': '/sys/devices/pci0000:00/0000:00:01.2/0000:04:00.0/virtio0/host0/target0:0:0/0:0:0:0/block/sda', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '37186570'} ; >INFO:blivet:scanning sda (/sys/devices/pci0000:00/0000:00:01.2/0000:04:00.0/virtio0/host0/target0:0:0/0:0:0:0/block/sda)... >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:01.2/0000:04:00.0/virtio0/host0/target0:0:0/0:0:0:0/block/sda/hidden: 300a >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned None >DEBUG:blivet: DiskDevicePopulator.run: name: sda ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:01.2/0000:04:00.0/virtio0/host0/target0:0:0/0:0:0:0/block/sda/device/vendor: 51454d55202020200a >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:01.2/0000:04:00.0/virtio0/host0/target0:0:0/0:0:0:0/block/sda/device/model: 51454d5520484152444449534b2020200a >INFO:blivet:sda 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: sda ; type: None ; current: None ; >DEBUG:blivet: DiskDevice.update_sysfs_path: sda ; status: True ; >DEBUG:blivet:sda sysfs_path set to /sys/devices/pci0000:00/0000:00:01.2/0000:04:00.0/virtio0/host0/target0:0:0/0:0:0:0/block/sda >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/sda ; sysfs_path: /sys/devices/pci0000:00/0000:00:01.2/0000:04:00.0/virtio0/host0/target0:0:0/0:0:0:0/block/sda ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:01.2/0000:04:00.0/virtio0/host0/target0:0:0/0:0:0:0/block/sda/size: 34313934333034300a >DEBUG:blivet:updated sda size to 20 GiB (20 GiB) >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:01.2/0000:04:00.0/virtio0/host0/target0:0:0/0:0:0:0/block/sda/queue/rotational: 310a >INFO:blivet:added disk sda (id 4) to device tree >INFO:blivet:got device: DiskDevice instance (0x7f456a0cbfd0) -- > name = sda status = True id = 4 > children = [] > parents = [] > uuid = None size = 20 GiB > format = existing None > major = 8 minor = 0 exists = True protected = False > sysfs path = /sys/devices/pci0000:00/0000:00:01.2/0000:04:00.0/virtio0/host0/target0:0:0/0:0:0:0/block/sda > target size = 20 GiB path = /dev/sda > format args = [] original_format = None removable = False wwn = None >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:01.2/0000:04:00.0/virtio0/host0/target0:0:0/0:0:0:0/block/sda/ro: 300a >DEBUG:blivet: DeviceTree.handle_format: name: sda ; >DEBUG:blivet: AppleBootstrapFS.supported: supported: True ; >DEBUG:blivet:get_format('appleboot') returning AppleBootstrapFS instance with object id 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: sda ; label_type: dos ; >DEBUG:blivet: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; >DEBUG:blivet: DiskLabel.__init__: uuid: b0b749b0 ; label: None ; device: /dev/sda ; serial: None ; exists: True ; >DEBUG:blivet:Did not change pmbr_boot on parted.Disk instance -- > type: msdos primaryPartitionCount: 2 > lastPartitionNumber: 2 maxPrimaryPartitionCount: 4 > partitions: [<parted.partition.Partition object at 0x7f456a074c10>, <parted.partition.Partition object at 0x7f456a0743d0>] > device: <parted.device.Device object at 0x7f456a0409a0> > PedDisk: <_ped.Disk object at 0x7f456a1b9cc0> >DEBUG:blivet:get_format('disklabel') returning DiskLabel instance with object id 12 >DEBUG:blivet: DiskDevice._set_format: sda ; type: disklabel ; current: None ; >INFO:blivet:got format: existing msdos disklabel >DEBUG:blivet: DeviceTree.handle_device: name: sda1 ; info: {'CURRENT_TAGS': ':systemd:', > 'DEVLINKS': '/dev/disk/by-partuuid/b0b749b0-01 ' > '/dev/disk/by-path/pci-0000:04:00.0-scsi-0:0:0:0-part1 ' > '/dev/disk/by-uuid/3722a158-6fc4-471c-8bb1-91b852cf29fe', > 'DEVNAME': '/dev/sda1', > 'DEVPATH': '/devices/pci0000:00/0000:00:01.2/0000:04:00.0/virtio0/host0/target0:0:0/0:0:0:0/block/sda/sda1', > 'DEVTYPE': 'partition', > 'DM_MULTIPATH_DEVICE_PATH': '0', > 'ID_BUS': 'scsi', > 'ID_FS_TYPE': 'xfs', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '3722a158-6fc4-471c-8bb1-91b852cf29fe', > 'ID_FS_UUID_ENC': '3722a158-6fc4-471c-8bb1-91b852cf29fe', > 'ID_MODEL': 'QEMU_HARDDISK', > 'ID_MODEL_ENC': 'QEMU\\x20HARDDISK\\x20\\x20\\x20', > 'ID_PART_ENTRY_DISK': '8:0', > 'ID_PART_ENTRY_FLAGS': '0x80', > 'ID_PART_ENTRY_NUMBER': '1', > 'ID_PART_ENTRY_OFFSET': '2048', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '2097152', > 'ID_PART_ENTRY_TYPE': '0x83', > 'ID_PART_ENTRY_UUID': 'b0b749b0-01', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': 'b0b749b0', > 'ID_PATH': 'pci-0000:04:00.0-scsi-0:0:0:0', > 'ID_PATH_TAG': 'pci-0000_04_00_0-scsi-0_0_0_0', > 'ID_REVISION': '2.5+', > 'ID_SCSI': '1', > 'ID_TYPE': 'disk', > 'ID_VENDOR': 'QEMU', > 'ID_VENDOR_ENC': 'QEMU\\x20\\x20\\x20\\x20', > 'MAJOR': '8', > 'MINOR': '1', > 'PARTN': '1', > 'SCSI_MODEL': 'QEMU_HARDDISK', > 'SCSI_MODEL_ENC': 'QEMU\\x20HARDDISK\\x20\\x20\\x20', > 'SCSI_REVISION': '2.5+', > 'SCSI_TPGS': '0', > 'SCSI_TYPE': 'disk', > 'SCSI_VENDOR': 'QEMU', > 'SCSI_VENDOR_ENC': 'QEMU\\x20\\x20\\x20\\x20', > 'SUBSYSTEM': 'block', > 'SYS_NAME': 'sda1', > 'SYS_PATH': '/sys/devices/pci0000:00/0000:00:01.2/0000:04:00.0/virtio0/host0/target0:0:0/0:0:0:0/block/sda/sda1', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '38695125'} ; >INFO:blivet:scanning sda1 (/sys/devices/pci0000:00/0000:00:01.2/0000:04:00.0/virtio0/host0/target0:0:0/0:0:0:0/block/sda/sda1)... >WARNING:blivet:hidden is not a valid attribute >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda1 ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned None >DEBUG:blivet: PartitionDevicePopulator.run: name: sda1 ; >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda1 ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned None >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:testdata:sysfs attr /sys/class/block/sda/device/model: 51454d5520484152444449534b2020200a >WARNING:blivet:device/model is not a valid attribute >WARNING:blivet:device/model is not a valid attribute >DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 51454d552043442d524f4d20202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sr1/device/model: 51454d552043442d524f4d20202020200a >WARNING:blivet:device/model is not a valid attribute >WARNING:blivet:device/model is not a valid attribute >WARNING:blivet:device/model is not a valid attribute >WARNING:blivet:device/model is not a valid attribute >WARNING:blivet:device/model is not a valid attribute >WARNING:blivet:device/model is not a valid attribute >WARNING:blivet:device/model is not a valid attribute >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 20 GiB disk sda (4) with existing msdos disklabel >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 15 >DEBUG:blivet: DiskDevice.add_child: name: sda ; child: sda1 ; kids: 0 ; >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 16 >DEBUG:blivet: PartitionDevice._set_format: sda1 ; type: None ; current: None ; >DEBUG:blivet: PartitionDevice.update_sysfs_path: sda1 ; status: True ; >DEBUG:blivet:sda1 sysfs_path set to /sys/devices/pci0000:00/0000:00:01.2/0000:04:00.0/virtio0/host0/target0:0:0/0:0:0:0/block/sda/sda1 >DEBUG:blivet: PartitionDevice.read_current_size: exists: True ; path: /dev/sda1 ; sysfs_path: /sys/devices/pci0000:00/0000:00:01.2/0000:04:00.0/virtio0/host0/target0:0:0/0:0:0:0/block/sda/sda1 ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:01.2/0000:04:00.0/virtio0/host0/target0:0:0/0:0:0:0/block/sda/sda1/size: 323039373135320a >DEBUG:blivet:updated sda1 size to 1024 MiB (1024 MiB) >DEBUG:blivet:looking up parted Partition: /dev/sda1 >DEBUG:blivet: PartitionDevice.probe: sda1 ; exists: True ; >DEBUG:blivet: PartitionDevice.get_flag: path: /dev/sda1 ; flag: 1 ; >DEBUG:blivet: PartitionDevice.get_flag: path: /dev/sda1 ; flag: 10 ; >DEBUG:blivet: PartitionDevice.get_flag: path: /dev/sda1 ; flag: 12 ; >DEBUG:blivet: PartitionDevice.read_current_size: exists: True ; path: /dev/sda1 ; sysfs_path: /sys/devices/pci0000:00/0000:00:01.2/0000:04:00.0/virtio0/host0/target0:0:0/0:0:0:0/block/sda/sda1 ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:01.2/0000:04:00.0/virtio0/host0/target0:0:0/0:0:0:0/block/sda/sda1/size: 323039373135320a >DEBUG:blivet:updated sda1 size to 1024 MiB (1024 MiB) >INFO:blivet:added partition sda1 (id 14) to device tree >INFO:blivet:parted exception: msdos disk labels do not support partition names. >INFO:blivet:parted exception: msdos disk labels do not support partition names. >INFO:blivet:got device: PartitionDevice instance (0x7f456a040f10) -- > name = sda1 status = True id = 14 > children = [] > parents = ['existing 20 GiB disk sda (4) with existing msdos disklabel'] > uuid = b0b749b0-01 size = 1024 MiB > format = existing None > major = 8 minor = 1 exists = True protected = False > sysfs path = /sys/devices/pci0000:00/0000:00:01.2/0000:04:00.0/virtio0/host0/target0:0:0/0:0:0:0/block/sda/sda1 > target size = 1024 MiB path = /dev/sda1 > format args = [] original_format = None grow = None max size = 0 B bootable = True > part type = 0 primary = None start sector = None end sector = None > parted_partition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f456a074f40> fileSystem: <parted.filesystem.FileSystem object at 0x7f456a086fa0> > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f456a074d90> PedPartition: <_ped.Partition object at 0x7f45697cba40> > disk = existing 20 GiB disk sda (4) with existing msdos disklabel > start = 2048 end = 2099199 length = 2097152 > flags = boot >DEBUG:blivet: DeviceTree.handle_format: name: sda1 ; >DEBUG:blivet: AppleBootstrapFS.supported: supported: True ; >DEBUG:blivet:get_format('appleboot') returning AppleBootstrapFS instance with object id 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 'sda1' is 'xfs' >INFO:program:Running... xfs_db -c sb 0 -c p dblocks -c p blocksize -r /dev/sda1 >INFO:program:stdout: >INFO:program:dblocks = 262144 >INFO:program:blocksize = 4096 >DEBUG:program:Return code: 0 >WARNING:blivet:Failed to obtain minimum size for device /dev/sda1: >DEBUG:blivet: XFS.supported: supported: True ; >DEBUG:blivet:get_format('xfs') returning XFS instance with object id 22 >DEBUG:blivet: PartitionDevice._set_format: sda1 ; type: xfs ; current: None ; >INFO:blivet:got format: existing xfs filesystem >DEBUG:blivet: DeviceTree.handle_device: name: sda2 ; info: {'CURRENT_TAGS': ':systemd:', > 'DEVLINKS': '/dev/disk/by-path/pci-0000:04:00.0-scsi-0:0:0:0-part2 ' > '/dev/disk/by-partuuid/b0b749b0-02 ' > '/dev/disk/by-id/lvm-pv-uuid-rRdFw8-p1eq-lry4-IqQ2-OV8N-L6g9-yJb2GA', > 'DEVNAME': '/dev/sda2', > 'DEVPATH': '/devices/pci0000:00/0000:00:01.2/0000:04:00.0/virtio0/host0/target0:0:0/0:0:0:0/block/sda/sda2', > 'DEVTYPE': 'partition', > 'DM_MULTIPATH_DEVICE_PATH': '0', > 'ID_BUS': 'scsi', > 'ID_FS_TYPE': 'LVM2_member', > 'ID_FS_USAGE': 'raid', > 'ID_FS_UUID': 'rRdFw8-p1eq-lry4-IqQ2-OV8N-L6g9-yJb2GA', > 'ID_FS_UUID_ENC': 'rRdFw8-p1eq-lry4-IqQ2-OV8N-L6g9-yJb2GA', > 'ID_FS_VERSION': 'LVM2 001', > 'ID_MODEL': 'QEMU_HARDDISK', > 'ID_MODEL_ENC': 'QEMU\\x20HARDDISK\\x20\\x20\\x20', > 'ID_PART_ENTRY_DISK': '8:0', > 'ID_PART_ENTRY_NUMBER': '2', > 'ID_PART_ENTRY_OFFSET': '2099200', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '39843840', > 'ID_PART_ENTRY_TYPE': '0x8e', > 'ID_PART_ENTRY_UUID': 'b0b749b0-02', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': 'b0b749b0', > 'ID_PATH': 'pci-0000:04:00.0-scsi-0:0:0:0', > 'ID_PATH_TAG': 'pci-0000_04_00_0-scsi-0_0_0_0', > 'ID_REVISION': '2.5+', > 'ID_SCSI': '1', > 'ID_TYPE': 'disk', > 'ID_VENDOR': 'QEMU', > 'ID_VENDOR_ENC': 'QEMU\\x20\\x20\\x20\\x20', > 'MAJOR': '8', > 'MINOR': '2', > 'PARTN': '2', > 'SCSI_MODEL': 'QEMU_HARDDISK', > 'SCSI_MODEL_ENC': 'QEMU\\x20HARDDISK\\x20\\x20\\x20', > 'SCSI_REVISION': '2.5+', > 'SCSI_TPGS': '0', > 'SCSI_TYPE': 'disk', > 'SCSI_VENDOR': 'QEMU', > 'SCSI_VENDOR_ENC': 'QEMU\\x20\\x20\\x20\\x20', > 'SUBSYSTEM': 'block', > 'SYS_NAME': 'sda2', > 'SYS_PATH': '/sys/devices/pci0000:00/0000:00:01.2/0000:04:00.0/virtio0/host0/target0:0:0/0:0:0:0/block/sda/sda2', > 'TAGS': ':systemd:', > 'UDISKS_IGNORE': '1', > 'USEC_INITIALIZED': '37838605'} ; >INFO:blivet:scanning sda2 (/sys/devices/pci0000:00/0000:00:01.2/0000:04:00.0/virtio0/host0/target0:0:0/0:0:0:0/block/sda/sda2)... >WARNING:blivet:hidden is not a valid attribute >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda2 ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned None >DEBUG:blivet: PartitionDevicePopulator.run: name: sda2 ; >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda2 ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned None >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:testdata:sysfs attr /sys/class/block/sda/device/model: 51454d5520484152444449534b2020200a >WARNING:blivet:device/model is not a valid attribute >WARNING:blivet:device/model is not a valid attribute >DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 51454d552043442d524f4d20202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sr1/device/model: 51454d552043442d524f4d20202020200a >WARNING:blivet:device/model is not a valid attribute >WARNING:blivet:device/model is not a valid attribute >WARNING:blivet:device/model is not a valid attribute >WARNING:blivet:device/model is not a valid attribute >WARNING:blivet:device/model is not a valid attribute >WARNING:blivet:device/model is not a valid attribute >WARNING:blivet:device/model is not a valid attribute >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 20 GiB disk sda (4) with existing msdos disklabel >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 25 >DEBUG:blivet: DiskDevice.add_child: name: sda ; child: sda2 ; kids: 1 ; >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 26 >DEBUG:blivet: PartitionDevice._set_format: sda2 ; type: None ; current: None ; >DEBUG:blivet: PartitionDevice.update_sysfs_path: sda2 ; status: True ; >DEBUG:blivet:sda2 sysfs_path set to /sys/devices/pci0000:00/0000:00:01.2/0000:04:00.0/virtio0/host0/target0:0:0/0:0:0:0/block/sda/sda2 >DEBUG:blivet: PartitionDevice.read_current_size: exists: True ; path: /dev/sda2 ; sysfs_path: /sys/devices/pci0000:00/0000:00:01.2/0000:04:00.0/virtio0/host0/target0:0:0/0:0:0:0/block/sda/sda2 ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:01.2/0000:04:00.0/virtio0/host0/target0:0:0/0:0:0:0/block/sda/sda2/size: 33393834333834300a >DEBUG:blivet:updated sda2 size to 19 GiB (19 GiB) >DEBUG:blivet:looking up parted Partition: /dev/sda2 >DEBUG:blivet: PartitionDevice.probe: sda2 ; exists: True ; >DEBUG:blivet: PartitionDevice.get_flag: path: /dev/sda2 ; flag: 1 ; >DEBUG:blivet: PartitionDevice.get_flag: path: /dev/sda2 ; flag: 10 ; >DEBUG:blivet: PartitionDevice.get_flag: path: /dev/sda2 ; flag: 12 ; >DEBUG:blivet: PartitionDevice.read_current_size: exists: True ; path: /dev/sda2 ; sysfs_path: /sys/devices/pci0000:00/0000:00:01.2/0000:04:00.0/virtio0/host0/target0:0:0/0:0:0:0/block/sda/sda2 ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:01.2/0000:04:00.0/virtio0/host0/target0:0:0/0:0:0:0/block/sda/sda2/size: 33393834333834300a >DEBUG:blivet:updated sda2 size to 19 GiB (19 GiB) >INFO:blivet:added partition sda2 (id 24) to device tree >INFO:blivet:parted exception: msdos disk labels do not support partition names. >INFO:blivet:parted exception: msdos disk labels do not support partition names. >INFO:blivet:got device: PartitionDevice instance (0x7f456a026850) -- > name = sda2 status = True id = 24 > children = [] > parents = ['existing 20 GiB disk sda (4) with existing msdos disklabel'] > uuid = b0b749b0-02 size = 19 GiB > format = existing None > major = 8 minor = 2 exists = True protected = False > sysfs path = /sys/devices/pci0000:00/0000:00:01.2/0000:04:00.0/virtio0/host0/target0:0:0/0:0:0:0/block/sda/sda2 > target size = 19 GiB path = /dev/sda2 > format args = [] original_format = None grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > parted_partition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f456a074f40> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f456a074b80> PedPartition: <_ped.Partition object at 0x7f4569774810> > disk = existing 20 GiB disk sda (4) with existing msdos disklabel > start = 2099200 end = 41943039 length = 39843840 > flags = lvm >DEBUG:blivet: DeviceTree.handle_format: name: sda2 ; >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: LVMFormatPopulator.run: pv: sda2 ; >INFO:blivet:type detected on 'sda2' is 'lvmpv' >DEBUG:blivet: LVMPhysicalVolume.__init__: uuid: rRdFw8-p1eq-lry4-IqQ2-OV8N-L6g9-yJb2GA ; label: None ; device: /dev/sda2 ; serial: None ; exists: True ; vg_name: rhel_bootp-73-130-243 ; vg_uuid: 4oUdfs-n0oN-qCM4-871D-QCEk-vczd-0nQ7ru ; pe_start: 1024 KiB ; >DEBUG:blivet:get_format('lvmpv') returning LVMPhysicalVolume instance with object id 32 >DEBUG:blivet: PartitionDevice._set_format: sda2 ; type: lvmpv ; current: None ; >DEBUG:blivet: DeviceTree.get_device_by_uuid: uuid: 4oUdfs-n0oN-qCM4-871D-QCEk-vczd-0nQ7ru ; incomplete: True ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_uuid returned None >DEBUG:blivet: DeviceTree.get_device_by_name: name: rhel_bootp-73-130-243 ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned None >INFO:blivet:Can't get exported information from VG info, assuming VG is not exported. >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 34 >DEBUG:blivet: LVMVolumeGroupDevice._add_parent: rhel_bootp-73-130-243 ; parent: sda2 ; >DEBUG:blivet: PartitionDevice.add_child: name: sda2 ; child: rhel_bootp-73-130-243 ; kids: 0 ; >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 35 >DEBUG:blivet: LVMVolumeGroupDevice._set_format: rhel_bootp-73-130-243 ; type: None ; current: None ; >DEBUG:blivet: LVMVolumeGroupDevice.update_sysfs_path: rhel_bootp-73-130-243 ; status: True ; >INFO:blivet:added lvmvg rhel_bootp-73-130-243 (id 33) to device tree >DEBUG:blivet: LVMFormatPopulator._update_lvs: pv: sda2 ; >DEBUG:blivet: DeviceTree.get_device_by_uuid: uuid: 4oUdfs-n0oN-qCM4-871D-QCEk-vczd-0nQ7ru ; incomplete: True ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_uuid returned existing 19 GiB lvmvg rhel_bootp-73-130-243 (33) >DEBUG:blivet: DeviceTree.get_device_by_name: name: rhel_bootp-73-130-243-root ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned None >DEBUG:blivet: DeviceTree.get_device_by_uuid: uuid: 2KLXEE-neb3-GH8W-BTDc-8Dos-DDVn-zuqaXP ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_uuid returned None >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 38 >DEBUG:blivet: LVMVolumeGroupDevice.add_child: name: rhel_bootp-73-130-243 ; child: root ; kids: 0 ; >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 39 >DEBUG:blivet: LVMLogicalVolumeDevice._set_format: rhel_bootp-73-130-243-root ; type: None ; current: None ; >DEBUG:blivet: LVMLogicalVolumeDevice.update_sysfs_path: rhel_bootp-73-130-243-root ; status: True ; >DEBUG:blivet:rhel_bootp-73-130-243-root sysfs_path set to /sys/devices/virtual/block/dm-1 >DEBUG:blivet: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/rhel_bootp--73--130--243-root ; sysfs_path: /sys/devices/virtual/block/dm-1 ; >DEBUG:testdata:sysfs attr /sys/devices/virtual/block/dm-1/size: 33353634333339320a >DEBUG:blivet:updated rhel_bootp-73-130-243-root size to 17 GiB (17 GiB) >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 41 >DEBUG:blivet: LVMVolumeGroupDevice.remove_child: name: rhel_bootp-73-130-243 ; child: root ; kids: 1 ; >DEBUG:blivet: LVMVolumeGroupDevice.add_child: name: rhel_bootp-73-130-243 ; child: root ; kids: 0 ; >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 42 >DEBUG:blivet: LVMLogicalVolumeDevice._set_format: rhel_bootp-73-130-243-root ; type: None ; current: None ; >DEBUG:blivet: LVMLogicalVolumeDevice.update_sysfs_path: rhel_bootp-73-130-243-root ; status: True ; >DEBUG:blivet:rhel_bootp-73-130-243-root sysfs_path set to /sys/devices/virtual/block/dm-1 >DEBUG:blivet: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/rhel_bootp--73--130--243-root ; sysfs_path: /sys/devices/virtual/block/dm-1 ; >DEBUG:testdata:sysfs attr /sys/devices/virtual/block/dm-1/size: 33353634333339320a >DEBUG:blivet:updated rhel_bootp-73-130-243-root size to 17 GiB (17 GiB) >DEBUG:blivet:Adding rhel_bootp-73-130-243-root/17 GiB to rhel_bootp-73-130-243 >INFO:blivet:added lvmlv rhel_bootp-73-130-243-root (id 37) to device tree >INFO:program:Running [4] dmsetup --version ... >INFO:program:stdout[4]: Library version: 1.02.177 (2021-05-07) >Driver version: 4.45.0 > >INFO:program:stderr[4]: >INFO:program:...done [4] (exit code: 0) >DEBUG:blivet: LVMLogicalVolumeDevice.setup: rhel_bootp-73-130-243-root ; orig: False ; status: True ; controllable: True ; >DEBUG:blivet: LVMLogicalVolumeDevice.update_sysfs_path: rhel_bootp-73-130-243-root ; status: True ; >DEBUG:blivet:rhel_bootp-73-130-243-root sysfs_path set to /sys/devices/virtual/block/dm-1 >DEBUG:blivet: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/rhel_bootp--73--130--243-root ; sysfs_path: /sys/devices/virtual/block/dm-1 ; >DEBUG:testdata:sysfs attr /sys/devices/virtual/block/dm-1/size: 33353634333339320a >DEBUG:blivet:updated rhel_bootp-73-130-243-root size to 17 GiB (17 GiB) >DEBUG:blivet: DeviceTree.handle_device: name: rhel_bootp--73--130--243-root ; info: {'CURRENT_TAGS': ':systemd:', > 'DEVLINKS': '/dev/rhel_bootp-73-130-243/root ' > '/dev/disk/by-uuid/35ae91c3-28c2-4a07-94b9-e19749d50a34 ' > '/dev/disk/by-id/dm-uuid-LVM-4oUdfsn0oNqCM4871DQCEkvczd0nQ7ru2KLXEEneb3GH8WBTDc8DosDDVnzuqaXP ' > '/dev/mapper/rhel_bootp--73--130--243-root ' > '/dev/disk/by-id/dm-name-rhel_bootp--73--130--243-root', > 'DEVNAME': '/dev/dm-1', > 'DEVPATH': '/devices/virtual/block/dm-1', > 'DEVTYPE': 'disk', > 'DM_LV_NAME': 'root', > 'DM_NAME': 'rhel_bootp--73--130--243-root', > 'DM_SUSPENDED': '0', > 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'DM_UUID': 'LVM-4oUdfsn0oNqCM4871DQCEkvczd0nQ7ru2KLXEEneb3GH8WBTDc8DosDDVnzuqaXP', > 'DM_VG_NAME': 'rhel_bootp-73-130-243', > 'ID_FS_TYPE': 'xfs', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '35ae91c3-28c2-4a07-94b9-e19749d50a34', > 'ID_FS_UUID_ENC': '35ae91c3-28c2-4a07-94b9-e19749d50a34', > 'MAJOR': '253', > 'MINOR': '1', > 'SUBSYSTEM': 'block', > 'SYS_NAME': 'dm-1', > 'SYS_PATH': '/sys/devices/virtual/block/dm-1', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '21807491'} ; >INFO:blivet:scanning rhel_bootp--73--130--243-root (/sys/devices/virtual/block/dm-1)... >DEBUG:testdata:sysfs attr /sys/devices/virtual/block/dm-1/hidden: 300a >DEBUG:blivet: DeviceTree.get_device_by_name: name: rhel_bootp--73--130--243-root ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 17 GiB lvmlv rhel_bootp-73-130-243-root (37) >DEBUG:blivet:rhel_bootp-73-130-243 size is 19 GiB >DEBUG:blivet:vg rhel_bootp-73-130-243 has 2 GiB free >DEBUG:blivet:rhel_bootp-73-130-243 size is 19 GiB >DEBUG:blivet:vg rhel_bootp-73-130-243 has 2 GiB free >DEBUG:blivet:rhel_bootp-73-130-243 size is 19 GiB >DEBUG:blivet:vg rhel_bootp-73-130-243 has 2 GiB free >DEBUG:blivet:rhel_bootp-73-130-243 size is 19 GiB >DEBUG:blivet:vg rhel_bootp-73-130-243 has 2 GiB free >INFO:blivet:got device: LVMLogicalVolumeDevice instance (0x7f456a02cac0) -- > name = rhel_bootp-73-130-243-root status = True id = 37 > children = [] > parents = ['existing 19 GiB lvmvg rhel_bootp-73-130-243 (33)'] > uuid = 2KLXEE-neb3-GH8W-BTDc-8Dos-DDVn-zuqaXP size = 17 GiB > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = /sys/devices/virtual/block/dm-1 > target size = 17 GiB path = /dev/mapper/rhel_bootp--73--130--243-root > format args = [] original_format = None target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f456a02cc10) -- > name = rhel_bootp-73-130-243 status = True id = 33 > children = ['existing 17 GiB lvmlv rhel_bootp-73-130-243-root (37)'] > parents = ['existing 19 GiB partition sda2 (24) with existing lvmpv'] > uuid = 4oUdfs-n0oN-qCM4-871D-QCEk-vczd-0nQ7ru size = 19 GiB > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = > target size = 19 GiB path = /dev/rhel_bootp--73--130--243 > format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 4863 > PE Free = 0 PV Count = 1 > modified = False extents = 4863 free space = 2 GiB > free extents = 512 reserved percent = 0 reserved space = 0 B > PVs = ['existing 19 GiB partition sda2 (24) with existing lvmpv'] > LVs = ['existing 17 GiB lvmlv rhel_bootp-73-130-243-root (37)'] > segment type = linear percent = 0 > VG space used = 17 GiB >INFO:program:Running [5] dmsetup info -co subsystem --noheadings rhel_bootp--73--130--243-root ... >INFO:program:stdout[5]: LVM > >INFO:program:stderr[5]: >INFO:program:...done [5] (exit code: 0) >DEBUG:blivet: DeviceTree.handle_format: name: rhel_bootp-73-130-243-root ; >DEBUG:blivet: AppleBootstrapFS.supported: supported: True ; >DEBUG:blivet:get_format('appleboot') returning AppleBootstrapFS instance with object id 44 >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet:get_format('efi') returning EFIFS instance with object id 45 >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 46 >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 47 >INFO:blivet:type detected on 'rhel_bootp-73-130-243-root' is 'xfs' >INFO:program:Running... xfs_db -c sb 0 -c p dblocks -c p blocksize -r /dev/mapper/rhel_bootp--73--130--243-root >INFO:program:stdout: >INFO:program:dblocks = 4455424 >INFO:program:blocksize = 4096 >DEBUG:program:Return code: 0 >WARNING:blivet:Failed to obtain minimum size for device /dev/mapper/rhel_bootp--73--130--243-root: >DEBUG:blivet: XFS.supported: supported: True ; >DEBUG:blivet:get_format('xfs') returning XFS instance with object id 48 >DEBUG:blivet: LVMLogicalVolumeDevice._set_format: rhel_bootp-73-130-243-root ; type: xfs ; current: None ; >INFO:blivet:got format: existing xfs filesystem >DEBUG:blivet: DeviceTree.get_device_by_name: name: rhel_bootp-73-130-243-swap ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned None >DEBUG:blivet: DeviceTree.get_device_by_uuid: uuid: QcuhKC-BMso-DO9D-oD2M-9ifj-wt8q-0qYdpC ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_uuid returned None >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 51 >DEBUG:blivet: LVMVolumeGroupDevice.add_child: name: rhel_bootp-73-130-243 ; child: swap ; kids: 1 ; >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 52 >DEBUG:blivet: LVMLogicalVolumeDevice._set_format: rhel_bootp-73-130-243-swap ; type: None ; current: None ; >DEBUG:blivet: LVMLogicalVolumeDevice.update_sysfs_path: rhel_bootp-73-130-243-swap ; status: True ; >DEBUG:blivet:rhel_bootp-73-130-243-swap sysfs_path set to /sys/devices/virtual/block/dm-0 >DEBUG:blivet: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/rhel_bootp--73--130--243-swap ; sysfs_path: /sys/devices/virtual/block/dm-0 ; >DEBUG:testdata:sysfs attr /sys/devices/virtual/block/dm-0/size: 343139343330340a >DEBUG:blivet:updated rhel_bootp-73-130-243-swap size to 2 GiB (2 GiB) >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 54 >DEBUG:blivet: LVMVolumeGroupDevice.remove_child: name: rhel_bootp-73-130-243 ; child: swap ; kids: 2 ; >DEBUG:blivet: LVMVolumeGroupDevice.add_child: name: rhel_bootp-73-130-243 ; child: swap ; kids: 1 ; >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 55 >DEBUG:blivet: LVMLogicalVolumeDevice._set_format: rhel_bootp-73-130-243-swap ; type: None ; current: None ; >DEBUG:blivet: LVMLogicalVolumeDevice.update_sysfs_path: rhel_bootp-73-130-243-swap ; status: True ; >DEBUG:blivet:rhel_bootp-73-130-243-swap sysfs_path set to /sys/devices/virtual/block/dm-0 >DEBUG:blivet: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/rhel_bootp--73--130--243-swap ; sysfs_path: /sys/devices/virtual/block/dm-0 ; >DEBUG:testdata:sysfs attr /sys/devices/virtual/block/dm-0/size: 343139343330340a >DEBUG:blivet:updated rhel_bootp-73-130-243-swap size to 2 GiB (2 GiB) >DEBUG:blivet:Adding rhel_bootp-73-130-243-swap/2 GiB to rhel_bootp-73-130-243 >INFO:blivet:added lvmlv rhel_bootp-73-130-243-swap (id 50) to device tree >DEBUG:blivet: LVMLogicalVolumeDevice.setup: rhel_bootp-73-130-243-swap ; orig: False ; status: True ; controllable: True ; >DEBUG:blivet: LVMLogicalVolumeDevice.update_sysfs_path: rhel_bootp-73-130-243-swap ; status: True ; >DEBUG:blivet:rhel_bootp-73-130-243-swap sysfs_path set to /sys/devices/virtual/block/dm-0 >DEBUG:blivet: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/rhel_bootp--73--130--243-swap ; sysfs_path: /sys/devices/virtual/block/dm-0 ; >DEBUG:testdata:sysfs attr /sys/devices/virtual/block/dm-0/size: 343139343330340a >DEBUG:blivet:updated rhel_bootp-73-130-243-swap size to 2 GiB (2 GiB) >DEBUG:blivet: DeviceTree.handle_device: name: rhel_bootp--73--130--243-swap ; info: {'CURRENT_TAGS': ':systemd:', > 'DEVLINKS': '/dev/mapper/rhel_bootp--73--130--243-swap ' > '/dev/disk/by-id/dm-uuid-LVM-4oUdfsn0oNqCM4871DQCEkvczd0nQ7ruQcuhKCBMsoDO9DoD2M9ifjwt8q0qYdpC ' > '/dev/disk/by-uuid/010f817c-0d45-4089-a1ca-72850a470702 ' > '/dev/rhel_bootp-73-130-243/swap ' > '/dev/disk/by-id/dm-name-rhel_bootp--73--130--243-swap', > 'DEVNAME': '/dev/dm-0', > 'DEVPATH': '/devices/virtual/block/dm-0', > 'DEVTYPE': 'disk', > 'DM_LV_NAME': 'swap', > 'DM_NAME': 'rhel_bootp--73--130--243-swap', > 'DM_SUSPENDED': '0', > 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'DM_UUID': 'LVM-4oUdfsn0oNqCM4871DQCEkvczd0nQ7ruQcuhKCBMsoDO9DoD2M9ifjwt8q0qYdpC', > 'DM_VG_NAME': 'rhel_bootp-73-130-243', > 'ID_FS_TYPE': 'swap', > 'ID_FS_USAGE': 'other', > 'ID_FS_UUID': '010f817c-0d45-4089-a1ca-72850a470702', > 'ID_FS_UUID_ENC': '010f817c-0d45-4089-a1ca-72850a470702', > 'ID_FS_VERSION': '1', > 'MAJOR': '253', > 'MINOR': '0', > 'SUBSYSTEM': 'block', > 'SYS_NAME': 'dm-0', > 'SYS_PATH': '/sys/devices/virtual/block/dm-0', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '21804192'} ; >INFO:blivet:scanning rhel_bootp--73--130--243-swap (/sys/devices/virtual/block/dm-0)... >DEBUG:testdata:sysfs attr /sys/devices/virtual/block/dm-0/hidden: 300a >DEBUG:blivet: DeviceTree.get_device_by_name: name: rhel_bootp--73--130--243-swap ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 2 GiB lvmlv rhel_bootp-73-130-243-swap (50) >DEBUG:blivet:rhel_bootp-73-130-243 size is 19 GiB >DEBUG:blivet:vg rhel_bootp-73-130-243 has 0 B free >DEBUG:blivet:rhel_bootp-73-130-243 size is 19 GiB >DEBUG:blivet:vg rhel_bootp-73-130-243 has 0 B free >DEBUG:blivet:rhel_bootp-73-130-243 size is 19 GiB >DEBUG:blivet:vg rhel_bootp-73-130-243 has 0 B free >DEBUG:blivet:rhel_bootp-73-130-243 size is 19 GiB >DEBUG:blivet:vg rhel_bootp-73-130-243 has 0 B free >INFO:blivet:got device: LVMLogicalVolumeDevice instance (0x7f456a0a3850) -- > name = rhel_bootp-73-130-243-swap status = True id = 50 > children = [] > parents = ['existing 19 GiB lvmvg rhel_bootp-73-130-243 (33)'] > uuid = QcuhKC-BMso-DO9D-oD2M-9ifj-wt8q-0qYdpC size = 2 GiB > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = /sys/devices/virtual/block/dm-0 > target size = 2 GiB path = /dev/mapper/rhel_bootp--73--130--243-swap > format args = [] original_format = None target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f456a02cc10) -- > name = rhel_bootp-73-130-243 status = True id = 33 > children = ['existing 17 GiB lvmlv rhel_bootp-73-130-243-root (37) with existing xfs ' > 'filesystem', > 'existing 2 GiB lvmlv rhel_bootp-73-130-243-swap (50)'] > parents = ['existing 19 GiB partition sda2 (24) with existing lvmpv'] > uuid = 4oUdfs-n0oN-qCM4-871D-QCEk-vczd-0nQ7ru size = 19 GiB > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = > target size = 19 GiB path = /dev/rhel_bootp--73--130--243 > format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 4863 > PE Free = 0 PV Count = 1 > modified = False extents = 4863 free space = 0 B > free extents = 0 reserved percent = 0 reserved space = 0 B > PVs = ['existing 19 GiB partition sda2 (24) with existing lvmpv'] > LVs = ['existing 17 GiB lvmlv rhel_bootp-73-130-243-root (37) with existing xfs ' > 'filesystem', > 'existing 2 GiB lvmlv rhel_bootp-73-130-243-swap (50)'] > segment type = linear percent = 0 > VG space used = 2 GiB >INFO:program:Running [6] dmsetup info -co subsystem --noheadings rhel_bootp--73--130--243-swap ... >INFO:program:stdout[6]: LVM > >INFO:program:stderr[6]: >INFO:program:...done [6] (exit code: 0) >DEBUG:blivet: DeviceTree.handle_format: name: rhel_bootp-73-130-243-swap ; >DEBUG:blivet: AppleBootstrapFS.supported: supported: True ; >DEBUG:blivet:get_format('appleboot') returning AppleBootstrapFS instance with object id 57 >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet:get_format('efi') returning EFIFS instance with object id 58 >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 59 >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 60 >INFO:blivet:type detected on 'rhel_bootp-73-130-243-swap' is 'swap' >DEBUG:blivet: SwapSpace.__init__: uuid: 010f817c-0d45-4089-a1ca-72850a470702 ; label: None ; device: /dev/mapper/rhel_bootp--73--130--243-swap ; serial: None ; exists: True ; >DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 61 >DEBUG:blivet: LVMLogicalVolumeDevice._set_format: rhel_bootp-73-130-243-swap ; type: swap ; current: None ; >INFO:blivet:got format: existing swap >INFO:blivet:got format: existing lvmpv >DEBUG:blivet: DeviceTree.handle_device: name: sr0 ; info: {'CURRENT_TAGS': ':seat:uaccess:systemd:', > 'DEVLINKS': '/dev/disk/by-uuid/2021-06-16-01-49-07-00 ' > '/dev/disk/by-path/pci-0000:04:00.0-scsi-0:0:1:0 ' > '/dev/disk/by-label/RHEL-9-0-0-BaseOS-x86_64 /dev/cdrom', > 'DEVNAME': '/dev/sr0', > 'DEVPATH': '/devices/pci0000:00/0000:00:01.2/0000:04:00.0/virtio0/host0/target0:0:1/0:0:1:0/block/sr0', > 'DEVTYPE': 'disk', > 'ID_BUS': 'scsi', > 'ID_CDROM': '1', > 'ID_CDROM_CD': '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_04_00_0-scsi-0_0_1_0', > 'ID_FS_APPLICATION_ID': 'GENISOIMAGE\\x20ISO\\x209660\\x2fHFS\\x20FILESYSTEM\\x20CREATOR\\x20\\x28C\\x29\\x201993\\x20E.YOUNGDALE\\x20\\x28C\\x29\\x201997-2006\\x20J.PEARSON\\x2fJ.SCHILLING\\x20\\x28C\\x29\\x202006-2007\\x20CDRKIT\\x20TEAM', > 'ID_FS_BOOT_SYSTEM_ID': 'EL\\x20TORITO\\x20SPECIFICATION', > 'ID_FS_LABEL': 'RHEL-9-0-0-BaseOS-x86_64', > 'ID_FS_LABEL_ENC': 'RHEL-9-0-0-BaseOS-x86_64', > 'ID_FS_SYSTEM_ID': 'LINUX', > 'ID_FS_TYPE': 'iso9660', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '2021-06-16-01-49-07-00', > 'ID_FS_UUID_ENC': '2021-06-16-01-49-07-00', > 'ID_FS_VERSION': 'Joliet Extension', > 'ID_MODEL': 'QEMU_CD-ROM', > 'ID_MODEL_ENC': 'QEMU\\x20CD-ROM\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': '03e6b882', > 'ID_PATH': 'pci-0000:04:00.0-scsi-0:0:1:0', > 'ID_PATH_TAG': 'pci-0000_04_00_0-scsi-0_0_1_0', > 'ID_REVISION': '2.5+', > 'ID_SCSI': '1', > 'ID_TYPE': 'cd', > 'ID_VENDOR': 'QEMU', > 'ID_VENDOR_ENC': 'QEMU\\x20\\x20\\x20\\x20', > 'MAJOR': '11', > 'MINOR': '0', > 'SCSI_MODEL': 'QEMU_CD-ROM', > 'SCSI_MODEL_ENC': 'QEMU\\x20CD-ROM\\x20\\x20\\x20\\x20\\x20', > 'SCSI_REVISION': '2.5+', > 'SCSI_TPGS': '0', > 'SCSI_TYPE': 'cd/dvd', > 'SCSI_VENDOR': 'QEMU', > 'SCSI_VENDOR_ENC': 'QEMU\\x20\\x20\\x20\\x20', > 'SUBSYSTEM': 'block', > 'SYSTEMD_MOUNT_DEVICE_BOUND': '1', > 'SYS_NAME': 'sr0', > 'SYS_PATH': '/sys/devices/pci0000:00/0000:00:01.2/0000:04:00.0/virtio0/host0/target0:0:1/0:0:1:0/block/sr0', > 'TAGS': ':seat:uaccess:systemd:', > 'USEC_INITIALIZED': '36882527'} ; >INFO:blivet:scanning sr0 (/sys/devices/pci0000:00/0000:00:01.2/0000:04:00.0/virtio0/host0/target0:0:1/0:0:1:0/block/sr0)... >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:01.2/0000:04:00.0/virtio0/host0/target0:0:1/0:0:1:0/block/sr0/hidden: 300a >DEBUG:blivet: DeviceTree.get_device_by_name: name: sr0 ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned None >DEBUG:blivet: OpticalDevicePopulator.run: >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 65 >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 66 >DEBUG:blivet: OpticalDevice._set_format: sr0 ; type: None ; current: None ; >DEBUG:blivet: OpticalDevice.update_sysfs_path: sr0 ; status: True ; >DEBUG:blivet:sr0 sysfs_path set to /sys/devices/pci0000:00/0000:00:01.2/0000:04:00.0/virtio0/host0/target0:0:1/0:0:1:0/block/sr0 >DEBUG:blivet: OpticalDevice.read_current_size: exists: True ; path: /dev/sr0 ; sysfs_path: /sys/devices/pci0000:00/0000:00:01.2/0000:04:00.0/virtio0/host0/target0:0:1/0:0:1:0/block/sr0 ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:01.2/0000:04:00.0/virtio0/host0/target0:0:1/0:0:1:0/block/sr0/size: 31363235373032340a >DEBUG:blivet:updated sr0 size to 7.75 GiB (7.75 GiB) >INFO:blivet:added cdrom sr0 (id 64) to device tree >INFO:blivet:got device: OpticalDevice instance (0x7f456a022f40) -- > name = sr0 status = True id = 64 > children = [] > parents = [] > uuid = None size = 7.75 GiB > format = existing None > major = 11 minor = 0 exists = True protected = False > sysfs path = /sys/devices/pci0000:00/0000:00:01.2/0000:04:00.0/virtio0/host0/target0:0:1/0:0:1:0/block/sr0 > target size = 7.75 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 68 >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet:get_format('efi') returning EFIFS instance with object id 69 >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 70 >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 71 >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 72 >DEBUG:blivet: OpticalDevice._set_format: sr0 ; type: iso9660 ; current: None ; >INFO:blivet:got format: existing iso9660 filesystem >DEBUG:blivet: DeviceTree.handle_device: name: sr1 ; info: {'CURRENT_TAGS': ':seat:uaccess:systemd:', > 'DEVLINKS': '/dev/disk/by-label/CDROM ' > '/dev/disk/by-path/pci-0000:04:00.0-scsi-0:0:2:0 ' > '/dev/disk/by-uuid/2021-06-17-04-53-15-00', > 'DEVNAME': '/dev/sr1', > 'DEVPATH': '/devices/pci0000:00/0000:00:01.2/0000:04:00.0/virtio0/host0/target0:0:2/0:0:2:0/block/sr1', > 'DEVTYPE': 'disk', > 'ID_BUS': 'scsi', > 'ID_CDROM': '1', > 'ID_CDROM_CD': '1', > 'ID_CDROM_DVD': '1', > 'ID_CDROM_MEDIA': '1', > 'ID_CDROM_MEDIA_CD': '1', > 'ID_CDROM_MEDIA_SESSION_COUNT': '1', > 'ID_CDROM_MEDIA_TRACK_COUNT': '1', > 'ID_CDROM_MEDIA_TRACK_COUNT_DATA': '1', > 'ID_CDROM_MRW': '1', > 'ID_CDROM_MRW_W': '1', > 'ID_FOR_SEAT': 'block-pci-0000_04_00_0-scsi-0_0_2_0', > 'ID_FS_APPLICATION_ID': 'GENISOIMAGE\\x20ISO\\x209660\\x2fHFS\\x20FILESYSTEM\\x20CREATOR\\x20\\x28C\\x29\\x201993\\x20E.YOUNGDALE\\x20\\x28C\\x29\\x201997-2006\\x20J.PEARSON\\x2fJ.SCHILLING\\x20\\x28C\\x29\\x202006-2007\\x20CDRKIT\\x20TEAM', > 'ID_FS_LABEL': 'CDROM', > 'ID_FS_LABEL_ENC': 'CDROM', > 'ID_FS_SYSTEM_ID': 'LINUX', > 'ID_FS_TYPE': 'iso9660', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '2021-06-17-04-53-15-00', > 'ID_FS_UUID_ENC': '2021-06-17-04-53-15-00', > 'ID_MODEL': 'QEMU_CD-ROM', > 'ID_MODEL_ENC': 'QEMU\\x20CD-ROM\\x20\\x20\\x20\\x20\\x20', > 'ID_PATH': 'pci-0000:04:00.0-scsi-0:0:2:0', > 'ID_PATH_TAG': 'pci-0000_04_00_0-scsi-0_0_2_0', > 'ID_REVISION': '2.5+', > 'ID_SCSI': '1', > 'ID_TYPE': 'cd', > 'ID_VENDOR': 'QEMU', > 'ID_VENDOR_ENC': 'QEMU\\x20\\x20\\x20\\x20', > 'MAJOR': '11', > 'MINOR': '1', > 'SCSI_MODEL': 'QEMU_CD-ROM', > 'SCSI_MODEL_ENC': 'QEMU\\x20CD-ROM\\x20\\x20\\x20\\x20\\x20', > 'SCSI_REVISION': '2.5+', > 'SCSI_TPGS': '0', > 'SCSI_TYPE': 'cd/dvd', > 'SCSI_VENDOR': 'QEMU', > 'SCSI_VENDOR_ENC': 'QEMU\\x20\\x20\\x20\\x20', > 'SUBSYSTEM': 'block', > 'SYSTEMD_MOUNT_DEVICE_BOUND': '1', > 'SYS_NAME': 'sr1', > 'SYS_PATH': '/sys/devices/pci0000:00/0000:00:01.2/0000:04:00.0/virtio0/host0/target0:0:2/0:0:2:0/block/sr1', > 'TAGS': ':seat:uaccess:systemd:', > 'USEC_INITIALIZED': '36882570'} ; >INFO:blivet:scanning sr1 (/sys/devices/pci0000:00/0000:00:01.2/0000:04:00.0/virtio0/host0/target0:0:2/0:0:2:0/block/sr1)... >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:01.2/0000:04:00.0/virtio0/host0/target0:0:2/0:0:2:0/block/sr1/hidden: 300a >DEBUG:blivet: DeviceTree.get_device_by_name: name: sr1 ; 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 75 >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 76 >DEBUG:blivet: OpticalDevice._set_format: sr1 ; type: None ; current: None ; >DEBUG:blivet: OpticalDevice.update_sysfs_path: sr1 ; status: True ; >DEBUG:blivet:sr1 sysfs_path set to /sys/devices/pci0000:00/0000:00:01.2/0000:04:00.0/virtio0/host0/target0:0:2/0:0:2:0/block/sr1 >DEBUG:blivet: OpticalDevice.read_current_size: exists: True ; path: /dev/sr1 ; sysfs_path: /sys/devices/pci0000:00/0000:00:01.2/0000:04:00.0/virtio0/host0/target0:0:2/0:0:2:0/block/sr1 ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:01.2/0000:04:00.0/virtio0/host0/target0:0:2/0:0:2:0/block/sr1/size: 3731320a >DEBUG:blivet:updated sr1 size to 356 KiB (356 KiB) >INFO:blivet:added cdrom sr1 (id 74) to device tree >INFO:blivet:got device: OpticalDevice instance (0x7f45696a2100) -- > name = sr1 status = True id = 74 > children = [] > parents = [] > uuid = None size = 356 KiB > format = existing None > major = 11 minor = 1 exists = True protected = False > sysfs path = /sys/devices/pci0000:00/0000:00:01.2/0000:04:00.0/virtio0/host0/target0:0:2/0:0:2:0/block/sr1 > target size = 356 KiB path = /dev/sr1 > format args = [] original_format = None >DEBUG:blivet: DeviceTree.handle_format: name: sr1 ; >DEBUG:blivet: OpticalDevice.media_present: sr1 ; status: True ; >DEBUG:blivet: AppleBootstrapFS.supported: supported: True ; >DEBUG:blivet:get_format('appleboot') returning AppleBootstrapFS instance with object id 78 >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet:get_format('efi') returning EFIFS instance with object id 79 >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 80 >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 81 >INFO:blivet:type detected on 'sr1' is 'iso9660' >DEBUG:blivet: Iso9660FS.supported: supported: True ; >DEBUG:blivet:get_format('iso9660') returning Iso9660FS instance with object id 82 >DEBUG:blivet: OpticalDevice._set_format: sr1 ; type: iso9660 ; current: None ; >INFO:blivet:got format: existing iso9660 filesystem >DEBUG:blivet: DeviceTree.handle_device: name: loop0 ; info: {'CURRENT_TAGS': ':systemd:', > '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': '36381252'} ; >INFO:blivet:scanning loop0 (/sys/devices/virtual/block/loop0)... >DEBUG:testdata:sysfs attr /sys/devices/virtual/block/loop0/hidden: 300a >DEBUG:blivet: DeviceTree.get_device_by_name: name: loop0 ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned None >DEBUG:blivet: LoopDevicePopulator.run: name: loop0 ; >DEBUG:blivet: DeviceTree.get_device_by_name: name: /run/install/repo/images/install.img ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned None >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 85 >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 86 >DEBUG:blivet: FileDevice._set_format: /run/install/repo/images/install.img ; type: None ; current: None ; >INFO:blivet:added file /run/install/repo/images/install.img (id 84) to device tree >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 89 >DEBUG:blivet: FileDevice.add_child: name: /run/install/repo/images/install.img ; child: loop0 ; kids: 0 ; >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 90 >DEBUG:blivet: LoopDevice._set_format: loop0 ; type: None ; current: None ; >INFO:blivet:added loop loop0 (id 88) to device tree >INFO:blivet:got device: LoopDevice instance (0x7f45696b6730) -- > name = loop0 status = False id = 88 > children = [] > parents = ['existing 0 B file /run/install/repo/images/install.img (84)'] > 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 92 >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet:get_format('efi') returning EFIFS instance with object id 93 >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 94 >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 95 >INFO:blivet:type detected on 'loop0' is 'squashfs' >DEBUG:blivet:get_format('squashfs') returning DeviceFormat instance with object id 96 >DEBUG:blivet: LoopDevice._set_format: loop0 ; type: None ; current: None ; >INFO:blivet:got format: existing None >DEBUG:blivet: DeviceTree.handle_device: name: loop1 ; info: {'CURRENT_TAGS': ':systemd:', > 'DEVLINKS': '/dev/disk/by-label/Anaconda ' > '/dev/disk/by-uuid/52546dae-6fca-400f-aaad-c92f0e8742cb', > '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': '52546dae-6fca-400f-aaad-c92f0e8742cb', > 'ID_FS_UUID_ENC': '52546dae-6fca-400f-aaad-c92f0e8742cb', > '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': '36383509'} ; >INFO:blivet:scanning loop1 (/sys/devices/virtual/block/loop1)... >DEBUG:testdata:sysfs attr /sys/devices/virtual/block/loop1/hidden: 300a >DEBUG:blivet: DeviceTree.get_device_by_name: name: loop1 ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned None >DEBUG:blivet: LoopDevicePopulator.run: name: loop1 ; >DEBUG:blivet: DeviceTree.get_device_by_name: name: /LiveOS/rootfs.img ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned None >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 99 >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 100 >DEBUG:blivet: FileDevice._set_format: /LiveOS/rootfs.img ; type: None ; current: None ; >INFO:blivet:added file /LiveOS/rootfs.img (id 98) to device tree >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 103 >DEBUG:blivet: FileDevice.add_child: name: /LiveOS/rootfs.img ; child: loop1 ; kids: 0 ; >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 104 >DEBUG:blivet: LoopDevice._set_format: loop1 ; type: None ; current: None ; >INFO:blivet:added loop loop1 (id 102) to device tree >INFO:blivet:got device: LoopDevice instance (0x7f456a072910) -- > name = loop1 status = False id = 102 > children = [] > parents = ['existing 0 B file /LiveOS/rootfs.img (98)'] > 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 106 >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet:get_format('efi') returning EFIFS instance with object id 107 >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 108 >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 109 >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/lorax.imgutils._ikfa18_ >INFO:program:Filesystem UUID: 52546dae-6fca-400f-aaad-c92f0e8742cb >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: 196608 >INFO:program:Block count: 786432 >INFO:program:Reserved block count: 0 >INFO:program:Free blocks: 330918 >INFO:program:Free inodes: 159078 >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: 383 >INFO:program:Blocks per group: 32768 >INFO:program:Fragments per group: 32768 >INFO:program:Inodes per group: 8192 >INFO:program:Inode blocks per group: 512 >INFO:program:Flex block group size: 16 >INFO:program:Filesystem created: Wed Jun 16 01:27:29 2021 >INFO:program:Last mount time: Wed Jun 16 01:27:29 2021 >INFO:program:Last write time: Wed Jun 16 01:27:34 2021 >INFO:program:Mount count: 1 >INFO:program:Maximum mount count: -1 >INFO:program:Last checked: Wed Jun 16 01:27:29 2021 >INFO:program:Check interval: 0 (<none>) >INFO:program:Lifetime writes: 1738 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: df6cbc1f-37c1-43fd-a7e9-dffe208570c0 >INFO:program:Journal backup: inode blocks >INFO:program:Checksum type: crc32c >INFO:program:Checksum: 0x1260f77e >INFO:program:Journal features: journal_64bit journal_checksum_v3 >INFO:program:Journal size: 64M >INFO:program:Journal length: 16384 >INFO:program:Journal sequence: 0x00000006 >INFO:program:Journal start: 0 >INFO:program:Journal checksum type: crc32c >INFO:program:Journal checksum: 0xde5f0812 >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 110 >DEBUG:blivet: LoopDevice._set_format: loop1 ; type: ext4 ; current: None ; >INFO:blivet:got format: existing ext4 filesystem >DEBUG:blivet: DeviceTree.handle_device: name: loop2 ; info: {'CURRENT_TAGS': ':systemd:', > 'DEVNAME': '/dev/loop2', > 'DEVPATH': '/devices/virtual/block/loop2', > 'DEVTYPE': 'disk', > 'MAJOR': '7', > 'MINOR': '2', > 'SUBSYSTEM': 'block', > 'SYS_NAME': 'loop2', > 'SYS_PATH': '/sys/devices/virtual/block/loop2', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '36394970'} ; >INFO:blivet:scanning loop2 (/sys/devices/virtual/block/loop2)... >DEBUG:testdata:sysfs attr /sys/devices/virtual/block/loop2/hidden: 300a >DEBUG:blivet: DeviceTree.get_device_by_name: name: loop2 ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned None >DEBUG:blivet: LoopDevicePopulator.run: name: loop2 ; >DEBUG:blivet: DeviceTree.get_device_by_name: name: /overlay (deleted) ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned None >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 113 >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 114 >DEBUG:blivet: FileDevice._set_format: /overlay (deleted) ; type: None ; current: None ; >INFO:blivet:added file /overlay (deleted) (id 112) to device tree >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 117 >DEBUG:blivet: FileDevice.add_child: name: /overlay (deleted) ; child: loop2 ; kids: 0 ; >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 118 >DEBUG:blivet: LoopDevice._set_format: loop2 ; type: None ; current: None ; >INFO:blivet:added loop loop2 (id 116) to device tree >INFO:blivet:got device: LoopDevice instance (0x7f45696cb5e0) -- > name = loop2 status = False id = 116 > children = [] > parents = ['existing 0 B file /overlay (deleted) (112)'] > uuid = None size = 0 B > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = > target size = 0 B path = /dev/loop2 > format args = [] original_format = None >DEBUG:testdata:sysfs attr /sys/devices/virtual/block/loop2/ro: 300a >DEBUG:blivet: DeviceTree.handle_format: name: loop2 ; >DEBUG:blivet:no type or existing type for loop2, bailing >DEBUG:blivet: DeviceTree.handle_device: name: rhel_bootp--73--130--243-swap ; info: {'CURRENT_TAGS': ':systemd:', > 'DEVLINKS': '/dev/rhel_bootp-73-130-243/swap ' > '/dev/mapper/rhel_bootp--73--130--243-swap ' > '/dev/disk/by-uuid/010f817c-0d45-4089-a1ca-72850a470702 ' > '/dev/disk/by-id/dm-uuid-LVM-4oUdfsn0oNqCM4871DQCEkvczd0nQ7ruQcuhKCBMsoDO9DoD2M9ifjwt8q0qYdpC ' > '/dev/disk/by-id/dm-name-rhel_bootp--73--130--243-swap', > 'DEVNAME': '/dev/dm-0', > 'DEVPATH': '/devices/virtual/block/dm-0', > 'DEVTYPE': 'disk', > 'DM_LV_NAME': 'swap', > 'DM_NAME': 'rhel_bootp--73--130--243-swap', > 'DM_SUSPENDED': '0', > 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'DM_UUID': 'LVM-4oUdfsn0oNqCM4871DQCEkvczd0nQ7ruQcuhKCBMsoDO9DoD2M9ifjwt8q0qYdpC', > 'DM_VG_NAME': 'rhel_bootp-73-130-243', > 'ID_FS_TYPE': 'swap', > 'ID_FS_USAGE': 'other', > 'ID_FS_UUID': '010f817c-0d45-4089-a1ca-72850a470702', > 'ID_FS_UUID_ENC': '010f817c-0d45-4089-a1ca-72850a470702', > 'ID_FS_VERSION': '1', > 'MAJOR': '253', > 'MINOR': '0', > 'SUBSYSTEM': 'block', > 'SYS_NAME': 'dm-0', > 'SYS_PATH': '/sys/devices/virtual/block/dm-0', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '21804192'} ; >INFO:blivet:scanning rhel_bootp--73--130--243-swap (/sys/devices/virtual/block/dm-0)... >DEBUG:testdata:sysfs attr /sys/devices/virtual/block/dm-0/hidden: 300a >DEBUG:blivet: DeviceTree.get_device_by_name: name: rhel_bootp--73--130--243-swap ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 2 GiB lvmlv rhel_bootp-73-130-243-swap (50) with existing swap >DEBUG:blivet:rhel_bootp-73-130-243 size is 19 GiB >DEBUG:blivet:vg rhel_bootp-73-130-243 has 0 B free >DEBUG:blivet:rhel_bootp-73-130-243 size is 19 GiB >DEBUG:blivet:vg rhel_bootp-73-130-243 has 0 B free >DEBUG:blivet:rhel_bootp-73-130-243 size is 19 GiB >DEBUG:blivet:vg rhel_bootp-73-130-243 has 0 B free >DEBUG:blivet:rhel_bootp-73-130-243 size is 19 GiB >DEBUG:blivet:vg rhel_bootp-73-130-243 has 0 B free >INFO:blivet:got device: LVMLogicalVolumeDevice instance (0x7f456a0a3850) -- > name = rhel_bootp-73-130-243-swap status = True id = 50 > children = [] > parents = ['existing 19 GiB lvmvg rhel_bootp-73-130-243 (33)'] > uuid = QcuhKC-BMso-DO9D-oD2M-9ifj-wt8q-0qYdpC size = 2 GiB > format = existing swap > major = 0 minor = 0 exists = True protected = False > sysfs path = /sys/devices/virtual/block/dm-0 > target size = 2 GiB path = /dev/mapper/rhel_bootp--73--130--243-swap > format args = [] original_format = swap target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f456a02cc10) -- > name = rhel_bootp-73-130-243 status = True id = 33 > children = ['existing 17 GiB lvmlv rhel_bootp-73-130-243-root (37) with existing xfs ' > 'filesystem', > 'existing 2 GiB lvmlv rhel_bootp-73-130-243-swap (50) with existing swap'] > parents = ['existing 19 GiB partition sda2 (24) with existing lvmpv'] > uuid = 4oUdfs-n0oN-qCM4-871D-QCEk-vczd-0nQ7ru size = 19 GiB > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = > target size = 19 GiB path = /dev/rhel_bootp--73--130--243 > format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 4863 > PE Free = 0 PV Count = 1 > modified = False extents = 4863 free space = 0 B > free extents = 0 reserved percent = 0 reserved space = 0 B > PVs = ['existing 19 GiB partition sda2 (24) with existing lvmpv'] > LVs = ['existing 17 GiB lvmlv rhel_bootp-73-130-243-root (37) with existing xfs ' > 'filesystem', > 'existing 2 GiB lvmlv rhel_bootp-73-130-243-swap (50) with existing swap'] > segment type = linear percent = 0 > VG space used = 2 GiB >INFO:program:Running [7] dmsetup info -co subsystem --noheadings rhel_bootp--73--130--243-swap ... >INFO:program:stdout[7]: LVM > >INFO:program:stderr[7]: >INFO:program:...done [7] (exit code: 0) >DEBUG:blivet: DeviceTree.handle_format: name: rhel_bootp-73-130-243-swap ; >DEBUG:blivet:no type or existing type for rhel_bootp--73--130--243-swap, bailing >DEBUG:blivet: DeviceTree.handle_device: name: rhel_bootp--73--130--243-root ; info: {'CURRENT_TAGS': ':systemd:', > 'DEVLINKS': '/dev/disk/by-uuid/35ae91c3-28c2-4a07-94b9-e19749d50a34 ' > '/dev/rhel_bootp-73-130-243/root ' > '/dev/mapper/rhel_bootp--73--130--243-root ' > '/dev/disk/by-id/dm-uuid-LVM-4oUdfsn0oNqCM4871DQCEkvczd0nQ7ru2KLXEEneb3GH8WBTDc8DosDDVnzuqaXP ' > '/dev/disk/by-id/dm-name-rhel_bootp--73--130--243-root', > 'DEVNAME': '/dev/dm-1', > 'DEVPATH': '/devices/virtual/block/dm-1', > 'DEVTYPE': 'disk', > 'DM_LV_NAME': 'root', > 'DM_NAME': 'rhel_bootp--73--130--243-root', > 'DM_SUSPENDED': '0', > 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'DM_UUID': 'LVM-4oUdfsn0oNqCM4871DQCEkvczd0nQ7ru2KLXEEneb3GH8WBTDc8DosDDVnzuqaXP', > 'DM_VG_NAME': 'rhel_bootp-73-130-243', > 'ID_FS_TYPE': 'xfs', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '35ae91c3-28c2-4a07-94b9-e19749d50a34', > 'ID_FS_UUID_ENC': '35ae91c3-28c2-4a07-94b9-e19749d50a34', > 'MAJOR': '253', > 'MINOR': '1', > 'SUBSYSTEM': 'block', > 'SYS_NAME': 'dm-1', > 'SYS_PATH': '/sys/devices/virtual/block/dm-1', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '21807491'} ; >INFO:blivet:scanning rhel_bootp--73--130--243-root (/sys/devices/virtual/block/dm-1)... >DEBUG:testdata:sysfs attr /sys/devices/virtual/block/dm-1/hidden: 300a >DEBUG:blivet: DeviceTree.get_device_by_name: name: rhel_bootp--73--130--243-root ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 17 GiB lvmlv rhel_bootp-73-130-243-root (37) with existing xfs filesystem >DEBUG:blivet:rhel_bootp-73-130-243 size is 19 GiB >DEBUG:blivet:vg rhel_bootp-73-130-243 has 0 B free >DEBUG:blivet:rhel_bootp-73-130-243 size is 19 GiB >DEBUG:blivet:vg rhel_bootp-73-130-243 has 0 B free >DEBUG:blivet:rhel_bootp-73-130-243 size is 19 GiB >DEBUG:blivet:vg rhel_bootp-73-130-243 has 0 B free >DEBUG:blivet:rhel_bootp-73-130-243 size is 19 GiB >DEBUG:blivet:vg rhel_bootp-73-130-243 has 0 B free >INFO:blivet:got device: LVMLogicalVolumeDevice instance (0x7f456a02cac0) -- > name = rhel_bootp-73-130-243-root status = True id = 37 > children = [] > parents = ['existing 19 GiB lvmvg rhel_bootp-73-130-243 (33)'] > uuid = 2KLXEE-neb3-GH8W-BTDc-8Dos-DDVn-zuqaXP size = 17 GiB > format = existing xfs filesystem > major = 0 minor = 0 exists = True protected = False > sysfs path = /sys/devices/virtual/block/dm-1 > target size = 17 GiB path = /dev/mapper/rhel_bootp--73--130--243-root > format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f456a02cc10) -- > name = rhel_bootp-73-130-243 status = True id = 33 > children = ['existing 17 GiB lvmlv rhel_bootp-73-130-243-root (37) with existing xfs ' > 'filesystem', > 'existing 2 GiB lvmlv rhel_bootp-73-130-243-swap (50) with existing swap'] > parents = ['existing 19 GiB partition sda2 (24) with existing lvmpv'] > uuid = 4oUdfs-n0oN-qCM4-871D-QCEk-vczd-0nQ7ru size = 19 GiB > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = > target size = 19 GiB path = /dev/rhel_bootp--73--130--243 > format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 4863 > PE Free = 0 PV Count = 1 > modified = False extents = 4863 free space = 0 B > free extents = 0 reserved percent = 0 reserved space = 0 B > PVs = ['existing 19 GiB partition sda2 (24) with existing lvmpv'] > LVs = ['existing 17 GiB lvmlv rhel_bootp-73-130-243-root (37) with existing xfs ' > 'filesystem', > 'existing 2 GiB lvmlv rhel_bootp-73-130-243-swap (50) with existing swap'] > segment type = linear percent = 0 > VG space used = 17 GiB >INFO:program:Running [8] dmsetup info -co subsystem --noheadings rhel_bootp--73--130--243-root ... >INFO:program:stdout[8]: LVM > >INFO:program:stderr[8]: >INFO:program:...done [8] (exit code: 0) >DEBUG:blivet: DeviceTree.handle_format: name: rhel_bootp-73-130-243-root ; >DEBUG:blivet:no type or existing type for rhel_bootp--73--130--243-root, bailing >DEBUG:blivet: DeviceTree.handle_device: name: live-rw ; info: {'CURRENT_TAGS': ':systemd:', > 'DEVLINKS': '/dev/disk/by-uuid/52546dae-6fca-400f-aaad-c92f0e8742cb ' > '/dev/mapper/live-rw /dev/disk/by-id/dm-name-live-rw ' > '/dev/disk/by-label/Anaconda', > 'DEVNAME': '/dev/dm-2', > 'DEVPATH': '/devices/virtual/block/dm-2', > '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': '52546dae-6fca-400f-aaad-c92f0e8742cb', > 'ID_FS_UUID_ENC': '52546dae-6fca-400f-aaad-c92f0e8742cb', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '253', > 'MINOR': '2', > 'SUBSYSTEM': 'block', > 'SYS_NAME': 'dm-2', > 'SYS_PATH': '/sys/devices/virtual/block/dm-2', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '26084966'} ; >INFO:blivet:scanning live-rw (/sys/devices/virtual/block/dm-2)... >DEBUG:testdata:sysfs attr /sys/devices/virtual/block/dm-2/hidden: 300a >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 [9] dmsetup info -co subsystem --noheadings live-rw ... >INFO:program:stdout[9]: > >INFO:program:stderr[9]: >INFO:program:...done [9] (exit code: 0) >INFO:program:Running [10] dmsetup info -co subsystem --noheadings live-rw ... >INFO:program:stdout[10]: > >INFO:program:stderr[10]: >INFO:program:...done [10] (exit code: 0) >INFO:program:Running [11] dmsetup info -co subsystem --noheadings live-rw ... >INFO:program:stdout[11]: > >INFO:program:stderr[11]: >INFO:program:...done [11] (exit code: 0) >INFO:program:Running [12] dmsetup info -co subsystem --noheadings live-rw ... >INFO:program:stdout[12]: > >INFO:program:stderr[12]: >INFO:program:...done [12] (exit code: 0) >INFO:program:Running [13] dmsetup info -co subsystem --noheadings live-rw ... >INFO:program:stdout[13]: > >INFO:program:stderr[13]: >INFO:program:...done [13] (exit code: 0) >INFO:program:Running [14] dmsetup info -co subsystem --noheadings live-rw ... >INFO:program:stdout[14]: > >INFO:program:stderr[14]: >INFO:program:...done [14] (exit code: 0) >INFO:program:Running [15] dmsetup info -co subsystem --noheadings live-rw ... >INFO:program:stdout[15]: > >INFO:program:stderr[15]: >INFO:program:...done [15] (exit code: 0) >INFO:program:Running [16] dmsetup info -co subsystem --noheadings live-rw ... >INFO:program:stdout[16]: > >INFO:program:stderr[16]: >INFO:program:...done [16] (exit code: 0) >INFO:program:Running [17] dmsetup info -co subsystem --noheadings live-rw ... >INFO:program:stdout[17]: > >INFO:program:stderr[17]: >INFO:program:...done [17] (exit code: 0) >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 (102) 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 (116) >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 122 >DEBUG:blivet: LoopDevice.add_child: name: loop1 ; child: live-rw ; kids: 0 ; >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 123 >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-2 >DEBUG:blivet: DMDevice.read_current_size: exists: True ; path: /dev/mapper/live-rw ; sysfs_path: /sys/devices/virtual/block/dm-2 ; >DEBUG:testdata:sysfs attr /sys/devices/virtual/block/dm-2/size: 363239313435360a >DEBUG:blivet:updated live-rw size to 3 GiB (3 GiB) >INFO:blivet:added dm live-rw (id 121) to device tree >INFO:blivet:got device: DMDevice instance (0x7f45696c4bb0) -- > name = live-rw status = True id = 121 > children = [] > parents = ['existing 0 B loop loop1 (102) with existing ext4 filesystem'] > uuid = None size = 3 GiB > format = existing None > major = 0 minor = 0 exists = True protected = True > sysfs path = /sys/devices/virtual/block/dm-2 > target size = 3 GiB path = /dev/mapper/live-rw > format args = [] original_format = None target = None dm_uuid = None >INFO:program:Running [18] dmsetup info -co subsystem --noheadings live-rw ... >INFO:program:stdout[18]: > >INFO:program:stderr[18]: >INFO:program:...done [18] (exit code: 0) >INFO:program:Running [19] dmsetup info -co subsystem --noheadings live-rw ... >INFO:program:stdout[19]: > >INFO:program:stderr[19]: >INFO:program:...done [19] (exit code: 0) >DEBUG:testdata:sysfs attr /sys/devices/virtual/block/dm-2/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 125 >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet:get_format('efi') returning EFIFS instance with object id 126 >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 127 >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 128 >INFO:blivet:type detected on 'live-rw' is 'ext4' >INFO:program:Running... dumpe2fs -h /dev/mapper/live-rw >INFO:program:stdout: >INFO:program:Filesystem volume name: Anaconda >INFO:program:Last mounted on: / >INFO:program:Filesystem UUID: 52546dae-6fca-400f-aaad-c92f0e8742cb >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: 196608 >INFO:program:Block count: 786432 >INFO:program:Reserved block count: 0 >INFO:program:Free blocks: 330918 >INFO:program:Free inodes: 159078 >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: 383 >INFO:program:Blocks per group: 32768 >INFO:program:Fragments per group: 32768 >INFO:program:Inodes per group: 8192 >INFO:program:Inode blocks per group: 512 >INFO:program:Flex block group size: 16 >INFO:program:Filesystem created: Wed Jun 16 01:27:29 2021 >INFO:program:Last mount time: Thu Jun 17 08:53:51 2021 >INFO:program:Last write time: Thu Jun 17 08:53:51 2021 >INFO:program:Mount count: 2 >INFO:program:Maximum mount count: -1 >INFO:program:Last checked: Wed Jun 16 01:27:29 2021 >INFO:program:Check interval: 0 (<none>) >INFO:program:Lifetime writes: 1738 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: df6cbc1f-37c1-43fd-a7e9-dffe208570c0 >INFO:program:Journal backup: inode blocks >INFO:program:Checksum type: crc32c >INFO:program:Checksum: 0x82d7998d >INFO:program:Journal features: journal_64bit journal_checksum_v3 >INFO:program:Journal size: 64M >INFO:program:Journal length: 16384 >INFO:program:Journal sequence: 0x00000007 >INFO:program:Journal start: 1 >INFO:program:Journal checksum type: crc32c >INFO:program:Journal checksum: 0x7b5adb75 >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: 721131 >INFO:program:stderr: >INFO:program:b'resize2fs 1.45.6 (20-Mar-2020)' >DEBUG:program:Return code: 0 >DEBUG:blivet:padding min size from 2.75 GiB up to 3 GiB >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 129 >DEBUG:blivet: DMDevice._set_format: live-rw ; type: ext4 ; current: None ; >INFO:blivet:got format: existing ext4 filesystem >DEBUG:blivet: DeviceTree.handle_device: name: live-base ; info: {'CURRENT_TAGS': ':systemd:', > 'DEVLINKS': '/dev/disk/by-label/Anaconda ' > '/dev/disk/by-uuid/52546dae-6fca-400f-aaad-c92f0e8742cb ' > '/dev/disk/by-id/dm-name-live-base /dev/mapper/live-base', > 'DEVNAME': '/dev/dm-3', > 'DEVPATH': '/devices/virtual/block/dm-3', > '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': '52546dae-6fca-400f-aaad-c92f0e8742cb', > 'ID_FS_UUID_ENC': '52546dae-6fca-400f-aaad-c92f0e8742cb', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '253', > 'MINOR': '3', > 'SUBSYSTEM': 'block', > 'SYS_NAME': 'dm-3', > 'SYS_PATH': '/sys/devices/virtual/block/dm-3', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '26141913'} ; >INFO:blivet:scanning live-base (/sys/devices/virtual/block/dm-3)... >DEBUG:testdata:sysfs attr /sys/devices/virtual/block/dm-3/hidden: 300a >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 [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) >INFO:program:Running [26] dmsetup info -co subsystem --noheadings live-base ... >INFO:program:stdout[26]: > >INFO:program:stderr[26]: >INFO:program:...done [26] (exit code: 0) >INFO:program:Running [27] dmsetup info -co subsystem --noheadings live-base ... >INFO:program:stdout[27]: > >INFO:program:stderr[27]: >INFO:program:...done [27] (exit code: 0) >INFO:program:Running [28] dmsetup info -co subsystem --noheadings live-base ... >INFO:program:stdout[28]: > >INFO:program:stderr[28]: >INFO:program:...done [28] (exit code: 0) >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 (102) 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 132 >DEBUG:blivet: LoopDevice.add_child: name: loop1 ; child: live-base ; kids: 1 ; >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 133 >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-3 >DEBUG:blivet: DMDevice.read_current_size: exists: True ; path: /dev/mapper/live-base ; sysfs_path: /sys/devices/virtual/block/dm-3 ; >DEBUG:testdata:sysfs attr /sys/devices/virtual/block/dm-3/size: 363239313435360a >DEBUG:blivet:updated live-base size to 3 GiB (3 GiB) >INFO:blivet:added dm live-base (id 131) to device tree >INFO:blivet:got device: DMDevice instance (0x7f456a06f220) -- > name = live-base status = True id = 131 > children = [] > parents = ['existing 0 B loop loop1 (102) with existing ext4 filesystem'] > uuid = None size = 3 GiB > format = existing None > major = 0 minor = 0 exists = True protected = True > sysfs path = /sys/devices/virtual/block/dm-3 > target size = 3 GiB path = /dev/mapper/live-base > format args = [] original_format = None target = None dm_uuid = None >INFO:program:Running [29] dmsetup info -co subsystem --noheadings live-base ... >INFO:program:stdout[29]: > >INFO:program:stderr[29]: >INFO:program:...done [29] (exit code: 0) >INFO:program:Running [30] dmsetup info -co subsystem --noheadings live-base ... >INFO:program:stdout[30]: > >INFO:program:stderr[30]: >INFO:program:...done [30] (exit code: 0) >DEBUG:testdata:sysfs attr /sys/devices/virtual/block/dm-3/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 135 >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet:get_format('efi') returning EFIFS instance with object id 136 >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 137 >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 138 >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/lorax.imgutils._ikfa18_ >INFO:program:Filesystem UUID: 52546dae-6fca-400f-aaad-c92f0e8742cb >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: 196608 >INFO:program:Block count: 786432 >INFO:program:Reserved block count: 0 >INFO:program:Free blocks: 330918 >INFO:program:Free inodes: 159078 >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: 383 >INFO:program:Blocks per group: 32768 >INFO:program:Fragments per group: 32768 >INFO:program:Inodes per group: 8192 >INFO:program:Inode blocks per group: 512 >INFO:program:Flex block group size: 16 >INFO:program:Filesystem created: Wed Jun 16 01:27:29 2021 >INFO:program:Last mount time: Wed Jun 16 01:27:29 2021 >INFO:program:Last write time: Wed Jun 16 01:27:34 2021 >INFO:program:Mount count: 1 >INFO:program:Maximum mount count: -1 >INFO:program:Last checked: Wed Jun 16 01:27:29 2021 >INFO:program:Check interval: 0 (<none>) >INFO:program:Lifetime writes: 1738 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: df6cbc1f-37c1-43fd-a7e9-dffe208570c0 >INFO:program:Journal backup: inode blocks >INFO:program:Checksum type: crc32c >INFO:program:Checksum: 0x1260f77e >INFO:program:Journal features: journal_64bit journal_checksum_v3 >INFO:program:Journal size: 64M >INFO:program:Journal length: 16384 >INFO:program:Journal sequence: 0x00000006 >INFO:program:Journal start: 0 >INFO:program:Journal checksum type: crc32c >INFO:program:Journal checksum: 0xde5f0812 >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 139 >DEBUG:blivet: DMDevice._set_format: live-base ; type: ext4 ; current: None ; >INFO:blivet:got format: existing ext4 filesystem >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:testdata:sysfs attr /sys/class/block/sda/device/model: 51454d5520484152444449534b2020200a >WARNING:blivet:device/model is not a valid attribute >WARNING:blivet:device/model is not a valid attribute >DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 51454d552043442d524f4d20202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sr1/device/model: 51454d552043442d524f4d20202020200a >WARNING:blivet:device/model is not a valid attribute >WARNING:blivet:device/model is not a valid attribute >WARNING:blivet:device/model is not a valid attribute >WARNING:blivet:device/model is not a valid attribute >WARNING:blivet:device/model is not a valid attribute >WARNING:blivet:device/model is not a valid attribute >WARNING:blivet:device/model is not a valid attribute >DEBUG:testdata:device /dev/sda data[440:443] = b049b7b0 >INFO:blivet:edd: collected mbr signatures: {'sda': '0xb0b749b0'} >DEBUG:testdata:glob: /sys/firmware/edd/int13_dev*/ >DEBUG:testdata:glob match: /sys/firmware/edd/int13_dev80/ >DEBUG:blivet:edd: found device 0x80 at /sys/firmware/edd/int13_dev80/ >DEBUG:testdata:sysfs attr /sys/firmware/edd/int13_dev80/version: 307833300a >DEBUG:testdata:sysfs attr /sys/firmware/edd/int13_dev80/interface: 53435349202020200969643a203020206c756e3a20300a >DEBUG:testdata:sysfs attr /sys/firmware/edd/int13_dev80/mbr_signature: 307862306237343962300a >DEBUG:testdata:sysfs attr /sys/firmware/edd/int13_dev80/sectors: 34313934333034300a >DEBUG:testdata:sysfs attr /sys/firmware/edd/int13_dev80/host_bus: 504349200930343a30302e3020206368616e6e656c3a20300a >DEBUG:testdata:glob: /sys/block/../devices/pci0000:00/0000:04:00.0/virtio*/block/ >INFO:blivet:edd: Could not find Virtio device for pci dev 04:00.0 channel 0 >DEBUG:testdata:glob: /sys/block/../devices/pci0000:00/0000:04:00.0/virtio*/host*/target*:0:0/*:0:0:0/block/ >INFO:blivet:edd: Could not find VirtIO SCSI device for pci dev 04:00.0 channel 0 scsi id 0 lun 0 >DEBUG:testdata:glob: /sys/block/../devices/pci0000:00/0000:04:00.0/host0/target0:0:0/0:0:0:0/block/ >WARNING:blivet:edd: Could not find SCSI device for pci dev 04:00.0 channel 0 scsi id 0 lun 0 >DEBUG:blivet:edd: data extracted from 0x80:<EddEntry path: /sys/firmware/edd/int13_dev80/ version: 0x30 mbr_signature: 0xb0b749b0 sectors: 41943040 SCSI host_bus: PCI pci_dev: 04:00.0 channel: 0 interface: "SCSI id: 0 lun: 0" scsi_id: 0, scsi_lun: 0> >DEBUG:testdata:new sysfs link: "/sys/block/sda" -> "../devices/pci0000:00/0000:00:01.2/0000:04:00.0/virtio0/host0/target0:0:0/0:0:0:0/block/sda" >INFO:blivet:edd: matched 0x80 to sda using MBR sig >DEBUG:anaconda.storage:Marking device sr0 as protected. >DEBUG:anaconda.storage:Marking device sr1 as protected. >DEBUG:anaconda.storage:Marking device sr0 as protected. >DEBUG:anaconda.storage:Marking device sr1 as protected. >DEBUG:blivet: PartitionDevice.teardown: sda1 ; status: True ; controllable: True ; >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:testdata:sysfs attr /sys/class/block/sda/device/model: 51454d5520484152444449534b2020200a >WARNING:blivet:device/model is not a valid attribute >WARNING:blivet:device/model is not a valid attribute >DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 51454d552043442d524f4d20202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sr1/device/model: 51454d552043442d524f4d20202020200a >WARNING:blivet:device/model is not a valid attribute >WARNING:blivet:device/model is not a valid attribute >WARNING:blivet:device/model is not a valid attribute >WARNING:blivet:device/model is not a valid attribute >WARNING:blivet:device/model is not a valid attribute >WARNING:blivet:device/model is not a valid attribute >WARNING:blivet:device/model is not a valid attribute >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:testdata:sysfs attr /sys/class/block/sda/device/model: 51454d5520484152444449534b2020200a >WARNING:blivet:device/model is not a valid attribute >WARNING:blivet:device/model is not a valid attribute >DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 51454d552043442d524f4d20202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sr1/device/model: 51454d552043442d524f4d20202020200a >WARNING:blivet:device/model is not a valid attribute >WARNING:blivet:device/model is not a valid attribute >WARNING:blivet:device/model is not a valid attribute >WARNING:blivet:device/model is not a valid attribute >WARNING:blivet:device/model is not a valid attribute >WARNING:blivet:device/model is not a valid attribute >WARNING:blivet:device/model is not a valid attribute >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:testdata:sysfs attr /sys/class/block/sda/device/model: 51454d5520484152444449534b2020200a >WARNING:blivet:device/model is not a valid attribute >WARNING:blivet:device/model is not a valid attribute >DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 51454d552043442d524f4d20202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sr1/device/model: 51454d552043442d524f4d20202020200a >WARNING:blivet:device/model is not a valid attribute >WARNING:blivet:device/model is not a valid attribute >WARNING:blivet:device/model is not a valid attribute >WARNING:blivet:device/model is not a valid attribute >WARNING:blivet:device/model is not a valid attribute >WARNING:blivet:device/model is not a valid attribute >WARNING:blivet:device/model is not a valid attribute >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:testdata:sysfs attr /sys/class/block/sda/device/model: 51454d5520484152444449534b2020200a >WARNING:blivet:device/model is not a valid attribute >WARNING:blivet:device/model is not a valid attribute >DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 51454d552043442d524f4d20202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sr1/device/model: 51454d552043442d524f4d20202020200a >WARNING:blivet:device/model is not a valid attribute >WARNING:blivet:device/model is not a valid attribute >WARNING:blivet:device/model is not a valid attribute >WARNING:blivet:device/model is not a valid attribute >WARNING:blivet:device/model is not a valid attribute >WARNING:blivet:device/model is not a valid attribute >WARNING:blivet:device/model is not a valid attribute >DEBUG:blivet: XFS.teardown: device: /dev/sda1 ; type: xfs ; status: False ; >DEBUG:blivet: XFS.teardown: device: /dev/sda1 ; type: xfs ; status: False ; >DEBUG:blivet: DiskDevice.teardown: sda ; status: True ; controllable: True ; >DEBUG:blivet: DiskLabel.teardown: device: /dev/sda ; type: disklabel ; status: False ; >DEBUG:blivet: DiskLabel.teardown: device: /dev/sda ; type: disklabel ; status: False ; >DEBUG:blivet: LVMLogicalVolumeDevice.teardown: rhel_bootp-73-130-243-root ; status: True ; controllable: True ; >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:testdata:sysfs attr /sys/class/block/sda/device/model: 51454d5520484152444449534b2020200a >WARNING:blivet:device/model is not a valid attribute >WARNING:blivet:device/model is not a valid attribute >DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 51454d552043442d524f4d20202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sr1/device/model: 51454d552043442d524f4d20202020200a >WARNING:blivet:device/model is not a valid attribute >WARNING:blivet:device/model is not a valid attribute >WARNING:blivet:device/model is not a valid attribute >WARNING:blivet:device/model is not a valid attribute >WARNING:blivet:device/model is not a valid attribute >WARNING:blivet:device/model is not a valid attribute >WARNING:blivet:device/model is not a valid attribute >DEBUG:blivet: XFS.teardown: device: /dev/mapper/rhel_bootp--73--130--243-root ; type: xfs ; status: False ; >DEBUG:blivet: XFS.teardown: device: /dev/mapper/rhel_bootp--73--130--243-root ; type: xfs ; status: False ; >DEBUG:blivet: LVMLogicalVolumeDevice._teardown: rhel_bootp-73-130-243-root ; status: True ; controllable: True ; >INFO:program:[31] Calling the 'com.redhat.lvmdbus1.Lv.Deactivate' method on the '/com/redhat/lvmdbus1/Lv/0' object with the following parameters: '(0, 1, {'--config': <' devices { preferred_names=["^/dev/mapper/", "^/dev/md/", "^/dev/sd"] } log {level=7 file=/tmp/lvm.log syslog=0}'>})' >INFO:program:[31] Done. >INFO:program:[31] No result, no job started >DEBUG:blivet: LVMVolumeGroupDevice.teardown: rhel_bootp-73-130-243 ; status: True ; controllable: True ; >DEBUG:blivet: DeviceFormat.teardown: device: /dev/rhel_bootp--73--130--243 ; type: None ; status: False ; >DEBUG:blivet: DeviceFormat.teardown: device: /dev/rhel_bootp--73--130--243 ; type: None ; status: False ; >DEBUG:blivet: LVMVolumeGroupDevice._teardown: rhel_bootp-73-130-243 ; status: True ; controllable: True ; >INFO:program:[32] Calling the 'com.redhat.lvmdbus1.Vg.Deactivate' method on the '/com/redhat/lvmdbus1/Vg/0' object with the following parameters: '(0, 1, {'--config': <' devices { preferred_names=["^/dev/mapper/", "^/dev/md/", "^/dev/sd"] } log {level=7 file=/tmp/lvm.log syslog=0}'>})' >INFO:program:[32] Done. >INFO:program:[32] No result, no job started >DEBUG:blivet: PartitionDevice.teardown: sda2 ; status: True ; controllable: True ; >DEBUG:blivet: LVMPhysicalVolume.teardown: device: /dev/sda2 ; type: lvmpv ; status: False ; >DEBUG:blivet: LVMPhysicalVolume.teardown: device: /dev/sda2 ; type: lvmpv ; status: False ; >DEBUG:blivet: DiskDevice.teardown: sda ; status: True ; controllable: True ; >DEBUG:blivet: DiskLabel.teardown: device: /dev/sda ; type: disklabel ; status: False ; >DEBUG:blivet: DiskLabel.teardown: device: /dev/sda ; type: disklabel ; status: False ; >DEBUG:blivet: LVMLogicalVolumeDevice.teardown: rhel_bootp-73-130-243-swap ; status: False ; controllable: True ; >DEBUG:blivet: LVMVolumeGroupDevice.teardown: rhel_bootp-73-130-243 ; status: False ; controllable: True ; >DEBUG:blivet: PartitionDevice.teardown: sda2 ; status: True ; controllable: True ; >DEBUG:blivet: LVMPhysicalVolume.teardown: device: /dev/sda2 ; type: lvmpv ; status: False ; >DEBUG:blivet: LVMPhysicalVolume.teardown: device: /dev/sda2 ; type: lvmpv ; status: False ; >DEBUG:blivet: DiskDevice.teardown: sda ; status: True ; controllable: True ; >DEBUG:blivet: DiskLabel.teardown: device: /dev/sda ; type: disklabel ; status: False ; >DEBUG:blivet: DiskLabel.teardown: device: /dev/sda ; type: disklabel ; status: False ; >DEBUG:blivet: LoopDevice.teardown: loop2 ; status: False ; controllable: False ; >DEBUG:blivet: FileDevice.teardown: /overlay (deleted) ; status: False ; controllable: False ; >DEBUG:anaconda.modules.storage.bootloader.base:Console is set to tty0 with options '' >INFO:anaconda.modules.storage.bootloader.factory:Created the boot loader GRUB2. >DEBUG:blivet: PartitionDevice.setup: sda1 ; orig: False ; status: True ; controllable: True ; >DEBUG:blivet: XFS.setup: device: /dev/sda1 ; type: xfs ; status: False ; >INFO:program:Running... mount -t xfs -o defaults,ro /dev/sda1 /mnt/sysimage >DEBUG:program:Return code: 0 >INFO:program:Running... umount /mnt/sysimage >DEBUG:program:Return code: 0 >DEBUG:blivet: PartitionDevice.teardown: sda1 ; status: True ; controllable: True ; >DEBUG:blivet: XFS.teardown: device: /dev/sda1 ; type: xfs ; status: False ; >DEBUG:blivet: XFS.teardown: device: /dev/sda1 ; type: xfs ; status: False ; >DEBUG:blivet: LVMLogicalVolumeDevice.setup: rhel_bootp-73-130-243-root ; orig: False ; status: False ; controllable: True ; >DEBUG:blivet: LVMLogicalVolumeDevice.setup_parents: name: rhel_bootp-73-130-243-root ; orig: False ; >DEBUG:blivet: LVMVolumeGroupDevice.setup: rhel_bootp-73-130-243 ; orig: False ; status: False ; controllable: True ; >DEBUG:blivet: LVMVolumeGroupDevice.setup_parents: name: rhel_bootp-73-130-243 ; orig: False ; >DEBUG:blivet: PartitionDevice.setup: sda2 ; orig: False ; status: True ; controllable: True ; >DEBUG:blivet: LVMPhysicalVolume.setup: device: /dev/sda2 ; type: lvmpv ; status: False ; >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:blivet: LVMVolumeGroupDevice.update_sysfs_path: rhel_bootp-73-130-243 ; status: False ; >DEBUG:blivet: LVMLogicalVolumeDevice._setup: rhel_bootp-73-130-243-root ; orig: False ; status: False ; controllable: True ; >INFO:program:[33] Calling the 'com.redhat.lvmdbus1.Lv.Activate' method on the '/com/redhat/lvmdbus1/Lv/0' object with the following parameters: '(0, 1, {'--config': <' devices { preferred_names=["^/dev/mapper/", "^/dev/md/", "^/dev/sd"] } log {level=7 file=/tmp/lvm.log syslog=0}'>})' >INFO:program:[33] Done. >INFO:program:[33] Waiting for job '/com/redhat/lvmdbus1/Job/0' to finish >INFO:program:[33] Job '/com/redhat/lvmdbus1/Job/0' finished >INFO:program:[33] No result >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:blivet: LVMLogicalVolumeDevice.update_sysfs_path: rhel_bootp-73-130-243-root ; status: True ; >DEBUG:blivet:rhel_bootp-73-130-243-root sysfs_path set to /sys/devices/virtual/block/dm-0 >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:testdata:sysfs attr /sys/class/block/sda/device/model: 51454d5520484152444449534b2020200a >WARNING:blivet:device/model is not a valid attribute >WARNING:blivet:device/model is not a valid attribute >DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 51454d552043442d524f4d20202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sr1/device/model: 51454d552043442d524f4d20202020200a >WARNING:blivet:device/model is not a valid attribute >WARNING:blivet:device/model is not a valid attribute >WARNING:blivet:device/model is not a valid attribute >WARNING:blivet:device/model is not a valid attribute >WARNING:blivet:device/model is not a valid attribute >WARNING:blivet:device/model is not a valid attribute >DEBUG:blivet: XFS.setup: device: /dev/mapper/rhel_bootp--73--130--243-root ; type: xfs ; status: False ; >INFO:program:Running... mount -t xfs -o defaults,ro /dev/mapper/rhel_bootp--73--130--243-root /mnt/sysimage >DEBUG:program:Return code: 0 >INFO:program:Running... arch >INFO:program:stdout: >INFO:program:x86_64 >DEBUG:program:Return code: 0 >DEBUG:anaconda.modules.storage.devicetree.root:blkid.tab devs: [] >DEBUG:anaconda.modules.storage.devicetree.fsset:parsing /mnt/sysimage/etc/crypttab >DEBUG:anaconda.modules.storage.devicetree.root:crypttab maps: [] >DEBUG:anaconda.modules.storage.devicetree.root:parsing /mnt/sysimage/etc/fstab >DEBUG:blivet: DeviceTree.get_device_by_path: path: /dev/mapper/rhel_bootp--73--130--243-root ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_path returned existing 17 GiB lvmlv rhel_bootp-73-130-243-root (37) with existing xfs filesystem >DEBUG:blivet:resolved '/dev/mapper/rhel_bootp--73--130--243-root' to 'rhel_bootp-73-130-243-root' (lvmlv) >DEBUG:blivet:resolved 'UUID=3722a158-6fc4-471c-8bb1-91b852cf29fe' to 'sda1' (partition) >DEBUG:blivet: DeviceTree.get_device_by_path: path: /dev/mapper/rhel_bootp--73--130--243-swap ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_path returned existing 2 GiB lvmlv rhel_bootp-73-130-243-swap (50) with existing swap >DEBUG:blivet:resolved '/dev/mapper/rhel_bootp--73--130--243-swap' to 'rhel_bootp-73-130-243-swap' (lvmlv) >INFO:program:Running... umount /mnt/sysimage >DEBUG:program:Return code: 0 >DEBUG:blivet: PartitionDevice.teardown: sda1 ; status: True ; controllable: True ; >DEBUG:blivet: XFS.teardown: device: /dev/sda1 ; type: xfs ; status: False ; >DEBUG:blivet: XFS.teardown: device: /dev/sda1 ; type: xfs ; status: False ; >DEBUG:blivet: DiskDevice.teardown: sda ; status: True ; controllable: True ; >DEBUG:blivet: DiskLabel.teardown: device: /dev/sda ; type: disklabel ; status: False ; >DEBUG:blivet: DiskLabel.teardown: device: /dev/sda ; type: disklabel ; status: False ; >DEBUG:blivet: LVMLogicalVolumeDevice.teardown: rhel_bootp-73-130-243-root ; status: True ; controllable: True ; >DEBUG:blivet: XFS.teardown: device: /dev/mapper/rhel_bootp--73--130--243-root ; type: xfs ; status: False ; >DEBUG:blivet: XFS.teardown: device: /dev/mapper/rhel_bootp--73--130--243-root ; type: xfs ; status: False ; >DEBUG:blivet: LVMLogicalVolumeDevice._teardown: rhel_bootp-73-130-243-root ; status: True ; controllable: True ; >INFO:program:[34] Calling the 'com.redhat.lvmdbus1.Lv.Deactivate' method on the '/com/redhat/lvmdbus1/Lv/0' object with the following parameters: '(0, 1, {'--config': <' devices { preferred_names=["^/dev/mapper/", "^/dev/md/", "^/dev/sd"] } log {level=7 file=/tmp/lvm.log syslog=0}'>})' >INFO:program:[34] Done. >INFO:program:[34] No result, no job started >DEBUG:blivet: LVMVolumeGroupDevice.teardown: rhel_bootp-73-130-243 ; status: False ; controllable: True ; >DEBUG:blivet: PartitionDevice.teardown: sda2 ; status: True ; controllable: True ; >DEBUG:blivet: LVMPhysicalVolume.teardown: device: /dev/sda2 ; type: lvmpv ; status: False ; >DEBUG:blivet: LVMPhysicalVolume.teardown: device: /dev/sda2 ; type: lvmpv ; status: False ; >DEBUG:blivet: DiskDevice.teardown: sda ; status: True ; controllable: True ; >DEBUG:blivet: DiskLabel.teardown: device: /dev/sda ; type: disklabel ; status: False ; >DEBUG:blivet: DiskLabel.teardown: device: /dev/sda ; type: disklabel ; status: False ; >DEBUG:blivet: LVMLogicalVolumeDevice.teardown: rhel_bootp-73-130-243-swap ; status: False ; controllable: True ; >DEBUG:blivet: LVMVolumeGroupDevice.teardown: rhel_bootp-73-130-243 ; status: False ; controllable: True ; >DEBUG:blivet: PartitionDevice.teardown: sda2 ; status: True ; controllable: True ; >DEBUG:blivet: LVMPhysicalVolume.teardown: device: /dev/sda2 ; type: lvmpv ; status: False ; >DEBUG:blivet: LVMPhysicalVolume.teardown: device: /dev/sda2 ; type: lvmpv ; status: False ; >DEBUG:blivet: DiskDevice.teardown: sda ; status: True ; controllable: True ; >DEBUG:blivet: DiskLabel.teardown: device: /dev/sda ; type: disklabel ; status: False ; >DEBUG:blivet: DiskLabel.teardown: device: /dev/sda ; type: disklabel ; status: False ; >DEBUG:blivet: 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:rhel_bootp-73-130-243 size is 19 GiB >DEBUG:blivet:vg rhel_bootp-73-130-243 has 0 B free >DEBUG:blivet:rhel_bootp-73-130-243 size is 19 GiB >DEBUG:blivet:vg rhel_bootp-73-130-243 has 0 B free >DEBUG:blivet: XFS.supported: supported: True ; >INFO:program:Running [35] mkswap --version ... >INFO:program:stdout[35]: mkswap from util-linux 2.37 > >INFO:program:stderr[35]: >INFO:program:...done [35] (exit code: 0) >DEBUG:blivet: XFS.supported: supported: True ; >DEBUG:blivet: Iso9660FS.supported: supported: True ; >DEBUG:blivet: Iso9660FS.supported: supported: True ; >INFO:anaconda.threading:Thread Done: AnaTaskThread-ScanDevicesTask-1 (139936107906624) >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:anaconda.modules.storage.disk_selection.selection:Selected disks are set to '['sda']'. >DEBUG:anaconda.modules.storage.partitioning.base:Creating a new storage playground for AUTOMATIC with selected disks ['sda']. >DEBUG:blivet:starting Blivet copy >DEBUG:blivet: PartitionDevice._set_parted_partition: sda1 ; >DEBUG:blivet:device sda1 new parted_partition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f45696b60d0> fileSystem: <parted.filesystem.FileSystem object at 0x7f456962c8b0> > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f456962c640> PedPartition: <_ped.Partition object at 0x7f4569670810> >DEBUG:blivet: PartitionDevice._set_parted_partition: sda2 ; >DEBUG:blivet:device sda2 new parted_partition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f45696b60d0> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f456962c850> PedPartition: <_ped.Partition object at 0x7f4569670900> >DEBUG:blivet: DeviceTree.get_device_by_id: id_num: 50 ; incomplete: False ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_id returned existing 2 GiB lvmlv rhel_bootp-73-130-243-swap (50) with existing swap >DEBUG:blivet: DeviceTree.get_device_by_id: id_num: 37 ; incomplete: False ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_id returned existing 17 GiB lvmlv rhel_bootp-73-130-243-root (37) with existing xfs filesystem >DEBUG:blivet: DeviceTree.get_device_by_id: id_num: 14 ; incomplete: False ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_id returned existing 1024 MiB partition sda1 (14) with existing xfs filesystem >DEBUG:blivet:finished Blivet copy >DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage/Task/2. >INFO:anaconda.threading:Running Thread: AnaTaskThread-AutomaticPartitioningTask-1 (139936107906624) >DEBUG:anaconda.modules.storage.partitioning.automatic.noninteractive_partitioning:Looking at partition: sda2 >DEBUG:blivet: DeviceTree.get_dependent_devices: dep: existing 19 GiB partition sda2 (24) with existing lvmpv ; hidden: False ; >DEBUG:blivet:checking if sda depends on sda2 >DEBUG:blivet:checking if sda1 depends on sda2 >DEBUG:blivet:checking if sda2 depends on sda2 >DEBUG:blivet:checking if rhel_bootp-73-130-243 depends on sda2 >DEBUG:blivet:checking if rhel_bootp-73-130-243-root depends on sda2 >DEBUG:blivet:checking if rhel_bootp-73-130-243-swap depends on sda2 >DEBUG:blivet:checking if sr0 depends on sda2 >DEBUG:blivet:checking if sr1 depends on sda2 >DEBUG:blivet:checking if /run/install/repo/images/install.img depends on sda2 >DEBUG:blivet:checking if loop0 depends on sda2 >DEBUG:blivet:checking if /LiveOS/rootfs.img depends on sda2 >DEBUG:blivet:checking if loop1 depends on sda2 >DEBUG:blivet:checking if /overlay (deleted) depends on sda2 >DEBUG:blivet:checking if loop2 depends on sda2 >DEBUG:blivet:checking if live-rw depends on sda2 >DEBUG:blivet:checking if live-base depends on sda2 >DEBUG:blivet:removing sda2 >DEBUG:blivet: DeviceTree.get_dependent_devices: dep: existing 19 GiB partition sda2 (24) with existing lvmpv ; hidden: False ; >DEBUG:blivet:checking if sda depends on sda2 >DEBUG:blivet:checking if sda1 depends on sda2 >DEBUG:blivet:checking if sda2 depends on sda2 >DEBUG:blivet:checking if rhel_bootp-73-130-243 depends on sda2 >DEBUG:blivet:checking if rhel_bootp-73-130-243-root depends on sda2 >DEBUG:blivet:checking if rhel_bootp-73-130-243-swap depends on sda2 >DEBUG:blivet:checking if sr0 depends on sda2 >DEBUG:blivet:checking if sr1 depends on sda2 >DEBUG:blivet:checking if /run/install/repo/images/install.img depends on sda2 >DEBUG:blivet:checking if loop0 depends on sda2 >DEBUG:blivet:checking if /LiveOS/rootfs.img depends on sda2 >DEBUG:blivet:checking if loop1 depends on sda2 >DEBUG:blivet:checking if /overlay (deleted) depends on sda2 >DEBUG:blivet:checking if loop2 depends on sda2 >DEBUG:blivet:checking if live-rw depends on sda2 >DEBUG:blivet:checking if live-base depends on sda2 >DEBUG:blivet:devices to remove: ['rhel_bootp-73-130-243-swap', 'rhel_bootp-73-130-243-root', 'rhel_bootp-73-130-243'] >DEBUG:blivet:leaves to remove: ['rhel_bootp-73-130-243-swap', 'rhel_bootp-73-130-243-root'] >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 190 >DEBUG:blivet: LVMLogicalVolumeDevice._set_format: rhel_bootp-73-130-243-swap ; type: None ; current: swap ; >INFO:blivet:registered action: [189] destroy format swap on lvmlv rhel_bootp-73-130-243-swap (id 50) >DEBUG:blivet: LVMVolumeGroupDevice.remove_child: name: rhel_bootp-73-130-243 ; child: swap ; kids: 2 ; >INFO:blivet:removed lvmlv rhel_bootp-73-130-243-swap (id 50) from device tree >INFO:blivet:registered action: [191] destroy device lvmlv rhel_bootp-73-130-243-swap (id 50) >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 193 >DEBUG:blivet: LVMLogicalVolumeDevice._set_format: rhel_bootp-73-130-243-root ; type: None ; current: xfs ; >INFO:blivet:registered action: [192] destroy format xfs filesystem on lvmlv rhel_bootp-73-130-243-root (id 37) >DEBUG:blivet: LVMVolumeGroupDevice.remove_child: name: rhel_bootp-73-130-243 ; child: root ; kids: 1 ; >INFO:blivet:removed lvmlv rhel_bootp-73-130-243-root (id 37) from device tree >INFO:blivet:registered action: [194] destroy device lvmlv rhel_bootp-73-130-243-root (id 37) >DEBUG:blivet:devices to remove: ['rhel_bootp-73-130-243'] >DEBUG:blivet:leaves to remove: ['rhel_bootp-73-130-243'] >DEBUG:blivet: PartitionDevice.remove_child: name: sda2 ; child: rhel_bootp-73-130-243 ; kids: 1 ; >INFO:blivet:removed lvmvg rhel_bootp-73-130-243 (id 33) from device tree >INFO:blivet:registered action: [195] destroy device lvmvg rhel_bootp-73-130-243 (id 33) >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 197 >DEBUG:blivet: PartitionDevice._set_format: sda2 ; type: None ; current: lvmpv ; >INFO:blivet:registered action: [196] destroy format lvmpv on partition sda2 (id 24) >DEBUG:blivet: DiskDevice.remove_child: name: sda ; child: sda2 ; kids: 2 ; >INFO:blivet:removed partition sda2 (id 24) from device tree >INFO:blivet:registered action: [198] destroy device partition sda2 (id 24) >DEBUG:anaconda.modules.storage.partitioning.automatic.noninteractive_partitioning:Partitions: ['sda1'] >DEBUG:anaconda.modules.storage.partitioning.automatic.noninteractive_partitioning:Looking at partition: sda1 >DEBUG:blivet: DeviceTree.get_dependent_devices: dep: existing 1024 MiB partition sda1 (14) with existing xfs filesystem ; hidden: False ; >DEBUG:blivet:dep is a leaf >DEBUG:blivet:removing sda1 >DEBUG:blivet: DeviceTree.get_dependent_devices: dep: existing 1024 MiB partition sda1 (14) with existing xfs filesystem ; hidden: False ; >DEBUG:blivet:dep is a leaf >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 200 >DEBUG:blivet: PartitionDevice._set_format: sda1 ; type: None ; current: xfs ; >INFO:blivet:registered action: [199] destroy format xfs filesystem on partition sda1 (id 14) >DEBUG:blivet: DiskDevice.remove_child: name: sda ; child: sda1 ; kids: 1 ; >INFO:blivet:removed partition sda1 (id 14) from device tree >INFO:blivet:registered action: [201] destroy device partition sda1 (id 14) >DEBUG:anaconda.modules.storage.partitioning.automatic.noninteractive_partitioning:Partitions: [] >DEBUG:blivet:checking whether disk sda has an empty extended >DEBUG:blivet:extended is None ; logicals is [] >DEBUG:anaconda.modules.storage.partitioning.automatic.noninteractive_partitioning:Looking at disk: sda >DEBUG:blivet: DeviceTree.get_dependent_devices: dep: existing 20 GiB disk sda (4) with existing msdos disklabel ; hidden: False ; >DEBUG:blivet:dep is a leaf >DEBUG:anaconda.modules.storage.partitioning.automatic.noninteractive_partitioning:Removing sda. >DEBUG:blivet:removing sda >DEBUG:blivet: DeviceTree.get_dependent_devices: dep: existing 20 GiB disk sda (4) with existing msdos disklabel ; hidden: False ; >DEBUG:blivet:dep is a leaf >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 203 >DEBUG:blivet: DiskDevice._set_format: sda ; type: None ; current: disklabel ; >INFO:blivet:registered action: [202] destroy format msdos disklabel on disk sda (id 4) >DEBUG:anaconda.modules.storage.partitioning.automatic.noninteractive_partitioning:Initializing sda. >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 205 >DEBUG:blivet: DiskDevice._set_format: sda ; type: None ; current: None ; >INFO:blivet:registered action: [204] destroy format None on disk sda (id 4) >DEBUG:blivet: DiskLabel.__init__: device: /dev/sda ; >DEBUG:blivet:selecting None disklabel for sda based on size >DEBUG:blivet: DiskLabel.fresh_parted_disk: device: /dev/sda ; label_type: msdos ; >DEBUG:blivet:selecting None disklabel for sda 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 0x7f45695d6d90> > PedDisk: <_ped.Disk object at 0x7f4569662180> >DEBUG:blivet:get_format('disklabel') returning DiskLabel instance with object id 206 >DEBUG:blivet: DiskDevice._set_format: sda ; type: disklabel ; current: None ; >INFO:blivet:registered action: [207] create format msdos disklabel on disk sda (id 4) >DEBUG:anaconda.modules.storage.bootloader.execution:Execute the bootloader with dry run True. >DEBUG:anaconda.modules.storage.bootloader.base:new disk list: [DiskDevice instance (0x7f45696b04f0) -- > name = sda status = True id = 4 > children = [] > parents = [] > uuid = None size = 20 GiB > format = non-existent msdos disklabel > major = 8 minor = 0 exists = True protected = False > sysfs path = /sys/devices/pci0000:00/0000:00:01.2/0000:04:00.0/virtio0/host0/target0:0:0/0:0:0:0/block/sda > target size = 20 GiB path = /dev/sda > format args = [] original_format = disklabel removable = False wwn = None] >DEBUG:anaconda.modules.storage.bootloader.execution:Applying bootloader location: MBR >DEBUG:anaconda.modules.storage.bootloader.execution:Applying drive order: [] >DEBUG:anaconda.modules.storage.bootloader.base:new disk order: [] >DEBUG:anaconda.modules.storage.bootloader.base:Is /LiveOS/rootfs.img a valid stage1 target device? >DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type file >DEBUG:anaconda.modules.storage.bootloader.base:Is /overlay (deleted) a valid stage1 target device? >DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type file >DEBUG:anaconda.modules.storage.bootloader.base:Is /run/install/repo/images/install.img a valid stage1 target device? >DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type file >DEBUG:anaconda.modules.storage.bootloader.base:Is live-base a valid stage1 target device? >DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type dm >DEBUG:anaconda.modules.storage.bootloader.base:Is live-rw a valid stage1 target device? >DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type dm >DEBUG:anaconda.modules.storage.bootloader.base:Is loop0 a valid stage1 target device? >DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type loop >DEBUG:anaconda.modules.storage.bootloader.base:Is loop1 a valid stage1 target device? >DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type loop >DEBUG:anaconda.modules.storage.bootloader.base:Is loop2 a valid stage1 target device? >DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type loop >DEBUG:anaconda.modules.storage.bootloader.base:Is sda a valid stage1 target device? >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_disklabel(sda) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_size(sda) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_location(sda) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_format(sda) returning True >DEBUG:anaconda.modules.storage.bootloader.base:is_valid_stage1_device(sda) returning True >DEBUG:anaconda.modules.storage.bootloader.execution:Found a drive with a valid stage1: sda >DEBUG:anaconda.modules.storage.bootloader.execution:Use a usable drive with a valid stage1 device. >DEBUG:anaconda.modules.storage.bootloader.execution:Using a boot drive: sda >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 20 GiB disk sda (4) with non-existent msdos disklabel >DEBUG:blivet:resolved 'sda' to 'sda' (disk) >DEBUG:anaconda.modules.storage.partitioning.automatic.automatic_partitioning:Executing the automatic partitioning. >INFO:anaconda.core.storage:Detected 14.77 GiB of memory >INFO:anaconda.core.storage:Suggested swap size (7.38 GiB) exceeds 10 % of disk space, using 10 % of disk space (2 GiB) instead. >INFO:anaconda.core.storage:Swap attempt of 2 GiB >DEBUG:anaconda.modules.storage.partitioning.automatic.automatic_partitioning:scheme: 2 >DEBUG:anaconda.modules.storage.partitioning.automatic.automatic_partitioning:requests: >PartSpec instance (0x7f45695da130) -- > mountpoint = None lv = False thin = False btrfs = False > weight = 0 fstype = biosboot encrypted = False > size = 1024 KiB max_size = None grow = False >PartSpec instance (0x7f45695da250) -- > mountpoint = /boot lv = False thin = False btrfs = False > weight = 0 fstype = xfs encrypted = False > size = 1024 MiB max_size = None grow = False >PartSpec instance (0x7f45695da2b0) -- > mountpoint = / lv = True thin = True btrfs = True > weight = 0 fstype = xfs encrypted = True > size = 1024 MiB max_size = 70 GiB grow = True >PartSpec instance (0x7f45695da3a0) -- > mountpoint = /home lv = True thin = True btrfs = True > weight = 0 fstype = xfs encrypted = True > size = 500 MiB max_size = None grow = True >PartSpec instance (0x7f45695da3d0) -- > mountpoint = None lv = True thin = False btrfs = False > weight = 0 fstype = swap encrypted = True > size = 2 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: ['sda'] >DEBUG:anaconda.modules.storage.partitioning.automatic.automatic_partitioning:storage.partitioned: ['sda'] >DEBUG:anaconda.modules.storage.partitioning.automatic.automatic_partitioning:all names: ['/LiveOS/rootfs.img', '/overlay (deleted)', '/run/install/repo/images/install.img', 'live-base', 'live-rw', 'loop0', 'loop1', 'loop2', 'sda', 'sr0', 'sr1'] >DEBUG:anaconda.modules.storage.partitioning.automatic.automatic_partitioning:boot disk: sda >DEBUG:anaconda.modules.storage.partitioning.automatic.automatic_partitioning:candidate disks: ['sda'] >DEBUG:anaconda.modules.storage.partitioning.automatic.utils:Found disks for implicit partitions: ['sda'] >DEBUG:blivet: LVMPhysicalVolume.__init__: mountpoint: None ; >DEBUG:blivet:get_format('lvmpv') returning LVMPhysicalVolume instance with object id 208 >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 210 >DEBUG:blivet: DiskDevice.add_child: name: sda ; child: req0 ; kids: 0 ; >DEBUG:blivet: PartitionDevice._set_format: req0 ; type: lvmpv ; current: None ; >DEBUG:blivet: DiskDevice.remove_child: name: sda ; child: req0 ; kids: 1 ; >INFO:blivet:added partition req0 (id 209) to device tree >INFO:blivet:registered action: [212] create device partition req0 (id 209) >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 214 >DEBUG:blivet: PartitionDevice._set_format: req0 ; type: lvmpv ; current: lvmpv ; >INFO:blivet:registered action: [213] create format lvmpv on partition req0 (id 209) >DEBUG:anaconda.modules.storage.partitioning.automatic.utils:Created the implicit partition req0 for sda. >DEBUG:anaconda.modules.storage.bootloader.base:Is sda a valid stage1 target device? >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_disklabel(sda) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_size(sda) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_location(sda) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_format(sda) returning True >DEBUG:anaconda.modules.storage.bootloader.base:is_valid_stage1_device(sda) returning True >INFO:anaconda.modules.storage.partitioning.automatic.utils:skipping unneeded stage1 biosboot request >DEBUG:anaconda.modules.storage.partitioning.automatic.utils:PartSpec instance (0x7f45695da130) -- > 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 20 GiB disk sda (4) with non-existent msdos disklabel >DEBUG:blivet: XFS.supported: supported: True ; >DEBUG:blivet:get_format('xfs') returning XFS instance with object id 215 >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 217 >DEBUG:blivet: DiskDevice.add_child: name: sda ; child: req1 ; kids: 0 ; >DEBUG:blivet: PartitionDevice._set_format: req1 ; type: xfs ; current: None ; >DEBUG:blivet: DiskDevice.remove_child: name: sda ; child: req1 ; kids: 1 ; >INFO:blivet:added partition req1 (id 216) to device tree >INFO:blivet:registered action: [219] create device partition req1 (id 216) >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 221 >DEBUG:blivet: PartitionDevice._set_format: req1 ; type: xfs ; current: xfs ; >INFO:blivet:registered action: [220] create format xfs filesystem mounted at /boot on partition req1 (id 216) >DEBUG:blivet: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; >DEBUG:blivet:removing all non-preexisting partitions ['req0(id 209)', 'req1(id 216)'] from disk(s) ['sda'] >DEBUG:blivet:allocate_partitions: disks=['sda'] ; partitions=['req0(id 209)', 'req1(id 216)'] >DEBUG:blivet:removing all non-preexisting partitions ['req1(id 216)', 'req0(id 209)'] from disk(s) ['sda'] >DEBUG:blivet:allocating partition: req1 ; id: 216 ; disks: ['sda'] ; >boot: True ; primary: False ; size: 1024 MiB ; grow: False ; max_size: 0 B ; start: None ; end: None >DEBUG:blivet:checking freespace on sda >DEBUG:blivet:get_best_free_space_region: disk=/dev/sda part_type=0 req_size=1024 MiB boot=True best=None grow=False start=None >DEBUG:blivet:checking 2-41943039 (20 GiB) >DEBUG:blivet:current free range is 2-41943039 (20 GiB) >DEBUG:blivet:updating use_disk to sda, type: 0 >DEBUG:blivet:new free: 2-41943039 / 20 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 0x7f456957f5b0> >DEBUG:blivet:adjusted start sector from 2 to 2048 >DEBUG:blivet:created partition sda1 of 1024 MiB and added it to /dev/sda >DEBUG:blivet: PartitionDevice._set_parted_partition: req1 ; >DEBUG:blivet:device req1 new parted_partition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f45695d6d00> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f456957cb50> PedPartition: <_ped.Partition object at 0x7f45695a16d0> >DEBUG:blivet: PartitionDevice._set_disk: sda1 ; old: None ; new: sda ; >DEBUG:blivet: DiskDevice.add_child: name: sda ; child: sda1 ; kids: 0 ; >DEBUG:blivet: PartitionDevice._set_parted_partition: sda1 ; >DEBUG:blivet:device sda1 new parted_partition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f45695d6d00> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f456957ca90> PedPartition: <_ped.Partition object at 0x7f4569536ea0> >DEBUG:blivet:allocating partition: req0 ; id: 209 ; disks: ['sda'] ; >boot: False ; primary: False ; size: 500 MiB ; grow: True ; max_size: 0 B ; start: None ; end: None >DEBUG:blivet:checking freespace on sda >DEBUG:blivet:get_best_free_space_region: disk=/dev/sda part_type=0 req_size=500 MiB boot=False best=None grow=True start=None >DEBUG:blivet:checking 2-2047 (1023 KiB) >DEBUG:blivet:current free range is 2-2047 (1023 KiB) >DEBUG:blivet:checking 2099200-41943039 (19 GiB) >DEBUG:blivet:current free range is 2099200-41943039 (19 GiB) >DEBUG:blivet:evaluating growth potential for new layout >DEBUG:blivet:calculating growth for disk /dev/sda >DEBUG:blivet:using alignment: parted.Alignment instance -- > offset: 0 grainSize: 2048 > PedAlignment: <_ped.Alignment object at 0x7f456957f5b0> >DEBUG:blivet: PartitionDevice._set_parted_partition: req0 ; >DEBUG:blivet:device req0 new parted_partition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f45695d6d00> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f456957c730> PedPartition: <_ped.Partition object at 0x7f45695dbe00> >DEBUG:blivet: PartitionDevice._set_disk: sda2 ; old: None ; new: sda ; >DEBUG:blivet: DiskDevice.add_child: name: sda ; child: sda2 ; kids: 1 ; >DEBUG:blivet:adding request 216 to chunk 41940992 (2048-41943039) on /dev/sda >DEBUG:blivet:adding request 209 to chunk 41940992 (2048-41943039) on /dev/sda >DEBUG:blivet:Chunk.grow_requests: 41940992 (2048-41943039) on /dev/sda start = 2048 end = 41943039 >sector_size = 512 B > >DEBUG:blivet:req: PartitionRequest instance -- >id = 216 name = sda1 growable = False >base = 2097152 growth = 0 max_grow = 0 >done = True >DEBUG:blivet:req: PartitionRequest instance -- >id = 209 name = sda2 growable = True >base = 1024000 growth = 0 max_grow = 4293943295 >done = False >DEBUG:blivet:1 requests and 38819840 (18.51 GiB) left in chunk >DEBUG:blivet:adding 38819840 (18.51 GiB) to 209 (sda2) >DEBUG:blivet:new grow amount for request 209 (sda2) is 38819840 units, or 18.51 GiB >DEBUG:blivet:request 216 (sda1) growth: 0 (0 B) size: 1024 MiB >DEBUG:blivet:request 209 (sda2) growth: 38819840 (18.51 GiB) size: 19 GiB >DEBUG:blivet:disk /dev/sda growth: 38819840 (18.51 GiB) >DEBUG:blivet: PartitionDevice._set_parted_partition: sda2 ; >DEBUG:blivet:device sda2 new parted_partition None >DEBUG:blivet: PartitionDevice._set_disk: req0 ; old: sda ; new: None ; >DEBUG:blivet: DiskDevice.remove_child: name: sda ; child: req0 ; kids: 2 ; >DEBUG:blivet:total growth: 38819840 sectors >DEBUG:blivet:updating use_disk to sda, type: 0 >DEBUG:blivet:new free: 2099200-41943039 / 19 GiB >DEBUG:blivet:new free allows for 38819840 sectors of growth >DEBUG:blivet:using alignment: parted.Alignment instance -- > offset: 0 grainSize: 2048 > PedAlignment: <_ped.Alignment object at 0x7f456957f5b0> >DEBUG:blivet:created partition sda2 of 500 MiB and added it to /dev/sda >DEBUG:blivet: PartitionDevice._set_parted_partition: req0 ; >DEBUG:blivet:device req0 new parted_partition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f45695d6d00> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f456957ce20> PedPartition: <_ped.Partition object at 0x7f456953d2c0> >DEBUG:blivet: PartitionDevice._set_disk: sda2 ; old: None ; new: sda ; >DEBUG:blivet: DiskDevice.add_child: name: sda ; child: sda2 ; kids: 1 ; >DEBUG:blivet: PartitionDevice._set_parted_partition: sda2 ; >DEBUG:blivet:device sda2 new parted_partition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f45695d6d00> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f456957cb80> PedPartition: <_ped.Partition object at 0x7f456953d180> >DEBUG:blivet:grow_partitions: disks=['sda'], partitions=['sda2(id 209)', 'sda1(id 216)'] >DEBUG:blivet:growable partitions are ['sda2'] >DEBUG:blivet:adding request 209 to chunk 41940992 (2048-41943039) on /dev/sda >DEBUG:blivet:adding request 216 to chunk 41940992 (2048-41943039) on /dev/sda >DEBUG:blivet:disk sda has 1 chunks >DEBUG:blivet:Chunk.grow_requests: 41940992 (2048-41943039) on /dev/sda start = 2048 end = 41943039 >sector_size = 512 B > >DEBUG:blivet:req: PartitionRequest instance -- >id = 216 name = sda1 growable = False >base = 2097152 growth = 0 max_grow = 0 >done = True >DEBUG:blivet:req: PartitionRequest instance -- >id = 209 name = sda2 growable = True >base = 1024000 growth = 0 max_grow = 4293943295 >done = False >DEBUG:blivet:1 requests and 38819840 (18.51 GiB) left in chunk >DEBUG:blivet:adding 38819840 (18.51 GiB) to 209 (sda2) >DEBUG:blivet:new grow amount for request 209 (sda2) is 38819840 units, or 18.51 GiB >DEBUG:blivet:growing partitions on sda >DEBUG:blivet:partition sda1 (216): 0 >DEBUG:blivet:new geometry for sda1: parted.Geometry instance -- > start: 2048 end: 2099199 length: 2097152 > device: <parted.device.Device object at 0x7f45695d68b0> PedGeometry: <_ped.Geometry object at 0x7f45695420d0> >DEBUG:blivet:partition sda2 (209): 0 >DEBUG:blivet:new geometry for sda2: parted.Geometry instance -- > start: 2099200 end: 41943039 length: 39843840 > device: <parted.device.Device object at 0x7f45695d68b0> PedGeometry: <_ped.Geometry object at 0x7f4569542250> >DEBUG:blivet:removing all non-preexisting partitions ['sda1(id 216)', 'sda2(id 209)'] from disk(s) ['sda'] >DEBUG:blivet: PartitionDevice._set_parted_partition: sda1 ; >DEBUG:blivet:device sda1 new parted_partition None >DEBUG:blivet: PartitionDevice._set_disk: req1 ; old: sda ; new: None ; >DEBUG:blivet: DiskDevice.remove_child: name: sda ; child: req1 ; kids: 2 ; >DEBUG:blivet: PartitionDevice._set_parted_partition: sda2 ; >DEBUG:blivet:device sda2 new parted_partition None >DEBUG:blivet: PartitionDevice._set_disk: req0 ; old: sda ; new: None ; >DEBUG:blivet: DiskDevice.remove_child: name: sda ; child: req0 ; kids: 1 ; >DEBUG:blivet:back from remove_new_partitions >DEBUG:blivet:extended: None >DEBUG:blivet:setting req1 new geometry: parted.Geometry instance -- > start: 2048 end: 2099199 length: 2097152 > device: <parted.device.Device object at 0x7f45695d68b0> PedGeometry: <_ped.Geometry object at 0x7f45695420d0> >DEBUG:blivet: PartitionDevice._set_parted_partition: req1 ; >DEBUG:blivet:device req1 new parted_partition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f45695d6d00> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f4569542460> PedPartition: <_ped.Partition object at 0x7f456953d3b0> >DEBUG:blivet: PartitionDevice._set_disk: sda1 ; old: None ; new: sda ; >DEBUG:blivet: DiskDevice.add_child: name: sda ; child: sda1 ; kids: 0 ; >DEBUG:blivet: PartitionDevice._set_parted_partition: sda1 ; >DEBUG:blivet:device sda1 new parted_partition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f45695d6d00> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f45695425e0> PedPartition: <_ped.Partition object at 0x7f4569545720> >DEBUG:blivet:setting req0 new geometry: parted.Geometry instance -- > start: 2099200 end: 41943039 length: 39843840 > device: <parted.device.Device object at 0x7f45695d68b0> PedGeometry: <_ped.Geometry object at 0x7f4569542250> >DEBUG:blivet: PartitionDevice._set_parted_partition: req0 ; >DEBUG:blivet:device req0 new parted_partition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f45695d6d00> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f456957c970> PedPartition: <_ped.Partition object at 0x7f456953d590> >DEBUG:blivet: PartitionDevice._set_disk: sda2 ; old: None ; new: sda ; >DEBUG:blivet: DiskDevice.add_child: name: sda ; child: sda2 ; kids: 1 ; >DEBUG:blivet: PartitionDevice._set_parted_partition: sda2 ; >DEBUG:blivet:device sda2 new parted_partition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f45695d6d00> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f45695422e0> PedPartition: <_ped.Partition object at 0x7f45695457c0> >DEBUG:blivet:fixing size of non-existent 1024 MiB partition sda1 (216) with non-existent xfs filesystem mounted at /boot >DEBUG:blivet:fixing size of non-existent 19 GiB partition sda2 (209) with non-existent lvmpv >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 223 >DEBUG:blivet: LVMVolumeGroupDevice._add_parent: rhel_bootp-73-130-243 ; parent: sda2 ; >DEBUG:blivet: PartitionDevice.add_child: name: sda2 ; child: rhel_bootp-73-130-243 ; kids: 0 ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:01.2/0000:04:00.0/virtio0/host0/target0:0:0/0:0:0:0/block/sda/queue/logical_block_size: 3531320a >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 224 >DEBUG:blivet: LVMVolumeGroupDevice._set_format: rhel_bootp-73-130-243 ; type: None ; current: None ; >INFO:blivet:added lvmvg rhel_bootp-73-130-243 (id 222) to device tree >INFO:blivet:registered action: [226] create device lvmvg rhel_bootp-73-130-243 (id 222) >DEBUG:blivet: XFS.supported: supported: True ; >DEBUG:blivet:get_format('xfs') returning XFS instance with object id 227 >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 229 >DEBUG:blivet: LVMVolumeGroupDevice.add_child: name: rhel_bootp-73-130-243 ; child: root ; kids: 0 ; >DEBUG:blivet: LVMLogicalVolumeDevice._set_format: rhel_bootp-73-130-243-root ; type: xfs ; current: None ; >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 231 >DEBUG:blivet: LVMVolumeGroupDevice.remove_child: name: rhel_bootp-73-130-243 ; child: root ; kids: 1 ; >DEBUG:blivet: LVMVolumeGroupDevice.add_child: name: rhel_bootp-73-130-243 ; child: root ; kids: 0 ; >DEBUG:blivet: LVMLogicalVolumeDevice._set_format: rhel_bootp-73-130-243-root ; type: xfs ; current: None ; >DEBUG:blivet:rhel_bootp-73-130-243 size is 19 GiB >DEBUG:blivet:vg rhel_bootp-73-130-243 has 19 GiB free >DEBUG:blivet:Adding rhel_bootp-73-130-243-root/1024 MiB to rhel_bootp-73-130-243 >INFO:blivet:added lvmlv rhel_bootp-73-130-243-root (id 228) to device tree >INFO:blivet:registered action: [233] create device lvmlv rhel_bootp-73-130-243-root (id 228) >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 235 >DEBUG:blivet: LVMLogicalVolumeDevice._set_format: rhel_bootp-73-130-243-root ; type: xfs ; current: xfs ; >INFO:blivet:registered action: [234] create format xfs filesystem mounted at / on lvmlv rhel_bootp-73-130-243-root (id 228) >DEBUG:blivet: SwapSpace.__init__: mountpoint: None ; >DEBUG:blivet:get_format('swap') returning SwapSpace instance with object id 236 >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 238 >DEBUG:blivet: LVMVolumeGroupDevice.add_child: name: rhel_bootp-73-130-243 ; child: swap ; kids: 1 ; >DEBUG:blivet: LVMLogicalVolumeDevice._set_format: rhel_bootp-73-130-243-swap ; type: swap ; current: None ; >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 240 >DEBUG:blivet: LVMVolumeGroupDevice.remove_child: name: rhel_bootp-73-130-243 ; child: swap ; kids: 2 ; >DEBUG:blivet: LVMVolumeGroupDevice.add_child: name: rhel_bootp-73-130-243 ; child: swap ; kids: 1 ; >DEBUG:blivet: LVMLogicalVolumeDevice._set_format: rhel_bootp-73-130-243-swap ; type: swap ; current: None ; >DEBUG:blivet:rhel_bootp-73-130-243 size is 19 GiB >DEBUG:blivet:vg rhel_bootp-73-130-243 has 18 GiB free >DEBUG:blivet:Adding rhel_bootp-73-130-243-swap/2 GiB to rhel_bootp-73-130-243 >INFO:blivet:added lvmlv rhel_bootp-73-130-243-swap (id 237) to device tree >INFO:blivet:registered action: [242] create device lvmlv rhel_bootp-73-130-243-swap (id 237) >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 244 >DEBUG:blivet: LVMLogicalVolumeDevice._set_format: rhel_bootp-73-130-243-swap ; type: swap ; current: swap ; >INFO:blivet:registered action: [243] create format swap on lvmlv rhel_bootp-73-130-243-swap (id 237) >DEBUG:blivet:rhel_bootp-73-130-243 size is 19 GiB >DEBUG:blivet:vg rhel_bootp-73-130-243 has 16 GiB free >DEBUG:blivet:vg rhel_bootp-73-130-243: 16 GiB free ; lvs: ['root', 'swap'] >DEBUG:blivet:rhel_bootp-73-130-243 size is 19 GiB >DEBUG:blivet:vg rhel_bootp-73-130-243 has 16 GiB free >DEBUG:blivet:adding request 228 to chunk 4863 on /dev/rhel_bootp--73--130--243 >DEBUG:blivet:adding request 237 to chunk 4863 on /dev/rhel_bootp--73--130--243 >DEBUG:blivet:Chunk.grow_requests: VGChunk instance -- >device = /dev/rhel_bootp--73--130--243 length = 4863 size = 19 GiB >remaining = 1 pool = 4095 >DEBUG:blivet:req: LVRequest instance -- >id = 237 name = rhel_bootp-73-130-243-swap growable = False >base = 512 growth = 0 max_grow = 0 >done = True >DEBUG:blivet:req: LVRequest instance -- >id = 228 name = rhel_bootp-73-130-243-root growable = True >base = 256 growth = 0 max_grow = 17664 >done = False >DEBUG:blivet:1 requests and 4095 (16 GiB) left in chunk >DEBUG:blivet:adding 4095 (16 GiB) to 228 (rhel_bootp-73-130-243-root) >DEBUG:blivet:new grow amount for request 228 (rhel_bootp-73-130-243-root) is 4095 units, or 16 GiB >DEBUG:blivet:trying to set lv rhel_bootp-73-130-243-root size to 17 GiB >DEBUG:blivet:rhel_bootp-73-130-243 size is 19 GiB >DEBUG:blivet:vg rhel_bootp-73-130-243 has 16 GiB free >DEBUG:anaconda.modules.storage.bootloader.execution:Execute the bootloader with dry run False. >DEBUG:anaconda.modules.storage.bootloader.base:new disk list: [DiskDevice instance (0x7f45696b04f0) -- > name = sda status = True id = 4 > children = ['non-existent 1024 MiB partition sda1 (216) with non-existent xfs filesystem ' > 'mounted at /boot', > 'non-existent 19 GiB partition sda2 (209) with non-existent lvmpv'] > parents = [] > uuid = None size = 20 GiB > format = non-existent msdos disklabel > major = 8 minor = 0 exists = True protected = False > sysfs path = /sys/devices/pci0000:00/0000:00:01.2/0000:04:00.0/virtio0/host0/target0:0:0/0:0:0:0/block/sda > target size = 20 GiB path = /dev/sda > format args = [] original_format = disklabel removable = False wwn = None] >DEBUG:anaconda.modules.storage.bootloader.execution:Applying bootloader location: MBR >DEBUG:anaconda.modules.storage.bootloader.execution:Applying drive order: [] >DEBUG:anaconda.modules.storage.bootloader.base:new disk order: [] >DEBUG:anaconda.modules.storage.bootloader.base:Is /LiveOS/rootfs.img a valid stage1 target device? >DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type file >DEBUG:anaconda.modules.storage.bootloader.base:Is /overlay (deleted) a valid stage1 target device? >DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type file >DEBUG:anaconda.modules.storage.bootloader.base:Is /run/install/repo/images/install.img a valid stage1 target device? >DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type file >DEBUG:anaconda.modules.storage.bootloader.base:Is live-base a valid stage1 target device? >DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type dm >DEBUG:anaconda.modules.storage.bootloader.base:Is live-rw a valid stage1 target device? >DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type dm >DEBUG:anaconda.modules.storage.bootloader.base:Is loop0 a valid stage1 target device? >DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type loop >DEBUG:anaconda.modules.storage.bootloader.base:Is loop1 a valid stage1 target device? >DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type loop >DEBUG:anaconda.modules.storage.bootloader.base:Is loop2 a valid stage1 target device? >DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type loop >DEBUG:anaconda.modules.storage.bootloader.base:Is rhel_bootp-73-130-243 a valid stage1 target device? >DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type lvmvg >DEBUG:anaconda.modules.storage.bootloader.base:Is rhel_bootp-73-130-243-root a valid stage1 target device? >DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type lvmlv >DEBUG:anaconda.modules.storage.bootloader.base:Is rhel_bootp-73-130-243-swap a valid stage1 target device? >DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type lvmlv >DEBUG:anaconda.modules.storage.bootloader.base:Is sda a valid stage1 target device? >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_disklabel(sda) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_size(sda) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_location(sda) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_format(sda) returning True >DEBUG:anaconda.modules.storage.bootloader.base:is_valid_stage1_device(sda) returning True >DEBUG:anaconda.modules.storage.bootloader.execution:Found a drive with a valid stage1: sda >DEBUG:anaconda.modules.storage.bootloader.execution:Use a usable drive with a valid stage1 device. >DEBUG:anaconda.modules.storage.bootloader.execution:Using a boot drive: sda >DEBUG:blivet: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 20 GiB disk sda (4) with non-existent msdos disklabel >DEBUG:blivet:resolved 'sda' to 'sda' (disk) >DEBUG:anaconda.modules.storage.bootloader.bootloader:Drive is set to 'sda'. >DEBUG:anaconda.modules.storage.bootloader.base:Is rhel_bootp-73-130-243 a valid stage1 target device? >DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type lvmvg >DEBUG:anaconda.modules.storage.bootloader.base:Is rhel_bootp-73-130-243-root a valid stage1 target device? >DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type lvmlv >DEBUG:anaconda.modules.storage.bootloader.base:Is rhel_bootp-73-130-243-swap a valid stage1 target device? >DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type lvmlv >DEBUG:anaconda.modules.storage.bootloader.base:Is sda a valid stage1 target device? >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_disklabel(sda) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_size(sda) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_location(sda) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_format(sda) returning True >DEBUG:anaconda.modules.storage.bootloader.base:is_valid_stage1_device(sda) returning True >INFO:anaconda.threading:Thread Done: AnaTaskThread-AutomaticPartitioningTask-1 (139936107906624) >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.handle_format: name: sr1 ; >DEBUG:blivet: OpticalDevice.media_present: sr1 ; status: True ; >DEBUG:blivet:no type or existing type for sr1, bailing >DEBUG:blivet: DeviceTree.get_device_by_name: name: sr0 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 7.75 GiB cdrom sr0 (64) with existing iso9660 filesystem >DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage/Task/3. >INFO:anaconda.threading:Running Thread: AnaTaskThread-StorageValidateTask-1 (139936107906624) >DEBUG:anaconda.modules.storage.bootloader.base:Is sda a valid stage1 target device? >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_disklabel(sda) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_size(sda) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_location(sda) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_format(sda) returning True >DEBUG:anaconda.modules.storage.bootloader.base:is_valid_stage1_device(sda) returning True >DEBUG:anaconda.modules.storage.bootloader.base:Is sda1 a valid stage2 target device? >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_disklabel(sda1) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_size(sda1) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_partition(sda1) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_format(sda1) returning True >DEBUG:anaconda.modules.storage.bootloader.base:is_valid_stage2_device(sda1) returning True >DEBUG:anaconda.modules.storage.checker.utils:Available memory: 13.52 GiB >DEBUG:blivet: DeviceTree.get_device_by_path: path: /dev/sda1 ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_path returned non-existent 1024 MiB partition sda1 (216) with non-existent xfs filesystem mounted at /boot >DEBUG:blivet: DeviceTree.get_device_by_path: path: /dev/sda2 ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_path returned non-existent 19 GiB partition sda2 (209) with non-existent lvmpv >DEBUG:anaconda.modules.storage.partitioning.validate:Storage check started with constraints {'min_ram': Size (410 MiB), 'root_device_types': set(), 'min_partition_sizes': {'/': Size (250 MiB), '/usr': Size (250 MiB), '/tmp': Size (50 MiB), '/var': Size (384 MiB), '/home': Size (100 MiB), '/boot': Size (200 MiB)}, 'req_partition_sizes': {}, 'must_be_on_linuxfs': {'/usr/lib', '/usr/share', '/usr', '/var', '/', '/tmp', '/home'}, 'must_be_on_root': {'lost+found', '/etc', '/mnt', '/bin', '/root', '/proc', '/lib', '/sbin', '/dev'}, 'must_not_be_on_root': set(), 'reformat_allowlist': {'/var', '/usr', '/boot', '/tmp'}, 'reformat_blocklist': {'/var/www', '/usr/local', '/home', '/opt'}, '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 (139936107906624) >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 20 GiB disk sda (4) with non-existent msdos disklabel >DEBUG:blivet: PartitionDevice._set_parted_partition: sda1 ; >DEBUG:blivet:device sda1 new parted_partition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f456957f850> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f45694c0e50> PedPartition: <_ped.Partition object at 0x7f4569536ea0> >DEBUG:blivet: DeviceTree.get_device_by_id: id_num: 4 ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_id returned existing 20 GiB disk sda (4) with non-existent msdos disklabel >DEBUG:blivet: PartitionDevice._set_parted_partition: sda2 ; >DEBUG:blivet:device sda2 new parted_partition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f456957f850> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f45694c5130> PedPartition: <_ped.Partition object at 0x7f45694fb900> >DEBUG:blivet: DeviceTree.get_device_by_id: id_num: 50 ; incomplete: False ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_id returned None >DEBUG:blivet: DeviceTree.get_device_by_id: id_num: 37 ; incomplete: False ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_id returned None >DEBUG:blivet: DeviceTree.get_device_by_id: id_num: 14 ; incomplete: False ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_id returned None >DEBUG:blivet:finished Blivet copy >DEBUG:anaconda.modules.storage.bootloader.base:Is sda a valid stage1 target device? >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_disklabel(sda) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_size(sda) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_location(sda) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_format(sda) returning True >DEBUG:anaconda.modules.storage.bootloader.base:is_valid_stage1_device(sda) returning True >DEBUG:anaconda.modules.storage.bootloader.base:Is sda1 a valid stage2 target device? >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_disklabel(sda1) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_size(sda1) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_partition(sda1) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_format(sda1) returning True >DEBUG:anaconda.modules.storage.bootloader.base:is_valid_stage2_device(sda1) returning True >DEBUG:anaconda.modules.storage.checker.utils:Available memory: 13.51 GiB >DEBUG:blivet: DeviceTree.get_device_by_path: path: /dev/sda1 ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_path returned non-existent 1024 MiB partition sda1 (216) with non-existent xfs filesystem mounted at /boot >DEBUG:blivet: DeviceTree.get_device_by_path: path: /dev/sda2 ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_path returned non-existent 19 GiB partition sda2 (209) with non-existent lvmpv >DEBUG:anaconda.modules.storage.partitioning.validate:Storage check started with constraints {'min_ram': Size (410 MiB), 'root_device_types': set(), 'min_partition_sizes': {'/': Size (250 MiB), '/usr': Size (250 MiB), '/tmp': Size (50 MiB), '/var': Size (384 MiB), '/home': Size (100 MiB), '/boot': Size (200 MiB)}, 'req_partition_sizes': {}, 'must_be_on_linuxfs': {'/usr/lib', '/usr/share', '/usr', '/var', '/', '/tmp', '/home'}, 'must_be_on_root': {'lost+found', '/etc', '/mnt', '/bin', '/root', '/proc', '/lib', '/sbin', '/dev'}, 'must_not_be_on_root': set(), 'reformat_allowlist': {'/var', '/usr', '/boot', '/tmp'}, 'reformat_blocklist': {'/var/www', '/usr/local', '/home', '/opt'}, '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:blivet: DeviceTree.get_device_by_name: name: sr0 ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 7.75 GiB cdrom sr0 (64) with existing iso9660 filesystem >DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage/Task/4. >DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage/Task/5. >DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage/Task/6. >INFO:anaconda.threading:Running Thread: AnaTaskThread-CreateStorageLayoutTask-1 (139936107906624) >DEBUG:blivet: LoopDevice.teardown: loop2 ; status: False ; controllable: False ; >DEBUG:blivet: FileDevice.teardown: /overlay (deleted) ; status: False ; controllable: False ; >DEBUG:blivet: PartitionDevice.teardown: sda1 ; status: False ; controllable: True ; >DEBUG:blivet: DiskDevice.teardown: sda ; status: True ; controllable: True ; >DEBUG:blivet: DiskLabel.teardown: device: /dev/sda ; type: disklabel ; status: False ; >DEBUG:blivet: LVMLogicalVolumeDevice.teardown: rhel_bootp-73-130-243-root ; status: False ; controllable: True ; >DEBUG:blivet: LVMVolumeGroupDevice.teardown: rhel_bootp-73-130-243 ; status: False ; controllable: True ; >DEBUG:blivet: PartitionDevice.teardown: sda2 ; status: False ; controllable: True ; >DEBUG:blivet: DiskDevice.teardown: sda ; status: True ; controllable: True ; >DEBUG:blivet: DiskLabel.teardown: device: /dev/sda ; type: disklabel ; status: False ; >DEBUG:blivet: LVMLogicalVolumeDevice.teardown: rhel_bootp-73-130-243-swap ; status: False ; controllable: True ; >DEBUG:blivet: LVMVolumeGroupDevice.teardown: rhel_bootp-73-130-243 ; status: False ; controllable: True ; >DEBUG:blivet: PartitionDevice.teardown: sda2 ; status: False ; controllable: True ; >DEBUG:blivet: DiskDevice.teardown: sda ; status: True ; controllable: True ; >DEBUG:blivet: DiskLabel.teardown: device: /dev/sda ; type: disklabel ; status: False ; >DEBUG:blivet:action: [189] destroy format swap on lvmlv rhel_bootp-73-130-243-swap (id 50) >DEBUG:blivet:action: [191] destroy device lvmlv rhel_bootp-73-130-243-swap (id 50) >DEBUG:blivet:action: [192] destroy format xfs filesystem on lvmlv rhel_bootp-73-130-243-root (id 37) >DEBUG:blivet:action: [194] destroy device lvmlv rhel_bootp-73-130-243-root (id 37) >DEBUG:blivet:action: [195] destroy device lvmvg rhel_bootp-73-130-243 (id 33) >DEBUG:blivet:action: [196] destroy format lvmpv on partition sda2 (id 24) >DEBUG:blivet:action: [198] destroy device partition sda2 (id 24) >DEBUG:blivet:action: [199] destroy format xfs filesystem on partition sda1 (id 14) >DEBUG:blivet:action: [201] destroy device partition sda1 (id 14) >DEBUG:blivet:action: [202] destroy format msdos disklabel on disk sda (id 4) >DEBUG:blivet:action: [204] destroy format None on disk sda (id 4) >DEBUG:blivet:action: [207] create format msdos disklabel on disk sda (id 4) >DEBUG:blivet:action: [212] create device partition sda2 (id 209) >DEBUG:blivet:action: [213] create format lvmpv on partition sda2 (id 209) >DEBUG:blivet:action: [219] create device partition sda1 (id 216) >DEBUG:blivet:action: [220] create format xfs filesystem mounted at /boot on partition sda1 (id 216) >DEBUG:blivet:action: [226] create device lvmvg rhel_bootp-73-130-243 (id 222) >DEBUG:blivet:action: [233] create device lvmlv rhel_bootp-73-130-243-root (id 228) >DEBUG:blivet:action: [234] create format xfs filesystem mounted at / on lvmlv rhel_bootp-73-130-243-root (id 228) >DEBUG:blivet:action: [242] create device lvmlv rhel_bootp-73-130-243-swap (id 237) >DEBUG:blivet:action: [243] create format swap on lvmlv rhel_bootp-73-130-243-swap (id 237) >INFO:blivet:pruning action queue... >INFO:blivet:removing obsolete action 204 (202) >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:testdata:sysfs attr /sys/class/block/sda/device/model: 51454d5520484152444449534b2020200a >WARNING:blivet:device/model is not a valid attribute >WARNING:blivet:device/model is not a valid attribute >DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 51454d552043442d524f4d20202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sr1/device/model: 51454d552043442d524f4d20202020200a >WARNING:blivet:device/model is not a valid attribute >WARNING:blivet:device/model is not a valid attribute >WARNING:blivet:device/model is not a valid attribute >WARNING:blivet:device/model is not a valid attribute >WARNING:blivet:device/model is not a valid attribute >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:testdata:sysfs attr /sys/class/block/sda/device/model: 51454d5520484152444449534b2020200a >WARNING:blivet:device/model is not a valid attribute >WARNING:blivet:device/model is not a valid attribute >DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 51454d552043442d524f4d20202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sr1/device/model: 51454d552043442d524f4d20202020200a >WARNING:blivet:device/model is not a valid attribute >WARNING:blivet:device/model is not a valid attribute >WARNING:blivet:device/model is not a valid attribute >WARNING:blivet:device/model is not a valid attribute >WARNING:blivet:device/model is not a valid attribute >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:testdata:sysfs attr /sys/class/block/sda/device/model: 51454d5520484152444449534b2020200a >WARNING:blivet:device/model is not a valid attribute >WARNING:blivet:device/model is not a valid attribute >DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 51454d552043442d524f4d20202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sr1/device/model: 51454d552043442d524f4d20202020200a >WARNING:blivet:device/model is not a valid attribute >WARNING:blivet:device/model is not a valid attribute >WARNING:blivet:device/model is not a valid attribute >WARNING:blivet:device/model is not a valid attribute >WARNING:blivet:device/model is not a valid attribute >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:testdata:sysfs attr /sys/class/block/sda/device/model: 51454d5520484152444449534b2020200a >WARNING:blivet:device/model is not a valid attribute >WARNING:blivet:device/model is not a valid attribute >DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 51454d552043442d524f4d20202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sr1/device/model: 51454d552043442d524f4d20202020200a >WARNING:blivet:device/model is not a valid attribute >WARNING:blivet:device/model is not a valid attribute >WARNING:blivet:device/model is not a valid attribute >WARNING:blivet:device/model is not a valid attribute >WARNING:blivet:device/model is not a valid attribute >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:testdata:sysfs attr /sys/class/block/sda/device/model: 51454d5520484152444449534b2020200a >WARNING:blivet:device/model is not a valid attribute >WARNING:blivet:device/model is not a valid attribute >DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 51454d552043442d524f4d20202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sr1/device/model: 51454d552043442d524f4d20202020200a >WARNING:blivet:device/model is not a valid attribute >WARNING:blivet:device/model is not a valid attribute >WARNING:blivet:device/model is not a valid attribute >WARNING:blivet:device/model is not a valid attribute >WARNING:blivet:device/model is not a valid attribute >INFO:blivet:resetting parted disks... >DEBUG:blivet: DiskLabel.reset_parted_disk: device: /dev/sda ; >DEBUG:blivet: DiskLabel.reset_parted_disk: device: /dev/sda ; >DEBUG:blivet: PartitionDevice.pre_commit_fixup: sda1 ; >DEBUG:blivet: PartitionDevice.pre_commit_fixup: sda2 ; >DEBUG:blivet: PartitionDevice.pre_commit_fixup: sda2 ; >DEBUG:blivet:sector-based lookup found partition sda2 >DEBUG:blivet: PartitionDevice._set_parted_partition: sda2 ; >DEBUG:blivet:device sda2 new parted_partition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f4569510ca0> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f45694c51f0> PedPartition: <_ped.Partition object at 0x7f45694c4540> >DEBUG:blivet: PartitionDevice.pre_commit_fixup: sda1 ; >DEBUG:blivet:sector-based lookup found partition sda1 >DEBUG:blivet: PartitionDevice._set_parted_partition: sda1 ; >DEBUG:blivet:device sda1 new parted_partition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f4569510ca0> fileSystem: <parted.filesystem.FileSystem object at 0x7f45694c5bb0> > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f45694c5b80> PedPartition: <_ped.Partition object at 0x7f45694d5f40> >INFO:blivet:sorting actions... >DEBUG:blivet:action: [199] destroy format xfs filesystem on partition sda1 (id 14) >DEBUG:blivet:action: [192] destroy format xfs filesystem on lvmlv rhel_bootp-73-130-243-root (id 37) >DEBUG:blivet:action: [194] destroy device lvmlv rhel_bootp-73-130-243-root (id 37) >DEBUG:blivet:action: [189] destroy format swap on lvmlv rhel_bootp-73-130-243-swap (id 50) >DEBUG:blivet:action: [191] destroy device lvmlv rhel_bootp-73-130-243-swap (id 50) >DEBUG:blivet:action: [195] destroy device lvmvg rhel_bootp-73-130-243 (id 33) >DEBUG:blivet:action: [196] destroy format lvmpv on partition sda2 (id 24) >DEBUG:blivet:action: [198] destroy device partition sda2 (id 24) >DEBUG:blivet:action: [201] destroy device partition sda1 (id 14) >DEBUG:blivet:action: [202] destroy format msdos disklabel on disk sda (id 4) >DEBUG:blivet:lvm filter: removing rhel_bootp-73-130-243 from the reject list >DEBUG:blivet:rhel_bootp-73-130-243 wasn't in the reject list >DEBUG:blivet:lvm filter: removing rhel_bootp-73-130-243-root from the reject list >DEBUG:blivet:rhel_bootp-73-130-243-root wasn't in the reject list >DEBUG:blivet:lvm filter: removing rhel_bootp-73-130-243-swap from the reject list >DEBUG:blivet:rhel_bootp-73-130-243-swap wasn't in the reject list >DEBUG:blivet:lvm filter: removing sda1 from the reject list >DEBUG:blivet:sda1 wasn't in the reject list >DEBUG:blivet:lvm filter: removing sda2 from the reject list >DEBUG:blivet:sda2 wasn't in the reject list >DEBUG:blivet:action: [207] create format msdos disklabel on disk sda (id 4) >DEBUG:blivet:lvm filter: removing rhel_bootp-73-130-243 from the reject list >DEBUG:blivet:rhel_bootp-73-130-243 wasn't in the reject list >DEBUG:blivet:lvm filter: removing rhel_bootp-73-130-243-root from the reject list >DEBUG:blivet:rhel_bootp-73-130-243-root wasn't in the reject list >DEBUG:blivet:lvm filter: removing rhel_bootp-73-130-243-swap from the reject list >DEBUG:blivet:rhel_bootp-73-130-243-swap wasn't in the reject list >DEBUG:blivet:lvm filter: removing sda1 from the reject list >DEBUG:blivet:sda1 wasn't in the reject list >DEBUG:blivet:lvm filter: removing sda2 from the reject list >DEBUG:blivet:sda2 wasn't in the reject list >DEBUG:blivet:action: [219] create device partition sda1 (id 216) >DEBUG:blivet:action: [220] create format xfs filesystem mounted at /boot on partition sda1 (id 216) >DEBUG:blivet:action: [212] create device partition sda2 (id 209) >DEBUG:blivet:lvm filter: removing rhel_bootp-73-130-243 from the reject list >DEBUG:blivet:rhel_bootp-73-130-243 wasn't in the reject list >DEBUG:blivet:lvm filter: removing rhel_bootp-73-130-243-root from the reject list >DEBUG:blivet:rhel_bootp-73-130-243-root wasn't in the reject list >DEBUG:blivet:lvm filter: removing rhel_bootp-73-130-243-swap from the reject list >DEBUG:blivet:rhel_bootp-73-130-243-swap wasn't in the reject list >DEBUG:blivet:action: [213] create format lvmpv on partition sda2 (id 209) >DEBUG:blivet:lvm filter: removing rhel_bootp-73-130-243 from the reject list >DEBUG:blivet:rhel_bootp-73-130-243 wasn't in the reject list >DEBUG:blivet:lvm filter: removing rhel_bootp-73-130-243-root from the reject list >DEBUG:blivet:rhel_bootp-73-130-243-root wasn't in the reject list >DEBUG:blivet:lvm filter: removing rhel_bootp-73-130-243-swap from the reject list >DEBUG:blivet:rhel_bootp-73-130-243-swap wasn't in the reject list >DEBUG:blivet:action: [226] create device lvmvg rhel_bootp-73-130-243 (id 222) >DEBUG:blivet:lvm filter: removing rhel_bootp-73-130-243-root from the reject list >DEBUG:blivet:rhel_bootp-73-130-243-root wasn't in the reject list >DEBUG:blivet:lvm filter: removing rhel_bootp-73-130-243-swap from the reject list >DEBUG:blivet:rhel_bootp-73-130-243-swap wasn't in the reject list >DEBUG:blivet:action: [242] create device lvmlv rhel_bootp-73-130-243-swap (id 237) >DEBUG:blivet:action: [243] create format swap on lvmlv rhel_bootp-73-130-243-swap (id 237) >DEBUG:blivet:action: [233] create device lvmlv rhel_bootp-73-130-243-root (id 228) >DEBUG:blivet:action: [234] create format xfs filesystem mounted at / on lvmlv rhel_bootp-73-130-243-root (id 228) >INFO:blivet:executing action: [199] destroy format xfs filesystem on partition sda1 (id 14) >DEBUG:blivet: PartitionDevice.setup: sda1 ; orig: True ; status: True ; controllable: True ; >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:testdata:sysfs attr /sys/class/block/sda/device/model: 51454d5520484152444449534b2020200a >WARNING:blivet:device/model is not a valid attribute >WARNING:blivet:device/model is not a valid attribute >DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 51454d552043442d524f4d20202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sr1/device/model: 51454d552043442d524f4d20202020200a >WARNING:blivet:device/model is not a valid attribute >WARNING:blivet:device/model is not a valid attribute >WARNING:blivet:device/model is not a valid attribute >WARNING:blivet:device/model is not a valid attribute >WARNING:blivet:device/model is not a valid attribute >DEBUG:blivet: XFS.destroy: device: /dev/sda1 ; type: xfs ; status: False ; >INFO:program:Running... wipefs -f -a /dev/sda1 >INFO:program:stdout: >INFO:program:/dev/sda1: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 >DEBUG:program:Return code: 0 >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:blivet: DiskLabel.commit_to_disk: device: /dev/sda ; numparts: 2 ; >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >INFO:blivet:executing action: [192] destroy format xfs filesystem on lvmlv rhel_bootp-73-130-243-root (id 37) >DEBUG:blivet: LVMLogicalVolumeDevice.setup: rhel_bootp-73-130-243-root ; orig: True ; status: False ; controllable: True ; >DEBUG:blivet: LVMLogicalVolumeDevice.setup_parents: name: rhel_bootp-73-130-243-root ; orig: True ; >DEBUG:blivet: LVMVolumeGroupDevice.setup: rhel_bootp-73-130-243 ; orig: True ; status: False ; controllable: True ; >DEBUG:blivet: LVMVolumeGroupDevice.setup_parents: name: rhel_bootp-73-130-243 ; orig: True ; >DEBUG:blivet: PartitionDevice.setup: sda2 ; orig: True ; status: True ; controllable: True ; >DEBUG:blivet: LVMPhysicalVolume.setup: device: /dev/sda2 ; type: lvmpv ; status: False ; >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:blivet: LVMVolumeGroupDevice.update_sysfs_path: rhel_bootp-73-130-243 ; status: False ; >DEBUG:blivet: LVMLogicalVolumeDevice._setup: rhel_bootp-73-130-243-root ; orig: True ; status: False ; controllable: True ; >INFO:program:[36] Calling the 'com.redhat.lvmdbus1.Lv.Activate' method on the '/com/redhat/lvmdbus1/Lv/0' object with the following parameters: '(0, 1, {'-K': <''>, '--config': <' devices { preferred_names=["^/dev/mapper/", "^/dev/md/", "^/dev/sd"] } log {level=7 file=/tmp/lvm.log syslog=0}'>})' >INFO:program:[36] Done. >INFO:program:[36] No result, no job started >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:blivet: LVMLogicalVolumeDevice.update_sysfs_path: rhel_bootp-73-130-243-root ; status: True ; >DEBUG:blivet:rhel_bootp-73-130-243-root sysfs_path set to /sys/devices/virtual/block/dm-0 >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:testdata:sysfs attr /sys/class/block/sda/device/model: 51454d5520484152444449534b2020200a >WARNING:blivet:device/model is not a valid attribute >WARNING:blivet:device/model is not a valid attribute >DEBUG:testdata:sysfs attr /sys/class/block/sr0/device/model: 51454d552043442d524f4d20202020200a >DEBUG:testdata:sysfs attr /sys/class/block/sr1/device/model: 51454d552043442d524f4d20202020200a >WARNING:blivet:device/model is not a valid attribute >WARNING:blivet:device/model is not a valid attribute >WARNING:blivet:device/model is not a valid attribute >WARNING:blivet:device/model is not a valid attribute >WARNING:blivet:device/model is not a valid attribute >WARNING:blivet:device/model is not a valid attribute >DEBUG:blivet: XFS.destroy: device: /dev/mapper/rhel_bootp--73--130--243-root ; type: xfs ; status: False ; >INFO:program:Running... wipefs -f -a /dev/mapper/rhel_bootp--73--130--243-root >INFO:program:stdout: >INFO:program:/dev/mapper/rhel_bootp--73--130--243-root: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 >DEBUG:program:Return code: 0 >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:blivet: LVMLogicalVolumeDevice.teardown: rhel_bootp-73-130-243-root ; status: True ; controllable: True ; >DEBUG:blivet: XFS.teardown: device: /dev/mapper/rhel_bootp--73--130--243-root ; type: xfs ; status: False ; >DEBUG:blivet: DeviceFormat.teardown: device: /dev/mapper/rhel_bootp--73--130--243-root ; type: None ; status: False ; >DEBUG:blivet: LVMLogicalVolumeDevice._teardown: rhel_bootp-73-130-243-root ; status: True ; controllable: True ; >INFO:program:[37] Calling the 'com.redhat.lvmdbus1.Lv.Deactivate' method on the '/com/redhat/lvmdbus1/Lv/0' object with the following parameters: '(0, 1, {'--config': <' devices { preferred_names=["^/dev/mapper/", "^/dev/md/", "^/dev/sd"] } log {level=7 file=/tmp/lvm.log syslog=0}'>})' >INFO:program:[37] Done. >INFO:program:[37] No result, no job started >INFO:blivet:executing action: [194] destroy device lvmlv rhel_bootp-73-130-243-root (id 37) >DEBUG:blivet: LVMLogicalVolumeDevice.destroy: rhel_bootp-73-130-243-root ; status: False ; >DEBUG:blivet: LVMLogicalVolumeDevice.teardown: rhel_bootp-73-130-243-root ; status: False ; controllable: True ; >DEBUG:blivet: LVMVolumeGroupDevice.setup_parents: name: rhel_bootp-73-130-243 ; orig: True ; >DEBUG:blivet: PartitionDevice.setup: sda2 ; orig: True ; status: True ; controllable: True ; >DEBUG:blivet: LVMPhysicalVolume.setup: device: /dev/sda2 ; type: lvmpv ; status: False ; >DEBUG:blivet: LVMLogicalVolumeDevice._destroy: rhel_bootp-73-130-243-root ; status: False ; >INFO:program:[38] Calling the 'com.redhat.lvmdbus1.Lv.Remove' method on the '/com/redhat/lvmdbus1/Lv/0' object with the following parameters: '(1, {'--yes': <''>, '--config': <' devices { preferred_names=["^/dev/mapper/", "^/dev/md/", "^/dev/sd"] } log {level=7 file=/tmp/lvm.log syslog=0}'>})' >INFO:program:[38] Done. >INFO:program:[38] No result, no job started >INFO:blivet:executing action: [189] destroy format swap on lvmlv rhel_bootp-73-130-243-swap (id 50) >DEBUG:blivet: LVMLogicalVolumeDevice.setup: rhel_bootp-73-130-243-swap ; orig: True ; status: False ; controllable: True ; >DEBUG:blivet: LVMLogicalVolumeDevice.setup_parents: name: rhel_bootp-73-130-243-swap ; orig: True ; >DEBUG:blivet: LVMVolumeGroupDevice.setup: rhel_bootp-73-130-243 ; orig: True ; status: False ; controllable: True ; >DEBUG:blivet: LVMVolumeGroupDevice.setup_parents: name: rhel_bootp-73-130-243 ; orig: True ; >DEBUG:blivet: PartitionDevice.setup: sda2 ; orig: True ; status: True ; controllable: True ; >DEBUG:blivet: LVMPhysicalVolume.setup: device: /dev/sda2 ; type: lvmpv ; status: False ; >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:blivet: LVMVolumeGroupDevice.update_sysfs_path: rhel_bootp-73-130-243 ; status: False ; >DEBUG:blivet: LVMLogicalVolumeDevice._setup: rhel_bootp-73-130-243-swap ; orig: True ; status: False ; controllable: True ; >INFO:program:[39] Calling the 'com.redhat.lvmdbus1.Lv.Activate' method on the '/com/redhat/lvmdbus1/Lv/1' object with the following parameters: '(0, 1, {'-K': <''>, '--config': <' devices { preferred_names=["^/dev/mapper/", "^/dev/md/", "^/dev/sd"] } log {level=7 file=/tmp/lvm.log syslog=0}'>})' >INFO:program:[39] Done. >INFO:program:[39] Waiting for job '/com/redhat/lvmdbus1/Job/1' to finish >INFO:program:[39] Job '/com/redhat/lvmdbus1/Job/1' finished >INFO:program:[39] No result >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:blivet: LVMLogicalVolumeDevice.update_sysfs_path: rhel_bootp-73-130-243-swap ; status: True ; >DEBUG:blivet:rhel_bootp-73-130-243-swap sysfs_path set to /sys/devices/virtual/block/dm-0 >DEBUG:blivet: SwapSpace.destroy: device: /dev/mapper/rhel_bootp--73--130--243-swap ; type: swap ; status: False ; >INFO:program:Running... wipefs -f -a /dev/mapper/rhel_bootp--73--130--243-swap >INFO:program:stdout: >INFO:program:/dev/mapper/rhel_bootp--73--130--243-swap: 10 bytes were erased at offset 0x00000ff6 (swap): 53 57 41 50 53 50 41 43 45 32 >DEBUG:program:Return code: 0 >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:blivet: LVMLogicalVolumeDevice.teardown: rhel_bootp-73-130-243-swap ; status: True ; controllable: True ; >DEBUG:blivet: SwapSpace.teardown: device: /dev/mapper/rhel_bootp--73--130--243-swap ; type: swap ; status: False ; >DEBUG:blivet: DeviceFormat.teardown: device: /dev/mapper/rhel_bootp--73--130--243-swap ; type: None ; status: False ; >DEBUG:blivet: LVMLogicalVolumeDevice._teardown: rhel_bootp-73-130-243-swap ; status: True ; controllable: True ; >INFO:program:[40] Calling the 'com.redhat.lvmdbus1.Lv.Deactivate' method on the '/com/redhat/lvmdbus1/Lv/1' object with the following parameters: '(0, 1, {'--config': <' devices { preferred_names=["^/dev/mapper/", "^/dev/md/", "^/dev/sd"] } log {level=7 file=/tmp/lvm.log syslog=0}'>})' >INFO:program:[40] Done. >INFO:program:[40] No result, no job started >INFO:blivet:executing action: [191] destroy device lvmlv rhel_bootp-73-130-243-swap (id 50) >DEBUG:blivet: LVMLogicalVolumeDevice.destroy: rhel_bootp-73-130-243-swap ; status: False ; >DEBUG:blivet: LVMLogicalVolumeDevice.teardown: rhel_bootp-73-130-243-swap ; status: False ; controllable: True ; >DEBUG:blivet: LVMVolumeGroupDevice.setup_parents: name: rhel_bootp-73-130-243 ; orig: True ; >DEBUG:blivet: PartitionDevice.setup: sda2 ; orig: True ; status: True ; controllable: True ; >DEBUG:blivet: LVMPhysicalVolume.setup: device: /dev/sda2 ; type: lvmpv ; status: False ; >DEBUG:blivet: LVMLogicalVolumeDevice._destroy: rhel_bootp-73-130-243-swap ; status: False ; >INFO:program:[41] Calling the 'com.redhat.lvmdbus1.Lv.Remove' method on the '/com/redhat/lvmdbus1/Lv/1' object with the following parameters: '(1, {'--yes': <''>, '--config': <' devices { preferred_names=["^/dev/mapper/", "^/dev/md/", "^/dev/sd"] } log {level=7 file=/tmp/lvm.log syslog=0}'>})' >INFO:program:[41] Done. >INFO:program:[41] No result, no job started >INFO:blivet:executing action: [195] destroy device lvmvg rhel_bootp-73-130-243 (id 33) >DEBUG:blivet: LVMVolumeGroupDevice.destroy: rhel_bootp-73-130-243 ; status: False ; >DEBUG:blivet: LVMVolumeGroupDevice.teardown: rhel_bootp-73-130-243 ; status: False ; controllable: True ; >DEBUG:blivet: LVMVolumeGroupDevice.setup_parents: name: rhel_bootp-73-130-243 ; orig: True ; >DEBUG:blivet: PartitionDevice.setup: sda2 ; orig: True ; status: True ; controllable: True ; >DEBUG:blivet: LVMPhysicalVolume.setup: device: /dev/sda2 ; type: lvmpv ; status: False ; >DEBUG:blivet: LVMVolumeGroupDevice._destroy: rhel_bootp-73-130-243 ; status: False ; >INFO:program:[42] Calling the 'com.redhat.lvmdbus1.Vg.Reduce' method on the '/com/redhat/lvmdbus1/Vg/0' object with the following parameters: '(true, [], 1, {'--force': <''>, '--config': <' devices { preferred_names=["^/dev/mapper/", "^/dev/md/", "^/dev/sd"] } log {level=7 file=/tmp/lvm.log syslog=0}'>})' >INFO:program:[42] Done. >INFO:program:[42] No result, no job started >INFO:program:[43] Calling the 'com.redhat.lvmdbus1.Vg.Deactivate' method on the '/com/redhat/lvmdbus1/Vg/0' object with the following parameters: '(0, 1, {'--config': <' devices { preferred_names=["^/dev/mapper/", "^/dev/md/", "^/dev/sd"] } log {level=7 file=/tmp/lvm.log syslog=0}'>})' >INFO:program:[43] Done. >INFO:program:[43] No result, no job started >INFO:program:[44] Calling the 'com.redhat.lvmdbus1.Vg.Remove' method on the '/com/redhat/lvmdbus1/Vg/0' object with the following parameters: '(1, {'--config': <' devices { preferred_names=["^/dev/mapper/", "^/dev/md/", "^/dev/sd"] } log {level=7 file=/tmp/lvm.log syslog=0}'>})' >INFO:program:[44] Done. >INFO:program:[44] No result, no job started >INFO:blivet:executing action: [196] destroy format lvmpv on partition sda2 (id 24) >DEBUG:blivet: PartitionDevice.setup: sda2 ; orig: True ; status: True ; controllable: True ; >DEBUG:blivet: LVMPhysicalVolume.destroy: device: /dev/sda2 ; type: lvmpv ; status: None ; >DEBUG:blivet: LVMPhysicalVolume._destroy: device: /dev/sda2 ; type: lvmpv ; status: None ; >INFO:program:[45] Calling the 'com.redhat.lvmdbus1.Pv.Remove' method on the '/com/redhat/lvmdbus1/Pv/0' object with the following parameters: '(1, {'-ff': <''>, '--yes': <''>, '--config': <' devices { preferred_names=["^/dev/mapper/", "^/dev/md/", "^/dev/sd"] } log {level=7 file=/tmp/lvm.log syslog=0}'>})' >INFO:program:[45] Done. >INFO:program:[45] No result, no job started >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: PartitionDevice.unset_flag: path: /dev/sda2 ; flag: 6 ; >DEBUG:blivet: DiskLabel.commit_to_disk: device: /dev/sda ; numparts: 2 ; >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >INFO:blivet:executing action: [198] destroy device partition sda2 (id 24) >DEBUG:blivet: PartitionDevice.destroy: sda2 ; status: True ; >DEBUG:blivet: PartitionDevice.teardown: sda2 ; status: True ; controllable: True ; >DEBUG:blivet: LVMPhysicalVolume.teardown: device: /dev/sda2 ; type: lvmpv ; status: False ; >DEBUG:blivet: DeviceFormat.teardown: device: /dev/sda2 ; type: None ; status: False ; >DEBUG:blivet: PartitionDevice.setup_parents: name: sda2 ; orig: True ; >DEBUG:blivet: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; >DEBUG:blivet: DiskLabel.setup: device: /dev/sda ; type: disklabel ; status: False ; >DEBUG:blivet: PartitionDevice._destroy: sda2 ; status: True ; >DEBUG:blivet: DiskLabel.commit: device: /dev/sda ; numparts: 1 ; >INFO:anaconda.threading:Thread Failed: AnaTaskThread-CreateStorageLayoutTask-1 (139936107906624) >ERROR:anaconda.modules.common.task.task:Thread AnaTaskThread-CreateStorageLayoutTask-1 has failed: Traceback (most recent call last): > File "/usr/lib64/python3.9/site-packages/pyanaconda/threading.py", line 275, in run > threading.Thread.run(self) > File "/usr/lib64/python3.9/threading.py", line 892, in run > self._target(*self._args, **self._kwargs) > File "/usr/lib64/python3.9/site-packages/pyanaconda/modules/common/task/task.py", line 96, in _thread_run_callback > self._task_run_callback() > File "/usr/lib64/python3.9/site-packages/pyanaconda/modules/common/task/task.py", line 109, in _task_run_callback > self._set_result(self.run()) > File "/usr/lib64/python3.9/site-packages/pyanaconda/modules/storage/installation.py", line 82, in run > self._turn_on_filesystems( > File "/usr/lib64/python3.9/site-packages/pyanaconda/modules/storage/installation.py", line 162, in _turn_on_filesystems > storage.do_it(callbacks) > File "/usr/lib/python3.9/site-packages/blivet/threads.py", line 53, in run_with_lock > return m(*args, **kwargs) > File "/usr/lib/python3.9/site-packages/blivet/blivet.py", line 115, in do_it > self.devicetree.actions.process(callbacks=callbacks, devices=self.devices) > File "/usr/lib/python3.9/site-packages/blivet/actionlist.py", line 48, in wrapped_func > return func(obj, *args, **kwargs) > File "/usr/lib/python3.9/site-packages/blivet/actionlist.py", line 327, in process > action.execute(callbacks) > File "/usr/lib/python3.9/site-packages/blivet/threads.py", line 53, in run_with_lock > return m(*args, **kwargs) > File "/usr/lib/python3.9/site-packages/blivet/deviceaction.py", line 410, in execute > self.device.destroy() > File "/usr/lib/python3.9/site-packages/blivet/threads.py", line 53, in run_with_lock > return m(*args, **kwargs) > File "/usr/lib/python3.9/site-packages/blivet/devices/storage.py", line 502, in destroy > self._destroy() > File "/usr/lib/python3.9/site-packages/blivet/threads.py", line 53, in run_with_lock > return m(*args, **kwargs) > File "/usr/lib/python3.9/site-packages/blivet/devices/partition.py", line 776, in _destroy > self.disk.original_format.commit() > File "/usr/lib/python3.9/site-packages/blivet/threads.py", line 53, in run_with_lock > return m(*args, **kwargs) > File "/usr/lib/python3.9/site-packages/blivet/formats/disklabel.py", line 363, in commit > self.parted_disk.commit() > File "/usr/lib64/python3.9/site-packages/parted/decorators.py", line 42, in new > ret = fn(*args, **kwds) > File "/usr/lib64/python3.9/site-packages/parted/disk.py", line 212, in commit > return self.__disk.commit() >_ped.IOException: Partition(s) 2 on /dev/sda have been written, but we have been unable to inform the kernel of the change, probably because it/they are in use. As a result, the old partition(s) will remain in use. You should reboot now before making further changes. > >INFO:anaconda.threading:Thread Done: AnaTaskThread-CreateStorageLayoutTask-1 (139936107906624) >WARNING:dasbus.server.handler:The call org.fedoraproject.Anaconda.Task.Finish has failed with an exception: >Traceback (most recent call last): > File "/usr/lib/python3.9/site-packages/dasbus/server/handler.py", line 418, in _method_callback > result = self._handle_call( > File "/usr/lib/python3.9/site-packages/dasbus/server/handler.py", line 234, in _handle_call > return handler(*parameters) > File "/usr/lib64/python3.9/site-packages/pyanaconda/modules/common/task/task_interface.py", line 114, in Finish > self.implementation.finish() > File "/usr/lib64/python3.9/site-packages/pyanaconda/modules/common/task/task.py", line 175, in finish > threadMgr.raise_if_error(self._thread_name) > File "/usr/lib64/python3.9/site-packages/pyanaconda/threading.py", line 166, in raise_if_error > raise exc_info[1] > File "/usr/lib64/python3.9/site-packages/pyanaconda/threading.py", line 275, in run > threading.Thread.run(self) > File "/usr/lib64/python3.9/threading.py", line 892, in run > self._target(*self._args, **self._kwargs) > File "/usr/lib64/python3.9/site-packages/pyanaconda/modules/common/task/task.py", line 96, in _thread_run_callback > self._task_run_callback() > File "/usr/lib64/python3.9/site-packages/pyanaconda/modules/common/task/task.py", line 109, in _task_run_callback > self._set_result(self.run()) > File "/usr/lib64/python3.9/site-packages/pyanaconda/modules/storage/installation.py", line 82, in run > self._turn_on_filesystems( > File "/usr/lib64/python3.9/site-packages/pyanaconda/modules/storage/installation.py", line 162, in _turn_on_filesystems > storage.do_it(callbacks) > File "/usr/lib/python3.9/site-packages/blivet/threads.py", line 53, in run_with_lock > return m(*args, **kwargs) > File "/usr/lib/python3.9/site-packages/blivet/blivet.py", line 115, in do_it > self.devicetree.actions.process(callbacks=callbacks, devices=self.devices) > File "/usr/lib/python3.9/site-packages/blivet/actionlist.py", line 48, in wrapped_func > return func(obj, *args, **kwargs) > File "/usr/lib/python3.9/site-packages/blivet/actionlist.py", line 327, in process > action.execute(callbacks) > File "/usr/lib/python3.9/site-packages/blivet/threads.py", line 53, in run_with_lock > return m(*args, **kwargs) > File "/usr/lib/python3.9/site-packages/blivet/deviceaction.py", line 410, in execute > self.device.destroy() > File "/usr/lib/python3.9/site-packages/blivet/threads.py", line 53, in run_with_lock > return m(*args, **kwargs) > File "/usr/lib/python3.9/site-packages/blivet/devices/storage.py", line 502, in destroy > self._destroy() > File "/usr/lib/python3.9/site-packages/blivet/threads.py", line 53, in run_with_lock > return m(*args, **kwargs) > File "/usr/lib/python3.9/site-packages/blivet/devices/partition.py", line 776, in _destroy > self.disk.original_format.commit() > File "/usr/lib/python3.9/site-packages/blivet/threads.py", line 53, in run_with_lock > return m(*args, **kwargs) > File "/usr/lib/python3.9/site-packages/blivet/formats/disklabel.py", line 363, in commit > self.parted_disk.commit() > File "/usr/lib64/python3.9/site-packages/parted/decorators.py", line 42, in new > ret = fn(*args, **kwds) > File "/usr/lib64/python3.9/site-packages/parted/disk.py", line 212, in commit > return self.__disk.commit() >_ped.IOException: Partition(s) 2 on /dev/sda have been written, but we have been unable to inform the kernel of the change, probably because it/they are in use. As a result, the old partition(s) will remain in use. You should reboot now before making further changes.
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 1973540
: 1791976