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 888793 Details for
Bug 1090360
blivet.reset() deactivates MD RAIDs
[?]
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.
correct blivet log
log2 (text/plain), 104.79 KB, created by
Jan Safranek
on 2014-04-23 07:47:06 UTC
(
hide
)
Description:
correct blivet log
Filename:
MIME Type:
Creator:
Jan Safranek
Created:
2014-04-23 07:47:06 UTC
Size:
104.79 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 with object id 0 >DEBUG:blivet: Ext4FS.supported: supported: True ; >INFO:blivet: resetting Blivet (version 0.49) instance <blivet.Blivet object at 0x16986d0> >INFO:blivet: not going to create backup copy of non-existent /etc/mdadm.conf >INFO:blivet: DeviceTree.populate: ignoredDisks is [] ; exclusiveDisks is [] >INFO:program: Running... udevadm settle --timeout=300 >DEBUG:program: Return code: 0 >INFO:program: Running... udevadm settle --timeout=300 >DEBUG:program: Return code: 0 >INFO:blivet: devices to scan: ['sda', 'sda1', 'sda2', 'sdd', 'sdc', 'sdc1', 'sdc10', 'sdc2', 'sdc3', 'sdc4', 'sdc5', 'sdc6', 'sdc7', 'sdc8', 'sdc9', 'sdb', 'md127'] >DEBUG:blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/scsi-0QEMU_QEMU_HARDDISK_drive-scsi0-0-0-0 /dev/disk/by-path/pci-0000:00:05.0-virtio-pci-virtio1-scsi-0:0:0:0', > 'DEVNAME': 'sda', > 'DEVPATH': '/devices/pci0000:00/0000:00:05.0/virtio1/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_PART_TABLE_UUID': '000ab5d0', > 'ID_PATH': 'pci-0000:00:05.0-virtio-pci-virtio1-scsi-0:0:0:0', > 'ID_PATH_TAG': 'pci-0000_00_05_0-virtio-pci-virtio1-scsi-0_0_0_0', > 'ID_REVISION': '1.6.', > 'ID_SCSI': '1', > 'ID_SERIAL': '0QEMU_QEMU_HARDDISK_drive-scsi0-0-0-0', > 'ID_SERIAL_SHORT': 'drive-scsi0-0-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': '42503', > 'name': 'sda', > 'symlinks': ['/dev/disk/by-id/scsi-0QEMU_QEMU_HARDDISK_drive-scsi0-0-0-0', > '/dev/disk/by-path/pci-0000:00:05.0-virtio-pci-virtio1-scsi-0:0:0:0'], > 'sysfs_path': '/devices/pci0000:00/0000:00:05.0/virtio1/host2/target2:0:0/2:0:0:0/block/sda'} ; name: sda ; >INFO:blivet: scanning sda (/devices/pci0000:00/0000:00:05.0/virtio1/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 with object id 2 >DEBUG:blivet: DiskDevice._setFormat: sda ; current: None ; type: None ; >INFO:program: Running... multipath -c /dev/sda >INFO:program: Apr 23 07:45:27 | DM multipath kernel driver not loaded >INFO:program: Apr 23 07:45:27 | /etc/multipath.conf does not exist, blacklisting all devices. >INFO:program: Apr 23 07:45:27 | A default multipath.conf file is located at >INFO:program: Apr 23 07:45:27 | /usr/share/doc/device-mapper-multipath-0.4.9/multipath.conf >INFO:program: Apr 23 07:45:27 | You can run /sbin/mpathconf to create or modify /etc/multipath.conf >INFO:program: Apr 23 07:45:27 | DM multipath kernel driver not loaded >DEBUG:program: Return code: 1 >INFO:blivet: added disk sda (id 1) 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: 2 > lastPartitionNumber: 2 maxPrimaryPartitionCount: 4 > partitions: [<parted.partition.Partition object at 0x18034d0>, <parted.partition.Partition object at 0x1803650>] > device: <parted.device.Device object at 0x1803290> > PedDisk: <_ped.Disk object at 0x17fc878> >DEBUG:blivet: getFormat('disklabel') returning DiskLabel instance with object id 4 >DEBUG:blivet: DiskDevice._setFormat: sda ; current: None ; type: disklabel ; >INFO:blivet: got device: DiskDevice instance (0x1791150) -- > name = sda status = True kids = 0 id = 1 > parents = [] > uuid = None size = 10 GiB > format = existing msdos disklabel > major = 8 minor = 0 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:05.0/virtio1/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: 20971520 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 0 did: 0 busy: True > hardwareGeometry: (10240, 64, 32) biosGeometry: (1305, 255, 63) > PedDevice: <_ped.Device object at 0x1647d40> > target size = 0 B path = /dev/sda > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x17fa150> >INFO:blivet: got format: DiskLabel instance (0x1791190) object id 4-- > 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 = 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 0x18034d0>, <parted.partition.Partition object at 0x1803650>] > device: <parted.device.Device object at 0x1803290> > PedDisk: <_ped.Disk object at 0x17fc878> > origPartedDisk = <parted.disk.Disk object at 0x1803850> > partedDevice = parted.Device instance -- > model: QEMU QEMU HARDDISK path: /dev/sda type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 20971520 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 0 did: 0 busy: True > hardwareGeometry: (10240, 64, 32) biosGeometry: (1305, 255, 63) > PedDevice: <_ped.Device object at 0x16bea70> > >DEBUG:blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/scsi-0QEMU_QEMU_HARDDISK_drive-scsi0-0-0-0-part1 /dev/disk/by-path/pci-0000:00:05.0-virtio-pci-virtio1-scsi-0:0:0:0-part1 /dev/disk/by-uuid/1d462ba3-0766-4a7e-943e-5113d8de54f8', > 'DEVNAME': 'sda1', > 'DEVPATH': '/devices/pci0000:00/0000:00:05.0/virtio1/host2/target2:0:0/2:0:0:0/block/sda/sda1', > 'DEVTYPE': 'partition', > 'ID_BUS': 'scsi', > 'ID_FS_TYPE': 'swap', > 'ID_FS_USAGE': 'other', > 'ID_FS_UUID': '1d462ba3-0766-4a7e-943e-5113d8de54f8', > 'ID_FS_UUID_ENC': '1d462ba3-0766-4a7e-943e-5113d8de54f8', > 'ID_FS_VERSION': '1', > 'ID_MODEL': 'QEMU_HARDDISK', > 'ID_MODEL_ENC': 'QEMU\\x20HARDDISK\\x20\\x20\\x20', > 'ID_PART_ENTRY_DISK': '8: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_ENTRY_UUID': '000ab5d0-01', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': '000ab5d0', > 'ID_PATH': 'pci-0000:00:05.0-virtio-pci-virtio1-scsi-0:0:0:0', > 'ID_PATH_TAG': 'pci-0000_00_05_0-virtio-pci-virtio1-scsi-0_0_0_0', > 'ID_REVISION': '1.6.', > 'ID_SCSI': '1', > 'ID_SERIAL': '0QEMU_QEMU_HARDDISK_drive-scsi0-0-0-0', > 'ID_SERIAL_SHORT': 'drive-scsi0-0-0-0', > 'ID_TYPE': 'disk', > 'ID_VENDOR': 'QEMU', > 'ID_VENDOR_ENC': 'QEMU\\x20\\x20\\x20\\x20', > 'MAJOR': '8', > 'MINOR': '1', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '47355', > 'name': 'sda1', > 'symlinks': ['/dev/disk/by-id/scsi-0QEMU_QEMU_HARDDISK_drive-scsi0-0-0-0-part1', > '/dev/disk/by-path/pci-0000:00:05.0-virtio-pci-virtio1-scsi-0:0:0:0-part1', > '/dev/disk/by-uuid/1d462ba3-0766-4a7e-943e-5113d8de54f8'], > 'sysfs_path': '/devices/pci0000:00/0000:00:05.0/virtio1/host2/target2:0:0/2:0:0:0/block/sda/sda1'} ; name: sda1 ; >INFO:blivet: scanning sda1 (/devices/pci0000:00/0000:00:05.0/virtio1/host2/target2:0:0/2:0:0:0/block/sda/sda1)... >DEBUG:blivet: DeviceTree.getDeviceByName: name: sda1 ; >DEBUG:blivet: DeviceTree.getDeviceByName returned None >INFO:blivet: sda1 is a partition >DEBUG:blivet: DeviceTree.addUdevPartitionDevice: name: sda1 ; >DEBUG:blivet: DeviceTree.getDeviceByName: name: sda ; >DEBUG:blivet: DeviceTree.getDeviceByName returned existing 10 GiB disk sda (1) with existing msdos disklabel >DEBUG:blivet: DiskDevice.addChild: kids: 0 ; name: sda ; >DEBUG:blivet: PartitionDevice._setFormat: sda1 ; >DEBUG:blivet: getFormat('None') returning DeviceFormat instance with object id 7 >DEBUG:blivet: PartitionDevice._setFormat: sda1 ; current: None ; type: None ; >DEBUG:blivet: looking up parted Partition: /dev/sda1 >DEBUG:blivet: PartitionDevice.probe: sda1 ; exists: True ; >DEBUG:blivet: PartitionDevice.getFlag: path: /dev/sda1 ; flag: 1 ; >DEBUG:blivet: PartitionDevice.getFlag: path: /dev/sda1 ; flag: 10 ; >DEBUG:blivet: PartitionDevice.getFlag: path: /dev/sda1 ; flag: 12 ; >INFO:blivet: added partition sda1 (id 6) to device tree >DEBUG:blivet: DeviceTree.handleUdevDeviceFormat: name: sda1 ; >DEBUG:blivet: DeviceTree.handleUdevDiskLabelFormat: device: sda1 ; label_type: dos ; >DEBUG:blivet: PartitionDevice.setup: sda1 ; status: True ; controllable: True ; orig: False ; >DEBUG:blivet: DiskLabel.__init__: device: /dev/sda1 ; labelType: dos ; exists: True ; >WARNING:blivet: disklabel detected but not usable on sda1 >INFO:blivet: type detected on 'sda1' is 'swap' >DEBUG:blivet: SwapSpace.__init__: device: /dev/sda1 ; serial: drive-scsi0-0-0-0 ; uuid: 1d462ba3-0766-4a7e-943e-5113d8de54f8 ; exists: True ; label: None ; >DEBUG:blivet: getFormat('swap') returning SwapSpace instance with object id 10 >DEBUG:blivet: PartitionDevice._setFormat: sda1 ; >DEBUG:blivet: PartitionDevice._setFormat: sda1 ; current: None ; type: swap ; >DEBUG:blivet: looking up parted Device: /dev/sda1 >INFO:blivet: got device: PartitionDevice instance (0x17fa110) -- > name = sda1 status = True kids = 0 id = 6 > parents = ['existing 10 GiB disk sda (1) with existing msdos disklabel'] > uuid = None size = 512 MiB > format = existing swap > major = 8 minor = 1 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:05.0/virtio1/host2/target2:0:0/2:0:0:0/block/sda/sda1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda1 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 1048576 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 0 did: 0 busy: True > hardwareGeometry: (512, 64, 32) biosGeometry: (65, 255, 63) > PedDevice: <_ped.Device object at 0x16bed40> > target size = 0 B path = /dev/sda1 > format args = [] originalFormat = None grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x1803350> fileSystem: <parted.filesystem.FileSystem object at 0x1803790> > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: True > geometry: <parted.geometry.Geometry object at 0x1803590> PedPartition: <_ped.Partition object at 0x17fe770> > disk = existing 10 GiB disk sda (1) with existing msdos disklabel > start = 2048 end = 1050623 length = 1048576 > flags = >INFO:blivet: got format: SwapSpace instance (0x1803dd0) object id 10-- > type = swap name = swap status = True > device = /dev/sda1 uuid = 1d462ba3-0766-4a7e-943e-5113d8de54f8 exists = True > options = supported = True formattable = True resizable = False > priority = None label = None >DEBUG:blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/scsi-0QEMU_QEMU_HARDDISK_drive-scsi0-0-0-0-part2 /dev/disk/by-path/pci-0000:00:05.0-virtio-pci-virtio1-scsi-0:0:0:0-part2 /dev/disk/by-uuid/69053ab6-19aa-4b37-b0cf-3facf22c4593', > 'DEVNAME': 'sda2', > 'DEVPATH': '/devices/pci0000:00/0000:00:05.0/virtio1/host2/target2:0:0/2:0:0:0/block/sda/sda2', > 'DEVTYPE': 'partition', > 'ID_BUS': 'scsi', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '69053ab6-19aa-4b37-b0cf-3facf22c4593', > 'ID_FS_UUID_ENC': '69053ab6-19aa-4b37-b0cf-3facf22c4593', > 'ID_FS_VERSION': '1.0', > 'ID_MODEL': 'QEMU_HARDDISK', > 'ID_MODEL_ENC': 'QEMU\\x20HARDDISK\\x20\\x20\\x20', > 'ID_PART_ENTRY_DISK': '8:0', > 'ID_PART_ENTRY_FLAGS': '0x80', > 'ID_PART_ENTRY_NUMBER': '2', > 'ID_PART_ENTRY_OFFSET': '1050624', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '19920896', > 'ID_PART_ENTRY_TYPE': '0x83', > 'ID_PART_ENTRY_UUID': '000ab5d0-02', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': '000ab5d0', > 'ID_PATH': 'pci-0000:00:05.0-virtio-pci-virtio1-scsi-0:0:0:0', > 'ID_PATH_TAG': 'pci-0000_00_05_0-virtio-pci-virtio1-scsi-0_0_0_0', > 'ID_REVISION': '1.6.', > 'ID_SCSI': '1', > 'ID_SERIAL': '0QEMU_QEMU_HARDDISK_drive-scsi0-0-0-0', > 'ID_SERIAL_SHORT': 'drive-scsi0-0-0-0', > 'ID_TYPE': 'disk', > 'ID_VENDOR': 'QEMU', > 'ID_VENDOR_ENC': 'QEMU\\x20\\x20\\x20\\x20', > 'MAJOR': '8', > 'MINOR': '2', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '51670', > 'name': 'sda2', > 'symlinks': ['/dev/disk/by-id/scsi-0QEMU_QEMU_HARDDISK_drive-scsi0-0-0-0-part2', > '/dev/disk/by-path/pci-0000:00:05.0-virtio-pci-virtio1-scsi-0:0:0:0-part2', > '/dev/disk/by-uuid/69053ab6-19aa-4b37-b0cf-3facf22c4593'], > 'sysfs_path': '/devices/pci0000:00/0000:00:05.0/virtio1/host2/target2:0:0/2:0:0:0/block/sda/sda2'} ; name: sda2 ; >INFO:blivet: scanning sda2 (/devices/pci0000:00/0000:00:05.0/virtio1/host2/target2:0:0/2:0:0:0/block/sda/sda2)... >DEBUG:blivet: DeviceTree.getDeviceByName: name: sda2 ; >DEBUG:blivet: DeviceTree.getDeviceByName returned None >INFO:blivet: sda2 is a partition >DEBUG:blivet: DeviceTree.addUdevPartitionDevice: name: sda2 ; >DEBUG:blivet: DeviceTree.getDeviceByName: name: sda ; >DEBUG:blivet: DeviceTree.getDeviceByName returned existing 10 GiB disk sda (1) with existing msdos disklabel >DEBUG:blivet: DiskDevice.addChild: kids: 1 ; name: sda ; >DEBUG:blivet: PartitionDevice._setFormat: sda2 ; >DEBUG:blivet: getFormat('None') returning DeviceFormat instance with object id 13 >DEBUG:blivet: PartitionDevice._setFormat: sda2 ; current: None ; type: None ; >DEBUG:blivet: looking up parted Partition: /dev/sda2 >DEBUG:blivet: PartitionDevice.probe: sda2 ; exists: True ; >DEBUG:blivet: PartitionDevice.getFlag: path: /dev/sda2 ; flag: 1 ; >DEBUG:blivet: PartitionDevice.getFlag: path: /dev/sda2 ; flag: 10 ; >DEBUG:blivet: PartitionDevice.getFlag: path: /dev/sda2 ; flag: 12 ; >INFO:blivet: added partition sda2 (id 12) to device tree >DEBUG:blivet: DeviceTree.handleUdevDeviceFormat: name: sda2 ; >DEBUG:blivet: DeviceTree.handleUdevDiskLabelFormat: device: sda2 ; label_type: dos ; >DEBUG:blivet: PartitionDevice.setup: sda2 ; status: True ; controllable: True ; orig: False ; >DEBUG:blivet: DiskLabel.__init__: device: /dev/sda2 ; labelType: dos ; exists: True ; >WARNING:blivet: disklabel detected but not usable on sda2 >INFO:blivet: type detected on 'sda2' is 'ext4' >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet: getFormat('ext4') returning Ext4FS instance with object id 16 >DEBUG:blivet: PartitionDevice._setFormat: sda2 ; >DEBUG:blivet: PartitionDevice._setFormat: sda2 ; current: None ; type: ext4 ; >DEBUG:blivet: looking up parted Device: /dev/sda2 >INFO:blivet: got device: PartitionDevice instance (0x1803cd0) -- > name = sda2 status = True kids = 0 id = 12 > parents = ['existing 10 GiB disk sda (1) with existing msdos disklabel'] > uuid = None size = 9.49 GiB > format = existing ext4 filesystem > major = 8 minor = 2 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:05.0/virtio1/host2/target2:0:0/2:0:0:0/block/sda/sda2 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda2 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 19920896 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 121 did: 0 busy: True > hardwareGeometry: (9727, 64, 32) biosGeometry: (1240, 255, 63) > PedDevice: <_ped.Device object at 0x16bee60> > target size = 0 B path = /dev/sda2 > format args = [] originalFormat = None grow = None max size = 0 B bootable = True > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x1803350> fileSystem: <parted.filesystem.FileSystem object at 0x18037d0> > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: True > geometry: <parted.geometry.Geometry object at 0x1803710> PedPartition: <_ped.Partition object at 0x17fe6b0> > disk = existing 10 GiB disk sda (1) with existing msdos disklabel > start = 1050624 end = 20971519 length = 19920896 > flags = boot >DEBUG:blivet: Ext4FS.supported: supported: True ; >INFO:blivet: got format: Ext4FS instance (0x180d590) object id 16-- > type = ext4 name = ext4 status = False > device = /dev/sda2 uuid = 69053ab6-19aa-4b37-b0cf-3facf22c4593 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = None size = 0 B targetSize = 0 B > >DEBUG:blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/scsi-0QEMU_QEMU_HARDDISK_drive-scsi0-0-0-1 /dev/disk/by-path/pci-0000:00:05.0-virtio-pci-virtio1-scsi-0:0:0:1', > 'DEVNAME': 'sdd', > 'DEVPATH': '/devices/pci0000:00/0000:00:05.0/virtio1/host2/target2:0:0/2:0:0:1/block/sdd', > 'DEVTYPE': 'disk', > 'ID_BUS': 'scsi', > 'ID_MODEL': 'QEMU_HARDDISK', > 'ID_MODEL_ENC': 'QEMU\\x20HARDDISK\\x20\\x20\\x20', > 'ID_PATH': 'pci-0000:00:05.0-virtio-pci-virtio1-scsi-0:0:0:1', > 'ID_PATH_TAG': 'pci-0000_00_05_0-virtio-pci-virtio1-scsi-0_0_0_1', > 'ID_REVISION': '1.6.', > 'ID_SCSI': '1', > 'ID_SERIAL': '0QEMU_QEMU_HARDDISK_drive-scsi0-0-0-1', > 'ID_SERIAL_SHORT': 'drive-scsi0-0-0-1', > 'ID_TYPE': 'disk', > 'ID_VENDOR': 'QEMU', > 'ID_VENDOR_ENC': 'QEMU\\x20\\x20\\x20\\x20', > 'MAJOR': '8', > 'MINOR': '48', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '82837', > 'name': 'sdd', > 'symlinks': ['/dev/disk/by-id/scsi-0QEMU_QEMU_HARDDISK_drive-scsi0-0-0-1', > '/dev/disk/by-path/pci-0000:00:05.0-virtio-pci-virtio1-scsi-0:0:0:1'], > 'sysfs_path': '/devices/pci0000:00/0000:00:05.0/virtio1/host2/target2:0:0/2:0:0:1/block/sdd'} ; name: sdd ; >INFO:blivet: scanning sdd (/devices/pci0000:00/0000:00:05.0/virtio1/host2/target2:0:0/2:0:0:1/block/sdd)... >DEBUG:blivet: DeviceTree.getDeviceByName: name: sdd ; >DEBUG:blivet: DeviceTree.getDeviceByName returned None >DEBUG:blivet: DeviceTree.addUdevDiskDevice: name: sdd ; >INFO:blivet: sdd is a disk >DEBUG:blivet: getFormat('None') returning DeviceFormat instance with object id 19 >DEBUG:blivet: DiskDevice._setFormat: sdd ; current: None ; type: None ; >INFO:program: Running... multipath -c /dev/sdd >INFO:program: Apr 23 07:45:27 | DM multipath kernel driver not loaded >INFO:program: Apr 23 07:45:27 | /etc/multipath.conf does not exist, blacklisting all devices. >INFO:program: Apr 23 07:45:27 | A default multipath.conf file is located at >INFO:program: Apr 23 07:45:27 | /usr/share/doc/device-mapper-multipath-0.4.9/multipath.conf >INFO:program: Apr 23 07:45:27 | You can run /sbin/mpathconf to create or modify /etc/multipath.conf >INFO:program: Apr 23 07:45:27 | DM multipath kernel driver not loaded >DEBUG:program: Return code: 1 >INFO:blivet: added disk sdd (id 18) to device tree >DEBUG:blivet: looking up parted Device: /dev/sdd >DEBUG:blivet: DeviceTree.handleUdevDeviceFormat: name: sdd ; >DEBUG:blivet: DeviceTree.handleUdevDiskLabelFormat: device: sdd ; label_type: None ; >DEBUG:blivet: getFormat('None') returning DeviceFormat instance with object id 21 >DEBUG:blivet: DiskDevice.setup: sdd ; status: True ; controllable: True ; orig: False ; >DEBUG:blivet: required disklabel type for sdd (1) is None >DEBUG:blivet: default disklabel type for sdd is msdos >DEBUG:blivet: selecting msdos disklabel for sdd based on size >DEBUG:blivet: DiskLabel.__init__: device: /dev/sdd ; labelType: msdos ; exists: True ; >INFO:blivet: no usable disklabel on sdd >DEBUG:blivet: no type or existing type for sdd, bailing >INFO:blivet: got device: DiskDevice instance (0x1803c10) -- > name = sdd status = True kids = 0 id = 18 > parents = [] > uuid = None size = 1 GiB > format = existing None > major = 8 minor = 48 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:05.0/virtio1/host2/target2:0:0/2:0:0:1/block/sdd partedDevice = parted.Device instance -- > model: QEMU QEMU HARDDISK path: /dev/sdd type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 2097152 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 0 did: 256 busy: False > hardwareGeometry: (1011, 34, 61) biosGeometry: (130, 255, 63) > PedDevice: <_ped.Device object at 0x16beef0> > target size = 0 B path = /dev/sdd > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x185e990> >DEBUG:blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/scsi-0QEMU_QEMU_HARDDISK_drive-scsi0-0-0-2 /dev/disk/by-path/pci-0000:00:05.0-virtio-pci-virtio1-scsi-0:0:0:2', > 'DEVNAME': 'sdc', > 'DEVPATH': '/devices/pci0000:00/0000:00:05.0/virtio1/host2/target2:0:0/2:0:0:2/block/sdc', > 'DEVTYPE': 'disk', > 'ID_BUS': 'scsi', > 'ID_MODEL': 'QEMU_HARDDISK', > 'ID_MODEL_ENC': 'QEMU\\x20HARDDISK\\x20\\x20\\x20', > 'ID_PART_TABLE_TYPE': 'gpt', > 'ID_PART_TABLE_UUID': 'e3a5a2a2-4648-4367-8e2c-925326576c05', > 'ID_PATH': 'pci-0000:00:05.0-virtio-pci-virtio1-scsi-0:0:0:2', > 'ID_PATH_TAG': 'pci-0000_00_05_0-virtio-pci-virtio1-scsi-0_0_0_2', > 'ID_REVISION': '1.6.', > 'ID_SCSI': '1', > 'ID_SERIAL': '0QEMU_QEMU_HARDDISK_drive-scsi0-0-0-2', > 'ID_SERIAL_SHORT': 'drive-scsi0-0-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': '82908', > 'name': 'sdc', > 'symlinks': ['/dev/disk/by-id/scsi-0QEMU_QEMU_HARDDISK_drive-scsi0-0-0-2', > '/dev/disk/by-path/pci-0000:00:05.0-virtio-pci-virtio1-scsi-0:0:0:2'], > 'sysfs_path': '/devices/pci0000:00/0000:00:05.0/virtio1/host2/target2:0:0/2:0:0:2/block/sdc'} ; name: sdc ; >INFO:blivet: scanning sdc (/devices/pci0000:00/0000:00:05.0/virtio1/host2/target2:0:0/2:0:0:2/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 with object id 25 >DEBUG:blivet: DiskDevice._setFormat: sdc ; current: None ; type: None ; >INFO:program: Running... multipath -c /dev/sdc >INFO:program: Apr 23 07:45:27 | DM multipath kernel driver not loaded >INFO:program: Apr 23 07:45:27 | /etc/multipath.conf does not exist, blacklisting all devices. >INFO:program: Apr 23 07:45:27 | A default multipath.conf file is located at >INFO:program: Apr 23 07:45:27 | /usr/share/doc/device-mapper-multipath-0.4.9/multipath.conf >INFO:program: Apr 23 07:45:27 | You can run /sbin/mpathconf to create or modify /etc/multipath.conf >INFO:program: Apr 23 07:45:27 | DM multipath kernel driver not loaded >DEBUG:program: Return code: 1 >INFO:blivet: added disk sdc (id 24) 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: gpt ; >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: Set pmbr_boot on parted.Disk instance -- > type: gpt primaryPartitionCount: 10 > lastPartitionNumber: 10 maxPrimaryPartitionCount: 128 > partitions: [<parted.partition.Partition object at 0x185ed50>, <parted.partition.Partition object at 0x186c0d0>, <parted.partition.Partition object at 0x186c250>, <parted.partition.Partition object at 0x186c3d0>, <parted.partition.Partition object at 0x186c550>, <parted.partition.Partition object at 0x186c6d0>, <parted.partition.Partition object at 0x186c850>, <parted.partition.Partition object at 0x186c9d0>, <parted.partition.Partition object at 0x186cb50>, <parted.partition.Partition object at 0x186ccd0>] > device: <parted.device.Device object at 0x1803a50> > PedDisk: <_ped.Disk object at 0x1868ea8> >DEBUG:blivet: getFormat('disklabel') returning DiskLabel instance with object id 27 >DEBUG:blivet: DiskDevice._setFormat: sdc ; current: None ; type: disklabel ; >INFO:blivet: got device: DiskDevice instance (0x185ed90) -- > name = sdc status = True kids = 0 id = 24 > parents = [] > uuid = None size = 1 GiB > format = existing gpt disklabel > major = 8 minor = 32 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:05.0/virtio1/host2/target2:0:0/2:0:0:2/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: 0 did: 512 busy: False > hardwareGeometry: (1011, 34, 61) biosGeometry: (130, 255, 63) > PedDevice: <_ped.Device object at 0x16bef80> > target size = 0 B path = /dev/sdc > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x180d5d0> >INFO:blivet: got format: DiskLabel instance (0x180d350) object id 27-- > type = disklabel name = partition table (GPT) status = False > device = /dev/sdc 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 0x185ed50>, <parted.partition.Partition object at 0x186c0d0>, <parted.partition.Partition object at 0x186c250>, <parted.partition.Partition object at 0x186c3d0>, <parted.partition.Partition object at 0x186c550>, <parted.partition.Partition object at 0x186c6d0>, <parted.partition.Partition object at 0x186c850>, <parted.partition.Partition object at 0x186c9d0>, <parted.partition.Partition object at 0x186cb50>, <parted.partition.Partition object at 0x186ccd0>] > device: <parted.device.Device object at 0x1803a50> > PedDisk: <_ped.Disk object at 0x1868ea8> > origPartedDisk = <parted.disk.Disk object at 0x185eb10> > 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: 0 did: 512 busy: False > hardwareGeometry: (1011, 34, 61) biosGeometry: (130, 255, 63) > PedDevice: <_ped.Device object at 0x1869050> > >DEBUG:blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/scsi-0QEMU_QEMU_HARDDISK_drive-scsi0-0-0-2-part1 /dev/disk/by-partlabel/ext2 /dev/disk/by-partuuid/c8ab238f-748b-4d20-9a7b-6928b0f034f5 /dev/disk/by-path/pci-0000:00:05.0-virtio-pci-virtio1-scsi-0:0:0:2-part1', > 'DEVNAME': 'sdc1', > 'DEVPATH': '/devices/pci0000:00/0000:00:05.0/virtio1/host2/target2:0:0/2:0:0:2/block/sdc/sdc1', > 'DEVTYPE': 'partition', > 'ID_BUS': 'scsi', > 'ID_FS_LABEL': 'rawhide:test', > 'ID_FS_LABEL_ENC': 'rawhide:test', > 'ID_FS_TYPE': 'linux_raid_member', > 'ID_FS_USAGE': 'raid', > 'ID_FS_UUID': '0c78ae56-72b4-febc-aca4-492d8c35878b', > 'ID_FS_UUID_ENC': '0c78ae56-72b4-febc-aca4-492d8c35878b', > 'ID_FS_UUID_SUB': '51792a37-eda6-a620-b3e7-f665c35ca9ff', > 'ID_FS_UUID_SUB_ENC': '51792a37-eda6-a620-b3e7-f665c35ca9ff', > 'ID_FS_VERSION': '1.2', > 'ID_MODEL': 'QEMU_HARDDISK', > 'ID_MODEL_ENC': 'QEMU\\x20HARDDISK\\x20\\x20\\x20', > 'ID_PART_ENTRY_DISK': '8:32', > 'ID_PART_ENTRY_NAME': 'ext2', > 'ID_PART_ENTRY_NUMBER': '1', > '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': 'c8ab238f-748b-4d20-9a7b-6928b0f034f5', > 'ID_PART_TABLE_TYPE': 'gpt', > 'ID_PART_TABLE_UUID': 'e3a5a2a2-4648-4367-8e2c-925326576c05', > 'ID_PATH': 'pci-0000:00:05.0-virtio-pci-virtio1-scsi-0:0:0:2', > 'ID_PATH_TAG': 'pci-0000_00_05_0-virtio-pci-virtio1-scsi-0_0_0_2', > 'ID_REVISION': '1.6.', > 'ID_SCSI': '1', > 'ID_SERIAL': '0QEMU_QEMU_HARDDISK_drive-scsi0-0-0-2', > 'ID_SERIAL_SHORT': 'drive-scsi0-0-0-2', > 'ID_TYPE': 'disk', > 'ID_VENDOR': 'QEMU', > 'ID_VENDOR_ENC': 'QEMU\\x20\\x20\\x20\\x20', > 'MAJOR': '8', > 'MINOR': '33', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '82920', > 'name': 'sdc1', > 'symlinks': ['/dev/disk/by-id/scsi-0QEMU_QEMU_HARDDISK_drive-scsi0-0-0-2-part1', > '/dev/disk/by-partlabel/ext2', > '/dev/disk/by-partuuid/c8ab238f-748b-4d20-9a7b-6928b0f034f5', > '/dev/disk/by-path/pci-0000:00:05.0-virtio-pci-virtio1-scsi-0:0:0:2-part1'], > 'sysfs_path': '/devices/pci0000:00/0000:00:05.0/virtio1/host2/target2:0:0/2:0:0:2/block/sdc/sdc1'} ; name: sdc1 ; >INFO:blivet: scanning sdc1 (/devices/pci0000:00/0000:00:05.0/virtio1/host2/target2:0:0/2:0:0:2/block/sdc/sdc1)... >DEBUG:blivet: DeviceTree.getDeviceByName: name: sdc1 ; >DEBUG:blivet: DeviceTree.getDeviceByName returned None >INFO:blivet: sdc1 is a partition >DEBUG:blivet: DeviceTree.addUdevPartitionDevice: name: sdc1 ; >DEBUG:blivet: DeviceTree.getDeviceByName: name: sdc ; >DEBUG:blivet: DeviceTree.getDeviceByName returned existing 1 GiB disk sdc (24) with existing gpt disklabel >DEBUG:blivet: DiskDevice.addChild: kids: 0 ; name: sdc ; >DEBUG:blivet: PartitionDevice._setFormat: sdc1 ; >DEBUG:blivet: getFormat('None') returning DeviceFormat instance with object id 30 >DEBUG:blivet: PartitionDevice._setFormat: sdc1 ; current: None ; type: None ; >DEBUG:blivet: looking up parted Partition: /dev/sdc1 >DEBUG:blivet: PartitionDevice.probe: sdc1 ; exists: True ; >DEBUG:blivet: PartitionDevice.getFlag: path: /dev/sdc1 ; flag: 1 ; >DEBUG:blivet: PartitionDevice.getFlag: path: /dev/sdc1 ; flag: 10 ; >DEBUG:blivet: PartitionDevice.getFlag: path: /dev/sdc1 ; flag: 12 ; >INFO:blivet: added partition sdc1 (id 29) to device tree >DEBUG:blivet: DeviceTree.handleUdevDeviceFormat: name: sdc1 ; >DEBUG:blivet: DeviceTree.handleUdevDiskLabelFormat: device: sdc1 ; label_type: gpt ; >DEBUG:blivet: PartitionDevice.setup: sdc1 ; status: True ; controllable: True ; orig: False ; >DEBUG:blivet: DiskLabel.__init__: device: /dev/sdc1 ; labelType: gpt ; exists: True ; >WARNING:blivet: disklabel detected but not usable on sdc1 >INFO:program: Running... mdadm --examine --export /dev/sdc1 >INFO:program: MD_LEVEL=raid1 >INFO:program: MD_DEVICES=2 >INFO:program: MD_NAME=rawhide:test >INFO:program: MD_ARRAY_SIZE=98.44MB >INFO:program: MD_UUID=0c78ae56:72b4febc:aca4492d:8c35878b >INFO:program: MD_UPDATE_TIME=1398231926 >INFO:program: MD_DEV_UUID=51792a37:eda6a620:b3e7f665:c35ca9ff >INFO:program: MD_EVENTS=17 >DEBUG:program: Return code: 0 >INFO:program: Running... mdadm --examine --brief /dev/sdc1 >INFO:program: ARRAY /dev/md/test metadata=1.2 UUID=0c78ae56:72b4febc:aca4492d:8c35878b name=rawhide:test >DEBUG:program: Return code: 0 >INFO:blivet: type detected on 'sdc1' is 'linux_raid_member' >DEBUG:blivet: MDRaidMember.__init__: uuid: 0c78ae56-72b4-febc-aca4-492d8c35878b ; exists: True ; label: rawhide:test ; device: /dev/sdc1 ; serial: drive-scsi0-0-0-2 ; mdUuid: 0c78ae56:72b4febc:aca4492d:8c35878b ; biosraid: False ; >DEBUG:blivet: getFormat('linux_raid_member') returning MDRaidMember instance with object id 33 >DEBUG:blivet: PartitionDevice._setFormat: sdc1 ; >DEBUG:blivet: PartitionDevice._setFormat: sdc1 ; current: None ; type: mdmember ; >DEBUG:blivet: DeviceTree.handleUdevMDMemberFormat: type: mdmember ; name: sdc1 ; >DEBUG:blivet: DeviceTree.getDeviceByUuid returned None >INFO:program: Running... udevadm settle --timeout=300 >DEBUG:program: Return code: 0 >INFO:blivet: using name test for md array containing member sdc1 >DEBUG:blivet: getFormat('None') returning DeviceFormat instance with object id 35 >DEBUG:blivet: MDRaidArrayDevice._setFormat: test ; current: None ; type: None ; >DEBUG:blivet: MDRaidArrayDevice.updateSysfsPath: test ; status: False ; >DEBUG:blivet: MDRaidArrayDevice._addParent: test ; member: sdc1 ; >DEBUG:blivet: PartitionDevice.addChild: kids: 0 ; name: sdc1 ; >DEBUG:blivet: looking up parted Device: /dev/md/test >INFO:blivet: added mdarray test (id 34) to device tree >DEBUG:blivet: looking up parted Device: /dev/sdc1 >INFO:blivet: got device: PartitionDevice instance (0x185e950) -- > name = sdc1 status = True kids = 1 id = 29 > parents = ['existing 1 GiB disk sdc (24) with existing gpt disklabel'] > uuid = None size = 95 MiB > format = existing mdmember > major = 8 minor = 33 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:05.0/virtio1/host2/target2:0:0/2:0:0:2/block/sdc/sdc1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdc1 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 0x18697a0> > target size = 0 B path = /dev/sdc1 > format args = [] originalFormat = None grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x1803bd0> fileSystem: None > number: 1 path: /dev/sdc1 type: 0 > name: ext2 active: True busy: False > geometry: <parted.geometry.Geometry object at 0x186c110> PedPartition: <_ped.Partition object at 0x185be90> > disk = existing 1 GiB disk sdc (24) with existing gpt disklabel > start = 196608 end = 391167 length = 194560 > flags = lvm >INFO:blivet: got format: MDRaidMember instance (0x186e150) object id 33-- > type = mdmember name = software RAID status = False > device = /dev/sdc1 uuid = 0c78ae56-72b4-febc-aca4-492d8c35878b exists = True > options = None supported = True formattable = True resizable = False > mdUUID = 0c78ae56:72b4febc:aca4492d:8c35878b biosraid = False >DEBUG:blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/scsi-0QEMU_QEMU_HARDDISK_drive-scsi0-0-0-2-part10 /dev/disk/by-partlabel/ext2 /dev/disk/by-partuuid/0b9cd3f3-2824-42cf-bbb6-1a559ee37a86 /dev/disk/by-path/pci-0000:00:05.0-virtio-pci-virtio1-scsi-0:0:0:2-part10', > 'DEVNAME': 'sdc10', > 'DEVPATH': '/devices/pci0000:00/0000:00:05.0/virtio1/host2/target2:0:0/2:0:0:2/block/sdc/sdc10', > 'DEVTYPE': 'partition', > 'ID_BUS': 'scsi', > 'ID_MODEL': 'QEMU_HARDDISK', > 'ID_MODEL_ENC': 'QEMU\\x20HARDDISK\\x20\\x20\\x20', > 'ID_PART_ENTRY_DISK': '8:32', > 'ID_PART_ENTRY_NAME': 'ext2', > 'ID_PART_ENTRY_NUMBER': '10', > 'ID_PART_ENTRY_OFFSET': '2048', > 'ID_PART_ENTRY_SCHEME': 'gpt', > 'ID_PART_ENTRY_SIZE': '192512', > 'ID_PART_ENTRY_TYPE': '0fc63daf-8483-4772-8e79-3d69d8477de4', > 'ID_PART_ENTRY_UUID': '0b9cd3f3-2824-42cf-bbb6-1a559ee37a86', > 'ID_PART_TABLE_TYPE': 'gpt', > 'ID_PART_TABLE_UUID': 'e3a5a2a2-4648-4367-8e2c-925326576c05', > 'ID_PATH': 'pci-0000:00:05.0-virtio-pci-virtio1-scsi-0:0:0:2', > 'ID_PATH_TAG': 'pci-0000_00_05_0-virtio-pci-virtio1-scsi-0_0_0_2', > 'ID_REVISION': '1.6.', > 'ID_SCSI': '1', > 'ID_SERIAL': '0QEMU_QEMU_HARDDISK_drive-scsi0-0-0-2', > 'ID_SERIAL_SHORT': 'drive-scsi0-0-0-2', > 'ID_TYPE': 'disk', > 'ID_VENDOR': 'QEMU', > 'ID_VENDOR_ENC': 'QEMU\\x20\\x20\\x20\\x20', > 'MAJOR': '8', > 'MINOR': '42', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '82932', > 'name': 'sdc10', > 'symlinks': ['/dev/disk/by-id/scsi-0QEMU_QEMU_HARDDISK_drive-scsi0-0-0-2-part10', > '/dev/disk/by-partlabel/ext2', > '/dev/disk/by-partuuid/0b9cd3f3-2824-42cf-bbb6-1a559ee37a86', > '/dev/disk/by-path/pci-0000:00:05.0-virtio-pci-virtio1-scsi-0:0:0:2-part10'], > 'sysfs_path': '/devices/pci0000:00/0000:00:05.0/virtio1/host2/target2:0:0/2:0:0:2/block/sdc/sdc10'} ; name: sdc10 ; >INFO:blivet: scanning sdc10 (/devices/pci0000:00/0000:00:05.0/virtio1/host2/target2:0:0/2:0:0:2/block/sdc/sdc10)... >DEBUG:blivet: DeviceTree.getDeviceByName: name: sdc10 ; >DEBUG:blivet: DeviceTree.getDeviceByName returned None >INFO:blivet: sdc10 is a partition >DEBUG:blivet: DeviceTree.addUdevPartitionDevice: name: sdc10 ; >DEBUG:blivet: DeviceTree.getDeviceByName: name: sdc ; >DEBUG:blivet: DeviceTree.getDeviceByName returned existing 1 GiB disk sdc (24) with existing gpt disklabel >DEBUG:blivet: DiskDevice.addChild: kids: 1 ; name: sdc ; >DEBUG:blivet: PartitionDevice._setFormat: sdc10 ; >DEBUG:blivet: getFormat('None') returning DeviceFormat instance with object id 39 >DEBUG:blivet: PartitionDevice._setFormat: sdc10 ; current: None ; type: None ; >DEBUG:blivet: looking up parted Partition: /dev/sdc10 >DEBUG:blivet: PartitionDevice.probe: sdc10 ; exists: True ; >DEBUG:blivet: PartitionDevice.getFlag: path: /dev/sdc10 ; flag: 1 ; >DEBUG:blivet: PartitionDevice.getFlag: path: /dev/sdc10 ; flag: 10 ; >DEBUG:blivet: PartitionDevice.getFlag: path: /dev/sdc10 ; flag: 12 ; >INFO:blivet: added partition sdc10 (id 38) to device tree >DEBUG:blivet: DeviceTree.handleUdevDeviceFormat: name: sdc10 ; >DEBUG:blivet: DeviceTree.handleUdevDiskLabelFormat: device: sdc10 ; label_type: gpt ; >DEBUG:blivet: PartitionDevice.setup: sdc10 ; status: True ; controllable: True ; orig: False ; >DEBUG:blivet: DiskLabel.__init__: device: /dev/sdc10 ; labelType: gpt ; exists: True ; >WARNING:blivet: disklabel detected but not usable on sdc10 >DEBUG:blivet: no type or existing type for sdc10, bailing >DEBUG:blivet: looking up parted Device: /dev/sdc10 >INFO:blivet: got device: PartitionDevice instance (0x186cdd0) -- > name = sdc10 status = True kids = 0 id = 38 > parents = ['existing 1 GiB disk sdc (24) with existing gpt disklabel'] > uuid = None size = 94 MiB > format = existing None > major = 8 minor = 42 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:05.0/virtio1/host2/target2:0:0/2:0:0:2/block/sdc/sdc10 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdc10 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 0x1869170> > target size = 0 B path = /dev/sdc10 > format args = [] originalFormat = None grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x1803bd0> fileSystem: None > number: 10 path: /dev/sdc10 type: 0 > name: ext2 active: True busy: False > geometry: <parted.geometry.Geometry object at 0x185ec50> PedPartition: <_ped.Partition object at 0x17fe7d0> > disk = existing 1 GiB disk sdc (24) with existing gpt disklabel > start = 2048 end = 194559 length = 192512 > flags = >DEBUG:blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/scsi-0QEMU_QEMU_HARDDISK_drive-scsi0-0-0-2-part2 /dev/disk/by-partlabel/ext2 /dev/disk/by-partuuid/070b7dc2-6a85-4787-86df-3545a067fd43 /dev/disk/by-path/pci-0000:00:05.0-virtio-pci-virtio1-scsi-0:0:0:2-part2', > 'DEVNAME': 'sdc2', > 'DEVPATH': '/devices/pci0000:00/0000:00:05.0/virtio1/host2/target2:0:0/2:0:0:2/block/sdc/sdc2', > 'DEVTYPE': 'partition', > 'ID_BUS': 'scsi', > 'ID_FS_LABEL': 'rawhide:test', > 'ID_FS_LABEL_ENC': 'rawhide:test', > 'ID_FS_TYPE': 'linux_raid_member', > 'ID_FS_USAGE': 'raid', > 'ID_FS_UUID': '0c78ae56-72b4-febc-aca4-492d8c35878b', > 'ID_FS_UUID_ENC': '0c78ae56-72b4-febc-aca4-492d8c35878b', > 'ID_FS_UUID_SUB': 'abc85ee4-5de0-323c-b8d2-07e77122197d', > 'ID_FS_UUID_SUB_ENC': 'abc85ee4-5de0-323c-b8d2-07e77122197d', > 'ID_FS_VERSION': '1.2', > 'ID_MODEL': 'QEMU_HARDDISK', > 'ID_MODEL_ENC': 'QEMU\\x20HARDDISK\\x20\\x20\\x20', > 'ID_PART_ENTRY_DISK': '8:32', > 'ID_PART_ENTRY_NAME': 'ext2', > 'ID_PART_ENTRY_NUMBER': '2', > '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': '070b7dc2-6a85-4787-86df-3545a067fd43', > 'ID_PART_TABLE_TYPE': 'gpt', > 'ID_PART_TABLE_UUID': 'e3a5a2a2-4648-4367-8e2c-925326576c05', > 'ID_PATH': 'pci-0000:00:05.0-virtio-pci-virtio1-scsi-0:0:0:2', > 'ID_PATH_TAG': 'pci-0000_00_05_0-virtio-pci-virtio1-scsi-0_0_0_2', > 'ID_REVISION': '1.6.', > 'ID_SCSI': '1', > 'ID_SERIAL': '0QEMU_QEMU_HARDDISK_drive-scsi0-0-0-2', > 'ID_SERIAL_SHORT': 'drive-scsi0-0-0-2', > 'ID_TYPE': 'disk', > 'ID_VENDOR': 'QEMU', > 'ID_VENDOR_ENC': 'QEMU\\x20\\x20\\x20\\x20', > 'MAJOR': '8', > 'MINOR': '34', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '82945', > 'name': 'sdc2', > 'symlinks': ['/dev/disk/by-id/scsi-0QEMU_QEMU_HARDDISK_drive-scsi0-0-0-2-part2', > '/dev/disk/by-partlabel/ext2', > '/dev/disk/by-partuuid/070b7dc2-6a85-4787-86df-3545a067fd43', > '/dev/disk/by-path/pci-0000:00:05.0-virtio-pci-virtio1-scsi-0:0:0:2-part2'], > 'sysfs_path': '/devices/pci0000:00/0000:00:05.0/virtio1/host2/target2:0:0/2:0:0:2/block/sdc/sdc2'} ; name: sdc2 ; >INFO:blivet: scanning sdc2 (/devices/pci0000:00/0000:00:05.0/virtio1/host2/target2:0:0/2:0:0:2/block/sdc/sdc2)... >DEBUG:blivet: DeviceTree.getDeviceByName: name: sdc2 ; >DEBUG:blivet: DeviceTree.getDeviceByName returned None >INFO:blivet: sdc2 is a partition >DEBUG:blivet: DeviceTree.addUdevPartitionDevice: name: sdc2 ; >DEBUG:blivet: DeviceTree.getDeviceByName: name: sdc ; >DEBUG:blivet: DeviceTree.getDeviceByName returned existing 1 GiB disk sdc (24) with existing gpt disklabel >DEBUG:blivet: DiskDevice.addChild: kids: 2 ; name: sdc ; >DEBUG:blivet: PartitionDevice._setFormat: sdc2 ; >DEBUG:blivet: getFormat('None') returning DeviceFormat instance with object id 44 >DEBUG:blivet: PartitionDevice._setFormat: sdc2 ; current: None ; type: None ; >DEBUG:blivet: looking up parted Partition: /dev/sdc2 >DEBUG:blivet: PartitionDevice.probe: sdc2 ; exists: True ; >DEBUG:blivet: PartitionDevice.getFlag: path: /dev/sdc2 ; flag: 1 ; >DEBUG:blivet: PartitionDevice.getFlag: path: /dev/sdc2 ; flag: 10 ; >DEBUG:blivet: PartitionDevice.getFlag: path: /dev/sdc2 ; flag: 12 ; >INFO:blivet: added partition sdc2 (id 43) to device tree >DEBUG:blivet: DeviceTree.handleUdevDeviceFormat: name: sdc2 ; >DEBUG:blivet: DeviceTree.handleUdevDiskLabelFormat: device: sdc2 ; label_type: gpt ; >DEBUG:blivet: PartitionDevice.setup: sdc2 ; status: True ; controllable: True ; orig: False ; >DEBUG:blivet: DiskLabel.__init__: device: /dev/sdc2 ; labelType: gpt ; exists: True ; >WARNING:blivet: disklabel detected but not usable on sdc2 >INFO:program: Running... mdadm --examine --export /dev/sdc2 >INFO:program: MD_LEVEL=raid1 >INFO:program: MD_DEVICES=2 >INFO:program: MD_NAME=rawhide:test >INFO:program: MD_ARRAY_SIZE=98.44MB >INFO:program: MD_UUID=0c78ae56:72b4febc:aca4492d:8c35878b >INFO:program: MD_UPDATE_TIME=1398231928 >INFO:program: MD_DEV_UUID=abc85ee4:5de0323c:b8d207e7:7122197d >INFO:program: MD_EVENTS=17 >DEBUG:program: Return code: 0 >INFO:program: Running... mdadm --examine --brief /dev/sdc2 >INFO:program: ARRAY /dev/md/test metadata=1.2 UUID=0c78ae56:72b4febc:aca4492d:8c35878b name=rawhide:test >DEBUG:program: Return code: 0 >INFO:blivet: type detected on 'sdc2' is 'linux_raid_member' >DEBUG:blivet: MDRaidMember.__init__: uuid: 0c78ae56-72b4-febc-aca4-492d8c35878b ; exists: True ; label: rawhide:test ; device: /dev/sdc2 ; serial: drive-scsi0-0-0-2 ; mdUuid: 0c78ae56:72b4febc:aca4492d:8c35878b ; biosraid: False ; >DEBUG:blivet: getFormat('linux_raid_member') returning MDRaidMember instance with object id 47 >DEBUG:blivet: PartitionDevice._setFormat: sdc2 ; >DEBUG:blivet: PartitionDevice._setFormat: sdc2 ; current: None ; type: mdmember ; >DEBUG:blivet: DeviceTree.handleUdevMDMemberFormat: type: mdmember ; name: sdc2 ; >DEBUG:blivet: raw RAID raid1 size == 95 MiB >INFO:blivet: Using 1 MiB superBlockSize >DEBUG:blivet: existing RAID raid1 size == 93.87 MiB >DEBUG:blivet: DeviceTree.getDeviceByUuid returned existing 93.87 MiB mdarray test (34) >DEBUG:blivet: MDRaidArrayDevice._addParent: test ; member: sdc2 ; >DEBUG:blivet: PartitionDevice.addChild: kids: 0 ; name: sdc2 ; >DEBUG:blivet: looking up parted Device: /dev/sdc2 >INFO:blivet: got device: PartitionDevice instance (0x180d3d0) -- > name = sdc2 status = True kids = 1 id = 43 > parents = ['existing 1 GiB disk sdc (24) with existing gpt disklabel'] > uuid = None size = 94 MiB > format = existing mdmember > major = 8 minor = 34 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:05.0/virtio1/host2/target2:0:0/2:0:0:2/block/sdc/sdc2 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdc2 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 192512 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 31088 did: 0 busy: False > hardwareGeometry: (92, 34, 61) biosGeometry: (11, 255, 63) > PedDevice: <_ped.Device object at 0x18699e0> > target size = 0 B path = /dev/sdc2 > format args = [] originalFormat = None grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x1803bd0> fileSystem: None > number: 2 path: /dev/sdc2 type: 0 > name: ext2 active: True busy: False > geometry: <parted.geometry.Geometry object at 0x186c290> PedPartition: <_ped.Partition object at 0x186d050> > disk = existing 1 GiB disk sdc (24) with existing gpt disklabel > start = 393216 end = 585727 length = 192512 > flags = lvm >INFO:blivet: got format: MDRaidMember instance (0x186ec10) object id 47-- > type = mdmember name = software RAID status = False > device = /dev/sdc2 uuid = 0c78ae56-72b4-febc-aca4-492d8c35878b exists = True > options = None supported = True formattable = True resizable = False > mdUUID = 0c78ae56:72b4febc:aca4492d:8c35878b biosraid = False >DEBUG:blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/scsi-0QEMU_QEMU_HARDDISK_drive-scsi0-0-0-2-part3 /dev/disk/by-partlabel/ext2 /dev/disk/by-partuuid/173a6e63-89d1-4686-8757-ad9fa474446a /dev/disk/by-path/pci-0000:00:05.0-virtio-pci-virtio1-scsi-0:0:0:2-part3', > 'DEVNAME': 'sdc3', > 'DEVPATH': '/devices/pci0000:00/0000:00:05.0/virtio1/host2/target2:0:0/2:0:0:2/block/sdc/sdc3', > 'DEVTYPE': 'partition', > 'ID_BUS': 'scsi', > 'ID_MODEL': 'QEMU_HARDDISK', > 'ID_MODEL_ENC': 'QEMU\\x20HARDDISK\\x20\\x20\\x20', > 'ID_PART_ENTRY_DISK': '8:32', > 'ID_PART_ENTRY_NAME': 'ext2', > 'ID_PART_ENTRY_NUMBER': '3', > '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': '173a6e63-89d1-4686-8757-ad9fa474446a', > 'ID_PART_TABLE_TYPE': 'gpt', > 'ID_PART_TABLE_UUID': 'e3a5a2a2-4648-4367-8e2c-925326576c05', > 'ID_PATH': 'pci-0000:00:05.0-virtio-pci-virtio1-scsi-0:0:0:2', > 'ID_PATH_TAG': 'pci-0000_00_05_0-virtio-pci-virtio1-scsi-0_0_0_2', > 'ID_REVISION': '1.6.', > 'ID_SCSI': '1', > 'ID_SERIAL': '0QEMU_QEMU_HARDDISK_drive-scsi0-0-0-2', > 'ID_SERIAL_SHORT': 'drive-scsi0-0-0-2', > 'ID_TYPE': 'disk', > 'ID_VENDOR': 'QEMU', > 'ID_VENDOR_ENC': 'QEMU\\x20\\x20\\x20\\x20', > 'MAJOR': '8', > 'MINOR': '35', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '82957', > 'name': 'sdc3', > 'symlinks': ['/dev/disk/by-id/scsi-0QEMU_QEMU_HARDDISK_drive-scsi0-0-0-2-part3', > '/dev/disk/by-partlabel/ext2', > '/dev/disk/by-partuuid/173a6e63-89d1-4686-8757-ad9fa474446a', > '/dev/disk/by-path/pci-0000:00:05.0-virtio-pci-virtio1-scsi-0:0:0:2-part3'], > 'sysfs_path': '/devices/pci0000:00/0000:00:05.0/virtio1/host2/target2:0:0/2:0:0:2/block/sdc/sdc3'} ; name: sdc3 ; >INFO:blivet: scanning sdc3 (/devices/pci0000:00/0000:00:05.0/virtio1/host2/target2:0:0/2:0:0:2/block/sdc/sdc3)... >DEBUG:blivet: DeviceTree.getDeviceByName: name: sdc3 ; >DEBUG:blivet: DeviceTree.getDeviceByName returned None >INFO:blivet: sdc3 is a partition >DEBUG:blivet: DeviceTree.addUdevPartitionDevice: name: sdc3 ; >DEBUG:blivet: DeviceTree.getDeviceByName: name: sdc ; >DEBUG:blivet: DeviceTree.getDeviceByName returned existing 1 GiB disk sdc (24) with existing gpt disklabel >DEBUG:blivet: DiskDevice.addChild: kids: 3 ; name: sdc ; >DEBUG:blivet: PartitionDevice._setFormat: sdc3 ; >DEBUG:blivet: getFormat('None') returning DeviceFormat instance with object id 50 >DEBUG:blivet: PartitionDevice._setFormat: sdc3 ; current: None ; type: None ; >DEBUG:blivet: looking up parted Partition: /dev/sdc3 >DEBUG:blivet: PartitionDevice.probe: sdc3 ; exists: True ; >DEBUG:blivet: PartitionDevice.getFlag: path: /dev/sdc3 ; flag: 1 ; >DEBUG:blivet: PartitionDevice.getFlag: path: /dev/sdc3 ; flag: 10 ; >DEBUG:blivet: PartitionDevice.getFlag: path: /dev/sdc3 ; flag: 12 ; >INFO:blivet: added partition sdc3 (id 49) to device tree >DEBUG:blivet: DeviceTree.handleUdevDeviceFormat: name: sdc3 ; >DEBUG:blivet: DeviceTree.handleUdevDiskLabelFormat: device: sdc3 ; label_type: gpt ; >DEBUG:blivet: PartitionDevice.setup: sdc3 ; status: True ; controllable: True ; orig: False ; >DEBUG:blivet: DiskLabel.__init__: device: /dev/sdc3 ; labelType: gpt ; exists: True ; >WARNING:blivet: disklabel detected but not usable on sdc3 >DEBUG:blivet: no type or existing type for sdc3, bailing >DEBUG:blivet: looking up parted Device: /dev/sdc3 >INFO:blivet: got device: PartitionDevice instance (0x186ed10) -- > name = sdc3 status = True kids = 0 id = 49 > parents = ['existing 1 GiB disk sdc (24) with existing gpt disklabel'] > uuid = None size = 94 MiB > format = existing None > major = 8 minor = 35 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:05.0/virtio1/host2/target2:0:0/2:0:0:2/block/sdc/sdc3 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdc3 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 0x18698c0> > target size = 0 B path = /dev/sdc3 > format args = [] originalFormat = None grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x1803bd0> fileSystem: None > number: 3 path: /dev/sdc3 type: 0 > name: ext2 active: True busy: False > geometry: <parted.geometry.Geometry object at 0x186c410> PedPartition: <_ped.Partition object at 0x186d0b0> > disk = existing 1 GiB disk sdc (24) 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-0-2-part4 /dev/disk/by-partlabel/ext2 /dev/disk/by-partuuid/b603fd4c-4846-44e2-b466-ef840305e2ee /dev/disk/by-path/pci-0000:00:05.0-virtio-pci-virtio1-scsi-0:0:0:2-part4', > 'DEVNAME': 'sdc4', > 'DEVPATH': '/devices/pci0000:00/0000:00:05.0/virtio1/host2/target2:0:0/2:0:0:2/block/sdc/sdc4', > 'DEVTYPE': 'partition', > 'ID_BUS': 'scsi', > 'ID_MODEL': 'QEMU_HARDDISK', > 'ID_MODEL_ENC': 'QEMU\\x20HARDDISK\\x20\\x20\\x20', > 'ID_PART_ENTRY_DISK': '8:32', > 'ID_PART_ENTRY_NAME': 'ext2', > 'ID_PART_ENTRY_NUMBER': '4', > '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': 'b603fd4c-4846-44e2-b466-ef840305e2ee', > 'ID_PART_TABLE_TYPE': 'gpt', > 'ID_PART_TABLE_UUID': 'e3a5a2a2-4648-4367-8e2c-925326576c05', > 'ID_PATH': 'pci-0000:00:05.0-virtio-pci-virtio1-scsi-0:0:0:2', > 'ID_PATH_TAG': 'pci-0000_00_05_0-virtio-pci-virtio1-scsi-0_0_0_2', > 'ID_REVISION': '1.6.', > 'ID_SCSI': '1', > 'ID_SERIAL': '0QEMU_QEMU_HARDDISK_drive-scsi0-0-0-2', > 'ID_SERIAL_SHORT': 'drive-scsi0-0-0-2', > 'ID_TYPE': 'disk', > 'ID_VENDOR': 'QEMU', > 'ID_VENDOR_ENC': 'QEMU\\x20\\x20\\x20\\x20', > 'MAJOR': '8', > 'MINOR': '36', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '82969', > 'name': 'sdc4', > 'symlinks': ['/dev/disk/by-id/scsi-0QEMU_QEMU_HARDDISK_drive-scsi0-0-0-2-part4', > '/dev/disk/by-partlabel/ext2', > '/dev/disk/by-partuuid/b603fd4c-4846-44e2-b466-ef840305e2ee', > '/dev/disk/by-path/pci-0000:00:05.0-virtio-pci-virtio1-scsi-0:0:0:2-part4'], > 'sysfs_path': '/devices/pci0000:00/0000:00:05.0/virtio1/host2/target2:0:0/2:0:0:2/block/sdc/sdc4'} ; name: sdc4 ; >INFO:blivet: scanning sdc4 (/devices/pci0000:00/0000:00:05.0/virtio1/host2/target2:0:0/2:0:0:2/block/sdc/sdc4)... >DEBUG:blivet: DeviceTree.getDeviceByName: name: sdc4 ; >DEBUG:blivet: DeviceTree.getDeviceByName returned None >INFO:blivet: sdc4 is a partition >DEBUG:blivet: DeviceTree.addUdevPartitionDevice: name: sdc4 ; >DEBUG:blivet: DeviceTree.getDeviceByName: name: sdc ; >DEBUG:blivet: DeviceTree.getDeviceByName returned existing 1 GiB disk sdc (24) with existing gpt disklabel >DEBUG:blivet: DiskDevice.addChild: kids: 4 ; name: sdc ; >DEBUG:blivet: PartitionDevice._setFormat: sdc4 ; >DEBUG:blivet: getFormat('None') returning DeviceFormat instance with object id 55 >DEBUG:blivet: PartitionDevice._setFormat: sdc4 ; current: None ; type: None ; >DEBUG:blivet: looking up parted Partition: /dev/sdc4 >DEBUG:blivet: PartitionDevice.probe: sdc4 ; exists: True ; >DEBUG:blivet: PartitionDevice.getFlag: path: /dev/sdc4 ; flag: 1 ; >DEBUG:blivet: PartitionDevice.getFlag: path: /dev/sdc4 ; flag: 10 ; >DEBUG:blivet: PartitionDevice.getFlag: path: /dev/sdc4 ; flag: 12 ; >INFO:blivet: added partition sdc4 (id 54) to device tree >DEBUG:blivet: DeviceTree.handleUdevDeviceFormat: name: sdc4 ; >DEBUG:blivet: DeviceTree.handleUdevDiskLabelFormat: device: sdc4 ; label_type: gpt ; >DEBUG:blivet: PartitionDevice.setup: sdc4 ; status: True ; controllable: True ; orig: False ; >DEBUG:blivet: DiskLabel.__init__: device: /dev/sdc4 ; labelType: gpt ; exists: True ; >WARNING:blivet: disklabel detected but not usable on sdc4 >DEBUG:blivet: no type or existing type for sdc4, bailing >DEBUG:blivet: looking up parted Device: /dev/sdc4 >INFO:blivet: got device: PartitionDevice instance (0x186e510) -- > name = sdc4 status = True kids = 0 id = 54 > parents = ['existing 1 GiB disk sdc (24) with existing gpt disklabel'] > uuid = None size = 95 MiB > format = existing None > major = 8 minor = 36 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:05.0/virtio1/host2/target2:0:0/2:0:0:2/block/sdc/sdc4 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdc4 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 0x1869a70> > target size = 0 B path = /dev/sdc4 > format args = [] originalFormat = None grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x1803bd0> fileSystem: None > number: 4 path: /dev/sdc4 type: 0 > name: ext2 active: True busy: False > geometry: <parted.geometry.Geometry object at 0x186c590> PedPartition: <_ped.Partition object at 0x186d110> > disk = existing 1 GiB disk sdc (24) 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-0-2-part5 /dev/disk/by-partlabel/ext2 /dev/disk/by-partuuid/3532efbc-78c4-4523-a743-7cb6a1adf47b /dev/disk/by-path/pci-0000:00:05.0-virtio-pci-virtio1-scsi-0:0:0:2-part5', > 'DEVNAME': 'sdc5', > 'DEVPATH': '/devices/pci0000:00/0000:00:05.0/virtio1/host2/target2:0:0/2:0:0:2/block/sdc/sdc5', > 'DEVTYPE': 'partition', > 'ID_BUS': 'scsi', > 'ID_MODEL': 'QEMU_HARDDISK', > 'ID_MODEL_ENC': 'QEMU\\x20HARDDISK\\x20\\x20\\x20', > 'ID_PART_ENTRY_DISK': '8:32', > 'ID_PART_ENTRY_NAME': 'ext2', > 'ID_PART_ENTRY_NUMBER': '5', > 'ID_PART_ENTRY_OFFSET': '978944', > 'ID_PART_ENTRY_SCHEME': 'gpt', > 'ID_PART_ENTRY_SIZE': '192512', > 'ID_PART_ENTRY_TYPE': '0fc63daf-8483-4772-8e79-3d69d8477de4', > 'ID_PART_ENTRY_UUID': '3532efbc-78c4-4523-a743-7cb6a1adf47b', > 'ID_PART_TABLE_TYPE': 'gpt', > 'ID_PART_TABLE_UUID': 'e3a5a2a2-4648-4367-8e2c-925326576c05', > 'ID_PATH': 'pci-0000:00:05.0-virtio-pci-virtio1-scsi-0:0:0:2', > 'ID_PATH_TAG': 'pci-0000_00_05_0-virtio-pci-virtio1-scsi-0_0_0_2', > 'ID_REVISION': '1.6.', > 'ID_SCSI': '1', > 'ID_SERIAL': '0QEMU_QEMU_HARDDISK_drive-scsi0-0-0-2', > 'ID_SERIAL_SHORT': 'drive-scsi0-0-0-2', > 'ID_TYPE': 'disk', > 'ID_VENDOR': 'QEMU', > 'ID_VENDOR_ENC': 'QEMU\\x20\\x20\\x20\\x20', > 'MAJOR': '8', > 'MINOR': '37', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '82980', > 'name': 'sdc5', > 'symlinks': ['/dev/disk/by-id/scsi-0QEMU_QEMU_HARDDISK_drive-scsi0-0-0-2-part5', > '/dev/disk/by-partlabel/ext2', > '/dev/disk/by-partuuid/3532efbc-78c4-4523-a743-7cb6a1adf47b', > '/dev/disk/by-path/pci-0000:00:05.0-virtio-pci-virtio1-scsi-0:0:0:2-part5'], > 'sysfs_path': '/devices/pci0000:00/0000:00:05.0/virtio1/host2/target2:0:0/2:0:0:2/block/sdc/sdc5'} ; name: sdc5 ; >INFO:blivet: scanning sdc5 (/devices/pci0000:00/0000:00:05.0/virtio1/host2/target2:0:0/2:0:0:2/block/sdc/sdc5)... >DEBUG:blivet: DeviceTree.getDeviceByName: name: sdc5 ; >DEBUG:blivet: DeviceTree.getDeviceByName returned None >INFO:blivet: sdc5 is a partition >DEBUG:blivet: DeviceTree.addUdevPartitionDevice: name: sdc5 ; >DEBUG:blivet: DeviceTree.getDeviceByName: name: sdc ; >DEBUG:blivet: DeviceTree.getDeviceByName returned existing 1 GiB disk sdc (24) with existing gpt disklabel >DEBUG:blivet: DiskDevice.addChild: kids: 5 ; name: sdc ; >DEBUG:blivet: PartitionDevice._setFormat: sdc5 ; >DEBUG:blivet: getFormat('None') returning DeviceFormat instance with object id 60 >DEBUG:blivet: PartitionDevice._setFormat: sdc5 ; current: None ; type: None ; >DEBUG:blivet: looking up parted Partition: /dev/sdc5 >DEBUG:blivet: PartitionDevice.probe: sdc5 ; exists: True ; >DEBUG:blivet: PartitionDevice.getFlag: path: /dev/sdc5 ; flag: 1 ; >DEBUG:blivet: PartitionDevice.getFlag: path: /dev/sdc5 ; flag: 10 ; >DEBUG:blivet: PartitionDevice.getFlag: path: /dev/sdc5 ; flag: 12 ; >INFO:blivet: added partition sdc5 (id 59) to device tree >DEBUG:blivet: DeviceTree.handleUdevDeviceFormat: name: sdc5 ; >DEBUG:blivet: DeviceTree.handleUdevDiskLabelFormat: device: sdc5 ; label_type: gpt ; >DEBUG:blivet: PartitionDevice.setup: sdc5 ; status: True ; controllable: True ; orig: False ; >DEBUG:blivet: DiskLabel.__init__: device: /dev/sdc5 ; labelType: gpt ; exists: True ; >WARNING:blivet: disklabel detected but not usable on sdc5 >DEBUG:blivet: no type or existing type for sdc5, bailing >DEBUG:blivet: looking up parted Device: /dev/sdc5 >INFO:blivet: got device: PartitionDevice instance (0x186efd0) -- > name = sdc5 status = True kids = 0 id = 59 > parents = ['existing 1 GiB disk sdc (24) with existing gpt disklabel'] > uuid = None size = 94 MiB > format = existing None > major = 8 minor = 37 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:05.0/virtio1/host2/target2:0:0/2:0:0:2/block/sdc/sdc5 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdc5 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 0x1869b90> > target size = 0 B path = /dev/sdc5 > format args = [] originalFormat = None grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x1803bd0> fileSystem: None > number: 5 path: /dev/sdc5 type: 0 > name: ext2 active: True busy: False > geometry: <parted.geometry.Geometry object at 0x186c710> PedPartition: <_ped.Partition object at 0x186d170> > disk = existing 1 GiB disk sdc (24) with existing gpt disklabel > start = 978944 end = 1171455 length = 192512 > flags = >DEBUG:blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/scsi-0QEMU_QEMU_HARDDISK_drive-scsi0-0-0-2-part6 /dev/disk/by-partlabel/ext2 /dev/disk/by-partuuid/a6df3dc6-f94b-43e3-acbb-ced5ab5291d1 /dev/disk/by-path/pci-0000:00:05.0-virtio-pci-virtio1-scsi-0:0:0:2-part6', > 'DEVNAME': 'sdc6', > 'DEVPATH': '/devices/pci0000:00/0000:00:05.0/virtio1/host2/target2:0:0/2:0:0:2/block/sdc/sdc6', > 'DEVTYPE': 'partition', > 'ID_BUS': 'scsi', > 'ID_MODEL': 'QEMU_HARDDISK', > 'ID_MODEL_ENC': 'QEMU\\x20HARDDISK\\x20\\x20\\x20', > 'ID_PART_ENTRY_DISK': '8:32', > 'ID_PART_ENTRY_NAME': 'ext2', > 'ID_PART_ENTRY_NUMBER': '6', > 'ID_PART_ENTRY_OFFSET': '1173504', > 'ID_PART_ENTRY_SCHEME': 'gpt', > 'ID_PART_ENTRY_SIZE': '194560', > 'ID_PART_ENTRY_TYPE': '0fc63daf-8483-4772-8e79-3d69d8477de4', > 'ID_PART_ENTRY_UUID': 'a6df3dc6-f94b-43e3-acbb-ced5ab5291d1', > 'ID_PART_TABLE_TYPE': 'gpt', > 'ID_PART_TABLE_UUID': 'e3a5a2a2-4648-4367-8e2c-925326576c05', > 'ID_PATH': 'pci-0000:00:05.0-virtio-pci-virtio1-scsi-0:0:0:2', > 'ID_PATH_TAG': 'pci-0000_00_05_0-virtio-pci-virtio1-scsi-0_0_0_2', > 'ID_REVISION': '1.6.', > 'ID_SCSI': '1', > 'ID_SERIAL': '0QEMU_QEMU_HARDDISK_drive-scsi0-0-0-2', > 'ID_SERIAL_SHORT': 'drive-scsi0-0-0-2', > 'ID_TYPE': 'disk', > 'ID_VENDOR': 'QEMU', > 'ID_VENDOR_ENC': 'QEMU\\x20\\x20\\x20\\x20', > 'MAJOR': '8', > 'MINOR': '38', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '82992', > 'name': 'sdc6', > 'symlinks': ['/dev/disk/by-id/scsi-0QEMU_QEMU_HARDDISK_drive-scsi0-0-0-2-part6', > '/dev/disk/by-partlabel/ext2', > '/dev/disk/by-partuuid/a6df3dc6-f94b-43e3-acbb-ced5ab5291d1', > '/dev/disk/by-path/pci-0000:00:05.0-virtio-pci-virtio1-scsi-0:0:0:2-part6'], > 'sysfs_path': '/devices/pci0000:00/0000:00:05.0/virtio1/host2/target2:0:0/2:0:0:2/block/sdc/sdc6'} ; name: sdc6 ; >INFO:blivet: scanning sdc6 (/devices/pci0000:00/0000:00:05.0/virtio1/host2/target2:0:0/2:0:0:2/block/sdc/sdc6)... >DEBUG:blivet: DeviceTree.getDeviceByName: name: sdc6 ; >DEBUG:blivet: DeviceTree.getDeviceByName returned None >INFO:blivet: sdc6 is a partition >DEBUG:blivet: DeviceTree.addUdevPartitionDevice: name: sdc6 ; >DEBUG:blivet: DeviceTree.getDeviceByName: name: sdc ; >DEBUG:blivet: DeviceTree.getDeviceByName returned existing 1 GiB disk sdc (24) with existing gpt disklabel >DEBUG:blivet: DiskDevice.addChild: kids: 6 ; name: sdc ; >DEBUG:blivet: PartitionDevice._setFormat: sdc6 ; >DEBUG:blivet: getFormat('None') returning DeviceFormat instance with object id 65 >DEBUG:blivet: PartitionDevice._setFormat: sdc6 ; current: None ; type: None ; >DEBUG:blivet: looking up parted Partition: /dev/sdc6 >DEBUG:blivet: PartitionDevice.probe: sdc6 ; exists: True ; >DEBUG:blivet: PartitionDevice.getFlag: path: /dev/sdc6 ; flag: 1 ; >DEBUG:blivet: PartitionDevice.getFlag: path: /dev/sdc6 ; flag: 10 ; >DEBUG:blivet: PartitionDevice.getFlag: path: /dev/sdc6 ; flag: 12 ; >INFO:blivet: added partition sdc6 (id 64) to device tree >DEBUG:blivet: DeviceTree.handleUdevDeviceFormat: name: sdc6 ; >DEBUG:blivet: DeviceTree.handleUdevDiskLabelFormat: device: sdc6 ; label_type: gpt ; >DEBUG:blivet: PartitionDevice.setup: sdc6 ; status: True ; controllable: True ; orig: False ; >DEBUG:blivet: DiskLabel.__init__: device: /dev/sdc6 ; labelType: gpt ; exists: True ; >WARNING:blivet: disklabel detected but not usable on sdc6 >DEBUG:blivet: no type or existing type for sdc6, bailing >DEBUG:blivet: looking up parted Device: /dev/sdc6 >INFO:blivet: got device: PartitionDevice instance (0x18723d0) -- > name = sdc6 status = True kids = 0 id = 64 > parents = ['existing 1 GiB disk sdc (24) with existing gpt disklabel'] > uuid = None size = 95 MiB > format = existing None > major = 8 minor = 38 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:05.0/virtio1/host2/target2:0:0/2:0:0:2/block/sdc/sdc6 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdc6 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 0x1869b00> > target size = 0 B path = /dev/sdc6 > format args = [] originalFormat = None grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x1803bd0> fileSystem: None > number: 6 path: /dev/sdc6 type: 0 > name: ext2 active: True busy: False > geometry: <parted.geometry.Geometry object at 0x186c890> PedPartition: <_ped.Partition object at 0x186d1d0> > disk = existing 1 GiB disk sdc (24) with existing gpt disklabel > start = 1173504 end = 1368063 length = 194560 > flags = >DEBUG:blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/scsi-0QEMU_QEMU_HARDDISK_drive-scsi0-0-0-2-part7 /dev/disk/by-partlabel/ext2 /dev/disk/by-partuuid/888ba481-3d9d-4a92-a5de-e8733a19368f /dev/disk/by-path/pci-0000:00:05.0-virtio-pci-virtio1-scsi-0:0:0:2-part7', > 'DEVNAME': 'sdc7', > 'DEVPATH': '/devices/pci0000:00/0000:00:05.0/virtio1/host2/target2:0:0/2:0:0:2/block/sdc/sdc7', > 'DEVTYPE': 'partition', > 'ID_BUS': 'scsi', > 'ID_MODEL': 'QEMU_HARDDISK', > 'ID_MODEL_ENC': 'QEMU\\x20HARDDISK\\x20\\x20\\x20', > 'ID_PART_ENTRY_DISK': '8:32', > 'ID_PART_ENTRY_NAME': 'ext2', > 'ID_PART_ENTRY_NUMBER': '7', > 'ID_PART_ENTRY_OFFSET': '1370112', > 'ID_PART_ENTRY_SCHEME': 'gpt', > 'ID_PART_ENTRY_SIZE': '192512', > 'ID_PART_ENTRY_TYPE': '0fc63daf-8483-4772-8e79-3d69d8477de4', > 'ID_PART_ENTRY_UUID': '888ba481-3d9d-4a92-a5de-e8733a19368f', > 'ID_PART_TABLE_TYPE': 'gpt', > 'ID_PART_TABLE_UUID': 'e3a5a2a2-4648-4367-8e2c-925326576c05', > 'ID_PATH': 'pci-0000:00:05.0-virtio-pci-virtio1-scsi-0:0:0:2', > 'ID_PATH_TAG': 'pci-0000_00_05_0-virtio-pci-virtio1-scsi-0_0_0_2', > 'ID_REVISION': '1.6.', > 'ID_SCSI': '1', > 'ID_SERIAL': '0QEMU_QEMU_HARDDISK_drive-scsi0-0-0-2', > 'ID_SERIAL_SHORT': 'drive-scsi0-0-0-2', > 'ID_TYPE': 'disk', > 'ID_VENDOR': 'QEMU', > 'ID_VENDOR_ENC': 'QEMU\\x20\\x20\\x20\\x20', > 'MAJOR': '8', > 'MINOR': '39', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '97309', > 'name': 'sdc7', > 'symlinks': ['/dev/disk/by-id/scsi-0QEMU_QEMU_HARDDISK_drive-scsi0-0-0-2-part7', > '/dev/disk/by-partlabel/ext2', > '/dev/disk/by-partuuid/888ba481-3d9d-4a92-a5de-e8733a19368f', > '/dev/disk/by-path/pci-0000:00:05.0-virtio-pci-virtio1-scsi-0:0:0:2-part7'], > 'sysfs_path': '/devices/pci0000:00/0000:00:05.0/virtio1/host2/target2:0:0/2:0:0:2/block/sdc/sdc7'} ; name: sdc7 ; >INFO:blivet: scanning sdc7 (/devices/pci0000:00/0000:00:05.0/virtio1/host2/target2:0:0/2:0:0:2/block/sdc/sdc7)... >DEBUG:blivet: DeviceTree.getDeviceByName: name: sdc7 ; >DEBUG:blivet: DeviceTree.getDeviceByName returned None >INFO:blivet: sdc7 is a partition >DEBUG:blivet: DeviceTree.addUdevPartitionDevice: name: sdc7 ; >DEBUG:blivet: DeviceTree.getDeviceByName: name: sdc ; >DEBUG:blivet: DeviceTree.getDeviceByName returned existing 1 GiB disk sdc (24) with existing gpt disklabel >DEBUG:blivet: DiskDevice.addChild: kids: 7 ; name: sdc ; >DEBUG:blivet: PartitionDevice._setFormat: sdc7 ; >DEBUG:blivet: getFormat('None') returning DeviceFormat instance with object id 70 >DEBUG:blivet: PartitionDevice._setFormat: sdc7 ; current: None ; type: None ; >DEBUG:blivet: looking up parted Partition: /dev/sdc7 >DEBUG:blivet: PartitionDevice.probe: sdc7 ; exists: True ; >DEBUG:blivet: PartitionDevice.getFlag: path: /dev/sdc7 ; flag: 1 ; >DEBUG:blivet: PartitionDevice.getFlag: path: /dev/sdc7 ; flag: 10 ; >DEBUG:blivet: PartitionDevice.getFlag: path: /dev/sdc7 ; flag: 12 ; >INFO:blivet: added partition sdc7 (id 69) to device tree >DEBUG:blivet: DeviceTree.handleUdevDeviceFormat: name: sdc7 ; >DEBUG:blivet: DeviceTree.handleUdevDiskLabelFormat: device: sdc7 ; label_type: gpt ; >DEBUG:blivet: PartitionDevice.setup: sdc7 ; status: True ; controllable: True ; orig: False ; >DEBUG:blivet: DiskLabel.__init__: device: /dev/sdc7 ; labelType: gpt ; exists: True ; >WARNING:blivet: disklabel detected but not usable on sdc7 >DEBUG:blivet: no type or existing type for sdc7, bailing >DEBUG:blivet: looking up parted Device: /dev/sdc7 >INFO:blivet: got device: PartitionDevice instance (0x186cf50) -- > name = sdc7 status = True kids = 0 id = 69 > parents = ['existing 1 GiB disk sdc (24) with existing gpt disklabel'] > uuid = None size = 94 MiB > format = existing None > major = 8 minor = 39 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:05.0/virtio1/host2/target2:0:0/2:0:0:2/block/sdc/sdc7 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdc7 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 0x1869c20> > target size = 0 B path = /dev/sdc7 > format args = [] originalFormat = None grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x1803bd0> fileSystem: None > number: 7 path: /dev/sdc7 type: 0 > name: ext2 active: True busy: False > geometry: <parted.geometry.Geometry object at 0x186ca10> PedPartition: <_ped.Partition object at 0x186d230> > disk = existing 1 GiB disk sdc (24) with existing gpt disklabel > start = 1370112 end = 1562623 length = 192512 > flags = >DEBUG:blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/scsi-0QEMU_QEMU_HARDDISK_drive-scsi0-0-0-2-part8 /dev/disk/by-partlabel/ext2 /dev/disk/by-partuuid/3880a307-4b87-4756-bf19-25eb6c87f596 /dev/disk/by-path/pci-0000:00:05.0-virtio-pci-virtio1-scsi-0:0:0:2-part8', > 'DEVNAME': 'sdc8', > 'DEVPATH': '/devices/pci0000:00/0000:00:05.0/virtio1/host2/target2:0:0/2:0:0:2/block/sdc/sdc8', > 'DEVTYPE': 'partition', > 'ID_BUS': 'scsi', > 'ID_MODEL': 'QEMU_HARDDISK', > 'ID_MODEL_ENC': 'QEMU\\x20HARDDISK\\x20\\x20\\x20', > 'ID_PART_ENTRY_DISK': '8:32', > 'ID_PART_ENTRY_NAME': 'ext2', > 'ID_PART_ENTRY_NUMBER': '8', > 'ID_PART_ENTRY_OFFSET': '1564672', > 'ID_PART_ENTRY_SCHEME': 'gpt', > 'ID_PART_ENTRY_SIZE': '192512', > 'ID_PART_ENTRY_TYPE': '0fc63daf-8483-4772-8e79-3d69d8477de4', > 'ID_PART_ENTRY_UUID': '3880a307-4b87-4756-bf19-25eb6c87f596', > 'ID_PART_TABLE_TYPE': 'gpt', > 'ID_PART_TABLE_UUID': 'e3a5a2a2-4648-4367-8e2c-925326576c05', > 'ID_PATH': 'pci-0000:00:05.0-virtio-pci-virtio1-scsi-0:0:0:2', > 'ID_PATH_TAG': 'pci-0000_00_05_0-virtio-pci-virtio1-scsi-0_0_0_2', > 'ID_REVISION': '1.6.', > 'ID_SCSI': '1', > 'ID_SERIAL': '0QEMU_QEMU_HARDDISK_drive-scsi0-0-0-2', > 'ID_SERIAL_SHORT': 'drive-scsi0-0-0-2', > 'ID_TYPE': 'disk', > 'ID_VENDOR': 'QEMU', > 'ID_VENDOR_ENC': 'QEMU\\x20\\x20\\x20\\x20', > 'MAJOR': '8', > 'MINOR': '40', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '97344', > 'name': 'sdc8', > 'symlinks': ['/dev/disk/by-id/scsi-0QEMU_QEMU_HARDDISK_drive-scsi0-0-0-2-part8', > '/dev/disk/by-partlabel/ext2', > '/dev/disk/by-partuuid/3880a307-4b87-4756-bf19-25eb6c87f596', > '/dev/disk/by-path/pci-0000:00:05.0-virtio-pci-virtio1-scsi-0:0:0:2-part8'], > 'sysfs_path': '/devices/pci0000:00/0000:00:05.0/virtio1/host2/target2:0:0/2:0:0:2/block/sdc/sdc8'} ; name: sdc8 ; >INFO:blivet: scanning sdc8 (/devices/pci0000:00/0000:00:05.0/virtio1/host2/target2:0:0/2:0:0:2/block/sdc/sdc8)... >DEBUG:blivet: DeviceTree.getDeviceByName: name: sdc8 ; >DEBUG:blivet: DeviceTree.getDeviceByName returned None >INFO:blivet: sdc8 is a partition >DEBUG:blivet: DeviceTree.addUdevPartitionDevice: name: sdc8 ; >DEBUG:blivet: DeviceTree.getDeviceByName: name: sdc ; >DEBUG:blivet: DeviceTree.getDeviceByName returned existing 1 GiB disk sdc (24) with existing gpt disklabel >DEBUG:blivet: DiskDevice.addChild: kids: 8 ; name: sdc ; >DEBUG:blivet: PartitionDevice._setFormat: sdc8 ; >DEBUG:blivet: getFormat('None') returning DeviceFormat instance with object id 75 >DEBUG:blivet: PartitionDevice._setFormat: sdc8 ; current: None ; type: None ; >DEBUG:blivet: looking up parted Partition: /dev/sdc8 >DEBUG:blivet: PartitionDevice.probe: sdc8 ; exists: True ; >DEBUG:blivet: PartitionDevice.getFlag: path: /dev/sdc8 ; flag: 1 ; >DEBUG:blivet: PartitionDevice.getFlag: path: /dev/sdc8 ; flag: 10 ; >DEBUG:blivet: PartitionDevice.getFlag: path: /dev/sdc8 ; flag: 12 ; >INFO:blivet: added partition sdc8 (id 74) to device tree >DEBUG:blivet: DeviceTree.handleUdevDeviceFormat: name: sdc8 ; >DEBUG:blivet: DeviceTree.handleUdevDiskLabelFormat: device: sdc8 ; label_type: gpt ; >DEBUG:blivet: PartitionDevice.setup: sdc8 ; status: True ; controllable: True ; orig: False ; >DEBUG:blivet: DiskLabel.__init__: device: /dev/sdc8 ; labelType: gpt ; exists: True ; >WARNING:blivet: disklabel detected but not usable on sdc8 >DEBUG:blivet: no type or existing type for sdc8, bailing >DEBUG:blivet: looking up parted Device: /dev/sdc8 >INFO:blivet: got device: PartitionDevice instance (0x1803b90) -- > name = sdc8 status = True kids = 0 id = 74 > parents = ['existing 1 GiB disk sdc (24) with existing gpt disklabel'] > uuid = None size = 94 MiB > format = existing None > major = 8 minor = 40 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:05.0/virtio1/host2/target2:0:0/2:0:0:2/block/sdc/sdc8 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdc8 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 0x1869d40> > target size = 0 B path = /dev/sdc8 > format args = [] originalFormat = None grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x1803bd0> fileSystem: None > number: 8 path: /dev/sdc8 type: 0 > name: ext2 active: True busy: False > geometry: <parted.geometry.Geometry object at 0x186cb90> PedPartition: <_ped.Partition object at 0x186d290> > disk = existing 1 GiB disk sdc (24) with existing gpt disklabel > start = 1564672 end = 1757183 length = 192512 > flags = >DEBUG:blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/scsi-0QEMU_QEMU_HARDDISK_drive-scsi0-0-0-2-part9 /dev/disk/by-partlabel/ext2 /dev/disk/by-partuuid/6fd44ee7-17c9-43e5-b997-b6a694981e3c /dev/disk/by-path/pci-0000:00:05.0-virtio-pci-virtio1-scsi-0:0:0:2-part9', > 'DEVNAME': 'sdc9', > 'DEVPATH': '/devices/pci0000:00/0000:00:05.0/virtio1/host2/target2:0:0/2:0:0:2/block/sdc/sdc9', > 'DEVTYPE': 'partition', > 'ID_BUS': 'scsi', > 'ID_MODEL': 'QEMU_HARDDISK', > 'ID_MODEL_ENC': 'QEMU\\x20HARDDISK\\x20\\x20\\x20', > 'ID_PART_ENTRY_DISK': '8:32', > 'ID_PART_ENTRY_NAME': 'ext2', > 'ID_PART_ENTRY_NUMBER': '9', > 'ID_PART_ENTRY_OFFSET': '1759232', > 'ID_PART_ENTRY_SCHEME': 'gpt', > 'ID_PART_ENTRY_SIZE': '194560', > 'ID_PART_ENTRY_TYPE': '0fc63daf-8483-4772-8e79-3d69d8477de4', > 'ID_PART_ENTRY_UUID': '6fd44ee7-17c9-43e5-b997-b6a694981e3c', > 'ID_PART_TABLE_TYPE': 'gpt', > 'ID_PART_TABLE_UUID': 'e3a5a2a2-4648-4367-8e2c-925326576c05', > 'ID_PATH': 'pci-0000:00:05.0-virtio-pci-virtio1-scsi-0:0:0:2', > 'ID_PATH_TAG': 'pci-0000_00_05_0-virtio-pci-virtio1-scsi-0_0_0_2', > 'ID_REVISION': '1.6.', > 'ID_SCSI': '1', > 'ID_SERIAL': '0QEMU_QEMU_HARDDISK_drive-scsi0-0-0-2', > 'ID_SERIAL_SHORT': 'drive-scsi0-0-0-2', > 'ID_TYPE': 'disk', > 'ID_VENDOR': 'QEMU', > 'ID_VENDOR_ENC': 'QEMU\\x20\\x20\\x20\\x20', > 'MAJOR': '8', > 'MINOR': '41', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '7665', > 'name': 'sdc9', > 'symlinks': ['/dev/disk/by-id/scsi-0QEMU_QEMU_HARDDISK_drive-scsi0-0-0-2-part9', > '/dev/disk/by-partlabel/ext2', > '/dev/disk/by-partuuid/6fd44ee7-17c9-43e5-b997-b6a694981e3c', > '/dev/disk/by-path/pci-0000:00:05.0-virtio-pci-virtio1-scsi-0:0:0:2-part9'], > 'sysfs_path': '/devices/pci0000:00/0000:00:05.0/virtio1/host2/target2:0:0/2:0:0:2/block/sdc/sdc9'} ; name: sdc9 ; >INFO:blivet: scanning sdc9 (/devices/pci0000:00/0000:00:05.0/virtio1/host2/target2:0:0/2:0:0:2/block/sdc/sdc9)... >DEBUG:blivet: DeviceTree.getDeviceByName: name: sdc9 ; >DEBUG:blivet: DeviceTree.getDeviceByName returned None >INFO:blivet: sdc9 is a partition >DEBUG:blivet: DeviceTree.addUdevPartitionDevice: name: sdc9 ; >DEBUG:blivet: DeviceTree.getDeviceByName: name: sdc ; >DEBUG:blivet: DeviceTree.getDeviceByName returned existing 1 GiB disk sdc (24) with existing gpt disklabel >DEBUG:blivet: DiskDevice.addChild: kids: 9 ; name: sdc ; >DEBUG:blivet: PartitionDevice._setFormat: sdc9 ; >DEBUG:blivet: getFormat('None') returning DeviceFormat instance with object id 80 >DEBUG:blivet: PartitionDevice._setFormat: sdc9 ; current: None ; type: None ; >DEBUG:blivet: looking up parted Partition: /dev/sdc9 >DEBUG:blivet: PartitionDevice.probe: sdc9 ; exists: True ; >DEBUG:blivet: PartitionDevice.getFlag: path: /dev/sdc9 ; flag: 1 ; >DEBUG:blivet: PartitionDevice.getFlag: path: /dev/sdc9 ; flag: 10 ; >DEBUG:blivet: PartitionDevice.getFlag: path: /dev/sdc9 ; flag: 12 ; >INFO:blivet: added partition sdc9 (id 79) to device tree >DEBUG:blivet: DeviceTree.handleUdevDeviceFormat: name: sdc9 ; >DEBUG:blivet: DeviceTree.handleUdevDiskLabelFormat: device: sdc9 ; label_type: gpt ; >DEBUG:blivet: PartitionDevice.setup: sdc9 ; status: True ; controllable: True ; orig: False ; >DEBUG:blivet: DiskLabel.__init__: device: /dev/sdc9 ; labelType: gpt ; exists: True ; >WARNING:blivet: disklabel detected but not usable on sdc9 >DEBUG:blivet: no type or existing type for sdc9, bailing >DEBUG:blivet: looking up parted Device: /dev/sdc9 >INFO:blivet: got device: PartitionDevice instance (0x1872950) -- > name = sdc9 status = True kids = 0 id = 79 > parents = ['existing 1 GiB disk sdc (24) with existing gpt disklabel'] > uuid = None size = 95 MiB > format = existing None > major = 8 minor = 41 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:05.0/virtio1/host2/target2:0:0/2:0:0:2/block/sdc/sdc9 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdc9 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 0x1869cb0> > target size = 0 B path = /dev/sdc9 > format args = [] originalFormat = None grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x1803bd0> fileSystem: None > number: 9 path: /dev/sdc9 type: 0 > name: ext2 active: True busy: False > geometry: <parted.geometry.Geometry object at 0x186cd10> PedPartition: <_ped.Partition object at 0x186d2f0> > disk = existing 1 GiB disk sdc (24) with existing gpt disklabel > start = 1759232 end = 1953791 length = 194560 > flags = >DEBUG:blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/scsi-0QEMU_QEMU_HARDDISK_drive-scsi0-0-0-3 /dev/disk/by-path/pci-0000:00:05.0-virtio-pci-virtio1-scsi-0:0:0:3', > 'DEVNAME': 'sdb', > 'DEVPATH': '/devices/pci0000:00/0000:00:05.0/virtio1/host2/target2:0:0/2:0:0:3/block/sdb', > 'DEVTYPE': 'disk', > 'ID_BUS': 'scsi', > 'ID_MODEL': 'QEMU_HARDDISK', > 'ID_MODEL_ENC': 'QEMU\\x20HARDDISK\\x20\\x20\\x20', > 'ID_PATH': 'pci-0000:00:05.0-virtio-pci-virtio1-scsi-0:0:0:3', > 'ID_PATH_TAG': 'pci-0000_00_05_0-virtio-pci-virtio1-scsi-0_0_0_3', > 'ID_REVISION': '1.6.', > 'ID_SCSI': '1', > 'ID_SERIAL': '0QEMU_QEMU_HARDDISK_drive-scsi0-0-0-3', > 'ID_SERIAL_SHORT': 'drive-scsi0-0-0-3', > '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': '93660', > 'name': 'sdb', > 'symlinks': ['/dev/disk/by-id/scsi-0QEMU_QEMU_HARDDISK_drive-scsi0-0-0-3', > '/dev/disk/by-path/pci-0000:00:05.0-virtio-pci-virtio1-scsi-0:0:0:3'], > 'sysfs_path': '/devices/pci0000:00/0000:00:05.0/virtio1/host2/target2:0:0/2:0:0:3/block/sdb'} ; name: sdb ; >INFO:blivet: scanning sdb (/devices/pci0000:00/0000:00:05.0/virtio1/host2/target2:0:0/2:0:0:3/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 with object id 85 >DEBUG:blivet: DiskDevice._setFormat: sdb ; current: None ; type: None ; >INFO:program: Running... multipath -c /dev/sdb >INFO:program: Apr 23 07:45:28 | DM multipath kernel driver not loaded >INFO:program: Apr 23 07:45:28 | /etc/multipath.conf does not exist, blacklisting all devices. >INFO:program: Apr 23 07:45:28 | A default multipath.conf file is located at >INFO:program: Apr 23 07:45:28 | /usr/share/doc/device-mapper-multipath-0.4.9/multipath.conf >INFO:program: Apr 23 07:45:28 | You can run /sbin/mpathconf to create or modify /etc/multipath.conf >INFO:program: Apr 23 07:45:28 | DM multipath kernel driver not loaded >DEBUG:program: Return code: 1 >INFO:blivet: added disk sdb (id 84) 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: None ; >DEBUG:blivet: getFormat('None') returning DeviceFormat instance with object id 87 >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 ; >INFO:blivet: no usable disklabel on sdb >DEBUG:blivet: no type or existing type for sdb, bailing >INFO:blivet: got device: DiskDevice instance (0x186ee50) -- > name = sdb status = True kids = 0 id = 84 > parents = [] > uuid = None size = 1 GiB > format = existing None > major = 8 minor = 16 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:05.0/virtio1/host2/target2:0:0/2:0:0:3/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: 0 did: 768 busy: False > hardwareGeometry: (1011, 34, 61) biosGeometry: (130, 255, 63) > PedDevice: <_ped.Device object at 0x1869950> > target size = 0 B path = /dev/sdb > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x1872890> >DEBUG:blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/md-name-rawhide:test /dev/disk/by-id/md-uuid-0c78ae56:72b4febc:aca4492d:8c35878b /dev/md/test', > 'DEVNAME': 'md127', > 'DEVPATH': '/devices/virtual/block/md127', > 'DEVTYPE': 'disk', > 'MAJOR': '9', > 'MD_DEVICES': '2', > 'MD_DEVICE_sdc1_DEV': '/dev/sdc1', > 'MD_DEVICE_sdc1_ROLE': '0', > 'MD_DEVICE_sdc2_DEV': '/dev/sdc2', > 'MD_DEVICE_sdc2_ROLE': '1', > 'MD_DEVNAME': 'test', > 'MD_LEVEL': 'raid1', > 'MD_METADATA': '1.2', > 'MD_NAME': 'rawhide:test', > 'MD_UUID': '0c78ae56:72b4febc:aca4492d:8c35878b', > 'MINOR': '127', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '6679720', > 'name': 'md127', > 'symlinks': ['/dev/disk/by-id/md-name-rawhide:test', > '/dev/disk/by-id/md-uuid-0c78ae56:72b4febc:aca4492d:8c35878b', > '/dev/md/test'], > 'sysfs_path': '/devices/virtual/block/md127'} ; name: md127 ; >INFO:blivet: scanning md127 (/devices/virtual/block/md127)... >DEBUG:blivet: DeviceTree.getDeviceByName: name: md127 ; >DEBUG:blivet: DeviceTree.getDeviceByName returned None >DEBUG:blivet: DeviceTree.getDeviceByName: name: test ; >DEBUG:blivet: DeviceTree.getDeviceByName returned None >INFO:blivet: md127 is an md device >DEBUG:blivet: DeviceTree.addUdevMDDevice: name: test ; >DEBUG:blivet: DeviceTree.getDeviceByName: name: sdc1 ; >DEBUG:blivet: DeviceTree.getDeviceByName returned existing 95 MiB partition sdc1 (29) with existing mdmember >DEBUG:blivet: DeviceTree.getDeviceByName: name: sdc2 ; >DEBUG:blivet: DeviceTree.getDeviceByName returned existing 94 MiB partition sdc2 (43) with existing mdmember >DEBUG:blivet: DeviceTree.getDeviceByName: name: test ; >DEBUG:blivet: DeviceTree.getDeviceByName returned None >DEBUG:blivet: DeviceTree.getDeviceByUuid returned None >ERROR:blivet: failed to scan md array test >INFO:program: Running... mdadm --stop /dev/md/test >INFO:program: mdadm: stopped /dev/md/test >DEBUG:program: Return code: 0 >DEBUG:blivet: no device or no media present >INFO:program: Running... udevadm settle --timeout=300 >DEBUG:program: Return code: 0 >INFO:blivet: not going to restore from backup of non-existent /etc/mdadm.conf >INFO:blivet: edd: MBR signature on sdc is zero. new disk image? >INFO:blivet: edd: collected mbr signatures: {'sda': '0x000ab5d0'} >INFO:blivet: collecting information about active mounts >INFO:blivet: found nodev rootfs filesystem mounted at / >DEBUG:blivet: NoDevFS.supported: supported: False ; >DEBUG:blivet: getFormat('nodev') returning NoDevFS instance with object id 90 >DEBUG:blivet: NoDevice._setFormat: rootfs ; current: None ; type: rootfs ; >INFO:blivet: added nodev rootfs.0 (id 91) to device tree >DEBUG:blivet: DeviceTree.getDeviceByName: name: rootfs.0 ; >DEBUG:blivet: DeviceTree.getDeviceByName returned existing 0 B nodev rootfs.0 (91) with existing rootfs filesystem >DEBUG:blivet: resolved 'rootfs.0' to 'rootfs.0' (nodev) >INFO:blivet: found nodev proc filesystem mounted at /proc >DEBUG:blivet: NoDevFS.supported: supported: False ; >DEBUG:blivet: getFormat('nodev') returning NoDevFS instance with object id 93 >DEBUG:blivet: NoDevice._setFormat: proc ; current: None ; type: proc ; >INFO:blivet: added nodev proc.0 (id 94) to device tree >DEBUG:blivet: DeviceTree.getDeviceByName: name: proc.0 ; >DEBUG:blivet: DeviceTree.getDeviceByName returned existing 0 B nodev proc.0 (94) with existing proc filesystem >DEBUG:blivet: resolved 'proc.0' to 'proc.0' (nodev) >INFO:blivet: found nodev sysfs filesystem mounted at /sys >DEBUG:blivet: NoDevFS.supported: supported: False ; >DEBUG:blivet: getFormat('nodev') returning NoDevFS instance with object id 96 >DEBUG:blivet: NoDevice._setFormat: sysfs ; current: None ; type: sysfs ; >INFO:blivet: added nodev sysfs.0 (id 97) to device tree >DEBUG:blivet: DeviceTree.getDeviceByName: name: sysfs.0 ; >DEBUG:blivet: DeviceTree.getDeviceByName returned existing 0 B nodev sysfs.0 (97) with existing sysfs filesystem >DEBUG:blivet: resolved 'sysfs.0' to 'sysfs.0' (nodev) >INFO:blivet: found nodev devtmpfs filesystem mounted at /dev >DEBUG:blivet: NoDevFS.supported: supported: False ; >DEBUG:blivet: getFormat('nodev') returning NoDevFS instance with object id 99 >DEBUG:blivet: NoDevice._setFormat: devtmpfs ; current: None ; type: devtmpfs ; >INFO:blivet: added nodev devtmpfs.0 (id 100) to device tree >DEBUG:blivet: DeviceTree.getDeviceByName: name: devtmpfs.0 ; >DEBUG:blivet: DeviceTree.getDeviceByName returned existing 0 B nodev devtmpfs.0 (100) with existing devtmpfs filesystem >DEBUG:blivet: resolved 'devtmpfs.0' to 'devtmpfs.0' (nodev) >INFO:blivet: found nodev securityfs filesystem mounted at /sys/kernel/security >DEBUG:blivet: NoDevFS.supported: supported: False ; >DEBUG:blivet: getFormat('nodev') returning NoDevFS instance with object id 102 >DEBUG:blivet: NoDevice._setFormat: securityfs ; current: None ; type: securityfs ; >INFO:blivet: added nodev securityfs.0 (id 103) to device tree >DEBUG:blivet: DeviceTree.getDeviceByName: name: securityfs.0 ; >DEBUG:blivet: DeviceTree.getDeviceByName returned existing 0 B nodev securityfs.0 (103) with existing securityfs filesystem >DEBUG:blivet: resolved 'securityfs.0' to 'securityfs.0' (nodev) >INFO:blivet: found nodev tmpfs filesystem mounted at /dev/shm >DEBUG:blivet: NoDevFS.supported: supported: False ; >DEBUG:blivet: getFormat('nodev') returning NoDevFS instance with object id 105 >DEBUG:blivet: NoDevice._setFormat: tmpfs ; current: None ; type: tmpfs ; >INFO:blivet: added nodev tmpfs.0 (id 106) to device tree >DEBUG:blivet: DeviceTree.getDeviceByName: name: tmpfs.0 ; >DEBUG:blivet: DeviceTree.getDeviceByName returned existing 0 B nodev tmpfs.0 (106) with existing tmpfs filesystem >DEBUG:blivet: resolved 'tmpfs.0' to 'tmpfs.0' (nodev) >INFO:blivet: found nodev devpts filesystem mounted at /dev/pts >DEBUG:blivet: NoDevFS.supported: supported: False ; >DEBUG:blivet: getFormat('nodev') returning NoDevFS instance with object id 108 >DEBUG:blivet: NoDevice._setFormat: devpts ; current: None ; type: devpts ; >INFO:blivet: added nodev devpts.0 (id 109) to device tree >DEBUG:blivet: DeviceTree.getDeviceByName: name: devpts.0 ; >DEBUG:blivet: DeviceTree.getDeviceByName returned existing 0 B nodev devpts.0 (109) with existing devpts filesystem >DEBUG:blivet: resolved 'devpts.0' to 'devpts.0' (nodev) >INFO:blivet: found nodev tmpfs filesystem mounted at /run >DEBUG:blivet: NoDevFS.supported: supported: False ; >DEBUG:blivet: getFormat('nodev') returning NoDevFS instance with object id 111 >DEBUG:blivet: NoDevice._setFormat: tmpfs ; current: None ; type: tmpfs ; >INFO:blivet: added nodev tmpfs.1 (id 112) to device tree >DEBUG:blivet: DeviceTree.getDeviceByName: name: tmpfs.1 ; >DEBUG:blivet: DeviceTree.getDeviceByName returned existing 0 B nodev tmpfs.1 (112) with existing tmpfs filesystem >DEBUG:blivet: resolved 'tmpfs.1' to 'tmpfs.1' (nodev) >INFO:blivet: found nodev tmpfs filesystem mounted at /sys/fs/cgroup >DEBUG:blivet: NoDevFS.supported: supported: False ; >DEBUG:blivet: getFormat('nodev') returning NoDevFS instance with object id 114 >DEBUG:blivet: NoDevice._setFormat: tmpfs ; current: None ; type: tmpfs ; >INFO:blivet: added nodev tmpfs.2 (id 115) to device tree >DEBUG:blivet: DeviceTree.getDeviceByName: name: tmpfs.2 ; >DEBUG:blivet: DeviceTree.getDeviceByName returned existing 0 B nodev tmpfs.2 (115) with existing tmpfs filesystem >DEBUG:blivet: resolved 'tmpfs.2' to 'tmpfs.2' (nodev) >INFO:blivet: found nodev cgroup filesystem mounted at /sys/fs/cgroup/systemd >DEBUG:blivet: NoDevFS.supported: supported: False ; >DEBUG:blivet: getFormat('nodev') returning NoDevFS instance with object id 117 >DEBUG:blivet: NoDevice._setFormat: cgroup ; current: None ; type: cgroup ; >INFO:blivet: added nodev cgroup.0 (id 118) to device tree >DEBUG:blivet: DeviceTree.getDeviceByName: name: cgroup.0 ; >DEBUG:blivet: DeviceTree.getDeviceByName returned existing 0 B nodev cgroup.0 (118) with existing cgroup filesystem >DEBUG:blivet: resolved 'cgroup.0' to 'cgroup.0' (nodev) >INFO:blivet: found nodev pstore filesystem mounted at /sys/fs/pstore >DEBUG:blivet: NoDevFS.supported: supported: False ; >DEBUG:blivet: getFormat('nodev') returning NoDevFS instance with object id 120 >DEBUG:blivet: NoDevice._setFormat: pstore ; current: None ; type: pstore ; >INFO:blivet: added nodev pstore.0 (id 121) to device tree >DEBUG:blivet: DeviceTree.getDeviceByName: name: pstore.0 ; >DEBUG:blivet: DeviceTree.getDeviceByName returned existing 0 B nodev pstore.0 (121) with existing pstore filesystem >DEBUG:blivet: resolved 'pstore.0' to 'pstore.0' (nodev) >INFO:blivet: found nodev cgroup filesystem mounted at /sys/fs/cgroup/cpuset >DEBUG:blivet: NoDevFS.supported: supported: False ; >DEBUG:blivet: getFormat('nodev') returning NoDevFS instance with object id 123 >DEBUG:blivet: NoDevice._setFormat: cgroup ; current: None ; type: cgroup ; >INFO:blivet: added nodev cgroup.1 (id 124) to device tree >DEBUG:blivet: DeviceTree.getDeviceByName: name: cgroup.1 ; >DEBUG:blivet: DeviceTree.getDeviceByName returned existing 0 B nodev cgroup.1 (124) with existing cgroup filesystem >DEBUG:blivet: resolved 'cgroup.1' to 'cgroup.1' (nodev) >INFO:blivet: found nodev cgroup filesystem mounted at /sys/fs/cgroup/cpu,cpuacct >DEBUG:blivet: NoDevFS.supported: supported: False ; >DEBUG:blivet: getFormat('nodev') returning NoDevFS instance with object id 126 >DEBUG:blivet: NoDevice._setFormat: cgroup ; current: None ; type: cgroup ; >INFO:blivet: added nodev cgroup.2 (id 127) to device tree >DEBUG:blivet: DeviceTree.getDeviceByName: name: cgroup.2 ; >DEBUG:blivet: DeviceTree.getDeviceByName returned existing 0 B nodev cgroup.2 (127) with existing cgroup filesystem >DEBUG:blivet: resolved 'cgroup.2' to 'cgroup.2' (nodev) >INFO:blivet: found nodev cgroup filesystem mounted at /sys/fs/cgroup/memory >DEBUG:blivet: NoDevFS.supported: supported: False ; >DEBUG:blivet: getFormat('nodev') returning NoDevFS instance with object id 129 >DEBUG:blivet: NoDevice._setFormat: cgroup ; current: None ; type: cgroup ; >INFO:blivet: added nodev cgroup.3 (id 130) to device tree >DEBUG:blivet: DeviceTree.getDeviceByName: name: cgroup.3 ; >DEBUG:blivet: DeviceTree.getDeviceByName returned existing 0 B nodev cgroup.3 (130) with existing cgroup filesystem >DEBUG:blivet: resolved 'cgroup.3' to 'cgroup.3' (nodev) >INFO:blivet: found nodev cgroup filesystem mounted at /sys/fs/cgroup/devices >DEBUG:blivet: NoDevFS.supported: supported: False ; >DEBUG:blivet: getFormat('nodev') returning NoDevFS instance with object id 132 >DEBUG:blivet: NoDevice._setFormat: cgroup ; current: None ; type: cgroup ; >INFO:blivet: added nodev cgroup.4 (id 133) to device tree >DEBUG:blivet: DeviceTree.getDeviceByName: name: cgroup.4 ; >DEBUG:blivet: DeviceTree.getDeviceByName returned existing 0 B nodev cgroup.4 (133) with existing cgroup filesystem >DEBUG:blivet: resolved 'cgroup.4' to 'cgroup.4' (nodev) >INFO:blivet: found nodev cgroup filesystem mounted at /sys/fs/cgroup/freezer >DEBUG:blivet: NoDevFS.supported: supported: False ; >DEBUG:blivet: getFormat('nodev') returning NoDevFS instance with object id 135 >DEBUG:blivet: NoDevice._setFormat: cgroup ; current: None ; type: cgroup ; >INFO:blivet: added nodev cgroup.5 (id 136) to device tree >DEBUG:blivet: DeviceTree.getDeviceByName: name: cgroup.5 ; >DEBUG:blivet: DeviceTree.getDeviceByName returned existing 0 B nodev cgroup.5 (136) with existing cgroup filesystem >DEBUG:blivet: resolved 'cgroup.5' to 'cgroup.5' (nodev) >INFO:blivet: found nodev cgroup filesystem mounted at /sys/fs/cgroup/net_cls,net_prio >DEBUG:blivet: NoDevFS.supported: supported: False ; >DEBUG:blivet: getFormat('nodev') returning NoDevFS instance with object id 138 >DEBUG:blivet: NoDevice._setFormat: cgroup ; current: None ; type: cgroup ; >INFO:blivet: added nodev cgroup.6 (id 139) to device tree >DEBUG:blivet: DeviceTree.getDeviceByName: name: cgroup.6 ; >DEBUG:blivet: DeviceTree.getDeviceByName returned existing 0 B nodev cgroup.6 (139) with existing cgroup filesystem >DEBUG:blivet: resolved 'cgroup.6' to 'cgroup.6' (nodev) >INFO:blivet: found nodev cgroup filesystem mounted at /sys/fs/cgroup/blkio >DEBUG:blivet: NoDevFS.supported: supported: False ; >DEBUG:blivet: getFormat('nodev') returning NoDevFS instance with object id 141 >DEBUG:blivet: NoDevice._setFormat: cgroup ; current: None ; type: cgroup ; >INFO:blivet: added nodev cgroup.7 (id 142) to device tree >DEBUG:blivet: DeviceTree.getDeviceByName: name: cgroup.7 ; >DEBUG:blivet: DeviceTree.getDeviceByName returned existing 0 B nodev cgroup.7 (142) with existing cgroup filesystem >DEBUG:blivet: resolved 'cgroup.7' to 'cgroup.7' (nodev) >INFO:blivet: found nodev cgroup filesystem mounted at /sys/fs/cgroup/perf_event >DEBUG:blivet: NoDevFS.supported: supported: False ; >DEBUG:blivet: getFormat('nodev') returning NoDevFS instance with object id 144 >DEBUG:blivet: NoDevice._setFormat: cgroup ; current: None ; type: cgroup ; >INFO:blivet: added nodev cgroup.8 (id 145) to device tree >DEBUG:blivet: DeviceTree.getDeviceByName: name: cgroup.8 ; >DEBUG:blivet: DeviceTree.getDeviceByName returned existing 0 B nodev cgroup.8 (145) with existing cgroup filesystem >DEBUG:blivet: resolved 'cgroup.8' to 'cgroup.8' (nodev) >INFO:blivet: found nodev cgroup filesystem mounted at /sys/fs/cgroup/hugetlb >DEBUG:blivet: NoDevFS.supported: supported: False ; >DEBUG:blivet: getFormat('nodev') returning NoDevFS instance with object id 147 >DEBUG:blivet: NoDevice._setFormat: cgroup ; current: None ; type: cgroup ; >INFO:blivet: added nodev cgroup.9 (id 148) to device tree >DEBUG:blivet: DeviceTree.getDeviceByName: name: cgroup.9 ; >DEBUG:blivet: DeviceTree.getDeviceByName returned existing 0 B nodev cgroup.9 (148) with existing cgroup filesystem >DEBUG:blivet: resolved 'cgroup.9' to 'cgroup.9' (nodev) >INFO:blivet: found nodev configfs filesystem mounted at /sys/kernel/config >DEBUG:blivet: NoDevFS.supported: supported: False ; >DEBUG:blivet: getFormat('nodev') returning NoDevFS instance with object id 150 >DEBUG:blivet: NoDevice._setFormat: configfs ; current: None ; type: configfs ; >INFO:blivet: added nodev configfs.0 (id 151) to device tree >DEBUG:blivet: DeviceTree.getDeviceByName: name: configfs.0 ; >DEBUG:blivet: DeviceTree.getDeviceByName returned existing 0 B nodev configfs.0 (151) with existing configfs filesystem >DEBUG:blivet: resolved 'configfs.0' to 'configfs.0' (nodev) >DEBUG:blivet: DeviceTree.getDeviceByPath: path: /dev/sda2 ; >DEBUG:blivet: DeviceTree.getDeviceByPath returned existing 9.49 GiB partition sda2 (12) with existing ext4 filesystem >DEBUG:blivet: resolved '/dev/sda2' to 'sda2' (partition) >INFO:blivet: found nodev selinuxfs filesystem mounted at /sys/fs/selinux >DEBUG:blivet: NoDevFS.supported: supported: False ; >DEBUG:blivet: getFormat('nodev') returning NoDevFS instance with object id 153 >DEBUG:blivet: NoDevice._setFormat: selinuxfs ; current: None ; type: selinuxfs ; >INFO:blivet: added nodev selinuxfs.0 (id 154) to device tree >DEBUG:blivet: DeviceTree.getDeviceByName: name: selinuxfs.0 ; >DEBUG:blivet: DeviceTree.getDeviceByName returned existing 0 B nodev selinuxfs.0 (154) with existing selinuxfs filesystem >DEBUG:blivet: resolved 'selinuxfs.0' to 'selinuxfs.0' (nodev) >INFO:blivet: found nodev autofs filesystem mounted at /proc/sys/fs/binfmt_misc >DEBUG:blivet: NoDevFS.supported: supported: False ; >DEBUG:blivet: getFormat('nodev') returning NoDevFS instance with object id 156 >DEBUG:blivet: NoDevice._setFormat: autofs ; current: None ; type: autofs ; >INFO:blivet: added nodev autofs.0 (id 157) to device tree >DEBUG:blivet: DeviceTree.getDeviceByName: name: autofs.0 ; >DEBUG:blivet: DeviceTree.getDeviceByName returned existing 0 B nodev autofs.0 (157) with existing autofs filesystem >DEBUG:blivet: resolved 'autofs.0' to 'autofs.0' (nodev) >INFO:blivet: found nodev mqueue filesystem mounted at /dev/mqueue >DEBUG:blivet: NoDevFS.supported: supported: False ; >DEBUG:blivet: getFormat('nodev') returning NoDevFS instance with object id 159 >DEBUG:blivet: NoDevice._setFormat: mqueue ; current: None ; type: mqueue ; >INFO:blivet: added nodev mqueue.0 (id 160) to device tree >DEBUG:blivet: DeviceTree.getDeviceByName: name: mqueue.0 ; >DEBUG:blivet: DeviceTree.getDeviceByName returned existing 0 B nodev mqueue.0 (160) with existing mqueue filesystem >DEBUG:blivet: resolved 'mqueue.0' to 'mqueue.0' (nodev) >INFO:blivet: found nodev hugetlbfs filesystem mounted at /dev/hugepages >DEBUG:blivet: NoDevFS.supported: supported: False ; >DEBUG:blivet: getFormat('nodev') returning NoDevFS instance with object id 162 >DEBUG:blivet: NoDevice._setFormat: hugetlbfs ; current: None ; type: hugetlbfs ; >INFO:blivet: added nodev hugetlbfs.0 (id 163) to device tree >DEBUG:blivet: DeviceTree.getDeviceByName: name: hugetlbfs.0 ; >DEBUG:blivet: DeviceTree.getDeviceByName returned existing 0 B nodev hugetlbfs.0 (163) with existing hugetlbfs filesystem >DEBUG:blivet: resolved 'hugetlbfs.0' to 'hugetlbfs.0' (nodev) >INFO:blivet: found nodev rpc_pipefs filesystem mounted at /var/lib/nfs/rpc_pipefs >DEBUG:blivet: NoDevFS.supported: supported: False ; >DEBUG:blivet: getFormat('nodev') returning NoDevFS instance with object id 165 >DEBUG:blivet: NoDevice._setFormat: rpc_pipefs ; current: None ; type: rpc_pipefs ; >INFO:blivet: added nodev rpc_pipefs.0 (id 166) to device tree >DEBUG:blivet: DeviceTree.getDeviceByName: name: rpc_pipefs.0 ; >DEBUG:blivet: DeviceTree.getDeviceByName returned existing 0 B nodev rpc_pipefs.0 (166) with existing rpc_pipefs filesystem >DEBUG:blivet: resolved 'rpc_pipefs.0' to 'rpc_pipefs.0' (nodev) >INFO:blivet: found nodev debugfs filesystem mounted at /sys/kernel/debug >DEBUG:blivet: NoDevFS.supported: supported: False ; >DEBUG:blivet: getFormat('nodev') returning NoDevFS instance with object id 168 >DEBUG:blivet: NoDevice._setFormat: debugfs ; current: None ; type: debugfs ; >INFO:blivet: added nodev debugfs.0 (id 169) to device tree >DEBUG:blivet: DeviceTree.getDeviceByName: name: debugfs.0 ; >DEBUG:blivet: DeviceTree.getDeviceByName returned existing 0 B nodev debugfs.0 (169) with existing debugfs filesystem >DEBUG:blivet: resolved 'debugfs.0' to 'debugfs.0' (nodev) >INFO:blivet: found nodev tmpfs filesystem mounted at /tmp >DEBUG:blivet: NoDevFS.supported: supported: False ; >DEBUG:blivet: getFormat('nodev') returning NoDevFS instance with object id 171 >DEBUG:blivet: NoDevice._setFormat: tmpfs ; current: None ; type: tmpfs ; >INFO:blivet: added nodev tmpfs.3 (id 172) to device tree >DEBUG:blivet: DeviceTree.getDeviceByName: name: tmpfs.3 ; >DEBUG:blivet: DeviceTree.getDeviceByName returned existing 0 B nodev tmpfs.3 (172) with existing tmpfs filesystem >DEBUG:blivet: resolved 'tmpfs.3' to 'tmpfs.3' (nodev) >INFO:blivet: found nodev nfs4 filesystem mounted at /mnt/home >DEBUG:blivet: NoDevFS.supported: supported: False ; >DEBUG:blivet: getFormat('nodev') returning NoDevFS instance with object id 174 >DEBUG:blivet: NoDevice._setFormat: nfs4 ; current: None ; type: nfs4 ; >INFO:blivet: added nodev nfs4.0 (id 175) to device tree >DEBUG:blivet: DeviceTree.getDeviceByName: name: nfs4.0 ; >DEBUG:blivet: DeviceTree.getDeviceByName returned existing 0 B nodev nfs4.0 (175) with existing nfs4 filesystem >DEBUG:blivet: resolved 'nfs4.0' to 'nfs4.0' (nodev) >INFO:blivet: found nodev tmpfs filesystem mounted at /run/user/1000 >DEBUG:blivet: NoDevFS.supported: supported: False ; >DEBUG:blivet: getFormat('nodev') returning NoDevFS instance with object id 177 >DEBUG:blivet: NoDevice._setFormat: tmpfs ; current: None ; type: tmpfs ; >INFO:blivet: added nodev tmpfs.4 (id 178) to device tree >DEBUG:blivet: DeviceTree.getDeviceByName: name: tmpfs.4 ; >DEBUG:blivet: DeviceTree.getDeviceByName returned existing 0 B nodev tmpfs.4 (178) with existing tmpfs filesystem >DEBUG:blivet: resolved 'tmpfs.4' to 'tmpfs.4' (nodev) >DEBUG:blivet: DeviceTree.getDeviceByName: name: sda ; >DEBUG:blivet: DeviceTree.getDeviceByName returned existing 10 GiB disk sda (1) with existing msdos disklabel > > >*********************** >disk = b.devicetree.getDeviceByName('sda')
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 1090360
:
888789
|
888790
|
888791
| 888793