Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 716006 Details for
Bug 927231
Blivet crashes on MD RAID on unpartitioned disk
[?]
New
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.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
blivet log
blivet_disk_mdraid.log (text/x-log), 94.60 KB, created by
Jan Safranek
on 2013-03-25 13:08:47 UTC
(
hide
)
Description:
blivet log
Filename:
MIME Type:
Creator:
Jan Safranek
Created:
2013-03-25 13:08:47 UTC
Size:
94.60 KB
patch
obsolete
>DEBUG:blivet: trying to set new default fstype to 'ext4' >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet: getFormat('ext4') returning Ext4FS instance >DEBUG:blivet: Ext4FS.supported: supported: True ; >INFO:blivet: resetting Blivet (version 0.8) instance <blivet.Blivet object at 0x1cf9590> >INFO:blivet: not going to create backup copy of non-existent /etc/multipath.conf >INFO:blivet: DeviceTree.populate: ignoredDisks is [] ; exclusiveDisks is [] >INFO:blivet: Skipping multipath detection due to running as non-root. >INFO:program: Running... udevadm settle --timeout=300 >DEBUG:program: Return code: 0 >INFO:blivet: devices to scan: ['vda', 'vda1', 'vda2', 'sda', 'sdb', 'sdb1', 'sdb10', 'sdb2', 'sdb3', 'sdb4', 'sdb5', 'sdb6', 'sdb7', 'sdb8', 'sdb9', 'sdc', 'vdb', 'vdb1', 'loop0', 'loop1', 'loop2', 'loop3', 'loop4', 'loop5', 'loop6', 'loop7', 'md0'] >DEBUG:blivet: DeviceTree.addUdevDevice: info: {'DEVNAME': 'vda', > 'DEVPATH': '/devices/pci0000:00/0000:00:04.0/virtio1/block/vda', > 'DEVTYPE': 'disk', > 'ID_PART_TABLE_TYPE': 'dos', > 'MAJOR': '252', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '178321', > 'name': 'vda', > 'symlinks': [], > 'sysfs_path': '/devices/pci0000:00/0000:00:04.0/virtio1/block/vda'} ; name: vda ; >INFO:blivet: scanning vda (/devices/pci0000:00/0000:00:04.0/virtio1/block/vda)... >DEBUG:blivet: DeviceTree.getDeviceByName: name: vda ; >DEBUG:blivet: DeviceTree.getDeviceByName returned None >DEBUG:blivet: DeviceTree.addUdevDiskDevice: name: vda ; >INFO:blivet: vda is a disk >DEBUG:blivet: getFormat('None') returning DeviceFormat instance >DEBUG:blivet: DiskDevice._setFormat: vda ; current: None ; type: None ; >INFO:blivet: added disk vda (id 0) to device tree >DEBUG:blivet: looking up parted Device: /dev/vda >DEBUG:blivet: DeviceTree.handleUdevDeviceFormat: name: vda ; >DEBUG:blivet: DeviceTree.handleUdevDiskLabelFormat: device: vda ; label_type: dos ; >DEBUG:blivet: DiskDevice.setup: vda ; status: True ; controllable: True ; orig: False ; >DEBUG:blivet: required disklabel type for vda (15) is None >DEBUG:blivet: default disklabel type for vda is msdos >DEBUG:blivet: selecting msdos disklabel for vda based on size >DEBUG:blivet: DiskLabel.__init__: device: /dev/vda ; labelType: msdos ; 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 0x1e35950>, <parted.partition.Partition object at 0x1e35c10>] > device: <parted.device.Device object at 0x1e35790> > PedDisk: <_ped.Disk object at 0x1e39518> >DEBUG:blivet: getFormat('disklabel') returning DiskLabel instance >DEBUG:blivet: DiskDevice._setFormat: vda ; current: None ; type: disklabel ; >INFO:blivet: got device: DiskDevice instance (0x1dd4210) -- > name = vda status = True kids = 0 id = 0 > parents = [] > uuid = None size = 6144.0 > format = existing msdos disklabel > major = 252 minor = 0 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:04.0/virtio1/block/vda partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vda type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 12582912 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 0 did: 0 busy: True > hardwareGeometry: (12483, 16, 63) biosGeometry: (783, 255, 63) > PedDevice: <_ped.Device object at 0x1d5d200> > target size = 0 path = /dev/vda > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x1e2b690> >INFO:blivet: got format: DiskLabel instance (0x1e2b750) -- > type = disklabel name = partition table (MSDOS) status = False > device = /dev/vda uuid = None exists = True > options = None supported = False formattable = True resizable = False > type = msdos partition count = 2 sectorSize = 512 > align_offset = 0 align_grain = 2048 > partedDisk = parted.Disk instance -- > type: msdos primaryPartitionCount: 2 > lastPartitionNumber: 2 maxPrimaryPartitionCount: 4 > partitions: [<parted.partition.Partition object at 0x1e35950>, <parted.partition.Partition object at 0x1e35c10>] > device: <parted.device.Device object at 0x1e35790> > PedDisk: <_ped.Disk object at 0x1e39518> > origPartedDisk = <parted.disk.Disk object at 0x1e35e90> > partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vda type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 12582912 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 0 did: 0 busy: True > hardwareGeometry: (12483, 16, 63) biosGeometry: (783, 255, 63) > PedDevice: <_ped.Device object at 0x1d5d5f0> > >DEBUG:blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-uuid/9b871399-153e-4af7-8855-32a652e33bed', > 'DEVNAME': 'vda1', > 'DEVPATH': '/devices/pci0000:00/0000:00:04.0/virtio1/block/vda/vda1', > 'DEVTYPE': 'partition', > 'ID_FS_TYPE': 'swap', > 'ID_FS_USAGE': 'other', > 'ID_FS_UUID': '9b871399-153e-4af7-8855-32a652e33bed', > 'ID_FS_UUID_ENC': '9b871399-153e-4af7-8855-32a652e33bed', > 'ID_FS_VERSION': '2', > 'ID_PART_ENTRY_DISK': '252:0', > 'ID_PART_ENTRY_NUMBER': '1', > 'ID_PART_ENTRY_OFFSET': '2048', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '1048576', > 'ID_PART_ENTRY_TYPE': '0x82', > 'ID_PART_TABLE_TYPE': 'dos', > 'MAJOR': '252', > 'MINOR': '1', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '178344', > 'name': 'vda1', > 'symlinks': ['/dev/disk/by-uuid/9b871399-153e-4af7-8855-32a652e33bed'], > 'sysfs_path': '/devices/pci0000:00/0000:00:04.0/virtio1/block/vda/vda1'} ; name: vda1 ; >INFO:blivet: scanning vda1 (/devices/pci0000:00/0000:00:04.0/virtio1/block/vda/vda1)... >DEBUG:blivet: DeviceTree.getDeviceByName: name: vda1 ; >DEBUG:blivet: DeviceTree.getDeviceByName returned None >INFO:blivet: vda1 is a partition >DEBUG:blivet: DeviceTree.addUdevPartitionDevice: name: vda1 ; >DEBUG:blivet: DeviceTree.getDeviceByName: name: vda ; >DEBUG:blivet: DeviceTree.getDeviceByName returned existing 6144MB disk vda (0) with existing msdos disklabel >DEBUG:blivet: DiskDevice.addChild: kids: 0 ; name: vda ; >DEBUG:blivet: PartitionDevice._setFormat: vda1 ; >DEBUG:blivet: getFormat('None') returning DeviceFormat instance >DEBUG:blivet: PartitionDevice._setFormat: vda1 ; current: None ; type: None ; >DEBUG:blivet: looking up parted Partition: /dev/vda1 >DEBUG:blivet: PartitionDevice.probe: vda1 ; exists: True ; >DEBUG:blivet: PartitionDevice.getFlag: path: /dev/vda1 ; flag: 1 ; >DEBUG:blivet: PartitionDevice.getFlag: path: /dev/vda1 ; flag: 10 ; >DEBUG:blivet: PartitionDevice.getFlag: path: /dev/vda1 ; flag: 12 ; >INFO:blivet: added partition vda1 (id 1) to device tree >DEBUG:blivet: DeviceTree.handleUdevDeviceFormat: name: vda1 ; >DEBUG:blivet: DeviceTree.handleUdevDiskLabelFormat: device: vda1 ; label_type: dos ; >DEBUG:blivet: PartitionDevice.setup: vda1 ; status: True ; controllable: True ; orig: False ; >DEBUG:blivet: DiskLabel.__init__: device: /dev/vda1 ; labelType: dos ; exists: True ; >WARNING:blivet: disklabel detected but not usable on vda1 >INFO:blivet: type detected on 'vda1' is 'swap' >DEBUG:blivet: SwapSpace.__init__: device: /dev/vda1 ; serial: None ; uuid: 9b871399-153e-4af7-8855-32a652e33bed ; exists: True ; label: None ; >DEBUG:blivet: getFormat('swap') returning SwapSpace instance >DEBUG:blivet: PartitionDevice._setFormat: vda1 ; >DEBUG:blivet: PartitionDevice._setFormat: vda1 ; current: None ; type: swap ; >DEBUG:blivet: looking up parted Device: /dev/vda1 >INFO:blivet: got device: PartitionDevice instance (0x1dd41d0) -- > name = vda1 status = True kids = 0 id = 1 > parents = ['existing 6144MB disk vda (0) with existing msdos disklabel'] > uuid = None size = 512.0 > format = existing swap > major = 252 minor = 1 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:04.0/virtio1/block/vda/vda1 partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vda1 type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 1048576 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 1 did: 0 busy: True > hardwareGeometry: (1040, 16, 63) biosGeometry: (65, 255, 63) > PedDevice: <_ped.Device object at 0x1d5d8c0> > target size = 0 path = /dev/vda1 > format args = [] originalFormat = None grow = None max size = 0 bootable = None > part type = 0 primary = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x1e35850> fileSystem: <parted.filesystem.FileSystem object at 0x1e35d50> > number: 1 path: /dev/vda1 type: 0 > name: None active: True busy: True > geometry: <parted.geometry.Geometry object at 0x1e35a10> PedPartition: <_ped.Partition object at 0x1e31cb0> > disk = existing 6144MB disk vda (0) with existing msdos disklabel > start = 2048 end = 1050623 length = 1048576 > flags = >INFO:blivet: got format: SwapSpace instance (0x1e3e210) -- > type = swap name = swap status = True > device = /dev/vda1 uuid = 9b871399-153e-4af7-8855-32a652e33bed exists = True > options = supported = True formattable = True resizable = False > priority = None label = None >DEBUG:blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-uuid/5357b17b-b622-49d3-8575-1295dc1661b4', > 'DEVNAME': 'vda2', > 'DEVPATH': '/devices/pci0000:00/0000:00:04.0/virtio1/block/vda/vda2', > 'DEVTYPE': 'partition', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '5357b17b-b622-49d3-8575-1295dc1661b4', > 'ID_FS_UUID_ENC': '5357b17b-b622-49d3-8575-1295dc1661b4', > 'ID_FS_VERSION': '1.0', > 'ID_PART_ENTRY_DISK': '252:0', > 'ID_PART_ENTRY_FLAGS': '0x80', > 'ID_PART_ENTRY_NUMBER': '2', > 'ID_PART_ENTRY_OFFSET': '1050624', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '11532288', > 'ID_PART_ENTRY_TYPE': '0x83', > 'ID_PART_TABLE_TYPE': 'dos', > 'MAJOR': '252', > 'MINOR': '2', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '178366', > 'name': 'vda2', > 'symlinks': ['/dev/disk/by-uuid/5357b17b-b622-49d3-8575-1295dc1661b4'], > 'sysfs_path': '/devices/pci0000:00/0000:00:04.0/virtio1/block/vda/vda2'} ; name: vda2 ; >INFO:blivet: scanning vda2 (/devices/pci0000:00/0000:00:04.0/virtio1/block/vda/vda2)... >DEBUG:blivet: DeviceTree.getDeviceByName: name: vda2 ; >DEBUG:blivet: DeviceTree.getDeviceByName returned None >INFO:blivet: vda2 is a partition >DEBUG:blivet: DeviceTree.addUdevPartitionDevice: name: vda2 ; >DEBUG:blivet: DeviceTree.getDeviceByName: name: vda ; >DEBUG:blivet: DeviceTree.getDeviceByName returned existing 6144MB disk vda (0) with existing msdos disklabel >DEBUG:blivet: DiskDevice.addChild: kids: 1 ; name: vda ; >DEBUG:blivet: PartitionDevice._setFormat: vda2 ; >DEBUG:blivet: getFormat('None') returning DeviceFormat instance >DEBUG:blivet: PartitionDevice._setFormat: vda2 ; current: None ; type: None ; >DEBUG:blivet: looking up parted Partition: /dev/vda2 >DEBUG:blivet: PartitionDevice.probe: vda2 ; exists: True ; >DEBUG:blivet: PartitionDevice.getFlag: path: /dev/vda2 ; flag: 1 ; >DEBUG:blivet: PartitionDevice.getFlag: path: /dev/vda2 ; flag: 10 ; >DEBUG:blivet: PartitionDevice.getFlag: path: /dev/vda2 ; flag: 12 ; >INFO:blivet: added partition vda2 (id 2) to device tree >DEBUG:blivet: DeviceTree.handleUdevDeviceFormat: name: vda2 ; >DEBUG:blivet: DeviceTree.handleUdevDiskLabelFormat: device: vda2 ; label_type: dos ; >DEBUG:blivet: PartitionDevice.setup: vda2 ; status: True ; controllable: True ; orig: False ; >DEBUG:blivet: DiskLabel.__init__: device: /dev/vda2 ; labelType: dos ; exists: True ; >WARNING:blivet: disklabel detected but not usable on vda2 >INFO:blivet: type detected on 'vda2' is 'ext4' >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet: getFormat('ext4') returning Ext4FS instance >DEBUG:blivet: PartitionDevice._setFormat: vda2 ; >DEBUG:blivet: PartitionDevice._setFormat: vda2 ; current: None ; type: ext4 ; >DEBUG:blivet: looking up parted Device: /dev/vda2 >INFO:blivet: got device: PartitionDevice instance (0x1e2b910) -- > name = vda2 status = True kids = 0 id = 2 > parents = ['existing 6144MB disk vda (0) with existing msdos disklabel'] > uuid = None size = 5631.0 > format = existing ext4 filesystem > major = 252 minor = 2 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:04.0/virtio1/block/vda/vda2 partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vda2 type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 11532288 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 8231 did: 8229 busy: True > hardwareGeometry: (11440, 16, 63) biosGeometry: (717, 255, 63) > PedDevice: <_ped.Device object at 0x1d5d950> > target size = 0 path = /dev/vda2 > format args = [] originalFormat = None grow = None max size = 0 bootable = True > part type = 0 primary = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x1e35850> fileSystem: <parted.filesystem.FileSystem object at 0x1e35d90> > number: 2 path: /dev/vda2 type: 0 > name: None active: True busy: True > geometry: <parted.geometry.Geometry object at 0x1e35cd0> PedPartition: <_ped.Partition object at 0x1e31bf0> > disk = existing 6144MB disk vda (0) with existing msdos disklabel > start = 1050624 end = 12582911 length = 11532288 > flags = boot >DEBUG:blivet: Ext4FS.supported: supported: True ; >INFO:blivet: got format: Ext4FS instance (0x1e3e750) -- > type = ext4 name = ext4 status = False > device = /dev/vda2 uuid = 5357b17b-b622-49d3-8575-1295dc1661b4 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = None size = 0 targetSize = 0 > >DEBUG:blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/scsi-0QEMU_QEMU_HARDDISK_drive-scsi0-0-0 /dev/disk/by-path/pci-0000:00:06.0-scsi-0:0:0:0', > 'DEVNAME': 'sda', > 'DEVPATH': '/devices/pci0000:00/0000:00:06.0/host2/target2:0:0/2:0:0:0/block/sda', > 'DEVTYPE': 'disk', > 'ID_BUS': 'scsi', > 'ID_FS_LABEL': 'rawhide:0', > 'ID_FS_LABEL_ENC': 'rawhide:0', > 'ID_FS_TYPE': 'linux_raid_member', > 'ID_FS_USAGE': 'raid', > 'ID_FS_UUID': 'be9a74bb-0d42-cd21-aad1-100634e2ae05', > 'ID_FS_UUID_ENC': 'be9a74bb-0d42-cd21-aad1-100634e2ae05', > 'ID_FS_UUID_SUB': 'a5c9f65e-5da7-1f05-ab9b-433fcf1ae0ea', > 'ID_FS_UUID_SUB_ENC': 'a5c9f65e-5da7-1f05-ab9b-433fcf1ae0ea', > 'ID_FS_VERSION': '1.2', > 'ID_MODEL': 'QEMU_HARDDISK', > 'ID_MODEL_ENC': 'QEMU\\x20HARDDISK\\x20\\x20\\x20', > 'ID_PATH': 'pci-0000:00:06.0-scsi-0:0:0:0', > 'ID_PATH_TAG': 'pci-0000_00_06_0-scsi-0_0_0_0', > 'ID_REVISION': '0.15', > 'ID_SCSI': '1', > 'ID_SERIAL': '0QEMU_QEMU_HARDDISK_drive-scsi0-0-0', > 'ID_SERIAL_SHORT': 'drive-scsi0-0-0', > 'ID_TYPE': 'disk', > 'ID_VENDOR': 'QEMU', > 'ID_VENDOR_ENC': 'QEMU\\x20\\x20\\x20\\x20', > 'MAJOR': '8', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '179193', > 'name': 'sda', > 'symlinks': ['/dev/disk/by-id/scsi-0QEMU_QEMU_HARDDISK_drive-scsi0-0-0', > '/dev/disk/by-path/pci-0000:00:06.0-scsi-0:0:0:0'], > 'sysfs_path': '/devices/pci0000:00/0000:00:06.0/host2/target2:0:0/2:0:0:0/block/sda'} ; name: sda ; >INFO:blivet: scanning sda (/devices/pci0000:00/0000:00:06.0/host2/target2:0:0/2:0:0:0/block/sda)... >DEBUG:blivet: DeviceTree.getDeviceByName: name: sda ; >DEBUG:blivet: DeviceTree.getDeviceByName returned None >DEBUG:blivet: DeviceTree.addUdevDiskDevice: name: sda ; >INFO:blivet: sda is a disk >DEBUG:blivet: getFormat('None') returning DeviceFormat instance >DEBUG:blivet: DiskDevice._setFormat: sda ; current: None ; type: None ; >INFO:blivet: added disk sda (id 3) to device tree >DEBUG:blivet: looking up parted Device: /dev/sda >DEBUG:blivet: DeviceTree.handleUdevDeviceFormat: name: sda ; >DEBUG:blivet: DeviceTree.handleUdevDiskLabelFormat: device: sda ; label_type: None ; >DEBUG:blivet: MDRaidMember.__init__: >DEBUG:blivet: getFormat('linux_raid_member') returning MDRaidMember instance >DEBUG:blivet: device sda does not contain a disklabel >INFO:program: Running... mdadm --examine --export /dev/sda >INFO:program: MD_LEVEL=raid0 >INFO:program: MD_DEVICES=3 >INFO:program: MD_NAME=rawhide:0 >INFO:program: MD_UUID=be9a74bb:0d42cd21:aad11006:34e2ae05 >INFO:program: MD_UPDATE_TIME=1364213072 >INFO:program: MD_DEV_UUID=a5c9f65e:5da71f05:ab9b433f:cf1ae0ea >INFO:program: MD_EVENTS=0 >DEBUG:program: Return code: 0 >INFO:program: Running... mdadm --examine --brief /dev/sda >INFO:program: ARRAY /dev/md/0 metadata=1.2 UUID=be9a74bb:0d42cd21:aad11006:34e2ae05 name=rawhide:0 >DEBUG:program: Return code: 0 >INFO:blivet: type detected on 'sda' is 'linux_raid_member' >DEBUG:blivet: MDRaidMember.__init__: uuid: be9a74bb-0d42-cd21-aad1-100634e2ae05 ; exists: True ; label: rawhide:0 ; device: /dev/sda ; serial: drive-scsi0-0-0 ; mdUuid: be9a74bb:0d42cd21:aad11006:34e2ae05 ; biosraid: False ; >DEBUG:blivet: getFormat('linux_raid_member') returning MDRaidMember instance >DEBUG:blivet: DiskDevice._setFormat: sda ; current: None ; type: mdmember ; >DEBUG:blivet: DeviceTree.handleUdevMDMemberFormat: type: mdmember ; name: sda ; >DEBUG:blivet: DeviceTree.getDeviceByUuid returned None >INFO:program: Running... udevadm settle --timeout=300 >DEBUG:program: Return code: 0 >INFO:blivet: using name 0 for md array containing member sda >DEBUG:blivet: getFormat('None') returning DeviceFormat instance >DEBUG:blivet: MDRaidArrayDevice._setFormat: 0 ; current: None ; type: None ; >DEBUG:blivet: MDRaidArrayDevice.updateSysfsPath: 0 ; status: False ; >DEBUG:blivet: MDRaidArrayDevice._addDevice: 0 ; device: sda ; status: False ; >DEBUG:blivet: DiskDevice.addChild: kids: 0 ; name: sda ; >INFO:blivet: added mdarray 0 (id 4) to device tree >INFO:blivet: got device: DiskDevice instance (0x1e3e110) -- > name = sda status = True kids = 1 id = 3 > parents = [] > uuid = None size = 1024.0 > format = existing mdmember > major = 8 minor = 0 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:06.0/host2/target2:0:0/2:0:0:0/block/sda partedDevice = parted.Device instance -- > model: QEMU QEMU HARDDISK path: /dev/sda type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 2097152 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: -16384 did: 0 busy: False > hardwareGeometry: (1011, 34, 61) biosGeometry: (130, 255, 63) > PedDevice: <_ped.Device object at 0x1d5da70> > target size = 0 path = /dev/sda > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x1e3e950> >INFO:blivet: got format: MDRaidMember instance (0x1e3ec50) -- > type = mdmember name = software RAID status = False > device = /dev/sda uuid = be9a74bb-0d42-cd21-aad1-100634e2ae05 exists = True > options = None supported = True formattable = True resizable = False > mdUUID = be9a74bb:0d42cd21:aad11006:34e2ae05 biosraid = False >DEBUG:blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/scsi-0QEMU_QEMU_HARDDISK_drive-scsi0-0-1 /dev/disk/by-path/pci-0000:00:06.0-scsi-0:0:1:0', > 'DEVNAME': 'sdb', > 'DEVPATH': '/devices/pci0000:00/0000:00:06.0/host2/target2:0:1/2:0:1:0/block/sdb', > 'DEVTYPE': 'disk', > 'ID_BUS': 'scsi', > 'ID_MODEL': 'QEMU_HARDDISK', > 'ID_MODEL_ENC': 'QEMU\\x20HARDDISK\\x20\\x20\\x20', > 'ID_PART_TABLE_TYPE': 'gpt', > 'ID_PATH': 'pci-0000:00:06.0-scsi-0:0:1:0', > 'ID_PATH_TAG': 'pci-0000_00_06_0-scsi-0_0_1_0', > 'ID_REVISION': '0.15', > 'ID_SCSI': '1', > 'ID_SERIAL': '0QEMU_QEMU_HARDDISK_drive-scsi0-0-1', > 'ID_SERIAL_SHORT': 'drive-scsi0-0-1', > 'ID_TYPE': 'disk', > 'ID_VENDOR': 'QEMU', > 'ID_VENDOR_ENC': 'QEMU\\x20\\x20\\x20\\x20', > 'MAJOR': '8', > 'MINOR': '16', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '179390', > 'name': 'sdb', > 'symlinks': ['/dev/disk/by-id/scsi-0QEMU_QEMU_HARDDISK_drive-scsi0-0-1', > '/dev/disk/by-path/pci-0000:00:06.0-scsi-0:0:1:0'], > 'sysfs_path': '/devices/pci0000:00/0000:00:06.0/host2/target2:0:1/2:0:1:0/block/sdb'} ; name: sdb ; >INFO:blivet: scanning sdb (/devices/pci0000:00/0000:00:06.0/host2/target2:0:1/2:0:1:0/block/sdb)... >DEBUG:blivet: DeviceTree.getDeviceByName: name: sdb ; >DEBUG:blivet: DeviceTree.getDeviceByName returned None >DEBUG:blivet: DeviceTree.addUdevDiskDevice: name: sdb ; >INFO:blivet: sdb is a disk >DEBUG:blivet: getFormat('None') returning DeviceFormat instance >DEBUG:blivet: DiskDevice._setFormat: sdb ; current: None ; type: None ; >INFO:blivet: added disk sdb (id 5) to device tree >DEBUG:blivet: looking up parted Device: /dev/sdb >DEBUG:blivet: DeviceTree.handleUdevDeviceFormat: name: sdb ; >DEBUG:blivet: DeviceTree.handleUdevDiskLabelFormat: device: sdb ; label_type: gpt ; >DEBUG:blivet: DiskDevice.setup: sdb ; status: True ; controllable: True ; orig: False ; >DEBUG:blivet: required disklabel type for sdb (1) is None >DEBUG:blivet: default disklabel type for sdb is msdos >DEBUG:blivet: selecting msdos disklabel for sdb based on size >DEBUG:blivet: DiskLabel.__init__: device: /dev/sdb ; labelType: msdos ; exists: True ; >DEBUG:blivet: Set pmbr_boot on parted.Disk instance -- > type: gpt primaryPartitionCount: 10 > lastPartitionNumber: 10 maxPrimaryPartitionCount: 128 > partitions: [<parted.partition.Partition object at 0x1e4e390>, <parted.partition.Partition object at 0x1e4ea90>, <parted.partition.Partition object at 0x1e4eb50>, <parted.partition.Partition object at 0x1e4ec90>, <parted.partition.Partition object at 0x1e4ef10>, <parted.partition.Partition object at 0x1e4d0d0>, <parted.partition.Partition object at 0x1e4e190>, <parted.partition.Partition object at 0x1e3ee50>, <parted.partition.Partition object at 0x1e3e990>, <parted.partition.Partition object at 0x1e2b7d0>] > device: <parted.device.Device object at 0x1e4e2d0> > PedDisk: <_ped.Disk object at 0x1e4cab8> >DEBUG:blivet: getFormat('disklabel') returning DiskLabel instance >DEBUG:blivet: DiskDevice._setFormat: sdb ; current: None ; type: disklabel ; >INFO:blivet: got device: DiskDevice instance (0x1e3ef10) -- > name = sdb status = True kids = 0 id = 5 > parents = [] > uuid = None size = 1024.0 > format = existing gpt disklabel > major = 8 minor = 16 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:06.0/host2/target2:0:1/2:0:1:0/block/sdb partedDevice = parted.Device instance -- > model: QEMU QEMU HARDDISK path: /dev/sdb type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 2097152 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: -16384 did: 1 busy: False > hardwareGeometry: (1011, 34, 61) biosGeometry: (130, 255, 63) > PedDevice: <_ped.Device object at 0x1d5db90> > target size = 0 path = /dev/sdb > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x1e3e050> >INFO:blivet: got format: DiskLabel instance (0x1e4e050) -- > type = disklabel name = partition table (GPT) status = False > device = /dev/sdb uuid = None exists = True > options = None supported = False formattable = True resizable = False > type = gpt partition count = 10 sectorSize = 512 > align_offset = 0 align_grain = 2048 > partedDisk = parted.Disk instance -- > type: gpt primaryPartitionCount: 10 > lastPartitionNumber: 10 maxPrimaryPartitionCount: 128 > partitions: [<parted.partition.Partition object at 0x1e4e390>, <parted.partition.Partition object at 0x1e4ea90>, <parted.partition.Partition object at 0x1e4eb50>, <parted.partition.Partition object at 0x1e4ec90>, <parted.partition.Partition object at 0x1e4ef10>, <parted.partition.Partition object at 0x1e4d0d0>, <parted.partition.Partition object at 0x1e4e190>, <parted.partition.Partition object at 0x1e3ee50>, <parted.partition.Partition object at 0x1e3e990>, <parted.partition.Partition object at 0x1e2b7d0>] > device: <parted.device.Device object at 0x1e4e2d0> > PedDisk: <_ped.Disk object at 0x1e4cab8> > origPartedDisk = <parted.disk.Disk object at 0x1e35fd0> > partedDevice = parted.Device instance -- > model: QEMU QEMU HARDDISK path: /dev/sdb type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 2097152 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: -16384 did: 1 busy: False > hardwareGeometry: (1011, 34, 61) biosGeometry: (130, 255, 63) > PedDevice: <_ped.Device object at 0x1d5dc20> > >DEBUG:blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/scsi-0QEMU_QEMU_HARDDISK_drive-scsi0-0-1-part1 /dev/disk/by-partlabel/ext2 /dev/disk/by-partuuid/aa2a389c-8155-4c1b-8534-e8f329011749 /dev/disk/by-path/pci-0000:00:06.0-scsi-0:0:1:0-part1', > 'DEVNAME': 'sdb1', > 'DEVPATH': '/devices/pci0000:00/0000:00:06.0/host2/target2:0:1/2:0:1:0/block/sdb/sdb1', > 'DEVTYPE': 'partition', > 'ID_BUS': 'scsi', > 'ID_MODEL': 'QEMU_HARDDISK', > 'ID_MODEL_ENC': 'QEMU\\x20HARDDISK\\x20\\x20\\x20', > 'ID_PART_ENTRY_DISK': '8:16', > 'ID_PART_ENTRY_NAME': 'ext2', > 'ID_PART_ENTRY_NUMBER': '1', > 'ID_PART_ENTRY_OFFSET': '2048', > 'ID_PART_ENTRY_SCHEME': 'gpt', > 'ID_PART_ENTRY_SIZE': '192512', > 'ID_PART_ENTRY_TYPE': 'e6d6d379-f507-44c2-a23c-238f2a3df928', > 'ID_PART_ENTRY_UUID': 'aa2a389c-8155-4c1b-8534-e8f329011749', > 'ID_PART_TABLE_TYPE': 'gpt', > 'ID_PATH': 'pci-0000:00:06.0-scsi-0:0:1:0', > 'ID_PATH_TAG': 'pci-0000_00_06_0-scsi-0_0_1_0', > 'ID_REVISION': '0.15', > 'ID_SCSI': '1', > 'ID_SERIAL': '0QEMU_QEMU_HARDDISK_drive-scsi0-0-1', > 'ID_SERIAL_SHORT': 'drive-scsi0-0-1', > 'ID_TYPE': 'disk', > 'ID_VENDOR': 'QEMU', > 'ID_VENDOR_ENC': 'QEMU\\x20\\x20\\x20\\x20', > 'MAJOR': '8', > 'MINOR': '17', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '179413', > 'name': 'sdb1', > 'symlinks': ['/dev/disk/by-id/scsi-0QEMU_QEMU_HARDDISK_drive-scsi0-0-1-part1', > '/dev/disk/by-partlabel/ext2', > '/dev/disk/by-partuuid/aa2a389c-8155-4c1b-8534-e8f329011749', > '/dev/disk/by-path/pci-0000:00:06.0-scsi-0:0:1:0-part1'], > 'sysfs_path': '/devices/pci0000:00/0000:00:06.0/host2/target2:0:1/2:0:1:0/block/sdb/sdb1'} ; name: sdb1 ; >INFO:blivet: scanning sdb1 (/devices/pci0000:00/0000:00:06.0/host2/target2:0:1/2:0:1:0/block/sdb/sdb1)... >DEBUG:blivet: DeviceTree.getDeviceByName: name: sdb1 ; >DEBUG:blivet: DeviceTree.getDeviceByName returned None >INFO:blivet: sdb1 is a partition >DEBUG:blivet: DeviceTree.addUdevPartitionDevice: name: sdb1 ; >DEBUG:blivet: DeviceTree.getDeviceByName: name: sdb ; >DEBUG:blivet: DeviceTree.getDeviceByName returned existing 1024MB disk sdb (5) with existing gpt disklabel >DEBUG:blivet: DiskDevice.addChild: kids: 0 ; name: sdb ; >DEBUG:blivet: PartitionDevice._setFormat: sdb1 ; >DEBUG:blivet: getFormat('None') returning DeviceFormat instance >DEBUG:blivet: PartitionDevice._setFormat: sdb1 ; current: None ; type: None ; >DEBUG:blivet: looking up parted Partition: /dev/sdb1 >DEBUG:blivet: PartitionDevice.probe: sdb1 ; exists: True ; >DEBUG:blivet: PartitionDevice.getFlag: path: /dev/sdb1 ; flag: 1 ; >DEBUG:blivet: PartitionDevice.getFlag: path: /dev/sdb1 ; flag: 10 ; >DEBUG:blivet: PartitionDevice.getFlag: path: /dev/sdb1 ; flag: 12 ; >INFO:blivet: added partition sdb1 (id 6) to device tree >DEBUG:blivet: DeviceTree.handleUdevDeviceFormat: name: sdb1 ; >DEBUG:blivet: DeviceTree.handleUdevDiskLabelFormat: device: sdb1 ; label_type: gpt ; >DEBUG:blivet: PartitionDevice.setup: sdb1 ; status: True ; controllable: True ; orig: False ; >DEBUG:blivet: DiskLabel.__init__: device: /dev/sdb1 ; labelType: gpt ; exists: True ; >WARNING:blivet: disklabel detected but not usable on sdb1 >DEBUG:blivet: no type or existing type for sdb1, bailing >DEBUG:blivet: looking up parted Device: /dev/sdb1 >INFO:blivet: got device: PartitionDevice instance (0x1e3ef50) -- > name = sdb1 status = True kids = 0 id = 6 > parents = ['existing 1024MB disk sdb (5) with existing gpt disklabel'] > uuid = None size = 94.0 > format = existing None > major = 8 minor = 17 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:06.0/host2/target2:0:1/2:0:1:0/block/sdb/sdb1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdb1 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 192512 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 0 did: 0 busy: False > hardwareGeometry: (92, 34, 61) biosGeometry: (11, 255, 63) > PedDevice: <_ped.Device object at 0x1e4a290> > target size = 0 path = /dev/sdb1 > format args = [] originalFormat = None grow = None max size = 0 bootable = None > part type = 0 primary = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x1e4e250> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: ext2 active: True busy: False > geometry: <parted.geometry.Geometry object at 0x1e4e5d0> PedPartition: <_ped.Partition object at 0x1e40710> > disk = existing 1024MB disk sdb (5) with existing gpt disklabel > start = 2048 end = 194559 length = 192512 > flags = lvm >DEBUG:blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/scsi-0QEMU_QEMU_HARDDISK_drive-scsi0-0-1-part10 /dev/disk/by-partlabel/ext2 /dev/disk/by-partuuid/18d056ff-64e3-476f-a95b-5daba33761e4 /dev/disk/by-path/pci-0000:00:06.0-scsi-0:0:1:0-part10', > 'DEVNAME': 'sdb10', > 'DEVPATH': '/devices/pci0000:00/0000:00:06.0/host2/target2:0:1/2:0:1:0/block/sdb/sdb10', > 'DEVTYPE': 'partition', > 'ID_BUS': 'scsi', > 'ID_MODEL': 'QEMU_HARDDISK', > 'ID_MODEL_ENC': 'QEMU\\x20HARDDISK\\x20\\x20\\x20', > 'ID_PART_ENTRY_DISK': '8:16', > 'ID_PART_ENTRY_NAME': 'ext2', > 'ID_PART_ENTRY_NUMBER': '10', > 'ID_PART_ENTRY_OFFSET': '1759232', > 'ID_PART_ENTRY_SCHEME': 'gpt', > 'ID_PART_ENTRY_SIZE': '194560', > 'ID_PART_ENTRY_TYPE': 'e6d6d379-f507-44c2-a23c-238f2a3df928', > 'ID_PART_ENTRY_UUID': '18d056ff-64e3-476f-a95b-5daba33761e4', > 'ID_PART_TABLE_TYPE': 'gpt', > 'ID_PATH': 'pci-0000:00:06.0-scsi-0:0:1:0', > 'ID_PATH_TAG': 'pci-0000_00_06_0-scsi-0_0_1_0', > 'ID_REVISION': '0.15', > 'ID_SCSI': '1', > 'ID_SERIAL': '0QEMU_QEMU_HARDDISK_drive-scsi0-0-1', > 'ID_SERIAL_SHORT': 'drive-scsi0-0-1', > 'ID_TYPE': 'disk', > 'ID_VENDOR': 'QEMU', > 'ID_VENDOR_ENC': 'QEMU\\x20\\x20\\x20\\x20', > 'MAJOR': '8', > 'MINOR': '26', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '179440', > 'name': 'sdb10', > 'symlinks': ['/dev/disk/by-id/scsi-0QEMU_QEMU_HARDDISK_drive-scsi0-0-1-part10', > '/dev/disk/by-partlabel/ext2', > '/dev/disk/by-partuuid/18d056ff-64e3-476f-a95b-5daba33761e4', > '/dev/disk/by-path/pci-0000:00:06.0-scsi-0:0:1:0-part10'], > 'sysfs_path': '/devices/pci0000:00/0000:00:06.0/host2/target2:0:1/2:0:1:0/block/sdb/sdb10'} ; name: sdb10 ; >INFO:blivet: scanning sdb10 (/devices/pci0000:00/0000:00:06.0/host2/target2:0:1/2:0:1:0/block/sdb/sdb10)... >DEBUG:blivet: DeviceTree.getDeviceByName: name: sdb10 ; >DEBUG:blivet: DeviceTree.getDeviceByName returned None >INFO:blivet: sdb10 is a partition >DEBUG:blivet: DeviceTree.addUdevPartitionDevice: name: sdb10 ; >DEBUG:blivet: DeviceTree.getDeviceByName: name: sdb ; >DEBUG:blivet: DeviceTree.getDeviceByName returned existing 1024MB disk sdb (5) with existing gpt disklabel >DEBUG:blivet: DiskDevice.addChild: kids: 1 ; name: sdb ; >DEBUG:blivet: PartitionDevice._setFormat: sdb10 ; >DEBUG:blivet: getFormat('None') returning DeviceFormat instance >DEBUG:blivet: PartitionDevice._setFormat: sdb10 ; current: None ; type: None ; >DEBUG:blivet: looking up parted Partition: /dev/sdb10 >DEBUG:blivet: PartitionDevice.probe: sdb10 ; exists: True ; >DEBUG:blivet: PartitionDevice.getFlag: path: /dev/sdb10 ; flag: 1 ; >DEBUG:blivet: PartitionDevice.getFlag: path: /dev/sdb10 ; flag: 10 ; >DEBUG:blivet: PartitionDevice.getFlag: path: /dev/sdb10 ; flag: 12 ; >INFO:blivet: added partition sdb10 (id 7) to device tree >DEBUG:blivet: DeviceTree.handleUdevDeviceFormat: name: sdb10 ; >DEBUG:blivet: DeviceTree.handleUdevDiskLabelFormat: device: sdb10 ; label_type: gpt ; >DEBUG:blivet: PartitionDevice.setup: sdb10 ; status: True ; controllable: True ; orig: False ; >DEBUG:blivet: DiskLabel.__init__: device: /dev/sdb10 ; labelType: gpt ; exists: True ; >WARNING:blivet: disklabel detected but not usable on sdb10 >DEBUG:blivet: no type or existing type for sdb10, bailing >DEBUG:blivet: looking up parted Device: /dev/sdb10 >INFO:blivet: got device: PartitionDevice instance (0x1e4e750) -- > name = sdb10 status = True kids = 0 id = 7 > parents = ['existing 1024MB disk sdb (5) with existing gpt disklabel'] > uuid = None size = 95.0 > format = existing None > major = 8 minor = 26 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:06.0/host2/target2:0:1/2:0:1:0/block/sdb/sdb10 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdb10 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 194560 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 0 did: 0 busy: False > hardwareGeometry: (93, 34, 61) biosGeometry: (12, 255, 63) > PedDevice: <_ped.Device object at 0x1e4a3b0> > target size = 0 path = /dev/sdb10 > format args = [] originalFormat = None grow = None max size = 0 bootable = None > part type = 0 primary = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x1e4e250> fileSystem: None > number: 10 path: /dev/sdb10 type: 0 > name: ext2 active: True busy: False > geometry: <parted.geometry.Geometry object at 0x1e2b810> PedPartition: <_ped.Partition object at 0x1e40a10> > disk = existing 1024MB disk sdb (5) with existing gpt disklabel > start = 1759232 end = 1953791 length = 194560 > flags = lvm >DEBUG:blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/scsi-0QEMU_QEMU_HARDDISK_drive-scsi0-0-1-part2 /dev/disk/by-partlabel/ext2 /dev/disk/by-partuuid/79bb45ef-8cb2-49f3-9d50-da71c20a33f6 /dev/disk/by-path/pci-0000:00:06.0-scsi-0:0:1:0-part2', > 'DEVNAME': 'sdb2', > 'DEVPATH': '/devices/pci0000:00/0000:00:06.0/host2/target2:0:1/2:0:1:0/block/sdb/sdb2', > 'DEVTYPE': 'partition', > 'ID_BUS': 'scsi', > 'ID_MODEL': 'QEMU_HARDDISK', > 'ID_MODEL_ENC': 'QEMU\\x20HARDDISK\\x20\\x20\\x20', > 'ID_PART_ENTRY_DISK': '8:16', > 'ID_PART_ENTRY_NAME': 'ext2', > 'ID_PART_ENTRY_NUMBER': '2', > 'ID_PART_ENTRY_OFFSET': '196608', > 'ID_PART_ENTRY_SCHEME': 'gpt', > 'ID_PART_ENTRY_SIZE': '194560', > 'ID_PART_ENTRY_TYPE': 'e6d6d379-f507-44c2-a23c-238f2a3df928', > 'ID_PART_ENTRY_UUID': '79bb45ef-8cb2-49f3-9d50-da71c20a33f6', > 'ID_PART_TABLE_TYPE': 'gpt', > 'ID_PATH': 'pci-0000:00:06.0-scsi-0:0:1:0', > 'ID_PATH_TAG': 'pci-0000_00_06_0-scsi-0_0_1_0', > 'ID_REVISION': '0.15', > 'ID_SCSI': '1', > 'ID_SERIAL': '0QEMU_QEMU_HARDDISK_drive-scsi0-0-1', > 'ID_SERIAL_SHORT': 'drive-scsi0-0-1', > 'ID_TYPE': 'disk', > 'ID_VENDOR': 'QEMU', > 'ID_VENDOR_ENC': 'QEMU\\x20\\x20\\x20\\x20', > 'MAJOR': '8', > 'MINOR': '18', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '179466', > 'name': 'sdb2', > 'symlinks': ['/dev/disk/by-id/scsi-0QEMU_QEMU_HARDDISK_drive-scsi0-0-1-part2', > '/dev/disk/by-partlabel/ext2', > '/dev/disk/by-partuuid/79bb45ef-8cb2-49f3-9d50-da71c20a33f6', > '/dev/disk/by-path/pci-0000:00:06.0-scsi-0:0:1:0-part2'], > 'sysfs_path': '/devices/pci0000:00/0000:00:06.0/host2/target2:0:1/2:0:1:0/block/sdb/sdb2'} ; name: sdb2 ; >INFO:blivet: scanning sdb2 (/devices/pci0000:00/0000:00:06.0/host2/target2:0:1/2:0:1:0/block/sdb/sdb2)... >DEBUG:blivet: DeviceTree.getDeviceByName: name: sdb2 ; >DEBUG:blivet: DeviceTree.getDeviceByName returned None >INFO:blivet: sdb2 is a partition >DEBUG:blivet: DeviceTree.addUdevPartitionDevice: name: sdb2 ; >DEBUG:blivet: DeviceTree.getDeviceByName: name: sdb ; >DEBUG:blivet: DeviceTree.getDeviceByName returned existing 1024MB disk sdb (5) with existing gpt disklabel >DEBUG:blivet: DiskDevice.addChild: kids: 2 ; name: sdb ; >DEBUG:blivet: PartitionDevice._setFormat: sdb2 ; >DEBUG:blivet: getFormat('None') returning DeviceFormat instance >DEBUG:blivet: PartitionDevice._setFormat: sdb2 ; current: None ; type: None ; >DEBUG:blivet: looking up parted Partition: /dev/sdb2 >DEBUG:blivet: PartitionDevice.probe: sdb2 ; exists: True ; >DEBUG:blivet: PartitionDevice.getFlag: path: /dev/sdb2 ; flag: 1 ; >DEBUG:blivet: PartitionDevice.getFlag: path: /dev/sdb2 ; flag: 10 ; >DEBUG:blivet: PartitionDevice.getFlag: path: /dev/sdb2 ; flag: 12 ; >INFO:blivet: added partition sdb2 (id 8) to device tree >DEBUG:blivet: DeviceTree.handleUdevDeviceFormat: name: sdb2 ; >DEBUG:blivet: DeviceTree.handleUdevDiskLabelFormat: device: sdb2 ; label_type: gpt ; >DEBUG:blivet: PartitionDevice.setup: sdb2 ; status: True ; controllable: True ; orig: False ; >DEBUG:blivet: DiskLabel.__init__: device: /dev/sdb2 ; labelType: gpt ; exists: True ; >WARNING:blivet: disklabel detected but not usable on sdb2 >DEBUG:blivet: no type or existing type for sdb2, bailing >DEBUG:blivet: looking up parted Device: /dev/sdb2 >INFO:blivet: got device: PartitionDevice instance (0x1e4d950) -- > name = sdb2 status = True kids = 0 id = 8 > parents = ['existing 1024MB disk sdb (5) with existing gpt disklabel'] > uuid = None size = 95.0 > format = existing None > major = 8 minor = 18 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:06.0/host2/target2:0:1/2:0:1:0/block/sdb/sdb2 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdb2 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 194560 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 0 did: 0 busy: False > hardwareGeometry: (93, 34, 61) biosGeometry: (12, 255, 63) > PedDevice: <_ped.Device object at 0x1e4a200> > target size = 0 path = /dev/sdb2 > format args = [] originalFormat = None grow = None max size = 0 bootable = None > part type = 0 primary = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x1e4e250> fileSystem: None > number: 2 path: /dev/sdb2 type: 0 > name: ext2 active: True busy: False > geometry: <parted.geometry.Geometry object at 0x1e4ea10> PedPartition: <_ped.Partition object at 0x1e40650> > disk = existing 1024MB disk sdb (5) with existing gpt disklabel > start = 196608 end = 391167 length = 194560 > flags = lvm >DEBUG:blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/scsi-0QEMU_QEMU_HARDDISK_drive-scsi0-0-1-part3 /dev/disk/by-partlabel/ext2 /dev/disk/by-partuuid/0078865b-c08d-4829-8b30-b73b74f5072a /dev/disk/by-path/pci-0000:00:06.0-scsi-0:0:1:0-part3', > 'DEVNAME': 'sdb3', > 'DEVPATH': '/devices/pci0000:00/0000:00:06.0/host2/target2:0:1/2:0:1:0/block/sdb/sdb3', > 'DEVTYPE': 'partition', > 'ID_BUS': 'scsi', > 'ID_MODEL': 'QEMU_HARDDISK', > 'ID_MODEL_ENC': 'QEMU\\x20HARDDISK\\x20\\x20\\x20', > 'ID_PART_ENTRY_DISK': '8:16', > 'ID_PART_ENTRY_NAME': 'ext2', > 'ID_PART_ENTRY_NUMBER': '3', > 'ID_PART_ENTRY_OFFSET': '393216', > 'ID_PART_ENTRY_SCHEME': 'gpt', > 'ID_PART_ENTRY_SIZE': '192512', > 'ID_PART_ENTRY_TYPE': 'e6d6d379-f507-44c2-a23c-238f2a3df928', > 'ID_PART_ENTRY_UUID': '0078865b-c08d-4829-8b30-b73b74f5072a', > 'ID_PART_TABLE_TYPE': 'gpt', > 'ID_PATH': 'pci-0000:00:06.0-scsi-0:0:1:0', > 'ID_PATH_TAG': 'pci-0000_00_06_0-scsi-0_0_1_0', > 'ID_REVISION': '0.15', > 'ID_SCSI': '1', > 'ID_SERIAL': '0QEMU_QEMU_HARDDISK_drive-scsi0-0-1', > 'ID_SERIAL_SHORT': 'drive-scsi0-0-1', > 'ID_TYPE': 'disk', > 'ID_VENDOR': 'QEMU', > 'ID_VENDOR_ENC': 'QEMU\\x20\\x20\\x20\\x20', > 'MAJOR': '8', > 'MINOR': '19', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '179490', > 'name': 'sdb3', > 'symlinks': ['/dev/disk/by-id/scsi-0QEMU_QEMU_HARDDISK_drive-scsi0-0-1-part3', > '/dev/disk/by-partlabel/ext2', > '/dev/disk/by-partuuid/0078865b-c08d-4829-8b30-b73b74f5072a', > '/dev/disk/by-path/pci-0000:00:06.0-scsi-0:0:1:0-part3'], > 'sysfs_path': '/devices/pci0000:00/0000:00:06.0/host2/target2:0:1/2:0:1:0/block/sdb/sdb3'} ; name: sdb3 ; >INFO:blivet: scanning sdb3 (/devices/pci0000:00/0000:00:06.0/host2/target2:0:1/2:0:1:0/block/sdb/sdb3)... >DEBUG:blivet: DeviceTree.getDeviceByName: name: sdb3 ; >DEBUG:blivet: DeviceTree.getDeviceByName returned None >INFO:blivet: sdb3 is a partition >DEBUG:blivet: DeviceTree.addUdevPartitionDevice: name: sdb3 ; >DEBUG:blivet: DeviceTree.getDeviceByName: name: sdb ; >DEBUG:blivet: DeviceTree.getDeviceByName returned existing 1024MB disk sdb (5) with existing gpt disklabel >DEBUG:blivet: DiskDevice.addChild: kids: 3 ; name: sdb ; >DEBUG:blivet: PartitionDevice._setFormat: sdb3 ; >DEBUG:blivet: getFormat('None') returning DeviceFormat instance >DEBUG:blivet: PartitionDevice._setFormat: sdb3 ; current: None ; type: None ; >DEBUG:blivet: looking up parted Partition: /dev/sdb3 >DEBUG:blivet: PartitionDevice.probe: sdb3 ; exists: True ; >DEBUG:blivet: PartitionDevice.getFlag: path: /dev/sdb3 ; flag: 1 ; >DEBUG:blivet: PartitionDevice.getFlag: path: /dev/sdb3 ; flag: 10 ; >DEBUG:blivet: PartitionDevice.getFlag: path: /dev/sdb3 ; flag: 12 ; >INFO:blivet: added partition sdb3 (id 9) to device tree >DEBUG:blivet: DeviceTree.handleUdevDeviceFormat: name: sdb3 ; >DEBUG:blivet: DeviceTree.handleUdevDiskLabelFormat: device: sdb3 ; label_type: gpt ; >DEBUG:blivet: PartitionDevice.setup: sdb3 ; status: True ; controllable: True ; orig: False ; >DEBUG:blivet: DiskLabel.__init__: device: /dev/sdb3 ; labelType: gpt ; exists: True ; >WARNING:blivet: disklabel detected but not usable on sdb3 >DEBUG:blivet: no type or existing type for sdb3, bailing >DEBUG:blivet: looking up parted Device: /dev/sdb3 >INFO:blivet: got device: PartitionDevice instance (0x1e4d710) -- > name = sdb3 status = True kids = 0 id = 9 > parents = ['existing 1024MB disk sdb (5) with existing gpt disklabel'] > uuid = None size = 94.0 > format = existing None > major = 8 minor = 19 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:06.0/host2/target2:0:1/2:0:1:0/block/sdb/sdb3 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdb3 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 192512 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 0 did: 0 busy: False > hardwareGeometry: (92, 34, 61) biosGeometry: (11, 255, 63) > PedDevice: <_ped.Device object at 0x1e4a4d0> > target size = 0 path = /dev/sdb3 > format args = [] originalFormat = None grow = None max size = 0 bootable = None > part type = 0 primary = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x1e4e250> fileSystem: None > number: 3 path: /dev/sdb3 type: 0 > name: ext2 active: True busy: False > geometry: <parted.geometry.Geometry object at 0x1e4eb10> PedPartition: <_ped.Partition object at 0x1e40890> > disk = existing 1024MB disk sdb (5) with existing gpt disklabel > start = 393216 end = 585727 length = 192512 > flags = lvm >DEBUG:blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/scsi-0QEMU_QEMU_HARDDISK_drive-scsi0-0-1-part4 /dev/disk/by-partlabel/ext2 /dev/disk/by-partuuid/9793a5cc-6e99-432d-abdc-06f30541b90b /dev/disk/by-path/pci-0000:00:06.0-scsi-0:0:1:0-part4', > 'DEVNAME': 'sdb4', > 'DEVPATH': '/devices/pci0000:00/0000:00:06.0/host2/target2:0:1/2:0:1:0/block/sdb/sdb4', > 'DEVTYPE': 'partition', > 'ID_BUS': 'scsi', > 'ID_MODEL': 'QEMU_HARDDISK', > 'ID_MODEL_ENC': 'QEMU\\x20HARDDISK\\x20\\x20\\x20', > 'ID_PART_ENTRY_DISK': '8:16', > 'ID_PART_ENTRY_NAME': 'ext2', > 'ID_PART_ENTRY_NUMBER': '4', > 'ID_PART_ENTRY_OFFSET': '587776', > 'ID_PART_ENTRY_SCHEME': 'gpt', > 'ID_PART_ENTRY_SIZE': '192512', > 'ID_PART_ENTRY_TYPE': 'e6d6d379-f507-44c2-a23c-238f2a3df928', > 'ID_PART_ENTRY_UUID': '9793a5cc-6e99-432d-abdc-06f30541b90b', > 'ID_PART_TABLE_TYPE': 'gpt', > 'ID_PATH': 'pci-0000:00:06.0-scsi-0:0:1:0', > 'ID_PATH_TAG': 'pci-0000_00_06_0-scsi-0_0_1_0', > 'ID_REVISION': '0.15', > 'ID_SCSI': '1', > 'ID_SERIAL': '0QEMU_QEMU_HARDDISK_drive-scsi0-0-1', > 'ID_SERIAL_SHORT': 'drive-scsi0-0-1', > 'ID_TYPE': 'disk', > 'ID_VENDOR': 'QEMU', > 'ID_VENDOR_ENC': 'QEMU\\x20\\x20\\x20\\x20', > 'MAJOR': '8', > 'MINOR': '20', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '179516', > 'name': 'sdb4', > 'symlinks': ['/dev/disk/by-id/scsi-0QEMU_QEMU_HARDDISK_drive-scsi0-0-1-part4', > '/dev/disk/by-partlabel/ext2', > '/dev/disk/by-partuuid/9793a5cc-6e99-432d-abdc-06f30541b90b', > '/dev/disk/by-path/pci-0000:00:06.0-scsi-0:0:1:0-part4'], > 'sysfs_path': '/devices/pci0000:00/0000:00:06.0/host2/target2:0:1/2:0:1:0/block/sdb/sdb4'} ; name: sdb4 ; >INFO:blivet: scanning sdb4 (/devices/pci0000:00/0000:00:06.0/host2/target2:0:1/2:0:1:0/block/sdb/sdb4)... >DEBUG:blivet: DeviceTree.getDeviceByName: name: sdb4 ; >DEBUG:blivet: DeviceTree.getDeviceByName returned None >INFO:blivet: sdb4 is a partition >DEBUG:blivet: DeviceTree.addUdevPartitionDevice: name: sdb4 ; >DEBUG:blivet: DeviceTree.getDeviceByName: name: sdb ; >DEBUG:blivet: DeviceTree.getDeviceByName returned existing 1024MB disk sdb (5) with existing gpt disklabel >DEBUG:blivet: DiskDevice.addChild: kids: 4 ; name: sdb ; >DEBUG:blivet: PartitionDevice._setFormat: sdb4 ; >DEBUG:blivet: getFormat('None') returning DeviceFormat instance >DEBUG:blivet: PartitionDevice._setFormat: sdb4 ; current: None ; type: None ; >DEBUG:blivet: looking up parted Partition: /dev/sdb4 >DEBUG:blivet: PartitionDevice.probe: sdb4 ; exists: True ; >DEBUG:blivet: PartitionDevice.getFlag: path: /dev/sdb4 ; flag: 1 ; >DEBUG:blivet: PartitionDevice.getFlag: path: /dev/sdb4 ; flag: 10 ; >DEBUG:blivet: PartitionDevice.getFlag: path: /dev/sdb4 ; flag: 12 ; >INFO:blivet: added partition sdb4 (id 10) to device tree >DEBUG:blivet: DeviceTree.handleUdevDeviceFormat: name: sdb4 ; >DEBUG:blivet: DeviceTree.handleUdevDiskLabelFormat: device: sdb4 ; label_type: gpt ; >DEBUG:blivet: PartitionDevice.setup: sdb4 ; status: True ; controllable: True ; orig: False ; >DEBUG:blivet: DiskLabel.__init__: device: /dev/sdb4 ; labelType: gpt ; exists: True ; >WARNING:blivet: disklabel detected but not usable on sdb4 >DEBUG:blivet: no type or existing type for sdb4, bailing >DEBUG:blivet: looking up parted Device: /dev/sdb4 >INFO:blivet: got device: PartitionDevice instance (0x1e4db90) -- > name = sdb4 status = True kids = 0 id = 10 > parents = ['existing 1024MB disk sdb (5) with existing gpt disklabel'] > uuid = None size = 94.0 > format = existing None > major = 8 minor = 20 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:06.0/host2/target2:0:1/2:0:1:0/block/sdb/sdb4 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdb4 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 192512 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 0 did: 0 busy: False > hardwareGeometry: (92, 34, 61) biosGeometry: (11, 255, 63) > PedDevice: <_ped.Device object at 0x1e4a5f0> > target size = 0 path = /dev/sdb4 > format args = [] originalFormat = None grow = None max size = 0 bootable = None > part type = 0 primary = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x1e4e250> fileSystem: None > number: 4 path: /dev/sdb4 type: 0 > name: ext2 active: True busy: False > geometry: <parted.geometry.Geometry object at 0x1e4edd0> PedPartition: <_ped.Partition object at 0x1e40770> > disk = existing 1024MB disk sdb (5) with existing gpt disklabel > start = 587776 end = 780287 length = 192512 > flags = lvm >DEBUG:blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/scsi-0QEMU_QEMU_HARDDISK_drive-scsi0-0-1-part5 /dev/disk/by-partlabel/ext2 /dev/disk/by-partuuid/b19c8508-fbcf-4ed5-a9bb-0000280b83cf /dev/disk/by-path/pci-0000:00:06.0-scsi-0:0:1:0-part5', > 'DEVNAME': 'sdb5', > 'DEVPATH': '/devices/pci0000:00/0000:00:06.0/host2/target2:0:1/2:0:1:0/block/sdb/sdb5', > 'DEVTYPE': 'partition', > 'ID_BUS': 'scsi', > 'ID_FS_LABEL': 'rawhide:0', > 'ID_FS_LABEL_ENC': 'rawhide:0', > 'ID_FS_TYPE': 'linux_raid_member', > 'ID_FS_USAGE': 'raid', > 'ID_FS_UUID': 'be9a74bb-0d42-cd21-aad1-100634e2ae05', > 'ID_FS_UUID_ENC': 'be9a74bb-0d42-cd21-aad1-100634e2ae05', > 'ID_FS_UUID_SUB': 'f27c0298-10e6-cf6a-d86b-1b6e6f78fc15', > 'ID_FS_UUID_SUB_ENC': 'f27c0298-10e6-cf6a-d86b-1b6e6f78fc15', > 'ID_FS_VERSION': '1.2', > 'ID_MODEL': 'QEMU_HARDDISK', > 'ID_MODEL_ENC': 'QEMU\\x20HARDDISK\\x20\\x20\\x20', > 'ID_PART_ENTRY_DISK': '8:16', > 'ID_PART_ENTRY_NAME': 'ext2', > 'ID_PART_ENTRY_NUMBER': '5', > 'ID_PART_ENTRY_OFFSET': '782336', > 'ID_PART_ENTRY_SCHEME': 'gpt', > 'ID_PART_ENTRY_SIZE': '194560', > 'ID_PART_ENTRY_TYPE': 'e6d6d379-f507-44c2-a23c-238f2a3df928', > 'ID_PART_ENTRY_UUID': 'b19c8508-fbcf-4ed5-a9bb-0000280b83cf', > 'ID_PART_TABLE_TYPE': 'gpt', > 'ID_PATH': 'pci-0000:00:06.0-scsi-0:0:1:0', > 'ID_PATH_TAG': 'pci-0000_00_06_0-scsi-0_0_1_0', > 'ID_REVISION': '0.15', > 'ID_SCSI': '1', > 'ID_SERIAL': '0QEMU_QEMU_HARDDISK_drive-scsi0-0-1', > 'ID_SERIAL_SHORT': 'drive-scsi0-0-1', > 'ID_TYPE': 'disk', > 'ID_VENDOR': 'QEMU', > 'ID_VENDOR_ENC': 'QEMU\\x20\\x20\\x20\\x20', > 'MAJOR': '8', > 'MINOR': '21', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '179543', > 'name': 'sdb5', > 'symlinks': ['/dev/disk/by-id/scsi-0QEMU_QEMU_HARDDISK_drive-scsi0-0-1-part5', > '/dev/disk/by-partlabel/ext2', > '/dev/disk/by-partuuid/b19c8508-fbcf-4ed5-a9bb-0000280b83cf', > '/dev/disk/by-path/pci-0000:00:06.0-scsi-0:0:1:0-part5'], > 'sysfs_path': '/devices/pci0000:00/0000:00:06.0/host2/target2:0:1/2:0:1:0/block/sdb/sdb5'} ; name: sdb5 ; >INFO:blivet: scanning sdb5 (/devices/pci0000:00/0000:00:06.0/host2/target2:0:1/2:0:1:0/block/sdb/sdb5)... >DEBUG:blivet: DeviceTree.getDeviceByName: name: sdb5 ; >DEBUG:blivet: DeviceTree.getDeviceByName returned None >INFO:blivet: sdb5 is a partition >DEBUG:blivet: DeviceTree.addUdevPartitionDevice: name: sdb5 ; >DEBUG:blivet: DeviceTree.getDeviceByName: name: sdb ; >DEBUG:blivet: DeviceTree.getDeviceByName returned existing 1024MB disk sdb (5) with existing gpt disklabel >DEBUG:blivet: DiskDevice.addChild: kids: 5 ; name: sdb ; >DEBUG:blivet: PartitionDevice._setFormat: sdb5 ; >DEBUG:blivet: getFormat('None') returning DeviceFormat instance >DEBUG:blivet: PartitionDevice._setFormat: sdb5 ; current: None ; type: None ; >DEBUG:blivet: looking up parted Partition: /dev/sdb5 >DEBUG:blivet: PartitionDevice.probe: sdb5 ; exists: True ; >DEBUG:blivet: PartitionDevice.getFlag: path: /dev/sdb5 ; flag: 1 ; >DEBUG:blivet: PartitionDevice.getFlag: path: /dev/sdb5 ; flag: 10 ; >DEBUG:blivet: PartitionDevice.getFlag: path: /dev/sdb5 ; flag: 12 ; >INFO:blivet: added partition sdb5 (id 11) to device tree >DEBUG:blivet: DeviceTree.handleUdevDeviceFormat: name: sdb5 ; >DEBUG:blivet: DeviceTree.handleUdevDiskLabelFormat: device: sdb5 ; label_type: gpt ; >DEBUG:blivet: PartitionDevice.setup: sdb5 ; status: True ; controllable: True ; orig: False ; >DEBUG:blivet: DiskLabel.__init__: device: /dev/sdb5 ; labelType: gpt ; exists: True ; >WARNING:blivet: disklabel detected but not usable on sdb5 >INFO:program: Running... mdadm --examine --export /dev/sdb5 >INFO:program: MD_LEVEL=raid0 >INFO:program: MD_DEVICES=3 >INFO:program: MD_NAME=rawhide:0 >INFO:program: MD_UUID=be9a74bb:0d42cd21:aad11006:34e2ae05 >INFO:program: MD_UPDATE_TIME=1364213072 >INFO:program: MD_DEV_UUID=f27c0298:10e6cf6a:d86b1b6e:6f78fc15 >INFO:program: MD_EVENTS=0 >DEBUG:program: Return code: 0 >INFO:program: Running... mdadm --examine --brief /dev/sdb5 >INFO:program: ARRAY /dev/md/0 metadata=1.2 UUID=be9a74bb:0d42cd21:aad11006:34e2ae05 name=rawhide:0 >DEBUG:program: Return code: 0 >INFO:blivet: type detected on 'sdb5' is 'linux_raid_member' >DEBUG:blivet: MDRaidMember.__init__: uuid: be9a74bb-0d42-cd21-aad1-100634e2ae05 ; exists: True ; label: rawhide:0 ; device: /dev/sdb5 ; serial: drive-scsi0-0-1 ; mdUuid: be9a74bb:0d42cd21:aad11006:34e2ae05 ; biosraid: False ; >DEBUG:blivet: getFormat('linux_raid_member') returning MDRaidMember instance >DEBUG:blivet: PartitionDevice._setFormat: sdb5 ; >DEBUG:blivet: PartitionDevice._setFormat: sdb5 ; current: None ; type: mdmember ; >DEBUG:blivet: DeviceTree.handleUdevMDMemberFormat: type: mdmember ; name: sdb5 ; >DEBUG:blivet: raw RAID 0 size == 3072.0 >INFO:blivet: Using 2MB superBlockSize >DEBUG:blivet: non-existent RAID 0 size == 3066.0 >DEBUG:blivet: DeviceTree.getDeviceByUuid returned existing 3066MB mdarray 0 (4) >DEBUG:blivet: MDRaidArrayDevice._addDevice: 0 ; device: sdb5 ; status: False ; >DEBUG:blivet: PartitionDevice.addChild: kids: 0 ; name: sdb5 ; >DEBUG:blivet: looking up parted Device: /dev/sdb5 >INFO:blivet: got device: PartitionDevice instance (0x1e4dfd0) -- > name = sdb5 status = True kids = 1 id = 11 > parents = ['existing 1024MB disk sdb (5) with existing gpt disklabel'] > uuid = None size = 95.0 > format = existing mdmember > major = 8 minor = 21 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:06.0/host2/target2:0:1/2:0:1:0/block/sdb/sdb5 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdb5 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 194560 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 27491 did: 29487 busy: False > hardwareGeometry: (93, 34, 61) biosGeometry: (12, 255, 63) > PedDevice: <_ped.Device object at 0x1e4a320> > target size = 0 path = /dev/sdb5 > format args = [] originalFormat = None grow = None max size = 0 bootable = None > part type = 0 primary = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x1e4e250> fileSystem: None > number: 5 path: /dev/sdb5 type: 0 > name: ext2 active: True busy: False > geometry: <parted.geometry.Geometry object at 0x1e4ef50> PedPartition: <_ped.Partition object at 0x1e408f0> > disk = existing 1024MB disk sdb (5) with existing gpt disklabel > start = 782336 end = 976895 length = 194560 > flags = lvm >INFO:blivet: got format: MDRaidMember instance (0x1e4d510) -- > type = mdmember name = software RAID status = False > device = /dev/sdb5 uuid = be9a74bb-0d42-cd21-aad1-100634e2ae05 exists = True > options = None supported = True formattable = True resizable = False > mdUUID = be9a74bb:0d42cd21:aad11006:34e2ae05 biosraid = False >DEBUG:blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/scsi-0QEMU_QEMU_HARDDISK_drive-scsi0-0-1-part6 /dev/disk/by-partlabel/ext2 /dev/disk/by-partuuid/e915e6a4-eef1-4c1e-8b76-9ed9a315fb22 /dev/disk/by-path/pci-0000:00:06.0-scsi-0:0:1:0-part6', > 'DEVNAME': 'sdb6', > 'DEVPATH': '/devices/pci0000:00/0000:00:06.0/host2/target2:0:1/2:0:1:0/block/sdb/sdb6', > 'DEVTYPE': 'partition', > 'ID_BUS': 'scsi', > 'ID_FS_LABEL': 'rawhide:0', > 'ID_FS_LABEL_ENC': 'rawhide:0', > 'ID_FS_TYPE': 'linux_raid_member', > 'ID_FS_USAGE': 'raid', > 'ID_FS_UUID': 'be9a74bb-0d42-cd21-aad1-100634e2ae05', > 'ID_FS_UUID_ENC': 'be9a74bb-0d42-cd21-aad1-100634e2ae05', > 'ID_FS_UUID_SUB': 'e894edaf-b78c-3e37-6c69-925d1fcc7418', > 'ID_FS_UUID_SUB_ENC': 'e894edaf-b78c-3e37-6c69-925d1fcc7418', > 'ID_FS_VERSION': '1.2', > 'ID_MODEL': 'QEMU_HARDDISK', > 'ID_MODEL_ENC': 'QEMU\\x20HARDDISK\\x20\\x20\\x20', > 'ID_PART_ENTRY_DISK': '8:16', > 'ID_PART_ENTRY_NAME': 'ext2', > 'ID_PART_ENTRY_NUMBER': '6', > 'ID_PART_ENTRY_OFFSET': '978944', > 'ID_PART_ENTRY_SCHEME': 'gpt', > 'ID_PART_ENTRY_SIZE': '192512', > 'ID_PART_ENTRY_TYPE': 'e6d6d379-f507-44c2-a23c-238f2a3df928', > 'ID_PART_ENTRY_UUID': 'e915e6a4-eef1-4c1e-8b76-9ed9a315fb22', > 'ID_PART_TABLE_TYPE': 'gpt', > 'ID_PATH': 'pci-0000:00:06.0-scsi-0:0:1:0', > 'ID_PATH_TAG': 'pci-0000_00_06_0-scsi-0_0_1_0', > 'ID_REVISION': '0.15', > 'ID_SCSI': '1', > 'ID_SERIAL': '0QEMU_QEMU_HARDDISK_drive-scsi0-0-1', > 'ID_SERIAL_SHORT': 'drive-scsi0-0-1', > 'ID_TYPE': 'disk', > 'ID_VENDOR': 'QEMU', > 'ID_VENDOR_ENC': 'QEMU\\x20\\x20\\x20\\x20', > 'MAJOR': '8', > 'MINOR': '22', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '179571', > 'name': 'sdb6', > 'symlinks': ['/dev/disk/by-id/scsi-0QEMU_QEMU_HARDDISK_drive-scsi0-0-1-part6', > '/dev/disk/by-partlabel/ext2', > '/dev/disk/by-partuuid/e915e6a4-eef1-4c1e-8b76-9ed9a315fb22', > '/dev/disk/by-path/pci-0000:00:06.0-scsi-0:0:1:0-part6'], > 'sysfs_path': '/devices/pci0000:00/0000:00:06.0/host2/target2:0:1/2:0:1:0/block/sdb/sdb6'} ; name: sdb6 ; >INFO:blivet: scanning sdb6 (/devices/pci0000:00/0000:00:06.0/host2/target2:0:1/2:0:1:0/block/sdb/sdb6)... >DEBUG:blivet: DeviceTree.getDeviceByName: name: sdb6 ; >DEBUG:blivet: DeviceTree.getDeviceByName returned None >INFO:blivet: sdb6 is a partition >DEBUG:blivet: DeviceTree.addUdevPartitionDevice: name: sdb6 ; >DEBUG:blivet: DeviceTree.getDeviceByName: name: sdb ; >DEBUG:blivet: DeviceTree.getDeviceByName returned existing 1024MB disk sdb (5) with existing gpt disklabel >DEBUG:blivet: DiskDevice.addChild: kids: 6 ; name: sdb ; >DEBUG:blivet: PartitionDevice._setFormat: sdb6 ; >DEBUG:blivet: getFormat('None') returning DeviceFormat instance >DEBUG:blivet: PartitionDevice._setFormat: sdb6 ; current: None ; type: None ; >DEBUG:blivet: looking up parted Partition: /dev/sdb6 >DEBUG:blivet: PartitionDevice.probe: sdb6 ; exists: True ; >DEBUG:blivet: PartitionDevice.getFlag: path: /dev/sdb6 ; flag: 1 ; >DEBUG:blivet: PartitionDevice.getFlag: path: /dev/sdb6 ; flag: 10 ; >DEBUG:blivet: PartitionDevice.getFlag: path: /dev/sdb6 ; flag: 12 ; >INFO:blivet: added partition sdb6 (id 12) to device tree >DEBUG:blivet: DeviceTree.handleUdevDeviceFormat: name: sdb6 ; >DEBUG:blivet: DeviceTree.handleUdevDiskLabelFormat: device: sdb6 ; label_type: gpt ; >DEBUG:blivet: PartitionDevice.setup: sdb6 ; status: True ; controllable: True ; orig: False ; >DEBUG:blivet: DiskLabel.__init__: device: /dev/sdb6 ; labelType: gpt ; exists: True ; >WARNING:blivet: disklabel detected but not usable on sdb6 >INFO:program: Running... mdadm --examine --export /dev/sdb6 >INFO:program: MD_LEVEL=raid0 >INFO:program: MD_DEVICES=3 >INFO:program: MD_NAME=rawhide:0 >INFO:program: MD_UUID=be9a74bb:0d42cd21:aad11006:34e2ae05 >INFO:program: MD_UPDATE_TIME=1364213072 >INFO:program: MD_DEV_UUID=e894edaf:b78c3e37:6c69925d:1fcc7418 >INFO:program: MD_EVENTS=0 >DEBUG:program: Return code: 0 >INFO:program: Running... mdadm --examine --brief /dev/sdb6 >INFO:program: ARRAY /dev/md/0 metadata=1.2 UUID=be9a74bb:0d42cd21:aad11006:34e2ae05 name=rawhide:0 >DEBUG:program: Return code: 0 >INFO:blivet: type detected on 'sdb6' is 'linux_raid_member' >DEBUG:blivet: MDRaidMember.__init__: uuid: be9a74bb-0d42-cd21-aad1-100634e2ae05 ; exists: True ; label: rawhide:0 ; device: /dev/sdb6 ; serial: drive-scsi0-0-1 ; mdUuid: be9a74bb:0d42cd21:aad11006:34e2ae05 ; biosraid: False ; >DEBUG:blivet: getFormat('linux_raid_member') returning MDRaidMember instance >DEBUG:blivet: PartitionDevice._setFormat: sdb6 ; >DEBUG:blivet: PartitionDevice._setFormat: sdb6 ; current: None ; type: mdmember ; >DEBUG:blivet: DeviceTree.handleUdevMDMemberFormat: type: mdmember ; name: sdb6 ; >DEBUG:blivet: raw RAID 0 size == 285.0 >INFO:blivet: Using 0MB superBlockSize >DEBUG:blivet: non-existent RAID 0 size == 285.0 >DEBUG:blivet: DeviceTree.getDeviceByUuid returned existing 285MB mdarray 0 (4) >DEBUG:blivet: MDRaidArrayDevice._addDevice: 0 ; device: sdb6 ; status: False ; >DEBUG:blivet: PartitionDevice.addChild: kids: 0 ; name: sdb6 ; >DEBUG:blivet: looking up parted Device: /dev/sdb6 >INFO:blivet: got device: PartitionDevice instance (0x1e4d310) -- > name = sdb6 status = True kids = 1 id = 12 > parents = ['existing 1024MB disk sdb (5) with existing gpt disklabel'] > uuid = None size = 94.0 > format = existing mdmember > major = 8 minor = 22 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:06.0/host2/target2:0:1/2:0:1:0/block/sdb/sdb6 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdb6 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 192512 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 0 did: 0 busy: False > hardwareGeometry: (92, 34, 61) biosGeometry: (11, 255, 63) > PedDevice: <_ped.Device object at 0x1e4a710> > target size = 0 path = /dev/sdb6 > format args = [] originalFormat = None grow = None max size = 0 bootable = None > part type = 0 primary = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x1e4e250> fileSystem: None > number: 6 path: /dev/sdb6 type: 0 > name: ext2 active: True busy: False > geometry: <parted.geometry.Geometry object at 0x1e4d110> PedPartition: <_ped.Partition object at 0x1e40590> > disk = existing 1024MB disk sdb (5) with existing gpt disklabel > start = 978944 end = 1171455 length = 192512 > flags = lvm >INFO:blivet: got format: MDRaidMember instance (0x1e52090) -- > type = mdmember name = software RAID status = False > device = /dev/sdb6 uuid = be9a74bb-0d42-cd21-aad1-100634e2ae05 exists = True > options = None supported = True formattable = True resizable = False > mdUUID = be9a74bb:0d42cd21:aad11006:34e2ae05 biosraid = False >DEBUG:blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/scsi-0QEMU_QEMU_HARDDISK_drive-scsi0-0-1-part7 /dev/disk/by-partlabel/ext2 /dev/disk/by-partuuid/ef3722f0-2bad-457f-bf15-bb4fee0b01b7 /dev/disk/by-path/pci-0000:00:06.0-scsi-0:0:1:0-part7', > 'DEVNAME': 'sdb7', > 'DEVPATH': '/devices/pci0000:00/0000:00:06.0/host2/target2:0:1/2:0:1:0/block/sdb/sdb7', > 'DEVTYPE': 'partition', > 'ID_BUS': 'scsi', > 'ID_MODEL': 'QEMU_HARDDISK', > 'ID_MODEL_ENC': 'QEMU\\x20HARDDISK\\x20\\x20\\x20', > 'ID_PART_ENTRY_DISK': '8:16', > 'ID_PART_ENTRY_NAME': 'ext2', > 'ID_PART_ENTRY_NUMBER': '7', > 'ID_PART_ENTRY_OFFSET': '1173504', > 'ID_PART_ENTRY_SCHEME': 'gpt', > 'ID_PART_ENTRY_SIZE': '194560', > 'ID_PART_ENTRY_TYPE': 'e6d6d379-f507-44c2-a23c-238f2a3df928', > 'ID_PART_ENTRY_UUID': 'ef3722f0-2bad-457f-bf15-bb4fee0b01b7', > 'ID_PART_TABLE_TYPE': 'gpt', > 'ID_PATH': 'pci-0000:00:06.0-scsi-0:0:1:0', > 'ID_PATH_TAG': 'pci-0000_00_06_0-scsi-0_0_1_0', > 'ID_REVISION': '0.15', > 'ID_SCSI': '1', > 'ID_SERIAL': '0QEMU_QEMU_HARDDISK_drive-scsi0-0-1', > 'ID_SERIAL_SHORT': 'drive-scsi0-0-1', > 'ID_TYPE': 'disk', > 'ID_VENDOR': 'QEMU', > 'ID_VENDOR_ENC': 'QEMU\\x20\\x20\\x20\\x20', > 'MAJOR': '8', > 'MINOR': '23', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '179607', > 'name': 'sdb7', > 'symlinks': ['/dev/disk/by-id/scsi-0QEMU_QEMU_HARDDISK_drive-scsi0-0-1-part7', > '/dev/disk/by-partlabel/ext2', > '/dev/disk/by-partuuid/ef3722f0-2bad-457f-bf15-bb4fee0b01b7', > '/dev/disk/by-path/pci-0000:00:06.0-scsi-0:0:1:0-part7'], > 'sysfs_path': '/devices/pci0000:00/0000:00:06.0/host2/target2:0:1/2:0:1:0/block/sdb/sdb7'} ; name: sdb7 ; >INFO:blivet: scanning sdb7 (/devices/pci0000:00/0000:00:06.0/host2/target2:0:1/2:0:1:0/block/sdb/sdb7)... >DEBUG:blivet: DeviceTree.getDeviceByName: name: sdb7 ; >DEBUG:blivet: DeviceTree.getDeviceByName returned None >INFO:blivet: sdb7 is a partition >DEBUG:blivet: DeviceTree.addUdevPartitionDevice: name: sdb7 ; >DEBUG:blivet: DeviceTree.getDeviceByName: name: sdb ; >DEBUG:blivet: DeviceTree.getDeviceByName returned existing 1024MB disk sdb (5) with existing gpt disklabel >DEBUG:blivet: DiskDevice.addChild: kids: 7 ; name: sdb ; >DEBUG:blivet: PartitionDevice._setFormat: sdb7 ; >DEBUG:blivet: getFormat('None') returning DeviceFormat instance >DEBUG:blivet: PartitionDevice._setFormat: sdb7 ; current: None ; type: None ; >DEBUG:blivet: looking up parted Partition: /dev/sdb7 >DEBUG:blivet: PartitionDevice.probe: sdb7 ; exists: True ; >DEBUG:blivet: PartitionDevice.getFlag: path: /dev/sdb7 ; flag: 1 ; >DEBUG:blivet: PartitionDevice.getFlag: path: /dev/sdb7 ; flag: 10 ; >DEBUG:blivet: PartitionDevice.getFlag: path: /dev/sdb7 ; flag: 12 ; >INFO:blivet: added partition sdb7 (id 13) to device tree >DEBUG:blivet: DeviceTree.handleUdevDeviceFormat: name: sdb7 ; >DEBUG:blivet: DeviceTree.handleUdevDiskLabelFormat: device: sdb7 ; label_type: gpt ; >DEBUG:blivet: PartitionDevice.setup: sdb7 ; status: True ; controllable: True ; orig: False ; >DEBUG:blivet: DiskLabel.__init__: device: /dev/sdb7 ; labelType: gpt ; exists: True ; >WARNING:blivet: disklabel detected but not usable on sdb7 >DEBUG:blivet: no type or existing type for sdb7, bailing >DEBUG:blivet: looking up parted Device: /dev/sdb7 >INFO:blivet: got device: PartitionDevice instance (0x1e4da90) -- > name = sdb7 status = True kids = 0 id = 13 > parents = ['existing 1024MB disk sdb (5) with existing gpt disklabel'] > uuid = None size = 95.0 > format = existing None > major = 8 minor = 23 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:06.0/host2/target2:0:1/2:0:1:0/block/sdb/sdb7 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdb7 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 194560 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 0 did: 0 busy: False > hardwareGeometry: (93, 34, 61) biosGeometry: (12, 255, 63) > PedDevice: <_ped.Device object at 0x1e4a560> > target size = 0 path = /dev/sdb7 > format args = [] originalFormat = None grow = None max size = 0 bootable = None > part type = 0 primary = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x1e4e250> fileSystem: None > number: 7 path: /dev/sdb7 type: 0 > name: ext2 active: True busy: False > geometry: <parted.geometry.Geometry object at 0x1e4e0d0> PedPartition: <_ped.Partition object at 0x1e40a70> > disk = existing 1024MB disk sdb (5) with existing gpt disklabel > start = 1173504 end = 1368063 length = 194560 > flags = lvm >DEBUG:blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/scsi-0QEMU_QEMU_HARDDISK_drive-scsi0-0-1-part8 /dev/disk/by-partlabel/ext2 /dev/disk/by-partuuid/72b1008e-0b4d-4fda-9e3a-7a80f8aeaeee /dev/disk/by-path/pci-0000:00:06.0-scsi-0:0:1:0-part8', > 'DEVNAME': 'sdb8', > 'DEVPATH': '/devices/pci0000:00/0000:00:06.0/host2/target2:0:1/2:0:1:0/block/sdb/sdb8', > 'DEVTYPE': 'partition', > 'ID_BUS': 'scsi', > 'ID_MODEL': 'QEMU_HARDDISK', > 'ID_MODEL_ENC': 'QEMU\\x20HARDDISK\\x20\\x20\\x20', > 'ID_PART_ENTRY_DISK': '8:16', > 'ID_PART_ENTRY_NAME': 'ext2', > 'ID_PART_ENTRY_NUMBER': '8', > 'ID_PART_ENTRY_OFFSET': '1370112', > 'ID_PART_ENTRY_SCHEME': 'gpt', > 'ID_PART_ENTRY_SIZE': '192512', > 'ID_PART_ENTRY_TYPE': 'e6d6d379-f507-44c2-a23c-238f2a3df928', > 'ID_PART_ENTRY_UUID': '72b1008e-0b4d-4fda-9e3a-7a80f8aeaeee', > 'ID_PART_TABLE_TYPE': 'gpt', > 'ID_PATH': 'pci-0000:00:06.0-scsi-0:0:1:0', > 'ID_PATH_TAG': 'pci-0000_00_06_0-scsi-0_0_1_0', > 'ID_REVISION': '0.15', > 'ID_SCSI': '1', > 'ID_SERIAL': '0QEMU_QEMU_HARDDISK_drive-scsi0-0-1', > 'ID_SERIAL_SHORT': 'drive-scsi0-0-1', > 'ID_TYPE': 'disk', > 'ID_VENDOR': 'QEMU', > 'ID_VENDOR_ENC': 'QEMU\\x20\\x20\\x20\\x20', > 'MAJOR': '8', > 'MINOR': '24', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '179634', > 'name': 'sdb8', > 'symlinks': ['/dev/disk/by-id/scsi-0QEMU_QEMU_HARDDISK_drive-scsi0-0-1-part8', > '/dev/disk/by-partlabel/ext2', > '/dev/disk/by-partuuid/72b1008e-0b4d-4fda-9e3a-7a80f8aeaeee', > '/dev/disk/by-path/pci-0000:00:06.0-scsi-0:0:1:0-part8'], > 'sysfs_path': '/devices/pci0000:00/0000:00:06.0/host2/target2:0:1/2:0:1:0/block/sdb/sdb8'} ; name: sdb8 ; >INFO:blivet: scanning sdb8 (/devices/pci0000:00/0000:00:06.0/host2/target2:0:1/2:0:1:0/block/sdb/sdb8)... >DEBUG:blivet: DeviceTree.getDeviceByName: name: sdb8 ; >DEBUG:blivet: DeviceTree.getDeviceByName returned None >INFO:blivet: sdb8 is a partition >DEBUG:blivet: DeviceTree.addUdevPartitionDevice: name: sdb8 ; >DEBUG:blivet: DeviceTree.getDeviceByName: name: sdb ; >DEBUG:blivet: DeviceTree.getDeviceByName returned existing 1024MB disk sdb (5) with existing gpt disklabel >DEBUG:blivet: DiskDevice.addChild: kids: 8 ; name: sdb ; >DEBUG:blivet: PartitionDevice._setFormat: sdb8 ; >DEBUG:blivet: getFormat('None') returning DeviceFormat instance >DEBUG:blivet: PartitionDevice._setFormat: sdb8 ; current: None ; type: None ; >DEBUG:blivet: looking up parted Partition: /dev/sdb8 >DEBUG:blivet: PartitionDevice.probe: sdb8 ; exists: True ; >DEBUG:blivet: PartitionDevice.getFlag: path: /dev/sdb8 ; flag: 1 ; >DEBUG:blivet: PartitionDevice.getFlag: path: /dev/sdb8 ; flag: 10 ; >DEBUG:blivet: PartitionDevice.getFlag: path: /dev/sdb8 ; flag: 12 ; >INFO:blivet: added partition sdb8 (id 14) to device tree >DEBUG:blivet: DeviceTree.handleUdevDeviceFormat: name: sdb8 ; >DEBUG:blivet: DeviceTree.handleUdevDiskLabelFormat: device: sdb8 ; label_type: gpt ; >DEBUG:blivet: PartitionDevice.setup: sdb8 ; status: True ; controllable: True ; orig: False ; >DEBUG:blivet: DiskLabel.__init__: device: /dev/sdb8 ; labelType: gpt ; exists: True ; >WARNING:blivet: disklabel detected but not usable on sdb8 >DEBUG:blivet: no type or existing type for sdb8, bailing >DEBUG:blivet: looking up parted Device: /dev/sdb8 >INFO:blivet: got device: PartitionDevice instance (0x1e4d3d0) -- > name = sdb8 status = True kids = 0 id = 14 > parents = ['existing 1024MB disk sdb (5) with existing gpt disklabel'] > uuid = None size = 94.0 > format = existing None > major = 8 minor = 24 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:06.0/host2/target2:0:1/2:0:1:0/block/sdb/sdb8 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdb8 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 192512 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 0 did: 0 busy: False > hardwareGeometry: (92, 34, 61) biosGeometry: (11, 255, 63) > PedDevice: <_ped.Device object at 0x1e4a7a0> > target size = 0 path = /dev/sdb8 > format args = [] originalFormat = None grow = None max size = 0 bootable = None > part type = 0 primary = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x1e4e250> fileSystem: None > number: 8 path: /dev/sdb8 type: 0 > name: ext2 active: True busy: False > geometry: <parted.geometry.Geometry object at 0x1e3eed0> PedPartition: <_ped.Partition object at 0x1e409b0> > disk = existing 1024MB disk sdb (5) with existing gpt disklabel > start = 1370112 end = 1562623 length = 192512 > flags = lvm >DEBUG:blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/scsi-0QEMU_QEMU_HARDDISK_drive-scsi0-0-1-part9 /dev/disk/by-partlabel/ext2 /dev/disk/by-partuuid/371a4277-9937-4124-8bc6-69007e6673a9 /dev/disk/by-path/pci-0000:00:06.0-scsi-0:0:1:0-part9', > 'DEVNAME': 'sdb9', > 'DEVPATH': '/devices/pci0000:00/0000:00:06.0/host2/target2:0:1/2:0:1:0/block/sdb/sdb9', > 'DEVTYPE': 'partition', > 'ID_BUS': 'scsi', > 'ID_MODEL': 'QEMU_HARDDISK', > 'ID_MODEL_ENC': 'QEMU\\x20HARDDISK\\x20\\x20\\x20', > 'ID_PART_ENTRY_DISK': '8:16', > 'ID_PART_ENTRY_NAME': 'ext2', > 'ID_PART_ENTRY_NUMBER': '9', > 'ID_PART_ENTRY_OFFSET': '1564672', > 'ID_PART_ENTRY_SCHEME': 'gpt', > 'ID_PART_ENTRY_SIZE': '192512', > 'ID_PART_ENTRY_TYPE': 'e6d6d379-f507-44c2-a23c-238f2a3df928', > 'ID_PART_ENTRY_UUID': '371a4277-9937-4124-8bc6-69007e6673a9', > 'ID_PART_TABLE_TYPE': 'gpt', > 'ID_PATH': 'pci-0000:00:06.0-scsi-0:0:1:0', > 'ID_PATH_TAG': 'pci-0000_00_06_0-scsi-0_0_1_0', > 'ID_REVISION': '0.15', > 'ID_SCSI': '1', > 'ID_SERIAL': '0QEMU_QEMU_HARDDISK_drive-scsi0-0-1', > 'ID_SERIAL_SHORT': 'drive-scsi0-0-1', > 'ID_TYPE': 'disk', > 'ID_VENDOR': 'QEMU', > 'ID_VENDOR_ENC': 'QEMU\\x20\\x20\\x20\\x20', > 'MAJOR': '8', > 'MINOR': '25', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '179662', > 'name': 'sdb9', > 'symlinks': ['/dev/disk/by-id/scsi-0QEMU_QEMU_HARDDISK_drive-scsi0-0-1-part9', > '/dev/disk/by-partlabel/ext2', > '/dev/disk/by-partuuid/371a4277-9937-4124-8bc6-69007e6673a9', > '/dev/disk/by-path/pci-0000:00:06.0-scsi-0:0:1:0-part9'], > 'sysfs_path': '/devices/pci0000:00/0000:00:06.0/host2/target2:0:1/2:0:1:0/block/sdb/sdb9'} ; name: sdb9 ; >INFO:blivet: scanning sdb9 (/devices/pci0000:00/0000:00:06.0/host2/target2:0:1/2:0:1:0/block/sdb/sdb9)... >DEBUG:blivet: DeviceTree.getDeviceByName: name: sdb9 ; >DEBUG:blivet: DeviceTree.getDeviceByName returned None >INFO:blivet: sdb9 is a partition >DEBUG:blivet: DeviceTree.addUdevPartitionDevice: name: sdb9 ; >DEBUG:blivet: DeviceTree.getDeviceByName: name: sdb ; >DEBUG:blivet: DeviceTree.getDeviceByName returned existing 1024MB disk sdb (5) with existing gpt disklabel >DEBUG:blivet: DiskDevice.addChild: kids: 9 ; name: sdb ; >DEBUG:blivet: PartitionDevice._setFormat: sdb9 ; >DEBUG:blivet: getFormat('None') returning DeviceFormat instance >DEBUG:blivet: PartitionDevice._setFormat: sdb9 ; current: None ; type: None ; >DEBUG:blivet: looking up parted Partition: /dev/sdb9 >DEBUG:blivet: PartitionDevice.probe: sdb9 ; exists: True ; >DEBUG:blivet: PartitionDevice.getFlag: path: /dev/sdb9 ; flag: 1 ; >DEBUG:blivet: PartitionDevice.getFlag: path: /dev/sdb9 ; flag: 10 ; >DEBUG:blivet: PartitionDevice.getFlag: path: /dev/sdb9 ; flag: 12 ; >INFO:blivet: added partition sdb9 (id 15) to device tree >DEBUG:blivet: DeviceTree.handleUdevDeviceFormat: name: sdb9 ; >DEBUG:blivet: DeviceTree.handleUdevDiskLabelFormat: device: sdb9 ; label_type: gpt ; >DEBUG:blivet: PartitionDevice.setup: sdb9 ; status: True ; controllable: True ; orig: False ; >DEBUG:blivet: DiskLabel.__init__: device: /dev/sdb9 ; labelType: gpt ; exists: True ; >WARNING:blivet: disklabel detected but not usable on sdb9 >DEBUG:blivet: no type or existing type for sdb9, bailing >DEBUG:blivet: looking up parted Device: /dev/sdb9 >INFO:blivet: got device: PartitionDevice instance (0x1e4ddd0) -- > name = sdb9 status = True kids = 0 id = 15 > parents = ['existing 1024MB disk sdb (5) with existing gpt disklabel'] > uuid = None size = 94.0 > format = existing None > major = 8 minor = 25 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:06.0/host2/target2:0:1/2:0:1:0/block/sdb/sdb9 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdb9 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 192512 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 0 did: 0 busy: False > hardwareGeometry: (92, 34, 61) biosGeometry: (11, 255, 63) > PedDevice: <_ped.Device object at 0x1e4a8c0> > target size = 0 path = /dev/sdb9 > format args = [] originalFormat = None grow = None max size = 0 bootable = None > part type = 0 primary = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x1e4e250> fileSystem: None > number: 9 path: /dev/sdb9 type: 0 > name: ext2 active: True busy: False > geometry: <parted.geometry.Geometry object at 0x1e3e910> PedPartition: <_ped.Partition object at 0x1e407d0> > disk = existing 1024MB disk sdb (5) with existing gpt disklabel > start = 1564672 end = 1757183 length = 192512 > flags = lvm >DEBUG:blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/scsi-0QEMU_QEMU_HARDDISK_drive-scsi0-0-2 /dev/disk/by-path/pci-0000:00:06.0-scsi-0:0:2:0', > 'DEVNAME': 'sdc', > 'DEVPATH': '/devices/pci0000:00/0000:00:06.0/host2/target2:0:2/2:0:2:0/block/sdc', > 'DEVTYPE': 'disk', > 'ID_BUS': 'scsi', > 'ID_MODEL': 'QEMU_HARDDISK', > 'ID_MODEL_ENC': 'QEMU\\x20HARDDISK\\x20\\x20\\x20', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PATH': 'pci-0000:00:06.0-scsi-0:0:2:0', > 'ID_PATH_TAG': 'pci-0000_00_06_0-scsi-0_0_2_0', > 'ID_REVISION': '0.15', > 'ID_SCSI': '1', > 'ID_SERIAL': '0QEMU_QEMU_HARDDISK_drive-scsi0-0-2', > 'ID_SERIAL_SHORT': 'drive-scsi0-0-2', > 'ID_TYPE': 'disk', > 'ID_VENDOR': 'QEMU', > 'ID_VENDOR_ENC': 'QEMU\\x20\\x20\\x20\\x20', > 'MAJOR': '8', > 'MINOR': '32', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '179890', > 'name': 'sdc', > 'symlinks': ['/dev/disk/by-id/scsi-0QEMU_QEMU_HARDDISK_drive-scsi0-0-2', > '/dev/disk/by-path/pci-0000:00:06.0-scsi-0:0:2:0'], > 'sysfs_path': '/devices/pci0000:00/0000:00:06.0/host2/target2:0:2/2:0:2:0/block/sdc'} ; name: sdc ; >INFO:blivet: scanning sdc (/devices/pci0000:00/0000:00:06.0/host2/target2:0:2/2:0:2:0/block/sdc)... >DEBUG:blivet: DeviceTree.getDeviceByName: name: sdc ; >DEBUG:blivet: DeviceTree.getDeviceByName returned None >DEBUG:blivet: DeviceTree.addUdevDiskDevice: name: sdc ; >INFO:blivet: sdc is a disk >DEBUG:blivet: getFormat('None') returning DeviceFormat instance >DEBUG:blivet: DiskDevice._setFormat: sdc ; current: None ; type: None ; >INFO:blivet: added disk sdc (id 16) to device tree >DEBUG:blivet: looking up parted Device: /dev/sdc >DEBUG:blivet: DeviceTree.handleUdevDeviceFormat: name: sdc ; >DEBUG:blivet: DeviceTree.handleUdevDiskLabelFormat: device: sdc ; label_type: dos ; >DEBUG:blivet: DiskDevice.setup: sdc ; status: True ; controllable: True ; orig: False ; >DEBUG:blivet: required disklabel type for sdc (1) is None >DEBUG:blivet: default disklabel type for sdc is msdos >DEBUG:blivet: selecting msdos disklabel for sdc based on size >DEBUG:blivet: DiskLabel.__init__: device: /dev/sdc ; labelType: msdos ; exists: True ; >DEBUG:blivet: Did not change pmbr_boot on parted.Disk instance -- > type: msdos primaryPartitionCount: 0 > lastPartitionNumber: -1 maxPrimaryPartitionCount: 4 > partitions: [] > device: <parted.device.Device object at 0x1e52ad0> > PedDisk: <_ped.Disk object at 0x1e58908> >DEBUG:blivet: getFormat('disklabel') returning DiskLabel instance >DEBUG:blivet: DiskDevice._setFormat: sdc ; current: None ; type: disklabel ; >INFO:blivet: got device: DiskDevice instance (0x1e527d0) -- > name = sdc status = True kids = 0 id = 16 > parents = [] > uuid = None size = 1024.0 > format = existing msdos disklabel > major = 8 minor = 32 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:06.0/host2/target2:0:2/2:0:2:0/block/sdc partedDevice = parted.Device instance -- > model: QEMU QEMU HARDDISK path: /dev/sdc type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 2097152 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: -16384 did: 2 busy: False > hardwareGeometry: (1011, 34, 61) biosGeometry: (130, 255, 63) > PedDevice: <_ped.Device object at 0x1e4a950> > target size = 0 path = /dev/sdc > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x1e520d0> >INFO:blivet: got format: DiskLabel instance (0x1e528d0) -- > type = disklabel name = partition table (MSDOS) status = False > device = /dev/sdc uuid = None exists = True > options = None supported = False formattable = True resizable = False > type = msdos partition count = 0 sectorSize = 512 > align_offset = 0 align_grain = 2048 > partedDisk = parted.Disk instance -- > type: msdos primaryPartitionCount: 0 > lastPartitionNumber: -1 maxPrimaryPartitionCount: 4 > partitions: [] > device: <parted.device.Device object at 0x1e52ad0> > PedDisk: <_ped.Disk object at 0x1e58908> > origPartedDisk = <parted.disk.Disk object at 0x1e52ed0> > partedDevice = parted.Device instance -- > model: QEMU QEMU HARDDISK path: /dev/sdc type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 2097152 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: -16384 did: 2 busy: False > hardwareGeometry: (1011, 34, 61) biosGeometry: (130, 255, 63) > PedDevice: <_ped.Device object at 0x1e4aa70> > >DEBUG:blivet: DeviceTree.addUdevDevice: info: {'DEVNAME': 'vdb', > 'DEVPATH': '/devices/pci0000:00/0000:00:07.0/virtio3/block/vdb', > 'DEVTYPE': 'disk', > 'ID_PART_TABLE_TYPE': 'dos', > 'MAJOR': '252', > 'MINOR': '16', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '180497', > 'name': 'vdb', > 'symlinks': [], > 'sysfs_path': '/devices/pci0000:00/0000:00:07.0/virtio3/block/vdb'} ; name: vdb ; >INFO:blivet: scanning vdb (/devices/pci0000:00/0000:00:07.0/virtio3/block/vdb)... >DEBUG:blivet: DeviceTree.getDeviceByName: name: vdb ; >DEBUG:blivet: DeviceTree.getDeviceByName returned None >DEBUG:blivet: DeviceTree.addUdevDiskDevice: name: vdb ; >INFO:blivet: vdb is a disk >DEBUG:blivet: getFormat('None') returning DeviceFormat instance >DEBUG:blivet: DiskDevice._setFormat: vdb ; current: None ; type: None ; >INFO:blivet: added disk vdb (id 17) to device tree >DEBUG:blivet: looking up parted Device: /dev/vdb >DEBUG:blivet: DeviceTree.handleUdevDeviceFormat: name: vdb ; >DEBUG:blivet: DeviceTree.handleUdevDiskLabelFormat: device: vdb ; label_type: dos ; >DEBUG:blivet: DiskDevice.setup: vdb ; status: True ; controllable: True ; orig: False ; >DEBUG:blivet: required disklabel type for vdb (15) is None >DEBUG:blivet: default disklabel type for vdb is msdos >DEBUG:blivet: selecting msdos disklabel for vdb based on size >DEBUG:blivet: DiskLabel.__init__: device: /dev/vdb ; labelType: msdos ; exists: True ; >DEBUG:blivet: Did not change pmbr_boot on parted.Disk instance -- > type: msdos primaryPartitionCount: 1 > lastPartitionNumber: 1 maxPrimaryPartitionCount: 4 > partitions: [<parted.partition.Partition object at 0x1e52510>] > device: <parted.device.Device object at 0x1e52810> > PedDisk: <_ped.Disk object at 0x1e556c8> >DEBUG:blivet: getFormat('disklabel') returning DiskLabel instance >DEBUG:blivet: DiskDevice._setFormat: vdb ; current: None ; type: disklabel ; >INFO:blivet: got device: DiskDevice instance (0x1e52cd0) -- > name = vdb status = True kids = 0 id = 17 > parents = [] > uuid = None size = 1024.0 > format = existing msdos disklabel > major = 252 minor = 16 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:07.0/virtio3/block/vdb partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vdb type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 2097152 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 0 did: 0 busy: True > hardwareGeometry: (2080, 16, 63) biosGeometry: (130, 255, 63) > PedDevice: <_ped.Device object at 0x1e4ab00> > target size = 0 path = /dev/vdb > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x1e52d10> >INFO:blivet: got format: DiskLabel instance (0x1e52d50) -- > type = disklabel name = partition table (MSDOS) status = False > device = /dev/vdb uuid = None exists = True > options = None supported = False formattable = True resizable = False > type = msdos partition count = 1 sectorSize = 512 > align_offset = 0 align_grain = 2048 > partedDisk = parted.Disk instance -- > type: msdos primaryPartitionCount: 1 > lastPartitionNumber: 1 maxPrimaryPartitionCount: 4 > partitions: [<parted.partition.Partition object at 0x1e52510>] > device: <parted.device.Device object at 0x1e52810> > PedDisk: <_ped.Disk object at 0x1e556c8> > origPartedDisk = <parted.disk.Disk object at 0x1e4dd10> > partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vdb type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 2097152 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 0 did: 0 busy: True > hardwareGeometry: (2080, 16, 63) biosGeometry: (130, 255, 63) > PedDevice: <_ped.Device object at 0x1e4a830> > >DEBUG:blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-uuid/9a07c204-b4bc-46f0-b894-76398764ff3c', > 'DEVNAME': 'vdb1', > 'DEVPATH': '/devices/pci0000:00/0000:00:07.0/virtio3/block/vdb/vdb1', > 'DEVTYPE': 'partition', > 'ID_FS_TYPE': 'swap', > 'ID_FS_USAGE': 'other', > 'ID_FS_UUID': '9a07c204-b4bc-46f0-b894-76398764ff3c', > 'ID_FS_UUID_ENC': '9a07c204-b4bc-46f0-b894-76398764ff3c', > 'ID_FS_VERSION': '2', > 'ID_PART_ENTRY_DISK': '252:16', > 'ID_PART_ENTRY_NUMBER': '1', > 'ID_PART_ENTRY_OFFSET': '2048', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '2093056', > 'ID_PART_ENTRY_TYPE': '0x83', > 'ID_PART_TABLE_TYPE': 'dos', > 'MAJOR': '252', > 'MINOR': '17', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '180532', > 'name': 'vdb1', > 'symlinks': ['/dev/disk/by-uuid/9a07c204-b4bc-46f0-b894-76398764ff3c'], > 'sysfs_path': '/devices/pci0000:00/0000:00:07.0/virtio3/block/vdb/vdb1'} ; name: vdb1 ; >INFO:blivet: scanning vdb1 (/devices/pci0000:00/0000:00:07.0/virtio3/block/vdb/vdb1)... >DEBUG:blivet: DeviceTree.getDeviceByName: name: vdb1 ; >DEBUG:blivet: DeviceTree.getDeviceByName returned None >INFO:blivet: vdb1 is a partition >DEBUG:blivet: DeviceTree.addUdevPartitionDevice: name: vdb1 ; >DEBUG:blivet: DeviceTree.getDeviceByName: name: vdb ; >DEBUG:blivet: DeviceTree.getDeviceByName returned existing 1024MB disk vdb (17) with existing msdos disklabel >DEBUG:blivet: DiskDevice.addChild: kids: 0 ; name: vdb ; >DEBUG:blivet: PartitionDevice._setFormat: vdb1 ; >DEBUG:blivet: getFormat('None') returning DeviceFormat instance >DEBUG:blivet: PartitionDevice._setFormat: vdb1 ; current: None ; type: None ; >DEBUG:blivet: looking up parted Partition: /dev/vdb1 >DEBUG:blivet: PartitionDevice.probe: vdb1 ; exists: True ; >DEBUG:blivet: PartitionDevice.getFlag: path: /dev/vdb1 ; flag: 1 ; >DEBUG:blivet: PartitionDevice.getFlag: path: /dev/vdb1 ; flag: 10 ; >DEBUG:blivet: PartitionDevice.getFlag: path: /dev/vdb1 ; flag: 12 ; >INFO:blivet: added partition vdb1 (id 18) to device tree >DEBUG:blivet: DeviceTree.handleUdevDeviceFormat: name: vdb1 ; >DEBUG:blivet: DeviceTree.handleUdevDiskLabelFormat: device: vdb1 ; label_type: dos ; >DEBUG:blivet: PartitionDevice.setup: vdb1 ; status: True ; controllable: True ; orig: False ; >DEBUG:blivet: DiskLabel.__init__: device: /dev/vdb1 ; labelType: dos ; exists: True ; >WARNING:blivet: disklabel detected but not usable on vdb1 >INFO:blivet: type detected on 'vdb1' is 'swap' >DEBUG:blivet: SwapSpace.__init__: device: /dev/vdb1 ; serial: None ; uuid: 9a07c204-b4bc-46f0-b894-76398764ff3c ; exists: True ; label: None ; >DEBUG:blivet: getFormat('swap') returning SwapSpace instance >DEBUG:blivet: PartitionDevice._setFormat: vdb1 ; >DEBUG:blivet: PartitionDevice._setFormat: vdb1 ; current: None ; type: swap ; >DEBUG:blivet: looking up parted Device: /dev/vdb1 >INFO:blivet: got device: PartitionDevice instance (0x1e4d390) -- > name = vdb1 status = True kids = 0 id = 18 > parents = ['existing 1024MB disk vdb (17) with existing msdos disklabel'] > uuid = None size = 1022.0 > format = existing swap > major = 252 minor = 17 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:07.0/virtio3/block/vdb/vdb1 partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vdb1 type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 2093056 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 0 did: 0 busy: True > hardwareGeometry: (2076, 16, 63) biosGeometry: (130, 255, 63) > PedDevice: <_ped.Device object at 0x1e4acb0> > target size = 0 path = /dev/vdb1 > format args = [] originalFormat = None grow = None max size = 0 bootable = None > part type = 0 primary = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x1e52590> fileSystem: <parted.filesystem.FileSystem object at 0x1e4de90> > number: 1 path: /dev/vdb1 type: 0 > name: None active: True busy: True > geometry: <parted.geometry.Geometry object at 0x1e52210> PedPartition: <_ped.Partition object at 0x1e40950> > disk = existing 1024MB disk vdb (17) with existing msdos disklabel > start = 2048 end = 2095103 length = 2093056 > flags = >INFO:blivet: got format: SwapSpace instance (0x1e5e350) -- > type = swap name = swap status = True > device = /dev/vdb1 uuid = 9a07c204-b4bc-46f0-b894-76398764ff3c exists = True > options = supported = True formattable = True resizable = False > priority = None label = None >DEBUG:blivet: DeviceTree.addUdevDevice: info: {'DEVNAME': 'loop0', > 'DEVPATH': '/devices/virtual/block/loop0', > 'DEVTYPE': 'disk', > 'MAJOR': '7', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '266927', > 'name': 'loop0', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop0'} ; name: loop0 ; >INFO:blivet: ignoring loop0 (/devices/virtual/block/loop0) >DEBUG:blivet: lvm filter: adding loop0 to the reject list >DEBUG:blivet: DeviceTree.addUdevDevice: info: {'DEVNAME': 'loop1', > 'DEVPATH': '/devices/virtual/block/loop1', > 'DEVTYPE': 'disk', > 'MAJOR': '7', > 'MINOR': '1', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '266979', > 'name': 'loop1', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop1'} ; name: loop1 ; >INFO:blivet: ignoring loop1 (/devices/virtual/block/loop1) >DEBUG:blivet: lvm filter: adding loop1 to the reject list >DEBUG:blivet: DeviceTree.addUdevDevice: info: {'DEVNAME': 'loop2', > 'DEVPATH': '/devices/virtual/block/loop2', > 'DEVTYPE': 'disk', > 'MAJOR': '7', > 'MINOR': '2', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '272437', > 'name': 'loop2', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop2'} ; name: loop2 ; >INFO:blivet: ignoring loop2 (/devices/virtual/block/loop2) >DEBUG:blivet: lvm filter: adding loop2 to the reject list >DEBUG:blivet: DeviceTree.addUdevDevice: info: {'DEVNAME': 'loop3', > 'DEVPATH': '/devices/virtual/block/loop3', > 'DEVTYPE': 'disk', > 'MAJOR': '7', > 'MINOR': '3', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '272500', > 'name': 'loop3', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop3'} ; name: loop3 ; >INFO:blivet: ignoring loop3 (/devices/virtual/block/loop3) >DEBUG:blivet: lvm filter: adding loop3 to the reject list >DEBUG:blivet: DeviceTree.addUdevDevice: info: {'DEVNAME': 'loop4', > 'DEVPATH': '/devices/virtual/block/loop4', > 'DEVTYPE': 'disk', > 'MAJOR': '7', > 'MINOR': '4', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '275195', > 'name': 'loop4', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop4'} ; name: loop4 ; >INFO:blivet: ignoring loop4 (/devices/virtual/block/loop4) >DEBUG:blivet: lvm filter: adding loop4 to the reject list >DEBUG:blivet: DeviceTree.addUdevDevice: info: {'DEVNAME': 'loop5', > 'DEVPATH': '/devices/virtual/block/loop5', > 'DEVTYPE': 'disk', > 'MAJOR': '7', > 'MINOR': '5', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '277228', > 'name': 'loop5', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop5'} ; name: loop5 ; >INFO:blivet: ignoring loop5 (/devices/virtual/block/loop5) >DEBUG:blivet: lvm filter: adding loop5 to the reject list >DEBUG:blivet: DeviceTree.addUdevDevice: info: {'DEVNAME': 'loop6', > 'DEVPATH': '/devices/virtual/block/loop6', > 'DEVTYPE': 'disk', > 'MAJOR': '7', > 'MINOR': '6', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '277279', > 'name': 'loop6', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop6'} ; name: loop6 ; >INFO:blivet: ignoring loop6 (/devices/virtual/block/loop6) >DEBUG:blivet: lvm filter: adding loop6 to the reject list >DEBUG:blivet: DeviceTree.addUdevDevice: info: {'DEVNAME': 'loop7', > 'DEVPATH': '/devices/virtual/block/loop7', > 'DEVTYPE': 'disk', > 'MAJOR': '7', > 'MINOR': '7', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '12277335', > 'name': 'loop7', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop7'} ; name: loop7 ; >INFO:blivet: ignoring loop7 (/devices/virtual/block/loop7) >DEBUG:blivet: lvm filter: adding loop7 to the reject list >DEBUG:blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/md-name-rawhide:0 /dev/disk/by-id/md-uuid-be9a74bb:0d42cd21:aad11006:34e2ae05', > 'DEVNAME': 'md0', > 'DEVPATH': '/devices/virtual/block/md0', > 'DEVTYPE': 'disk', > 'MAJOR': '9', > 'MD_DEVICES': '3', > 'MD_LEVEL': 'raid0', > 'MD_METADATA': '1.2', > 'MD_NAME': 'rawhide:0', > 'MD_UUID': 'be9a74bb:0d42cd21:aad11006:34e2ae05', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '1429850', > 'name': 'md0', > 'symlinks': ['/dev/disk/by-id/md-name-rawhide:0', > '/dev/disk/by-id/md-uuid-be9a74bb:0d42cd21:aad11006:34e2ae05'], > 'sysfs_path': '/devices/virtual/block/md0'} ; name: md0 ; >INFO:blivet: scanning md0 (/devices/virtual/block/md0)... >DEBUG:blivet: DeviceTree.getDeviceByName: name: md0 ; >DEBUG:blivet: DeviceTree.getDeviceByName returned None >DEBUG:blivet: DeviceTree.getDeviceByName: name: None ; >DEBUG:blivet: DeviceTree.getDeviceByName returned None >INFO:blivet: md0 is an md device >DEBUG:blivet: DeviceTree.addUdevMDDevice: name: None ; >DEBUG:blivet: DeviceTree.getDeviceByName: name: sda ; >DEBUG:blivet: DeviceTree.getDeviceByName returned existing 1024MB disk sda (3) with existing mdmember >DEBUG:blivet: DeviceTree.getDeviceByName: name: sdb5 ; >DEBUG:blivet: DeviceTree.getDeviceByName returned existing 95MB partition sdb5 (11) with existing mdmember >DEBUG:blivet: DeviceTree.getDeviceByName: name: sdb6 ; >DEBUG:blivet: DeviceTree.getDeviceByName returned existing 94MB partition sdb6 (12) with existing mdmember >DEBUG:blivet: DeviceTree.getDeviceByName: name: None ; >DEBUG:blivet: DeviceTree.getDeviceByName returned None >DEBUG:blivet: raw RAID 0 size == 282.0 >INFO:blivet: Using 0MB superBlockSize >DEBUG:blivet: non-existent RAID 0 size == 282.0 >DEBUG:blivet: DeviceTree.getDeviceByUuid returned existing 282MB mdarray 0 (4) >INFO:blivet: not going to restore from backup of non-existent /etc/multipath.conf >[?1034hTraceback (most recent call last): > File "tools/blivet_init.py", line 27, in <module> > b.reset() > File "/usr/lib/python2.7/site-packages/blivet/__init__.py", line 401, in reset > self.devicetree.populate(cleanupOnly=cleanupOnly) > File "/usr/lib/python2.7/site-packages/blivet/devicetree.py", line 1787, in populate > self._populate() > File "/usr/lib/python2.7/site-packages/blivet/devicetree.py", line 1885, in _populate > self.addUdevDevice(dev) > File "/usr/lib/python2.7/site-packages/blivet/devicetree.py", line 990, in addUdevDevice > device = self.addUdevMDDevice(info) > File "/usr/lib/python2.7/site-packages/blivet/devicetree.py", line 698, in addUdevMDDevice > "devicetree as %s" % (name, device.name)) >blivet.errors.DeviceTreeError: MD RAID device None already in devicetree as 0 >>>> >>>
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 927231
: 716006