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 715998 Details for
Bug 927219
RFE: support partitioned md
[?]
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 with LVM
blivet_lvm.log (text/plain), 100.52 KB, created by
Jan Safranek
on 2013-03-25 12:49:20 UTC
(
hide
)
Description:
blivet log with LVM
Filename:
MIME Type:
Creator:
Jan Safranek
Created:
2013-03-25 12:49:20 UTC
Size:
100.52 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 0x1501590> >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', 'dm-0', 'dm-1'] >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': '377573', > '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 0x1641bd0>, <parted.partition.Partition object at 0x1641e90>] > device: <parted.device.Device object at 0x1641a10> > PedDisk: <_ped.Disk object at 0x16435a8> >DEBUG:blivet: getFormat('disklabel') returning DiskLabel instance >DEBUG:blivet: DiskDevice._setFormat: vda ; current: None ; type: disklabel ; >INFO:blivet: got device: DiskDevice instance (0x15b1490) -- > 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: 23040 did: 36 busy: True > hardwareGeometry: (12483, 16, 63) biosGeometry: (783, 255, 63) > PedDevice: <_ped.Device object at 0x1565200> > target size = 0 path = /dev/vda > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x1635910> >INFO:blivet: got format: DiskLabel instance (0x16359d0) -- > 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 0x1641bd0>, <parted.partition.Partition object at 0x1641e90>] > device: <parted.device.Device object at 0x1641a10> > PedDisk: <_ped.Disk object at 0x16435a8> > origPartedDisk = <parted.disk.Disk object at 0x1644150> > 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: 23040 did: 36 busy: True > hardwareGeometry: (12483, 16, 63) biosGeometry: (783, 255, 63) > PedDevice: <_ped.Device object at 0x15655f0> > >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': '11377596', > '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 (0x15b1450) -- > 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: 0 did: 0 busy: True > hardwareGeometry: (1040, 16, 63) biosGeometry: (65, 255, 63) > PedDevice: <_ped.Device object at 0x15658c0> > 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 0x1641ad0> fileSystem: <parted.filesystem.FileSystem object at 0x1641fd0> > number: 1 path: /dev/vda1 type: 0 > name: None active: True busy: True > geometry: <parted.geometry.Geometry object at 0x1641c90> PedPartition: <_ped.Partition object at 0x163cc50> > disk = existing 6144MB disk vda (0) with existing msdos disklabel > start = 2048 end = 1050623 length = 1048576 > flags = >INFO:blivet: got format: SwapSpace instance (0x1644490) -- > 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': '11377618', > '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 (0x1635b90) -- > 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: 0 did: 0 busy: True > hardwareGeometry: (11440, 16, 63) biosGeometry: (717, 255, 63) > PedDevice: <_ped.Device object at 0x1565950> > 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 0x1641ad0> fileSystem: <parted.filesystem.FileSystem object at 0x1644050> > number: 2 path: /dev/vda2 type: 0 > name: None active: True busy: True > geometry: <parted.geometry.Geometry object at 0x1641f50> PedPartition: <_ped.Partition object at 0x163cb90> > 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 (0x1644390) -- > 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_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: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': '378481', > '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: dos ; >DEBUG:blivet: DiskDevice.setup: sda ; status: True ; controllable: True ; orig: False ; >DEBUG:blivet: required disklabel type for sda (1) is None >DEBUG:blivet: default disklabel type for sda is msdos >DEBUG:blivet: selecting msdos disklabel for sda based on size >DEBUG:blivet: DiskLabel.__init__: device: /dev/sda ; 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 0x1644e10> > PedDisk: <_ped.Disk object at 0x163b0e0> >DEBUG:blivet: getFormat('disklabel') returning DiskLabel instance >DEBUG:blivet: DiskDevice._setFormat: sda ; current: None ; type: disklabel ; >INFO:blivet: got device: DiskDevice instance (0x1644b10) -- > name = sda status = True kids = 0 id = 3 > parents = [] > uuid = None size = 1024.0 > format = existing msdos disklabel > 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 0x1565a70> > target size = 0 path = /dev/sda > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x1644a50> >INFO:blivet: got format: DiskLabel instance (0x1644c10) -- > type = disklabel name = partition table (MSDOS) status = False > device = /dev/sda 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 0x1644e10> > PedDisk: <_ped.Disk object at 0x163b0e0> > origPartedDisk = <parted.disk.Disk object at 0x16472d0> > 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 0x1565b90> > >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': '378671', > '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 4) 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 0x16478d0>, <parted.partition.Partition object at 0x1647dd0>, <parted.partition.Partition object at 0x1647f50>, <parted.partition.Partition object at 0x1657110>, <parted.partition.Partition object at 0x1657290>, <parted.partition.Partition object at 0x1657410>, <parted.partition.Partition object at 0x1657590>, <parted.partition.Partition object at 0x1657710>, <parted.partition.Partition object at 0x1657890>, <parted.partition.Partition object at 0x1657a10>] > device: <parted.device.Device object at 0x1647710> > PedDisk: <_ped.Disk object at 0x1655290> >DEBUG:blivet: getFormat('disklabel') returning DiskLabel instance >DEBUG:blivet: DiskDevice._setFormat: sdb ; current: None ; type: disklabel ; >INFO:blivet: got device: DiskDevice instance (0x1644b50) -- > name = sdb status = True kids = 0 id = 4 > 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 0x1565c20> > target size = 0 path = /dev/sdb > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x1647050> >INFO:blivet: got format: DiskLabel instance (0x1647510) -- > 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 0x16478d0>, <parted.partition.Partition object at 0x1647dd0>, <parted.partition.Partition object at 0x1647f50>, <parted.partition.Partition object at 0x1657110>, <parted.partition.Partition object at 0x1657290>, <parted.partition.Partition object at 0x1657410>, <parted.partition.Partition object at 0x1657590>, <parted.partition.Partition object at 0x1657710>, <parted.partition.Partition object at 0x1657890>, <parted.partition.Partition object at 0x1657a10>] > device: <parted.device.Device object at 0x1647710> > PedDisk: <_ped.Disk object at 0x1655290> > origPartedDisk = <parted.disk.Disk object at 0x1647b90> > 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 0x1565dd0> > >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_FS_TYPE': 'LVM2_member', > 'ID_FS_USAGE': 'raid', > 'ID_FS_UUID': 'tIzguR-qU6n-ImQd-QOCO-fUCn-qadp-73mlUg', > 'ID_FS_UUID_ENC': 'tIzguR-qU6n-ImQd-QOCO-fUCn-qadp-73mlUg', > 'ID_FS_VERSION': 'LVM2 001', > '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': '378697', > '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 (4) 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 5) 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 >INFO:program: Running... lvm pvs --unit=k --nosuffix --nameprefixes --rows --unquoted --noheadings -opv_uuid,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config global {locking_type=4} /dev/sdb1 >INFO:program: File descriptor 8 (/dev/mapper/control) leaked on lvm invocation. Parent PID 13102: python >INFO:program: LVM2_PV_UUID=tIzguR-qU6n-ImQd-QOCO-fUCn-qadp-73mlUg >INFO:program: LVM2_PE_START=1024.00 >INFO:program: LVM2_VG_NAME=tstName >INFO:program: LVM2_VG_UUID=F9pB3h-RKTt-MBUh-1ldD-M3tW-9ZLs-iAQ8Zw >INFO:program: LVM2_VG_SIZE=94208.00 >INFO:program: LVM2_VG_FREE=53248.00 >INFO:program: LVM2_VG_EXTENT_SIZE=4096.00 >INFO:program: LVM2_VG_EXTENT_COUNT=23 >INFO:program: LVM2_VG_FREE_COUNT=13 >INFO:program: LVM2_PV_COUNT=1 >DEBUG:program: Return code: 0 >INFO:blivet: type detected on 'sdb1' is 'LVM2_member' >DEBUG:blivet: LVMPhysicalVolume.__init__: vgName: tstName ; uuid: tIzguR-qU6n-ImQd-QOCO-fUCn-qadp-73mlUg ; exists: True ; vgUuid: F9pB3h-RKTt-MBUh-1ldD-M3tW-9ZLs-iAQ8Zw ; label: None ; peStart: 1.0 ; device: /dev/sdb1 ; serial: drive-scsi0-0-1 ; >DEBUG:blivet: getFormat('LVM2_member') returning LVMPhysicalVolume instance >DEBUG:blivet: PartitionDevice._setFormat: sdb1 ; >DEBUG:blivet: PartitionDevice._setFormat: sdb1 ; current: None ; type: lvmpv ; >DEBUG:blivet: DeviceTree.handleUdevLVMPVFormat: type: lvmpv ; name: sdb1 ; >DEBUG:blivet: DeviceTree.getDeviceByUuid returned None >DEBUG:blivet: PartitionDevice.addChild: kids: 0 ; name: sdb1 ; >DEBUG:blivet: getFormat('None') returning DeviceFormat instance >DEBUG:blivet: LVMVolumeGroupDevice._setFormat: tstName ; current: None ; type: None ; >INFO:blivet: added lvmvg tstName (id 6) to device tree >INFO:program: Running... lvm lvs --unit k --nosuffix --nameprefixes --rows --unquoted --noheadings -olv_name,lv_uuid,lv_size,lv_attr --config global {locking_type=4} tstName >INFO:program: File descriptor 8 (/dev/mapper/control) leaked on lvm invocation. Parent PID 13102: python >INFO:program: LVM2_LV_NAME=lv >INFO:program: LVM2_LV_UUID=UHVnd2-Q7rC-uCYc-vuIT-Vxz9-Xa1A-ke94XQ >INFO:program: LVM2_LV_SIZE=40960.00 >INFO:program: LVM2_LV_ATTR=-wi-ao--- >DEBUG:program: Return code: 0 >DEBUG:blivet: DeviceTree.getDeviceByUuid returned None >DEBUG:blivet: LVMVolumeGroupDevice.addChild: kids: 0 ; name: tstName ; >DEBUG:blivet: getFormat('None') returning DeviceFormat instance >DEBUG:blivet: LVMLogicalVolumeDevice._setFormat: tstName-lv ; current: None ; type: None ; >DEBUG:blivet: looking up parted Device: /dev/mapper/tstName-lv >DEBUG:blivet: Adding tstName-lv/40MB to tstName >INFO:blivet: added lvmlv tstName-lv (id 7) to device tree >DEBUG:blivet: LVMLogicalVolumeDevice.updateSysfsPath: tstName-lv ; status: True ; >DEBUG:blivet: LVMLogicalVolumeDevice.getDMNode: tstName-lv ; status: True ; >DEBUG:blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/dm-name-tstName-lv /dev/disk/by-id/dm-uuid-LVM-F9pB3hRKTtMBUh1ldDM3tW9ZLsiAQ8ZwUHVnd2Q7rCuCYcvuITVxz9Xa1Ake94XQ /dev/mapper/tstName-lv /dev/tstName/lv', > 'DEVNAME': 'dm-0', > 'DEVPATH': '/devices/virtual/block/dm-0', > 'DEVTYPE': 'disk', > 'DM_LV_NAME': 'lv', > 'DM_NAME': 'tstName-lv', > 'DM_SUSPENDED': '0', > 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'DM_UUID': 'LVM-F9pB3hRKTtMBUh1ldDM3tW9ZLsiAQ8ZwUHVnd2Q7rCuCYcvuITVxz9Xa1Ake94XQ', > 'DM_VG_NAME': 'tstName', > 'ID_PART_TABLE_TYPE': 'gpt', > 'MAJOR': '253', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '752649831', > 'name': 'dm-0', > 'symlinks': ['/dev/disk/by-id/dm-name-tstName-lv', > '/dev/disk/by-id/dm-uuid-LVM-F9pB3hRKTtMBUh1ldDM3tW9ZLsiAQ8ZwUHVnd2Q7rCuCYcvuITVxz9Xa1Ake94XQ', > '/dev/mapper/tstName-lv', > '/dev/tstName/lv'], > 'sysfs_path': '/devices/virtual/block/dm-0'} ; name: tstName-lv ; >INFO:blivet: scanning tstName-lv (/devices/virtual/block/dm-0)... >DEBUG:blivet: DeviceTree.getDeviceByName: name: tstName-lv ; >DEBUG:blivet: DeviceTree.getDeviceByName returned existing 40MB lvmlv tstName-lv (7) >DEBUG:blivet: DeviceTree.handleUdevDeviceFormat: name: tstName-lv ; >DEBUG:blivet: DeviceTree.handleUdevDiskLabelFormat: device: tstName-lv ; label_type: gpt ; >DEBUG:blivet: LVMLogicalVolumeDevice.setup: tstName-lv ; status: True ; controllable: True ; orig: False ; >DEBUG:blivet: DiskLabel.__init__: device: /dev/mapper/tstName-lv ; labelType: gpt ; exists: True ; >DEBUG:blivet: Set pmbr_boot on parted.Disk instance -- > type: gpt primaryPartitionCount: 0 > lastPartitionNumber: -1 maxPrimaryPartitionCount: 128 > partitions: [] > device: <parted.device.Device object at 0x165c150> > PedDisk: <_ped.Disk object at 0x165f6c8> >DEBUG:blivet: getFormat('disklabel') returning DiskLabel instance >DEBUG:blivet: no type or existing type for tstName-lv, bailing >DEBUG:blivet: looking up parted Device: /dev/mapper/tstName >DEBUG:blivet: tstName size is 92MB >DEBUG:blivet: vg tstName has 52MB free >DEBUG:blivet: tstName size is 92MB >DEBUG:blivet: vg tstName has 52MB free >INFO:blivet: got device: LVMLogicalVolumeDevice instance (0x1657bd0) -- > name = tstName-lv status = True kids = 0 id = 7 > parents = ['existing 92MB lvmvg tstName (6)'] > uuid = UHVnd2-Q7rC-uCYc-vuIT-Vxz9-Xa1A-ke94XQ size = 40.0 > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = /devices/virtual/block/dm-0 partedDevice = parted.Device instance -- > model: Linux device-mapper (linear) path: /dev/mapper/tstName-lv type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 81920 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 0 did: 0 busy: False > hardwareGeometry: (5, 255, 63) biosGeometry: (5, 255, 63) > PedDevice: <_ped.Device object at 0x1565b00> > target size = 40.0 path = /dev/mapper/tstName-lv > format args = [] originalFormat = None target = None dmUuid = None VG device = LVMVolumeGroupDevice instance (0x1644ad0) -- > name = tstName status = True kids = 1 id = 6 > parents = ['existing 94MB partition sdb1 (5) with existing lvmpv'] > uuid = F9pB3h-RKTt-MBUh-1ldD-M3tW-9ZLs-iAQ8Zw size = 92 > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/mapper/tstName > format args = [] originalFormat = None target = None dmUuid = None free = 52.0 PE Size = 4.0 PE Count = 23 > PE Free = 13 PV Count = 1 > LV Names = ['lv'] modified = False > extents = 23.0 free space = 52 > free extents = 13.0 reserved percent = 0 reserved space = 0 > PVs = ['existing 94MB partition sdb1 (5) with existing lvmpv'] > LVs = ['existing 40MB lvmlv tstName-lv (7)'] > percent = 0 > mirrored = False stripes = 1 snapshot total = 0MB > VG space used = 40MB >DEBUG:blivet: looking up parted Device: /dev/sdb1 >INFO:blivet: got device: PartitionDevice instance (0x16470d0) -- > name = sdb1 status = True kids = 1 id = 5 > parents = ['existing 1024MB disk sdb (4) with existing gpt disklabel'] > uuid = None size = 94.0 > format = existing lvmpv > 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 0x1656560> > 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 0x16477d0> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: ext2 active: True busy: False > geometry: <parted.geometry.Geometry object at 0x1647990> PedPartition: <_ped.Partition object at 0x163cdd0> > disk = existing 1024MB disk sdb (4) with existing gpt disklabel > start = 2048 end = 194559 length = 192512 > flags = lvm >INFO:blivet: got format: LVMPhysicalVolume instance (0x1644cd0) -- > type = lvmpv name = physical volume (LVM) status = False > device = /dev/sdb1 uuid = tIzguR-qU6n-ImQd-QOCO-fUCn-qadp-73mlUg exists = True > options = None supported = True formattable = True resizable = False > vgName = tstName vgUUID = F9pB3h-RKTt-MBUh-1ldD-M3tW-9ZLs-iAQ8Zw peStart = 1.0 >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': '378721', > '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 (4) 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 8) 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 (0x1657ed0) -- > name = sdb10 status = True kids = 0 id = 8 > parents = ['existing 1024MB disk sdb (4) 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: 48 did: 0 busy: False > hardwareGeometry: (93, 34, 61) biosGeometry: (12, 255, 63) > PedDevice: <_ped.Device object at 0x1565d40> > 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 0x16477d0> fileSystem: None > number: 10 path: /dev/sdb10 type: 0 > name: ext2 active: True busy: False > geometry: <parted.geometry.Geometry object at 0x1657a50> PedPartition: <_ped.Partition object at 0x164b590> > disk = existing 1024MB disk sdb (4) 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': '378746', > '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 (4) 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 9) 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 (0x1647610) -- > name = sdb2 status = True kids = 0 id = 9 > parents = ['existing 1024MB disk sdb (4) 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 0x16565f0> > 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 0x16477d0> fileSystem: None > number: 2 path: /dev/sdb2 type: 0 > name: ext2 active: True busy: False > geometry: <parted.geometry.Geometry object at 0x1647e10> PedPartition: <_ped.Partition object at 0x164b2f0> > disk = existing 1024MB disk sdb (4) 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': '378773', > '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 (4) 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 10) 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 (0x1647690) -- > name = sdb3 status = True kids = 0 id = 10 > parents = ['existing 1024MB disk sdb (4) 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: 32714 did: 0 busy: False > hardwareGeometry: (92, 34, 61) biosGeometry: (11, 255, 63) > PedDevice: <_ped.Device object at 0x1656710> > 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 0x16477d0> fileSystem: None > number: 3 path: /dev/sdb3 type: 0 > name: ext2 active: True busy: False > geometry: <parted.geometry.Geometry object at 0x1647f90> PedPartition: <_ped.Partition object at 0x164b230> > disk = existing 1024MB disk sdb (4) 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': '378797', > '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 (4) 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 11) 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 (0x1647650) -- > name = sdb4 status = True kids = 0 id = 11 > parents = ['existing 1024MB disk sdb (4) 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 0x1656680> > 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 0x16477d0> fileSystem: None > number: 4 path: /dev/sdb4 type: 0 > name: ext2 active: True busy: False > geometry: <parted.geometry.Geometry object at 0x1657150> PedPartition: <_ped.Partition object at 0x164b410> > disk = existing 1024MB disk sdb (4) 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_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': '378823', > '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 (4) 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 12) 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 >DEBUG:blivet: no type or existing type for sdb5, bailing >DEBUG:blivet: looking up parted Device: /dev/sdb5 >INFO:blivet: got device: PartitionDevice instance (0x1644d50) -- > name = sdb5 status = True kids = 0 id = 12 > parents = ['existing 1024MB disk sdb (4) with existing gpt disklabel'] > uuid = None size = 95.0 > format = existing None > 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: 0 did: 0 busy: False > hardwareGeometry: (93, 34, 61) biosGeometry: (12, 255, 63) > PedDevice: <_ped.Device object at 0x16567a0> > 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 0x16477d0> fileSystem: None > number: 5 path: /dev/sdb5 type: 0 > name: ext2 active: True busy: False > geometry: <parted.geometry.Geometry object at 0x16572d0> PedPartition: <_ped.Partition object at 0x164b350> > disk = existing 1024MB disk sdb (4) with existing gpt disklabel > start = 782336 end = 976895 length = 194560 > flags = lvm >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_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': '378848', > '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 (4) 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 13) 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 >DEBUG:blivet: no type or existing type for sdb6, bailing >DEBUG:blivet: looking up parted Device: /dev/sdb6 >INFO:blivet: got device: PartitionDevice instance (0x165c990) -- > name = sdb6 status = True kids = 0 id = 13 > parents = ['existing 1024MB disk sdb (4) with existing gpt disklabel'] > uuid = None size = 94.0 > format = existing None > 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 0x16568c0> > 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 0x16477d0> fileSystem: None > number: 6 path: /dev/sdb6 type: 0 > name: ext2 active: True busy: False > geometry: <parted.geometry.Geometry object at 0x1657450> PedPartition: <_ped.Partition object at 0x164b3b0> > disk = existing 1024MB disk sdb (4) with existing gpt disklabel > start = 978944 end = 1171455 length = 192512 > flags = lvm >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': '378878', > '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 (4) 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 14) 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 (0x1657e90) -- > name = sdb7 status = True kids = 0 id = 14 > parents = ['existing 1024MB disk sdb (4) 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 0x1656830> > 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 0x16477d0> fileSystem: None > number: 7 path: /dev/sdb7 type: 0 > name: ext2 active: True busy: False > geometry: <parted.geometry.Geometry object at 0x16575d0> PedPartition: <_ped.Partition object at 0x164b470> > disk = existing 1024MB disk sdb (4) 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': '378905', > '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 (4) 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 15) 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 (0x1657e50) -- > name = sdb8 status = True kids = 0 id = 15 > parents = ['existing 1024MB disk sdb (4) 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: 13666 did: 32039 busy: False > hardwareGeometry: (92, 34, 61) biosGeometry: (11, 255, 63) > PedDevice: <_ped.Device object at 0x1656950> > 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 0x16477d0> fileSystem: None > number: 8 path: /dev/sdb8 type: 0 > name: ext2 active: True busy: False > geometry: <parted.geometry.Geometry object at 0x1657750> PedPartition: <_ped.Partition object at 0x164b4d0> > disk = existing 1024MB disk sdb (4) 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': '378931', > '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 (4) 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 16) 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 (0x165ce10) -- > name = sdb9 status = True kids = 0 id = 16 > parents = ['existing 1024MB disk sdb (4) 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 0x1656a70> > 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 0x16477d0> fileSystem: None > number: 9 path: /dev/sdb9 type: 0 > name: ext2 active: True busy: False > geometry: <parted.geometry.Geometry object at 0x16578d0> PedPartition: <_ped.Partition object at 0x164b530> > disk = existing 1024MB disk sdb (4) 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': '379232', > '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 17) 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 0x165ce90> > PedDisk: <_ped.Disk object at 0x1663c20> >DEBUG:blivet: getFormat('disklabel') returning DiskLabel instance >DEBUG:blivet: DiskDevice._setFormat: sdc ; current: None ; type: disklabel ; >INFO:blivet: got device: DiskDevice instance (0x165c0d0) -- > name = sdc status = True kids = 0 id = 17 > 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 0x1656b00> > target size = 0 path = /dev/sdc > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x1667250> >INFO:blivet: got format: DiskLabel instance (0x165ce50) -- > 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 0x165ce90> > PedDisk: <_ped.Disk object at 0x1663c20> > origPartedDisk = <parted.disk.Disk object at 0x165cd90> > 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 0x16569e0> > >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': '379772', > '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 18) 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 0x16675d0>] > device: <parted.device.Device object at 0x1667410> > PedDisk: <_ped.Disk object at 0x16612d8> >DEBUG:blivet: getFormat('disklabel') returning DiskLabel instance >DEBUG:blivet: DiskDevice._setFormat: vdb ; current: None ; type: disklabel ; >INFO:blivet: got device: DiskDevice instance (0x165c950) -- > name = vdb status = True kids = 0 id = 18 > 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 0x16564d0> > target size = 0 path = /dev/vdb > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x165c310> >INFO:blivet: got format: DiskLabel instance (0x1667210) -- > 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 0x16675d0>] > device: <parted.device.Device object at 0x1667410> > PedDisk: <_ped.Disk object at 0x16612d8> > origPartedDisk = <parted.disk.Disk object at 0x1667710> > 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 0x1656cb0> > >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': '11379804', > '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 (18) 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 19) 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 (0x165cb10) -- > name = vdb1 status = True kids = 0 id = 19 > parents = ['existing 1024MB disk vdb (18) 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 0x1656ef0> > 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 0x16674d0> fileSystem: <parted.filesystem.FileSystem object at 0x1667890> > number: 1 path: /dev/vdb1 type: 0 > name: None active: True busy: True > geometry: <parted.geometry.Geometry object at 0x1667690> PedPartition: <_ped.Partition object at 0x164bb90> > disk = existing 1024MB disk vdb (18) with existing msdos disklabel > start = 2048 end = 2095103 length = 2093056 > flags = >INFO:blivet: got format: SwapSpace instance (0x1667d90) -- > 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': '411383', > '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': '415186', > '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': '416753', > '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': '416828', > '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': '416876', > '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': '421125', > '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': '422870', > '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': '422923', > '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/dm-name-tstName-lv /dev/disk/by-id/dm-uuid-LVM-F9pB3hRKTtMBUh1ldDM3tW9ZLsiAQ8ZwUHVnd2Q7rCuCYcvuITVxz9Xa1Ake94XQ /dev/mapper/tstName-lv /dev/tstName/lv', > 'DEVNAME': 'dm-0', > 'DEVPATH': '/devices/virtual/block/dm-0', > 'DEVTYPE': 'disk', > 'DM_LV_NAME': 'lv', > 'DM_NAME': 'tstName-lv', > 'DM_SUSPENDED': '0', > 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'DM_UUID': 'LVM-F9pB3hRKTtMBUh1ldDM3tW9ZLsiAQ8ZwUHVnd2Q7rCuCYcvuITVxz9Xa1Ake94XQ', > 'DM_VG_NAME': 'tstName', > 'ID_PART_TABLE_TYPE': 'gpt', > 'MAJOR': '253', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '752649831', > 'name': 'dm-0', > 'symlinks': ['/dev/disk/by-id/dm-name-tstName-lv', > '/dev/disk/by-id/dm-uuid-LVM-F9pB3hRKTtMBUh1ldDM3tW9ZLsiAQ8ZwUHVnd2Q7rCuCYcvuITVxz9Xa1Ake94XQ', > '/dev/mapper/tstName-lv', > '/dev/tstName/lv'], > 'sysfs_path': '/devices/virtual/block/dm-0'} ; name: tstName-lv ; >INFO:blivet: scanning tstName-lv (/devices/virtual/block/dm-0)... >DEBUG:blivet: DeviceTree.getDeviceByName: name: tstName-lv ; >DEBUG:blivet: DeviceTree.getDeviceByName returned existing 40MB lvmlv tstName-lv (7) >DEBUG:blivet: DeviceTree.handleUdevDeviceFormat: name: tstName-lv ; >DEBUG:blivet: DeviceTree.handleUdevDiskLabelFormat: device: tstName-lv ; label_type: gpt ; >DEBUG:blivet: LVMLogicalVolumeDevice.setup: tstName-lv ; status: True ; controllable: True ; orig: False ; >DEBUG:blivet: DiskLabel.__init__: device: /dev/mapper/tstName-lv ; labelType: gpt ; exists: True ; >DEBUG:blivet: Set pmbr_boot on parted.Disk instance -- > type: gpt primaryPartitionCount: 0 > lastPartitionNumber: -1 maxPrimaryPartitionCount: 128 > partitions: [] > device: <parted.device.Device object at 0x166a290> > PedDisk: <_ped.Disk object at 0x165bef0> >DEBUG:blivet: getFormat('disklabel') returning DiskLabel instance >DEBUG:blivet: no type or existing type for tstName-lv, bailing >DEBUG:blivet: looking up parted Device: /dev/mapper/tstName >DEBUG:blivet: tstName size is 92MB >DEBUG:blivet: vg tstName has 52MB free >DEBUG:blivet: tstName size is 92MB >DEBUG:blivet: vg tstName has 52MB free >INFO:blivet: got device: LVMLogicalVolumeDevice instance (0x1657bd0) -- > name = tstName-lv status = True kids = 0 id = 7 > parents = ['existing 92MB lvmvg tstName (6)'] > uuid = UHVnd2-Q7rC-uCYc-vuIT-Vxz9-Xa1A-ke94XQ size = 40.0 > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = /devices/virtual/block/dm-0 partedDevice = parted.Device instance -- > model: Linux device-mapper (linear) path: /dev/mapper/tstName-lv type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 81920 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 0 did: 0 busy: False > hardwareGeometry: (5, 255, 63) biosGeometry: (5, 255, 63) > PedDevice: <_ped.Device object at 0x1565b00> > target size = 40.0 path = /dev/mapper/tstName-lv > format args = [] originalFormat = None target = None dmUuid = None VG device = LVMVolumeGroupDevice instance (0x1644ad0) -- > name = tstName status = True kids = 1 id = 6 > parents = ['existing 94MB partition sdb1 (5) with existing lvmpv'] > uuid = F9pB3h-RKTt-MBUh-1ldD-M3tW-9ZLs-iAQ8Zw size = 92 > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/mapper/tstName > format args = [] originalFormat = None target = None dmUuid = None free = 52.0 PE Size = 4.0 PE Count = 23 > PE Free = 13 PV Count = 1 > LV Names = ['lv'] modified = False > extents = 23.0 free space = 52 > free extents = 13.0 reserved percent = 0 reserved space = 0 > PVs = ['existing 94MB partition sdb1 (5) with existing lvmpv'] > LVs = ['existing 40MB lvmlv tstName-lv (7)'] > percent = 0 > mirrored = False stripes = 1 snapshot total = 0MB > VG space used = 40MB >DEBUG:blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/dm-name-tstName-lv1 /dev/disk/by-id/dm-uuid-part1-LVM-F9pB3hRKTtMBUh1ldDM3tW9ZLsiAQ8ZwUHVnd2Q7rCuCYcvuITVxz9Xa1Ake94XQ /dev/mapper/tstName-lv1', > 'DEVNAME': 'dm-1', > 'DEVPATH': '/devices/virtual/block/dm-1', > 'DEVTYPE': 'disk', > 'DM_NAME': 'tstName-lv1', > 'DM_SUSPENDED': '0', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'DM_UUID': 'part1-LVM-F9pB3hRKTtMBUh1ldDM3tW9ZLsiAQ8ZwUHVnd2Q7rCuCYcvuITVxz9Xa1Ake94XQ', > 'ID_PART_ENTRY_DISK': '253:0', > 'ID_PART_ENTRY_NUMBER': '1', > 'ID_PART_ENTRY_OFFSET': '2048', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '77824', > 'ID_PART_ENTRY_TYPE': '0x83', > 'MAJOR': '253', > 'MINOR': '1', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '802183838', > 'name': 'dm-1', > 'symlinks': ['/dev/disk/by-id/dm-name-tstName-lv1', > '/dev/disk/by-id/dm-uuid-part1-LVM-F9pB3hRKTtMBUh1ldDM3tW9ZLsiAQ8ZwUHVnd2Q7rCuCYcvuITVxz9Xa1Ake94XQ', > '/dev/mapper/tstName-lv1'], > 'sysfs_path': '/devices/virtual/block/dm-1'} ; name: tstName-lv1 ; >INFO:blivet: scanning tstName-lv1 (/devices/virtual/block/dm-1)... >DEBUG:blivet: DeviceTree.getDeviceByName: name: tstName-lv1 ; >DEBUG:blivet: DeviceTree.getDeviceByName returned None >INFO:blivet: tstName-lv1 is an lvm logical volume >DEBUG:blivet: DeviceTree.addUdevLVDevice: name: tstName-lv1 ; >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 979, in addUdevDevice > device = self.addUdevLVDevice(info) > File "/usr/lib/python2.7/site-packages/blivet/devicetree.py", line 544, in addUdevLVDevice > vg_name = udev_device_get_lv_vg_name(info) > File "/usr/lib/python2.7/site-packages/blivet/udev.py", line 393, in udev_device_get_lv_vg_name > return info['DM_VG_NAME'] >KeyError: 'DM_VG_NAME' >>>>
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 927219
:
715968
| 715998