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 835813 Details for
Bug 1040716
LVMError: pvcreate failed for /dev/md/00: running lvm pvcreate --dataalignment 1024k /dev/md/00 failed
[?]
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.
anaconda-tb for comment 16
anaconda-tb-Acxu_K (text/plain), 1.05 MB, created by
Alexey Torkhov
on 2013-12-12 14:11:09 UTC
(
hide
)
Description:
anaconda-tb for comment 16
Filename:
MIME Type:
Creator:
Alexey Torkhov
Created:
2013-12-12 14:11:09 UTC
Size:
1.05 MB
patch
obsolete
>anaconda 20.25.15-1 exception report >Traceback (most recent call first): > File "/usr/lib/python2.7/site-packages/blivet/devicelibs/lvm.py", line 214, in pvcreate > raise LVMError("pvcreate failed for %s: %s" % (device, msg)) > File "/usr/lib/python2.7/site-packages/blivet/formats/lvmpv.py", line 111, in create > lvm.pvcreate(self.device) > File "/usr/lib/python2.7/site-packages/blivet/deviceaction.py", line 473, in execute > options=self.device.formatArgs) > File "/usr/lib/python2.7/site-packages/blivet/devicetree.py", line 239, in processActions > action.execute() > File "/usr/lib/python2.7/site-packages/blivet/__init__.py", line 308, in doIt > self.devicetree.processActions() > File "/usr/lib/python2.7/site-packages/blivet/__init__.py", line 167, in turnOnFilesystems > storage.doIt() > File "/usr/lib64/python2.7/site-packages/pyanaconda/install.py", line 142, in doInstall > turnOnFilesystems(storage, mountOnly=flags.flags.dirInstall) > File "/usr/lib64/python2.7/threading.py", line 764, in run > self.__target(*self.__args, **self.__kwargs) > File "/usr/lib64/python2.7/site-packages/pyanaconda/threads.py", line 192, in run > threading.Thread.run(self, *args, **kwargs) >LVMError: pvcreate failed for /dev/md/00: running lvm pvcreate --dataalignment 1024k /dev/md/00 failed > >Local variables in innermost frame: >msg: running lvm pvcreate --dataalignment 1024k /dev/md/00 failed >device: /dev/md/00 >args: ['pvcreate', '--dataalignment', '1024k', '/dev/md/00'] > > >Anaconda instance, containing members: >_instClass: DefaultInstall instance, containing members: >_intf: GraphicalUserInterface instance, containing members: > _intf.instclass: Already dumped (DefaultInstall instance) > _intf._mehInterface: GraphicalExceptionHandlingIface instance, containing members: > _intf._mehInterface._lightbox_func: <bound method GraphicalUserInterface.lightbox_over_current_action of <pyanaconda.ui.gui.GraphicalUserInterface object at 0x4152450>> > _intf._quitDialog: <class 'pyanaconda.ui.gui.QuitDialog'> > _intf.data: #version=DEVEL ># System authorization information >auth --enableshadow --passalgo=sha512 > ># Use hard drive installation media >harddrive --dir=None --partition=/dev/mapper/live-base ># Run the Setup Agent on first boot >firstboot --enable >ignoredisk --only-use=vda,vdb,vdc ># Keyboard layouts >keyboard --xlayouts='ru','us' --switch='grp:alt_shift_toggle' ># System language >lang ru_RU.UTF-8 > ># Network information >network --bootproto=dhcp --device=eth0 --onboot=off --ipv6=auto --activate >network --hostname=localhost.localdomain ># System timezone >timezone Europe/Moscow --isUtc ># System bootloader configuration >bootloader --location=mbr --boot-drive=vda ># Partition clearing information >clearpart --none --initlabel ># Disk partitioning information >part raid.36 --fstype="mdmember" --ondisk=vdc --size=4955 >part raid.28 --fstype="mdmember" --ondisk=vdb --size=4955 >part /boot --fstype="ext4" --size=500 >part raid.24 --fstype="mdmember" --ondisk=vda --size=2776 >part raid.25 --fstype="mdmember" --ondisk=vdb --size=2776 >raid pv.30 --device=00 --fstype="lvmpv" --level=1 raid.28 raid.36 >raid pv.26 --device=00 --fstype="lvmpv" --level=0 raid.24 raid.25 >volgroup fedora00 --pesize=4096 pv.30 >volgroup fedora --pesize=4096 pv.26 >logvol /var --fstype="ext4" --size=1000 --name=var --vgname=fedora00 >logvol /home --fstype="ext4" --size=3908 --name=home --vgname=fedora00 >logvol swap --fstype="swap" --size=500 --name=swap --vgname=fedora >logvol / --fstype="ext4" --size=5000 --name=root --vgname=fedora > > > _intf.storage: Blivet instance, containing members: > _intf.storage.clearPartChoice: None > _intf.storage.eddDict: {} > _intf.storage.dasd: DASD instance, containing members: > _intf.storage.dasd.dasdfmt: /sbin/dasdfmt > _intf.storage.dasd.commonArgv: [-y, -d, cdl, -b, 4096] > _intf.storage.dasd.started: True > _intf.storage.dasd.totalCylinders: 0 > _intf.storage.dasd._maxFormatJobs: 0 > _intf.storage.dasd._devices: [] > _intf.storage.dasd._completedCylinders: 0.0 > _intf.storage.dasd._dasdlist: [] > _intf.storage.roots: [] > _intf.storage.zfcp: ZFCP instance, containing members: > _intf.storage.zfcp.down: False > _intf.storage.zfcp.hasReadConfig: True > _intf.storage.zfcp.intf: None > _intf.storage.zfcp.fcpdevs: set([]) > _intf.storage._defaultFSType: ext4 > _intf.storage.autoPartEscrowCert: None > _intf.storage.iscsi: iscsi instance, containing members: > _intf.storage.iscsi.initiatorSet: False > _intf.storage.iscsi.ifaces: {} > _intf.storage.iscsi.started: False > _intf.storage.iscsi._initiator: Skipped > _intf.storage.iscsi.discovered_targets: {} > _intf.storage.iscsi.ibftNodes: [] > _intf.storage.escrowCertificates: {} > _intf.storage.fsset: FSSet instance, containing members: > _intf.storage.fsset.origFStab: None > _intf.storage.fsset._fstab_swaps: set([LVMLogicalVolumeDevice instance (0x54c5210) -- > name = fedora-swap status = True kids = 0 id = 23 > parents = ['non-existent 5544MB lvmvg fedora (21)'] > uuid = None size = 500 > format = non-existent swap > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 500 path = /dev/mapper/fedora-swap > format args = [] originalFormat = swap target = None dmUuid = None VG device = LVMVolumeGroupDevice instance (0x54b5bd0) -- > name = fedora status = False kids = 2 id = 21 > parents = ['existing 5548MB mdarray 00 (26) with non-existent lvmpv'] > uuid = None size = 5544 > format = non-existent None > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/mapper/fedora > format args = [] originalFormat = None target = None dmUuid = None free = 0 PE Size = 4.0 PE Count = 0 > PE Free = 0 PV Count = 1 > LV Names = [] modified = True > extents = 1386.0 free space = 44 > free extents = 11.0 reserved percent = 0 reserved space = 0 > PVs = ['existing 5548MB mdarray 00 (26) with non-existent lvmpv'] > LVs = ['non-existent 5000MB lvmlv fedora-root (22) with non-existent ext4 filesystem mounted at /', > 'non-existent 500MB lvmlv fedora-swap (23) with non-existent swap'] > segment type = linear percent = 0 > mirror copies = 1 snapshot total = 0MB > VG space used = 500MB]) > _intf.storage.fsset._usb: None > _intf.storage.fsset.devicetree: DeviceTree instance, containing members: > _intf.storage.fsset.devicetree.dasd: Already dumped (DASD instance) > _intf.storage.fsset.devicetree.populated: True > _intf.storage.fsset.devicetree.exclusiveDisks: [] > _intf.storage.fsset.devicetree._actions: [ActionCreateFormat instance, containing members: > device: existing 5548MB mdarray 00 (26) with non-existent lvmpv > origFormat: non-existent None > id: 30 >, ActionCreateDevice instance, containing members: > device: non-existent 5544MB lvmvg fedora (21) > id: 17 >, ActionCreateDevice instance, containing members: > device: non-existent 5000MB lvmlv fedora-root (22) with non-existent ext4 filesystem mounted at / > id: 18 >, ActionCreateFormat instance, containing members: > device: Already dumped (LVMLogicalVolumeDevice instance) > origFormat: non-existent None > id: 19 >, ActionCreateDevice instance, containing members: > device: non-existent 500MB lvmlv fedora-swap (23) with non-existent swap > id: 20 >, ActionCreateFormat instance, containing members: > device: Already dumped (LVMLogicalVolumeDevice instance) > origFormat: non-existent None > id: 21 >, ActionCreateDevice instance, containing members: > device: non-existent 4955MB partition vdb2 (28) with non-existent mdmember > id: 34 >, ActionCreateFormat instance, containing members: > device: Already dumped (PartitionDevice instance) > origFormat: non-existent None > id: 35 >, ActionCreateFormat instance, containing members: > device: existing 8192MB disk vdc (3) with non-existent msdos disklabel > origFormat: existing None > id: 8 >, ActionCreateDevice instance, containing members: > device: non-existent 4955MB partition vdc1 (36) with non-existent mdmember > id: 52 >, ActionCreateFormat instance, containing members: > device: Already dumped (PartitionDevice instance) > origFormat: non-existent None > id: 53 >, ActionCreateDevice instance, containing members: > device: non-existent 4951MB mdarray 00 (30) with non-existent lvmpv > id: 38 >, ActionCreateFormat instance, containing members: > device: Already dumped (MDRaidArrayDevice instance) > origFormat: non-existent None > id: 39 >, ActionCreateDevice instance, containing members: > device: non-existent 4948MB lvmvg fedora00 (31) > id: 40 >, ActionCreateDevice instance, containing members: > device: non-existent 1000MB lvmlv fedora00-var (32) with non-existent ext4 filesystem mounted at /var > id: 41 >, ActionCreateFormat instance, containing members: > device: Already dumped (LVMLogicalVolumeDevice instance) > origFormat: non-existent None > id: 42 >, ActionCreateDevice instance, containing members: > device: non-existent 3908MB lvmlv fedora00-home (35) with non-existent ext4 filesystem mounted at /home > id: 49 >, ActionCreateFormat instance, containing members: > device: Already dumped (LVMLogicalVolumeDevice instance) > origFormat: non-existent None > id: 50 >] > _intf.storage.fsset.devicetree.iscsi: Already dumped (iscsi instance) > _intf.storage.fsset.devicetree._cleanup: False > _intf.storage.fsset.devicetree._devices: [OpticalDevice instance, containing members: > major: 11 > _partedDevice: parted.Device instance -- > model: QEMU QEMU DVD-ROM path: /dev/sr0 type: 1 > sectorSize: 2048 physicalSectorSize: 2048 > length: 475136 openCount: 0 readOnly: True > externalMode: False dirty: False bootDirty: False > host: 1 did: 0 busy: True > hardwareGeometry: (29, 255, 63) biosGeometry: (29, 255, 63) > PedDevice: <_ped.Device object at 0x42b4cb0> > exists: True > _size: 928.0 > id: 0 > controllable: True > uuid: None > _format: Iso9660FS instance, containing members: > _format.uuid: 2013-12-12-02-27-19-00 > _format.exists: True > _format._mountpoint: None > _format._majorminor: None > _format._mountType: iso9660 > _format.fsprofile: None > _format.label: Fedora-Live-KDE-x86_64-20-1 > _format._targetSize: 0.0 > _format._device: /dev/sr0 > _format._minInstanceSize: None > _format.mountopts: None > _format.mountpoint: None > _format._size: 0.0 > parents: [] > sysfsPath: /devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sr0 > minor: 0 > fstabComment: Skipped > bus: Skipped > deviceLinks: [/dev/cdrom, /dev/disk/by-id/ata-QEMU_DVD-ROM_QM00001, /dev/disk/by-label/Fedora-Live-KDE-x86_64-20-1, /dev/disk/by-uuid/2013-12-12-02-27-19-00] > _targetSize: 0 > _model: QEMU_DVD-ROM > kids: 0 > _vendor: None > _name: sr0 > protected: True > originalFormat: Iso9660FS instance, containing members: > originalFormat.uuid: 2013-12-12-02-27-19-00 > originalFormat.exists: True > originalFormat._mountpoint: None > originalFormat.mountpoint: None > originalFormat._majorminor: None > originalFormat.fsprofile: None > originalFormat.label: Fedora-Live-KDE-x86_64-20-1 > originalFormat._targetSize: 0.0 > originalFormat._minInstanceSize: None > originalFormat.mountopts: None > originalFormat._size: 0.0 > originalFormat._device: /dev/sr0 > _serial: None >, existing 8192MB disk vda (1) with existing msdos disklabel >, existing 8192MB disk vdb (2) with existing msdos disklabel >, Already dumped (DiskDevice instance) >, FileDevice instance, containing members: > major: 0 > _partedDevice: None > exists: True > _size: 0 > id: 4 > controllable: False > uuid: None > _format: existing None > parents: [] > sysfsPath: Skipped > minor: 0 > fstabComment: Skipped > bus: Skipped > deviceLinks: [] > _targetSize: 0 > _model: Skipped > kids: 1 > _vendor: Skipped > _name: /osmin.img (deleted) > protected: False > originalFormat: existing None > _serial: None >, LoopDevice instance, containing members: > major: 0 > _partedDevice: None > exists: True > _size: 0 > id: 5 > controllable: False > uuid: None > _format: existing squashfs > parents: [Already dumped (FileDevice instance) >] > sysfsPath: Skipped > minor: 0 > fstabComment: Skipped > bus: Skipped > deviceLinks: [] > _targetSize: 0 > _model: Skipped > kids: 0 > _vendor: Skipped > _name: loop0 > protected: False > originalFormat: existing squashfs > _serial: None >, FileDevice instance, containing members: > major: 0 > _partedDevice: None > exists: True > _size: 0 > id: 6 > controllable: False > uuid: None > _format: existing None > parents: [] > sysfsPath: Skipped > minor: 0 > fstabComment: Skipped > bus: Skipped > deviceLinks: [] > _targetSize: 0 > _model: Skipped > kids: 1 > _vendor: Skipped > _name: /osmin > protected: False > originalFormat: existing None > _serial: None >, LoopDevice instance, containing members: > major: 0 > _partedDevice: None > exists: True > _size: 0 > id: 7 > controllable: False > uuid: None > _format: existing DM_snapshot_cow > parents: [Already dumped (FileDevice instance) >] > sysfsPath: Skipped > minor: 0 > fstabComment: Skipped > bus: Skipped > deviceLinks: [] > _targetSize: 0 > _model: Skipped > kids: 0 > _vendor: Skipped > _name: loop1 > protected: False > originalFormat: existing DM_snapshot_cow > _serial: None >, FileDevice instance, containing members: > major: 0 > _partedDevice: None > exists: True > _size: 0 > id: 8 > controllable: False > uuid: None > _format: existing None > parents: [] > sysfsPath: Skipped > minor: 0 > fstabComment: Skipped > bus: Skipped > deviceLinks: [] > _targetSize: 0 > _model: Skipped > kids: 1 > _vendor: Skipped > _name: /run/initramfs/live/LiveOS/squashfs.img > protected: False > originalFormat: existing None > _serial: None >, LoopDevice instance, containing members: > major: 0 > _partedDevice: None > exists: True > _size: 0 > id: 9 > controllable: False > uuid: None > _format: existing squashfs > parents: [Already dumped (FileDevice instance) >] > sysfsPath: Skipped > minor: 0 > fstabComment: Skipped > bus: Skipped > deviceLinks: [] > _targetSize: 0 > _model: Skipped > kids: 0 > _vendor: Skipped > _name: loop2 > protected: False > originalFormat: existing squashfs > _serial: None >, FileDevice instance, containing members: > major: 0 > _partedDevice: None > exists: True > _size: 0 > id: 10 > controllable: False > uuid: None > _format: existing None > parents: [] > sysfsPath: Skipped > minor: 0 > fstabComment: Skipped > bus: Skipped > deviceLinks: [] > _targetSize: 0 > _model: Skipped > kids: 1 > _vendor: Skipped > _name: /LiveOS/ext3fs.img > protected: False > originalFormat: existing None > _serial: None >, LoopDevice instance, containing members: > major: 0 > _partedDevice: None > exists: True > _size: 0 > id: 11 > controllable: False > uuid: None > _format: Ext4FS instance, containing members: > _format.errors: False > _format.uuid: f55efb5e-3b29-4bae-8684-87cd5b0eae75 > _format.exists: True > _format._mountpoint: None > _format._majorminor: None > _format._mountType: ext4 > _format.fsprofile: None > _format.label: _Fedora-Live-KDE > _format._targetSize: 4096.0 > _format.dirty: False > _format._minInstanceSize: 0.0 > _format.mountopts: None > _format.mountpoint: None > _format._device: /dev/loop3 > _format._size: 4096.0 > parents: [Already dumped (FileDevice instance) >] > sysfsPath: Skipped > minor: 0 > fstabComment: Skipped > bus: Skipped > deviceLinks: [/dev/disk/by-label/_Fedora-Live-KDE, /dev/disk/by-uuid/f55efb5e-3b29-4bae-8684-87cd5b0eae75] > _targetSize: 0 > _model: Skipped > kids: 2 > _vendor: Skipped > _name: loop3 > protected: False > originalFormat: Ext4FS instance, containing members: > originalFormat.errors: False > originalFormat.uuid: f55efb5e-3b29-4bae-8684-87cd5b0eae75 > originalFormat.exists: True > originalFormat._mountpoint: None > originalFormat._size: 4096.0 > originalFormat._majorminor: None > originalFormat._mountType: ext4 > originalFormat.fsprofile: None > originalFormat.label: _Fedora-Live-KDE > originalFormat._targetSize: 4096.0 > originalFormat.dirty: False > originalFormat._minInstanceSize: 0.0 > originalFormat.mountopts: None > originalFormat.mountpoint: None > originalFormat._device: /dev/loop3 > _serial: None >, FileDevice instance, containing members: > major: 0 > _partedDevice: None > exists: True > _size: 0 > id: 12 > controllable: False > uuid: None > _format: existing None > parents: [] > sysfsPath: Skipped > minor: 0 > fstabComment: Skipped > bus: Skipped > deviceLinks: [] > _targetSize: 0 > _model: Skipped > kids: 1 > _vendor: Skipped > _name: /overlay (deleted) > protected: False > originalFormat: existing None > _serial: None >, LoopDevice instance, containing members: > major: 0 > _partedDevice: None > exists: True > _size: 0 > id: 13 > controllable: False > uuid: None > _format: existing DM_snapshot_cow > parents: [Already dumped (FileDevice instance) >] > sysfsPath: Skipped > minor: 0 > fstabComment: Skipped > bus: Skipped > deviceLinks: [] > _targetSize: 0 > _model: Skipped > kids: 1 > _vendor: Skipped > _name: loop4 > protected: False > originalFormat: existing DM_snapshot_cow > _serial: None >, existing 4096MB dm live-rw (14) with existing ext4 filesystem >, existing 4096MB dm live-base (15) with existing ext4 filesystem >, existing 4096MB dm live-osimg-min (16) with existing ext4 filesystem >, existing 500MB partition vda1 (20) with existing ext4 filesystem mounted at /boot >, Already dumped (LVMVolumeGroupDevice instance) >, Already dumped (LVMLogicalVolumeDevice instance) >, Already dumped (LVMLogicalVolumeDevice instance) >, existing 2776MB partition vda2 (24) with non-existent mdmember >, existing 2776MB partition vdb1 (25) with non-existent mdmember >, Already dumped (MDRaidArrayDevice instance) >, Already dumped (PartitionDevice instance) >, Already dumped (MDRaidArrayDevice instance) >, Already dumped (LVMVolumeGroupDevice instance) >, Already dumped (LVMLogicalVolumeDevice instance) >, Already dumped (LVMLogicalVolumeDevice instance) >, Already dumped (PartitionDevice instance) >] > _intf.storage.fsset.devicetree.ignoredDisks: [] > _intf.storage.fsset.devicetree._completed_actions: [ActionDestroyFormat instance, containing members: > device: Already dumped (DiskDevice instance) > origFormat: non-existent None > id: 1 >, ActionDestroyFormat instance, containing members: > device: Already dumped (DiskDevice instance) > origFormat: non-existent None > id: 4 >, ActionDestroyFormat instance, containing members: > device: Already dumped (DiskDevice instance) > origFormat: non-existent None > id: 7 >, ActionCreateFormat instance, containing members: > device: Already dumped (DiskDevice instance) > origFormat: existing None > id: 2 >, ActionCreateDevice instance, containing members: > device: Already dumped (PartitionDevice instance) > id: 15 >, ActionCreateFormat instance, containing members: > device: Already dumped (PartitionDevice instance) > origFormat: non-existent None > id: 16 >, ActionCreateDevice instance, containing members: > device: Already dumped (PartitionDevice instance) > id: 25 >, ActionCreateFormat instance, containing members: > device: Already dumped (PartitionDevice instance) > origFormat: non-existent None > id: 26 >, ActionCreateFormat instance, containing members: > device: Already dumped (DiskDevice instance) > origFormat: existing None > id: 5 >, ActionCreateDevice instance, containing members: > device: Already dumped (PartitionDevice instance) > id: 27 >, ActionCreateFormat instance, containing members: > device: Already dumped (PartitionDevice instance) > origFormat: non-existent None > id: 28 >, ActionCreateDevice instance, containing members: > device: Already dumped (MDRaidArrayDevice instance) > id: 29 >] > _intf.storage.fsset.devicetree.names: [sr0, vda, vdb, vdc, loop0, /osmin.img (deleted), loop1, /osmin, loop2, /run/initramfs/live/LiveOS/squashfs.img, loop3, /LiveOS/ext3fs.img, loop4, /overlay (deleted), live-rw, live-base, live-osimg-min, fedora, fedora-root, fedora-swap, pv00, pv01, fedora00, fedora00-var, fedora00-home] > _intf.storage.fsset.devicetree.liveBackingDevice: sr0 > _intf.storage.fsset.devicetree.protectedDevNames: [sr0, sr0] > _intf.storage.fsset.devicetree.unusedRaidMembers: [] > _intf.storage.fsset.devicetree.diskImages: {} > _intf.storage.fsset.devicetree._hidden: [] > _intf.storage.fsset.devicetree.protectedDevSpecs: [/dev/sr0] > _intf.storage.fsset.preserveLines: [] > _intf.storage.fsset._run: None > _intf.storage.fsset._devshm: None > _intf.storage.fsset._dev: None > _intf.storage.fsset.blkidTab: None > _intf.storage.fsset._proc: None > _intf.storage.fsset.active: False > _intf.storage.fsset.cryptTab: None > _intf.storage.fsset._devpts: None > _intf.storage.fsset._sysfs: None > _intf.storage.fsset._selinux: None > _intf.storage.config: StorageDiscoveryConfig instance, containing members: > _intf.storage.config.clearPartType: 2 > _intf.storage.config.clearNonExistent: False > _intf.storage.config.ignoredDisks: [] > _intf.storage.config.protectedDevSpecs: [/dev/sr0] > _intf.storage.config.ignoreDiskInteractive: False > _intf.storage.config.exclusiveDisks: [vda, vdb, vdc] > _intf.storage.config.clearPartDevices: [] > _intf.storage.config.zeroMbr: False > _intf.storage.config.diskImages: {} > _intf.storage.config.clearPartDisks: [vda, vdb, vdc] > _intf.storage.config.mpathFriendlyNames: True > _intf.storage.config.initializeDisks: True > _intf.storage.size_sets: [] > _intf.storage.autoPartType: 2 > _intf.storage._bootloader: GRUB2 instance, containing members: > _intf.storage._bootloader._disk_order: [] > _intf.storage._bootloader.console_options: Skipped > _intf.storage._bootloader.console: Skipped > _intf.storage._bootloader.skip_bootloader: False > _intf.storage._bootloader.warnings: [] > _intf.storage._bootloader.chain_images: [] > _intf.storage._bootloader.stage2_is_preferred_stage1: False > _intf.storage._bootloader.disks: [existing 8192MB disk vda (1) with non-existent msdos disklabel >, existing 8192MB disk vdb (2) with non-existent msdos disklabel >, existing 8192MB disk vdc (3) with non-existent msdos disklabel >] > _intf.storage._bootloader.problems: [] > _intf.storage._bootloader._update_only: False > _intf.storage._bootloader._default_image: None > _intf.storage._bootloader.stage2_device: Already dumped (PartitionDevice instance) > _intf.storage._bootloader.encrypted_password: Skipped > _intf.storage._bootloader.errors: [] > _intf.storage._bootloader.stage1_device: Already dumped (DiskDevice instance) > _intf.storage._bootloader._timeout: None > _intf.storage._bootloader.stage1_disk: Already dumped (DiskDevice instance) > _intf.storage._bootloader.password: None > _intf.storage._bootloader.dracut_args: > _intf.storage._bootloader.boot_args: $([ -x /usr/sbin/rhcrashkernel-param ] && /usr/sbin/rhcrashkernel-param || :) > _intf.storage._bootloader.linux_images: [] > _intf.storage.devicetree: Already dumped (DeviceTree instance) > _intf.storage._dumpFile: /tmp/storage.state > _intf.storage.ksdata: Already dumped (AnacondaKSHandler instance) > _intf.storage.services: set([]) > _intf.storage.encryptionPassphrase: Skipped > _intf.storage.encryptionCipher: None > _intf.storage.doAutoPart: False > _intf.storage.encryptionRetrofit: False > _intf.storage._nextID: 0 > _intf.storage.fcoe: fcoe instance, containing members: > _intf.storage.fcoe.started: True > _intf.storage.fcoe.nics: [] > _intf.storage.fcoe.lldpadStarted: False > _intf.storage.autoPartitionRequests: [PartSpec instance (0x4152510) -- > mountpoint = / lv = True singlePV = False thin = True btrfs = True > weight = 0 fstype = ext4 encrypted = True > size = 1024 maxSize = 51200 grow = True > >, PartSpec instance (0x41524d0) -- > mountpoint = /home lv = True singlePV = False thin = True btrfs = True > weight = 0 fstype = ext4 encrypted = True > size = 500 maxSize = None grow = True > >, PartSpec instance (0x4152590) -- > mountpoint = /boot lv = False singlePV = False thin = False btrfs = False > weight = 2000 fstype = ext4 encrypted = False > size = 500 maxSize = None grow = False > >, PartSpec instance (0x41525d0) -- > mountpoint = None lv = False singlePV = False thin = False btrfs = False > weight = 5000 fstype = biosboot encrypted = False > size = 1 maxSize = None grow = False > >, PartSpec instance (0x4152610) -- > mountpoint = None lv = True singlePV = False thin = False btrfs = False > weight = 0 fstype = swap encrypted = True > size = 2064 maxSize = None grow = False > >] > _intf.storage.autoPartAddBackupPassphrase: False > _intf.storage.encryptedAutoPart: False > _intf._isFinal: True > _intf._distributionText: <function distributionText at 0x7f554bba3b18> > _intf._ui: None > _intf._actions: Skipped > _intf.payload: LiveImagePayload instance, containing members: > _intf.payload.storage: Already dumped (Blivet instance) > _intf.payload.pct: 0 > _intf.payload.txID: None > _intf.payload._createdInitrds: False > _intf.payload._adj_size: 0 > _intf.payload.data: Already dumped (AnacondaKSHandler instance) > _intf.payload.pct_lock: None > _intf.payload._kernelVersionList: [] > _intf._currentAction: ProgressHub instance, containing members: > _intf._currentAction._environs: [anaconda] > _intf._currentAction._check_list: [] > _intf._currentAction._progressNotebook: Notebook instance, containing members: > _intf._currentAction.payload: Already dumped (LiveImagePayload instance) > _intf._currentAction.paths: {'spokes': [('pyanaconda.ui.gui.spokes.%s', '/tmp/updates/pyanaconda/ui/gui/spokes'), ('pyanaconda.ui.gui.spokes.%s', '/usr/lib/python2.7/site-packages/pyanaconda/ui/gui/spokes'), ('pyanaconda.ui.gui.spokes.%s', '/usr/lib/site-python/pyanaconda/ui/gui/spokes'), ('pyanaconda.ui.gui.spokes.%s', '/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes')], 'categories': [('pyanaconda.ui.gui.categories.%s', '/tmp/updates/pyanaconda/ui/gui/categories'), ('pyanaconda.ui.gui.categories.%s', '/usr/lib/python2.7/site-packages/pyanaconda/ui/gui/categories'), ('pyanaconda.ui.gui.categories.%s', '/usr/lib/site-python/pyanaconda/ui/gui/categories'), ('pyanaconda.ui.gui.categories.%s', '/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/categories')]} > _intf._currentAction._checker: None > _intf._currentAction.applyOnSkip: False > _intf._currentAction.storage: Already dumped (Blivet instance) > _intf._currentAction.skipTo: None > _intf._currentAction._rnotes_id: 13432 > _intf._currentAction._notReadySpokes: [] > _intf._currentAction._inSpoke: False > _intf._currentAction._incompleteSpokes: [PasswordSpoke instance, containing members: > _kickstarted: False > _visitedSinceApplied: True > _pwStrengthCheck: GUICheck instance, containing members: > _pwStrengthCheck._handler_id: 17646 > _pwStrengthCheck._check_data: None > _pwStrengthCheck._run_check: <bound method PasswordSpoke._checkPasswordStrength of <pyanaconda.ui.gui.spokes.password.PasswordSpoke object at 0x43a4350>> > _pwStrengthCheck._parent: Already dumped (PasswordSpoke instance) > _pwStrengthCheck._set_error: <bound method PasswordSpoke.set_check_error of <pyanaconda.ui.gui.spokes.password.PasswordSpoke object at 0x43a4350>> > _pwStrengthCheck._editable: Entry instance, containing members: > _pwStrengthCheck._check_status: None > _pwq_valid: True > _pwq_error: None > _check_list: [GUICheck instance, containing members: > _handler_id: 17643 > _check_data: None > _run_check: <bound method PasswordSpoke._checkPasswordEmpty of <pyanaconda.ui.gui.spokes.password.PasswordSpoke object at 0x43a4350>> > _parent: Already dumped (PasswordSpoke instance) > _set_error: <bound method PasswordSpoke.set_check_error of <pyanaconda.ui.gui.spokes.password.PasswordSpoke object at 0x43a4350>> > _editable: Already dumped (Entry instance) > _check_status: None >, GUICheck instance, containing members: > _handler_id: 17644 > _check_data: None > _run_check: <bound method PasswordSpoke._checkPasswordConfirm of <pyanaconda.ui.gui.spokes.password.PasswordSpoke object at 0x43a4350>> > _parent: Already dumped (PasswordSpoke instance) > _set_error: <bound method PasswordSpoke.set_check_error of <pyanaconda.ui.gui.spokes.password.PasswordSpoke object at 0x43a4350>> > _editable: Entry instance, containing members: > _check_status: None >, GUICheck instance, containing members: > _handler_id: 17645 > _check_data: None > _run_check: <bound method PasswordSpoke._checkPasswordConfirm of <pyanaconda.ui.gui.spokes.password.PasswordSpoke object at 0x43a4350>> > _parent: Already dumped (PasswordSpoke instance) > _set_error: <bound method PasswordSpoke.set_check_error of <pyanaconda.ui.gui.spokes.password.PasswordSpoke object at 0x43a4350>> > _editable: Already dumped (Entry instance) > _check_status: None >, Already dumped (GUICheck instance) >, GUICheck instance, containing members: > _handler_id: 17647 > _check_data: None > _run_check: <bound method PasswordSpoke._checkPasswordEmpty of <pyanaconda.ui.gui.spokes.password.PasswordSpoke object at 0x43a4350>> > _parent: Already dumped (PasswordSpoke instance) > _set_error: <bound method PasswordSpoke.set_check_error of <pyanaconda.ui.gui.spokes.password.PasswordSpoke object at 0x43a4350>> > _editable: Already dumped (Entry instance) > _check_status: None >] > _data: Already dumped (AnacondaKSHandler instance) > applyOnSkip: False > confirm: Already dumped (Entry instance) > storage: Already dumped (Blivet instance) > payload: Already dumped (LiveImagePayload instance) > skipTo: None > _confirm_check: Already dumped (GUICheck instance) > instclass: Already dumped (DefaultInstall instance) > _waivePasswordClicks: 0 > selector: SpokeSelector instance, containing members: > pw_label: Label instance, containing members: > _password_check: Already dumped (GUICheck instance) > pw: Already dumped (Entry instance) > builder: Builder instance, containing members: > pw_bar: LevelBar instance, containing members: > _window: SpokeWindow instance, containing members: >, UserSpoke instance, containing members: > _visitedSinceApplied: True > _password_check: GUICheck instance, containing members: > _password_check._handler_id: 17855 > _password_check._check_data: None > _password_check._run_check: <bound method UserSpoke._checkPasswordConfirm of <pyanaconda.ui.gui.spokes.user.UserSpoke object at 0x446ec90>> > _password_check._parent: Already dumped (UserSpoke instance) > _password_check._set_error: <bound method UserSpoke.set_check_error of <pyanaconda.ui.gui.spokes.user.UserSpoke object at 0x446ec90>> > _password_check._editable: Entry instance, containing members: > _password_check._check_status: None > guesser: {<Entry object at 0x54ed5f0 (GtkEntry at 0x5b28da0)>: True} > _pwStrengthCheck: GUICheck instance, containing members: > _pwStrengthCheck._handler_id: 17856 > _pwStrengthCheck._check_data: None > _pwStrengthCheck._run_check: <bound method UserSpoke._checkPasswordStrength of <pyanaconda.ui.gui.spokes.user.UserSpoke object at 0x446ec90>> > _pwStrengthCheck._parent: Already dumped (UserSpoke instance) > _pwStrengthCheck._set_error: <bound method UserSpoke.set_check_error of <pyanaconda.ui.gui.spokes.user.UserSpoke object at 0x446ec90>> > _pwStrengthCheck._editable: Already dumped (Entry instance) > _pwStrengthCheck._check_status: None > _pwq_valid: True > _pwq_error: None > _oldweak: None > _check_list: [GUICheck instance, containing members: > _handler_id: 17853 > _check_data: None > _run_check: <bound method UserSpoke._checkPasswordEmpty of <pyanaconda.ui.gui.spokes.user.UserSpoke object at 0x446ec90>> > _parent: Already dumped (UserSpoke instance) > _set_error: <bound method UserSpoke.set_check_error of <pyanaconda.ui.gui.spokes.user.UserSpoke object at 0x446ec90>> > _editable: Already dumped (Entry instance) > _check_status: None >, GUICheck instance, containing members: > _handler_id: 17854 > _check_data: None > _run_check: <bound method UserSpoke._checkPasswordConfirm of <pyanaconda.ui.gui.spokes.user.UserSpoke object at 0x446ec90>> > _parent: Already dumped (UserSpoke instance) > _set_error: <bound method UserSpoke.set_check_error of <pyanaconda.ui.gui.spokes.user.UserSpoke object at 0x446ec90>> > _editable: Entry instance, containing members: > _check_status: None >, Already dumped (GUICheck instance) >, Already dumped (GUICheck instance) >, GUICheck instance, containing members: > _handler_id: 17857 > _check_data: None > _run_check: <bound method UserSpoke._checkPasswordEmpty of <pyanaconda.ui.gui.spokes.user.UserSpoke object at 0x446ec90>> > _parent: Already dumped (UserSpoke instance) > _set_error: <bound method UserSpoke.set_check_error of <pyanaconda.ui.gui.spokes.user.UserSpoke object at 0x446ec90>> > _editable: Already dumped (Entry instance) > _check_status: None >, GUICheck instance, containing members: > _handler_id: 17858 > _check_data: {'regex': <_sre.SRE_Pattern object at 0x218c5e0>, 'message': ÐепÑавилÑное Ð¸Ð¼Ñ Ð¿Ð¾Ð»ÑзоваÑелÑ} > _run_check: <function _checkUsername at 0x43501b8> > _parent: Already dumped (UserSpoke instance) > _set_error: <bound method UserSpoke.set_check_error of <pyanaconda.ui.gui.spokes.user.UserSpoke object at 0x446ec90>> > _editable: Entry instance, containing members: > _check_status: None >, GUICheck instance, containing members: > _handler_id: 17859 > _check_data: {'regex': <_sre.SRE_Pattern object at 0x2143828>, 'message': Рполном имени не Ð¼Ð¾Ð¶ÐµÑ Ð±ÑÑÑ Ð´Ð²Ð¾ÐµÑоÑий} > _run_check: <function check_re at 0x407a2a8> > _parent: Already dumped (UserSpoke instance) > _set_error: <bound method UserSpoke.set_check_error of <pyanaconda.ui.gui.spokes.user.UserSpoke object at 0x446ec90>> > _editable: Entry instance, containing members: > _check_status: None >] > _wheel: group --name=wheel > > payload: Already dumped (LiveImagePayload instance) > applyOnSkip: False > confirm: Already dumped (Entry instance) > storage: Already dumped (Blivet instance) > skipTo: None > _advanced: AdvancedUserDialog instance, containing members: > _advanced._window: Dialog instance, containing members: > _advanced._cGid: CheckButton instance, containing members: > _advanced.applyOnSkip: False > _advanced._groupDict: {'wheel': Already dumped (F12_GroupData instance) >} > _advanced._groupsError: Label instance, containing members: > _advanced.builder: Builder instance, containing members: > _advanced._saveButton: Button instance, containing members: > _advanced._cUid: CheckButton instance, containing members: > _advanced._tHome: Entry instance, containing members: > _advanced._spinGid: SpinButton instance, containing members: > _advanced.skipTo: None > _advanced._cHome: CheckButton instance, containing members: > _advanced._uid: Adjustment instance, containing members: > _advanced._check_list: [GUICheck instance, containing members: > _handler_id: 17994 > _check_data: {'error_label': Already dumped (Label instance) >, 'message': None} > _run_check: <function _validateGroups at 0x4350230> > _parent: Already dumped (AdvancedUserDialog instance) > _set_error: <bound method AdvancedUserDialog.set_check_error of <pyanaconda.ui.gui.spokes.user.AdvancedUserDialog object at 0x447e950>> > _editable: Entry instance, containing members: > _check_status: None >] > _advanced._gid: Adjustment instance, containing members: > _advanced._tGroups: Already dumped (Entry instance) > _advanced._data: Already dumped (AnacondaKSHandler instance) > _advanced._user: F19_UserData instance, containing members: > _advanced._user.shell: Skipped > _advanced._user.name: Skipped > _advanced._user.isCrypted: False > _advanced._user.lock: False > _advanced._user.password_kickstarted: False > _advanced._user.gid: None > _advanced._user.gecos: Skipped > _advanced._user.lineno: 0 > _advanced._user.groups: [] > _advanced._user.uid: None > _advanced._user.password: Skipped > _advanced._user.homedir: Skipped > _advanced._lHome: Label instance, containing members: > _advanced._spinUid: SpinButton instance, containing members: > b_advanced: Button instance, containing members: > _confirm_check: Already dumped (GUICheck instance) > username: Already dumped (Entry instance) > instclass: Already dumped (DefaultInstall instance) > _waivePasswordClicks: 0 > selector: SpokeSelector instance, containing members: > pw_label: Label instance, containing members: > _data: Already dumped (AnacondaKSHandler instance) > pw: Already dumped (Entry instance) > _groupDict: {'wheel': Already dumped (F12_GroupData instance) >} > admin: CheckButton instance, containing members: > builder: Builder instance, containing members: > pw_bar: LevelBar instance, containing members: > usepassword: CheckButton instance, containing members: > _window: SpokeWindow instance, containing members: > fullname: Already dumped (Entry instance) > _user: Already dumped (F19_UserData instance) >] > _intf._currentAction.instclass: Already dumped (DefaultInstall instance) > _intf._currentAction._currentStep: 6 > _intf._currentAction._progressLabel: Label instance, containing members: > _intf._currentAction._rnotesPages: <itertools.cycle object at 0x5732128> > _intf._currentAction._data: Already dumped (AnacondaKSHandler instance) > _intf._currentAction._progressBar: ProgressBar instance, containing members: > _intf._currentAction._spokes: {'PasswordSpoke': Already dumped (PasswordSpoke instance) >, 'UserSpoke': Already dumped (UserSpoke instance) >} > _intf._currentAction._totalSteps: 20 > _intf._currentAction.builder: Builder instance, containing members: > _intf._currentAction._window: HubWindow instance, containing members: > _intf._currentAction._autoContinue: False > _intf._currentAction._configurationDone: False >updateSrc: None >rootParts: None >id: None >rescue: False >mediaDevice: None >methodstr: livecd:///dev/mapper/live-base >proxyPassword: None >desktop: Desktop instance, containing members: > desktop._runlevel: 3 > desktop.desktop: None >canReIPL: False >xdriver: None >stage2: None >rescue_mount: True >_bootloader: GRUB2 instance, containing members: > _bootloader._disk_order: [] > _bootloader.console_options: Skipped > _bootloader.console: Skipped > _bootloader.skip_bootloader: False > _bootloader.warnings: [] > _bootloader.chain_images: [] > _bootloader.stage2_is_preferred_stage1: False > _bootloader.disks: [] > _bootloader.problems: [] > _bootloader._update_only: False > _bootloader._default_image: None > _bootloader.stage2_device: None > _bootloader.encrypted_password: Skipped > _bootloader.errors: [] > _bootloader.stage1_device: None > _bootloader._timeout: None > _bootloader.stage1_disk: None > _bootloader.password: None > _bootloader.dracut_args: > _bootloader.boot_args: $([ -x /usr/sbin/rhcrashkernel-param ] && /usr/sbin/rhcrashkernel-param || :) > _bootloader.linux_images: [] >_payload: Already dumped (LiveImagePayload instance) >displayMode: g >ksdata: Already dumped (AnacondaKSHandler instance) >proxyUsername: None >extraModules: [] >mehConfig: Config instance, containing members: > mehConfig.programArch: x86_64 > mehConfig.callbackDict: {'lsblk_output': (<function lsblk_callback at 0x419ab18>, True), 'type': (<function <lambda> at 0x419acf8>, True), 'nmcli_dev_list': (<function nmcli_dev_list_callback at 0x419ab90>, True), 'journalctl': (<function journalctl_callback at 0x419ac08>, False)} > mehConfig.attrSkipList: [_intf._actions, _intf._currentAction._xklwrapper, _intf._currentAction._spokes["KeyboardSpoke"]._xkl_wrapper, _intf._currentAction.language.translations, _intf._currentAction.language.locales, _intf._currentAction._spokes["PasswordSpoke"]._oldweak, _intf._currentAction._spokes["PasswordSpoke"]._password, _intf._currentAction._spokes["UserSpoke"]._password, _intf._currentAction._spokes["UserSpoke"]._oldweak, _intf.storage.bootloader.password, _intf.storage.data, _intf.storage.encryptionPassphrase, _bootloader.encrypted_password, _bootloader.password, payload._groups, payload._yum] > mehConfig.programVersion: 20.25.15-1 > mehConfig.localSkipList: [passphrase, password, _oldweak, _password] > mehConfig.programName: anaconda > mehConfig.fileList: [/tmp/anaconda.log, /tmp/packaging.log, /tmp/program.log, /tmp/storage.log, /tmp/ifcfg.log, /tmp/yum.log, /mnt/sysimage/root/install.log, /proc/cmdline] >isHeadless: False >reIPLMessage: None >_storage: Already dumped (Blivet instance) >dir: None >opts: {'noipv6': False, 'noipv4': False, 'updateSrc': None, 'selinux': True, 'module': [], 'syslog': None, 'leavebootorder': False, 'images': [], 'dmraid': True, 'armPlatform': None, 'dnf': False, 'memcheck': True, 'iscsi': False, 'ksfile': None, 'dirinstall': False, 'kbdtype': None, 'runres': None, 'xdriver': None, 'display_mode': 'g', 'stage2': None, 'method': 'livecd:///dev/mapper/live-base', 'vncpassword': '', 'vnc': False, 'rescue': False, 'noverifyssl': False, 'autostep': False, 'geoloc': None, 'proxy': None, 'dlabel': False, 'vncconnect': None, 'lang': None, 'askmethod': False, 'liveinst': True, 'loglevel': None, 'isHeadless': False, 'eject': True, 'rescue_nomount': False, 'keymap': None, 'mpath': True, 'ibft': True, 'debug': False, 'extlinux': False, 'multiLib': False, 'nofb': None, 'targetArch': None} >proxy: None > >Registered callbacks: >journalctl: >-- Logs begin at Thu 2013-12-12 09:01:10 EST, end at Thu 2013-12-12 09:06:43 EST. -- >Dec 12 09:01:10 localhost systemd-journal[51]: Runtime journal is using 8.0M (max 100.1M, leaving 150.2M of free 993.7M, current limit 100.1M). >Dec 12 09:01:10 localhost systemd-journal[51]: Runtime journal is using 8.0M (max 100.1M, leaving 150.2M of free 993.7M, current limit 100.1M). >Dec 12 09:01:10 localhost kernel: Initializing cgroup subsys cpuset >Dec 12 09:01:10 localhost kernel: Initializing cgroup subsys cpu >Dec 12 09:01:10 localhost kernel: Initializing cgroup subsys cpuacct >Dec 12 09:01:10 localhost kernel: Linux version 3.11.10-301.fc20.x86_64 (mockbuild@bkernel01.phx2.fedoraproject.org) (gcc version 4.8.2 20131017 (Red Hat 4.8.2-1) (GCC) ) #1 SMP Thu Dec 5 14:01:17 UTC 2013 >Dec 12 09:01:10 localhost kernel: Command line: initrd=initrd0.img root=live:CDLABEL=Fedora-Live-KDE-x86_64-20-1 rootfstype=auto ro rd.live.image quiet rhgb rd.luks=0 rd.md=0 rd.dm=0 BOOT_IMAGE=vmlinuz0 >Dec 12 09:01:10 localhost kernel: e820: BIOS-provided physical RAM map: >Dec 12 09:01:10 localhost kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable >Dec 12 09:01:10 localhost kernel: BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved >Dec 12 09:01:10 localhost kernel: BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved >Dec 12 09:01:10 localhost kernel: BIOS-e820: [mem 0x0000000000100000-0x000000007fffdfff] usable >Dec 12 09:01:10 localhost kernel: BIOS-e820: [mem 0x000000007fffe000-0x000000007fffffff] reserved >Dec 12 09:01:10 localhost kernel: BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved >Dec 12 09:01:10 localhost kernel: BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved >Dec 12 09:01:10 localhost kernel: NX (Execute Disable) protection: active >Dec 12 09:01:10 localhost kernel: SMBIOS 2.4 present. >Dec 12 09:01:10 localhost kernel: DMI: Bochs Bochs, BIOS Bochs 01/01/2011 >Dec 12 09:01:10 localhost kernel: Hypervisor detected: KVM >Dec 12 09:01:10 localhost kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved >Dec 12 09:01:10 localhost kernel: e820: remove [mem 0x000a0000-0x000fffff] usable >Dec 12 09:01:10 localhost kernel: No AGP bridge found >Dec 12 09:01:10 localhost kernel: e820: last_pfn = 0x7fffe max_arch_pfn = 0x400000000 >Dec 12 09:01:10 localhost kernel: MTRR default type: write-back >Dec 12 09:01:10 localhost kernel: MTRR fixed ranges enabled: >Dec 12 09:01:10 localhost kernel: 00000-9FFFF write-back >Dec 12 09:01:10 localhost kernel: A0000-BFFFF uncachable >Dec 12 09:01:10 localhost kernel: C0000-FFFFF write-protect >Dec 12 09:01:10 localhost kernel: MTRR variable ranges enabled: >Dec 12 09:01:10 localhost kernel: 0 base 0080000000 mask FF80000000 uncachable >Dec 12 09:01:10 localhost kernel: 1 disabled >Dec 12 09:01:10 localhost kernel: 2 disabled >Dec 12 09:01:10 localhost kernel: 3 disabled >Dec 12 09:01:10 localhost kernel: 4 disabled >Dec 12 09:01:10 localhost kernel: 5 disabled >Dec 12 09:01:10 localhost kernel: 6 disabled >Dec 12 09:01:10 localhost kernel: 7 disabled >Dec 12 09:01:10 localhost kernel: PAT not supported by CPU. >Dec 12 09:01:10 localhost kernel: found SMP MP-table at [mem 0x000f17a0-0x000f17af] mapped at [ffff8800000f17a0] >Dec 12 09:01:10 localhost kernel: Base memory trampoline at [ffff880000099000] 99000 size 24576 >Dec 12 09:01:10 localhost kernel: init_memory_mapping: [mem 0x00000000-0x000fffff] >Dec 12 09:01:10 localhost kernel: [mem 0x00000000-0x000fffff] page 4k >Dec 12 09:01:10 localhost kernel: BRK [0x01fe7000, 0x01fe7fff] PGTABLE >Dec 12 09:01:10 localhost kernel: BRK [0x01fe8000, 0x01fe8fff] PGTABLE >Dec 12 09:01:10 localhost kernel: BRK [0x01fe9000, 0x01fe9fff] PGTABLE >Dec 12 09:01:10 localhost kernel: init_memory_mapping: [mem 0x7de00000-0x7dffffff] >Dec 12 09:01:10 localhost kernel: [mem 0x7de00000-0x7dffffff] page 2M >Dec 12 09:01:10 localhost kernel: BRK [0x01fea000, 0x01feafff] PGTABLE >Dec 12 09:01:10 localhost kernel: init_memory_mapping: [mem 0x7c000000-0x7ddfffff] >Dec 12 09:01:10 localhost kernel: [mem 0x7c000000-0x7ddfffff] page 2M >Dec 12 09:01:10 localhost kernel: init_memory_mapping: [mem 0x00100000-0x7bffffff] >Dec 12 09:01:10 localhost kernel: [mem 0x00100000-0x001fffff] page 4k >Dec 12 09:01:10 localhost kernel: [mem 0x00200000-0x7bffffff] page 2M >Dec 12 09:01:10 localhost kernel: init_memory_mapping: [mem 0x7e000000-0x7fffdfff] >Dec 12 09:01:10 localhost kernel: [mem 0x7e000000-0x7fdfffff] page 2M >Dec 12 09:01:10 localhost kernel: [mem 0x7fe00000-0x7fffdfff] page 4k >Dec 12 09:01:10 localhost kernel: BRK [0x01feb000, 0x01febfff] PGTABLE >Dec 12 09:01:10 localhost kernel: RAMDISK: [mem 0x7e08b000-0x7ffdcfff] >Dec 12 09:01:10 localhost kernel: ACPI: RSDP 00000000000f1640 00014 (v00 BOCHS ) >Dec 12 09:01:10 localhost kernel: ACPI: RSDT 000000007fffe4a0 00030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) >Dec 12 09:01:10 localhost kernel: ACPI: FACP 000000007fffff80 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) >Dec 12 09:01:10 localhost kernel: ACPI: DSDT 000000007fffe4d0 01137 (v01 BXPC BXDSDT 00000001 INTL 20120913) >Dec 12 09:01:10 localhost kernel: ACPI: FACS 000000007fffff40 00040 >Dec 12 09:01:10 localhost kernel: ACPI: SSDT 000000007ffff700 00838 (v01 BOCHS BXPCSSDT 00000001 BXPC 00000001) >Dec 12 09:01:10 localhost kernel: ACPI: APIC 000000007ffff610 00078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) >Dec 12 09:01:10 localhost kernel: ACPI: Local APIC address 0xfee00000 >Dec 12 09:01:10 localhost kernel: No NUMA configuration found >Dec 12 09:01:10 localhost kernel: Faking a node at [mem 0x0000000000000000-0x000000007fffdfff] >Dec 12 09:01:10 localhost kernel: Initmem setup node 0 [mem 0x00000000-0x7fffdfff] >Dec 12 09:01:10 localhost kernel: NODE_DATA [mem 0x7ffea000-0x7fffdfff] >Dec 12 09:01:10 localhost kernel: kvm-clock: Using msrs 4b564d01 and 4b564d00 >Dec 12 09:01:10 localhost kernel: kvm-clock: cpu 0, msr 0:7ffe8001, boot clock >Dec 12 09:01:10 localhost kernel: [ffffea0000000000-ffffea0001ffffff] PMD -> [ffff88007b800000-ffff88007d7fffff] on node 0 >Dec 12 09:01:10 localhost kernel: Zone ranges: >Dec 12 09:01:10 localhost kernel: DMA [mem 0x00001000-0x00ffffff] >Dec 12 09:01:10 localhost kernel: DMA32 [mem 0x01000000-0xffffffff] >Dec 12 09:01:10 localhost kernel: Normal empty >Dec 12 09:01:10 localhost kernel: Movable zone start for each node >Dec 12 09:01:10 localhost kernel: Early memory node ranges >Dec 12 09:01:10 localhost kernel: node 0: [mem 0x00001000-0x0009efff] >Dec 12 09:01:10 localhost kernel: node 0: [mem 0x00100000-0x7fffdfff] >Dec 12 09:01:10 localhost kernel: On node 0 totalpages: 524188 >Dec 12 09:01:10 localhost kernel: DMA zone: 64 pages used for memmap >Dec 12 09:01:10 localhost kernel: DMA zone: 21 pages reserved >Dec 12 09:01:10 localhost kernel: DMA zone: 3998 pages, LIFO batch:0 >Dec 12 09:01:10 localhost kernel: DMA32 zone: 8128 pages used for memmap >Dec 12 09:01:10 localhost kernel: DMA32 zone: 520190 pages, LIFO batch:31 >Dec 12 09:01:10 localhost kernel: ACPI: PM-Timer IO Port: 0xb008 >Dec 12 09:01:10 localhost kernel: ACPI: Local APIC address 0xfee00000 >Dec 12 09:01:10 localhost kernel: ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) >Dec 12 09:01:10 localhost kernel: ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) >Dec 12 09:01:10 localhost kernel: ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) >Dec 12 09:01:10 localhost kernel: IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 >Dec 12 09:01:10 localhost kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) >Dec 12 09:01:10 localhost kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) >Dec 12 09:01:10 localhost kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) >Dec 12 09:01:10 localhost kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) >Dec 12 09:01:10 localhost kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) >Dec 12 09:01:10 localhost kernel: ACPI: IRQ0 used by override. >Dec 12 09:01:10 localhost kernel: ACPI: IRQ2 used by override. >Dec 12 09:01:10 localhost kernel: ACPI: IRQ5 used by override. >Dec 12 09:01:10 localhost kernel: ACPI: IRQ9 used by override. >Dec 12 09:01:10 localhost kernel: ACPI: IRQ10 used by override. >Dec 12 09:01:10 localhost kernel: ACPI: IRQ11 used by override. >Dec 12 09:01:10 localhost kernel: Using ACPI (MADT) for SMP configuration information >Dec 12 09:01:10 localhost kernel: smpboot: Allowing 1 CPUs, 0 hotplug CPUs >Dec 12 09:01:10 localhost kernel: nr_irqs_gsi: 40 >Dec 12 09:01:10 localhost kernel: PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] >Dec 12 09:01:10 localhost kernel: PM: Registered nosave memory: [mem 0x000a0000-0x000effff] >Dec 12 09:01:10 localhost kernel: PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] >Dec 12 09:01:10 localhost kernel: e820: [mem 0x80000000-0xfeffbfff] available for PCI devices >Dec 12 09:01:10 localhost kernel: Booting paravirtualized kernel on KVM >Dec 12 09:01:10 localhost kernel: setup_percpu: NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:1 nr_node_ids:1 >Dec 12 09:01:10 localhost kernel: PERCPU: Embedded 28 pages/cpu @ffff88007de00000 s85568 r8192 d20928 u2097152 >Dec 12 09:01:10 localhost kernel: pcpu-alloc: s85568 r8192 d20928 u2097152 alloc=1*2097152 >Dec 12 09:01:10 localhost kernel: pcpu-alloc: [0] 0 >Dec 12 09:01:10 localhost kernel: kvm-clock: cpu 0, msr 0:7ffe8001, primary cpu clock >Dec 12 09:01:10 localhost kernel: KVM setup async PF for cpu 0 >Dec 12 09:01:10 localhost kernel: kvm-stealtime: cpu 0, msr 7de0df00 >Dec 12 09:01:10 localhost kernel: Built 1 zonelists in Node order, mobility grouping on. Total pages: 515975 >Dec 12 09:01:10 localhost kernel: Policy zone: DMA32 >Dec 12 09:01:10 localhost kernel: Kernel command line: initrd=initrd0.img root=live:CDLABEL=Fedora-Live-KDE-x86_64-20-1 rootfstype=auto ro rd.live.image quiet rhgb rd.luks=0 rd.md=0 rd.dm=0 BOOT_IMAGE=vmlinuz0 >Dec 12 09:01:10 localhost kernel: PID hash table entries: 4096 (order: 3, 32768 bytes) >Dec 12 09:01:10 localhost kernel: Checking aperture... >Dec 12 09:01:10 localhost kernel: No AGP bridge found >Dec 12 09:01:10 localhost kernel: Memory: 2015220K/2096752K available (6493K kernel code, 990K rwdata, 2864K rodata, 1424K init, 1544K bss, 81532K reserved) >Dec 12 09:01:10 localhost kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 >Dec 12 09:01:10 localhost kernel: Hierarchical RCU implementation. >Dec 12 09:01:10 localhost kernel: RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=1. >Dec 12 09:01:10 localhost kernel: NR_IRQS:8448 nr_irqs:256 16 >Dec 12 09:01:10 localhost kernel: Console: colour VGA+ 80x25 >Dec 12 09:01:10 localhost kernel: console [tty0] enabled >Dec 12 09:01:10 localhost kernel: allocated 8388608 bytes of page_cgroup >Dec 12 09:01:10 localhost kernel: please try 'cgroup_disable=memory' option if you don't want memory cgroups >Dec 12 09:01:10 localhost kernel: tsc: Detected 1592.999 MHz processor >Dec 12 09:01:10 localhost kernel: Calibrating delay loop (skipped) preset value.. 3185.99 BogoMIPS (lpj=1592999) >Dec 12 09:01:10 localhost kernel: pid_max: default: 32768 minimum: 301 >Dec 12 09:01:10 localhost kernel: Security Framework initialized >Dec 12 09:01:10 localhost kernel: SELinux: Initializing. >Dec 12 09:01:10 localhost kernel: SELinux: Starting in permissive mode >Dec 12 09:01:10 localhost kernel: Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) >Dec 12 09:01:10 localhost kernel: Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) >Dec 12 09:01:10 localhost kernel: Mount-cache hash table entries: 256 >Dec 12 09:01:10 localhost kernel: Initializing cgroup subsys memory >Dec 12 09:01:10 localhost kernel: Initializing cgroup subsys devices >Dec 12 09:01:10 localhost kernel: Initializing cgroup subsys freezer >Dec 12 09:01:10 localhost kernel: Initializing cgroup subsys net_cls >Dec 12 09:01:10 localhost kernel: Initializing cgroup subsys blkio >Dec 12 09:01:10 localhost kernel: Initializing cgroup subsys perf_event >Dec 12 09:01:10 localhost kernel: Initializing cgroup subsys hugetlb >Dec 12 09:01:10 localhost kernel: mce: CPU supports 10 MCE banks >Dec 12 09:01:10 localhost kernel: Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 >Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 >tlb_flushall_shift: 6 >Dec 12 09:01:10 localhost kernel: Freeing SMP alternatives memory: 24K (ffffffff81e5d000 - ffffffff81e63000) >Dec 12 09:01:10 localhost kernel: ACPI: Core revision 20130517 >Dec 12 09:01:10 localhost kernel: ACPI: All ACPI Tables successfully acquired >Dec 12 09:01:10 localhost kernel: ftrace: allocating 25129 entries in 99 pages >Dec 12 09:01:10 localhost kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 >Dec 12 09:01:10 localhost kernel: smpboot: CPU0: Intel QEMU Virtual CPU version 1.6.1 (fam: 06, model: 02, stepping: 03) >Dec 12 09:01:10 localhost kernel: Performance Events: unsupported p6 CPU model 2 no PMU driver, software events only. >Dec 12 09:01:10 localhost kernel: Brought up 1 CPUs >Dec 12 09:01:10 localhost kernel: smpboot: Total of 1 processors activated (3185.99 BogoMIPS) >Dec 12 09:01:10 localhost kernel: NMI watchdog: disabled (cpu0): hardware events not enabled >Dec 12 09:01:10 localhost kernel: devtmpfs: initialized >Dec 12 09:01:10 localhost kernel: atomic64 test passed for x86-64 platform with CX8 and with SSE >Dec 12 09:01:10 localhost kernel: RTC time: 14:01:08, date: 12/12/13 >Dec 12 09:01:10 localhost kernel: NET: Registered protocol family 16 >Dec 12 09:01:10 localhost kernel: ACPI: bus type PCI registered >Dec 12 09:01:10 localhost kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 >Dec 12 09:01:10 localhost kernel: PCI: Using configuration type 1 for base access >Dec 12 09:01:10 localhost kernel: bio: create slab <bio-0> at 0 >Dec 12 09:01:10 localhost kernel: ACPI: Added _OSI(Module Device) >Dec 12 09:01:10 localhost kernel: ACPI: Added _OSI(Processor Device) >Dec 12 09:01:10 localhost kernel: ACPI: Added _OSI(3.0 _SCP Extensions) >Dec 12 09:01:10 localhost kernel: ACPI: Added _OSI(Processor Aggregator Device) >Dec 12 09:01:10 localhost kernel: ACPI: EC: Look up EC in DSDT >Dec 12 09:01:10 localhost kernel: ACPI: Interpreter enabled >Dec 12 09:01:10 localhost kernel: ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20130517/hwxface-571) >Dec 12 09:01:10 localhost kernel: ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20130517/hwxface-571) >Dec 12 09:01:10 localhost kernel: ACPI: (supports S0 S3 S4 S5) >Dec 12 09:01:10 localhost kernel: ACPI: Using IOAPIC for interrupt routing >Dec 12 09:01:10 localhost kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug >Dec 12 09:01:10 localhost kernel: ACPI: No dock devices found. >Dec 12 09:01:10 localhost kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) >Dec 12 09:01:10 localhost kernel: acpi PNP0A03:00: ACPI _OSC support notification failed, disabling PCIe ASPM >Dec 12 09:01:10 localhost kernel: acpi PNP0A03:00: Unable to request _OSC control (_OSC support mask: 0x08) >Dec 12 09:01:10 localhost kernel: acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. >Dec 12 09:01:10 localhost kernel: acpiphp: Slot [3] registered >Dec 12 09:01:10 localhost kernel: acpiphp: Slot [4] registered >Dec 12 09:01:10 localhost kernel: acpiphp: Slot [6] registered >Dec 12 09:01:10 localhost kernel: acpiphp: Slot [7] registered >Dec 12 09:01:10 localhost kernel: acpiphp: Slot [8] registered >Dec 12 09:01:10 localhost kernel: acpiphp: Slot [9] registered >Dec 12 09:01:10 localhost kernel: acpiphp: Slot [10] registered >Dec 12 09:01:10 localhost kernel: acpiphp: Slot [11] registered >Dec 12 09:01:10 localhost kernel: acpiphp: Slot [12] registered >Dec 12 09:01:10 localhost kernel: acpiphp: Slot [13] registered >Dec 12 09:01:10 localhost kernel: acpiphp: Slot [14] registered >Dec 12 09:01:10 localhost kernel: acpiphp: Slot [15] registered >Dec 12 09:01:10 localhost kernel: acpiphp: Slot [16] registered >Dec 12 09:01:10 localhost kernel: acpiphp: Slot [17] registered >Dec 12 09:01:10 localhost kernel: acpiphp: Slot [18] registered >Dec 12 09:01:10 localhost kernel: acpiphp: Slot [19] registered >Dec 12 09:01:10 localhost kernel: acpiphp: Slot [20] registered >Dec 12 09:01:10 localhost kernel: acpiphp: Slot [21] registered >Dec 12 09:01:10 localhost kernel: acpiphp: Slot [22] registered >Dec 12 09:01:10 localhost kernel: acpiphp: Slot [23] registered >Dec 12 09:01:10 localhost kernel: acpiphp: Slot [24] registered >Dec 12 09:01:10 localhost kernel: acpiphp: Slot [25] registered >Dec 12 09:01:10 localhost kernel: acpiphp: Slot [26] registered >Dec 12 09:01:10 localhost kernel: acpiphp: Slot [27] registered >Dec 12 09:01:10 localhost kernel: acpiphp: Slot [28] registered >Dec 12 09:01:10 localhost kernel: acpiphp: Slot [29] registered >Dec 12 09:01:10 localhost kernel: acpiphp: Slot [30] registered >Dec 12 09:01:10 localhost kernel: acpiphp: Slot [31] registered >Dec 12 09:01:10 localhost kernel: PCI host bridge to bus 0000:00 >Dec 12 09:01:10 localhost kernel: pci_bus 0000:00: root bus resource [bus 00-ff] >Dec 12 09:01:10 localhost kernel: pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] >Dec 12 09:01:10 localhost kernel: pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] >Dec 12 09:01:10 localhost kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] >Dec 12 09:01:10 localhost kernel: pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] >Dec 12 09:01:10 localhost kernel: pci 0000:00:00.0: [8086:1237] type 00 class 0x060000 >Dec 12 09:01:10 localhost kernel: pci 0000:00:01.0: [8086:7000] type 00 class 0x060100 >Dec 12 09:01:10 localhost kernel: pci 0000:00:01.1: [8086:7010] type 00 class 0x010180 >Dec 12 09:01:10 localhost kernel: pci 0000:00:01.1: reg 0x20: [io 0xc1a0-0xc1af] >Dec 12 09:01:10 localhost kernel: pci 0000:00:01.3: [8086:7113] type 00 class 0x068000 >Dec 12 09:01:10 localhost kernel: pci 0000:00:01.3: quirk: [io 0xb000-0xb03f] claimed by PIIX4 ACPI >Dec 12 09:01:10 localhost kernel: pci 0000:00:01.3: quirk: [io 0xb100-0xb10f] claimed by PIIX4 SMB >Dec 12 09:01:10 localhost kernel: pci 0000:00:02.0: [1b36:0100] type 00 class 0x030000 >Dec 12 09:01:10 localhost kernel: pci 0000:00:02.0: reg 0x10: [mem 0xf4000000-0xf7ffffff] >Dec 12 09:01:10 localhost kernel: pci 0000:00:02.0: reg 0x14: [mem 0xf8000000-0xfbffffff] >Dec 12 09:01:10 localhost kernel: pci 0000:00:02.0: reg 0x18: [mem 0xfc054000-0xfc055fff] >Dec 12 09:01:10 localhost kernel: pci 0000:00:02.0: reg 0x1c: [io 0xc0c0-0xc0df] >Dec 12 09:01:10 localhost kernel: pci 0000:00:02.0: reg 0x30: [mem 0xfc040000-0xfc04ffff pref] >Dec 12 09:01:10 localhost kernel: pci 0000:00:03.0: [1af4:1000] type 00 class 0x020000 >Dec 12 09:01:10 localhost kernel: pci 0000:00:03.0: reg 0x10: [io 0xc0e0-0xc0ff] >Dec 12 09:01:10 localhost kernel: pci 0000:00:03.0: reg 0x14: [mem 0xfc056000-0xfc056fff] >Dec 12 09:01:10 localhost kernel: pci 0000:00:03.0: reg 0x30: [mem 0xfc000000-0xfc03ffff pref] >Dec 12 09:01:10 localhost kernel: pci 0000:00:04.0: [8086:2668] type 00 class 0x040300 >Dec 12 09:01:10 localhost kernel: pci 0000:00:04.0: reg 0x10: [mem 0xfc050000-0xfc053fff] >Dec 12 09:01:10 localhost kernel: pci 0000:00:05.0: [8086:2934] type 00 class 0x0c0300 >Dec 12 09:01:10 localhost kernel: pci 0000:00:05.0: reg 0x20: [io 0xc100-0xc11f] >Dec 12 09:01:10 localhost kernel: pci 0000:00:05.1: [8086:2935] type 00 class 0x0c0300 >Dec 12 09:01:10 localhost kernel: pci 0000:00:05.1: reg 0x20: [io 0xc120-0xc13f] >Dec 12 09:01:10 localhost kernel: pci 0000:00:05.2: [8086:2936] type 00 class 0x0c0300 >Dec 12 09:01:10 localhost kernel: pci 0000:00:05.2: reg 0x20: [io 0xc140-0xc15f] >Dec 12 09:01:10 localhost kernel: pci 0000:00:05.7: [8086:293a] type 00 class 0x0c0320 >Dec 12 09:01:10 localhost kernel: pci 0000:00:05.7: reg 0x10: [mem 0xfc057000-0xfc057fff] >Dec 12 09:01:10 localhost kernel: pci 0000:00:06.0: [1af4:1003] type 00 class 0x078000 >Dec 12 09:01:10 localhost kernel: pci 0000:00:06.0: reg 0x10: [io 0xc160-0xc17f] >Dec 12 09:01:10 localhost kernel: pci 0000:00:06.0: reg 0x14: [mem 0xfc058000-0xfc058fff] >Dec 12 09:01:10 localhost kernel: pci 0000:00:07.0: [1af4:1001] type 00 class 0x010000 >Dec 12 09:01:10 localhost kernel: pci 0000:00:07.0: reg 0x10: [io 0xc000-0xc03f] >Dec 12 09:01:10 localhost kernel: pci 0000:00:07.0: reg 0x14: [mem 0xfc059000-0xfc059fff] >Dec 12 09:01:10 localhost kernel: pci 0000:00:08.0: [1af4:1002] type 00 class 0x00ff00 >Dec 12 09:01:10 localhost kernel: pci 0000:00:08.0: reg 0x10: [io 0xc180-0xc19f] >Dec 12 09:01:10 localhost kernel: pci 0000:00:09.0: [1af4:1001] type 00 class 0x010000 >Dec 12 09:01:10 localhost kernel: pci 0000:00:09.0: reg 0x10: [io 0xc040-0xc07f] >Dec 12 09:01:10 localhost kernel: pci 0000:00:09.0: reg 0x14: [mem 0xfc05a000-0xfc05afff] >Dec 12 09:01:10 localhost kernel: pci 0000:00:0a.0: [1af4:1001] type 00 class 0x010000 >Dec 12 09:01:10 localhost kernel: pci 0000:00:0a.0: reg 0x10: [io 0xc080-0xc0bf] >Dec 12 09:01:10 localhost kernel: pci 0000:00:0a.0: reg 0x14: [mem 0xfc05b000-0xfc05bfff] >Dec 12 09:01:10 localhost kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) >Dec 12 09:01:10 localhost kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) >Dec 12 09:01:10 localhost kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) >Dec 12 09:01:10 localhost kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) >Dec 12 09:01:10 localhost kernel: ACPI: PCI Interrupt Link [LNKS] (IRQs *9) >Dec 12 09:01:10 localhost kernel: ACPI: Enabled 16 GPEs in block 00 to 0F >Dec 12 09:01:10 localhost kernel: ACPI: \_SB_.PCI0: notify handler is installed >Dec 12 09:01:10 localhost kernel: Found 1 acpi root devices >Dec 12 09:01:10 localhost kernel: vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none >Dec 12 09:01:10 localhost kernel: vgaarb: loaded >Dec 12 09:01:10 localhost kernel: vgaarb: bridge control possible 0000:00:02.0 >Dec 12 09:01:10 localhost kernel: SCSI subsystem initialized >Dec 12 09:01:10 localhost kernel: ACPI: bus type ATA registered >Dec 12 09:01:10 localhost kernel: libata version 3.00 loaded. >Dec 12 09:01:10 localhost kernel: ACPI: bus type USB registered >Dec 12 09:01:10 localhost kernel: usbcore: registered new interface driver usbfs >Dec 12 09:01:10 localhost kernel: usbcore: registered new interface driver hub >Dec 12 09:01:10 localhost kernel: usbcore: registered new device driver usb >Dec 12 09:01:10 localhost kernel: PCI: Using ACPI for IRQ routing >Dec 12 09:01:10 localhost kernel: PCI: pci_cache_line_size set to 64 bytes >Dec 12 09:01:10 localhost kernel: e820: reserve RAM buffer [mem 0x0009fc00-0x0009ffff] >Dec 12 09:01:10 localhost kernel: e820: reserve RAM buffer [mem 0x7fffe000-0x7fffffff] >Dec 12 09:01:10 localhost kernel: NetLabel: Initializing >Dec 12 09:01:10 localhost kernel: NetLabel: domain hash size = 128 >Dec 12 09:01:10 localhost kernel: NetLabel: protocols = UNLABELED CIPSOv4 >Dec 12 09:01:10 localhost kernel: NetLabel: unlabeled traffic allowed by default >Dec 12 09:01:10 localhost kernel: Switched to clocksource kvm-clock >Dec 12 09:01:10 localhost kernel: pnp: PnP ACPI init >Dec 12 09:01:10 localhost kernel: ACPI: bus type PNP registered >Dec 12 09:01:10 localhost kernel: pnp 00:00: Plug and Play ACPI device, IDs PNP0b00 (active) >Dec 12 09:01:10 localhost kernel: pnp 00:01: Plug and Play ACPI device, IDs PNP0303 (active) >Dec 12 09:01:10 localhost kernel: pnp 00:02: Plug and Play ACPI device, IDs PNP0f13 (active) >Dec 12 09:01:10 localhost kernel: pnp 00:03: [dma 2] >Dec 12 09:01:10 localhost kernel: pnp 00:03: Plug and Play ACPI device, IDs PNP0700 (active) >Dec 12 09:01:10 localhost kernel: pnp 00:04: Plug and Play ACPI device, IDs PNP0400 (active) >Dec 12 09:01:10 localhost kernel: pnp 00:05: Plug and Play ACPI device, IDs PNP0501 (active) >Dec 12 09:01:10 localhost kernel: pnp 00:06: Plug and Play ACPI device, IDs PNP0501 (active) >Dec 12 09:01:10 localhost kernel: pnp: PnP ACPI: found 7 devices >Dec 12 09:01:10 localhost kernel: ACPI: bus type PNP unregistered >Dec 12 09:01:10 localhost kernel: pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7] >Dec 12 09:01:10 localhost kernel: pci_bus 0000:00: resource 5 [io 0x0d00-0xffff] >Dec 12 09:01:10 localhost kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff] >Dec 12 09:01:10 localhost kernel: pci_bus 0000:00: resource 7 [mem 0x80000000-0xfebfffff] >Dec 12 09:01:10 localhost kernel: NET: Registered protocol family 2 >Dec 12 09:01:10 localhost kernel: TCP established hash table entries: 16384 (order: 6, 262144 bytes) >Dec 12 09:01:10 localhost kernel: TCP bind hash table entries: 16384 (order: 6, 262144 bytes) >Dec 12 09:01:10 localhost kernel: TCP: Hash tables configured (established 16384 bind 16384) >Dec 12 09:01:10 localhost kernel: TCP: reno registered >Dec 12 09:01:10 localhost kernel: UDP hash table entries: 1024 (order: 3, 32768 bytes) >Dec 12 09:01:10 localhost kernel: UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) >Dec 12 09:01:10 localhost kernel: NET: Registered protocol family 1 >Dec 12 09:01:10 localhost kernel: pci 0000:00:00.0: Limiting direct PCI/PCI transfers >Dec 12 09:01:10 localhost kernel: pci 0000:00:01.0: PIIX3: Enabling Passive Release >Dec 12 09:01:10 localhost kernel: pci 0000:00:01.0: Activating ISA DMA hang workarounds >Dec 12 09:01:10 localhost kernel: pci 0000:00:02.0: Boot video device >Dec 12 09:01:10 localhost kernel: ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 >Dec 12 09:01:10 localhost kernel: ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 >Dec 12 09:01:10 localhost kernel: ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 11 >Dec 12 09:01:10 localhost kernel: ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 10 >Dec 12 09:01:10 localhost kernel: PCI: CLS 0 bytes, default 64 >Dec 12 09:01:10 localhost kernel: Unpacking initramfs... >Dec 12 09:01:10 localhost kernel: Freeing initrd memory: 32072K (ffff88007e08b000 - ffff88007ffdd000) >Dec 12 09:01:10 localhost kernel: Initialise system trusted keyring >Dec 12 09:01:10 localhost kernel: audit: initializing netlink socket (disabled) >Dec 12 09:01:10 localhost kernel: type=2000 audit(1386856870.066:1): initialized >Dec 12 09:01:10 localhost kernel: HugeTLB registered 2 MB page size, pre-allocated 0 pages >Dec 12 09:01:10 localhost kernel: zbud: loaded >Dec 12 09:01:10 localhost kernel: VFS: Disk quotas dquot_6.5.2 >Dec 12 09:01:10 localhost kernel: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) >Dec 12 09:01:10 localhost kernel: msgmni has been set to 3998 >Dec 12 09:01:10 localhost kernel: Key type big_key registered >Dec 12 09:01:10 localhost kernel: SELinux: Registering netfilter hooks >Dec 12 09:01:10 localhost kernel: alg: No test for stdrng (krng) >Dec 12 09:01:10 localhost kernel: NET: Registered protocol family 38 >Dec 12 09:01:10 localhost kernel: Key type asymmetric registered >Dec 12 09:01:10 localhost kernel: Asymmetric key parser 'x509' registered >Dec 12 09:01:10 localhost kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) >Dec 12 09:01:10 localhost kernel: io scheduler noop registered >Dec 12 09:01:10 localhost kernel: io scheduler deadline registered >Dec 12 09:01:10 localhost kernel: io scheduler cfq registered (default) >Dec 12 09:01:10 localhost kernel: pci_hotplug: PCI Hot Plug PCI Core version: 0.5 >Dec 12 09:01:10 localhost kernel: pciehp: PCI Express Hot Plug Controller Driver version: 0.4 >Dec 12 09:01:10 localhost kernel: intel_idle: does not run on family 6 model 2 >Dec 12 09:01:10 localhost kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 >Dec 12 09:01:10 localhost kernel: ACPI: Power Button [PWRF] >Dec 12 09:01:10 localhost kernel: GHES: HEST is not enabled! >Dec 12 09:01:10 localhost kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled >Dec 12 09:01:10 localhost kernel: Non-volatile memory driver v1.3 >Dec 12 09:01:10 localhost kernel: Linux agpgart interface v0.103 >Dec 12 09:01:10 localhost kernel: ata_piix 0000:00:01.1: version 2.13 >Dec 12 09:01:10 localhost kernel: ata_piix 0000:00:01.1: setting latency timer to 64 >Dec 12 09:01:10 localhost kernel: scsi0 : ata_piix >Dec 12 09:01:10 localhost kernel: scsi1 : ata_piix >Dec 12 09:01:10 localhost kernel: ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc1a0 irq 14 >Dec 12 09:01:10 localhost kernel: ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc1a8 irq 15 >Dec 12 09:01:10 localhost kernel: libphy: Fixed MDIO Bus: probed >Dec 12 09:01:10 localhost kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver >Dec 12 09:01:10 localhost kernel: ehci-pci: EHCI PCI platform driver >Dec 12 09:01:10 localhost kernel: ehci-pci 0000:00:05.7: setting latency timer to 64 >Dec 12 09:01:10 localhost kernel: ehci-pci 0000:00:05.7: EHCI Host Controller >Dec 12 09:01:10 localhost kernel: ehci-pci 0000:00:05.7: new USB bus registered, assigned bus number 1 >Dec 12 09:01:10 localhost kernel: ehci-pci 0000:00:05.7: irq 10, io mem 0xfc057000 >Dec 12 09:01:10 localhost kernel: ehci-pci 0000:00:05.7: USB 2.0 started, EHCI 1.00 >Dec 12 09:01:10 localhost kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002 >Dec 12 09:01:10 localhost kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 >Dec 12 09:01:10 localhost kernel: usb usb1: Product: EHCI Host Controller >Dec 12 09:01:10 localhost kernel: usb usb1: Manufacturer: Linux 3.11.10-301.fc20.x86_64 ehci_hcd >Dec 12 09:01:10 localhost kernel: usb usb1: SerialNumber: 0000:00:05.7 >Dec 12 09:01:10 localhost kernel: hub 1-0:1.0: USB hub found >Dec 12 09:01:10 localhost kernel: hub 1-0:1.0: 6 ports detected >Dec 12 09:01:10 localhost kernel: ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver >Dec 12 09:01:10 localhost kernel: ohci-pci: OHCI PCI platform driver >Dec 12 09:01:10 localhost kernel: uhci_hcd: USB Universal Host Controller Interface driver >Dec 12 09:01:10 localhost kernel: uhci_hcd 0000:00:05.0: setting latency timer to 64 >Dec 12 09:01:10 localhost kernel: uhci_hcd 0000:00:05.0: UHCI Host Controller >Dec 12 09:01:10 localhost kernel: uhci_hcd 0000:00:05.0: new USB bus registered, assigned bus number 2 >Dec 12 09:01:10 localhost kernel: uhci_hcd 0000:00:05.0: irq 10, io base 0x0000c100 >Dec 12 09:01:10 localhost kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0001 >Dec 12 09:01:10 localhost kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 >Dec 12 09:01:10 localhost kernel: usb usb2: Product: UHCI Host Controller >Dec 12 09:01:10 localhost kernel: usb usb2: Manufacturer: Linux 3.11.10-301.fc20.x86_64 uhci_hcd >Dec 12 09:01:10 localhost kernel: usb usb2: SerialNumber: 0000:00:05.0 >Dec 12 09:01:10 localhost kernel: hub 2-0:1.0: USB hub found >Dec 12 09:01:10 localhost kernel: hub 2-0:1.0: 2 ports detected >Dec 12 09:01:10 localhost kernel: uhci_hcd 0000:00:05.1: setting latency timer to 64 >Dec 12 09:01:10 localhost kernel: uhci_hcd 0000:00:05.1: UHCI Host Controller >Dec 12 09:01:10 localhost kernel: uhci_hcd 0000:00:05.1: new USB bus registered, assigned bus number 3 >Dec 12 09:01:10 localhost kernel: uhci_hcd 0000:00:05.1: irq 11, io base 0x0000c120 >Dec 12 09:01:10 localhost kernel: usb usb3: New USB device found, idVendor=1d6b, idProduct=0001 >Dec 12 09:01:10 localhost kernel: usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1 >Dec 12 09:01:10 localhost kernel: usb usb3: Product: UHCI Host Controller >Dec 12 09:01:10 localhost kernel: usb usb3: Manufacturer: Linux 3.11.10-301.fc20.x86_64 uhci_hcd >Dec 12 09:01:10 localhost kernel: usb usb3: SerialNumber: 0000:00:05.1 >Dec 12 09:01:10 localhost kernel: hub 3-0:1.0: USB hub found >Dec 12 09:01:10 localhost kernel: hub 3-0:1.0: 2 ports detected >Dec 12 09:01:10 localhost kernel: uhci_hcd 0000:00:05.2: setting latency timer to 64 >Dec 12 09:01:10 localhost kernel: uhci_hcd 0000:00:05.2: UHCI Host Controller >Dec 12 09:01:10 localhost kernel: uhci_hcd 0000:00:05.2: new USB bus registered, assigned bus number 4 >Dec 12 09:01:10 localhost kernel: uhci_hcd 0000:00:05.2: irq 11, io base 0x0000c140 >Dec 12 09:01:10 localhost kernel: usb usb4: New USB device found, idVendor=1d6b, idProduct=0001 >Dec 12 09:01:10 localhost kernel: usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1 >Dec 12 09:01:10 localhost kernel: usb usb4: Product: UHCI Host Controller >Dec 12 09:01:10 localhost kernel: usb usb4: Manufacturer: Linux 3.11.10-301.fc20.x86_64 uhci_hcd >Dec 12 09:01:10 localhost kernel: usb usb4: SerialNumber: 0000:00:05.2 >Dec 12 09:01:10 localhost kernel: hub 4-0:1.0: USB hub found >Dec 12 09:01:10 localhost kernel: hub 4-0:1.0: 2 ports detected >Dec 12 09:01:10 localhost kernel: usbcore: registered new interface driver usbserial >Dec 12 09:01:10 localhost kernel: usbcore: registered new interface driver usbserial_generic >Dec 12 09:01:10 localhost kernel: usbserial: USB Serial support registered for generic >Dec 12 09:01:10 localhost kernel: i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 >Dec 12 09:01:10 localhost kernel: serio: i8042 KBD port at 0x60,0x64 irq 1 >Dec 12 09:01:10 localhost kernel: serio: i8042 AUX port at 0x60,0x64 irq 12 >Dec 12 09:01:10 localhost kernel: mousedev: PS/2 mouse device common for all mice >Dec 12 09:01:10 localhost kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 >Dec 12 09:01:10 localhost kernel: rtc_cmos 00:00: RTC can wake from S4 >Dec 12 09:01:10 localhost kernel: rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 >Dec 12 09:01:10 localhost kernel: rtc_cmos 00:00: alarms up to one day, 114 bytes nvram >Dec 12 09:01:10 localhost kernel: device-mapper: uevent: version 1.0.3 >Dec 12 09:01:10 localhost kernel: device-mapper: ioctl: 4.25.0-ioctl (2013-06-26) initialised: dm-devel@redhat.com >Dec 12 09:01:10 localhost kernel: cpuidle: using governor menu >Dec 12 09:01:10 localhost kernel: hidraw: raw HID events driver (C) Jiri Kosina >Dec 12 09:01:10 localhost kernel: usbcore: registered new interface driver usbhid >Dec 12 09:01:10 localhost kernel: usbhid: USB HID core driver >Dec 12 09:01:10 localhost kernel: drop_monitor: Initializing network drop monitor service >Dec 12 09:01:10 localhost kernel: ip_tables: (C) 2000-2006 Netfilter Core Team >Dec 12 09:01:10 localhost kernel: TCP: cubic registered >Dec 12 09:01:10 localhost kernel: Initializing XFRM netlink socket >Dec 12 09:01:10 localhost kernel: NET: Registered protocol family 10 >Dec 12 09:01:10 localhost kernel: mip6: Mobile IPv6 >Dec 12 09:01:10 localhost kernel: NET: Registered protocol family 17 >Dec 12 09:01:10 localhost kernel: PM: Hibernation image not present or could not be loaded. >Dec 12 09:01:10 localhost kernel: Loading compiled-in X.509 certificates >Dec 12 09:01:10 localhost kernel: Loaded X.509 cert 'Fedora kernel signing key: 03591dc57a690741401a1c202e2b3d9f4fed2a0e' >Dec 12 09:01:10 localhost kernel: registered taskstats version 1 >Dec 12 09:01:10 localhost kernel: Magic number: 9:384:30 >Dec 12 09:01:10 localhost kernel: rtc_cmos 00:00: setting system clock to 2013-12-12 14:01:10 UTC (1386856870) >Dec 12 09:01:10 localhost kernel: ata1.01: NODEV after polling detection >Dec 12 09:01:10 localhost kernel: ata1.00: ATAPI: QEMU DVD-ROM, 1.6.1, max UDMA/100 >Dec 12 09:01:10 localhost kernel: ata1.00: configured for MWDMA2 >Dec 12 09:01:10 localhost kernel: scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 1.6. PQ: 0 ANSI: 5 >Dec 12 09:01:10 localhost kernel: sr0: scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray >Dec 12 09:01:10 localhost kernel: cdrom: Uniform CD-ROM driver Revision: 3.20 >Dec 12 09:01:10 localhost kernel: sr 0:0:0:0: Attached scsi CD-ROM sr0 >Dec 12 09:01:10 localhost kernel: sr 0:0:0:0: Attached scsi generic sg0 type 5 >Dec 12 09:01:10 localhost kernel: Freeing unused kernel memory: 1424K (ffffffff81cf9000 - ffffffff81e5d000) >Dec 12 09:01:10 localhost kernel: Write protecting the kernel read-only data: 12288k >Dec 12 09:01:10 localhost kernel: Freeing unused kernel memory: 1688K (ffff88000165a000 - ffff880001800000) >Dec 12 09:01:10 localhost kernel: Freeing unused kernel memory: 1232K (ffff880001acc000 - ffff880001c00000) >Dec 12 09:01:10 localhost systemd[1]: systemd 208 running in system mode. (+PAM +LIBWRAP +AUDIT +SELINUX +IMA +SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ) >Dec 12 09:01:10 localhost systemd[1]: Detected virtualization 'kvm'. >Dec 12 09:01:10 localhost systemd[1]: Running in initial RAM disk. >Dec 12 09:01:10 localhost systemd[1]: No hostname configured. >Dec 12 09:01:10 localhost systemd[1]: Set hostname to <localhost>. >Dec 12 09:01:10 localhost systemd[1]: Initializing machine ID from KVM UUID. >Dec 12 09:01:10 localhost systemd[1]: Starting -.slice. >Dec 12 09:01:10 localhost systemd[1]: Created slice -.slice. >Dec 12 09:01:10 localhost systemd[1]: Starting System Slice. >Dec 12 09:01:10 localhost systemd[1]: Created slice System Slice. >Dec 12 09:01:10 localhost systemd[1]: Starting Slices. >Dec 12 09:01:10 localhost systemd[1]: Reached target Slices. >Dec 12 09:01:10 localhost systemd[1]: Starting Timers. >Dec 12 09:01:10 localhost systemd[1]: Reached target Timers. >Dec 12 09:01:10 localhost systemd[1]: Starting udev Kernel Socket. >Dec 12 09:01:10 localhost systemd[1]: Listening on udev Kernel Socket. >Dec 12 09:01:10 localhost systemd[1]: Starting udev Control Socket. >Dec 12 09:01:10 localhost systemd[1]: Listening on udev Control Socket. >Dec 12 09:01:10 localhost systemd[1]: Starting Journal Socket. >Dec 12 09:01:10 localhost systemd[1]: Listening on Journal Socket. >Dec 12 09:01:10 localhost systemd[1]: Starting dracut cmdline hook... >Dec 12 09:01:10 localhost systemd[1]: Starting Create list of required static device nodes for the current kernel... >Dec 12 09:01:10 localhost systemd[1]: Started Load Kernel Modules. >Dec 12 09:01:10 localhost systemd[1]: Starting Sockets. >Dec 12 09:01:10 localhost systemd[1]: Reached target Sockets. >Dec 12 09:01:10 localhost systemd[1]: Starting Setup Virtual Console... >Dec 12 09:01:10 localhost systemd[1]: Starting Journal Service... >Dec 12 09:01:10 localhost systemd[1]: Started Journal Service. >Dec 12 09:01:10 localhost systemd-journal[51]: Journal started >Dec 12 09:01:10 localhost systemd[1]: Starting Encrypted Volumes. >Dec 12 09:01:10 localhost systemd[1]: Reached target Encrypted Volumes. >Dec 12 09:01:10 localhost systemd[1]: Started Device-Mapper Multipath Device Controller. >Dec 12 09:01:10 localhost systemd[1]: Starting Swap. >Dec 12 09:01:10 localhost systemd[1]: Reached target Swap. >Dec 12 09:01:10 localhost systemd[1]: Starting Local File Systems. >Dec 12 09:01:10 localhost systemd[1]: Reached target Local File Systems. >Dec 12 09:01:10 localhost systemd[1]: Started Setup Virtual Console. >Dec 12 09:01:10 localhost systemd[1]: Started Create list of required static device nodes for the current kernel. >Dec 12 09:01:10 localhost systemd[1]: Starting Create static device nodes in /dev... >Dec 12 09:01:10 localhost systemd[1]: Started Create static device nodes in /dev. >Dec 12 09:01:10 localhost dracut-cmdline[48]: dracut-20 (Heisenbug) dracut-034-64.git20131205.fc20 >Dec 12 09:01:10 localhost dracut-cmdline[48]: rd.luks=0: removing cryptoluks activation >Dec 12 09:01:10 localhost kernel: loop: module loaded >Dec 12 09:01:10 localhost dracut-cmdline[48]: root was live:CDLABEL=Fedora-Live-KDE-x86_64-20-1, is now live:/dev/disk/by-label/Fedora-Live-KDE-x86_64-20-1 >Dec 12 09:01:10 localhost kernel: usb 1-1: new high-speed USB device number 2 using ehci-pci >Dec 12 09:01:10 localhost systemd[1]: Started dracut cmdline hook. >Dec 12 09:01:10 localhost systemd[1]: Starting dracut pre-udev hook... >Dec 12 09:01:10 localhost kernel: usb 1-1: New USB device found, idVendor=0627, idProduct=0001 >Dec 12 09:01:10 localhost kernel: usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 >Dec 12 09:01:10 localhost kernel: usb 1-1: Product: QEMU USB Tablet >Dec 12 09:01:10 localhost kernel: usb 1-1: Manufacturer: QEMU >Dec 12 09:01:10 localhost kernel: usb 1-1: SerialNumber: 42 >Dec 12 09:01:10 localhost kernel: input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:05.7/usb1/1-1/1-1:1.0/input/input2 >Dec 12 09:01:10 localhost kernel: hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Pointer [QEMU QEMU USB Tablet] on usb-0000:00:05.7-1/input0 >Dec 12 09:01:10 localhost kernel: RPC: Registered named UNIX socket transport module. >Dec 12 09:01:10 localhost kernel: RPC: Registered udp transport module. >Dec 12 09:01:10 localhost kernel: RPC: Registered tcp transport module. >Dec 12 09:01:10 localhost kernel: RPC: Registered tcp NFSv4.1 backchannel transport module. >Dec 12 09:01:10 localhost rpc.statd[205]: Version 1.2.7 starting >Dec 12 09:01:10 localhost rpc.statd[205]: Initializing NSM state >Dec 12 09:01:10 localhost rpc.statd[205]: Running as root. chown /var/lib/nfs/statd to choose different user >Dec 12 09:01:11 localhost systemd[1]: Started dracut pre-udev hook. >Dec 12 09:01:11 localhost systemd[1]: Starting udev Kernel Device Manager... >Dec 12 09:01:11 localhost systemd[1]: Started udev Kernel Device Manager. >Dec 12 09:01:11 localhost systemd[1]: Starting dracut pre-trigger hook... >Dec 12 09:01:11 localhost systemd-udevd[232]: starting version 208 >Dec 12 09:01:11 localhost systemd-udevd[232]: invalid key/value pair in file /etc/udev/rules.d/99-resume.rules on line 1,starting at character 179 ('I') >Dec 12 09:01:11 localhost dracut-pre-trigger[233]: rd.dm=0: removing DM RAID activation >Dec 12 09:01:11 localhost dracut-pre-trigger[233]: rd.md.imsm=0: no MD RAID for imsm/isw raids >Dec 12 09:01:11 localhost dracut-pre-trigger[233]: rd.md.ddf=0: no MD RAID for SNIA ddf raids >Dec 12 09:01:11 localhost dracut-pre-trigger[233]: rd.md=0: removing MD RAID activation >Dec 12 09:01:11 localhost systemd[1]: Started dracut pre-trigger hook. >Dec 12 09:01:11 localhost systemd[1]: Starting udev Coldplug all Devices... >Dec 12 09:01:11 localhost systemd-udevd[232]: invalid key/value pair in file /etc/udev/rules.d/99-resume.rules on line 1,starting at character 179 ('I') >Dec 12 09:01:11 localhost systemd[1]: Started udev Coldplug all Devices. >Dec 12 09:01:11 localhost systemd[1]: Starting dracut initqueue hook... >Dec 12 09:01:11 localhost systemd[1]: Starting Show Plymouth Boot Screen... >Dec 12 09:01:11 localhost systemd[1]: Starting System Initialization. >Dec 12 09:01:11 localhost systemd[1]: Reached target System Initialization. >Dec 12 09:01:11 localhost systemd[1]: Failed to add job sys-kernel-config.mount/start, ignoring: Invalid argument. >Dec 12 09:01:11 localhost systemd[1]: Reloading. >Dec 12 09:01:11 localhost systemd[1]: Failed to add job sys-kernel-config.mount/start, ignoring: Invalid argument. >Dec 12 09:01:11 localhost kernel: input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 >Dec 12 09:01:11 localhost kernel: virtio-pci 0000:00:03.0: setting latency timer to 64 >Dec 12 09:01:11 localhost kernel: virtio-pci 0000:00:06.0: setting latency timer to 64 >Dec 12 09:01:11 localhost kernel: [drm] Initialized drm 1.1.0 20060810 >Dec 12 09:01:11 localhost kernel: virtio-pci 0000:00:07.0: setting latency timer to 64 >Dec 12 09:01:11 localhost kernel: tsc: Refined TSC clocksource calibration: 1592.997 MHz >Dec 12 09:01:11 localhost kernel: [drm] Device Version 0.0 >Dec 12 09:01:11 localhost kernel: [drm] Compression level 0 log level 0 >Dec 12 09:01:11 localhost kernel: [drm] Currently using mode #0, list at 0x488 >Dec 12 09:01:11 localhost kernel: [drm] 12286 io pages at offset 0x1000000 >Dec 12 09:01:11 localhost kernel: [drm] 16777216 byte draw area at offset 0x0 >Dec 12 09:01:11 localhost kernel: [drm] RAM header offset: 0x3ffe000 >Dec 12 09:01:11 localhost kernel: [drm] rom modes offset 0x488 for 128 modes >Dec 12 09:01:11 localhost kernel: [TTM] Zone kernel: Available graphics memory: 1025830 kiB >Dec 12 09:01:11 localhost kernel: [TTM] Initializing pool allocator >Dec 12 09:01:11 localhost kernel: [TTM] Initializing DMA pool allocator >Dec 12 09:01:11 localhost kernel: [drm] qxl: 16M of VRAM memory size >Dec 12 09:01:11 localhost kernel: [drm] qxl: 63M of IO pages memory ready (VRAM domain) >Dec 12 09:01:11 localhost kernel: [drm] main mem slot 1 [f4000000,3ffe000) >Dec 12 09:01:11 localhost kernel: [drm] fb mappable at 0xF4000000, size 3145728 >Dec 12 09:01:11 localhost kernel: [drm] fb: depth 24, pitch 4096, width 1024, height 768 >Dec 12 09:01:11 localhost kernel: fbcon: qxldrmfb (fb0) is primary device >Dec 12 09:01:11 localhost kernel: Console: switching to colour frame buffer device 128x48 >Dec 12 09:01:11 localhost kernel: qxl 0000:00:02.0: fb0: qxldrmfb frame buffer device >Dec 12 09:01:11 localhost kernel: qxl 0000:00:02.0: registered panic notifier >Dec 12 09:01:11 localhost kernel: [drm] Initialized qxl 0.1.0 20120117 for 0000:00:02.0 on minor 0 >Dec 12 09:01:11 localhost kernel: virtio-pci 0000:00:08.0: setting latency timer to 64 >Dec 12 09:01:11 localhost kernel: virtio-pci 0000:00:09.0: setting latency timer to 64 >Dec 12 09:01:11 localhost kernel: virtio-pci 0000:00:0a.0: setting latency timer to 64 >Dec 12 09:01:11 localhost kernel: virtio-pci 0000:00:07.0: irq 40 for MSI/MSI-X >Dec 12 09:01:11 localhost kernel: virtio-pci 0000:00:07.0: irq 41 for MSI/MSI-X >Dec 12 09:01:11 localhost kernel: virtio-pci 0000:00:03.0: irq 42 for MSI/MSI-X >Dec 12 09:01:11 localhost kernel: virtio-pci 0000:00:03.0: irq 43 for MSI/MSI-X >Dec 12 09:01:11 localhost kernel: virtio-pci 0000:00:03.0: irq 44 for MSI/MSI-X >Dec 12 09:01:11 localhost kernel: vda: unknown partition table >Dec 12 09:01:11 localhost kernel: virtio-pci 0000:00:09.0: irq 45 for MSI/MSI-X >Dec 12 09:01:11 localhost kernel: virtio-pci 0000:00:09.0: irq 46 for MSI/MSI-X >Dec 12 09:01:11 localhost kernel: vdb: unknown partition table >Dec 12 09:01:11 localhost kernel: virtio-pci 0000:00:0a.0: irq 47 for MSI/MSI-X >Dec 12 09:01:11 localhost kernel: virtio-pci 0000:00:0a.0: irq 48 for MSI/MSI-X >Dec 12 09:01:11 localhost kernel: vdc: unknown partition table >Dec 12 09:01:11 localhost systemd[1]: Started Show Plymouth Boot Screen. >Dec 12 09:01:11 localhost systemd[1]: Starting Forward Password Requests to Plymouth Directory Watch. >Dec 12 09:01:11 localhost systemd[1]: Started Forward Password Requests to Plymouth Directory Watch. >Dec 12 09:01:11 localhost systemd[1]: Started Dispatch Password Requests to Console Directory Watch. >Dec 12 09:01:11 localhost systemd[1]: Starting Paths. >Dec 12 09:01:11 localhost systemd[1]: Reached target Paths. >Dec 12 09:01:11 localhost systemd[1]: Starting Basic System. >Dec 12 09:01:11 localhost systemd[1]: Reached target Basic System. >Dec 12 09:01:11 localhost kernel: squashfs: version 4.0 (2009/01/31) Phillip Lougher >Dec 12 09:01:11 localhost kernel: ISO 9660 Extensions: Microsoft Joliet Level 3 >Dec 12 09:01:11 localhost kernel: ISO 9660 Extensions: RRIP_1991A >Dec 12 09:01:12 localhost kernel: bio: create slab <bio-1> at 1 >Dec 12 09:01:12 localhost kernel: bio: create slab <bio-2> at 2 >Dec 12 09:01:12 localhost systemd[1]: Started dracut initqueue hook. >Dec 12 09:01:12 localhost systemd[1]: Starting dracut pre-mount hook... >Dec 12 09:01:12 localhost systemd[1]: Started dracut pre-mount hook. >Dec 12 09:01:12 localhost systemd[1]: Starting Initrd Root File System. >Dec 12 09:01:12 localhost systemd[1]: Reached target Initrd Root File System. >Dec 12 09:01:12 localhost systemd[1]: Starting Reload Configuration from the Real Root... >Dec 12 09:01:12 localhost systemd[1]: Reloading. >Dec 12 09:01:12 localhost systemd[1]: Failed to add job sys-kernel-config.mount/start, ignoring: Invalid argument. >Dec 12 09:01:12 localhost systemd[1]: Started Reload Configuration from the Real Root. >Dec 12 09:01:12 localhost systemd[1]: Starting Initrd File Systems. >Dec 12 09:01:12 localhost systemd[1]: Reached target Initrd File Systems. >Dec 12 09:01:12 localhost systemd[1]: Starting dracut mount hook... >Dec 12 09:01:12 localhost kernel: EXT4-fs (dm-0): mounted filesystem with ordered data mode. Opts: (null) >Dec 12 09:01:12 localhost systemd[1]: Started dracut mount hook. >Dec 12 09:01:12 localhost systemd[1]: Starting Initrd Default Target. >Dec 12 09:01:12 localhost systemd[1]: Reached target Initrd Default Target. >Dec 12 09:01:12 localhost systemd[1]: Starting dracut pre-pivot and cleanup hook... >Dec 12 09:01:12 localhost systemd[1]: Started dracut pre-pivot and cleanup hook. >Dec 12 09:01:12 localhost systemd[1]: Starting Cleaning Up and Shutting Down Daemons... >Dec 12 09:01:12 localhost systemd[1]: Stopping Cleaning Up and Shutting Down Daemons... >Dec 12 09:01:12 localhost systemd[1]: Starting Plymouth switch root service... >Dec 12 09:01:12 localhost systemd[1]: Stopped Cleaning Up and Shutting Down Daemons. >Dec 12 09:01:12 localhost systemd[1]: Stopping dracut pre-pivot and cleanup hook... >Dec 12 09:01:12 localhost systemd[1]: Stopped dracut pre-pivot and cleanup hook. >Dec 12 09:01:12 localhost systemd[1]: Stopping Initrd Default Target. >Dec 12 09:01:12 localhost systemd[1]: Stopped target Initrd Default Target. >Dec 12 09:01:12 localhost systemd[1]: Stopping dracut mount hook... >Dec 12 09:01:12 localhost systemd[1]: Stopped dracut mount hook. >Dec 12 09:01:12 localhost systemd[1]: Stopping dracut pre-mount hook... >Dec 12 09:01:12 localhost systemd[1]: Stopped dracut pre-mount hook. >Dec 12 09:01:12 localhost systemd[1]: Stopping dracut initqueue hook... >Dec 12 09:01:12 localhost systemd[1]: Stopped dracut initqueue hook. >Dec 12 09:01:12 localhost systemd[1]: Stopping Basic System. >Dec 12 09:01:12 localhost systemd[1]: Stopped target Basic System. >Dec 12 09:01:12 localhost systemd[1]: Stopping Slices. >Dec 12 09:01:12 localhost systemd[1]: Stopped target Slices. >Dec 12 09:01:12 localhost systemd[1]: Stopping System Slice. >Dec 12 09:01:12 localhost systemd[1]: Removed slice System Slice. >Dec 12 09:01:12 localhost systemd[1]: Stopping -.slice. >Dec 12 09:01:12 localhost systemd[1]: Removed slice -.slice. >Dec 12 09:01:12 localhost systemd[1]: Stopping Paths. >Dec 12 09:01:12 localhost systemd[1]: Stopped target Paths. >Dec 12 09:01:12 localhost systemd[1]: Stopping Timers. >Dec 12 09:01:12 localhost systemd[1]: Stopped target Timers. >Dec 12 09:01:12 localhost systemd[1]: Stopping Sockets. >Dec 12 09:01:12 localhost systemd[1]: Stopped target Sockets. >Dec 12 09:01:12 localhost systemd[1]: Stopping System Initialization. >Dec 12 09:01:12 localhost systemd[1]: Stopped target System Initialization. >Dec 12 09:01:12 localhost systemd[1]: Stopping Encrypted Volumes. >Dec 12 09:01:12 localhost systemd[1]: Stopped target Encrypted Volumes. >Dec 12 09:01:12 localhost systemd[1]: Stopping udev Coldplug all Devices... >Dec 12 09:01:12 localhost systemd[1]: Stopped udev Coldplug all Devices. >Dec 12 09:01:12 localhost systemd[1]: Stopping dracut pre-trigger hook... >Dec 12 09:01:12 localhost systemd[1]: Stopped dracut pre-trigger hook. >Dec 12 09:01:12 localhost systemd[1]: Stopping Swap. >Dec 12 09:01:12 localhost systemd[1]: Stopped target Swap. >Dec 12 09:01:12 localhost systemd[1]: Stopping Local File Systems. >Dec 12 09:01:12 localhost systemd[1]: Stopped target Local File Systems. >Dec 12 09:01:12 localhost systemd[1]: Stopping udev Kernel Device Manager... >Dec 12 09:01:12 localhost systemd[1]: Stopped udev Kernel Device Manager. >Dec 12 09:01:12 localhost systemd[1]: Stopping dracut pre-udev hook... >Dec 12 09:01:12 localhost systemd[1]: Stopped dracut pre-udev hook. >Dec 12 09:01:12 localhost systemd[1]: Stopping dracut cmdline hook... >Dec 12 09:01:12 localhost systemd[1]: Stopped dracut cmdline hook. >Dec 12 09:01:12 localhost systemd[1]: Stopping Create static device nodes in /dev... >Dec 12 09:01:12 localhost systemd[1]: Stopped Create static device nodes in /dev. >Dec 12 09:01:12 localhost systemd[1]: Stopping Create list of required static device nodes for the current kernel... >Dec 12 09:01:12 localhost systemd[1]: Stopped Create list of required static device nodes for the current kernel. >Dec 12 09:01:12 localhost systemd[1]: Stopping udev Kernel Socket. >Dec 12 09:01:12 localhost systemd[1]: Closed udev Kernel Socket. >Dec 12 09:01:12 localhost systemd[1]: Stopping udev Control Socket. >Dec 12 09:01:12 localhost systemd[1]: Closed udev Control Socket. >Dec 12 09:01:12 localhost systemd[1]: Starting Cleanup udevd DB... >Dec 12 09:01:12 localhost systemd[1]: Started Cleanup udevd DB. >Dec 12 09:01:12 localhost systemd[1]: Starting Switch Root. >Dec 12 09:01:12 localhost systemd[1]: Reached target Switch Root. >Dec 12 09:01:12 localhost systemd[1]: Started Plymouth switch root service. >Dec 12 09:01:12 localhost systemd[1]: Starting Switch Root... >Dec 12 09:01:12 localhost systemd[1]: Switching root. >Dec 12 09:01:12 localhost systemd-cgroups-agent[531]: Failed to get D-Bus connection: Failed to connect to socket /run/systemd/private: No such file or directory >Dec 12 09:01:12 localhost systemd-journal[51]: Journal stopped >Dec 12 09:01:17 localhost systemd-journal[577]: Runtime journal is using 8.0M (max 100.1M, leaving 150.2M of free 985.7M, current limit 100.1M). >Dec 12 09:01:17 localhost systemd-journal[577]: Runtime journal is using 8.0M (max 100.1M, leaving 150.2M of free 985.7M, current limit 100.1M). >Dec 12 09:01:17 localhost systemd-journald[51]: Received SIGTERM >Dec 12 09:01:17 localhost kernel: type=1404 audit(1386856873.871:2): enforcing=1 old_enforcing=0 auid=4294967295 ses=4294967295 >Dec 12 09:01:17 localhost kernel: SELinux: 2048 avtab hash slots, 101316 rules. >Dec 12 09:01:17 localhost kernel: SELinux: 2048 avtab hash slots, 101316 rules. >Dec 12 09:01:17 localhost kernel: SELinux: 8 users, 83 roles, 4634 types, 265 bools, 1 sens, 1024 cats >Dec 12 09:01:17 localhost kernel: SELinux: 83 classes, 101316 rules >Dec 12 09:01:17 localhost kernel: SELinux: Completing initialization. >Dec 12 09:01:17 localhost kernel: SELinux: Setting up existing superblocks. >Dec 12 09:01:17 localhost kernel: SELinux: initialized (dev sysfs, type sysfs), uses genfs_contexts >Dec 12 09:01:17 localhost kernel: SELinux: initialized (dev rootfs, type rootfs), uses genfs_contexts >Dec 12 09:01:17 localhost kernel: SELinux: initialized (dev bdev, type bdev), uses genfs_contexts >Dec 12 09:01:17 localhost kernel: SELinux: initialized (dev proc, type proc), uses genfs_contexts >Dec 12 09:01:17 localhost kernel: SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs >Dec 12 09:01:17 localhost kernel: SELinux: initialized (dev devtmpfs, type devtmpfs), uses transition SIDs >Dec 12 09:01:17 localhost kernel: SELinux: initialized (dev sockfs, type sockfs), uses task SIDs >Dec 12 09:01:17 localhost kernel: SELinux: initialized (dev debugfs, type debugfs), uses genfs_contexts >Dec 12 09:01:17 localhost kernel: SELinux: initialized (dev pipefs, type pipefs), uses task SIDs >Dec 12 09:01:17 localhost kernel: SELinux: initialized (dev anon_inodefs, type anon_inodefs), uses genfs_contexts >Dec 12 09:01:17 localhost kernel: SELinux: initialized (dev devpts, type devpts), uses transition SIDs >Dec 12 09:01:17 localhost kernel: SELinux: initialized (dev hugetlbfs, type hugetlbfs), uses transition SIDs >Dec 12 09:01:17 localhost kernel: SELinux: initialized (dev mqueue, type mqueue), uses transition SIDs >Dec 12 09:01:17 localhost kernel: SELinux: initialized (dev selinuxfs, type selinuxfs), uses genfs_contexts >Dec 12 09:01:17 localhost kernel: SELinux: initialized (dev sysfs, type sysfs), uses genfs_contexts >Dec 12 09:01:17 localhost kernel: SELinux: initialized (dev securityfs, type securityfs), uses genfs_contexts >Dec 12 09:01:17 localhost kernel: SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs >Dec 12 09:01:17 localhost kernel: SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs >Dec 12 09:01:17 localhost kernel: SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs >Dec 12 09:01:17 localhost kernel: SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >Dec 12 09:01:17 localhost kernel: SELinux: initialized (dev pstore, type pstore), uses genfs_contexts >Dec 12 09:01:17 localhost kernel: SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >Dec 12 09:01:17 localhost kernel: SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >Dec 12 09:01:17 localhost kernel: SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >Dec 12 09:01:17 localhost kernel: SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >Dec 12 09:01:17 localhost kernel: SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >Dec 12 09:01:17 localhost kernel: SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >Dec 12 09:01:17 localhost kernel: SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >Dec 12 09:01:17 localhost kernel: SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >Dec 12 09:01:17 localhost kernel: SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >Dec 12 09:01:17 localhost kernel: SELinux: initialized (dev rpc_pipefs, type rpc_pipefs), uses genfs_contexts >Dec 12 09:01:17 localhost kernel: SELinux: initialized (dev sr0, type iso9660), uses genfs_contexts >Dec 12 09:01:17 localhost kernel: SELinux: initialized (dev loop0, type squashfs), uses xattr >Dec 12 09:01:17 localhost kernel: SELinux: initialized (dev loop2, type squashfs), uses xattr >Dec 12 09:01:17 localhost kernel: SELinux: initialized (dev dm-0, type ext4), uses xattr >Dec 12 09:01:17 localhost kernel: type=1403 audit(1386856874.327:3): policy loaded auid=4294967295 ses=4294967295 >Dec 12 09:01:17 localhost systemd[1]: Successfully loaded SELinux policy in 498.432ms. >Dec 12 09:01:17 localhost systemd[1]: Relabelled /dev and /run in 60.134ms. >Dec 12 09:01:17 localhost kernel: SELinux: initialized (dev autofs, type autofs), uses genfs_contexts >Dec 12 09:01:17 localhost kernel: SELinux: initialized (dev hugetlbfs, type hugetlbfs), uses transition SIDs >Dec 12 09:01:17 localhost kernel: SELinux: initialized (dev configfs, type configfs), uses genfs_contexts >Dec 12 09:01:17 localhost kernel: SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs >Dec 12 09:01:17 localhost kernel: EXT4-fs (dm-0): re-mounted. Opts: (null) >Dec 12 09:01:17 localhost systemd-journal[577]: Journal started >Dec 12 09:01:12 localhost rpcbind[201]: rpcbind terminating on signal. Restart with "rpcbind -w" >Dec 12 09:01:12 localhost rpcbind[201]: cannot open file = /var/lib/rpcbind/rpcbind.xdr for writing >Dec 12 09:01:12 localhost rpcbind[201]: cannot save any registration >Dec 12 09:01:12 localhost rpcbind[201]: cannot open file = /var/lib/rpcbind/portmap.xdr for writing >Dec 12 09:01:12 localhost rpcbind[201]: cannot save any registration >Dec 12 09:01:13 localhost systemd-cgroups-agent[533]: Failed to get D-Bus connection: Failed to connect to socket /run/systemd/private: No such file or directory >Dec 12 09:01:14 localhost systemd[1]: systemd 208 running in system mode. (+PAM +LIBWRAP +AUDIT +SELINUX +IMA +SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ) >Dec 12 09:01:14 localhost systemd[1]: Detected virtualization 'kvm'. >Dec 12 09:01:14 localhost systemd[1]: Failed to open private bus connection: Failed to connect to socket /var/run/dbus/system_bus_socket: No such file or directory >Dec 12 09:01:15 localhost systemd[1]: [/usr/lib/systemd/system/rtkit-daemon.service:32] Unknown lvalue 'ControlGroup' in section 'Service' >Dec 12 09:01:16 localhost systemd[1]: Started Remount Root and Kernel File Systems. >Dec 12 09:01:16 localhost systemd[1]: Started Create list of required static device nodes for the current kernel. >Dec 12 09:01:16 localhost systemd[1]: Starting Create static device nodes in /dev... >Dec 12 09:01:16 localhost systemd[1]: Starting Import network configuration from initramfs... >Dec 12 09:01:16 localhost systemd[1]: Starting Configure read-only root support... >Dec 12 09:01:16 localhost systemd[1]: Starting Load/Save Random Seed... >Dec 12 09:01:17 localhost systemd[1]: Started Load/Save Random Seed. >Dec 12 09:01:17 localhost systemd[1]: Starting LVM2 metadata daemon... >Dec 12 09:01:17 localhost systemd[1]: Started Configure read-only root support. >Dec 12 09:01:17 localhost kernel: Installing knfsd (copyright (C) 1996 okir@monad.swb.de). >Dec 12 09:01:17 localhost kernel: SELinux: initialized (dev nfsd, type nfsd), uses genfs_contexts >Dec 12 09:01:17 localhost systemd[1]: Mounted RPC Pipe File System. >Dec 12 09:01:17 localhost systemd[1]: Started udev Coldplug all Devices. >Dec 12 09:01:17 localhost systemd[1]: Starting udev Wait for Complete Device Initialization... >Dec 12 09:01:17 localhost systemd[1]: Started Import network configuration from initramfs. >Dec 12 09:01:17 localhost systemd[1]: Started LVM2 metadata daemon. >Dec 12 09:01:17 localhost lvm[571]: No volume groups found >Dec 12 09:01:17 localhost systemd[1]: Started Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling. >Dec 12 09:01:17 localhost systemd[1]: Started Create static device nodes in /dev. >Dec 12 09:01:17 localhost systemd[1]: Starting udev Kernel Device Manager... >Dec 12 09:01:17 localhost systemd[1]: Starting Local File Systems (Pre). >Dec 12 09:01:17 localhost systemd[1]: Reached target Local File Systems (Pre). >Dec 12 09:01:17 localhost systemd[1]: Started udev Kernel Device Manager. >Dec 12 09:01:17 localhost systemd-udevd[608]: starting version 208 >Dec 12 09:01:18 localhost systemd[1]: Started udev Wait for Complete Device Initialization. >Dec 12 09:01:18 localhost systemd[1]: Starting Activation of DM RAID sets... >Dec 12 09:01:18 localhost systemd[1]: Started Activation of DM RAID sets. >Dec 12 09:01:18 localhost systemd[1]: Starting Local File Systems. >Dec 12 09:01:18 localhost systemd[1]: Reached target Local File Systems. >Dec 12 09:01:18 localhost systemd[1]: Started Reconfigure the system on administrator request. >Dec 12 09:01:18 localhost systemd[1]: Started Mark the need to relabel after reboot. >Dec 12 09:01:18 localhost systemd[1]: Started Relabel all filesystems, if necessary. >Dec 12 09:01:18 localhost systemd[1]: Starting Recreate Volatile Files and Directories... >Dec 12 09:01:18 localhost systemd[1]: Starting Security Auditing Service... >Dec 12 09:01:18 localhost systemd[1]: Starting Tell Plymouth To Write Out Runtime Data... >Dec 12 09:01:18 localhost systemd[1]: Starting Trigger Flushing of Journal to Persistent Storage... >Dec 12 09:01:18 localhost systemd[1]: Starting Encrypted Volumes. >Dec 12 09:01:18 localhost systemd[1]: Reached target Encrypted Volumes. >Dec 12 09:01:18 localhost auditctl[627]: No rules >Dec 12 09:01:18 localhost auditctl[627]: AUDIT_STATUS: enabled=0 flag=1 pid=0 rate_limit=0 backlog_limit=320 lost=0 backlog=0 >Dec 12 09:01:18 localhost systemd[1]: Started Security Auditing Service. >Dec 12 09:01:18 localhost systemd[1]: Mounted Configuration File System. >Dec 12 09:01:18 localhost systemd-journal[577]: Permanent journal is using 8.0M (max 390.3M, leaving 585.5M of free 832.9M, current limit 247.3M). >Dec 12 09:01:18 localhost systemd-journal[577]: Time spent on flushing to /var is 65.123ms for 773 entries. >Dec 12 09:01:18 localhost systemd[1]: Started Trigger Flushing of Journal to Persistent Storage. >Dec 12 09:01:18 localhost systemd[1]: Started Tell Plymouth To Write Out Runtime Data. >Dec 12 09:01:18 localhost auditd[626]: Started dispatcher: /sbin/audispd pid: 637 >Dec 12 09:01:18 localhost audispd[637]: priority_boost_parser called with: 4 >Dec 12 09:01:18 localhost audispd[637]: max_restarts_parser called with: 10 >Dec 12 09:01:18 localhost audispd[637]: No plugins found, exiting >Dec 12 09:01:18 localhost kernel: type=1305 audit(1386856878.834:4): audit_pid=626 old=0 auid=4294967295 ses=4294967295 >subj=system_u:system_r:auditd_t:s0 res=1 >Dec 12 09:01:18 localhost auditd[626]: Init complete, auditd 2.3.2 listening for events (startup state enable) >Dec 12 09:01:18 localhost systemd-tmpfiles[625]: Unable to fix label of /run/log/journal: No such file or directory >Dec 12 09:01:18 localhost systemd-tmpfiles[625]: Unable to fix label of /run/log/journal/d9e37d2873fd2296072a82313725ae5b: No such file or directory >Dec 12 09:01:19 localhost systemd[1]: Started Recreate Volatile Files and Directories. >Dec 12 09:01:19 localhost systemd[1]: Starting Update UTMP about System Reboot/Shutdown... >Dec 12 09:01:19 localhost systemd[1]: Started Update UTMP about System Reboot/Shutdown. >Dec 12 09:01:19 localhost systemd[1]: Starting System Initialization. >Dec 12 09:01:19 localhost systemd[1]: Reached target System Initialization. >Dec 12 09:01:19 localhost systemd[1]: Starting Daily Cleanup of Temporary Directories. >Dec 12 09:01:19 localhost systemd[1]: Started Daily Cleanup of Temporary Directories. >Dec 12 09:01:19 localhost systemd[1]: Started dnf makecache timer. >Dec 12 09:01:19 localhost systemd[1]: Starting Timers. >Dec 12 09:01:19 localhost systemd[1]: Reached target Timers. >Dec 12 09:01:19 localhost systemd[1]: Starting Manage Sound Card State (restore and store)... >Dec 12 09:01:19 localhost systemd[1]: Started Manage Sound Card State (restore and store). >Dec 12 09:01:19 localhost systemd[1]: Started Restore Sound Card State. >Dec 12 09:01:19 localhost systemd[1]: Starting CUPS Printer Service Spool. >Dec 12 09:01:19 localhost systemd[1]: Started CUPS Printer Service Spool. >Dec 12 09:01:19 localhost systemd[1]: Starting Paths. >Dec 12 09:01:19 localhost systemd[1]: Reached target Paths. >Dec 12 09:01:19 localhost systemd[1]: Starting CUPS Printing Service Sockets. >Dec 12 09:01:19 localhost systemd[1]: Listening on CUPS Printing Service Sockets. >Dec 12 09:01:19 localhost systemd[1]: Starting Open-iSCSI iscsid Socket. >Dec 12 09:01:19 localhost systemd[1]: Listening on Open-iSCSI iscsid Socket. >Dec 12 09:01:19 localhost systemd[1]: Starting RPCbind Server Activation Socket. >Dec 12 09:01:19 localhost alsactl[642]: alsactl 1.0.27.2 daemon started >Dec 12 09:01:19 localhost systemd[1]: Listening on RPCbind Server Activation Socket. >Dec 12 09:01:19 localhost systemd[1]: Starting Open-iSCSI iscsiuio Socket. >Dec 12 09:01:19 localhost alsactl[642]: /usr/sbin/alsactl: load_state:1677Cannot open /var/lib/alsa/asound.state for reading: No such file or directory >Dec 12 09:01:19 localhost systemd[1]: Listening on Open-iSCSI iscsiuio Socket. >Dec 12 09:01:19 localhost systemd[1]: Starting Avahi mDNS/DNS-SD Stack Activation Socket. >Dec 12 09:01:19 localhost systemd[1]: Listening on Avahi mDNS/DNS-SD Stack Activation Socket. >Dec 12 09:01:19 localhost systemd[1]: Starting D-Bus System Message Bus Socket. >Dec 12 09:01:19 localhost systemd[1]: Listening on D-Bus System Message Bus Socket. >Dec 12 09:01:19 localhost kernel: piix4_smbus 0000:00:01.3: SMBus Host Controller at 0xb100, revision 0 >Dec 12 09:01:19 localhost systemd[1]: Starting Sockets. >Dec 12 09:01:19 localhost systemd[1]: Reached target Sockets. >Dec 12 09:01:19 localhost systemd[1]: Starting Basic System. >Dec 12 09:01:19 localhost systemd[1]: Reached target Basic System. >Dec 12 09:01:19 localhost systemd[1]: Starting LSB: Init script for live image.... >Dec 12 09:01:19 localhost systemd[1]: Starting firewalld - dynamic firewall daemon... >Dec 12 09:01:19 localhost systemd[1]: Starting Permit User Sessions... >Dec 12 09:01:19 localhost systemd[1]: Starting Accounts Service... >Dec 12 09:01:19 localhost systemd[1]: Starting RealtimeKit Scheduling Policy Service... >Dec 12 09:01:19 localhost systemd[1]: Starting irqbalance daemon... >Dec 12 09:01:19 localhost systemd[1]: Started irqbalance daemon. >Dec 12 09:01:19 localhost systemd[1]: Starting NTP client/server... >Dec 12 09:01:19 localhost systemd[1]: Starting Self Monitoring and Reporting Technology (SMART) Daemon... >Dec 12 09:01:19 localhost kernel: parport_pc 00:04: reported by Plug and Play ACPI >Dec 12 09:01:19 localhost systemd[1]: Started Self Monitoring and Reporting Technology (SMART) Daemon. >Dec 12 09:01:19 localhost systemd[1]: Starting Machine Check Exception Logging Daemon... >Dec 12 09:01:19 localhost systemd[1]: Starting Hardware RNG Entropy Gatherer Daemon... >Dec 12 09:01:19 localhost kernel: virtio-pci 0000:00:06.0: irq 49 for MSI/MSI-X >Dec 12 09:01:19 localhost kernel: virtio-pci 0000:00:06.0: irq 50 for MSI/MSI-X >Dec 12 09:01:20 localhost systemd[1]: Started Hardware RNG Entropy Gatherer Daemon. >Dec 12 09:01:20 localhost systemd[1]: Starting Modem Manager... >Dec 12 09:01:20 localhost systemd[1]: Started Service for virtual machines hosted on VMware. >Dec 12 09:01:20 localhost systemd[1]: Started Software RAID monitoring and management. >Dec 12 09:01:20 localhost systemd[1]: Starting Login Service... >Dec 12 09:01:20 localhost systemd[1]: Starting Avahi mDNS/DNS-SD Stack... >Dec 12 09:01:20 localhost systemd[1]: Starting System Logging Service... >Dec 12 09:01:20 localhost chronyd[672]: chronyd version 1.29 starting >Dec 12 09:01:20 localhost systemd[1]: Starting D-Bus System Message Bus... >Dec 12 09:01:20 localhost rngd[664]: Unable to open file: /dev/tpm0 >Dec 12 09:01:20 localhost rngd[664]: can't open any entropy source >Dec 12 09:01:20 localhost rngd[664]: Maybe RNG device modules are not loaded >Dec 12 09:01:20 localhost systemd[1]: Started D-Bus System Message Bus. >Dec 12 09:01:20 localhost chronyd[672]: Linux kernel major=3 minor=11 patch=10 >Dec 12 09:01:20 localhost chronyd[672]: hz=100 shift_hz=7 freq_scale=1.00000000 nominal_tick=10000 slew_delta_tick=833 max_tick_bias=1000 shift_pll=2 >Dec 12 09:01:20 localhost /usr/sbin/irqbalance[658]: Balancing is ineffective on systems with a single cpu. Shutting down >Dec 12 09:01:20 localhost systemd[1]: Started Permit User Sessions. >Dec 12 09:01:20 localhost chronyd[672]: Generated key 1 >Dec 12 09:01:20 localhost systemd[1]: rngd.service: main process exited, code=exited, status=1/FAILURE >Dec 12 09:01:20 localhost systemd[1]: Unit rngd.service entered failed state. >Dec 12 09:01:20 localhost systemd[1]: Starting Job spooling tools... >Dec 12 09:01:21 localhost systemd[1]: Started Job spooling tools. >Dec 12 09:01:21 localhost systemd[1]: Starting Command Scheduler... >Dec 12 09:01:21 localhost avahi-daemon[668]: Found user 'avahi' (UID 70) and group 'avahi' (GID 70). >Dec 12 09:01:21 localhost avahi-daemon[668]: Successfully dropped root privileges. >Dec 12 09:01:21 localhost avahi-daemon[668]: avahi-daemon 0.6.31 starting up. >Dec 12 09:01:21 localhost systemd[1]: Started Command Scheduler. >Dec 12 09:01:21 localhost systemd[1]: Started Machine Check Exception Logging Daemon. >Dec 12 09:01:21 localhost smartd[662]: smartd 6.2 2013-07-26 r3841 [x86_64-linux-3.11.10-301.fc20.x86_64] (local build) >Dec 12 09:01:21 localhost smartd[662]: Copyright (C) 2002-13, Bruce Allen, Christian Franke, www.smartmontools.org >Dec 12 09:01:21 localhost ModemManager[665]: <info> ModemManager (version 1.1.0-2.git20130913.fc20) starting... >Dec 12 09:01:21 localhost smartd[662]: Opened configuration file /etc/smartmontools/smartd.conf >Dec 12 09:01:21 localhost smartd[662]: Configuration file /etc/smartmontools/smartd.conf was parsed, found DEVICESCAN, scanning devices >Dec 12 09:01:21 localhost smartd[662]: Problem creating device name scan list >Dec 12 09:01:21 localhost smartd[662]: In the system's table of devices NO devices found to scan >Dec 12 09:01:21 localhost smartd[662]: Monitoring 0 ATA and 0 SCSI devices >Dec 12 09:01:21 localhost systemd[1]: Started NTP client/server. >Dec 12 09:01:21 localhost crond[683]: (CRON) INFO (Syslog will be used instead of sendmail.) >Dec 12 09:01:21 localhost crond[683]: (CRON) INFO (RANDOM_DELAY will be scaled with factor 1% if used.) >Dec 12 09:01:21 localhost kernel: microcode: CPU0 sig=0x623, pf=0x0, revision=0x1 >Dec 12 09:01:21 localhost mtp-probe[660]: checking bus 1, device 2: "/sys/devices/pci0000:00/0000:00:05.7/usb1/1-1" >Dec 12 09:01:21 localhost mtp-probe[660]: bus: 1, device: 2 was not an MTP device >Dec 12 09:01:21 localhost systemd[1]: Started System Logging Service. >Dec 12 09:01:21 localhost kernel: microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba >Dec 12 09:01:22 localhost kernel: SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs >Dec 12 09:01:22 localhost kernel: SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs >Dec 12 09:01:23 localhost systemd[1]: Found device /dev/virtio-ports/org.qemu.guest_agent.0. >Dec 12 09:01:23 localhost systemd[1]: Starting QEMU Guest Agent... >Dec 12 09:01:23 localhost systemd[1]: Started QEMU Guest Agent. >Dec 12 09:01:23 localhost systemd[1]: Started QEMU Guest Agent. >Dec 12 09:01:23 localhost systemd[1]: Starting Agent daemon for Spice guests... >Dec 12 09:01:23 localhost rtkit-daemon[656]: Successfully called chroot. >Dec 12 09:01:23 localhost rtkit-daemon[656]: Successfully dropped privileges. >Dec 12 09:01:23 localhost rtkit-daemon[656]: Successfully limited resources. >Dec 12 09:01:23 localhost rtkit-daemon[656]: Running. >Dec 12 09:01:23 localhost rtkit-daemon[656]: Watchdog thread running. >Dec 12 09:01:23 localhost rtkit-daemon[656]: Canary thread running. >Dec 12 09:01:23 localhost avahi-daemon[668]: Successfully called chroot(). >Dec 12 09:01:23 localhost avahi-daemon[668]: Successfully dropped remaining capabilities. >Dec 12 09:01:23 localhost avahi-daemon[668]: Loading service file /services/udisks.service. >Dec 12 09:01:23 localhost avahi-daemon[668]: System host name is set to 'localhost'. This is not a suitable mDNS host name, looking for alternatives. >Dec 12 09:01:23 localhost avahi-daemon[668]: Network interface enumeration completed. >Dec 12 09:01:23 localhost avahi-daemon[668]: Registering HINFO record with values 'X86_64'/'LINUX'. >Dec 12 09:01:23 localhost avahi-daemon[668]: Server startup complete. Host name is linux.local. Local service cookie is 2664292910. >Dec 12 09:01:23 localhost avahi-daemon[668]: Service "linux" (/services/udisks.service) successfully established. >Dec 12 09:01:23 localhost kernel: ppdev: user-space parallel port driver >Dec 12 09:01:23 localhost systemd[1]: Started RealtimeKit Scheduling Policy Service. >Dec 12 09:01:23 localhost systemd[1]: Started Avahi mDNS/DNS-SD Stack. >Dec 12 09:01:23 localhost systemd-logind[667]: New seat seat0. >Dec 12 09:01:23 localhost systemd-logind[667]: Watching system buttons on /dev/input/event0 (Power Button) >Dec 12 09:01:23 localhost systemd[1]: Started Login Service. >Dec 12 09:01:23 localhost systemd[1]: Started Agent daemon for Spice guests. >Dec 12 09:01:23 localhost systemd[1]: Starting Agent daemon for Spice guests. >Dec 12 09:01:23 localhost systemd[1]: Reached target Agent daemon for Spice guests. >Dec 12 09:01:23 localhost useradd[719]: new group: name=liveuser, GID=1000 >Dec 12 09:01:23 localhost useradd[719]: new user: name=liveuser, UID=1000, GID=1000, home=/home/liveuser, shell=/bin/bash >Dec 12 09:01:23 localhost dbus-daemon[674]: dbus[674]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service' >Dec 12 09:01:23 localhost dbus[674]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service' >Dec 12 09:01:23 localhost systemd[1]: Starting Authorization Manager... >Dec 12 09:01:24 localhost kernel: snd_hda_intel 0000:00:04.0: irq 51 for MSI/MSI-X >Dec 12 09:01:24 localhost kernel: snd_hda_intel 0000:00:04.0: setting latency timer to 64 >Dec 12 09:01:24 localhost kernel: ALSA sound/pci/hda/hda_auto_parser.c:393 autoconfig: line_outs=1 (0x3/0x0/0x0/0x0/0x0) type:line >Dec 12 09:01:24 localhost kernel: ALSA sound/pci/hda/hda_auto_parser.c:397 speaker_outs=0 (0x0/0x0/0x0/0x0/0x0) >Dec 12 09:01:24 localhost kernel: ALSA sound/pci/hda/hda_auto_parser.c:401 hp_outs=0 (0x0/0x0/0x0/0x0/0x0) >Dec 12 09:01:24 localhost kernel: ALSA sound/pci/hda/hda_auto_parser.c:402 mono: mono_out=0x0 >Dec 12 09:01:24 localhost kernel: ALSA sound/pci/hda/hda_auto_parser.c:406 inputs: >Dec 12 09:01:24 localhost kernel: ALSA sound/pci/hda/hda_auto_parser.c:410 Line=0x5 >Dec 12 09:01:24 localhost systemd[1]: Starting Sound Card. >Dec 12 09:01:24 localhost systemd[1]: Reached target Sound Card. >Dec 12 09:01:24 localhost polkitd[724]: Started polkitd version 0.112 >Dec 12 09:01:24 localhost livesys[645]: Adding live user [ OK ] >Dec 12 09:01:24 localhost polkitd[724]: Loading rules from directory /etc/polkit-1/rules.d >Dec 12 09:01:24 localhost polkitd[724]: Loading rules from directory /usr/share/polkit-1/rules.d >Dec 12 09:01:24 localhost polkitd[724]: Finished loading, compiling and executing 4 rules >Dec 12 09:01:24 localhost dbus-daemon[674]: dbus[674]: [system] Successfully activated service 'org.freedesktop.PolicyKit1' >Dec 12 09:01:24 localhost dbus[674]: [system] Successfully activated service 'org.freedesktop.PolicyKit1' >Dec 12 09:01:24 localhost systemd[1]: Started Authorization Manager. >Dec 12 09:01:24 localhost polkitd[724]: Acquired the name org.freedesktop.PolicyKit1 on the system bus >Dec 12 09:01:24 localhost accounts-daemon[655]: started daemon version 0.6.35 >Dec 12 09:01:24 localhost systemd[1]: Started Accounts Service. >Dec 12 09:01:25 localhost usermod[742]: add 'liveuser' to group 'wheel' >Dec 12 09:01:25 localhost usermod[742]: add 'liveuser' to shadow group 'wheel' >Dec 12 09:01:25 localhost systemd[1]: Started Modem Manager. >Dec 12 09:01:25 localhost systemd[1]: Stopped Software RAID monitoring and management. >Dec 12 09:01:26 localhost livesys[645]: No such schema 'org.gnome.settings-daemon.plugins.updates' >Dec 12 09:01:26 localhost systemd[1]: Stopping Command Scheduler... >Dec 12 09:01:26 localhost kernel: nf_conntrack version 0.5.0 (16384 buckets, 65536 max) >Dec 12 09:01:26 localhost kernel: ip6_tables: (C) 2000-2006 Netfilter Core Team >Dec 12 09:01:26 localhost kernel: Ebtables v2.0 registered >Dec 12 09:01:26 localhost crond[683]: (CRON) INFO (running with inotify support) >Dec 12 09:01:26 localhost systemd[1]: Stopped Command Scheduler. >Dec 12 09:01:26 localhost kernel: Bridge firewalling registered >Dec 12 09:01:26 localhost systemd[1]: Stopping Job spooling tools... >Dec 12 09:01:26 localhost systemd[1]: Stopped Job spooling tools. >Dec 12 09:01:27 localhost systemd[1]: Started firewalld - dynamic firewall daemon. >Dec 12 09:01:27 localhost systemd[1]: Starting Network Manager... >Dec 12 09:01:27 localhost ModemManager[665]: <warn> Couldn't find support for device at '/sys/devices/pci0000:00/0000:00:03.0': not supported by any plugin >Dec 12 09:01:27 localhost systemd[1]: Started LSB: Init script for live image.. >Dec 12 09:01:27 localhost systemd[1]: Starting SYSV: Late init script for live image.... >Dec 12 09:01:27 localhost systemd[1]: Started Initial Setup configuration program. >Dec 12 09:01:27 localhost systemd[1]: Starting The KDE login manager... >Dec 12 09:01:27 localhost systemd[1]: Started The KDE login manager. >Dec 12 09:01:27 localhost NetworkManager[828]: <info> NetworkManager (version 0.9.9.0-20.git20131003.fc20) is starting... >Dec 12 09:01:27 localhost NetworkManager[828]: <info> Read config: /etc/NetworkManager/NetworkManager.conf >Dec 12 09:01:27 localhost NetworkManager[828]: <info> WEXT support is enabled >Dec 12 09:01:27 localhost systemd[1]: Started SYSV: Late init script for live image.. >Dec 12 09:01:28 localhost kdm[860]: plymouth is running >Dec 12 09:01:28 localhost kdm[860]: plymouth is active on VT 1, reusing for :0 >Dec 12 09:01:28 localhost kdm[860]: plymouth should quit after server startup >Dec 12 09:01:28 localhost kernel: cfg80211: Calling CRDA to update world regulatory domain >Dec 12 09:01:28 localhost kernel: cfg80211: World regulatory domain updated: >Dec 12 09:01:28 localhost kernel: cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp) >Dec 12 09:01:28 localhost kernel: cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) >Dec 12 09:01:28 localhost kernel: cfg80211: (2457000 KHz - 2482000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) >Dec 12 09:01:28 localhost kernel: cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm) >Dec 12 09:01:28 localhost kernel: cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) >Dec 12 09:01:28 localhost kernel: cfg80211: (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) >Dec 12 09:01:28 localhost NetworkManager[828]: <info> VPN: loaded org.freedesktop.NetworkManager.l2tp >Dec 12 09:01:28 localhost NetworkManager[828]: <info> VPN: loaded org.freedesktop.NetworkManager.openconnect >Dec 12 09:01:28 localhost NetworkManager[828]: <info> VPN: loaded org.freedesktop.NetworkManager.pptp >Dec 12 09:01:28 localhost NetworkManager[828]: <info> VPN: loaded org.freedesktop.NetworkManager.openswan >Dec 12 09:01:28 localhost NetworkManager[828]: <info> VPN: loaded org.freedesktop.NetworkManager.vpnc >Dec 12 09:01:28 localhost NetworkManager[828]: <info> VPN: loaded org.freedesktop.NetworkManager.openvpn >Dec 12 09:01:28 localhost NetworkManager[828]: ifcfg-rh: Acquired D-Bus service com.redhat.ifcfgrh1 >Dec 12 09:01:28 localhost NetworkManager[828]: <info> Loaded plugin ifcfg-rh: (c) 2007 - 2010 Red Hat, Inc. To report bugs please use the NetworkManager mailing list. >Dec 12 09:01:28 localhost NetworkManager[828]: <info> Loaded plugin keyfile: (c) 2007 - 2010 Red Hat, Inc. To report bugs please use the NetworkManager mailing list. >Dec 12 09:01:28 localhost NetworkManager[828]: ifcfg-rh: parsing /etc/sysconfig/network-scripts/ifcfg-lo ... >Dec 12 09:01:28 localhost NetworkManager[828]: <info> monitoring kernel firmware directory '/lib/firmware'. >Dec 12 09:01:28 localhost NetworkManager[828]: <info> WiFi hardware radio set enabled >Dec 12 09:01:28 localhost systemd[1]: Started Network Manager. >Dec 12 09:01:28 localhost systemd[1]: Starting Network. >Dec 12 09:01:28 localhost systemd[1]: Reached target Network. >Dec 12 09:01:28 localhost systemd[1]: Started Login and scanning of iSCSI devices. >Dec 12 09:01:28 localhost systemd[1]: Starting RPC bind service... >Dec 12 09:01:28 localhost NetworkManager[828]: <info> WiFi enabled by radio killswitch; enabled by state file >Dec 12 09:01:28 localhost NetworkManager[828]: <info> WWAN enabled by radio killswitch; enabled by state file >Dec 12 09:01:28 localhost NetworkManager[828]: <info> WiMAX enabled by radio killswitch; enabled by state file >Dec 12 09:01:28 localhost NetworkManager[828]: <info> Networking is enabled by state file >Dec 12 09:01:28 localhost NetworkManager[828]: <info> (lo): link connected >Dec 12 09:01:28 localhost NetworkManager[828]: <info> (lo): carrier is ON >Dec 12 09:01:28 localhost NetworkManager[828]: <info> (lo): new Generic device (driver: 'unknown' ifindex: 1) >Dec 12 09:01:28 localhost NetworkManager[828]: <info> (lo): exported as /org/freedesktop/NetworkManager/Devices/0 >Dec 12 09:01:28 localhost NetworkManager[828]: <info> (lo): No existing connection detected. >Dec 12 09:01:28 localhost NetworkManager[828]: <info> (eth0): carrier is OFF >Dec 12 09:01:28 localhost NetworkManager[828]: <info> (eth0): new Ethernet device (driver: 'virtio_net' ifindex: 2) >Dec 12 09:01:28 localhost NetworkManager[828]: <info> (eth0): exported as /org/freedesktop/NetworkManager/Devices/1 >Dec 12 09:01:28 localhost NetworkManager[828]: <info> (eth0): No existing connection detected. >Dec 12 09:01:28 localhost NetworkManager[828]: <info> (eth0): device state change: unmanaged -> unavailable (reason 'managed') [10 20 2] >Dec 12 09:01:28 localhost NetworkManager[828]: <info> (eth0): bringing up device. >Dec 12 09:01:28 localhost NetworkManager[828]: <info> (eth0): link connected >Dec 12 09:01:28 localhost NetworkManager[828]: <info> Added default wired connection 'Wired connection 1' for /sys/devices/pci0000:00/0000:00:03.0/virtio0/net/eth0 >Dec 12 09:01:28 localhost dbus-daemon[674]: dbus[674]: [system] Activating via systemd: service name='org.bluez' unit='dbus-org.bluez.service' >Dec 12 09:01:28 localhost dbus[674]: [system] Activating via systemd: service name='org.bluez' unit='dbus-org.bluez.service' >Dec 12 09:01:28 localhost systemd[1]: Starting Bluetooth service... >Dec 12 09:01:28 localhost NetworkManager[828]: <info> (eth0): device state change: unavailable -> disconnected (reason 'carrier-changed') [20 30 40] >Dec 12 09:01:28 localhost systemd[1]: Started RPC bind service. >Dec 12 09:01:28 localhost bluetoothd[898]: Bluetooth daemon 5.12 >Dec 12 09:01:28 localhost rpcbind[899]: Cannot open '/var/lib/rpcbind/rpcbind.xdr' file for reading, errno 2 (No such file or directory) >Dec 12 09:01:28 localhost rpcbind[899]: Cannot open '/var/lib/rpcbind/portmap.xdr' file for reading, errno 2 (No such file or directory) >Dec 12 09:01:28 localhost NetworkManager[828]: <info> ModemManager available in the bus >Dec 12 09:01:28 localhost dbus[674]: [system] Successfully activated service 'org.bluez' >Dec 12 09:01:28 localhost NetworkManager[828]: <info> Auto-activating connection 'Wired connection 1'. >Dec 12 09:01:28 localhost NetworkManager[828]: <info> Activation (eth0) starting connection 'Wired connection 1' >Dec 12 09:01:28 localhost NetworkManager[828]: <info> (eth0): device state change: disconnected -> prepare (reason 'none') [30 40 0] >Dec 12 09:01:28 localhost NetworkManager[828]: <info> NetworkManager state is now CONNECTING >Dec 12 09:01:28 localhost NetworkManager[828]: <info> Activation (eth0) Stage 1 of 5 (Device Prepare) scheduled... >Dec 12 09:01:28 localhost NetworkManager[828]: <info> Activation (eth0) Stage 1 of 5 (Device Prepare) started... >Dec 12 09:01:28 localhost NetworkManager[828]: <info> Activation (eth0) Stage 2 of 5 (Device Configure) scheduled... >Dec 12 09:01:28 localhost NetworkManager[828]: <info> Activation (eth0) Stage 1 of 5 (Device Prepare) complete. >Dec 12 09:01:28 localhost NetworkManager[828]: <info> Activation (eth0) Stage 2 of 5 (Device Configure) starting... >Dec 12 09:01:28 localhost NetworkManager[828]: <info> (eth0): device state change: prepare -> config (reason 'none') [40 50 0] >Dec 12 09:01:28 localhost NetworkManager[828]: <info> Activation (eth0) Stage 2 of 5 (Device Configure) successful. >Dec 12 09:01:28 localhost NetworkManager[828]: <info> Activation (eth0) Stage 2 of 5 (Device Configure) complete. >Dec 12 09:01:28 localhost dbus-daemon[674]: dbus[674]: [system] Successfully activated service 'org.bluez' >Dec 12 09:01:28 localhost systemd[1]: Starting NFS file locking service.... >Dec 12 09:01:28 localhost systemd[1]: Started Bluetooth service. >Dec 12 09:01:28 localhost kernel: Bluetooth: Core ver 2.16 >Dec 12 09:01:28 localhost kernel: NET: Registered protocol family 31 >Dec 12 09:01:28 localhost kernel: Bluetooth: HCI device and connection manager initialized >Dec 12 09:01:28 localhost bluetoothd[898]: Starting SDP server >Dec 12 09:01:28 localhost kernel: Bluetooth: HCI socket layer initialized >Dec 12 09:01:28 localhost kernel: Bluetooth: L2CAP socket layer initialized >Dec 12 09:01:28 localhost kernel: Bluetooth: SCO socket layer initialized >Dec 12 09:01:28 localhost kernel: Bluetooth: BNEP (Ethernet Emulation) ver 1.3 >Dec 12 09:01:28 localhost kernel: Bluetooth: BNEP filters: protocol multicast >Dec 12 09:01:28 localhost kernel: Bluetooth: BNEP socket layer initialized >Dec 12 09:01:28 localhost bluetoothd[898]: Bluetooth management interface 1.3 initialized >Dec 12 09:01:28 localhost dbus[674]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' >Dec 12 09:01:28 localhost dbus-daemon[674]: dbus[674]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' >Dec 12 09:01:28 localhost systemd[1]: Starting Hostname Service... >Dec 12 09:01:29 localhost dbus-daemon[674]: dbus[674]: [system] Successfully activated service 'org.freedesktop.hostname1' >Dec 12 09:01:29 localhost dbus[674]: [system] Successfully activated service 'org.freedesktop.hostname1' >Dec 12 09:01:29 localhost systemd[1]: Started Hostname Service. >Dec 12 09:01:29 localhost rpc.statd[929]: Version 1.2.7 starting >Dec 12 09:01:29 localhost sm-notify[930]: Version 1.2.7 starting >Dec 12 09:01:29 localhost rpc.statd[929]: Initializing NSM state >Dec 12 09:01:29 localhost systemd[1]: Started NFS file locking service.. >Dec 12 09:01:29 localhost systemd[1]: Starting Network File System Server. >Dec 12 09:01:29 localhost systemd[1]: Reached target Network File System Server. >Dec 12 09:01:29 localhost systemd[1]: Starting Multi-User System. >Dec 12 09:01:29 localhost systemd[1]: Reached target Multi-User System. >Dec 12 09:01:29 localhost systemd[1]: Starting Graphical Interface. >Dec 12 09:01:29 localhost systemd[1]: Reached target Graphical Interface. >Dec 12 09:01:29 localhost systemd[1]: Starting Stop Read-Ahead Data Collection 10s After Completed Startup. >Dec 12 09:01:29 localhost systemd[1]: Started Stop Read-Ahead Data Collection 10s After Completed Startup. >Dec 12 09:01:29 localhost systemd[1]: Starting Update UTMP about System Runlevel Changes... >Dec 12 09:01:29 localhost systemd[1]: Started Update UTMP about System Runlevel Changes. >Dec 12 09:01:29 localhost systemd[1]: Startup finished in 1.415s (kernel) + 3.200s (initrd) + 15.632s (userspace) = 20.248s. >Dec 12 09:01:29 localhost avahi-daemon[668]: Registering new address record for fe80::5054:ff:fe24:642c on eth0.*. >Dec 12 09:01:31 localhost kdm[860]: Quitting Plymouth with transition >Dec 12 09:01:31 localhost kdm[860]: Is Plymouth still running? no >Dec 12 09:01:31 localhost systemd[1]: Starting user-1000.slice. >Dec 12 09:01:31 localhost systemd[1]: Created slice user-1000.slice. >Dec 12 09:01:31 localhost systemd[1]: Starting User Manager for 1000... >Dec 12 09:01:31 localhost systemd-logind[667]: New session 1 of user liveuser. >Dec 12 09:01:31 localhost systemd-logind[667]: Linked /tmp/.X11-unix/X0 to /run/user/1000/X11-display. >Dec 12 09:01:31 localhost systemd[1]: Starting Session 1 of user liveuser. >Dec 12 09:01:31 localhost systemd[1]: Started Session 1 of user liveuser. >Dec 12 09:01:31 localhost kdm[1036]: :0[1036]: pam_unix(kdm-np:session): session opened for user liveuser by (uid=0) >Dec 12 09:01:31 localhost systemd[1075]: pam_unix(systemd-user:session): session opened for user liveuser by (uid=0) >Dec 12 09:01:31 localhost systemd[1075]: Failed to open private bus connection: Failed to connect to socket /run/user/1000/dbus/user_bus_socket: No such file or directory >Dec 12 09:01:31 localhost systemd[1075]: Starting Default. >Dec 12 09:01:31 localhost systemd[1075]: Reached target Default. >Dec 12 09:01:31 localhost systemd[1075]: Startup finished in 49ms. >Dec 12 09:01:31 localhost systemd[1]: Started User Manager for 1000. >Dec 12 09:01:33 localhost systemd[1]: Reached target Sound Card. >Dec 12 09:01:38 localhost NetworkManager[828]: <warn> (eth0) firewall zone add/change failed: (4) Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken. >Dec 12 09:01:38 localhost NetworkManager[828]: <info> Activation (eth0) Stage 3 of 5 (IP Configure Start) scheduled. >Dec 12 09:01:38 localhost NetworkManager[828]: <info> Activation (eth0) Stage 3 of 5 (IP Configure Start) started... >Dec 12 09:01:38 localhost NetworkManager[828]: <info> (eth0): device state change: config -> ip-config (reason 'none') [50 70 0] >Dec 12 09:01:38 localhost NetworkManager[828]: <info> Activation (eth0) Beginning DHCPv4 transaction (timeout in 45 seconds) >Dec 12 09:01:38 localhost NetworkManager[828]: <info> dhclient started with pid 1411 >Dec 12 09:01:38 localhost NetworkManager[828]: <info> Activation (eth0) Stage 3 of 5 (IP Configure Start) complete. >Dec 12 09:01:39 localhost dhclient[1411]: Internet Systems Consortium DHCP Client 4.2.5 >Dec 12 09:01:39 localhost NetworkManager[828]: Internet Systems Consortium DHCP Client 4.2.5 >Dec 12 09:01:39 localhost dhclient[1411]: Copyright 2004-2013 Internet Systems Consortium. >Dec 12 09:01:39 localhost dhclient[1411]: All rights reserved. >Dec 12 09:01:39 localhost dhclient[1411]: For info, please visit https://www.isc.org/software/dhcp/ >Dec 12 09:01:39 localhost dhclient[1411]: Dec 12 09:01:39 localhost NetworkManager[828]: Copyright 2004-2013 Internet Systems Consortium. >Dec 12 09:01:39 localhost NetworkManager[828]: All rights reserved. >Dec 12 09:01:39 localhost NetworkManager[828]: For info, please visit https://www.isc.org/software/dhcp/ >Dec 12 09:01:39 localhost NetworkManager[828]: <info> (eth0): DHCPv4 state changed nbi -> preinit >Dec 12 09:01:39 localhost dhclient[1411]: Listening on LPF/eth0/52:54:00:24:64:2c >Dec 12 09:01:39 localhost NetworkManager[828]: Listening on LPF/eth0/52:54:00:24:64:2c >Dec 12 09:01:39 localhost dhclient[1411]: Sending on LPF/eth0/52:54:00:24:64:2c >Dec 12 09:01:39 localhost NetworkManager[828]: Sending on LPF/eth0/52:54:00:24:64:2c >Dec 12 09:01:39 localhost dhclient[1411]: Sending on Socket/fallback >Dec 12 09:01:39 localhost NetworkManager[828]: Sending on Socket/fallback >Dec 12 09:01:39 localhost dhclient[1411]: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 7 (xid=0x60ac2eed) >Dec 12 09:01:39 localhost NetworkManager[828]: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 7 (xid=0x60ac2eed) >Dec 12 09:01:39 localhost dhclient[1411]: DHCPREQUEST on eth0 to 255.255.255.255 port 67 (xid=0x60ac2eed) >Dec 12 09:01:39 localhost NetworkManager[828]: DHCPREQUEST on eth0 to 255.255.255.255 port 67 (xid=0x60ac2eed) >Dec 12 09:01:39 localhost dhclient[1411]: DHCPOFFER from 192.168.122.1 >Dec 12 09:01:39 localhost NetworkManager[828]: DHCPOFFER from 192.168.122.1 >Dec 12 09:01:39 localhost dhclient[1411]: DHCPACK from 192.168.122.1 (xid=0x60ac2eed) >Dec 12 09:01:39 localhost NetworkManager[828]: DHCPACK from 192.168.122.1 (xid=0x60ac2eed) >Dec 12 09:01:39 localhost NetworkManager[828]: <info> (eth0): DHCPv4 state changed preinit -> bound >Dec 12 09:01:39 localhost NetworkManager[828]: <info> address 192.168.122.104 >Dec 12 09:01:39 localhost NetworkManager[828]: <info> plen 24 (255.255.255.0) >Dec 12 09:01:39 localhost NetworkManager[828]: <info> gateway 192.168.122.1 >Dec 12 09:01:39 localhost NetworkManager[828]: <info> lease time 3600 >Dec 12 09:01:39 localhost NetworkManager[828]: <info> hostname 'localhost' >Dec 12 09:01:39 localhost NetworkManager[828]: <info> nameserver '192.168.122.1' >Dec 12 09:01:39 localhost NetworkManager[828]: <info> Activation (eth0) Stage 5 of 5 (IPv4 Configure Commit) scheduled... >Dec 12 09:01:39 localhost dhclient[1411]: bound to 192.168.122.104 -- renewal in 1516 seconds. >Dec 12 09:01:39 localhost NetworkManager[828]: <info> Activation (eth0) Stage 5 of 5 (IPv4 Commit) started... >Dec 12 09:01:39 localhost avahi-daemon[668]: Joining mDNS multicast group on interface eth0.IPv4 with address 192.168.122.104. >Dec 12 09:01:39 localhost avahi-daemon[668]: New relevant interface eth0.IPv4 for mDNS. >Dec 12 09:01:39 localhost avahi-daemon[668]: Registering new address record for 192.168.122.104 on eth0.IPv4. >Dec 12 09:01:39 localhost NetworkManager[828]: <info> (eth0): device state change: ip-config -> ip-check (reason 'none') [70 80 0] >Dec 12 09:01:39 localhost NetworkManager[828]: <info> Activation (eth0) Stage 5 of 5 (IPv4 Commit) complete. >Dec 12 09:01:39 localhost NetworkManager[828]: <info> (eth0): device state change: ip-check -> secondaries (reason 'none') [80 90 0] >Dec 12 09:01:39 localhost NetworkManager[828]: <info> (eth0): device state change: secondaries -> activated (reason 'none') [90 100 0] >Dec 12 09:01:39 localhost NetworkManager[828]: <info> NetworkManager state is now CONNECTED_GLOBAL >Dec 12 09:01:39 localhost NetworkManager[828]: <info> Policy set 'Wired connection 1' (eth0) as default for IPv4 routing and DNS. >Dec 12 09:01:39 localhost NetworkManager[828]: <info> Activation (eth0) successful, device activated. >Dec 12 09:01:39 localhost dbus[674]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' >Dec 12 09:01:39 localhost NetworkManager[828]: <info> startup complete >Dec 12 09:01:39 localhost NetworkManager[828]: bound to 192.168.122.104 -- renewal in 1516 seconds. >Dec 12 09:01:39 localhost dbus-daemon[674]: dbus[674]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' >Dec 12 09:01:39 localhost systemd[1]: Starting Network Manager Script Dispatcher Service... >Dec 12 09:01:39 localhost dbus-daemon[674]: dbus[674]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher' >Dec 12 09:01:39 localhost dbus[674]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher' >Dec 12 09:01:39 localhost systemd[1]: Started Network Manager Script Dispatcher Service. >Dec 12 09:01:44 localhost dbus-daemon[674]: dbus[674]: [system] Activating via systemd: service name='org.freedesktop.UPower' unit='upower.service' >Dec 12 09:01:44 localhost dbus[674]: [system] Activating via systemd: service name='org.freedesktop.UPower' unit='upower.service' >Dec 12 09:01:44 localhost systemd[1]: Starting Daemon for power management... >Dec 12 09:01:44 localhost dbus-daemon[674]: dbus[674]: [system] Successfully activated service 'org.freedesktop.UPower' >Dec 12 09:01:44 localhost dbus[674]: [system] Successfully activated service 'org.freedesktop.UPower' >Dec 12 09:01:44 localhost systemd[1]: Started Daemon for power management. >Dec 12 09:01:44 localhost dbus-daemon[674]: dbus[674]: [system] Activating via systemd: service name='org.freedesktop.UDisks2' unit='udisks2.service' >Dec 12 09:01:44 localhost dbus[674]: [system] Activating via systemd: service name='org.freedesktop.UDisks2' unit='udisks2.service' >Dec 12 09:01:44 localhost systemd[1]: Starting Disk Manager... >Dec 12 09:01:44 localhost udisksd[1496]: udisks daemon version 2.1.1 starting >Dec 12 09:01:44 localhost dbus-daemon[674]: dbus[674]: [system] Successfully activated service 'org.freedesktop.UDisks2' >Dec 12 09:01:44 localhost dbus[674]: [system] Successfully activated service 'org.freedesktop.UDisks2' >Dec 12 09:01:44 localhost systemd[1]: Started Disk Manager. >Dec 12 09:01:44 localhost udisksd[1496]: Acquired the name org.freedesktop.UDisks2 on the system message bus >Dec 12 09:01:45 localhost chronyd[672]: Selected source 62.173.138.130 >Dec 12 09:01:46 localhost dbus-daemon[674]: dbus[674]: [system] Activating via systemd: service name='org.freedesktop.ColorManager' unit='colord.service' >Dec 12 09:01:46 localhost dbus[674]: [system] Activating via systemd: service name='org.freedesktop.ColorManager' unit='colord.service' >Dec 12 09:01:46 localhost systemd[1]: Starting Manage, Install and Generate Color Profiles... >Dec 12 09:01:46 localhost colord[1583]: Using mapping database file /var/lib/colord/mapping.db >Dec 12 09:01:46 localhost colord[1583]: Using device database file /var/lib/colord/storage.db >Dec 12 09:01:46 localhost colord[1583]: loaded plugin libcd_plugin_scanner.so >Dec 12 09:01:46 localhost colord[1583]: loaded plugin libcd_plugin_camera.so >Dec 12 09:01:46 localhost colord[1583]: Daemon ready for requests >Dec 12 09:01:46 localhost dbus-daemon[674]: dbus[674]: [system] Successfully activated service 'org.freedesktop.ColorManager' >Dec 12 09:01:46 localhost dbus[674]: [system] Successfully activated service 'org.freedesktop.ColorManager' >Dec 12 09:01:46 localhost systemd[1]: Started Manage, Install and Generate Color Profiles. >Dec 12 09:01:46 localhost colord[1583]: Device added: xrandr-Virtual-0 >Dec 12 09:01:46 localhost dbus-daemon[674]: dbus[674]: [system] Activating service name='org.kde.powerdevil.backlighthelper' (using servicehelper) >Dec 12 09:01:46 localhost dbus[674]: [system] Activating service name='org.kde.powerdevil.backlighthelper' (using servicehelper) >Dec 12 09:01:47 localhost dbus-daemon[674]: no kernel backlight interface found >Dec 12 09:01:47 localhost dbus-daemon[674]: dbus[674]: [system] Successfully activated service 'org.kde.powerdevil.backlighthelper' >Dec 12 09:01:47 localhost dbus[674]: [system] Successfully activated service 'org.kde.powerdevil.backlighthelper' >Dec 12 09:01:59 localhost vmusr[1679]: [ warning] [GLib-GObject] Attempt to add property ToolsCoreService::tcs-app-ctx after class was initialised >Dec 12 09:01:59 localhost vmusr[1679]: [ warning] [GLib-GObject] Attempt to add property ToolsCoreService::tcs-prop-thread-pool after class was initialised >Dec 12 09:01:59 localhost vmusr[1679]: [ warning] [vmtoolsd] The vmusr service needs to run inside a virtual machine. >Dec 12 09:01:59 localhost systemd[1]: Starting Stop Read-Ahead Data Collection... >Dec 12 09:01:59 localhost systemd[1]: Started Stop Read-Ahead Data Collection. >Dec 12 09:02:00 localhost kernel: input: spice vdagent tablet as /devices/virtual/input/input4 >Dec 12 09:02:00 localhost spice-vdagentd[723]: opening vdagent virtio channel >Dec 12 09:02:01 localhost rtkit-daemon[656]: Successfully made thread 1704 of process 1704 (/usr/bin/pulseaudio) owned by '1000' high priority at nice level -11. >Dec 12 09:02:01 localhost rtkit-daemon[656]: Supervising 1 threads of 1 processes of 1 users. >Dec 12 09:02:01 localhost pulseaudio[1704]: [pulseaudio] alsa-util.c: Disabling timer-based scheduling because running inside a VM. >Dec 12 09:02:01 localhost rtkit-daemon[656]: Supervising 1 threads of 1 processes of 1 users. >Dec 12 09:02:01 localhost rtkit-daemon[656]: Successfully made thread 1709 of process 1704 (/usr/bin/pulseaudio) owned by '1000' RT at priority 5. >Dec 12 09:02:01 localhost rtkit-daemon[656]: Supervising 2 threads of 1 processes of 1 users. >Dec 12 09:02:01 localhost pulseaudio[1704]: [pulseaudio] alsa-util.c: Disabling timer-based scheduling because running inside a VM. >Dec 12 09:02:01 localhost rtkit-daemon[656]: Supervising 2 threads of 1 processes of 1 users. >Dec 12 09:02:01 localhost kernel: hda-intel: Invalid position buffer, using LPIB read method instead. >Dec 12 09:02:01 localhost rtkit-daemon[656]: Successfully made thread 1712 of process 1704 (/usr/bin/pulseaudio) owned by '1000' RT at priority 5. >Dec 12 09:02:01 localhost rtkit-daemon[656]: Supervising 3 threads of 1 processes of 1 users. >Dec 12 09:02:01 localhost pulseaudio[1704]: [alsa-source-ID 22 Analog] alsa-source.c: ALSA woke us up to read new data from the device, but there was actually nothing to read! >Dec 12 09:02:01 localhost pulseaudio[1704]: [alsa-source-ID 22 Analog] alsa-source.c: Most likely this is a bug in the ALSA driver 'snd_hda_intel'. Please report this issue to the ALSA developers. >Dec 12 09:02:01 localhost pulseaudio[1704]: [alsa-source-ID 22 Analog] alsa-source.c: We were woken up with POLLIN set -- however a subsequent snd_pcm_avail() returned 0 or another value < min_avail. >Dec 12 09:02:01 localhost rtkit-daemon[656]: Successfully made thread 1717 of process 1717 (/usr/bin/pulseaudio) owned by '1000' high priority at nice level -11. >Dec 12 09:02:01 localhost rtkit-daemon[656]: Supervising 4 threads of 2 processes of 1 users. >Dec 12 09:02:01 localhost pulseaudio[1717]: [pulseaudio] pid.c: Daemon already running. >Dec 12 09:02:03 localhost polkitd[724]: Registered Authentication Agent for unix-session:1 (system bus name :1.33 [/usr/libexec/kde4/polkit-kde-authentication-agent-1], object path /org/kde/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8) >Dec 12 09:02:12 localhost userhelper[1761]: pam_timestamp(liveinst:session): updated timestamp file `/var/run/sudo/liveuser/unknown:root' >Dec 12 09:02:12 localhost userhelper[1766]: running '/usr/sbin/liveinst' with root privileges on behalf of 'liveuser' >Dec 12 09:02:12 localhost kernel: md: raid0 personality registered for level 0 >Dec 12 09:02:12 localhost kernel: md: raid1 personality registered for level 1 >Dec 12 09:02:12 localhost kernel: async_tx: api initialized (async) >Dec 12 09:02:13 localhost kernel: xor: measuring software checksum speed >Dec 12 09:02:13 localhost kernel: prefetch64-sse: 9216.000 MB/sec >Dec 12 09:02:13 localhost kernel: generic_sse: 7868.000 MB/sec >Dec 12 09:02:13 localhost kernel: xor: using function: prefetch64-sse (9216.000 MB/sec) >Dec 12 09:02:13 localhost kernel: raid6: sse2x1 4605 MB/s >Dec 12 09:02:13 localhost kernel: raid6: sse2x2 6222 MB/s >Dec 12 09:02:13 localhost kernel: raid6: sse2x4 6953 MB/s >Dec 12 09:02:13 localhost kernel: raid6: using algorithm sse2x4 (6953 MB/s) >Dec 12 09:02:13 localhost kernel: raid6: using intx1 recovery algorithm >Dec 12 09:02:13 localhost kernel: md: raid6 personality registered for level 6 >Dec 12 09:02:13 localhost kernel: md: raid5 personality registered for level 5 >Dec 12 09:02:13 localhost kernel: md: raid4 personality registered for level 4 >Dec 12 09:02:13 localhost kernel: md: raid10 personality registered for level 10 >Dec 12 09:02:13 localhost kernel: device-mapper: multipath: version 1.5.1 loaded >Dec 12 09:02:13 localhost kernel: device-mapper: multipath round-robin: version 1.0.0 loaded >Dec 12 09:02:13 localhost kernel: sha256_ssse3: Neither AVX nor SSSE3 is available/usable. >Dec 12 09:02:13 localhost kernel: Loading iSCSI transport class v2.0-870. >Dec 12 09:02:13 localhost kernel: iscsi: registered transport (tcp) >Dec 12 09:02:13 localhost kernel: No iBFT detected. >Dec 12 09:02:13 localhost dbus[1112]: avc: received setenforce notice (enforcing=0) >Dec 12 09:02:13 localhost dbus-daemon[674]: dbus[674]: avc: received setenforce notice (enforcing=0) >Dec 12 09:02:13 localhost dbus[674]: avc: received setenforce notice (enforcing=0) >Dec 12 09:02:16 localhost dbus-daemon[674]: dbus[674]: [system] Activating service name='org.freedesktop.UDisks' (using servicehelper) >Dec 12 09:02:16 localhost dbus[674]: [system] Activating service name='org.freedesktop.UDisks' (using servicehelper) >Dec 12 09:02:16 localhost dbus-daemon[674]: dbus[674]: [system] Successfully activated service 'org.freedesktop.UDisks' >Dec 12 09:02:16 localhost dbus[674]: [system] Successfully activated service 'org.freedesktop.UDisks' >Dec 12 09:02:22 localhost NetworkManager[828]: ifcfg-rh: read connection 'eth0' >Dec 12 09:02:22 localhost NetworkManager[828]: <info> (eth0): device state change: activated -> disconnected (reason 'connection-removed') [100 30 38] >Dec 12 09:02:22 localhost NetworkManager[828]: <info> (eth0): deactivating device (reason 'connection-removed') [38] >Dec 12 09:02:22 localhost NetworkManager[828]: <info> (eth0): canceled DHCP transaction, DHCP client pid 1411 >Dec 12 09:02:22 localhost avahi-daemon[668]: Withdrawing address record for 192.168.122.104 on eth0. >Dec 12 09:02:22 localhost avahi-daemon[668]: Leaving mDNS multicast group on interface eth0.IPv4 with address 192.168.122.104. >Dec 12 09:02:22 localhost avahi-daemon[668]: Interface eth0.IPv4 no longer relevant for mDNS. >Dec 12 09:02:22 localhost NetworkManager[828]: <info> NetworkManager state is now DISCONNECTED >Dec 12 09:02:22 localhost dbus-daemon[674]: dbus[674]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' >Dec 12 09:02:22 localhost dbus[674]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' >Dec 12 09:02:22 localhost systemd[1]: Starting Network Manager Script Dispatcher Service... >Dec 12 09:02:22 localhost NetworkManager[828]: <info> Saved default wired connection 'eth0' to persistent storage >Dec 12 09:02:22 localhost NetworkManager[828]: <info> Auto-activating connection 'eth0'. >Dec 12 09:02:22 localhost NetworkManager[828]: <info> Activation (eth0) starting connection 'eth0' >Dec 12 09:02:22 localhost NetworkManager[828]: <info> (eth0): device state change: disconnected -> prepare (reason 'none') [30 40 0] >Dec 12 09:02:22 localhost NetworkManager[828]: <info> NetworkManager state is now CONNECTING >Dec 12 09:02:22 localhost NetworkManager[828]: <info> Activation (eth0) Stage 1 of 5 (Device Prepare) scheduled... >Dec 12 09:02:22 localhost NetworkManager[828]: <info> Activation (eth0) Stage 1 of 5 (Device Prepare) started... >Dec 12 09:02:22 localhost NetworkManager[828]: <info> Activation (eth0) Stage 2 of 5 (Device Configure) scheduled... >Dec 12 09:02:22 localhost NetworkManager[828]: <info> Activation (eth0) Stage 1 of 5 (Device Prepare) complete. >Dec 12 09:02:22 localhost NetworkManager[828]: <info> Activation (eth0) Stage 2 of 5 (Device Configure) starting... >Dec 12 09:02:22 localhost NetworkManager[828]: <info> (eth0): device state change: prepare -> config (reason 'none') [40 50 0] >Dec 12 09:02:22 localhost NetworkManager[828]: <info> Activation (eth0) Stage 2 of 5 (Device Configure) successful. >Dec 12 09:02:22 localhost NetworkManager[828]: <info> Activation (eth0) Stage 2 of 5 (Device Configure) complete. >Dec 12 09:02:22 localhost dbus-daemon[674]: dbus[674]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher' >Dec 12 09:02:22 localhost dbus[674]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher' >Dec 12 09:02:22 localhost systemd[1]: Started Network Manager Script Dispatcher Service. >Dec 12 09:02:22 localhost chronyd[672]: Source 89.179.120.132 offline >Dec 12 09:02:22 localhost chronyd[672]: Source 85.21.78.23 offline >Dec 12 09:02:22 localhost chronyd[672]: Source 85.159.224.52 offline >Dec 12 09:02:22 localhost chronyd[672]: Source 62.173.138.130 offline >Dec 12 09:02:22 localhost NetworkManager[828]: <info> Activation (eth0) Stage 3 of 5 (IP Configure Start) scheduled. >Dec 12 09:02:22 localhost NetworkManager[828]: <info> Activation (eth0) Stage 3 of 5 (IP Configure Start) started... >Dec 12 09:02:22 localhost NetworkManager[828]: <info> (eth0): device state change: config -> ip-config (reason 'none') [50 70 0] >Dec 12 09:02:22 localhost NetworkManager[828]: <info> Activation (eth0) Beginning DHCPv4 transaction (timeout in 45 seconds) >Dec 12 09:02:22 localhost NetworkManager[828]: <info> dhclient started with pid 1964 >Dec 12 09:02:22 localhost NetworkManager[828]: <info> Activation (eth0) Stage 3 of 5 (IP Configure Start) complete. >Dec 12 09:02:22 localhost NetworkManager[828]: ifcfg-rh: updating /etc/sysconfig/network-scripts/ifcfg-eth0 >Dec 12 09:02:22 localhost dhclient[1964]: Internet Systems Consortium DHCP Client 4.2.5 >Dec 12 09:02:22 localhost NetworkManager[828]: Internet Systems Consortium DHCP Client 4.2.5 >Dec 12 09:02:22 localhost dhclient[1964]: Copyright 2004-2013 Internet Systems Consortium. >Dec 12 09:02:22 localhost dhclient[1964]: All rights reserved. >Dec 12 09:02:22 localhost dhclient[1964]: For info, please visit https://www.isc.org/software/dhcp/ >Dec 12 09:02:22 localhost NetworkManager[828]: Copyright 2004-2013 Internet Systems Consortium. >Dec 12 09:02:22 localhost NetworkManager[828]: All rights reserved. >Dec 12 09:02:22 localhost NetworkManager[828]: For info, please visit https://www.isc.org/software/dhcp/ >Dec 12 09:02:22 localhost NetworkManager[828]: <info> (eth0): DHCPv4 state changed nbi -> preinit >Dec 12 09:02:22 localhost dhclient[1964]: Listening on LPF/eth0/52:54:00:24:64:2c >Dec 12 09:02:22 localhost dhclient[1964]: Sending on LPF/eth0/52:54:00:24:64:2c >Dec 12 09:02:22 localhost dhclient[1964]: Sending on Socket/fallback >Dec 12 09:02:22 localhost dhclient[1964]: DHCPREQUEST on eth0 to 255.255.255.255 port 67 (xid=0x6d87ac94) >Dec 12 09:02:22 localhost NetworkManager[828]: Listening on LPF/eth0/52:54:00:24:64:2c >Dec 12 09:02:22 localhost NetworkManager[828]: Sending on LPF/eth0/52:54:00:24:64:2c >Dec 12 09:02:22 localhost NetworkManager[828]: Sending on Socket/fallback >Dec 12 09:02:22 localhost NetworkManager[828]: DHCPREQUEST on eth0 to 255.255.255.255 port 67 (xid=0x6d87ac94) >Dec 12 09:02:22 localhost dhclient[1964]: DHCPACK from 192.168.122.1 (xid=0x6d87ac94) >Dec 12 09:02:22 localhost NetworkManager[828]: DHCPACK from 192.168.122.1 (xid=0x6d87ac94) >Dec 12 09:02:22 localhost NetworkManager[828]: <info> (eth0): DHCPv4 state changed preinit -> reboot >Dec 12 09:02:22 localhost NetworkManager[828]: <info> address 192.168.122.104 >Dec 12 09:02:22 localhost NetworkManager[828]: <info> plen 24 (255.255.255.0) >Dec 12 09:02:22 localhost NetworkManager[828]: <info> gateway 192.168.122.1 >Dec 12 09:02:22 localhost NetworkManager[828]: <info> lease time 3600 >Dec 12 09:02:22 localhost NetworkManager[828]: <info> hostname 'localhost' >Dec 12 09:02:22 localhost NetworkManager[828]: <info> nameserver '192.168.122.1' >Dec 12 09:02:22 localhost NetworkManager[828]: <info> Activation (eth0) Stage 5 of 5 (IPv4 Configure Commit) scheduled... >Dec 12 09:02:22 localhost NetworkManager[828]: <info> Activation (eth0) Stage 5 of 5 (IPv4 Commit) started... >Dec 12 09:02:22 localhost avahi-daemon[668]: Joining mDNS multicast group on interface eth0.IPv4 with address 192.168.122.104. >Dec 12 09:02:22 localhost avahi-daemon[668]: New relevant interface eth0.IPv4 for mDNS. >Dec 12 09:02:22 localhost avahi-daemon[668]: Registering new address record for 192.168.122.104 on eth0.IPv4. >Dec 12 09:02:22 localhost NetworkManager[828]: <info> (eth0): device state change: ip-config -> ip-check (reason 'none') [70 80 0] >Dec 12 09:02:22 localhost NetworkManager[828]: <info> Activation (eth0) Stage 5 of 5 (IPv4 Commit) complete. >Dec 12 09:02:22 localhost dhclient[1964]: bound to 192.168.122.104 -- renewal in 1614 seconds. >Dec 12 09:02:22 localhost NetworkManager[828]: bound to 192.168.122.104 -- renewal in 1614 seconds. >Dec 12 09:02:22 localhost NetworkManager[828]: <info> (eth0): device state change: ip-check -> secondaries (reason 'none') [80 90 0] >Dec 12 09:02:22 localhost NetworkManager[828]: <info> (eth0): device state change: secondaries -> activated (reason 'none') [90 100 0] >Dec 12 09:02:22 localhost NetworkManager[828]: <info> NetworkManager state is now CONNECTED_GLOBAL >Dec 12 09:02:22 localhost NetworkManager[828]: <info> Policy set 'eth0' (eth0) as default for IPv4 routing and DNS. >Dec 12 09:02:22 localhost NetworkManager[828]: <info> Activation (eth0) successful, device activated. >Dec 12 09:02:23 localhost chronyd[672]: Source 89.179.120.132 online >Dec 12 09:02:23 localhost chronyd[672]: Source 85.21.78.23 online >Dec 12 09:02:23 localhost chronyd[672]: Source 85.159.224.52 online >Dec 12 09:02:23 localhost chronyd[672]: Source 62.173.138.130 online >Dec 12 09:02:23 localhost chronyd[672]: Selected source 89.179.120.132 >'DEVNAME': 'sr0', >'DEVPATH': '/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sr0', >'DEVTYPE': 'disk', >'ID_ATA': '1', >'ID_BUS': 'ata', >'ID_CDROM': '1', >'ID_CDROM_DVD': '1', >'ID_CDROM_MEDIA': '1', >'ID_CDROM_MEDIA_DVD': '1', >'ID_CDROM_MEDIA_SESSION_COUNT': '1', >'ID_CDROM_MEDIA_STATE': 'complete', >'ID_CDROM_MEDIA_TRACK_COUNT': '1', >'ID_CDROM_MEDIA_TRACK_COUNT_DATA': '1', >'ID_FS_APPLICATION_ID': 'GENISOIMAGE\\x20ISO\\x209660\\x2fHFS\\x20FILESYSTEM\\x20CREATOR\\x20\\x28C\\x29\\x201993\\x20E.YOUNGDALE\\x20\\x28C\\x29\\x201997-2006\\x20J.PEARSON\\x2fJ.SCHILLING\\x20\\x28C\\x29\\x202006-2007\\x20CDRKIT\\x20TEAM', >'ID_FS_BOOT_SYSTEM_ID': 'EL\\x20TORITO\\x20SPECIFICATION', >'ID_FS_LABEL': 'Fedora-Live-KDE-x86_64-20-1', >'ID_FS_LABEL_ENC': 'Fedora-Live-KDE-x86_64-20-1', >'ID_FS_SYSTEM_ID': 'LINUX', >'ID_FS_TYPE': 'iso9660', >'ID_FS_USAGE': 'filesystem', >'ID_FS_UUID': '2013-12-12-02-27-19-00', >'ID_FS_UUID_ENC': '2013-12-12-02-27-19-00', >'ID_FS_VERSION': 'Joliet Extension', >'ID_MODEL': 'QEMU_DVD-ROM', >'ID_MODEL_ENC': 'QEMU\\x20DVD-ROM\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', >'ID_PART_TABLE_TYPE': 'dos', >'ID_PART_TABLE_UUID': '19288ddb', >'ID_REVISION': '1.6.1', >'ID_SERIAL': 'QEMU_DVD-ROM_QM00001', >'ID_SERIAL_SHORT': 'QM00001', >'ID_TYPE': 'cd', >'MAJOR': '11', >'MINOR': '0', >'MPATH_SBIN_PATH': '/sbin', >'SUBSYSTEM': 'block', >'TAGS': ':seat:systemd:uaccess:', >'UDISKS_PRESENTATION_NOPOLICY': '0', >'USEC_INITIALIZED': '78829', >'name': 'sr0', >'symlinks': ['/dev/cdrom', >'/dev/disk/by-id/ata-QEMU_DVD-ROM_QM00001', >'/dev/disk/by-label/Fedora-Live-KDE-x86_64-20-1', >'/dev/disk/by-uuid/2013-12-12-02-27-19-00'], >'sysfs_path': '/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sr0'} ; name: sr0 ; >name = sr0 status = True kids = 0 id = 0 >parents = [] >uuid = None size = 928.0 >format = existing iso9660 filesystem >major = 11 minor = 0 exists = True protected = True >sysfs path = /devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sr0 partedDevice = parted.Device instance -- >model: QEMU QEMU DVD-ROM path: /dev/sr0 type: 1 >sectorSize: 2048 physicalSectorSize: 2048 >length: 475136 openCount: 0 readOnly: True >externalMode: False dirty: False bootDirty: False >host: 1 did: 0 busy: True >hardwareGeometry: (29, 255, 63) biosGeometry: (29, 255, 63) >PedDevice: <_ped.Device object at 0x42b4cb0> >target size = 0 path = /dev/sr0 >format args = [] originalFormat = None >type = iso9660 name = iso9660 status = False >device = /dev/sr0 uuid = 2013-12-12-02-27-19-00 exists = True >options = ro supported = True formattable = False resizable = False >mountpoint = None mountopts = None >label = Fedora-Live-KDE-x86_64-20-1 size = 0.0 targetSize = 0.0 >'DEVPATH': '/devices/pci0000:00/0000:00:07.0/virtio2/block/vda', >'DEVTYPE': 'disk', >'MAJOR': '252', >'MINOR': '0', >'MPATH_SBIN_PATH': '/sbin', >'SUBSYSTEM': 'block', >'TAGS': ':systemd:', >'UDISKS_PRESENTATION_NOPOLICY': '1', >'USEC_INITIALIZED': '98321', >'name': 'vda', >'symlinks': [], >'sysfs_path': '/devices/pci0000:00/0000:00:07.0/virtio2/block/vda'} ; name: vda ; >name = vda status = True kids = 0 id = 1 >parents = [] >uuid = None size = 8192.0 >format = existing None >major = 252 minor = 0 exists = True protected = False >sysfs path = /devices/pci0000:00/0000:00:07.0/virtio2/block/vda partedDevice = parted.Device instance -- >model: Virtio Block Device path: /dev/vda type: 15 >sectorSize: 512 physicalSectorSize: 512 >length: 16777216 openCount: 0 readOnly: False >externalMode: False dirty: False bootDirty: False >host: 32597 did: 0 busy: False >hardwareGeometry: (16644, 16, 63) biosGeometry: (1044, 255, 63) >PedDevice: <_ped.Device object at 0x431ddd0> >target size = 0 path = /dev/vda >format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x4355410> >'DEVPATH': '/devices/pci0000:00/0000:00:09.0/virtio4/block/vdb', >'DEVTYPE': 'disk', >'MAJOR': '252', >'MINOR': '16', >'MPATH_SBIN_PATH': '/sbin', >'SUBSYSTEM': 'block', >'TAGS': ':systemd:', >'UDISKS_PRESENTATION_NOPOLICY': '1', >'USEC_INITIALIZED': '98549', >'name': 'vdb', >'symlinks': [], >'sysfs_path': '/devices/pci0000:00/0000:00:09.0/virtio4/block/vdb'} ; name: vdb ; >name = vdb status = True kids = 0 id = 2 >parents = [] >uuid = None size = 8192.0 >format = existing None >major = 252 minor = 16 exists = True protected = False >sysfs path = /devices/pci0000:00/0000:00:09.0/virtio4/block/vdb partedDevice = parted.Device instance -- >model: Virtio Block Device path: /dev/vdb type: 15 >sectorSize: 512 physicalSectorSize: 512 >length: 16777216 openCount: 0 readOnly: False >externalMode: False dirty: False bootDirty: False >host: 32597 did: 0 busy: False >hardwareGeometry: (16644, 16, 63) biosGeometry: (1044, 255, 63) >PedDevice: <_ped.Device object at 0x4391200> >target size = 0 path = /dev/vdb >format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x43a40d0> >'DEVPATH': '/devices/pci0000:00/0000:00:0a.0/virtio5/block/vdc', >'DEVTYPE': 'disk', >'MAJOR': '252', >'MINOR': '32', >'MPATH_SBIN_PATH': '/sbin', >'SUBSYSTEM': 'block', >'TAGS': ':systemd:', >'UDISKS_PRESENTATION_NOPOLICY': '1', >'USEC_INITIALIZED': '98714', >'name': 'vdc', >'symlinks': [], >'sysfs_path': '/devices/pci0000:00/0000:00:0a.0/virtio5/block/vdc'} ; name: vdc ; >name = vdc status = True kids = 0 id = 3 >parents = [] >uuid = None size = 8192.0 >format = existing None >major = 252 minor = 32 exists = True protected = False >sysfs path = /devices/pci0000:00/0000:00:0a.0/virtio5/block/vdc partedDevice = parted.Device instance -- >model: Virtio Block Device path: /dev/vdc type: 15 >sectorSize: 512 physicalSectorSize: 512 >length: 16777216 openCount: 0 readOnly: False >externalMode: False dirty: False bootDirty: False >host: 32597 did: 0 busy: False >hardwareGeometry: (16644, 16, 63) biosGeometry: (1044, 255, 63) >PedDevice: <_ped.Device object at 0x43913b0> >target size = 0 path = /dev/vdc >format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f5520049110> >'DEVPATH': '/devices/virtual/block/loop0', >'DEVTYPE': 'disk', >'ID_FS_TYPE': 'squashfs', >'ID_FS_USAGE': 'filesystem', >'ID_FS_VERSION': '1024.0', >'MAJOR': '7', >'MINOR': '0', >'MPATH_SBIN_PATH': '/sbin', >'SUBSYSTEM': 'block', >'TAGS': ':systemd:', >'UDISKS_PRESENTATION_NOPOLICY': '1', >'USEC_INITIALIZED': '4133', >'name': 'loop0', >'symlinks': [], >'sysfs_path': '/devices/virtual/block/loop0'} ; name: loop0 ; >name = loop0 status = False kids = 0 id = 5 >parents = ['existing 0MB file /osmin.img (deleted) (4)'] >uuid = None size = 0 >format = existing squashfs >major = 0 minor = 0 exists = True protected = False >sysfs path = partedDevice = None >target size = 0 path = /dev/loop0 >format args = [] originalFormat = None >type = squashfs name = squashfs status = False >device = /dev/loop0 uuid = None exists = True >options = None supported = False formattable = False resizable = False >'DEVPATH': '/devices/virtual/block/loop1', >'DEVTYPE': 'disk', >'ID_FS_TYPE': 'DM_snapshot_cow', >'ID_FS_USAGE': 'other', >'MAJOR': '7', >'MINOR': '1', >'MPATH_SBIN_PATH': '/sbin', >'SUBSYSTEM': 'block', >'TAGS': ':systemd:', >'UDISKS_PRESENTATION_NOPOLICY': '1', >'USEC_INITIALIZED': '4324', >'name': 'loop1', >'symlinks': [], >'sysfs_path': '/devices/virtual/block/loop1'} ; name: loop1 ; >name = loop1 status = False kids = 0 id = 7 >parents = ['existing 0MB file /osmin (6)'] >uuid = None size = 0 >format = existing DM_snapshot_cow >major = 0 minor = 0 exists = True protected = False >sysfs path = partedDevice = None >target size = 0 path = /dev/loop1 >format args = [] originalFormat = None >type = DM_snapshot_cow name = DM_snapshot_cow status = False >device = /dev/loop1 uuid = None exists = True >options = None supported = False formattable = False resizable = False >'DEVPATH': '/devices/virtual/block/loop2', >'DEVTYPE': 'disk', >'ID_FS_TYPE': 'squashfs', >'ID_FS_USAGE': 'filesystem', >'ID_FS_VERSION': '1024.0', >'MAJOR': '7', >'MINOR': '2', >'MPATH_SBIN_PATH': '/sbin', >'SUBSYSTEM': 'block', >'TAGS': ':systemd:', >'UDISKS_PRESENTATION_NOPOLICY': '1', >'USEC_INITIALIZED': '4547', >'name': 'loop2', >'symlinks': [], >'sysfs_path': '/devices/virtual/block/loop2'} ; name: loop2 ; >name = loop2 status = False kids = 0 id = 9 >parents = ['existing 0MB file /run/initramfs/live/LiveOS/squashfs.img (8)'] >uuid = None size = 0 >format = existing squashfs >major = 0 minor = 0 exists = True protected = False >sysfs path = partedDevice = None >target size = 0 path = /dev/loop2 >format args = [] originalFormat = None >type = squashfs name = squashfs status = False >device = /dev/loop2 uuid = None exists = True >options = None supported = False formattable = False resizable = False >'DEVNAME': 'loop3', >'DEVPATH': '/devices/virtual/block/loop3', >'DEVTYPE': 'disk', >'ID_FS_LABEL': '_Fedora-Live-KDE', >'ID_FS_LABEL_ENC': '_Fedora-Live-KDE', >'ID_FS_TYPE': 'ext4', >'ID_FS_USAGE': 'filesystem', >'ID_FS_UUID': 'f55efb5e-3b29-4bae-8684-87cd5b0eae75', >'ID_FS_UUID_ENC': 'f55efb5e-3b29-4bae-8684-87cd5b0eae75', >'ID_FS_VERSION': '1.0', >'MAJOR': '7', >'MINOR': '3', >'MPATH_SBIN_PATH': '/sbin', >'SUBSYSTEM': 'block', >'TAGS': ':systemd:', >'UDISKS_PRESENTATION_NOPOLICY': '1', >'USEC_INITIALIZED': '4832', >'name': 'loop3', >'symlinks': ['/dev/disk/by-label/_Fedora-Live-KDE', >'/dev/disk/by-uuid/f55efb5e-3b29-4bae-8684-87cd5b0eae75'], >'sysfs_path': '/devices/virtual/block/loop3'} ; name: loop3 ; >name = loop3 status = False kids = 0 id = 11 >parents = ['existing 0MB file /LiveOS/ext3fs.img (10)'] >uuid = None size = 0 >format = existing ext4 filesystem >major = 0 minor = 0 exists = True protected = False >sysfs path = partedDevice = None >target size = 0 path = /dev/loop3 >format args = [] originalFormat = None >type = ext4 name = ext4 status = False >device = /dev/loop3 uuid = f55efb5e-3b29-4bae-8684-87cd5b0eae75 exists = True >options = defaults supported = True formattable = True resizable = True >mountpoint = None mountopts = None >label = _Fedora-Live-KDE size = 4096.0 targetSize = 4096.0 >'DEVPATH': '/devices/virtual/block/loop4', >'DEVTYPE': 'disk', >'ID_FS_TYPE': 'DM_snapshot_cow', >'ID_FS_USAGE': 'other', >'MAJOR': '7', >'MINOR': '4', >'MPATH_SBIN_PATH': '/sbin', >'SUBSYSTEM': 'block', >'TAGS': ':systemd:', >'UDISKS_PRESENTATION_NOPOLICY': '1', >'USEC_INITIALIZED': '5135', >'name': 'loop4', >'symlinks': [], >'sysfs_path': '/devices/virtual/block/loop4'} ; name: loop4 ; >name = loop4 status = False kids = 0 id = 13 >parents = ['existing 0MB file /overlay (deleted) (12)'] >uuid = None size = 0 >format = existing DM_snapshot_cow >major = 0 minor = 0 exists = True protected = False >sysfs path = partedDevice = None >target size = 0 path = /dev/loop4 >format args = [] originalFormat = None >type = DM_snapshot_cow name = DM_snapshot_cow status = False >device = /dev/loop4 uuid = None exists = True >options = None supported = False formattable = False resizable = False >'DEVNAME': 'dm-0', >'DEVPATH': '/devices/virtual/block/dm-0', >'DEVTYPE': 'disk', >'DM_NAME': 'live-rw', >'DM_SUSPENDED': '0', >'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', >'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', >'DM_UDEV_RULES_VSN': '2', >'ID_FS_LABEL': '_Fedora-Live-KDE', >'ID_FS_LABEL_ENC': '_Fedora-Live-KDE', >'ID_FS_TYPE': 'ext4', >'ID_FS_USAGE': 'filesystem', >'ID_FS_UUID': 'f55efb5e-3b29-4bae-8684-87cd5b0eae75', >'ID_FS_UUID_ENC': 'f55efb5e-3b29-4bae-8684-87cd5b0eae75', >'ID_FS_VERSION': '1.0', >'MAJOR': '253', >'MINOR': '0', >'MPATH_SBIN_PATH': '/sbin', >'SUBSYSTEM': 'block', >'TAGS': ':systemd:', >'UDISKS_DM_TARGETS_COUNT': '1', >'UDISKS_DM_TARGETS_LENGTH': '8388608', >'UDISKS_DM_TARGETS_START': '0', >'UDISKS_DM_TARGETS_TYPE': 'snapshot', >'UDISKS_PRESENTATION_NOPOLICY': '1', >'USEC_INITIALIZED': '76048', >'name': 'dm-0', >'symlinks': ['/dev/disk/by-id/dm-name-live-rw', >'/dev/disk/by-label/_Fedora-Live-KDE', >'/dev/disk/by-uuid/f55efb5e-3b29-4bae-8684-87cd5b0eae75', >'/dev/mapper/live-rw'], >'sysfs_path': '/devices/virtual/block/dm-0'} ; name: live-rw ; >name = live-rw status = True kids = 0 id = 14 >parents = ['existing 0MB loop loop4 (13) with existing DM_snapshot_cow'] >uuid = None size = 4096.0 >format = existing ext4 filesystem >major = 0 minor = 0 exists = True protected = True >sysfs path = /devices/virtual/block/dm-0 partedDevice = parted.Device instance -- >model: Linux device-mapper (snapshot) path: /dev/mapper/live-rw type: 12 >sectorSize: 512 physicalSectorSize: 512 >length: 8388608 openCount: 0 readOnly: False >externalMode: False dirty: False bootDirty: False >host: 32597 did: 0 busy: True >hardwareGeometry: (522, 255, 63) biosGeometry: (522, 255, 63) >PedDevice: <_ped.Device object at 0x4391440> >target size = 0 path = /dev/mapper/live-rw >format args = [] originalFormat = None target = None dmUuid = None >type = ext4 name = ext4 status = False >device = /dev/mapper/live-rw uuid = f55efb5e-3b29-4bae-8684-87cd5b0eae75 exists = True >options = defaults supported = True formattable = True resizable = True >mountpoint = None mountopts = None >label = _Fedora-Live-KDE size = 4096.0 targetSize = 4096.0 >'DEVNAME': 'dm-1', >'DEVPATH': '/devices/virtual/block/dm-1', >'DEVTYPE': 'disk', >'DM_NAME': 'live-base', >'DM_SUSPENDED': '0', >'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', >'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', >'DM_UDEV_RULES_VSN': '2', >'ID_FS_LABEL': '_Fedora-Live-KDE', >'ID_FS_LABEL_ENC': '_Fedora-Live-KDE', >'ID_FS_TYPE': 'ext4', >'ID_FS_USAGE': 'filesystem', >'ID_FS_UUID': 'f55efb5e-3b29-4bae-8684-87cd5b0eae75', >'ID_FS_UUID_ENC': 'f55efb5e-3b29-4bae-8684-87cd5b0eae75', >'ID_FS_VERSION': '1.0', >'MAJOR': '253', >'MINOR': '1', >'MPATH_SBIN_PATH': '/sbin', >'SUBSYSTEM': 'block', >'TAGS': ':systemd:', >'UDISKS_DM_TARGETS_COUNT': '1', >'UDISKS_DM_TARGETS_LENGTH': '8388608', >'UDISKS_DM_TARGETS_PARAMS': '7:3\\x200', >'UDISKS_DM_TARGETS_START': '0', >'UDISKS_DM_TARGETS_TYPE': 'linear', >'UDISKS_PRESENTATION_NOPOLICY': '1', >'USEC_INITIALIZED': '90922', >'name': 'dm-1', >'symlinks': ['/dev/disk/by-id/dm-name-live-base', >'/dev/disk/by-label/_Fedora-Live-KDE', >'/dev/disk/by-uuid/f55efb5e-3b29-4bae-8684-87cd5b0eae75', >'/dev/mapper/live-base'], >'sysfs_path': '/devices/virtual/block/dm-1'} ; name: live-base ; >name = live-base status = True kids = 0 id = 15 >parents = ['existing 0MB loop loop3 (11) with existing ext4 filesystem'] >uuid = None size = 4096.0 >format = existing ext4 filesystem >major = 0 minor = 0 exists = True protected = True >sysfs path = /devices/virtual/block/dm-1 partedDevice = parted.Device instance -- >model: Linux device-mapper (linear) path: /dev/mapper/live-base type: 12 >sectorSize: 512 physicalSectorSize: 512 >length: 8388608 openCount: 0 readOnly: False >externalMode: False dirty: False bootDirty: False >host: 32597 did: 0 busy: False >hardwareGeometry: (522, 255, 63) biosGeometry: (522, 255, 63) >PedDevice: <_ped.Device object at 0x43914d0> >target size = 0 path = /dev/mapper/live-base >format args = [] originalFormat = None target = None dmUuid = None >type = ext4 name = ext4 status = False >device = /dev/mapper/live-base uuid = f55efb5e-3b29-4bae-8684-87cd5b0eae75 exists = True >options = defaults supported = True formattable = True resizable = True >mountpoint = None mountopts = None >label = _Fedora-Live-KDE size = 4096.0 targetSize = 4096.0 >'DEVNAME': 'dm-2', >'DEVPATH': '/devices/virtual/block/dm-2', >'DEVTYPE': 'disk', >'DM_NAME': 'live-osimg-min', >'DM_SUSPENDED': '0', >'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', >'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', >'DM_UDEV_RULES_VSN': '2', >'ID_FS_LABEL': '_Fedora-Live-KDE', >'ID_FS_LABEL_ENC': '_Fedora-Live-KDE', >'ID_FS_TYPE': 'ext4', >'ID_FS_USAGE': 'filesystem', >'ID_FS_UUID': 'f55efb5e-3b29-4bae-8684-87cd5b0eae75', >'ID_FS_UUID_ENC': 'f55efb5e-3b29-4bae-8684-87cd5b0eae75', >'ID_FS_VERSION': '1.0', >'MAJOR': '253', >'MINOR': '2', >'MPATH_SBIN_PATH': '/sbin', >'SUBSYSTEM': 'block', >'TAGS': ':systemd:', >'UDISKS_DM_TARGETS_COUNT': '1', >'UDISKS_DM_TARGETS_LENGTH': '8388608', >'UDISKS_DM_TARGETS_START': '0', >'UDISKS_DM_TARGETS_TYPE': 'snapshot', >'UDISKS_PRESENTATION_NOPOLICY': '1', >'USEC_INITIALIZED': '10102', >'name': 'dm-2', >'symlinks': ['/dev/disk/by-id/dm-name-live-osimg-min', >'/dev/disk/by-label/_Fedora-Live-KDE', >'/dev/disk/by-uuid/f55efb5e-3b29-4bae-8684-87cd5b0eae75', >'/dev/mapper/live-osimg-min'], >'sysfs_path': '/devices/virtual/block/dm-2'} ; name: live-osimg-min ; >name = live-osimg-min status = True kids = 0 id = 16 >parents = ['existing 0MB loop loop3 (11) with existing ext4 filesystem'] >uuid = None size = 4096.0 >format = existing ext4 filesystem >major = 0 minor = 0 exists = True protected = True >sysfs path = /devices/virtual/block/dm-2 partedDevice = parted.Device instance -- >model: Linux device-mapper (snapshot) path: /dev/mapper/live-osimg-min type: 12 >sectorSize: 512 physicalSectorSize: 512 >length: 8388608 openCount: 0 readOnly: False >externalMode: False dirty: False bootDirty: False >host: 19515 did: 24387 busy: False >hardwareGeometry: (522, 255, 63) biosGeometry: (522, 255, 63) >PedDevice: <_ped.Device object at 0x4391320> >target size = 0 path = /dev/mapper/live-osimg-min >format args = [] originalFormat = None target = None dmUuid = None >type = ext4 name = ext4 status = False >device = /dev/mapper/live-osimg-min uuid = f55efb5e-3b29-4bae-8684-87cd5b0eae75 exists = True >options = defaults supported = True formattable = True resizable = True >mountpoint = None mountopts = None >label = _Fedora-Live-KDE size = 3208.0 targetSize = 3208.0 >Dec 12 09:02:28 localhost systemd[1075]: Time has been changed >Dec 12 09:02:28 localhost systemd[1]: Time has been changed >Dec 12 09:02:28 localhost kernel: EXT4-fs (dm-1): mounted filesystem with ordered data mode. Opts: (null) >Dec 12 09:02:28 localhost kernel: SELinux: initialized (dev dm-1, type ext4), uses xattr >Dec 12 09:02:42 localhost kernel: bio: create slab <bio-3> at 3 >Dec 12 09:02:42 localhost kernel: Btrfs loaded >Dec 12 09:02:42 localhost kernel: SGI XFS with ACLs, security attributes, large block/inode numbers, no debug enabled >type: msdos primaryPartitionCount: 0 >lastPartitionNumber: -1 maxPrimaryPartitionCount: 4 >partitions: [] >device: <parted.device.Device object at 0x7f551c060490> >PedDisk: <_ped.Disk object at 0x5140e60> >type: msdos primaryPartitionCount: 0 >lastPartitionNumber: -1 maxPrimaryPartitionCount: 4 >partitions: [] >device: <parted.device.Device object at 0x7f551c060c10> >PedDisk: <_ped.Disk object at 0x7f551803df80> >type: msdos primaryPartitionCount: 0 >lastPartitionNumber: -1 maxPrimaryPartitionCount: 4 >partitions: [] >device: <parted.device.Device object at 0x7f551c064390> >PedDisk: <_ped.Disk object at 0x515f8c0> >PartSpec instance (0x53f1310) -- >mountpoint = / lv = True singlePV = False thin = True btrfs = True >weight = 0 fstype = ext4 encrypted = True >size = 1024 maxSize = 51200 grow = True >PartSpec instance (0x53f1350) -- >mountpoint = /home lv = True singlePV = False thin = True btrfs = True >weight = 0 fstype = ext4 encrypted = True >size = 500 maxSize = None grow = True >PartSpec instance (0x53f1390) -- >mountpoint = /boot lv = False singlePV = False thin = False btrfs = False >weight = 2000 fstype = ext4 encrypted = False >size = 500 maxSize = None grow = False >PartSpec instance (0x53f13d0) -- >mountpoint = None lv = False singlePV = False thin = False btrfs = False >weight = 5000 fstype = biosboot encrypted = False >size = 1 maxSize = None grow = False >PartSpec instance (0x53f1410) -- >mountpoint = None lv = True singlePV = False thin = False btrfs = False >weight = 0 fstype = swap encrypted = True >size = 2064 maxSize = None grow = False >name = vda status = True kids = 0 id = 1 >parents = [] >uuid = None size = 8192.0 >format = non-existent msdos disklabel >major = 252 minor = 0 exists = True protected = False >sysfs path = /devices/pci0000:00/0000:00:07.0/virtio2/block/vda partedDevice = parted.Device instance -- >model: Virtio Block Device path: /dev/vda type: 15 >sectorSize: 512 physicalSectorSize: 512 >length: 16777216 openCount: 0 readOnly: False >externalMode: False dirty: False bootDirty: False >host: 32597 did: 0 busy: False >hardwareGeometry: (16644, 16, 63) biosGeometry: (1044, 255, 63) >PedDevice: <_ped.Device object at 0x431ddd0> >target size = 0 path = /dev/vda >format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f551c060910>, DiskDevice instance (0x7f551c064a50) -- >name = vdb status = True kids = 0 id = 2 >parents = [] >uuid = None size = 8192.0 >format = non-existent msdos disklabel >major = 252 minor = 16 exists = True protected = False >sysfs path = /devices/pci0000:00/0000:00:09.0/virtio4/block/vdb partedDevice = parted.Device instance -- >model: Virtio Block Device path: /dev/vdb type: 15 >sectorSize: 512 physicalSectorSize: 512 >length: 16777216 openCount: 0 readOnly: False >externalMode: False dirty: False bootDirty: False >host: 32597 did: 0 busy: False >hardwareGeometry: (16644, 16, 63) biosGeometry: (1044, 255, 63) >PedDevice: <_ped.Device object at 0x4391200> >target size = 0 path = /dev/vdb >format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f551c064e10>, DiskDevice instance (0x7f551c064210) -- >name = vdc status = True kids = 0 id = 3 >parents = [] >uuid = None size = 8192.0 >format = non-existent msdos disklabel >major = 252 minor = 32 exists = True protected = False >sysfs path = /devices/pci0000:00/0000:00:0a.0/virtio5/block/vdc partedDevice = parted.Device instance -- >model: Virtio Block Device path: /dev/vdc type: 15 >sectorSize: 512 physicalSectorSize: 512 >length: 16777216 openCount: 0 readOnly: False >externalMode: False dirty: False bootDirty: False >host: 32597 did: 0 busy: False >hardwareGeometry: (16644, 16, 63) biosGeometry: (1044, 255, 63) >PedDevice: <_ped.Device object at 0x43913b0> >target size = 0 path = /dev/vdc >format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f551c064150>] >name = req0 status = False kids = 0 id = 17 >parents = [] >uuid = None size = 500 >format = non-existent lvmpv >major = 0 minor = 0 exists = False protected = False >sysfs path = partedDevice = None >target size = 0 path = /dev/req0 >format args = [] originalFormat = lvmpv grow = True max size = 0 bootable = None >part type = None primary = False start sector = None end sector = None >partedPartition = None >disk = None >, PartitionDevice instance (0x54b5ad0) -- >name = req1 status = False kids = 0 id = 18 >parents = [] >uuid = None size = 500 >format = non-existent lvmpv >major = 0 minor = 0 exists = False protected = False >sysfs path = partedDevice = None >target size = 0 path = /dev/req1 >format args = [] originalFormat = lvmpv grow = True max size = 0 bootable = None >part type = None primary = False start sector = None end sector = None >partedPartition = None >disk = None >, PartitionDevice instance (0x54b5e50) -- >name = req2 status = False kids = 0 id = 19 >parents = [] >uuid = None size = 500 >format = non-existent lvmpv >major = 0 minor = 0 exists = False protected = False >sysfs path = partedDevice = None >target size = 0 path = /dev/req2 >format args = [] originalFormat = lvmpv grow = True max size = 0 bootable = None >part type = None primary = False start sector = None end sector = None >partedPartition = None >disk = None >] >mountpoint = None lv = False singlePV = False thin = False btrfs = False >weight = 5000 fstype = biosboot encrypted = False >size = 1 maxSize = None grow = False >boot: True ; primary: False ; size: 500MB ; grow: False ; max_size: 0 ; start: None ; end: None >disk: <parted.disk.Disk object at 0x7f551c060150> fileSystem: None >number: 1 path: /dev/vda1 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x54c13d0> PedPartition: <_ped.Partition object at 0x54bb1d0> >disk: <parted.disk.Disk object at 0x7f551c060150> fileSystem: None >number: 1 path: /dev/vda1 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x54c1310> PedPartition: <_ped.Partition object at 0x54bb110> >boot: False ; primary: False ; size: 500MB ; grow: True ; max_size: 0 ; start: None ; end: None >sectorSize = 512 >sectorSize = 512 >disk: <parted.disk.Disk object at 0x7f551c060150> fileSystem: None >number: 2 path: /dev/vda2 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x54c1e10> PedPartition: <_ped.Partition object at 0x54bb230> >sectorSize = 512 >id = 20 name = vda1 growable = False >base = 1024000 growth = 0 max_grow = 0 >done = True >id = 17 name = vda2 growable = True >base = 1024000 growth = 0 max_grow = 4293943295 >done = False >disk: <parted.disk.Disk object at 0x7f551c060150> fileSystem: None >number: 2 path: /dev/vda2 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x54c2050> PedPartition: <_ped.Partition object at 0x54bb170> >disk: <parted.disk.Disk object at 0x7f551c060150> fileSystem: None >number: 2 path: /dev/vda2 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x54c20d0> PedPartition: <_ped.Partition object at 0x54bb290> >boot: False ; primary: False ; size: 500MB ; grow: True ; max_size: 0 ; start: None ; end: None >sectorSize = 512 >disk: <parted.disk.Disk object at 0x7f551c064490> fileSystem: None >number: 1 path: /dev/vdb1 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x54c2650> PedPartition: <_ped.Partition object at 0x54bb350> >sectorSize = 512 >id = 18 name = vdb1 growable = True >base = 1024000 growth = 0 max_grow = 4293943295 >done = False >sectorSize = 512 >id = 20 name = vda1 growable = False >base = 1024000 growth = 0 max_grow = 0 >done = True >id = 17 name = vda2 growable = True >base = 1024000 growth = 0 max_grow = 4293943295 >done = False >disk: <parted.disk.Disk object at 0x7f551c064490> fileSystem: None >number: 1 path: /dev/vdb1 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x54c23d0> PedPartition: <_ped.Partition object at 0x54bb230> >disk: <parted.disk.Disk object at 0x7f551c064490> fileSystem: None >number: 1 path: /dev/vdb1 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x54c1610> PedPartition: <_ped.Partition object at 0x54bb170> >boot: False ; primary: False ; size: 500MB ; grow: True ; max_size: 0 ; start: None ; end: None >disk: <parted.disk.Disk object at 0x7f551c068050> fileSystem: None >number: 1 path: /dev/vdc1 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x54c2750> PedPartition: <_ped.Partition object at 0x54bb3b0> >sectorSize = 512 >id = 19 name = vdc1 growable = True >base = 1024000 growth = 0 max_grow = 4293943295 >done = False >sectorSize = 512 >id = 18 name = vdb1 growable = True >base = 1024000 growth = 0 max_grow = 4293943295 >done = False >sectorSize = 512 >id = 20 name = vda1 growable = False >base = 1024000 growth = 0 max_grow = 0 >done = True >id = 17 name = vda2 growable = True >base = 1024000 growth = 0 max_grow = 4293943295 >done = False >disk: <parted.disk.Disk object at 0x7f551c068050> fileSystem: None >number: 1 path: /dev/vdc1 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x54c2410> PedPartition: <_ped.Partition object at 0x54bb350> >disk: <parted.disk.Disk object at 0x7f551c068050> fileSystem: None >number: 1 path: /dev/vdc1 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x54c24d0> PedPartition: <_ped.Partition object at 0x54bb410> >sectorSize = 512 >id = 20 name = vda1 growable = False >base = 1024000 growth = 0 max_grow = 0 >done = True >id = 17 name = vda2 growable = True >base = 1024000 growth = 0 max_grow = 4293943295 >done = False >sectorSize = 512 >id = 18 name = vdb1 growable = True >base = 1024000 growth = 0 max_grow = 4293943295 >done = False >sectorSize = 512 >id = 19 name = vdc1 growable = True >base = 1024000 growth = 0 max_grow = 4293943295 >done = False >start: 2048 end: 1026047 length: 1024000 >device: <parted.device.Device object at 0x7f551c0602d0> PedGeometry: <_ped.Geometry object at 0x54c2950> >start: 1026048 end: 16777215 length: 15751168 >device: <parted.device.Device object at 0x7f551c0602d0> PedGeometry: <_ped.Geometry object at 0x54c2ad0> >start: 2048 end: 1026047 length: 1024000 >device: <parted.device.Device object at 0x7f551c0602d0> PedGeometry: <_ped.Geometry object at 0x54c2950> >disk: <parted.disk.Disk object at 0x7f551c060150> fileSystem: None >number: 1 path: /dev/vda1 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x54c2d50> PedPartition: <_ped.Partition object at 0x54bb1d0> >disk: <parted.disk.Disk object at 0x7f551c060150> fileSystem: None >number: 1 path: /dev/vda1 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x54c2e90> PedPartition: <_ped.Partition object at 0x54bb4d0> >start: 1026048 end: 16777215 length: 15751168 >device: <parted.device.Device object at 0x7f551c0602d0> PedGeometry: <_ped.Geometry object at 0x54c2ad0> >disk: <parted.disk.Disk object at 0x7f551c060150> fileSystem: None >number: 2 path: /dev/vda2 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x54c11d0> PedPartition: <_ped.Partition object at 0x54bb470> >disk: <parted.disk.Disk object at 0x7f551c060150> fileSystem: None >number: 2 path: /dev/vda2 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x54c1cd0> PedPartition: <_ped.Partition object at 0x54bb110> >start: 2048 end: 16777215 length: 16775168 >device: <parted.device.Device object at 0x7f551c064b10> PedGeometry: <_ped.Geometry object at 0x54c1c50> >start: 2048 end: 16777215 length: 16775168 >device: <parted.device.Device object at 0x7f551c064b10> PedGeometry: <_ped.Geometry object at 0x54c1c50> >disk: <parted.disk.Disk object at 0x7f551c064490> fileSystem: None >number: 1 path: /dev/vdb1 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x54b5dd0> PedPartition: <_ped.Partition object at 0x54bb1d0> >disk: <parted.disk.Disk object at 0x7f551c064490> fileSystem: None >number: 1 path: /dev/vdb1 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x54c2fd0> PedPartition: <_ped.Partition object at 0x54bb2f0> >start: 2048 end: 16777215 length: 16775168 >device: <parted.device.Device object at 0x7f551c064f90> PedGeometry: <_ped.Geometry object at 0x54c1610> >start: 2048 end: 16777215 length: 16775168 >device: <parted.device.Device object at 0x7f551c064f90> PedGeometry: <_ped.Geometry object at 0x54c1610> >disk: <parted.disk.Disk object at 0x7f551c068050> fileSystem: None >number: 1 path: /dev/vdc1 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x54c11d0> PedPartition: <_ped.Partition object at 0x54bb170> >disk: <parted.disk.Disk object at 0x7f551c068050> fileSystem: None >number: 1 path: /dev/vdc1 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x54c2bd0> PedPartition: <_ped.Partition object at 0x54bb470> >device = /dev/mapper/fedora length = 6016 size = 24064 >remaining = 1 pool = 5244 >id = 23 name = fedora-swap growable = False >base = 516 growth = 0 max_grow = 0 >done = True >id = 22 name = fedora-root growable = True >base = 256 growth = 0 max_grow = 12544 >done = False >name = vda status = True kids = 2 id = 1 >parents = [] >uuid = None size = 8192.0 >format = non-existent msdos disklabel >major = 252 minor = 0 exists = True protected = False >sysfs path = /devices/pci0000:00/0000:00:07.0/virtio2/block/vda partedDevice = parted.Device instance -- >model: Virtio Block Device path: /dev/vda type: 15 >sectorSize: 512 physicalSectorSize: 512 >length: 16777216 openCount: 0 readOnly: False >externalMode: False dirty: False bootDirty: False >host: 32597 did: 0 busy: False >hardwareGeometry: (16644, 16, 63) biosGeometry: (1044, 255, 63) >PedDevice: <_ped.Device object at 0x431ddd0> >target size = 0 path = /dev/vda >format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f551c060910>, DiskDevice instance (0x7f551c064a50) -- >name = vdb status = True kids = 1 id = 2 >parents = [] >uuid = None size = 8192.0 >format = non-existent msdos disklabel >major = 252 minor = 16 exists = True protected = False >sysfs path = /devices/pci0000:00/0000:00:09.0/virtio4/block/vdb partedDevice = parted.Device instance -- >model: Virtio Block Device path: /dev/vdb type: 15 >sectorSize: 512 physicalSectorSize: 512 >length: 16777216 openCount: 0 readOnly: False >externalMode: False dirty: False bootDirty: False >host: 32597 did: 0 busy: False >hardwareGeometry: (16644, 16, 63) biosGeometry: (1044, 255, 63) >PedDevice: <_ped.Device object at 0x4391200> >target size = 0 path = /dev/vdb >format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f551c064e10>] ; raid_level: None ; label: ; container_name: fedora ; device: non-existent 22000MB lvmlv fedora-root (22) with non-existent ext4 filesystem mounted at / ; mountpoint: / ; fstype: ext4 ; container_size: 0 ; >name = fedora-root status = False kids = 0 id = 22 >parents = ['non-existent 24064MB lvmvg fedora (21)'] >uuid = None size = 22000 >format = non-existent ext4 filesystem mounted at / >major = 0 minor = 0 exists = False protected = False >sysfs path = partedDevice = None >target size = 22000 path = /dev/mapper/fedora-root >format args = [] originalFormat = ext4 target = None dmUuid = None VG device = LVMVolumeGroupDevice instance (0x54b5bd0) -- >name = fedora status = False kids = 2 id = 21 >parents = ['non-existent 7691MB partition vda2 (17) with non-existent lvmpv', >'non-existent 8191MB partition vdb1 (18) with non-existent lvmpv', >'non-existent 8191MB partition vdc1 (19) with non-existent lvmpv'] >uuid = None size = 24064 >format = non-existent None >major = 0 minor = 0 exists = False protected = False >sysfs path = partedDevice = None >target size = 0 path = /dev/mapper/fedora >format args = [] originalFormat = None target = None dmUuid = None free = 0 PE Size = 4.0 PE Count = 0 >PE Free = 0 PV Count = 3 >LV Names = [] modified = True >extents = 6016.0 free space = 0 >free extents = 0.0 reserved percent = 0 reserved space = 0 >PVs = ['non-existent 7691MB partition vda2 (17) with non-existent lvmpv', >'non-existent 8191MB partition vdb1 (18) with non-existent lvmpv', >'non-existent 8191MB partition vdc1 (19) with non-existent lvmpv'] >LVs = ['non-existent 22000MB lvmlv fedora-root (22) with non-existent ext4 filesystem mounted at /', >'non-existent 2064MB lvmlv fedora-swap (23) with non-existent swap'] >segment type = linear percent = 0 >mirror copies = 1 snapshot total = 0MB >VG space used = 22000MB, 'mountpoint': '/', 'fstype': 'ext4', 'container_size': 0} >disk: <parted.disk.Disk object at 0x54f00d0> fileSystem: None >number: 1 path: /dev/vda1 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x41aa610> PedPartition: <_ped.Partition object at 0x7f5518039a10> >disk: <parted.disk.Disk object at 0x54f00d0> fileSystem: None >number: 2 path: /dev/vda2 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x41aa690> PedPartition: <_ped.Partition object at 0x7f55180399b0> >disk: <parted.disk.Disk object at 0x54f0710> fileSystem: None >number: 1 path: /dev/vdb1 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x41aa150> PedPartition: <_ped.Partition object at 0x7f5518039950> >disk: <parted.disk.Disk object at 0x54f0d50> fileSystem: None >number: 1 path: /dev/vdc1 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x41aa390> PedPartition: <_ped.Partition object at 0x7f55180398f0> >name = vda status = True kids = 1 id = 1 >parents = [] >uuid = None size = 8192.0 >format = non-existent msdos disklabel >major = 252 minor = 0 exists = True protected = False >sysfs path = /devices/pci0000:00/0000:00:07.0/virtio2/block/vda partedDevice = parted.Device instance -- >model: Virtio Block Device path: /dev/vda type: 15 >sectorSize: 512 physicalSectorSize: 512 >length: 16777216 openCount: 0 readOnly: False >externalMode: False dirty: False bootDirty: False >host: 32597 did: 0 busy: False >hardwareGeometry: (16644, 16, 63) biosGeometry: (1044, 255, 63) >PedDevice: <_ped.Device object at 0x431ddd0> >target size = 0 path = /dev/vda >format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f551c060910>, DiskDevice instance (0x7f551c064a50) -- >name = vdb status = True kids = 0 id = 2 >parents = [] >uuid = None size = 8192.0 >format = non-existent msdos disklabel >major = 252 minor = 16 exists = True protected = False >sysfs path = /devices/pci0000:00/0000:00:09.0/virtio4/block/vdb partedDevice = parted.Device instance -- >model: Virtio Block Device path: /dev/vdb type: 15 >sectorSize: 512 physicalSectorSize: 512 >length: 16777216 openCount: 0 readOnly: False >externalMode: False dirty: False bootDirty: False >host: 32597 did: 0 busy: False >hardwareGeometry: (16644, 16, 63) biosGeometry: (1044, 255, 63) >PedDevice: <_ped.Device object at 0x4391200> >target size = 0 path = /dev/vdb >format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f551c064e10>]] >name = vda status = True kids = 1 id = 1 >parents = [] >uuid = None size = 8192.0 >format = non-existent msdos disklabel >major = 252 minor = 0 exists = True protected = False >sysfs path = /devices/pci0000:00/0000:00:07.0/virtio2/block/vda partedDevice = parted.Device instance -- >model: Virtio Block Device path: /dev/vda type: 15 >sectorSize: 512 physicalSectorSize: 512 >length: 16777216 openCount: 0 readOnly: False >externalMode: False dirty: False bootDirty: False >host: 32597 did: 0 busy: False >hardwareGeometry: (16644, 16, 63) biosGeometry: (1044, 255, 63) >PedDevice: <_ped.Device object at 0x431ddd0> >target size = 0 path = /dev/vda >format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f551c060910>, DiskDevice instance (0x7f551c064a50) -- >name = vdb status = True kids = 0 id = 2 >parents = [] >uuid = None size = 8192.0 >format = non-existent msdos disklabel >major = 252 minor = 16 exists = True protected = False >sysfs path = /devices/pci0000:00/0000:00:09.0/virtio4/block/vdb partedDevice = parted.Device instance -- >model: Virtio Block Device path: /dev/vdb type: 15 >sectorSize: 512 physicalSectorSize: 512 >length: 16777216 openCount: 0 readOnly: False >externalMode: False dirty: False bootDirty: False >host: 32597 did: 0 busy: False >hardwareGeometry: (16644, 16, 63) biosGeometry: (1044, 255, 63) >PedDevice: <_ped.Device object at 0x4391200> >target size = 0 path = /dev/vdb >format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f551c064e10>]] >boot: True ; primary: False ; size: 500MB ; grow: False ; max_size: 0 ; start: None ; end: None >disk: <parted.disk.Disk object at 0x7f551c060150> fileSystem: None >number: 1 path: /dev/vda1 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x54c2450> PedPartition: <_ped.Partition object at 0x7f5518039890> >disk: <parted.disk.Disk object at 0x7f551c060150> fileSystem: None >number: 1 path: /dev/vda1 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x54c25d0> PedPartition: <_ped.Partition object at 0x7f5518039830> >boot: False ; primary: False ; size: 1MB ; grow: True ; max_size: 12068 ; start: None ; end: None >sectorSize = 512 >sectorSize = 512 >disk: <parted.disk.Disk object at 0x7f551c060150> fileSystem: None >number: 2 path: /dev/vda2 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x54c1710> PedPartition: <_ped.Partition object at 0x7f55180397d0> >sectorSize = 512 >id = 20 name = vda1 growable = False >base = 1024000 growth = 0 max_grow = 0 >done = True >id = 24 name = vda2 growable = True >base = 2048 growth = 0 max_grow = 24713216 >done = False >disk: <parted.disk.Disk object at 0x7f551c060150> fileSystem: None >number: 2 path: /dev/vda2 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x54c1910> PedPartition: <_ped.Partition object at 0x7f5518039770> >disk: <parted.disk.Disk object at 0x7f551c060150> fileSystem: None >number: 2 path: /dev/vda2 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x54c2dd0> PedPartition: <_ped.Partition object at 0x7f55180396b0> >boot: False ; primary: False ; size: 1MB ; grow: True ; max_size: 12068 ; start: None ; end: None >sectorSize = 512 >disk: <parted.disk.Disk object at 0x7f551c064490> fileSystem: None >number: 1 path: /dev/vdb1 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x54c1690> PedPartition: <_ped.Partition object at 0x7f5518039710> >sectorSize = 512 >id = 25 name = vdb1 growable = True >base = 2048 growth = 0 max_grow = 24713216 >done = False >sectorSize = 512 >id = 20 name = vda1 growable = False >base = 1024000 growth = 0 max_grow = 0 >done = True >id = 24 name = vda2 growable = True >base = 2048 growth = 0 max_grow = 24713216 >done = False >disk: <parted.disk.Disk object at 0x7f551c064490> fileSystem: None >number: 1 path: /dev/vdb1 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x54c18d0> PedPartition: <_ped.Partition object at 0x7f55180397d0> >disk: <parted.disk.Disk object at 0x7f551c064490> fileSystem: None >number: 1 path: /dev/vdb1 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x54c1450> PedPartition: <_ped.Partition object at 0x7f5518039770> >sectorSize = 512 >id = 20 name = vda1 growable = False >base = 1024000 growth = 0 max_grow = 0 >done = True >id = 24 name = vda2 growable = True >base = 2048 growth = 0 max_grow = 24713216 >done = False >sectorSize = 512 >id = 25 name = vdb1 growable = True >base = 2048 growth = 0 max_grow = 24713216 >done = False >id = 24 name = vda2 growable = True >base = 2048 growth = 15751105 max_grow = 24713216 >done = False is 24713216 >id = 25 name = vdb1 growable = True >base = 2048 growth = 16775105 max_grow = 24713216 >done = False is 24713216 >id = 25 name = vdb1 growable = True >base = 2048 growth = 16775105 max_grow = 24713216 >done = False 1024000 (500 MB) >id = 24 name = vda2 growable = True >base = 2048 growth = 15751105 max_grow = 24713216 >done = True is 24713216 >id = 25 name = vdb1 growable = True >base = 2048 growth = 15751105 max_grow = 24713216 >done = True is 24713216 >start: 2048 end: 1026047 length: 1024000 >device: <parted.device.Device object at 0x7f551c0602d0> PedGeometry: <_ped.Geometry object at 0x54f2d10> >start: 1026048 end: 16777215 length: 15751168 >device: <parted.device.Device object at 0x7f551c0602d0> PedGeometry: <_ped.Geometry object at 0x54f2e90> >start: 2048 end: 1026047 length: 1024000 >device: <parted.device.Device object at 0x7f551c0602d0> PedGeometry: <_ped.Geometry object at 0x54f2d10> >disk: <parted.disk.Disk object at 0x7f551c060150> fileSystem: None >number: 1 path: /dev/vda1 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x44772d0> PedPartition: <_ped.Partition object at 0x4acb470> >disk: <parted.disk.Disk object at 0x7f551c060150> fileSystem: None >number: 1 path: /dev/vda1 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x54c1b10> PedPartition: <_ped.Partition object at 0x4acb350> >start: 1026048 end: 16777215 length: 15751168 >device: <parted.device.Device object at 0x7f551c0602d0> PedGeometry: <_ped.Geometry object at 0x54f2e90> >disk: <parted.disk.Disk object at 0x7f551c060150> fileSystem: None >number: 2 path: /dev/vda2 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x54c21d0> PedPartition: <_ped.Partition object at 0x4acb4d0> >disk: <parted.disk.Disk object at 0x7f551c060150> fileSystem: None >number: 2 path: /dev/vda2 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x41aa350> PedPartition: <_ped.Partition object at 0x7f55180396b0> >start: 2048 end: 15753215 length: 15751168 >device: <parted.device.Device object at 0x7f551c064b10> PedGeometry: <_ped.Geometry object at 0x54c2410> >start: 2048 end: 15753215 length: 15751168 >device: <parted.device.Device object at 0x7f551c064b10> PedGeometry: <_ped.Geometry object at 0x54c2410> >disk: <parted.disk.Disk object at 0x7f551c064490> fileSystem: None >number: 1 path: /dev/vdb1 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x41b95d0> PedPartition: <_ped.Partition object at 0x4acb470> >disk: <parted.disk.Disk object at 0x7f551c064490> fileSystem: None >number: 1 path: /dev/vdb1 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x4477250> PedPartition: <_ped.Partition object at 0x7f5518039890> >name = vda status = True kids = 2 id = 1 >parents = [] >uuid = None size = 8192.0 >format = non-existent msdos disklabel >major = 252 minor = 0 exists = True protected = False >sysfs path = /devices/pci0000:00/0000:00:07.0/virtio2/block/vda partedDevice = parted.Device instance -- >model: Virtio Block Device path: /dev/vda type: 15 >sectorSize: 512 physicalSectorSize: 512 >length: 16777216 openCount: 0 readOnly: False >externalMode: False dirty: False bootDirty: False >host: 32597 did: 0 busy: False >hardwareGeometry: (16644, 16, 63) biosGeometry: (1044, 255, 63) >PedDevice: <_ped.Device object at 0x431ddd0> >target size = 0 path = /dev/vda >format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f551c060910>, DiskDevice instance (0x7f551c064a50) -- >name = vdb status = True kids = 1 id = 2 >parents = [] >uuid = None size = 8192.0 >format = non-existent msdos disklabel >major = 252 minor = 16 exists = True protected = False >sysfs path = /devices/pci0000:00/0000:00:09.0/virtio4/block/vdb partedDevice = parted.Device instance -- >model: Virtio Block Device path: /dev/vdb type: 15 >sectorSize: 512 physicalSectorSize: 512 >length: 16777216 openCount: 0 readOnly: False >externalMode: False dirty: False bootDirty: False >host: 32597 did: 0 busy: False >hardwareGeometry: (16644, 16, 63) biosGeometry: (1044, 255, 63) >PedDevice: <_ped.Device object at 0x4391200> >target size = 0 path = /dev/vdb >format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f551c064e10>] ; raid_level: None ; label: ; container_name: fedora ; device: non-existent 13300MB lvmlv fedora-root (22) with non-existent ext4 filesystem mounted at / ; mountpoint: / ; fstype: ext4 ; container_size: 0 ; >name = fedora-root status = False kids = 0 id = 22 >parents = ['non-existent 15364MB lvmvg fedora (21)'] >uuid = None size = 13300 >format = non-existent ext4 filesystem mounted at / >major = 0 minor = 0 exists = False protected = False >sysfs path = partedDevice = None >target size = 13300 path = /dev/mapper/fedora-root >format args = [] originalFormat = ext4 target = None dmUuid = None VG device = LVMVolumeGroupDevice instance (0x54b5bd0) -- >name = fedora status = False kids = 2 id = 21 >parents = ['non-existent 15366MB mdarray pv00 (26) with non-existent lvmpv'] >uuid = None size = 15364 >format = non-existent None >major = 0 minor = 0 exists = False protected = False >sysfs path = partedDevice = None >target size = 0 path = /dev/mapper/fedora >format args = [] originalFormat = None target = None dmUuid = None free = 0 PE Size = 4.0 PE Count = 0 >PE Free = 0 PV Count = 1 >LV Names = [] modified = True >extents = 3841.0 free space = 0 >free extents = 0.0 reserved percent = 0 reserved space = 0 >PVs = ['non-existent 15366MB mdarray pv00 (26) with non-existent lvmpv'] >LVs = ['non-existent 13300MB lvmlv fedora-root (22) with non-existent ext4 filesystem mounted at /', >'non-existent 2064MB lvmlv fedora-swap (23) with non-existent swap'] >segment type = linear percent = 0 >mirror copies = 1 snapshot total = 0MB >VG space used = 13300MB, 'mountpoint': '/', 'fstype': 'ext4', 'container_size': 0} >disk: <parted.disk.Disk object at 0x4477950> fileSystem: None >number: 1 path: /dev/vda1 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x7f5520165190> PedPartition: <_ped.Partition object at 0x4acb3b0> >disk: <parted.disk.Disk object at 0x4477950> fileSystem: None >number: 2 path: /dev/vda2 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x7f5520165310> PedPartition: <_ped.Partition object at 0x4acb470> >disk: <parted.disk.Disk object at 0x4477f90> fileSystem: None >number: 1 path: /dev/vdb1 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x7f5520165410> PedPartition: <_ped.Partition object at 0x4acb4d0> >name = vda status = True kids = 2 id = 1 >parents = [] >uuid = None size = 8192.0 >format = non-existent msdos disklabel >major = 252 minor = 0 exists = True protected = False >sysfs path = /devices/pci0000:00/0000:00:07.0/virtio2/block/vda partedDevice = parted.Device instance -- >model: Virtio Block Device path: /dev/vda type: 15 >sectorSize: 512 physicalSectorSize: 512 >length: 16777216 openCount: 0 readOnly: False >externalMode: False dirty: False bootDirty: False >host: 32597 did: 0 busy: False >hardwareGeometry: (16644, 16, 63) biosGeometry: (1044, 255, 63) >PedDevice: <_ped.Device object at 0x431ddd0> >target size = 0 path = /dev/vda >format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f551c060910>, DiskDevice instance (0x7f551c064a50) -- >name = vdb status = True kids = 1 id = 2 >parents = [] >uuid = None size = 8192.0 >format = non-existent msdos disklabel >major = 252 minor = 16 exists = True protected = False >sysfs path = /devices/pci0000:00/0000:00:09.0/virtio4/block/vdb partedDevice = parted.Device instance -- >model: Virtio Block Device path: /dev/vdb type: 15 >sectorSize: 512 physicalSectorSize: 512 >length: 16777216 openCount: 0 readOnly: False >externalMode: False dirty: False bootDirty: False >host: 32597 did: 0 busy: False >hardwareGeometry: (16644, 16, 63) biosGeometry: (1044, 255, 63) >PedDevice: <_ped.Device object at 0x4391200> >target size = 0 path = /dev/vdb >format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f551c064e10>]] >name = pv00 status = False kids = 1 id = 26 >parents = ['non-existent 7691MB partition vda2 (24) with non-existent mdmember', >'non-existent 7691MB partition vdb1 (25) with non-existent mdmember'] >uuid = None size = 15366.0 >format = non-existent lvmpv >major = 0 minor = 0 exists = False protected = False >sysfs path = partedDevice = None >target size = 24104.0 path = /dev/md/pv00 >format args = None originalFormat = lvmpv level = 0 spares = 0 >members = 2 >total devices = 2 metadata version = default, 'encrypted': False, 'raid_level': 'raid0', 'fstype': 'lvmpv'} >name = vda status = True kids = 2 id = 1 >parents = [] >uuid = None size = 8192.0 >format = non-existent msdos disklabel >major = 252 minor = 0 exists = True protected = False >sysfs path = /devices/pci0000:00/0000:00:07.0/virtio2/block/vda partedDevice = parted.Device instance -- >model: Virtio Block Device path: /dev/vda type: 15 >sectorSize: 512 physicalSectorSize: 512 >length: 16777216 openCount: 0 readOnly: False >externalMode: False dirty: False bootDirty: False >host: 32597 did: 0 busy: False >hardwareGeometry: (16644, 16, 63) biosGeometry: (1044, 255, 63) >PedDevice: <_ped.Device object at 0x431ddd0> >target size = 0 path = /dev/vda >format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f551c060910>, DiskDevice instance (0x7f551c064a50) -- >name = vdb status = True kids = 1 id = 2 >parents = [] >uuid = None size = 8192.0 >format = non-existent msdos disklabel >major = 252 minor = 16 exists = True protected = False >sysfs path = /devices/pci0000:00/0000:00:09.0/virtio4/block/vdb partedDevice = parted.Device instance -- >model: Virtio Block Device path: /dev/vdb type: 15 >sectorSize: 512 physicalSectorSize: 512 >length: 16777216 openCount: 0 readOnly: False >externalMode: False dirty: False bootDirty: False >host: 32597 did: 0 busy: False >hardwareGeometry: (16644, 16, 63) biosGeometry: (1044, 255, 63) >PedDevice: <_ped.Device object at 0x4391200> >target size = 0 path = /dev/vdb >format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f551c064e10>]] >boot: True ; primary: False ; size: 500MB ; grow: False ; max_size: 0 ; start: None ; end: None >disk: <parted.disk.Disk object at 0x7f551c060150> fileSystem: None >number: 1 path: /dev/vda1 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x7f5520169e50> PedPartition: <_ped.Partition object at 0x7f55180396b0> >disk: <parted.disk.Disk object at 0x7f551c060150> fileSystem: None >number: 1 path: /dev/vda1 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x7f5520169e90> PedPartition: <_ped.Partition object at 0x7f5518039830> >boot: False ; primary: False ; size: 1MB ; grow: True ; max_size: 3557 ; start: None ; end: None >sectorSize = 512 >sectorSize = 512 >disk: <parted.disk.Disk object at 0x7f551c060150> fileSystem: None >number: 2 path: /dev/vda2 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x7f5520165ed0> PedPartition: <_ped.Partition object at 0x4acb350> >sectorSize = 512 >id = 20 name = vda1 growable = False >base = 1024000 growth = 0 max_grow = 0 >done = True >id = 24 name = vda2 growable = True >base = 2048 growth = 0 max_grow = 7282688 >done = False >disk: <parted.disk.Disk object at 0x7f551c060150> fileSystem: None >number: 2 path: /dev/vda2 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x5715290> PedPartition: <_ped.Partition object at 0x448e3b0> >disk: <parted.disk.Disk object at 0x7f551c060150> fileSystem: None >number: 2 path: /dev/vda2 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x57153d0> PedPartition: <_ped.Partition object at 0x448e050> >boot: False ; primary: False ; size: 1MB ; grow: True ; max_size: 3557 ; start: None ; end: None >sectorSize = 512 >disk: <parted.disk.Disk object at 0x7f551c064490> fileSystem: None >number: 1 path: /dev/vdb1 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x7f55201655d0> PedPartition: <_ped.Partition object at 0x7f55180396b0> >sectorSize = 512 >id = 25 name = vdb1 growable = True >base = 2048 growth = 0 max_grow = 7282688 >done = False >sectorSize = 512 >id = 20 name = vda1 growable = False >base = 1024000 growth = 0 max_grow = 0 >done = True >id = 24 name = vda2 growable = True >base = 2048 growth = 0 max_grow = 7282688 >done = False >disk: <parted.disk.Disk object at 0x7f551c064490> fileSystem: None >number: 1 path: /dev/vdb1 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x4477290> PedPartition: <_ped.Partition object at 0x4acb350> >disk: <parted.disk.Disk object at 0x7f551c064490> fileSystem: None >number: 1 path: /dev/vdb1 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x7f5520165b50> PedPartition: <_ped.Partition object at 0x7f5518039890> >sectorSize = 512 >id = 20 name = vda1 growable = False >base = 1024000 growth = 0 max_grow = 0 >done = True >id = 24 name = vda2 growable = True >base = 2048 growth = 0 max_grow = 7282688 >done = False >sectorSize = 512 >id = 25 name = vdb1 growable = True >base = 2048 growth = 0 max_grow = 7282688 >done = False >id = 24 name = vda2 growable = True >base = 2048 growth = 7282688 max_grow = 7282688 >done = True is 7282688 >id = 25 name = vdb1 growable = True >base = 2048 growth = 7282688 max_grow = 7282688 >done = True is 7282688 >id = 24 name = vda2 growable = True >base = 2048 growth = 7282688 max_grow = 7282688 >done = True is 7282688 >id = 25 name = vdb1 growable = True >base = 2048 growth = 7282688 max_grow = 7282688 >done = True is 7282688 >start: 2048 end: 1026047 length: 1024000 >device: <parted.device.Device object at 0x7f551c0602d0> PedGeometry: <_ped.Geometry object at 0x54c1550> >start: 1026048 end: 8310783 length: 7284736 >device: <parted.device.Device object at 0x7f551c0602d0> PedGeometry: <_ped.Geometry object at 0x57152d0> >start: 2048 end: 1026047 length: 1024000 >device: <parted.device.Device object at 0x7f551c0602d0> PedGeometry: <_ped.Geometry object at 0x54c1550> >disk: <parted.disk.Disk object at 0x7f551c060150> fileSystem: None >number: 1 path: /dev/vda1 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x5715790> PedPartition: <_ped.Partition object at 0x448e3b0> >disk: <parted.disk.Disk object at 0x7f551c060150> fileSystem: None >number: 1 path: /dev/vda1 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x5715990> PedPartition: <_ped.Partition object at 0x448e350> >start: 1026048 end: 8310783 length: 7284736 >device: <parted.device.Device object at 0x7f551c0602d0> PedGeometry: <_ped.Geometry object at 0x57152d0> >disk: <parted.disk.Disk object at 0x7f551c060150> fileSystem: None >number: 2 path: /dev/vda2 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x5715490> PedPartition: <_ped.Partition object at 0x448e2f0> >disk: <parted.disk.Disk object at 0x7f551c060150> fileSystem: None >number: 2 path: /dev/vda2 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x5715c90> PedPartition: <_ped.Partition object at 0x448e050> >start: 2048 end: 7286783 length: 7284736 >device: <parted.device.Device object at 0x7f551c064b10> PedGeometry: <_ped.Geometry object at 0x54c1b10> >start: 2048 end: 7286783 length: 7284736 >device: <parted.device.Device object at 0x7f551c064b10> PedGeometry: <_ped.Geometry object at 0x54c1b10> >disk: <parted.disk.Disk object at 0x7f551c064490> fileSystem: None >number: 1 path: /dev/vdb1 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x7f5520169e50> PedPartition: <_ped.Partition object at 0x448e3b0> >disk: <parted.disk.Disk object at 0x7f551c064490> fileSystem: None >number: 1 path: /dev/vdb1 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x5715a90> PedPartition: <_ped.Partition object at 0x448e4d0> >Dec 12 09:03:28 localhost chronyd[672]: Can't synchronise: no majority >Dec 12 09:03:28 localhost chronyd[672]: Selected source 89.179.120.132 >name = vda status = True kids = 2 id = 1 >parents = [] >uuid = None size = 8192.0 >format = non-existent msdos disklabel >major = 252 minor = 0 exists = True protected = False >sysfs path = /devices/pci0000:00/0000:00:07.0/virtio2/block/vda partedDevice = parted.Device instance -- >model: Virtio Block Device path: /dev/vda type: 15 >sectorSize: 512 physicalSectorSize: 512 >length: 16777216 openCount: 0 readOnly: False >externalMode: False dirty: False bootDirty: False >host: 32597 did: 0 busy: False >hardwareGeometry: (16644, 16, 63) biosGeometry: (1044, 255, 63) >PedDevice: <_ped.Device object at 0x431ddd0> >target size = 0 path = /dev/vda >format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f551c060910>, DiskDevice instance (0x7f551c064a50) -- >name = vdb status = True kids = 1 id = 2 >parents = [] >uuid = None size = 8192.0 >format = non-existent msdos disklabel >major = 252 minor = 16 exists = True protected = False >sysfs path = /devices/pci0000:00/0000:00:09.0/virtio4/block/vdb partedDevice = parted.Device instance -- >model: Virtio Block Device path: /dev/vdb type: 15 >sectorSize: 512 physicalSectorSize: 512 >length: 16777216 openCount: 0 readOnly: False >externalMode: False dirty: False bootDirty: False >host: 32597 did: 0 busy: False >hardwareGeometry: (16644, 16, 63) biosGeometry: (1044, 255, 63) >PedDevice: <_ped.Device object at 0x4391200> >target size = 0 path = /dev/vdb >format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f551c064e10>] ; raid_level: None ; label: ; container_name: fedora ; device: non-existent 2064MB lvmlv fedora-swap (23) with non-existent swap ; mountpoint: None ; fstype: swap ; container_size: 0 ; >name = fedora-swap status = False kids = 0 id = 23 >parents = ['non-existent 7104MB lvmvg fedora (21)'] >uuid = None size = 2064 >format = non-existent swap >major = 0 minor = 0 exists = False protected = False >sysfs path = partedDevice = None >target size = 2064 path = /dev/mapper/fedora-swap >format args = [] originalFormat = swap target = None dmUuid = None VG device = LVMVolumeGroupDevice instance (0x54b5bd0) -- >name = fedora status = False kids = 2 id = 21 >parents = ['non-existent 7106MB mdarray 00 (26) with non-existent lvmpv'] >uuid = None size = 7104 >format = non-existent None >major = 0 minor = 0 exists = False protected = False >sysfs path = partedDevice = None >target size = 0 path = /dev/mapper/fedora >format args = [] originalFormat = None target = None dmUuid = None free = 0 PE Size = 4.0 PE Count = 0 >PE Free = 0 PV Count = 1 >LV Names = [] modified = True >extents = 1776.0 free space = 40 >free extents = 10.0 reserved percent = 0 reserved space = 0 >PVs = ['non-existent 7106MB mdarray 00 (26) with non-existent lvmpv'] >LVs = ['non-existent 5000MB lvmlv fedora-root (22) with non-existent ext4 filesystem mounted at /', >'non-existent 2064MB lvmlv fedora-swap (23) with non-existent swap'] >segment type = linear percent = 0 >mirror copies = 1 snapshot total = 0MB >VG space used = 2064MB, 'mountpoint': None, 'fstype': 'swap', 'container_size': 0} >disk: <parted.disk.Disk object at 0x57157d0> fileSystem: None >number: 1 path: /dev/vda1 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x4477610> PedPartition: <_ped.Partition object at 0x4acb350> >disk: <parted.disk.Disk object at 0x57157d0> fileSystem: None >number: 2 path: /dev/vda2 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x4477510> PedPartition: <_ped.Partition object at 0x4acb470> >disk: <parted.disk.Disk object at 0x571a110> fileSystem: None >number: 1 path: /dev/vdb1 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x4477d50> PedPartition: <_ped.Partition object at 0x4acb4d0> >name = vda status = True kids = 2 id = 1 >parents = [] >uuid = None size = 8192.0 >format = non-existent msdos disklabel >major = 252 minor = 0 exists = True protected = False >sysfs path = /devices/pci0000:00/0000:00:07.0/virtio2/block/vda partedDevice = parted.Device instance -- >model: Virtio Block Device path: /dev/vda type: 15 >sectorSize: 512 physicalSectorSize: 512 >length: 16777216 openCount: 0 readOnly: False >externalMode: False dirty: False bootDirty: False >host: 32597 did: 0 busy: False >hardwareGeometry: (16644, 16, 63) biosGeometry: (1044, 255, 63) >PedDevice: <_ped.Device object at 0x431ddd0> >target size = 0 path = /dev/vda >format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f551c060910>, DiskDevice instance (0x7f551c064a50) -- >name = vdb status = True kids = 1 id = 2 >parents = [] >uuid = None size = 8192.0 >format = non-existent msdos disklabel >major = 252 minor = 16 exists = True protected = False >sysfs path = /devices/pci0000:00/0000:00:09.0/virtio4/block/vdb partedDevice = parted.Device instance -- >model: Virtio Block Device path: /dev/vdb type: 15 >sectorSize: 512 physicalSectorSize: 512 >length: 16777216 openCount: 0 readOnly: False >externalMode: False dirty: False bootDirty: False >host: 32597 did: 0 busy: False >hardwareGeometry: (16644, 16, 63) biosGeometry: (1044, 255, 63) >PedDevice: <_ped.Device object at 0x4391200> >target size = 0 path = /dev/vdb >format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f551c064e10>]] >name = 00 status = False kids = 1 id = 26 >parents = ['non-existent 3557MB partition vda2 (24) with non-existent mdmember', >'non-existent 3557MB partition vdb1 (25) with non-existent mdmember'] >uuid = None size = 7106.0 >format = non-existent lvmpv >major = 0 minor = 0 exists = False protected = False >sysfs path = partedDevice = None >target size = 24104.0 path = /dev/md/00 >format args = None originalFormat = lvmpv level = 0 spares = 0 >members = 2 >total devices = 2 metadata version = default, 'encrypted': False, 'raid_level': 'raid0', 'fstype': 'lvmpv'} >name = vda status = True kids = 2 id = 1 >parents = [] >uuid = None size = 8192.0 >format = non-existent msdos disklabel >major = 252 minor = 0 exists = True protected = False >sysfs path = /devices/pci0000:00/0000:00:07.0/virtio2/block/vda partedDevice = parted.Device instance -- >model: Virtio Block Device path: /dev/vda type: 15 >sectorSize: 512 physicalSectorSize: 512 >length: 16777216 openCount: 0 readOnly: False >externalMode: False dirty: False bootDirty: False >host: 32597 did: 0 busy: False >hardwareGeometry: (16644, 16, 63) biosGeometry: (1044, 255, 63) >PedDevice: <_ped.Device object at 0x431ddd0> >target size = 0 path = /dev/vda >format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f551c060910>, DiskDevice instance (0x7f551c064a50) -- >name = vdb status = True kids = 1 id = 2 >parents = [] >uuid = None size = 8192.0 >format = non-existent msdos disklabel >major = 252 minor = 16 exists = True protected = False >sysfs path = /devices/pci0000:00/0000:00:09.0/virtio4/block/vdb partedDevice = parted.Device instance -- >model: Virtio Block Device path: /dev/vdb type: 15 >sectorSize: 512 physicalSectorSize: 512 >length: 16777216 openCount: 0 readOnly: False >externalMode: False dirty: False bootDirty: False >host: 32597 did: 0 busy: False >hardwareGeometry: (16644, 16, 63) biosGeometry: (1044, 255, 63) >PedDevice: <_ped.Device object at 0x4391200> >target size = 0 path = /dev/vdb >format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f551c064e10>]] >boot: True ; primary: False ; size: 500MB ; grow: False ; max_size: 0 ; start: None ; end: None >disk: <parted.disk.Disk object at 0x7f551c060150> fileSystem: None >number: 1 path: /dev/vda1 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x4477090> PedPartition: <_ped.Partition object at 0x4acb3b0> >disk: <parted.disk.Disk object at 0x7f551c060150> fileSystem: None >number: 1 path: /dev/vda1 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x57155d0> PedPartition: <_ped.Partition object at 0x7f5518039830> >boot: False ; primary: False ; size: 1MB ; grow: True ; max_size: 2775 ; start: None ; end: None >sectorSize = 512 >sectorSize = 512 >disk: <parted.disk.Disk object at 0x7f551c060150> fileSystem: None >number: 2 path: /dev/vda2 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x54c11d0> PedPartition: <_ped.Partition object at 0x7f55180396b0> >sectorSize = 512 >id = 20 name = vda1 growable = False >base = 1024000 growth = 0 max_grow = 0 >done = True >id = 24 name = vda2 growable = True >base = 2048 growth = 0 max_grow = 5681152 >done = False >disk: <parted.disk.Disk object at 0x7f551c060150> fileSystem: None >number: 2 path: /dev/vda2 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x54c1a50> PedPartition: <_ped.Partition object at 0x7f55180397d0> >disk: <parted.disk.Disk object at 0x7f551c060150> fileSystem: None >number: 2 path: /dev/vda2 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x419cf50> PedPartition: <_ped.Partition object at 0x7f5518039710> >boot: False ; primary: False ; size: 1MB ; grow: True ; max_size: 2775 ; start: None ; end: None >sectorSize = 512 >disk: <parted.disk.Disk object at 0x7f551c064490> fileSystem: None >number: 1 path: /dev/vdb1 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x419c8d0> PedPartition: <_ped.Partition object at 0x448e350> >sectorSize = 512 >id = 25 name = vdb1 growable = True >base = 2048 growth = 0 max_grow = 5681152 >done = False >sectorSize = 512 >id = 20 name = vda1 growable = False >base = 1024000 growth = 0 max_grow = 0 >done = True >id = 24 name = vda2 growable = True >base = 2048 growth = 0 max_grow = 5681152 >done = False >disk: <parted.disk.Disk object at 0x7f551c064490> fileSystem: None >number: 1 path: /dev/vdb1 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x4477e50> PedPartition: <_ped.Partition object at 0x7f55180396b0> >disk: <parted.disk.Disk object at 0x7f551c064490> fileSystem: None >number: 1 path: /dev/vdb1 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x54c1910> PedPartition: <_ped.Partition object at 0x7f55180397d0> >sectorSize = 512 >id = 20 name = vda1 growable = False >base = 1024000 growth = 0 max_grow = 0 >done = True >id = 24 name = vda2 growable = True >base = 2048 growth = 0 max_grow = 5681152 >done = False >sectorSize = 512 >id = 25 name = vdb1 growable = True >base = 2048 growth = 0 max_grow = 5681152 >done = False >id = 24 name = vda2 growable = True >base = 2048 growth = 5681152 max_grow = 5681152 >done = True is 5681152 >id = 25 name = vdb1 growable = True >base = 2048 growth = 5681152 max_grow = 5681152 >done = True is 5681152 >id = 24 name = vda2 growable = True >base = 2048 growth = 5681152 max_grow = 5681152 >done = True is 5681152 >id = 25 name = vdb1 growable = True >base = 2048 growth = 5681152 max_grow = 5681152 >done = True is 5681152 >start: 2048 end: 1026047 length: 1024000 >device: <parted.device.Device object at 0x7f551c0602d0> PedGeometry: <_ped.Geometry object at 0x5715690> >start: 1026048 end: 6709247 length: 5683200 >device: <parted.device.Device object at 0x7f551c0602d0> PedGeometry: <_ped.Geometry object at 0x5715c90> >start: 2048 end: 1026047 length: 1024000 >device: <parted.device.Device object at 0x7f551c0602d0> PedGeometry: <_ped.Geometry object at 0x5715690> >disk: <parted.disk.Disk object at 0x7f551c060150> fileSystem: None >number: 1 path: /dev/vda1 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x419c850> PedPartition: <_ped.Partition object at 0x4acb3b0> >disk: <parted.disk.Disk object at 0x7f551c060150> fileSystem: None >number: 1 path: /dev/vda1 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x571b4d0> PedPartition: <_ped.Partition object at 0x448e050> >start: 1026048 end: 6709247 length: 5683200 >device: <parted.device.Device object at 0x7f551c0602d0> PedGeometry: <_ped.Geometry object at 0x5715c90> >disk: <parted.disk.Disk object at 0x7f551c060150> fileSystem: None >number: 2 path: /dev/vda2 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x5715990> PedPartition: <_ped.Partition object at 0x448e4d0> >disk: <parted.disk.Disk object at 0x7f551c060150> fileSystem: None >number: 2 path: /dev/vda2 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x4c660d0> PedPartition: <_ped.Partition object at 0x7f5518039710> >start: 2048 end: 5685247 length: 5683200 >device: <parted.device.Device object at 0x7f551c064b10> PedGeometry: <_ped.Geometry object at 0x419cf50> >start: 2048 end: 5685247 length: 5683200 >device: <parted.device.Device object at 0x7f551c064b10> PedGeometry: <_ped.Geometry object at 0x419cf50> >disk: <parted.disk.Disk object at 0x7f551c064490> fileSystem: None >number: 1 path: /dev/vdb1 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x571be10> PedPartition: <_ped.Partition object at 0x448e3b0> >disk: <parted.disk.Disk object at 0x7f551c064490> fileSystem: None >number: 1 path: /dev/vdb1 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x5715590> PedPartition: <_ped.Partition object at 0x7f5518039890> >name = vda status = True kids = 2 id = 1 >parents = [] >uuid = None size = 8192.0 >format = non-existent msdos disklabel >major = 252 minor = 0 exists = True protected = False >sysfs path = /devices/pci0000:00/0000:00:07.0/virtio2/block/vda partedDevice = parted.Device instance -- >model: Virtio Block Device path: /dev/vda type: 15 >sectorSize: 512 physicalSectorSize: 512 >length: 16777216 openCount: 0 readOnly: False >externalMode: False dirty: False bootDirty: False >host: 32597 did: 0 busy: False >hardwareGeometry: (16644, 16, 63) biosGeometry: (1044, 255, 63) >PedDevice: <_ped.Device object at 0x431ddd0> >target size = 0 path = /dev/vda >format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f551c060910>, DiskDevice instance (0x7f551c064a50) -- >name = vdb status = True kids = 1 id = 2 >parents = [] >uuid = None size = 8192.0 >format = non-existent msdos disklabel >major = 252 minor = 16 exists = True protected = False >sysfs path = /devices/pci0000:00/0000:00:09.0/virtio4/block/vdb partedDevice = parted.Device instance -- >model: Virtio Block Device path: /dev/vdb type: 15 >sectorSize: 512 physicalSectorSize: 512 >length: 16777216 openCount: 0 readOnly: False >externalMode: False dirty: False bootDirty: False >host: 32597 did: 0 busy: False >hardwareGeometry: (16644, 16, 63) biosGeometry: (1044, 255, 63) >PedDevice: <_ped.Device object at 0x4391200> >target size = 0 path = /dev/vdb >format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f551c064e10>] ; encrypted: False ; container_raid_level: raid0 ; fstype: ext4 ; mountpoint: /var ; container_encrypted: False ; container_size: 0 ; >disk: <parted.disk.Disk object at 0x419ce90> fileSystem: None >number: 1 path: /dev/vda1 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x571f710> PedPartition: <_ped.Partition object at 0x4acb3b0> >disk: <parted.disk.Disk object at 0x419ce90> fileSystem: None >number: 2 path: /dev/vda2 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x571f890> PedPartition: <_ped.Partition object at 0x448e2f0> >disk: <parted.disk.Disk object at 0x4c66550> fileSystem: None >number: 1 path: /dev/vdb1 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x571f990> PedPartition: <_ped.Partition object at 0x448e3b0> >name = vda status = True kids = 2 id = 1 >parents = [] >uuid = None size = 8192.0 >format = non-existent msdos disklabel >major = 252 minor = 0 exists = True protected = False >sysfs path = /devices/pci0000:00/0000:00:07.0/virtio2/block/vda partedDevice = parted.Device instance -- >model: Virtio Block Device path: /dev/vda type: 15 >sectorSize: 512 physicalSectorSize: 512 >length: 16777216 openCount: 0 readOnly: False >externalMode: False dirty: False bootDirty: False >host: 32597 did: 0 busy: False >hardwareGeometry: (16644, 16, 63) biosGeometry: (1044, 255, 63) >PedDevice: <_ped.Device object at 0x431ddd0> >target size = 0 path = /dev/vda >format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f551c060910>, DiskDevice instance (0x7f551c064a50) -- >name = vdb status = True kids = 1 id = 2 >parents = [] >uuid = None size = 8192.0 >format = non-existent msdos disklabel >major = 252 minor = 16 exists = True protected = False >sysfs path = /devices/pci0000:00/0000:00:09.0/virtio4/block/vdb partedDevice = parted.Device instance -- >model: Virtio Block Device path: /dev/vdb type: 15 >sectorSize: 512 physicalSectorSize: 512 >length: 16777216 openCount: 0 readOnly: False >externalMode: False dirty: False bootDirty: False >host: 32597 did: 0 busy: False >hardwareGeometry: (16644, 16, 63) biosGeometry: (1044, 255, 63) >PedDevice: <_ped.Device object at 0x4391200> >target size = 0 path = /dev/vdb >format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f551c064e10>]] >name = 00 status = False kids = 1 id = 26 >parents = ['non-existent 2775MB partition vda2 (24) with non-existent mdmember', >'non-existent 2775MB partition vdb1 (25) with non-existent mdmember'] >uuid = None size = 5542.0 >format = non-existent lvmpv >major = 0 minor = 0 exists = False protected = False >sysfs path = partedDevice = None >target size = 24104.0 path = /dev/md/00 >format args = None originalFormat = lvmpv level = 0 spares = 0 >members = 2 >total devices = 2 metadata version = default, 'encrypted': False, 'raid_level': 'raid0', 'fstype': 'lvmpv'} >name = vda status = True kids = 2 id = 1 >parents = [] >uuid = None size = 8192.0 >format = non-existent msdos disklabel >major = 252 minor = 0 exists = True protected = False >sysfs path = /devices/pci0000:00/0000:00:07.0/virtio2/block/vda partedDevice = parted.Device instance -- >model: Virtio Block Device path: /dev/vda type: 15 >sectorSize: 512 physicalSectorSize: 512 >length: 16777216 openCount: 0 readOnly: False >externalMode: False dirty: False bootDirty: False >host: 32597 did: 0 busy: False >hardwareGeometry: (16644, 16, 63) biosGeometry: (1044, 255, 63) >PedDevice: <_ped.Device object at 0x431ddd0> >target size = 0 path = /dev/vda >format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f551c060910>, DiskDevice instance (0x7f551c064a50) -- >name = vdb status = True kids = 1 id = 2 >parents = [] >uuid = None size = 8192.0 >format = non-existent msdos disklabel >major = 252 minor = 16 exists = True protected = False >sysfs path = /devices/pci0000:00/0000:00:09.0/virtio4/block/vdb partedDevice = parted.Device instance -- >model: Virtio Block Device path: /dev/vdb type: 15 >sectorSize: 512 physicalSectorSize: 512 >length: 16777216 openCount: 0 readOnly: False >externalMode: False dirty: False bootDirty: False >host: 32597 did: 0 busy: False >hardwareGeometry: (16644, 16, 63) biosGeometry: (1044, 255, 63) >PedDevice: <_ped.Device object at 0x4391200> >target size = 0 path = /dev/vdb >format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f551c064e10>]] >boot: True ; primary: False ; size: 500MB ; grow: False ; max_size: 0 ; start: None ; end: None >disk: <parted.disk.Disk object at 0x7f551c060150> fileSystem: None >number: 1 path: /dev/vda1 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x571f490> PedPartition: <_ped.Partition object at 0x7f5518039710> >disk: <parted.disk.Disk object at 0x7f551c060150> fileSystem: None >number: 1 path: /dev/vda1 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x419ccd0> PedPartition: <_ped.Partition object at 0x7f5518039830> >boot: False ; primary: False ; size: 1MB ; grow: True ; max_size: 3277 ; start: None ; end: None >sectorSize = 512 >sectorSize = 512 >disk: <parted.disk.Disk object at 0x7f551c060150> fileSystem: None >number: 2 path: /dev/vda2 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x572a050> PedPartition: <_ped.Partition object at 0x448e410> >sectorSize = 512 >id = 20 name = vda1 growable = False >base = 1024000 growth = 0 max_grow = 0 >done = True >id = 24 name = vda2 growable = True >base = 2048 growth = 0 max_grow = 6709248 >done = False >disk: <parted.disk.Disk object at 0x7f551c060150> fileSystem: None >number: 2 path: /dev/vda2 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x572a250> PedPartition: <_ped.Partition object at 0x448e470> >disk: <parted.disk.Disk object at 0x7f551c060150> fileSystem: None >number: 2 path: /dev/vda2 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x572a2d0> PedPartition: <_ped.Partition object at 0x448e4d0> >boot: False ; primary: False ; size: 1MB ; grow: True ; max_size: 3277 ; start: None ; end: None >sectorSize = 512 >disk: <parted.disk.Disk object at 0x7f551c064490> fileSystem: None >number: 1 path: /dev/vdb1 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x572a3d0> PedPartition: <_ped.Partition object at 0x7f5518039890> >sectorSize = 512 >id = 25 name = vdb1 growable = True >base = 2048 growth = 0 max_grow = 6709248 >done = False >sectorSize = 512 >id = 20 name = vda1 growable = False >base = 1024000 growth = 0 max_grow = 0 >done = True >id = 24 name = vda2 growable = True >base = 2048 growth = 0 max_grow = 6709248 >done = False >disk: <parted.disk.Disk object at 0x7f551c064490> fileSystem: None >number: 1 path: /dev/vdb1 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x572a510> PedPartition: <_ped.Partition object at 0x7f5518039710> >disk: <parted.disk.Disk object at 0x7f551c064490> fileSystem: None >number: 1 path: /dev/vdb1 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x571f510> PedPartition: <_ped.Partition object at 0x448e470> >sectorSize = 512 >id = 20 name = vda1 growable = False >base = 1024000 growth = 0 max_grow = 0 >done = True >id = 24 name = vda2 growable = True >base = 2048 growth = 0 max_grow = 6709248 >done = False >sectorSize = 512 >id = 25 name = vdb1 growable = True >base = 2048 growth = 0 max_grow = 6709248 >done = False >id = 24 name = vda2 growable = True >base = 2048 growth = 6709248 max_grow = 6709248 >done = True is 6709248 >id = 25 name = vdb1 growable = True >base = 2048 growth = 6709248 max_grow = 6709248 >done = True is 6709248 >id = 24 name = vda2 growable = True >base = 2048 growth = 6709248 max_grow = 6709248 >done = True is 6709248 >id = 25 name = vdb1 growable = True >base = 2048 growth = 6709248 max_grow = 6709248 >done = True is 6709248 >start: 2048 end: 1026047 length: 1024000 >device: <parted.device.Device object at 0x7f551c0602d0> PedGeometry: <_ped.Geometry object at 0x572a350> >start: 1026048 end: 7737343 length: 6711296 >device: <parted.device.Device object at 0x7f551c0602d0> PedGeometry: <_ped.Geometry object at 0x572a650> >start: 2048 end: 1026047 length: 1024000 >device: <parted.device.Device object at 0x7f551c0602d0> PedGeometry: <_ped.Geometry object at 0x572a350> >disk: <parted.disk.Disk object at 0x7f551c060150> fileSystem: None >number: 1 path: /dev/vda1 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x572a850> PedPartition: <_ped.Partition object at 0x448e410> >disk: <parted.disk.Disk object at 0x7f551c060150> fileSystem: None >number: 1 path: /dev/vda1 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x572a990> PedPartition: <_ped.Partition object at 0x419e290> >start: 1026048 end: 7737343 length: 6711296 >device: <parted.device.Device object at 0x7f551c0602d0> PedGeometry: <_ped.Geometry object at 0x572a650> >disk: <parted.disk.Disk object at 0x7f551c060150> fileSystem: None >number: 2 path: /dev/vda2 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x419cf10> PedPartition: <_ped.Partition object at 0x419e2f0> >disk: <parted.disk.Disk object at 0x7f551c060150> fileSystem: None >number: 2 path: /dev/vda2 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x572ab90> PedPartition: <_ped.Partition object at 0x448e4d0> >start: 2048 end: 6713343 length: 6711296 >device: <parted.device.Device object at 0x7f551c064b10> PedGeometry: <_ped.Geometry object at 0x572a110> >start: 2048 end: 6713343 length: 6711296 >device: <parted.device.Device object at 0x7f551c064b10> PedGeometry: <_ped.Geometry object at 0x572a110> >disk: <parted.disk.Disk object at 0x7f551c064490> fileSystem: None >number: 1 path: /dev/vdb1 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x571ff90> PedPartition: <_ped.Partition object at 0x419e1d0> >disk: <parted.disk.Disk object at 0x7f551c064490> fileSystem: None >number: 1 path: /dev/vdb1 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x572a210> PedPartition: <_ped.Partition object at 0x448e050> >disk: <parted.disk.Disk object at 0x571fe90> fileSystem: None >number: 1 path: /dev/vda1 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x7f5520165a50> PedPartition: <_ped.Partition object at 0x7f5518039890> >disk: <parted.disk.Disk object at 0x571fe90> fileSystem: None >number: 2 path: /dev/vda2 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x7f5520165bd0> PedPartition: <_ped.Partition object at 0x7f5518039710> >disk: <parted.disk.Disk object at 0x571f0d0> fileSystem: None >number: 1 path: /dev/vdb1 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x7f5520165cd0> PedPartition: <_ped.Partition object at 0x7f55180396b0> >name = vda status = True kids = 2 id = 1 >parents = [] >uuid = None size = 8192.0 >format = non-existent msdos disklabel >major = 252 minor = 0 exists = True protected = False >sysfs path = /devices/pci0000:00/0000:00:07.0/virtio2/block/vda partedDevice = parted.Device instance -- >model: Virtio Block Device path: /dev/vda type: 15 >sectorSize: 512 physicalSectorSize: 512 >length: 16777216 openCount: 0 readOnly: False >externalMode: False dirty: False bootDirty: False >host: 32597 did: 0 busy: False >hardwareGeometry: (16644, 16, 63) biosGeometry: (1044, 255, 63) >PedDevice: <_ped.Device object at 0x431ddd0> >target size = 0 path = /dev/vda >format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f551c060910>, DiskDevice instance (0x7f551c064a50) -- >name = vdb status = True kids = 1 id = 2 >parents = [] >uuid = None size = 8192.0 >format = non-existent msdos disklabel >major = 252 minor = 16 exists = True protected = False >sysfs path = /devices/pci0000:00/0000:00:09.0/virtio4/block/vdb partedDevice = parted.Device instance -- >model: Virtio Block Device path: /dev/vdb type: 15 >sectorSize: 512 physicalSectorSize: 512 >length: 16777216 openCount: 0 readOnly: False >externalMode: False dirty: False bootDirty: False >host: 32597 did: 0 busy: False >hardwareGeometry: (16644, 16, 63) biosGeometry: (1044, 255, 63) >PedDevice: <_ped.Device object at 0x4391200> >target size = 0 path = /dev/vdb >format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f551c064e10>]] >name = 00 status = False kids = 1 id = 26 >parents = ['non-existent 3277MB partition vda2 (24) with non-existent mdmember', >'non-existent 3277MB partition vdb1 (25) with non-existent mdmember'] >uuid = None size = 6546.0 >format = non-existent lvmpv >major = 0 minor = 0 exists = False protected = False >sysfs path = partedDevice = None >target size = 24104.0 path = /dev/md/00 >format args = None originalFormat = lvmpv level = 0 spares = 0 >members = 2 >total devices = 2 metadata version = default, 'encrypted': False, 'raid_level': 'raid0', 'fstype': 'lvmpv'} >name = vda status = True kids = 2 id = 1 >parents = [] >uuid = None size = 8192.0 >format = non-existent msdos disklabel >major = 252 minor = 0 exists = True protected = False >sysfs path = /devices/pci0000:00/0000:00:07.0/virtio2/block/vda partedDevice = parted.Device instance -- >model: Virtio Block Device path: /dev/vda type: 15 >sectorSize: 512 physicalSectorSize: 512 >length: 16777216 openCount: 0 readOnly: False >externalMode: False dirty: False bootDirty: False >host: 32597 did: 0 busy: False >hardwareGeometry: (16644, 16, 63) biosGeometry: (1044, 255, 63) >PedDevice: <_ped.Device object at 0x431ddd0> >target size = 0 path = /dev/vda >format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f551c060910>, DiskDevice instance (0x7f551c064a50) -- >name = vdb status = True kids = 1 id = 2 >parents = [] >uuid = None size = 8192.0 >format = non-existent msdos disklabel >major = 252 minor = 16 exists = True protected = False >sysfs path = /devices/pci0000:00/0000:00:09.0/virtio4/block/vdb partedDevice = parted.Device instance -- >model: Virtio Block Device path: /dev/vdb type: 15 >sectorSize: 512 physicalSectorSize: 512 >length: 16777216 openCount: 0 readOnly: False >externalMode: False dirty: False bootDirty: False >host: 32597 did: 0 busy: False >hardwareGeometry: (16644, 16, 63) biosGeometry: (1044, 255, 63) >PedDevice: <_ped.Device object at 0x4391200> >target size = 0 path = /dev/vdb >format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f551c064e10>]] >boot: True ; primary: False ; size: 500MB ; grow: False ; max_size: 0 ; start: None ; end: None >disk: <parted.disk.Disk object at 0x7f551c060150> fileSystem: None >number: 1 path: /dev/vda1 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x7f55201660d0> PedPartition: <_ped.Partition object at 0x7f5518039830> >disk: <parted.disk.Disk object at 0x7f551c060150> fileSystem: None >number: 1 path: /dev/vda1 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x7f5520166390> PedPartition: <_ped.Partition object at 0x419e290> >boot: False ; primary: False ; size: 1MB ; grow: True ; max_size: 2775 ; start: None ; end: None >sectorSize = 512 >sectorSize = 512 >disk: <parted.disk.Disk object at 0x7f551c060150> fileSystem: None >number: 2 path: /dev/vda2 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x7f55201667d0> PedPartition: <_ped.Partition object at 0x419e170> >sectorSize = 512 >id = 20 name = vda1 growable = False >base = 1024000 growth = 0 max_grow = 0 >done = True >id = 24 name = vda2 growable = True >base = 2048 growth = 0 max_grow = 5681152 >done = False >disk: <parted.disk.Disk object at 0x7f551c060150> fileSystem: None >number: 2 path: /dev/vda2 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x7f5520166a50> PedPartition: <_ped.Partition object at 0x419e2f0> >disk: <parted.disk.Disk object at 0x7f551c060150> fileSystem: None >number: 2 path: /dev/vda2 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x7f5520166b10> PedPartition: <_ped.Partition object at 0x448e4d0> >boot: False ; primary: False ; size: 1MB ; grow: True ; max_size: 2775 ; start: None ; end: None >sectorSize = 512 >disk: <parted.disk.Disk object at 0x7f551c064490> fileSystem: None >number: 1 path: /dev/vdb1 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x7f5520165f90> PedPartition: <_ped.Partition object at 0x7f5518039830> >sectorSize = 512 >id = 25 name = vdb1 growable = True >base = 2048 growth = 0 max_grow = 5681152 >done = False >sectorSize = 512 >id = 20 name = vda1 growable = False >base = 1024000 growth = 0 max_grow = 0 >done = True >id = 24 name = vda2 growable = True >base = 2048 growth = 0 max_grow = 5681152 >done = False >disk: <parted.disk.Disk object at 0x7f551c064490> fileSystem: None >number: 1 path: /dev/vdb1 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x7f5520166490> PedPartition: <_ped.Partition object at 0x419e170> >disk: <parted.disk.Disk object at 0x7f551c064490> fileSystem: None >number: 1 path: /dev/vdb1 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x7f5520166690> PedPartition: <_ped.Partition object at 0x419e2f0> >sectorSize = 512 >id = 20 name = vda1 growable = False >base = 1024000 growth = 0 max_grow = 0 >done = True >id = 24 name = vda2 growable = True >base = 2048 growth = 0 max_grow = 5681152 >done = False >sectorSize = 512 >id = 25 name = vdb1 growable = True >base = 2048 growth = 0 max_grow = 5681152 >done = False >id = 24 name = vda2 growable = True >base = 2048 growth = 5681152 max_grow = 5681152 >done = True is 5681152 >id = 25 name = vdb1 growable = True >base = 2048 growth = 5681152 max_grow = 5681152 >done = True is 5681152 >id = 24 name = vda2 growable = True >base = 2048 growth = 5681152 max_grow = 5681152 >done = True is 5681152 >id = 25 name = vdb1 growable = True >base = 2048 growth = 5681152 max_grow = 5681152 >done = True is 5681152 >start: 2048 end: 1026047 length: 1024000 >device: <parted.device.Device object at 0x7f551c0602d0> PedGeometry: <_ped.Geometry object at 0x7f5520166710> >start: 1026048 end: 6709247 length: 5683200 >device: <parted.device.Device object at 0x7f551c0602d0> PedGeometry: <_ped.Geometry object at 0x7f5520166290> >start: 2048 end: 1026047 length: 1024000 >device: <parted.device.Device object at 0x7f551c0602d0> PedGeometry: <_ped.Geometry object at 0x7f5520166710> >disk: <parted.disk.Disk object at 0x7f551c060150> fileSystem: None >number: 1 path: /dev/vda1 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x7f5520166e50> PedPartition: <_ped.Partition object at 0x448e350> >disk: <parted.disk.Disk object at 0x7f551c060150> fileSystem: None >number: 1 path: /dev/vda1 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x7f5520166fd0> PedPartition: <_ped.Partition object at 0x448e410> >start: 1026048 end: 6709247 length: 5683200 >device: <parted.device.Device object at 0x7f551c0602d0> PedGeometry: <_ped.Geometry object at 0x7f5520166290> >disk: <parted.disk.Disk object at 0x7f551c060150> fileSystem: None >number: 2 path: /dev/vda2 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x7f5520166c50> PedPartition: <_ped.Partition object at 0x448e050> >disk: <parted.disk.Disk object at 0x7f551c060150> fileSystem: None >number: 2 path: /dev/vda2 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x7f5520168290> PedPartition: <_ped.Partition object at 0x54bb230> >start: 2048 end: 5685247 length: 5683200 >device: <parted.device.Device object at 0x7f551c064b10> PedGeometry: <_ped.Geometry object at 0x7f55201683d0> >start: 2048 end: 5685247 length: 5683200 >device: <parted.device.Device object at 0x7f551c064b10> PedGeometry: <_ped.Geometry object at 0x7f55201683d0> >disk: <parted.disk.Disk object at 0x7f551c064490> fileSystem: None >number: 1 path: /dev/vdb1 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x7f55201668d0> PedPartition: <_ped.Partition object at 0x54bbc50> >disk: <parted.disk.Disk object at 0x7f551c064490> fileSystem: None >number: 1 path: /dev/vdb1 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x7f5520166190> PedPartition: <_ped.Partition object at 0x419e1d0> >name = vdb status = True kids = 1 id = 2 >parents = [] >uuid = None size = 8192.0 >format = non-existent msdos disklabel >major = 252 minor = 16 exists = True protected = False >sysfs path = /devices/pci0000:00/0000:00:09.0/virtio4/block/vdb partedDevice = parted.Device instance -- >model: Virtio Block Device path: /dev/vdb type: 15 >sectorSize: 512 physicalSectorSize: 512 >length: 16777216 openCount: 0 readOnly: False >externalMode: False dirty: False bootDirty: False >host: 32597 did: 0 busy: False >hardwareGeometry: (16644, 16, 63) biosGeometry: (1044, 255, 63) >PedDevice: <_ped.Device object at 0x4391200> >target size = 0 path = /dev/vdb >format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f551c064e10>, DiskDevice instance (0x7f551c064210) -- >name = vdc status = True kids = 0 id = 3 >parents = [] >uuid = None size = 8192.0 >format = non-existent msdos disklabel >major = 252 minor = 32 exists = True protected = False >sysfs path = /devices/pci0000:00/0000:00:0a.0/virtio5/block/vdc partedDevice = parted.Device instance -- >model: Virtio Block Device path: /dev/vdc type: 15 >sectorSize: 512 physicalSectorSize: 512 >length: 16777216 openCount: 0 readOnly: False >externalMode: False dirty: False bootDirty: False >host: 32597 did: 0 busy: False >hardwareGeometry: (16644, 16, 63) biosGeometry: (1044, 255, 63) >PedDevice: <_ped.Device object at 0x43913b0> >target size = 0 path = /dev/vdc >format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f551c064150>] ; raid_level: None ; label: ; container_name: fedora00 ; device: None ; mountpoint: /var ; fstype: ext4 ; container_size: 0 ; >disk: <parted.disk.Disk object at 0x572ab90> fileSystem: None >number: 1 path: /dev/vda1 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x5712410> PedPartition: <_ped.Partition object at 0x419e2f0> >disk: <parted.disk.Disk object at 0x572ab90> fileSystem: None >number: 2 path: /dev/vda2 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x5712590> PedPartition: <_ped.Partition object at 0x448e350> >disk: <parted.disk.Disk object at 0x7f5520168810> fileSystem: None >number: 1 path: /dev/vdb1 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x5712690> PedPartition: <_ped.Partition object at 0x54bb4d0> >name = vdb status = True kids = 1 id = 2 >parents = [] >uuid = None size = 8192.0 >format = non-existent msdos disklabel >major = 252 minor = 16 exists = True protected = False >sysfs path = /devices/pci0000:00/0000:00:09.0/virtio4/block/vdb partedDevice = parted.Device instance -- >model: Virtio Block Device path: /dev/vdb type: 15 >sectorSize: 512 physicalSectorSize: 512 >length: 16777216 openCount: 0 readOnly: False >externalMode: False dirty: False bootDirty: False >host: 32597 did: 0 busy: False >hardwareGeometry: (16644, 16, 63) biosGeometry: (1044, 255, 63) >PedDevice: <_ped.Device object at 0x4391200> >target size = 0 path = /dev/vdb >format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f551c064e10>, DiskDevice instance (0x7f551c064210) -- >name = vdc status = True kids = 0 id = 3 >parents = [] >uuid = None size = 8192.0 >format = non-existent msdos disklabel >major = 252 minor = 32 exists = True protected = False >sysfs path = /devices/pci0000:00/0000:00:0a.0/virtio5/block/vdc partedDevice = parted.Device instance -- >model: Virtio Block Device path: /dev/vdc type: 15 >sectorSize: 512 physicalSectorSize: 512 >length: 16777216 openCount: 0 readOnly: False >externalMode: False dirty: False bootDirty: False >host: 32597 did: 0 busy: False >hardwareGeometry: (16644, 16, 63) biosGeometry: (1044, 255, 63) >PedDevice: <_ped.Device object at 0x43913b0> >target size = 0 path = /dev/vdc >format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f551c064150>]] >name = vdb status = True kids = 1 id = 2 >parents = [] >uuid = None size = 8192.0 >format = non-existent msdos disklabel >major = 252 minor = 16 exists = True protected = False >sysfs path = /devices/pci0000:00/0000:00:09.0/virtio4/block/vdb partedDevice = parted.Device instance -- >model: Virtio Block Device path: /dev/vdb type: 15 >sectorSize: 512 physicalSectorSize: 512 >length: 16777216 openCount: 0 readOnly: False >externalMode: False dirty: False bootDirty: False >host: 32597 did: 0 busy: False >hardwareGeometry: (16644, 16, 63) biosGeometry: (1044, 255, 63) >PedDevice: <_ped.Device object at 0x4391200> >target size = 0 path = /dev/vdb >format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f551c064e10>, DiskDevice instance (0x7f551c064210) -- >name = vdc status = True kids = 0 id = 3 >parents = [] >uuid = None size = 8192.0 >format = non-existent msdos disklabel >major = 252 minor = 32 exists = True protected = False >sysfs path = /devices/pci0000:00/0000:00:0a.0/virtio5/block/vdc partedDevice = parted.Device instance -- >model: Virtio Block Device path: /dev/vdc type: 15 >sectorSize: 512 physicalSectorSize: 512 >length: 16777216 openCount: 0 readOnly: False >externalMode: False dirty: False bootDirty: False >host: 32597 did: 0 busy: False >hardwareGeometry: (16644, 16, 63) biosGeometry: (1044, 255, 63) >PedDevice: <_ped.Device object at 0x43913b0> >target size = 0 path = /dev/vdc >format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f551c064150>]] >boot: True ; primary: False ; size: 500MB ; grow: False ; max_size: 0 ; start: None ; end: None >disk: <parted.disk.Disk object at 0x7f551c060150> fileSystem: None >number: 1 path: /dev/vda1 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x573c090> PedPartition: <_ped.Partition object at 0x448e410> >disk: <parted.disk.Disk object at 0x7f551c060150> fileSystem: None >number: 1 path: /dev/vda1 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x573c250> PedPartition: <_ped.Partition object at 0x419e290> >boot: False ; primary: False ; size: 2775MB ; grow: False ; max_size: 2775 ; start: None ; end: None >disk: <parted.disk.Disk object at 0x7f551c060150> fileSystem: None >number: 2 path: /dev/vda2 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x7f5520166bd0> PedPartition: <_ped.Partition object at 0x54bb170> >disk: <parted.disk.Disk object at 0x7f551c060150> fileSystem: None >number: 2 path: /dev/vda2 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x7f5520166c90> PedPartition: <_ped.Partition object at 0x54bb230> >boot: False ; primary: False ; size: 2775MB ; grow: False ; max_size: 2775 ; start: None ; end: None >disk: <parted.disk.Disk object at 0x7f551c064490> fileSystem: None >number: 1 path: /dev/vdb1 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x573c510> PedPartition: <_ped.Partition object at 0x54bb290> >disk: <parted.disk.Disk object at 0x7f551c064490> fileSystem: None >number: 1 path: /dev/vdb1 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x573c3d0> PedPartition: <_ped.Partition object at 0x54bb350> >boot: False ; primary: False ; size: 1MB ; grow: True ; max_size: 1045 ; start: None ; end: None >sectorSize = 512 >disk: <parted.disk.Disk object at 0x7f551c064490> fileSystem: None >number: 2 path: /dev/vdb2 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x573cb10> PedPartition: <_ped.Partition object at 0x54bb3b0> >sectorSize = 512 >id = 25 name = vdb1 growable = False >base = 5683200 growth = 0 max_grow = 0 >done = True >id = 28 name = vdb2 growable = True >base = 2048 growth = 0 max_grow = 2138112 >done = False >sectorSize = 512 >id = 20 name = vda1 growable = False >base = 1024000 growth = 0 max_grow = 0 >done = True >id = 24 name = vda2 growable = False >base = 5683200 growth = 0 max_grow = 0 >done = True >disk: <parted.disk.Disk object at 0x7f551c064490> fileSystem: None >number: 2 path: /dev/vdb2 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x573ce90> PedPartition: <_ped.Partition object at 0x54ee410> >disk: <parted.disk.Disk object at 0x7f551c064490> fileSystem: None >number: 2 path: /dev/vdb2 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x573cfd0> PedPartition: <_ped.Partition object at 0x54ee470> >boot: False ; primary: False ; size: 1MB ; grow: True ; max_size: 1045 ; start: None ; end: None >disk: <parted.disk.Disk object at 0x7f551c068050> fileSystem: None >number: 1 path: /dev/vdc1 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x5712d90> PedPartition: <_ped.Partition object at 0x54bb290> >sectorSize = 512 >id = 29 name = vdc1 growable = True >base = 2048 growth = 0 max_grow = 2138112 >done = False >sectorSize = 512 >id = 25 name = vdb1 growable = False >base = 5683200 growth = 0 max_grow = 0 >done = True >id = 28 name = vdb2 growable = True >base = 2048 growth = 0 max_grow = 2138112 >done = False >sectorSize = 512 >id = 20 name = vda1 growable = False >base = 1024000 growth = 0 max_grow = 0 >done = True >id = 24 name = vda2 growable = False >base = 5683200 growth = 0 max_grow = 0 >done = True >disk: <parted.disk.Disk object at 0x7f551c068050> fileSystem: None >number: 1 path: /dev/vdc1 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x5712e50> PedPartition: <_ped.Partition object at 0x54bbc50> >disk: <parted.disk.Disk object at 0x7f551c068050> fileSystem: None >number: 1 path: /dev/vdc1 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x573c790> PedPartition: <_ped.Partition object at 0x54bb3b0> >sectorSize = 512 >id = 25 name = vdb1 growable = False >base = 5683200 growth = 0 max_grow = 0 >done = True >id = 28 name = vdb2 growable = True >base = 2048 growth = 0 max_grow = 2138112 >done = False >sectorSize = 512 >id = 29 name = vdc1 growable = True >base = 2048 growth = 0 max_grow = 2138112 >done = False >id = 28 name = vdb2 growable = True >base = 2048 growth = 2138112 max_grow = 2138112 >done = True is 2138112 >id = 29 name = vdc1 growable = True >base = 2048 growth = 2138112 max_grow = 2138112 >done = True is 2138112 >id = 28 name = vdb2 growable = True >base = 2048 growth = 2138112 max_grow = 2138112 >done = True is 2138112 >id = 29 name = vdc1 growable = True >base = 2048 growth = 2138112 max_grow = 2138112 >done = True is 2138112 >start: 2048 end: 5685247 length: 5683200 >device: <parted.device.Device object at 0x7f551c064b10> PedGeometry: <_ped.Geometry object at 0x5729e90> >start: 5685248 end: 7825407 length: 2140160 >device: <parted.device.Device object at 0x7f551c064b10> PedGeometry: <_ped.Geometry object at 0x5729290> >start: 2048 end: 5685247 length: 5683200 >device: <parted.device.Device object at 0x7f551c064b10> PedGeometry: <_ped.Geometry object at 0x5729e90> >disk: <parted.disk.Disk object at 0x7f551c064490> fileSystem: None >number: 1 path: /dev/vdb1 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x57294d0> PedPartition: <_ped.Partition object at 0x54bb170> >disk: <parted.disk.Disk object at 0x7f551c064490> fileSystem: None >number: 1 path: /dev/vdb1 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x5729110> PedPartition: <_ped.Partition object at 0x448e050> >start: 5685248 end: 7825407 length: 2140160 >device: <parted.device.Device object at 0x7f551c064b10> PedGeometry: <_ped.Geometry object at 0x5729290> >disk: <parted.disk.Disk object at 0x7f551c064490> fileSystem: None >number: 2 path: /dev/vdb2 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x5729650> PedPartition: <_ped.Partition object at 0x448e4d0> >disk: <parted.disk.Disk object at 0x7f551c064490> fileSystem: None >number: 2 path: /dev/vdb2 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x5729190> PedPartition: <_ped.Partition object at 0x419e170> >start: 2048 end: 2142207 length: 2140160 >device: <parted.device.Device object at 0x7f551c064f90> PedGeometry: <_ped.Geometry object at 0x573c050> >start: 2048 end: 2142207 length: 2140160 >device: <parted.device.Device object at 0x7f551c064f90> PedGeometry: <_ped.Geometry object at 0x573c050> >disk: <parted.disk.Disk object at 0x7f551c068050> fileSystem: None >number: 1 path: /dev/vdc1 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x573cd90> PedPartition: <_ped.Partition object at 0x54bb170> >disk: <parted.disk.Disk object at 0x7f551c068050> fileSystem: None >number: 1 path: /dev/vdc1 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x5729310> PedPartition: <_ped.Partition object at 0x419e1d0> >name = vda status = True kids = 2 id = 1 >parents = [] >uuid = None size = 8192.0 >format = non-existent msdos disklabel >major = 252 minor = 0 exists = True protected = False >sysfs path = /devices/pci0000:00/0000:00:07.0/virtio2/block/vda partedDevice = parted.Device instance -- >model: Virtio Block Device path: /dev/vda type: 15 >sectorSize: 512 physicalSectorSize: 512 >length: 16777216 openCount: 0 readOnly: False >externalMode: False dirty: False bootDirty: False >host: 32597 did: 0 busy: False >hardwareGeometry: (16644, 16, 63) biosGeometry: (1044, 255, 63) >PedDevice: <_ped.Device object at 0x431ddd0> >target size = 0 path = /dev/vda >format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f551c060910>, DiskDevice instance (0x7f551c064a50) -- >name = vdb status = True kids = 2 id = 2 >parents = [] >uuid = None size = 8192.0 >format = non-existent msdos disklabel >major = 252 minor = 16 exists = True protected = False >sysfs path = /devices/pci0000:00/0000:00:09.0/virtio4/block/vdb partedDevice = parted.Device instance -- >model: Virtio Block Device path: /dev/vdb type: 15 >sectorSize: 512 physicalSectorSize: 512 >length: 16777216 openCount: 0 readOnly: False >externalMode: False dirty: False bootDirty: False >host: 32597 did: 0 busy: False >hardwareGeometry: (16644, 16, 63) biosGeometry: (1044, 255, 63) >PedDevice: <_ped.Device object at 0x4391200> >target size = 0 path = /dev/vdb >format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f551c064e10>] ; encrypted: False ; container_raid_level: raid0 ; fstype: ext4 ; mountpoint: /home ; container_encrypted: False ; container_size: 0 ; >disk: <parted.disk.Disk object at 0x7f5520166710> fileSystem: None >number: 1 path: /dev/vda1 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x5715450> PedPartition: <_ped.Partition object at 0x54bb3b0> >disk: <parted.disk.Disk object at 0x7f5520166710> fileSystem: None >number: 2 path: /dev/vda2 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x5715210> PedPartition: <_ped.Partition object at 0x448e470> >disk: <parted.disk.Disk object at 0x7f55201665d0> fileSystem: None >number: 1 path: /dev/vdb1 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x54b5dd0> PedPartition: <_ped.Partition object at 0x7f55180396b0> >disk: <parted.disk.Disk object at 0x7f55201665d0> fileSystem: None >number: 2 path: /dev/vdb2 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x54c1750> PedPartition: <_ped.Partition object at 0x7f5518039710> >disk: <parted.disk.Disk object at 0x572abd0> fileSystem: None >number: 1 path: /dev/vdc1 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x54c1910> PedPartition: <_ped.Partition object at 0x7f5518039830> >name = vda status = True kids = 2 id = 1 >parents = [] >uuid = None size = 8192.0 >format = non-existent msdos disklabel >major = 252 minor = 0 exists = True protected = False >sysfs path = /devices/pci0000:00/0000:00:07.0/virtio2/block/vda partedDevice = parted.Device instance -- >model: Virtio Block Device path: /dev/vda type: 15 >sectorSize: 512 physicalSectorSize: 512 >length: 16777216 openCount: 0 readOnly: False >externalMode: False dirty: False bootDirty: False >host: 32597 did: 0 busy: False >hardwareGeometry: (16644, 16, 63) biosGeometry: (1044, 255, 63) >PedDevice: <_ped.Device object at 0x431ddd0> >target size = 0 path = /dev/vda >format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f551c060910>, DiskDevice instance (0x7f551c064a50) -- >name = vdb status = True kids = 2 id = 2 >parents = [] >uuid = None size = 8192.0 >format = non-existent msdos disklabel >major = 252 minor = 16 exists = True protected = False >sysfs path = /devices/pci0000:00/0000:00:09.0/virtio4/block/vdb partedDevice = parted.Device instance -- >model: Virtio Block Device path: /dev/vdb type: 15 >sectorSize: 512 physicalSectorSize: 512 >length: 16777216 openCount: 0 readOnly: False >externalMode: False dirty: False bootDirty: False >host: 32597 did: 0 busy: False >hardwareGeometry: (16644, 16, 63) biosGeometry: (1044, 255, 63) >PedDevice: <_ped.Device object at 0x4391200> >target size = 0 path = /dev/vdb >format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f551c064e10>]] >name = 00 status = False kids = 1 id = 26 >parents = ['non-existent 2775MB partition vda2 (24) with non-existent mdmember', >'non-existent 2775MB partition vdb1 (25) with non-existent mdmember'] >uuid = None size = 5542.0 >format = non-existent lvmpv >major = 0 minor = 0 exists = False protected = False >sysfs path = partedDevice = None >target size = 24104.0 path = /dev/md/00 >format args = None originalFormat = lvmpv level = 0 spares = 0 >members = 2 >total devices = 2 metadata version = default, 'encrypted': False, 'raid_level': 'raid0', 'fstype': 'lvmpv'} >name = vda status = True kids = 2 id = 1 >parents = [] >uuid = None size = 8192.0 >format = non-existent msdos disklabel >major = 252 minor = 0 exists = True protected = False >sysfs path = /devices/pci0000:00/0000:00:07.0/virtio2/block/vda partedDevice = parted.Device instance -- >model: Virtio Block Device path: /dev/vda type: 15 >sectorSize: 512 physicalSectorSize: 512 >length: 16777216 openCount: 0 readOnly: False >externalMode: False dirty: False bootDirty: False >host: 32597 did: 0 busy: False >hardwareGeometry: (16644, 16, 63) biosGeometry: (1044, 255, 63) >PedDevice: <_ped.Device object at 0x431ddd0> >target size = 0 path = /dev/vda >format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f551c060910>, DiskDevice instance (0x7f551c064a50) -- >name = vdb status = True kids = 2 id = 2 >parents = [] >uuid = None size = 8192.0 >format = non-existent msdos disklabel >major = 252 minor = 16 exists = True protected = False >sysfs path = /devices/pci0000:00/0000:00:09.0/virtio4/block/vdb partedDevice = parted.Device instance -- >model: Virtio Block Device path: /dev/vdb type: 15 >sectorSize: 512 physicalSectorSize: 512 >length: 16777216 openCount: 0 readOnly: False >externalMode: False dirty: False bootDirty: False >host: 32597 did: 0 busy: False >hardwareGeometry: (16644, 16, 63) biosGeometry: (1044, 255, 63) >PedDevice: <_ped.Device object at 0x4391200> >target size = 0 path = /dev/vdb >format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f551c064e10>]] >boot: True ; primary: False ; size: 500MB ; grow: False ; max_size: 0 ; start: None ; end: None >disk: <parted.disk.Disk object at 0x7f551c060150> fileSystem: None >number: 1 path: /dev/vda1 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x54c1d10> PedPartition: <_ped.Partition object at 0x54bb230> >disk: <parted.disk.Disk object at 0x7f551c060150> fileSystem: None >number: 1 path: /dev/vda1 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x7f5520166c90> PedPartition: <_ped.Partition object at 0x448e410> >boot: False ; primary: False ; size: 1045MB ; grow: False ; max_size: 1045 ; start: None ; end: None >disk: <parted.disk.Disk object at 0x7f551c064490> fileSystem: None >number: 1 path: /dev/vdb1 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x54c1790> PedPartition: <_ped.Partition object at 0x419e290> >disk: <parted.disk.Disk object at 0x7f551c064490> fileSystem: None >number: 1 path: /dev/vdb1 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x54c13d0> PedPartition: <_ped.Partition object at 0x54bb350> >boot: False ; primary: False ; size: 1045MB ; grow: False ; max_size: 1045 ; start: None ; end: None >disk: <parted.disk.Disk object at 0x7f551c068050> fileSystem: None >number: 1 path: /dev/vdc1 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x54f2f50> PedPartition: <_ped.Partition object at 0x448e050> >disk: <parted.disk.Disk object at 0x7f551c068050> fileSystem: None >number: 1 path: /dev/vdc1 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x5712d50> PedPartition: <_ped.Partition object at 0x419e290> >boot: False ; primary: False ; size: 1MB ; grow: True ; max_size: 7425 ; start: None ; end: None >sectorSize = 512 >id = 29 name = vdc1 growable = False >base = 2140160 growth = 0 max_grow = 0 >done = True >sectorSize = 512 >id = 28 name = vdb1 growable = False >base = 2140160 growth = 0 max_grow = 0 >done = True >disk: <parted.disk.Disk object at 0x7f551c060150> fileSystem: None >number: 2 path: /dev/vda2 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x54c2dd0> PedPartition: <_ped.Partition object at 0x7f5518039890> >sectorSize = 512 >id = 20 name = vda1 growable = False >base = 1024000 growth = 0 max_grow = 0 >done = True >id = 24 name = vda2 growable = True >base = 2048 growth = 0 max_grow = 15204352 >done = False >disk: <parted.disk.Disk object at 0x7f551c060150> fileSystem: None >number: 2 path: /dev/vda2 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x54c2ed0> PedPartition: <_ped.Partition object at 0x54bb230> >disk: <parted.disk.Disk object at 0x7f551c060150> fileSystem: None >number: 2 path: /dev/vda2 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x54c2350> PedPartition: <_ped.Partition object at 0x54ee5f0> >boot: False ; primary: False ; size: 1MB ; grow: True ; max_size: 7425 ; start: None ; end: None >sectorSize = 512 >id = 29 name = vdc1 growable = False >base = 2140160 growth = 0 max_grow = 0 >done = True >disk: <parted.disk.Disk object at 0x7f551c064490> fileSystem: None >number: 2 path: /dev/vdb2 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x57330d0> PedPartition: <_ped.Partition object at 0x54ee530> >sectorSize = 512 >id = 28 name = vdb1 growable = False >base = 2140160 growth = 0 max_grow = 0 >done = True >id = 25 name = vdb2 growable = True >base = 2048 growth = 0 max_grow = 15204352 >done = False >sectorSize = 512 >id = 20 name = vda1 growable = False >base = 1024000 growth = 0 max_grow = 0 >done = True >id = 24 name = vda2 growable = True >base = 2048 growth = 0 max_grow = 15204352 >done = False >disk: <parted.disk.Disk object at 0x7f551c064490> fileSystem: None >number: 2 path: /dev/vdb2 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x5733310> PedPartition: <_ped.Partition object at 0x54ee4d0> >disk: <parted.disk.Disk object at 0x7f551c064490> fileSystem: None >number: 2 path: /dev/vdb2 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x5733390> PedPartition: <_ped.Partition object at 0x54ee410> >sectorSize = 512 >id = 20 name = vda1 growable = False >base = 1024000 growth = 0 max_grow = 0 >done = True >id = 24 name = vda2 growable = True >base = 2048 growth = 0 max_grow = 15204352 >done = False >sectorSize = 512 >id = 28 name = vdb1 growable = False >base = 2140160 growth = 0 max_grow = 0 >done = True >id = 25 name = vdb2 growable = True >base = 2048 growth = 0 max_grow = 15204352 >done = False >id = 24 name = vda2 growable = True >base = 2048 growth = 15204352 max_grow = 15204352 >done = True is 15204352 >id = 24 name = vda2 growable = True >base = 2048 growth = 15204352 max_grow = 15204352 >done = True 569407 (278 MB) >id = 25 name = vdb2 growable = True >base = 2048 growth = 14634945 max_grow = 15204352 >done = False is 15204352 >id = 24 name = vda2 growable = True >base = 2048 growth = 14634945 max_grow = 15204352 >done = True is 15204352 >id = 25 name = vdb2 growable = True >base = 2048 growth = 14634945 max_grow = 15204352 >done = True is 15204352 >start: 2048 end: 1026047 length: 1024000 >device: <parted.device.Device object at 0x7f551c0602d0> PedGeometry: <_ped.Geometry object at 0x57298d0> >start: 1026048 end: 15661055 length: 14635008 >device: <parted.device.Device object at 0x7f551c0602d0> PedGeometry: <_ped.Geometry object at 0x54c2410> >start: 2048 end: 1026047 length: 1024000 >device: <parted.device.Device object at 0x7f551c0602d0> PedGeometry: <_ped.Geometry object at 0x57298d0> >disk: <parted.disk.Disk object at 0x7f551c060150> fileSystem: None >number: 1 path: /dev/vda1 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x57336d0> PedPartition: <_ped.Partition object at 0x54bb230> >disk: <parted.disk.Disk object at 0x7f551c060150> fileSystem: None >number: 1 path: /dev/vda1 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x5733810> PedPartition: <_ped.Partition object at 0x54ee650> >start: 1026048 end: 15661055 length: 14635008 >device: <parted.device.Device object at 0x7f551c0602d0> PedGeometry: <_ped.Geometry object at 0x54c2410> >disk: <parted.disk.Disk object at 0x7f551c060150> fileSystem: None >number: 2 path: /dev/vda2 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x573c250> PedPartition: <_ped.Partition object at 0x7f5518039890> >disk: <parted.disk.Disk object at 0x7f551c060150> fileSystem: None >number: 2 path: /dev/vda2 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x5733a10> PedPartition: <_ped.Partition object at 0x54ee5f0> >start: 2048 end: 2142207 length: 2140160 >device: <parted.device.Device object at 0x7f551c064b10> PedGeometry: <_ped.Geometry object at 0x54c1150> >start: 2142208 end: 16777215 length: 14635008 >device: <parted.device.Device object at 0x7f551c064b10> PedGeometry: <_ped.Geometry object at 0x5733a90> >start: 2048 end: 2142207 length: 2140160 >device: <parted.device.Device object at 0x7f551c064b10> PedGeometry: <_ped.Geometry object at 0x54c1150> >disk: <parted.disk.Disk object at 0x7f551c064490> fileSystem: None >number: 1 path: /dev/vdb1 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x54c18d0> PedPartition: <_ped.Partition object at 0x54ee6b0> >disk: <parted.disk.Disk object at 0x7f551c064490> fileSystem: None >number: 1 path: /dev/vdb1 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x54f2d10> PedPartition: <_ped.Partition object at 0x448e050> >start: 2142208 end: 16777215 length: 14635008 >device: <parted.device.Device object at 0x7f551c064b10> PedGeometry: <_ped.Geometry object at 0x5733a90> >disk: <parted.disk.Disk object at 0x7f551c064490> fileSystem: None >number: 2 path: /dev/vdb2 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x5729990> PedPartition: <_ped.Partition object at 0x54ee710> >disk: <parted.disk.Disk object at 0x7f551c064490> fileSystem: None >number: 2 path: /dev/vdb2 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x5733e90> PedPartition: <_ped.Partition object at 0x54ee410> >Dec 12 09:04:23 localhost systemd-journal[577]: Suppressed 810 messages from /user.slice/user-1000.slice >Dec 12 09:05:37 localhost chronyd[672]: Selected source 85.159.224.52 >name = vdb status = True kids = 2 id = 2 >parents = [] >uuid = None size = 8192.0 >format = non-existent msdos disklabel >major = 252 minor = 16 exists = True protected = False >sysfs path = /devices/pci0000:00/0000:00:09.0/virtio4/block/vdb partedDevice = parted.Device instance -- >model: Virtio Block Device path: /dev/vdb type: 15 >sectorSize: 512 physicalSectorSize: 512 >length: 16777216 openCount: 0 readOnly: False >externalMode: False dirty: False bootDirty: False >host: 32597 did: 0 busy: False >hardwareGeometry: (16644, 16, 63) biosGeometry: (1044, 255, 63) >PedDevice: <_ped.Device object at 0x4391200> >target size = 0 path = /dev/vdb >format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f551c064e10>, DiskDevice instance (0x7f551c064210) -- >name = vdc status = True kids = 0 id = 3 >parents = [] >uuid = None size = 8192.0 >format = non-existent msdos disklabel >major = 252 minor = 32 exists = True protected = False >sysfs path = /devices/pci0000:00/0000:00:0a.0/virtio5/block/vdc partedDevice = parted.Device instance -- >model: Virtio Block Device path: /dev/vdc type: 15 >sectorSize: 512 physicalSectorSize: 512 >length: 16777216 openCount: 0 readOnly: False >externalMode: False dirty: False bootDirty: False >host: 32597 did: 0 busy: False >hardwareGeometry: (16644, 16, 63) biosGeometry: (1044, 255, 63) >PedDevice: <_ped.Device object at 0x43913b0> >target size = 0 path = /dev/vdc >format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f551c064150>] ; raid_level: None ; label: ; container_name: fedora00 ; device: non-existent 1000MB lvmlv fedora00-var (32) with non-existent ext4 filesystem mounted at /var ; mountpoint: /var ; fstype: ext4 ; container_size: 0 ; >name = fedora00-var status = False kids = 0 id = 32 >parents = ['non-existent 4908MB lvmvg fedora00 (31)'] >uuid = None size = 1000 >format = non-existent ext4 filesystem mounted at /var >major = 0 minor = 0 exists = False protected = False >sysfs path = partedDevice = None >target size = 1000 path = /dev/mapper/fedora00-var >format args = [] originalFormat = ext4 target = None dmUuid = None VG device = LVMVolumeGroupDevice instance (0x5729290) -- >name = fedora00 status = False kids = 2 id = 31 >parents = ['non-existent 4911MB mdarray 00 (30) with non-existent lvmpv'] >uuid = None size = 4908 >format = non-existent None >major = 0 minor = 0 exists = False protected = False >sysfs path = partedDevice = None >target size = 0 path = /dev/mapper/fedora00 >format args = [] originalFormat = None target = None dmUuid = None free = 0 PE Size = 4.0 PE Count = 0 >PE Free = 0 PV Count = 1 >LV Names = [] modified = True >extents = 1227.0 free space = 0 >free extents = 0.0 reserved percent = 0 reserved space = 0 >PVs = ['non-existent 4911MB mdarray 00 (30) with non-existent lvmpv'] >LVs = ['non-existent 1000MB lvmlv fedora00-var (32) with non-existent ext4 filesystem mounted at /var', >'non-existent 3908MB lvmlv fedora00-home (35) with non-existent ext4 filesystem mounted at /home'] >segment type = linear percent = 0 >mirror copies = 1 snapshot total = 0MB >VG space used = 1000MB, 'mountpoint': '/var', 'fstype': 'ext4', 'container_size': 0} >disk: <parted.disk.Disk object at 0x54c1250> fileSystem: None >number: 1 path: /dev/vda1 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x5b47250> PedPartition: <_ped.Partition object at 0x7f5518039830> >disk: <parted.disk.Disk object at 0x54c1250> fileSystem: None >number: 2 path: /dev/vda2 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x5b473d0> PedPartition: <_ped.Partition object at 0x448e410> >disk: <parted.disk.Disk object at 0x54c1250> fileSystem: None >number: 3 path: /dev/vda3 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x5b47550> PedPartition: <_ped.Partition object at 0x54ee8f0> >disk: <parted.disk.Disk object at 0x573cad0> fileSystem: None >number: 1 path: /dev/vdb1 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x5b475d0> PedPartition: <_ped.Partition object at 0x54ee410> >disk: <parted.disk.Disk object at 0x573cad0> fileSystem: None >number: 2 path: /dev/vdb2 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x5b47790> PedPartition: <_ped.Partition object at 0x54ee710> >name = vdb status = True kids = 2 id = 2 >parents = [] >uuid = None size = 8192.0 >format = non-existent msdos disklabel >major = 252 minor = 16 exists = True protected = False >sysfs path = /devices/pci0000:00/0000:00:09.0/virtio4/block/vdb partedDevice = parted.Device instance -- >model: Virtio Block Device path: /dev/vdb type: 15 >sectorSize: 512 physicalSectorSize: 512 >length: 16777216 openCount: 0 readOnly: False >externalMode: False dirty: False bootDirty: False >host: 32597 did: 0 busy: False >hardwareGeometry: (16644, 16, 63) biosGeometry: (1044, 255, 63) >PedDevice: <_ped.Device object at 0x4391200> >target size = 0 path = /dev/vdb >format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f551c064e10>, DiskDevice instance (0x7f551c064210) -- >name = vdc status = True kids = 0 id = 3 >parents = [] >uuid = None size = 8192.0 >format = non-existent msdos disklabel >major = 252 minor = 32 exists = True protected = False >sysfs path = /devices/pci0000:00/0000:00:0a.0/virtio5/block/vdc partedDevice = parted.Device instance -- >model: Virtio Block Device path: /dev/vdc type: 15 >sectorSize: 512 physicalSectorSize: 512 >length: 16777216 openCount: 0 readOnly: False >externalMode: False dirty: False bootDirty: False >host: 32597 did: 0 busy: False >hardwareGeometry: (16644, 16, 63) biosGeometry: (1044, 255, 63) >PedDevice: <_ped.Device object at 0x43913b0> >target size = 0 path = /dev/vdc >format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f551c064150>]] >name = 00 status = False kids = 1 id = 30 >parents = ['non-existent 4915MB partition vdb2 (28) with non-existent mdmember', >'non-existent 4915MB partition vda3 (34) with non-existent mdmember'] >uuid = None size = 4911.0 >format = non-existent lvmpv >major = 0 minor = 0 exists = False protected = False >sysfs path = partedDevice = None >target size = 1044.0 path = /dev/md/00 >format args = None originalFormat = lvmpv level = 1 spares = 0 >members = 2 >total devices = 2 metadata version = default, 'encrypted': False, 'raid_level': 'raid1', 'fstype': 'lvmpv'} >name = vdb status = True kids = 2 id = 2 >parents = [] >uuid = None size = 8192.0 >format = non-existent msdos disklabel >major = 252 minor = 16 exists = True protected = False >sysfs path = /devices/pci0000:00/0000:00:09.0/virtio4/block/vdb partedDevice = parted.Device instance -- >model: Virtio Block Device path: /dev/vdb type: 15 >sectorSize: 512 physicalSectorSize: 512 >length: 16777216 openCount: 0 readOnly: False >externalMode: False dirty: False bootDirty: False >host: 32597 did: 0 busy: False >hardwareGeometry: (16644, 16, 63) biosGeometry: (1044, 255, 63) >PedDevice: <_ped.Device object at 0x4391200> >target size = 0 path = /dev/vdb >format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f551c064e10>, DiskDevice instance (0x7f551c064210) -- >name = vdc status = True kids = 0 id = 3 >parents = [] >uuid = None size = 8192.0 >format = non-existent msdos disklabel >major = 252 minor = 32 exists = True protected = False >sysfs path = /devices/pci0000:00/0000:00:0a.0/virtio5/block/vdc partedDevice = parted.Device instance -- >model: Virtio Block Device path: /dev/vdc type: 15 >sectorSize: 512 physicalSectorSize: 512 >length: 16777216 openCount: 0 readOnly: False >externalMode: False dirty: False bootDirty: False >host: 32597 did: 0 busy: False >hardwareGeometry: (16644, 16, 63) biosGeometry: (1044, 255, 63) >PedDevice: <_ped.Device object at 0x43913b0> >target size = 0 path = /dev/vdc >format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f551c064150>]] >boot: True ; primary: False ; size: 500MB ; grow: False ; max_size: 0 ; start: None ; end: None >disk: <parted.disk.Disk object at 0x7f551c060150> fileSystem: None >number: 1 path: /dev/vda1 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x5b479d0> PedPartition: <_ped.Partition object at 0x7f55180396b0> >disk: <parted.disk.Disk object at 0x7f551c060150> fileSystem: None >number: 1 path: /dev/vda1 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x5b47d90> PedPartition: <_ped.Partition object at 0x54bb350> >boot: False ; primary: False ; size: 2776MB ; grow: False ; max_size: 2776 ; start: None ; end: None >disk: <parted.disk.Disk object at 0x7f551c060150> fileSystem: None >number: 2 path: /dev/vda2 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x5b49210> PedPartition: <_ped.Partition object at 0x54ee590> >disk: <parted.disk.Disk object at 0x7f551c060150> fileSystem: None >number: 2 path: /dev/vda2 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x5b49350> PedPartition: <_ped.Partition object at 0x54ee3b0> >boot: False ; primary: False ; size: 2776MB ; grow: False ; max_size: 2776 ; start: None ; end: None >disk: <parted.disk.Disk object at 0x7f551c064490> fileSystem: None >number: 1 path: /dev/vdb1 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x5b47ed0> PedPartition: <_ped.Partition object at 0x54bb170> >disk: <parted.disk.Disk object at 0x7f551c064490> fileSystem: None >number: 1 path: /dev/vdb1 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x44771d0> PedPartition: <_ped.Partition object at 0x7f5518039710> >boot: False ; primary: False ; size: 1MB ; grow: True ; max_size: 4955 ; start: None ; end: None >disk: <parted.disk.Disk object at 0x7f551c068050> fileSystem: None >number: 1 path: /dev/vdc1 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x5746a10> PedPartition: <_ped.Partition object at 0x7f55180396b0> >sectorSize = 512 >id = 36 name = vdc1 growable = True >base = 2048 growth = 0 max_grow = 10145792 >done = False >sectorSize = 512 >id = 25 name = vdb1 growable = False >base = 5685248 growth = 0 max_grow = 0 >done = True >sectorSize = 512 >id = 20 name = vda1 growable = False >base = 1024000 growth = 0 max_grow = 0 >done = True >id = 24 name = vda2 growable = False >base = 5685248 growth = 0 max_grow = 0 >done = True >disk: <parted.disk.Disk object at 0x7f551c068050> fileSystem: None >number: 1 path: /dev/vdc1 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x5b49150> PedPartition: <_ped.Partition object at 0x54ee7d0> >disk: <parted.disk.Disk object at 0x7f551c068050> fileSystem: None >number: 1 path: /dev/vdc1 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x5b49210> PedPartition: <_ped.Partition object at 0x54ee830> >boot: False ; primary: False ; size: 1MB ; grow: True ; max_size: 4955 ; start: None ; end: None >sectorSize = 512 >id = 36 name = vdc1 growable = True >base = 2048 growth = 0 max_grow = 10145792 >done = False >disk: <parted.disk.Disk object at 0x7f551c064490> fileSystem: None >number: 2 path: /dev/vdb2 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x5b49a10> PedPartition: <_ped.Partition object at 0x54ee590> >sectorSize = 512 >id = 25 name = vdb1 growable = False >base = 5685248 growth = 0 max_grow = 0 >done = True >id = 28 name = vdb2 growable = True >base = 2048 growth = 0 max_grow = 10145792 >done = False >sectorSize = 512 >id = 20 name = vda1 growable = False >base = 1024000 growth = 0 max_grow = 0 >done = True >id = 24 name = vda2 growable = False >base = 5685248 growth = 0 max_grow = 0 >done = True >disk: <parted.disk.Disk object at 0x7f551c064490> fileSystem: None >number: 2 path: /dev/vdb2 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x5b47b50> PedPartition: <_ped.Partition object at 0x7f55180396b0> >disk: <parted.disk.Disk object at 0x7f551c064490> fileSystem: None >number: 2 path: /dev/vdb2 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x5b47050> PedPartition: <_ped.Partition object at 0x54ee7d0> >sectorSize = 512 >id = 25 name = vdb1 growable = False >base = 5685248 growth = 0 max_grow = 0 >done = True >id = 28 name = vdb2 growable = True >base = 2048 growth = 0 max_grow = 10145792 >done = False >sectorSize = 512 >id = 36 name = vdc1 growable = True >base = 2048 growth = 0 max_grow = 10145792 >done = False >id = 28 name = vdb2 growable = True >base = 2048 growth = 10145792 max_grow = 10145792 >done = True is 10145792 >id = 36 name = vdc1 growable = True >base = 2048 growth = 10145792 max_grow = 10145792 >done = True is 10145792 >id = 28 name = vdb2 growable = True >base = 2048 growth = 10145792 max_grow = 10145792 >done = True is 10145792 >id = 36 name = vdc1 growable = True >base = 2048 growth = 10145792 max_grow = 10145792 >done = True is 10145792 >start: 2048 end: 5687295 length: 5685248 >device: <parted.device.Device object at 0x7f551c064b10> PedGeometry: <_ped.Geometry object at 0x5729310> >start: 5687296 end: 15835135 length: 10147840 >device: <parted.device.Device object at 0x7f551c064b10> PedGeometry: <_ped.Geometry object at 0x5b494d0> >start: 2048 end: 5687295 length: 5685248 >device: <parted.device.Device object at 0x7f551c064b10> PedGeometry: <_ped.Geometry object at 0x5729310> >disk: <parted.disk.Disk object at 0x7f551c064490> fileSystem: None >number: 1 path: /dev/vdb1 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x5b49b10> PedPartition: <_ped.Partition object at 0x54ee890> >disk: <parted.disk.Disk object at 0x7f551c064490> fileSystem: None >number: 1 path: /dev/vdb1 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x5b49d10> PedPartition: <_ped.Partition object at 0x54ee770> >start: 5687296 end: 15835135 length: 10147840 >device: <parted.device.Device object at 0x7f551c064b10> PedGeometry: <_ped.Geometry object at 0x5b494d0> >disk: <parted.disk.Disk object at 0x7f551c064490> fileSystem: None >number: 2 path: /dev/vdb2 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x5b49750> PedPartition: <_ped.Partition object at 0x54ee530> >disk: <parted.disk.Disk object at 0x7f551c064490> fileSystem: None >number: 2 path: /dev/vdb2 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x5b4d090> PedPartition: <_ped.Partition object at 0x54ee9b0> >start: 2048 end: 10149887 length: 10147840 >device: <parted.device.Device object at 0x7f551c064f90> PedGeometry: <_ped.Geometry object at 0x5b4d190> >start: 2048 end: 10149887 length: 10147840 >device: <parted.device.Device object at 0x7f551c064f90> PedGeometry: <_ped.Geometry object at 0x5b4d190> >disk: <parted.disk.Disk object at 0x7f551c068050> fileSystem: None >number: 1 path: /dev/vdc1 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x5b49e50> PedPartition: <_ped.Partition object at 0x54eea70> >disk: <parted.disk.Disk object at 0x7f551c068050> fileSystem: None >number: 1 path: /dev/vdc1 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x5729190> PedPartition: <_ped.Partition object at 0x54bb170> >disk: <parted.disk.Disk object at 0x7f551c064990> fileSystem: None >number: 1 path: /dev/vda1 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x54b5e10> PedPartition: <_ped.Partition object at 0x5b5d290> >disk: <parted.disk.Disk object at 0x7f551c064990> fileSystem: None >number: 2 path: /dev/vda2 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x5b47990> PedPartition: <_ped.Partition object at 0x5b5d2f0> >disk: <parted.disk.Disk object at 0x7f551c064dd0> fileSystem: None >number: 1 path: /dev/vdb1 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x5745c50> PedPartition: <_ped.Partition object at 0x7f5518039830> >Dec 12 09:06:41 localhost kernel: md: bind<vda2> >Dec 12 09:06:41 localhost kernel: md: bind<vdb1> >Dec 12 09:06:41 localhost kernel: md/raid0:md0: md_size is 11362304 sectors. >Dec 12 09:06:41 localhost kernel: md: RAID0 configuration for md0 - 1 zone >Dec 12 09:06:41 localhost kernel: md: zone0=[vda2/vdb1] >Dec 12 09:06:41 localhost kernel: zone-offset= 0KB, device-offset= 0KB, size= 5681152KB >Dec 12 09:06:41 localhost kernel: Dec 12 09:06:41 localhost kernel: md0: detected capacity change from 0 to 5817499648 >Dec 12 09:06:41 localhost kernel: md0: unknown partition table >Dec 12 09:06:41 localhost udisksd[1496]: Error creating watch for file /sys/devices/virtual/block/md0/md/sync_action: No such file or directory (g-file-error-quark, 4) >Dec 12 09:06:41 localhost udisksd[1496]: Error creating watch for file /sys/devices/virtual/block/md0/md/degraded: No such file or directory (g-file-error-quark, 4) >Dec 12 09:06:41 localhost systemd[1]: Found device LVM PV FxXbHK-hr43-NL6n-BKd3-Sk9L-GpFd-DtX8Mg on /dev/md0. >Dec 12 09:06:41 localhost systemd[1]: Found device LVM PV FxXbHK-hr43-NL6n-BKd3-Sk9L-GpFd-DtX8Mg on /dev/md0. >Dec 12 09:06:41 localhost systemd[1]: Starting LVM2 PV scan on device 9:0... >Dec 12 09:06:42 localhost pvscan[2166]: 2 logical volume(s) in volume group "fedora" now active >Dec 12 09:06:42 localhost systemd[1]: Started LVM2 PV scan on device 9:0. >Dec 12 09:06:43 localhost systemd[1]: Started LVM2 PV scan on device 9:0. > > > >/tmp/anaconda.log: >09:02:19,704 INFO anaconda: /sbin/anaconda 20.25.15-1 >14:02:20,002 INFO anaconda: 2097152 kB (2048 MB) are available >09:02:20,002 INFO anaconda: check_memory(): total:2048, needed:512, graphical:512 >09:02:20,005 INFO anaconda: Not doing 'start audit daemon' in live installation >09:02:20,007 INFO anaconda: anaconda called with cmdline = ['/sbin/anaconda', '--liveinst', '--method=livecd:///dev/mapper/live-base'] >09:02:20,008 INFO anaconda: Default encoding = ascii >09:02:20,544 INFO anaconda: Display mode = g >14:02:20,553 INFO anaconda: 2097152 kB (2048 MB) are available >09:02:20,553 INFO anaconda: check_memory(): total:2048, needed:512, graphical:512 >09:02:21,778 WARN anaconda: module import of __init__ failed: <type 'exceptions.AttributeError'> >09:02:21,783 WARN anaconda: module import of __init__ failed: <type 'exceptions.AttributeError'> >09:02:21,784 INFO anaconda: using only installclass _Fedora >09:02:21,790 INFO anaconda: bootloader GRUB2 on X86 platform >09:02:21,795 INFO anaconda: bootloader GRUB2 on X86 platform >09:02:21,831 DEBUG anaconda: network: devices found ['eth0'] >09:02:22,238 DEBUG anaconda: network: dumping ifcfg file for default autoconnection on eth0 >09:02:22,789 DEBUG anaconda: network: setting autoconnect of eth0 to False >09:02:22,794 DEBUG anaconda: network: missing ifcfgs created for devices ['eth0'] >09:02:23,279 DEBUG anaconda: updating hostname localhost.localdomain >09:02:23,444 INFO anaconda: Running Thread: AnaStorageThread (140003714979584) >09:02:23,450 INFO anaconda: Running Thread: AnaTimeInitThread (140003706586880) >09:02:23,458 INFO anaconda: Running Thread: AnaWaitForConnectingNMThread (140003698194176) >09:02:23,470 INFO anaconda: Running Thread: AnaPayloadThread (140003689801472) >09:02:23,861 DEBUG anaconda: updating hostname localhost.localdomain >09:02:23,982 INFO anaconda: got 0 NTP servers from DHCP >09:02:23,984 INFO anaconda: Thread Done: AnaWaitForConnectingNMThread (140003698194176) >09:02:24,017 INFO anaconda: Not doing 'start chronyd' in live installation >09:02:24,026 INFO anaconda: Running Thread: AnaGeolocationRefreshThread (140003698194176) >09:02:24,026 INFO anaconda: Starting geolocation lookup >09:02:24,026 INFO anaconda: Geolocation provider: Fedora GeoIP >09:02:25,022 INFO anaconda: Geolocation lookup finished in 1.0 seconds >09:02:25,024 INFO anaconda: got results from geolocation >09:02:25,041 INFO anaconda: Thread Done: AnaGeolocationRefreshThread (140003698194176) >09:02:25,355 INFO anaconda: Not doing 'activate layouts' in live installation >09:02:27,798 INFO anaconda: Thread Done: AnaStorageThread (140003714979584) >09:02:28,007 INFO anaconda: Thread Done: AnaTimeInitThread (140003706586880) >09:02:28,080 INFO anaconda: Thread Done: AnaPayloadThread (140003689801472) >09:02:33,579 INFO anaconda: Not doing 'require network connection' in live installation >09:02:33,584 DEBUG anaconda: network standalone spoke (init): completed: True >09:02:33,590 INFO anaconda: Not doing 'require network connection' in live installation >09:02:33,755 INFO anaconda: Running Thread: AnaDateTimeThread (140003689801472) >09:02:33,894 INFO anaconda: Not doing 'modify system time and date' in live installation >09:02:33,913 INFO anaconda: Thread Done: AnaDateTimeThread (140003689801472) >09:02:38,196 INFO anaconda: fs space: 0 B needed: 2.93 GB >09:02:40,434 INFO anaconda: fs space: 0 B needed: 2.93 GB >09:02:40,644 INFO anaconda: Running Thread: AnaStorageWatcher (140003698194176) >09:02:40,649 INFO anaconda: Thread Done: AnaStorageWatcher (140003698194176) >09:02:40,714 INFO anaconda: Running Thread: AnaCustomStorageInit (140003698194176) >09:02:40,964 INFO anaconda: Not doing 'register anaconda secret agent' in live installation >09:02:40,971 DEBUG anaconda: network: selected device eth0 >09:02:41,049 INFO anaconda: Not doing 'hide hint to use network configuration in DE' in live installation >09:02:41,160 DEBUG anaconda: updating hostname localhost.localdomain >09:02:41,369 INFO anaconda: Not doing 'require network connection' in live installation >09:02:41,584 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.datetime_spoke.DatetimeSpoke object at 0x4acef50> >09:02:41,586 INFO anaconda: setting <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x4acef10> status to: ÐÑовеÑка ÑÑÑÑойÑÑв Ñ ÑанениÑ... >09:02:41,606 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x4acef10> >09:02:41,909 INFO anaconda: Running Thread: AnaNTPserver0 (140003706586880) >09:02:41,916 INFO anaconda: Running Thread: AnaNTPserver1 (140003714979584) >09:02:41,936 INFO anaconda: Running Thread: AnaNTPserver2 (140003208128256) >09:02:41,958 INFO anaconda: Running Thread: AnaNTPserver3 (140003199735552) >09:02:42,079 INFO anaconda: Thread Done: AnaNTPserver1 (140003714979584) >09:02:42,092 INFO anaconda: Thread Done: AnaNTPserver0 (140003706586880) >09:02:42,146 INFO anaconda: Thread Done: AnaNTPserver3 (140003199735552) >09:02:42,154 INFO anaconda: Thread Done: AnaNTPserver2 (140003208128256) >09:02:42,315 DEBUG anaconda: updating hostname localhost.localdomain >09:02:42,492 DEBUG anaconda: updating hostname localhost.localdomain >09:02:42,494 INFO anaconda: setting <pyanaconda.ui.gui.spokes.network.NetworkSpoke object at 0x7f5518034c50> status to: ÐÑоводное Ñоедение (eth0) подклÑÑенно >09:02:43,068 INFO anaconda: Thread Done: AnaCustomStorageInit (140003698194176) >09:02:50,037 DEBUG anaconda: disk free: 24.57 GB fs free: 0 B sw needs: 2.93 GB auto swap: 0 B >09:02:57,278 INFO anaconda: Running Thread: AnaExecuteStorageThread (140003698194176) >09:02:57,954 INFO anaconda: Not doing 'require network connection' in live installation >09:02:58,018 DEBUG anaconda: new disk order: [] >09:02:58,184 DEBUG anaconda: new disk order: [] >09:02:58,329 DEBUG anaconda: _is_valid_disklabel(vda) returning True >09:02:58,330 DEBUG anaconda: _is_valid_size(vda) returning True >09:02:58,331 DEBUG anaconda: _is_valid_location(vda) returning True >09:02:58,331 DEBUG anaconda: _is_valid_format(vda) returning True >09:02:58,332 DEBUG anaconda: is_valid_stage1_device(vda) returning True >09:02:58,333 INFO anaconda: Thread Done: AnaExecuteStorageThread (140003698194176) >09:02:58,387 DEBUG anaconda: ui: devices=['/LiveOS/ext3fs.img', '/osmin', '/osmin.img (deleted)', '/overlay (deleted)', '/run/initramfs/live/LiveOS/squashfs.img', 'live-base', 'live-osimg-min', 'live-rw', 'loop0', 'loop1', 'loop2', 'loop3', 'loop4', 'sr0', 'vda', 'vdb', 'vdc'] >09:02:58,388 DEBUG anaconda: ui: unused=[] >09:02:58,390 DEBUG anaconda: ui: new_devices=[] >09:02:58,399 DEBUG anaconda: page clicked: ÐÐ¾Ð²Ð°Ñ ÑÑÑановка Fedora 20 >09:02:58,400 DEBUG anaconda: show mountpoint: ÐÐ¾Ð²Ð°Ñ ÑÑÑановка Fedora 20 >09:02:58,401 DEBUG anaconda: show mountpoint: ÐÐ¾Ð²Ð°Ñ ÑÑÑановка Fedora 20 >09:02:58,640 INFO anaconda: spoke is not ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x4acef10> >09:02:58,642 INFO anaconda: setting <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x4acef10> status to: Ð¡Ð¾Ñ Ñанение конÑигÑÑаÑии накопиÑелей даннÑÑ â¦ >09:02:58,657 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x4acef10> >09:03:00,048 DEBUG anaconda: running automatic partitioning >09:03:00,229 DEBUG anaconda: _is_valid_disklabel(vda) returning True >09:03:00,229 DEBUG anaconda: _is_valid_size(vda) returning True >09:03:00,230 DEBUG anaconda: _is_valid_location(vda) returning True >09:03:00,230 DEBUG anaconda: _is_valid_format(vda) returning True >09:03:00,231 DEBUG anaconda: is_valid_stage1_device(vda) returning True >09:03:00,666 DEBUG anaconda: new disk order: [] >09:03:00,700 DEBUG anaconda: stage1 device cannot be of type lvmvg >09:03:00,702 DEBUG anaconda: stage1 device cannot be of type lvmlv >09:03:00,703 DEBUG anaconda: stage1 device cannot be of type lvmlv >09:03:00,705 DEBUG anaconda: _is_valid_disklabel(vda) returning True >09:03:00,706 DEBUG anaconda: _is_valid_size(vda) returning True >09:03:00,707 DEBUG anaconda: _is_valid_location(vda) returning True >09:03:00,707 DEBUG anaconda: _is_valid_format(vda) returning True >09:03:00,708 DEBUG anaconda: is_valid_stage1_device(vda) returning True >09:03:00,713 DEBUG anaconda: _is_valid_disklabel(vda) returning True >09:03:00,714 DEBUG anaconda: _is_valid_size(vda) returning True >09:03:00,714 DEBUG anaconda: _is_valid_location(vda) returning True >09:03:00,715 DEBUG anaconda: _is_valid_format(vda) returning True >09:03:00,716 DEBUG anaconda: is_valid_stage1_device(vda) returning True >09:03:00,716 DEBUG anaconda: _is_valid_disklabel(vda1) returning True >09:03:00,717 DEBUG anaconda: _is_valid_size(vda1) returning True >09:03:00,718 DEBUG anaconda: _is_valid_location(vda1) returning True >09:03:00,718 DEBUG anaconda: _is_valid_partition(vda1) returning True >09:03:00,719 DEBUG anaconda: _is_valid_format(vda1) returning True >09:03:00,720 DEBUG anaconda: is_valid_stage2_device(vda1) returning True >09:03:00,721 DEBUG anaconda: finished automatic partitioning >09:03:00,722 DEBUG anaconda: refreshing ui >09:03:00,726 DEBUG anaconda: ui: devices=['/LiveOS/ext3fs.img', '/osmin', '/osmin.img (deleted)', '/overlay (deleted)', '/run/initramfs/live/LiveOS/squashfs.img', 'fedora', 'fedora-root', 'fedora-swap', 'live-base', 'live-osimg-min', 'live-rw', 'loop0', 'loop1', 'loop2', 'loop3', 'loop4', 'sr0', 'vda', 'vda1', 'vda2', 'vdb', 'vdb1', 'vdc', 'vdc1'] >09:03:00,728 DEBUG anaconda: ui: unused=[] >09:03:00,730 DEBUG anaconda: ui: new_devices=['fedora-root', 'vda1', 'fedora-swap'] >09:03:00,760 DEBUG anaconda: page clicked: ÐÐ¾Ð²Ð°Ñ ÑÑÑановка Fedora 20 >09:03:00,761 DEBUG anaconda: show mountpoint: ÐÐ¾Ð²Ð°Ñ ÑÑÑановка Fedora 20 >09:03:00,769 DEBUG anaconda: populate_right_side: non-existent 500MB partition vda1 (20) with non-existent ext4 filesystem mounted at /boot >09:03:00,771 DEBUG anaconda: updated device_disks to ['vda', 'vdb', 'vdc'] >09:03:00,772 DEBUG anaconda: updated device_container_name to None >09:03:00,772 DEBUG anaconda: updated device_container_raid_level to None >09:03:00,773 DEBUG anaconda: updated device_container_encrypted to False >09:03:00,774 DEBUG anaconda: updated device_container_size to 0 >09:03:00,778 INFO anaconda: getting device type for None >09:03:00,780 ERR anaconda: unknown device type: 'None' >09:03:00,783 DEBUG anaconda: fs type changed: ext4 >09:03:00,795 INFO anaconda: getting device type for ÐбÑÑнÑй Ñаздел >09:03:00,796 DEBUG anaconda: device_type_changed: 2 ÐбÑÑнÑй Ñаздел >09:03:00,797 INFO anaconda: getting device type for ÐбÑÑнÑй Ñаздел >09:03:00,799 INFO anaconda: getting device type for ÐбÑÑнÑй Ñаздел >09:03:00,800 INFO anaconda: getting device type for ÐбÑÑнÑй Ñаздел >09:03:00,802 INFO anaconda: getting device type for ÐбÑÑнÑй Ñаздел >09:03:00,803 INFO anaconda: getting device type for ÐбÑÑнÑй Ñаздел >09:03:00,804 INFO anaconda: getting device type for ÐбÑÑнÑй Ñаздел >09:03:00,806 INFO anaconda: getting device type for ÐбÑÑнÑй Ñаздел >09:03:00,807 INFO anaconda: getting device type for ÐбÑÑнÑй Ñаздел >09:03:00,809 DEBUG anaconda: populate_raid: 2, None >09:03:00,809 INFO anaconda: getting device type for ÐбÑÑнÑй Ñаздел >09:03:00,812 INFO anaconda: getting device type for ÐбÑÑнÑй Ñаздел >09:03:00,813 DEBUG anaconda: populate_raid: 2, None >09:03:00,814 INFO anaconda: getting device type for ÐбÑÑнÑй Ñаздел >09:03:00,817 DEBUG anaconda: show mountpoint: ÐÐ¾Ð²Ð°Ñ ÑÑÑановка Fedora 20 >09:03:00,818 DEBUG anaconda: populate_right_side: non-existent 500MB partition vda1 (20) with non-existent ext4 filesystem mounted at /boot >09:03:00,819 DEBUG anaconda: updated device_disks to ['vda', 'vdb', 'vdc'] >09:03:00,820 DEBUG anaconda: updated device_container_name to None >09:03:00,821 DEBUG anaconda: updated device_container_raid_level to None >09:03:00,821 DEBUG anaconda: updated device_container_encrypted to False >09:03:00,822 DEBUG anaconda: updated device_container_size to 0 >09:03:00,835 INFO anaconda: getting device type for ÐбÑÑнÑй Ñаздел >09:03:00,837 DEBUG anaconda: populate_raid: 2, None >09:03:00,837 INFO anaconda: getting device type for ÐбÑÑнÑй Ñаздел >09:03:00,840 DEBUG anaconda: finished refreshing ui >09:03:00,840 DEBUG anaconda: updating space display >09:03:00,851 DEBUG anaconda: finished updating space display >09:03:01,568 DEBUG anaconda: current selector: non-existent 500MB partition vda1 (20) with non-existent ext4 filesystem mounted at /boot >09:03:01,572 DEBUG anaconda: notebook page = 1 >09:03:01,574 INFO anaconda: ui: saving changes to device vda1 >09:03:01,576 DEBUG anaconda: old name: vda1 >09:03:01,578 DEBUG anaconda: new name: None >09:03:01,590 DEBUG anaconda: old size: 500.0 >09:03:01,592 DEBUG anaconda: new size: 500 >09:03:01,594 INFO anaconda: getting device type for ÐбÑÑнÑй Ñаздел >09:03:01,597 DEBUG anaconda: old device type: 2 >09:03:01,599 DEBUG anaconda: new device type: 2 >09:03:01,600 DEBUG anaconda: reformat: True >09:03:01,610 DEBUG anaconda: old fs type: ext4 >09:03:01,611 DEBUG anaconda: new fs type: ext4 >09:03:01,613 DEBUG anaconda: old encryption setting: False >09:03:01,615 DEBUG anaconda: new encryption setting: False >09:03:01,617 DEBUG anaconda: old label: >09:03:01,618 DEBUG anaconda: new_label: >09:03:01,619 DEBUG anaconda: old mountpoint: /boot >09:03:01,620 DEBUG anaconda: new mountpoint: /boot >09:03:01,625 DEBUG anaconda: old raid level: None >09:03:01,627 DEBUG anaconda: new raid level: None >09:03:01,630 DEBUG anaconda: old container: None >09:03:01,631 DEBUG anaconda: new container: None >09:03:01,631 DEBUG anaconda: old container encrypted: False >09:03:01,632 DEBUG anaconda: new container encrypted: False >09:03:01,634 DEBUG anaconda: old container raid level: None >09:03:01,634 DEBUG anaconda: new container raid level: None >09:03:01,635 DEBUG anaconda: old container size request: 0 >09:03:01,635 DEBUG anaconda: new container size request: 0 >09:03:01,636 DEBUG anaconda: old disks: ['vda', 'vdb', 'vdc'] >09:03:01,636 DEBUG anaconda: new disks: ['vda', 'vdb', 'vdc'] >09:03:01,636 DEBUG anaconda: nothing changed for new device >09:03:01,637 DEBUG anaconda: new selector: non-existent 22000MB lvmlv fedora-root (22) with non-existent ext4 filesystem mounted at / >09:03:01,637 DEBUG anaconda: populate_right_side: non-existent 22000MB lvmlv fedora-root (22) with non-existent ext4 filesystem mounted at / >09:03:01,644 DEBUG anaconda: updated device_disks to ['vda', 'vdb', 'vdc'] >09:03:01,645 DEBUG anaconda: updated device_container_name to fedora >09:03:01,645 DEBUG anaconda: updated device_container_raid_level to None >09:03:01,645 DEBUG anaconda: updated device_container_encrypted to False >09:03:01,646 DEBUG anaconda: updated device_container_size to 0 >09:03:01,676 INFO anaconda: getting device type for LVM >09:03:01,678 DEBUG anaconda: device_type_changed: 0 LVM >09:03:01,679 INFO anaconda: getting device type for LVM >09:03:01,681 INFO anaconda: getting device type for LVM >09:03:01,683 INFO anaconda: getting device type for LVM >09:03:01,685 INFO anaconda: getting device type for LVM >09:03:01,687 INFO anaconda: getting device type for LVM >09:03:01,689 INFO anaconda: getting device type for LVM >09:03:01,691 INFO anaconda: getting device type for LVM >09:03:01,692 INFO anaconda: getting device type for LVM >09:03:01,694 INFO anaconda: getting device type for LVM >09:03:01,696 INFO anaconda: getting device type for LVM >09:03:01,698 INFO anaconda: getting device type for LVM >09:03:01,700 DEBUG anaconda: populate_raid: 0, None >09:03:01,701 INFO anaconda: getting device type for LVM >09:03:01,704 INFO anaconda: getting device type for LVM >09:03:01,705 DEBUG anaconda: populate_raid: 0, None >09:03:01,706 INFO anaconda: getting device type for LVM >09:03:01,710 DEBUG anaconda: new container selection: fedora >09:03:01,711 DEBUG anaconda: default container is fedora >09:03:04,867 INFO anaconda: getting device type for LVM >09:03:04,937 DEBUG anaconda: container dialog: raid level ÐÐµÑ >09:03:13,045 DEBUG anaconda: new disks for fedora: ['vda', 'vdb'] >09:03:13,056 DEBUG anaconda: new container name: fedora >09:03:13,059 DEBUG anaconda: new container raid level: raid0 >09:03:13,061 DEBUG anaconda: new container encrypted: False >09:03:13,064 DEBUG anaconda: new container size: 0 >09:03:13,071 DEBUG anaconda: fedora -> fedora >09:03:15,162 INFO anaconda: ui: saving changes to device fedora-root >09:03:15,165 DEBUG anaconda: old name: root >09:03:15,167 DEBUG anaconda: new name: root >09:03:15,180 DEBUG anaconda: old size: 22000 >09:03:15,182 DEBUG anaconda: new size: 22000 >09:03:15,184 INFO anaconda: getting device type for LVM >09:03:15,187 DEBUG anaconda: old device type: 0 >09:03:15,189 DEBUG anaconda: new device type: 0 >09:03:15,191 DEBUG anaconda: reformat: True >09:03:15,202 DEBUG anaconda: old fs type: ext4 >09:03:15,205 DEBUG anaconda: new fs type: ext4 >09:03:15,207 DEBUG anaconda: old encryption setting: False >09:03:15,208 DEBUG anaconda: new encryption setting: False >09:03:15,210 DEBUG anaconda: old label: >09:03:15,211 DEBUG anaconda: new_label: >09:03:15,211 DEBUG anaconda: old mountpoint: / >09:03:15,212 DEBUG anaconda: new mountpoint: / >09:03:15,221 DEBUG anaconda: old raid level: None >09:03:15,222 DEBUG anaconda: new raid level: None >09:03:15,238 DEBUG anaconda: old container: fedora >09:03:15,240 DEBUG anaconda: new container: fedora >09:03:15,241 DEBUG anaconda: old container encrypted: False >09:03:15,243 DEBUG anaconda: new container encrypted: False >09:03:15,245 DEBUG anaconda: old container raid level: None >09:03:15,246 DEBUG anaconda: new container raid level: raid0 >09:03:15,249 DEBUG anaconda: old container size request: 0 >09:03:15,249 DEBUG anaconda: new container size request: 0 >09:03:15,250 DEBUG anaconda: old disks: ['vda', 'vdb', 'vdc'] >09:03:15,250 DEBUG anaconda: new disks: ['vda', 'vdb'] >09:03:15,926 DEBUG anaconda: populate_right_side: non-existent 13300MB lvmlv fedora-root (22) with non-existent ext4 filesystem mounted at / >09:03:15,927 DEBUG anaconda: updated device_disks to ['vda', 'vdb'] >09:03:15,928 DEBUG anaconda: updated device_container_name to fedora >09:03:15,928 DEBUG anaconda: updated device_container_raid_level to raid0 >09:03:15,929 DEBUG anaconda: updated device_container_encrypted to False >09:03:15,930 DEBUG anaconda: updated device_container_size to 0 >09:03:15,941 INFO anaconda: getting device type for LVM >09:03:15,943 DEBUG anaconda: populate_raid: 0, None >09:03:15,943 INFO anaconda: getting device type for LVM >09:03:15,945 DEBUG anaconda: new container selection: None >09:03:15,946 DEBUG anaconda: new container selection: None >09:03:15,947 DEBUG anaconda: new container selection: fedora >09:03:15,948 DEBUG anaconda: default container is fedora >09:03:15,949 DEBUG anaconda: leaving save_right_side >09:03:21,723 DEBUG anaconda: populate_right_side: non-existent 13300MB lvmlv fedora-root (22) with non-existent ext4 filesystem mounted at / >09:03:21,726 DEBUG anaconda: updated device_disks to ['vda', 'vdb'] >09:03:21,728 DEBUG anaconda: updated device_container_name to fedora >09:03:21,729 DEBUG anaconda: updated device_container_raid_level to raid0 >09:03:21,731 DEBUG anaconda: updated device_container_encrypted to False >09:03:21,733 DEBUG anaconda: updated device_container_size to 0 >09:03:21,758 INFO anaconda: getting device type for LVM >09:03:21,760 DEBUG anaconda: populate_raid: 0, None >09:03:21,762 INFO anaconda: getting device type for LVM >09:03:21,765 DEBUG anaconda: new container selection: None >09:03:21,767 DEBUG anaconda: new container selection: None >09:03:21,770 DEBUG anaconda: new container selection: fedora >09:03:21,771 DEBUG anaconda: default container is fedora >09:03:24,662 INFO anaconda: ui: saving changes to device fedora-root >09:03:24,666 DEBUG anaconda: old name: root >09:03:24,670 DEBUG anaconda: new name: root >09:03:24,688 DEBUG anaconda: old size: 13300 >09:03:24,690 DEBUG anaconda: new size: 5000 >09:03:24,692 INFO anaconda: getting device type for LVM >09:03:24,695 DEBUG anaconda: old device type: 0 >09:03:24,697 DEBUG anaconda: new device type: 0 >09:03:24,699 DEBUG anaconda: reformat: True >09:03:24,708 DEBUG anaconda: old fs type: ext4 >09:03:24,710 DEBUG anaconda: new fs type: ext4 >09:03:24,712 DEBUG anaconda: old encryption setting: False >09:03:24,714 DEBUG anaconda: new encryption setting: False >09:03:24,716 DEBUG anaconda: old label: >09:03:24,717 DEBUG anaconda: new_label: >09:03:24,718 DEBUG anaconda: old mountpoint: / >09:03:24,720 DEBUG anaconda: new mountpoint: / >09:03:24,724 DEBUG anaconda: old raid level: None >09:03:24,726 DEBUG anaconda: new raid level: None >09:03:24,754 DEBUG anaconda: old container: fedora >09:03:24,755 DEBUG anaconda: new container: fedora >09:03:24,756 DEBUG anaconda: old container encrypted: False >09:03:24,757 DEBUG anaconda: new container encrypted: False >09:03:24,758 DEBUG anaconda: old container raid level: raid0 >09:03:24,758 DEBUG anaconda: new container raid level: raid0 >09:03:24,758 DEBUG anaconda: old container size request: 0 >09:03:24,759 DEBUG anaconda: new container size request: 0 >09:03:24,759 DEBUG anaconda: old disks: ['vda', 'vdb'] >09:03:24,759 DEBUG anaconda: new disks: ['vda', 'vdb'] >09:03:25,375 DEBUG anaconda: populate_right_side: non-existent 5000MB lvmlv fedora-root (22) with non-existent ext4 filesystem mounted at / >09:03:25,376 DEBUG anaconda: updated device_disks to ['vda', 'vdb'] >09:03:25,377 DEBUG anaconda: updated device_container_name to fedora >09:03:25,378 DEBUG anaconda: updated device_container_raid_level to raid0 >09:03:25,379 DEBUG anaconda: updated device_container_encrypted to False >09:03:25,379 DEBUG anaconda: updated device_container_size to 0 >09:03:25,391 INFO anaconda: getting device type for LVM >09:03:25,392 DEBUG anaconda: populate_raid: 0, None >09:03:25,393 INFO anaconda: getting device type for LVM >09:03:25,395 DEBUG anaconda: new container selection: None >09:03:25,396 DEBUG anaconda: new container selection: None >09:03:25,397 DEBUG anaconda: new container selection: fedora >09:03:25,398 DEBUG anaconda: default container is fedora >09:03:25,399 DEBUG anaconda: leaving save_right_side >09:03:28,236 DEBUG anaconda: current selector: non-existent 5000MB lvmlv fedora-root (22) with non-existent ext4 filesystem mounted at / >09:03:28,239 DEBUG anaconda: notebook page = 1 >09:03:28,242 INFO anaconda: ui: saving changes to device fedora-root >09:03:28,245 DEBUG anaconda: old name: root >09:03:28,248 DEBUG anaconda: new name: root >09:03:28,263 DEBUG anaconda: old size: 5000 >09:03:28,265 DEBUG anaconda: new size: 5000 >09:03:28,267 INFO anaconda: getting device type for LVM >09:03:28,270 DEBUG anaconda: old device type: 0 >09:03:28,273 DEBUG anaconda: new device type: 0 >09:03:28,274 DEBUG anaconda: reformat: True >09:03:28,284 DEBUG anaconda: old fs type: ext4 >09:03:28,285 DEBUG anaconda: new fs type: ext4 >09:03:28,287 DEBUG anaconda: old encryption setting: False >09:03:28,288 DEBUG anaconda: new encryption setting: False >09:03:28,290 DEBUG anaconda: old label: >09:03:28,291 DEBUG anaconda: new_label: >09:03:28,291 DEBUG anaconda: old mountpoint: / >09:03:28,292 DEBUG anaconda: new mountpoint: / >09:03:28,297 DEBUG anaconda: old raid level: None >09:03:28,299 DEBUG anaconda: new raid level: None >09:03:28,326 DEBUG anaconda: old container: fedora >09:03:28,328 DEBUG anaconda: new container: fedora >09:03:28,328 DEBUG anaconda: old container encrypted: False >09:03:28,329 DEBUG anaconda: new container encrypted: False >09:03:28,329 DEBUG anaconda: old container raid level: raid0 >09:03:28,330 DEBUG anaconda: new container raid level: raid0 >09:03:28,332 DEBUG anaconda: old container size request: 0 >09:03:28,332 DEBUG anaconda: new container size request: 0 >09:03:28,333 DEBUG anaconda: old disks: ['vda', 'vdb'] >09:03:28,333 DEBUG anaconda: new disks: ['vda', 'vdb'] >09:03:28,333 DEBUG anaconda: nothing changed for new device >09:03:28,334 DEBUG anaconda: new selector: non-existent 2064MB lvmlv fedora-swap (23) with non-existent swap >09:03:28,334 DEBUG anaconda: populate_right_side: non-existent 2064MB lvmlv fedora-swap (23) with non-existent swap >09:03:28,335 DEBUG anaconda: updated device_disks to ['vda', 'vdb'] >09:03:28,335 DEBUG anaconda: updated device_container_name to fedora >09:03:28,336 DEBUG anaconda: updated device_container_raid_level to raid0 >09:03:28,336 DEBUG anaconda: updated device_container_encrypted to False >09:03:28,341 DEBUG anaconda: updated device_container_size to 0 >09:03:28,357 DEBUG anaconda: fs type changed: swap >09:03:28,376 INFO anaconda: getting device type for LVM >09:03:28,378 DEBUG anaconda: populate_raid: 0, None >09:03:28,379 INFO anaconda: getting device type for LVM >09:03:28,382 DEBUG anaconda: new container selection: None >09:03:28,384 DEBUG anaconda: new container selection: None >09:03:28,386 DEBUG anaconda: new container selection: fedora >09:03:28,388 DEBUG anaconda: default container is fedora >09:03:36,595 INFO anaconda: ui: saving changes to device fedora-swap >09:03:36,598 DEBUG anaconda: old name: swap >09:03:36,599 DEBUG anaconda: new name: swap >09:03:36,610 DEBUG anaconda: old size: 2064 >09:03:36,611 DEBUG anaconda: new size: 500 >09:03:36,613 INFO anaconda: getting device type for LVM >09:03:36,615 DEBUG anaconda: old device type: 0 >09:03:36,617 DEBUG anaconda: new device type: 0 >09:03:36,619 DEBUG anaconda: reformat: True >09:03:36,625 DEBUG anaconda: old fs type: swap >09:03:36,626 DEBUG anaconda: new fs type: swap >09:03:36,627 DEBUG anaconda: old encryption setting: False >09:03:36,628 DEBUG anaconda: new encryption setting: False >09:03:36,630 DEBUG anaconda: old label: >09:03:36,631 DEBUG anaconda: new_label: >09:03:36,632 DEBUG anaconda: old mountpoint: >09:03:36,632 DEBUG anaconda: new mountpoint: >09:03:36,632 DEBUG anaconda: old raid level: None >09:03:36,633 DEBUG anaconda: new raid level: None >09:03:36,648 DEBUG anaconda: old container: fedora >09:03:36,648 DEBUG anaconda: new container: fedora >09:03:36,648 DEBUG anaconda: old container encrypted: False >09:03:36,648 DEBUG anaconda: new container encrypted: False >09:03:36,648 DEBUG anaconda: old container raid level: raid0 >09:03:36,648 DEBUG anaconda: new container raid level: raid0 >09:03:36,653 DEBUG anaconda: old container size request: 0 >09:03:36,653 DEBUG anaconda: new container size request: 0 >09:03:36,653 DEBUG anaconda: old disks: ['vda', 'vdb'] >09:03:36,654 DEBUG anaconda: new disks: ['vda', 'vdb'] >09:03:37,276 DEBUG anaconda: populate_right_side: non-existent 500MB lvmlv fedora-swap (23) with non-existent swap >09:03:37,277 DEBUG anaconda: updated device_disks to ['vda', 'vdb'] >09:03:37,278 DEBUG anaconda: updated device_container_name to fedora >09:03:37,278 DEBUG anaconda: updated device_container_raid_level to raid0 >09:03:37,279 DEBUG anaconda: updated device_container_encrypted to False >09:03:37,279 DEBUG anaconda: updated device_container_size to 0 >09:03:37,291 INFO anaconda: getting device type for LVM >09:03:37,292 DEBUG anaconda: populate_raid: 0, None >09:03:37,293 INFO anaconda: getting device type for LVM >09:03:37,296 DEBUG anaconda: new container selection: None >09:03:37,297 DEBUG anaconda: new container selection: None >09:03:37,298 DEBUG anaconda: new container selection: fedora >09:03:37,299 DEBUG anaconda: default container is fedora >09:03:37,300 DEBUG anaconda: leaving save_right_side >09:03:39,610 INFO anaconda: ui: saving changes to device fedora-swap >09:03:39,612 DEBUG anaconda: old name: swap >09:03:39,614 DEBUG anaconda: new name: swap >09:03:39,625 DEBUG anaconda: old size: 500 >09:03:39,627 DEBUG anaconda: new size: 500 >09:03:39,628 INFO anaconda: getting device type for LVM >09:03:39,631 DEBUG anaconda: old device type: 0 >09:03:39,632 DEBUG anaconda: new device type: 0 >09:03:39,634 DEBUG anaconda: reformat: True >09:03:39,641 DEBUG anaconda: old fs type: swap >09:03:39,642 DEBUG anaconda: new fs type: swap >09:03:39,644 DEBUG anaconda: old encryption setting: False >09:03:39,645 DEBUG anaconda: new encryption setting: False >09:03:39,647 DEBUG anaconda: old label: >09:03:39,648 DEBUG anaconda: new_label: >09:03:39,649 DEBUG anaconda: old mountpoint: >09:03:39,649 DEBUG anaconda: new mountpoint: >09:03:39,651 DEBUG anaconda: old raid level: None >09:03:39,652 DEBUG anaconda: new raid level: None >09:03:39,675 DEBUG anaconda: old container: fedora >09:03:39,675 DEBUG anaconda: new container: fedora >09:03:39,676 DEBUG anaconda: old container encrypted: False >09:03:39,676 DEBUG anaconda: new container encrypted: False >09:03:39,676 DEBUG anaconda: old container raid level: raid0 >09:03:39,676 DEBUG anaconda: new container raid level: raid0 >09:03:39,677 DEBUG anaconda: old container size request: 0 >09:03:39,677 DEBUG anaconda: new container size request: 0 >09:03:39,677 DEBUG anaconda: old disks: ['vda', 'vdb'] >09:03:39,678 DEBUG anaconda: new disks: ['vda', 'vdb'] >09:03:39,683 DEBUG anaconda: nothing changed for new device >09:03:43,509 DEBUG anaconda: requested size = 1 GB ; available space = 18.52 GB >09:03:44,195 DEBUG anaconda: ui: devices=['/LiveOS/ext3fs.img', '/osmin', '/osmin.img (deleted)', '/overlay (deleted)', '/run/initramfs/live/LiveOS/squashfs.img', '00', 'fedora', 'fedora-root', 'fedora-swap', 'fedora-var', 'live-base', 'live-osimg-min', 'live-rw', 'loop0', 'loop1', 'loop2', 'loop3', 'loop4', 'sr0', 'vda', 'vda1', 'vda2', 'vdb', 'vdb1', 'vdc'] >09:03:44,197 DEBUG anaconda: ui: unused=[] >09:03:44,201 DEBUG anaconda: ui: new_devices=['fedora-root', 'fedora-var', 'vda1', 'fedora-swap'] >09:03:44,238 DEBUG anaconda: page clicked: ÐÐ¾Ð²Ð°Ñ ÑÑÑановка Fedora 20 >09:03:44,239 DEBUG anaconda: show mountpoint: ÐÐ¾Ð²Ð°Ñ ÑÑÑановка Fedora 20 >09:03:44,240 DEBUG anaconda: populate_right_side: non-existent 500MB partition vda1 (20) with non-existent ext4 filesystem mounted at /boot >09:03:44,242 DEBUG anaconda: updated device_disks to ['vda', 'vdb', 'vdc'] >09:03:44,243 DEBUG anaconda: updated device_container_name to None >09:03:44,243 DEBUG anaconda: updated device_container_raid_level to None >09:03:44,244 DEBUG anaconda: updated device_container_encrypted to False >09:03:44,245 DEBUG anaconda: updated device_container_size to 0 >09:03:44,251 DEBUG anaconda: fs type changed: ext4 >09:03:44,266 INFO anaconda: getting device type for ÐбÑÑнÑй Ñаздел >09:03:44,268 DEBUG anaconda: device_type_changed: 2 ÐбÑÑнÑй Ñаздел >09:03:44,269 INFO anaconda: getting device type for ÐбÑÑнÑй Ñаздел >09:03:44,270 INFO anaconda: getting device type for ÐбÑÑнÑй Ñаздел >09:03:44,272 INFO anaconda: getting device type for ÐбÑÑнÑй Ñаздел >09:03:44,275 INFO anaconda: getting device type for ÐбÑÑнÑй Ñаздел >09:03:44,276 INFO anaconda: getting device type for ÐбÑÑнÑй Ñаздел >09:03:44,278 INFO anaconda: getting device type for ÐбÑÑнÑй Ñаздел >09:03:44,279 INFO anaconda: getting device type for ÐбÑÑнÑй Ñаздел >09:03:44,281 INFO anaconda: getting device type for ÐбÑÑнÑй Ñаздел >09:03:44,282 DEBUG anaconda: populate_raid: 2, None >09:03:44,283 INFO anaconda: getting device type for ÐбÑÑнÑй Ñаздел >09:03:44,285 INFO anaconda: getting device type for ÐбÑÑнÑй Ñаздел >09:03:44,287 DEBUG anaconda: populate_raid: 2, None >09:03:44,287 INFO anaconda: getting device type for ÐбÑÑнÑй Ñаздел >09:03:44,291 DEBUG anaconda: show mountpoint: ÐÐ¾Ð²Ð°Ñ ÑÑÑановка Fedora 20 >09:03:44,292 DEBUG anaconda: current selector: non-existent 500MB partition vda1 (20) with non-existent ext4 filesystem mounted at /boot >09:03:44,293 DEBUG anaconda: notebook page = 1 >09:03:44,294 INFO anaconda: ui: saving changes to device vda1 >09:03:44,295 DEBUG anaconda: old name: vda1 >09:03:44,295 DEBUG anaconda: new name: None >09:03:44,300 DEBUG anaconda: old size: 500.0 >09:03:44,301 DEBUG anaconda: new size: 500 >09:03:44,302 INFO anaconda: getting device type for ÐбÑÑнÑй Ñаздел >09:03:44,303 DEBUG anaconda: old device type: 2 >09:03:44,304 DEBUG anaconda: new device type: 2 >09:03:44,304 DEBUG anaconda: reformat: True >09:03:44,308 DEBUG anaconda: old fs type: ext4 >09:03:44,309 DEBUG anaconda: new fs type: ext4 >09:03:44,310 DEBUG anaconda: old encryption setting: False >09:03:44,311 DEBUG anaconda: new encryption setting: False >09:03:44,312 DEBUG anaconda: old label: >09:03:44,313 DEBUG anaconda: new_label: >09:03:44,314 DEBUG anaconda: old mountpoint: /boot >09:03:44,315 DEBUG anaconda: new mountpoint: /boot >09:03:44,317 DEBUG anaconda: old raid level: None >09:03:44,318 DEBUG anaconda: new raid level: None >09:03:44,320 DEBUG anaconda: old container: None >09:03:44,321 DEBUG anaconda: new container: None >09:03:44,322 DEBUG anaconda: old container encrypted: False >09:03:44,322 DEBUG anaconda: new container encrypted: False >09:03:44,323 DEBUG anaconda: old container raid level: None >09:03:44,324 DEBUG anaconda: new container raid level: None >09:03:44,325 DEBUG anaconda: old container size request: 0 >09:03:44,326 DEBUG anaconda: new container size request: 0 >09:03:44,326 DEBUG anaconda: old disks: ['vda', 'vdb', 'vdc'] >09:03:44,327 DEBUG anaconda: new disks: ['vda', 'vdb', 'vdc'] >09:03:44,327 DEBUG anaconda: nothing changed for new device >09:03:44,327 DEBUG anaconda: new selector: non-existent 1000MB lvmlv fedora-var (27) with non-existent ext4 filesystem mounted at /var >09:03:44,327 DEBUG anaconda: populate_right_side: non-existent 1000MB lvmlv fedora-var (27) with non-existent ext4 filesystem mounted at /var >09:03:44,328 DEBUG anaconda: updated device_disks to ['vda', 'vdb'] >09:03:44,328 DEBUG anaconda: updated device_container_name to fedora >09:03:44,328 DEBUG anaconda: updated device_container_raid_level to raid0 >09:03:44,329 DEBUG anaconda: updated device_container_encrypted to False >09:03:44,334 DEBUG anaconda: updated device_container_size to 0 >09:03:44,351 INFO anaconda: getting device type for LVM >09:03:44,353 DEBUG anaconda: device_type_changed: 0 LVM >09:03:44,354 INFO anaconda: getting device type for LVM >09:03:44,355 INFO anaconda: getting device type for LVM >09:03:44,356 INFO anaconda: getting device type for LVM >09:03:44,357 INFO anaconda: getting device type for LVM >09:03:44,358 INFO anaconda: getting device type for LVM >09:03:44,359 INFO anaconda: getting device type for LVM >09:03:44,360 INFO anaconda: getting device type for LVM >09:03:44,361 INFO anaconda: getting device type for LVM >09:03:44,362 INFO anaconda: getting device type for LVM >09:03:44,363 INFO anaconda: getting device type for LVM >09:03:44,364 INFO anaconda: getting device type for LVM >09:03:44,365 DEBUG anaconda: populate_raid: 0, None >09:03:44,366 INFO anaconda: getting device type for LVM >09:03:44,368 INFO anaconda: getting device type for LVM >09:03:44,370 DEBUG anaconda: populate_raid: 0, None >09:03:44,371 INFO anaconda: getting device type for LVM >09:03:44,374 DEBUG anaconda: new container selection: None >09:03:44,375 DEBUG anaconda: new container selection: None >09:03:44,376 DEBUG anaconda: new container selection: fedora >09:03:44,377 DEBUG anaconda: default container is fedora >09:03:50,097 DEBUG anaconda: new container selection: Создание volume group ... >09:03:50,103 INFO anaconda: getting device type for LVM >09:03:50,107 INFO anaconda: getting device type for LVM >09:03:50,207 DEBUG anaconda: container dialog: raid level ÐÐµÑ >09:03:50,209 DEBUG anaconda: container dialog: raid level RAID0 <span foreground="grey">(ÐÑоизводиÑелÑноÑÑÑ)</span> >09:03:56,401 DEBUG anaconda: new disks for fedora00: ['vdb', 'vdc'] >09:03:56,409 DEBUG anaconda: new container name: fedora00 >09:03:56,414 DEBUG anaconda: new container raid level: raid1 >09:03:56,421 DEBUG anaconda: new container encrypted: False >09:03:56,425 DEBUG anaconda: new container size: 0 >09:03:56,429 DEBUG anaconda: new container selection: fedora00 >09:03:58,215 INFO anaconda: ui: saving changes to device fedora-var >09:03:58,220 DEBUG anaconda: old name: var >09:03:58,223 DEBUG anaconda: new name: var >09:03:58,240 DEBUG anaconda: old size: 1000.0 >09:03:58,243 DEBUG anaconda: new size: 1000 >09:03:58,245 INFO anaconda: getting device type for LVM >09:03:58,247 DEBUG anaconda: old device type: 0 >09:03:58,249 DEBUG anaconda: new device type: 0 >09:03:58,251 DEBUG anaconda: reformat: True >09:03:58,260 DEBUG anaconda: old fs type: ext4 >09:03:58,262 DEBUG anaconda: new fs type: ext4 >09:03:58,264 DEBUG anaconda: old encryption setting: False >09:03:58,265 DEBUG anaconda: new encryption setting: False >09:03:58,267 DEBUG anaconda: old label: >09:03:58,268 DEBUG anaconda: new_label: >09:03:58,268 DEBUG anaconda: old mountpoint: /var >09:03:58,268 DEBUG anaconda: new mountpoint: /var >09:03:58,275 DEBUG anaconda: old raid level: None >09:03:58,277 DEBUG anaconda: new raid level: None >09:03:58,306 DEBUG anaconda: old container: fedora >09:03:58,308 DEBUG anaconda: new container: fedora00 >09:03:58,308 DEBUG anaconda: old container encrypted: False >09:03:58,309 DEBUG anaconda: new container encrypted: False >09:03:58,309 DEBUG anaconda: old container raid level: raid0 >09:03:58,309 DEBUG anaconda: new container raid level: raid1 >09:03:58,310 DEBUG anaconda: old container size request: 0 >09:03:58,310 DEBUG anaconda: new container size request: 0 >09:03:58,310 DEBUG anaconda: old disks: ['vda', 'vdb'] >09:03:58,311 DEBUG anaconda: new disks: ['vdb', 'vdc'] >09:03:59,482 DEBUG anaconda: populate_right_side: non-existent 1000MB lvmlv fedora00-var (32) with non-existent ext4 filesystem mounted at /var >09:03:59,483 DEBUG anaconda: updated device_disks to ['vdb', 'vdc'] >09:03:59,484 DEBUG anaconda: updated device_container_name to fedora00 >09:03:59,484 DEBUG anaconda: updated device_container_raid_level to raid1 >09:03:59,485 DEBUG anaconda: updated device_container_encrypted to False >09:03:59,486 DEBUG anaconda: updated device_container_size to 0 >09:03:59,499 INFO anaconda: getting device type for LVM >09:03:59,501 DEBUG anaconda: populate_raid: 0, None >09:03:59,502 INFO anaconda: getting device type for LVM >09:03:59,506 DEBUG anaconda: new container selection: None >09:03:59,507 DEBUG anaconda: new container selection: None >09:03:59,509 DEBUG anaconda: new container selection: fedora00 >09:03:59,509 DEBUG anaconda: default container is fedora00 >09:03:59,511 DEBUG anaconda: leaving save_right_side >09:04:02,310 INFO anaconda: ui: saving changes to device fedora00-var >09:04:02,312 DEBUG anaconda: old name: var >09:04:02,314 DEBUG anaconda: new name: var >09:04:02,331 DEBUG anaconda: old size: 1000 >09:04:02,334 DEBUG anaconda: new size: 1000 >09:04:02,335 INFO anaconda: getting device type for LVM >09:04:02,338 DEBUG anaconda: old device type: 0 >09:04:02,340 DEBUG anaconda: new device type: 0 >09:04:02,341 DEBUG anaconda: reformat: True >09:04:02,350 DEBUG anaconda: old fs type: ext4 >09:04:02,352 DEBUG anaconda: new fs type: ext4 >09:04:02,354 DEBUG anaconda: old encryption setting: False >09:04:02,355 DEBUG anaconda: new encryption setting: False >09:04:02,357 DEBUG anaconda: old label: >09:04:02,358 DEBUG anaconda: new_label: >09:04:02,359 DEBUG anaconda: old mountpoint: /var >09:04:02,360 DEBUG anaconda: new mountpoint: /var >09:04:02,367 DEBUG anaconda: old raid level: None >09:04:02,368 DEBUG anaconda: new raid level: None >09:04:02,414 DEBUG anaconda: old container: fedora00 >09:04:02,415 DEBUG anaconda: new container: fedora00 >09:04:02,415 DEBUG anaconda: old container encrypted: False >09:04:02,415 DEBUG anaconda: new container encrypted: False >09:04:02,416 DEBUG anaconda: old container raid level: raid1 >09:04:02,416 DEBUG anaconda: new container raid level: raid1 >09:04:02,419 DEBUG anaconda: old container size request: 0 >09:04:02,420 DEBUG anaconda: new container size request: 0 >09:04:02,420 DEBUG anaconda: old disks: ['vdb', 'vdc'] >09:04:02,420 DEBUG anaconda: new disks: ['vdb', 'vdc'] >09:04:02,421 DEBUG anaconda: nothing changed for new device >09:04:04,943 DEBUG anaconda: requested size = None ; available space = 16.43 GB >09:04:05,738 DEBUG anaconda: ui: devices=['/LiveOS/ext3fs.img', '/osmin', '/osmin.img (deleted)', '/overlay (deleted)', '/run/initramfs/live/LiveOS/squashfs.img', '00', 'fedora', 'fedora-home', 'fedora-root', 'fedora-swap', 'fedora00', 'fedora00-var', 'live-base', 'live-osimg-min', 'live-rw', 'loop0', 'loop1', 'loop2', 'loop3', 'loop4', 'pv01', 'sr0', 'vda', 'vda1', 'vda2', 'vdb', 'vdb1', 'vdb2', 'vdc', 'vdc1'] >09:04:05,740 DEBUG anaconda: ui: unused=[] >09:04:05,743 DEBUG anaconda: ui: new_devices=['fedora-root', 'fedora00-var', 'vda1', 'fedora-home', 'fedora-swap'] >09:04:05,776 DEBUG anaconda: page clicked: ÐÐ¾Ð²Ð°Ñ ÑÑÑановка Fedora 20 >09:04:05,777 DEBUG anaconda: show mountpoint: ÐÐ¾Ð²Ð°Ñ ÑÑÑановка Fedora 20 >09:04:05,777 DEBUG anaconda: populate_right_side: non-existent 500MB partition vda1 (20) with non-existent ext4 filesystem mounted at /boot >09:04:05,778 DEBUG anaconda: updated device_disks to ['vda', 'vdb', 'vdc'] >09:04:05,779 DEBUG anaconda: updated device_container_name to None >09:04:05,780 DEBUG anaconda: updated device_container_raid_level to None >09:04:05,781 DEBUG anaconda: updated device_container_encrypted to False >09:04:05,781 DEBUG anaconda: updated device_container_size to 0 >09:04:05,793 INFO anaconda: getting device type for ÐбÑÑнÑй Ñаздел >09:04:05,795 DEBUG anaconda: device_type_changed: 2 ÐбÑÑнÑй Ñаздел >09:04:05,796 INFO anaconda: getting device type for ÐбÑÑнÑй Ñаздел >09:04:05,797 INFO anaconda: getting device type for ÐбÑÑнÑй Ñаздел >09:04:05,799 INFO anaconda: getting device type for ÐбÑÑнÑй Ñаздел >09:04:05,800 INFO anaconda: getting device type for ÐбÑÑнÑй Ñаздел >09:04:05,802 INFO anaconda: getting device type for ÐбÑÑнÑй Ñаздел >09:04:05,803 INFO anaconda: getting device type for ÐбÑÑнÑй Ñаздел >09:04:05,804 INFO anaconda: getting device type for ÐбÑÑнÑй Ñаздел >09:04:05,806 INFO anaconda: getting device type for ÐбÑÑнÑй Ñаздел >09:04:05,807 DEBUG anaconda: populate_raid: 2, None >09:04:05,808 INFO anaconda: getting device type for ÐбÑÑнÑй Ñаздел >09:04:05,810 INFO anaconda: getting device type for ÐбÑÑнÑй Ñаздел >09:04:05,812 DEBUG anaconda: populate_raid: 2, None >09:04:05,812 INFO anaconda: getting device type for ÐбÑÑнÑй Ñаздел >09:04:05,816 DEBUG anaconda: show mountpoint: ÐÐ¾Ð²Ð°Ñ ÑÑÑановка Fedora 20 >09:04:05,817 DEBUG anaconda: current selector: non-existent 500MB partition vda1 (20) with non-existent ext4 filesystem mounted at /boot >09:04:05,818 DEBUG anaconda: notebook page = 1 >09:04:05,819 INFO anaconda: ui: saving changes to device vda1 >09:04:05,820 DEBUG anaconda: old name: vda1 >09:04:05,821 DEBUG anaconda: new name: None >09:04:05,825 DEBUG anaconda: old size: 500.0 >09:04:05,826 DEBUG anaconda: new size: 500 >09:04:05,827 INFO anaconda: getting device type for ÐбÑÑнÑй Ñаздел >09:04:05,828 DEBUG anaconda: old device type: 2 >09:04:05,829 DEBUG anaconda: new device type: 2 >09:04:05,830 DEBUG anaconda: reformat: True >09:04:05,834 DEBUG anaconda: old fs type: ext4 >09:04:05,834 DEBUG anaconda: new fs type: ext4 >09:04:05,835 DEBUG anaconda: old encryption setting: False >09:04:05,836 DEBUG anaconda: new encryption setting: False >09:04:05,836 DEBUG anaconda: old label: >09:04:05,837 DEBUG anaconda: new_label: >09:04:05,838 DEBUG anaconda: old mountpoint: /boot >09:04:05,838 DEBUG anaconda: new mountpoint: /boot >09:04:05,840 DEBUG anaconda: old raid level: None >09:04:05,841 DEBUG anaconda: new raid level: None >09:04:05,842 DEBUG anaconda: old container: None >09:04:05,843 DEBUG anaconda: new container: None >09:04:05,844 DEBUG anaconda: old container encrypted: False >09:04:05,844 DEBUG anaconda: new container encrypted: False >09:04:05,845 DEBUG anaconda: old container raid level: None >09:04:05,846 DEBUG anaconda: new container raid level: None >09:04:05,846 DEBUG anaconda: old container size request: 0 >09:04:05,847 DEBUG anaconda: new container size request: 0 >09:04:05,848 DEBUG anaconda: old disks: ['vda', 'vdb', 'vdc'] >09:04:05,848 DEBUG anaconda: new disks: ['vda', 'vdb', 'vdc'] >09:04:05,849 DEBUG anaconda: nothing changed for new device >09:04:05,849 DEBUG anaconda: new selector: non-existent 8772MB lvmlv fedora-home (33) with non-existent ext4 filesystem mounted at /home >09:04:05,850 DEBUG anaconda: populate_right_side: non-existent 8772MB lvmlv fedora-home (33) with non-existent ext4 filesystem mounted at /home >09:04:05,850 DEBUG anaconda: updated device_disks to ['vda', 'vdb'] >09:04:05,851 DEBUG anaconda: updated device_container_name to fedora >09:04:05,851 DEBUG anaconda: updated device_container_raid_level to raid0 >09:04:05,851 DEBUG anaconda: updated device_container_encrypted to False >09:04:05,851 DEBUG anaconda: updated device_container_size to 0 >09:04:05,866 INFO anaconda: getting device type for LVM >09:04:05,867 DEBUG anaconda: device_type_changed: 0 LVM >09:04:05,868 INFO anaconda: getting device type for LVM >09:04:05,869 INFO anaconda: getting device type for LVM >09:04:05,870 INFO anaconda: getting device type for LVM >09:04:05,871 INFO anaconda: getting device type for LVM >09:04:05,872 INFO anaconda: getting device type for LVM >09:04:05,874 INFO anaconda: getting device type for LVM >09:04:05,875 INFO anaconda: getting device type for LVM >09:04:05,876 INFO anaconda: getting device type for LVM >09:04:05,877 INFO anaconda: getting device type for LVM >09:04:05,878 INFO anaconda: getting device type for LVM >09:04:05,879 INFO anaconda: getting device type for LVM >09:04:05,880 DEBUG anaconda: populate_raid: 0, None >09:04:05,881 INFO anaconda: getting device type for LVM >09:04:05,882 INFO anaconda: getting device type for LVM >09:04:05,883 DEBUG anaconda: populate_raid: 0, None >09:04:05,884 INFO anaconda: getting device type for LVM >09:04:05,886 DEBUG anaconda: new container selection: None >09:04:05,887 DEBUG anaconda: new container selection: None >09:04:05,888 DEBUG anaconda: new container selection: fedora >09:04:05,889 DEBUG anaconda: default container is fedora >09:04:08,136 DEBUG anaconda: new container selection: fedora00 >09:04:08,142 INFO anaconda: getting device type for LVM >09:04:08,785 INFO anaconda: ui: saving changes to device fedora-home >09:04:08,790 DEBUG anaconda: old name: home >09:04:08,793 DEBUG anaconda: new name: home >09:04:08,808 DEBUG anaconda: old size: 8772 >09:04:08,810 DEBUG anaconda: new size: 8772 >09:04:08,812 INFO anaconda: getting device type for LVM >09:04:08,814 DEBUG anaconda: old device type: 0 >09:04:08,816 DEBUG anaconda: new device type: 0 >09:04:08,817 DEBUG anaconda: reformat: True >09:04:08,825 DEBUG anaconda: old fs type: ext4 >09:04:08,826 DEBUG anaconda: new fs type: ext4 >09:04:08,828 DEBUG anaconda: old encryption setting: False >09:04:08,829 DEBUG anaconda: new encryption setting: False >09:04:08,830 DEBUG anaconda: old label: >09:04:08,832 DEBUG anaconda: new_label: >09:04:08,832 DEBUG anaconda: old mountpoint: /home >09:04:08,833 DEBUG anaconda: new mountpoint: /home >09:04:08,838 DEBUG anaconda: old raid level: None >09:04:08,840 DEBUG anaconda: new raid level: None >09:04:08,883 DEBUG anaconda: old container: fedora >09:04:08,884 DEBUG anaconda: new container: fedora00 >09:04:08,884 DEBUG anaconda: old container encrypted: False >09:04:08,884 DEBUG anaconda: new container encrypted: False >09:04:08,885 DEBUG anaconda: old container raid level: raid0 >09:04:08,887 DEBUG anaconda: new container raid level: raid1 >09:04:08,888 DEBUG anaconda: old container size request: 0 >09:04:08,890 DEBUG anaconda: new container size request: 0 >09:04:08,890 DEBUG anaconda: old disks: ['vda', 'vdb'] >09:04:08,891 DEBUG anaconda: new disks: ['vda', 'vdb'] >09:04:09,847 DEBUG anaconda: populate_right_side: non-existent 3908MB lvmlv fedora00-home (35) with non-existent ext4 filesystem mounted at /home >09:04:09,848 DEBUG anaconda: updated device_disks to ['vdb', 'vda'] >09:04:09,848 DEBUG anaconda: updated device_container_name to fedora00 >09:04:09,849 DEBUG anaconda: updated device_container_raid_level to raid1 >09:04:09,849 DEBUG anaconda: updated device_container_encrypted to False >09:04:09,849 DEBUG anaconda: updated device_container_size to 0 >09:04:09,861 INFO anaconda: getting device type for LVM >09:04:09,862 DEBUG anaconda: populate_raid: 0, None >09:04:09,862 INFO anaconda: getting device type for LVM >09:04:09,864 DEBUG anaconda: new container selection: None >09:04:09,864 DEBUG anaconda: new container selection: None >09:04:09,865 DEBUG anaconda: new container selection: fedora00 >09:04:09,866 DEBUG anaconda: default container is fedora00 >09:04:09,867 DEBUG anaconda: leaving save_right_side >09:04:23,785 DEBUG anaconda: current selector: non-existent 3908MB lvmlv fedora00-home (35) with non-existent ext4 filesystem mounted at /home >09:04:23,789 DEBUG anaconda: notebook page = 1 >09:04:23,791 INFO anaconda: ui: saving changes to device fedora00-home >09:04:23,791 DEBUG anaconda: old name: home >09:04:23,792 DEBUG anaconda: new name: home >09:04:23,803 DEBUG anaconda: old size: 3908 >09:04:23,804 DEBUG anaconda: new size: 3908 >09:04:23,805 INFO anaconda: getting device type for LVM >09:04:23,807 DEBUG anaconda: old device type: 0 >09:04:23,808 DEBUG anaconda: new device type: 0 >09:04:23,810 DEBUG anaconda: reformat: True >09:04:23,816 DEBUG anaconda: old fs type: ext4 >09:04:23,817 DEBUG anaconda: new fs type: ext4 >09:04:23,818 DEBUG anaconda: old encryption setting: False >09:04:23,819 DEBUG anaconda: new encryption setting: False >09:04:23,821 DEBUG anaconda: old label: >09:04:23,822 DEBUG anaconda: new_label: >09:04:23,823 DEBUG anaconda: old mountpoint: /home >09:04:23,824 DEBUG anaconda: new mountpoint: /home >09:04:23,827 DEBUG anaconda: old raid level: None >09:04:23,828 DEBUG anaconda: new raid level: None >09:04:23,861 DEBUG anaconda: old container: fedora00 >09:04:23,862 DEBUG anaconda: new container: fedora00 >09:04:23,862 DEBUG anaconda: old container encrypted: False >09:04:23,863 DEBUG anaconda: new container encrypted: False >09:04:23,863 DEBUG anaconda: old container raid level: raid1 >09:04:23,864 DEBUG anaconda: new container raid level: raid1 >09:04:23,864 DEBUG anaconda: old container size request: 0 >09:04:23,864 DEBUG anaconda: new container size request: 0 >09:04:23,864 DEBUG anaconda: old disks: ['vdb', 'vda'] >09:04:23,864 DEBUG anaconda: new disks: ['vdb', 'vda'] >09:04:23,864 DEBUG anaconda: nothing changed for new device >09:04:23,865 DEBUG anaconda: new selector: non-existent 1000MB lvmlv fedora00-var (32) with non-existent ext4 filesystem mounted at /var >09:04:23,865 DEBUG anaconda: populate_right_side: non-existent 1000MB lvmlv fedora00-var (32) with non-existent ext4 filesystem mounted at /var >09:04:23,865 DEBUG anaconda: updated device_disks to ['vdb', 'vda'] >09:04:23,866 DEBUG anaconda: updated device_container_name to fedora00 >09:04:23,870 DEBUG anaconda: updated device_container_raid_level to raid1 >09:04:23,870 DEBUG anaconda: updated device_container_encrypted to False >09:04:23,871 DEBUG anaconda: updated device_container_size to 0 >09:04:23,885 INFO anaconda: getting device type for LVM >09:04:23,886 DEBUG anaconda: populate_raid: 0, None >09:04:23,887 INFO anaconda: getting device type for LVM >09:04:23,889 DEBUG anaconda: new container selection: None >09:04:23,890 DEBUG anaconda: new container selection: None >09:04:23,891 DEBUG anaconda: new container selection: fedora00 >09:04:23,892 DEBUG anaconda: default container is fedora00 >09:04:24,807 INFO anaconda: getting device type for LVM >09:04:24,883 DEBUG anaconda: container dialog: raid level ÐÐµÑ >09:04:24,885 DEBUG anaconda: container dialog: raid level RAID0 <span foreground="grey">(ÐÑоизводиÑелÑноÑÑÑ)</span> >09:04:24,887 DEBUG anaconda: container dialog: raid level RAID1 <span foreground="grey">(ÐзбÑÑоÑноÑÑÑ)</span> >09:04:28,075 DEBUG anaconda: fedora00 -> fedora00 >09:04:28,823 DEBUG anaconda: populate_right_side: non-existent 1000MB lvmlv fedora00-var (32) with non-existent ext4 filesystem mounted at /var >09:04:28,825 DEBUG anaconda: updated device_disks to ['vdb', 'vda'] >09:04:28,828 DEBUG anaconda: updated device_container_name to fedora00 >09:04:28,829 DEBUG anaconda: updated device_container_raid_level to raid1 >09:04:28,830 DEBUG anaconda: updated device_container_encrypted to False >09:04:28,832 DEBUG anaconda: updated device_container_size to 0 >09:04:28,858 INFO anaconda: getting device type for LVM >09:04:28,861 DEBUG anaconda: populate_raid: 0, None >09:04:28,862 INFO anaconda: getting device type for LVM >09:04:28,865 DEBUG anaconda: new container selection: None >09:04:28,867 DEBUG anaconda: new container selection: None >09:04:28,869 DEBUG anaconda: new container selection: fedora00 >09:04:28,870 DEBUG anaconda: default container is fedora00 >09:04:29,498 DEBUG anaconda: current selector: non-existent 1000MB lvmlv fedora00-var (32) with non-existent ext4 filesystem mounted at /var >09:04:29,501 DEBUG anaconda: notebook page = 1 >09:04:29,503 INFO anaconda: ui: saving changes to device fedora00-var >09:04:29,505 DEBUG anaconda: old name: var >09:04:29,506 DEBUG anaconda: new name: var >09:04:29,519 DEBUG anaconda: old size: 1000 >09:04:29,521 DEBUG anaconda: new size: 1000 >09:04:29,523 INFO anaconda: getting device type for LVM >09:04:29,525 DEBUG anaconda: old device type: 0 >09:04:29,527 DEBUG anaconda: new device type: 0 >09:04:29,529 DEBUG anaconda: reformat: True >09:04:29,539 DEBUG anaconda: old fs type: ext4 >09:04:29,541 DEBUG anaconda: new fs type: ext4 >09:04:29,542 DEBUG anaconda: old encryption setting: False >09:04:29,544 DEBUG anaconda: new encryption setting: False >09:04:29,545 DEBUG anaconda: old label: >09:04:29,547 DEBUG anaconda: new_label: >09:04:29,548 DEBUG anaconda: old mountpoint: /var >09:04:29,550 DEBUG anaconda: new mountpoint: /var >09:04:29,555 DEBUG anaconda: old raid level: None >09:04:29,557 DEBUG anaconda: new raid level: None >09:04:29,605 DEBUG anaconda: old container: fedora00 >09:04:29,606 DEBUG anaconda: new container: fedora00 >09:04:29,606 DEBUG anaconda: old container encrypted: False >09:04:29,607 DEBUG anaconda: new container encrypted: False >09:04:29,607 DEBUG anaconda: old container raid level: raid1 >09:04:29,609 DEBUG anaconda: new container raid level: raid1 >09:04:29,609 DEBUG anaconda: old container size request: 0 >09:04:29,610 DEBUG anaconda: new container size request: 0 >09:04:29,611 DEBUG anaconda: old disks: ['vdb', 'vda'] >09:04:29,612 DEBUG anaconda: new disks: ['vdb', 'vda'] >09:04:29,613 DEBUG anaconda: nothing changed for new device >09:04:29,614 DEBUG anaconda: new selector: non-existent 3908MB lvmlv fedora00-home (35) with non-existent ext4 filesystem mounted at /home >09:04:29,614 DEBUG anaconda: populate_right_side: non-existent 3908MB lvmlv fedora00-home (35) with non-existent ext4 filesystem mounted at /home >09:04:29,615 DEBUG anaconda: updated device_disks to ['vdb', 'vda'] >09:04:29,615 DEBUG anaconda: updated device_container_name to fedora00 >09:04:29,616 DEBUG anaconda: updated device_container_raid_level to raid1 >09:04:29,616 DEBUG anaconda: updated device_container_encrypted to False >09:04:29,616 DEBUG anaconda: updated device_container_size to 0 >09:04:29,646 INFO anaconda: getting device type for LVM >09:04:29,648 DEBUG anaconda: populate_raid: 0, None >09:04:29,650 INFO anaconda: getting device type for LVM >09:04:29,653 DEBUG anaconda: new container selection: None >09:04:29,655 DEBUG anaconda: new container selection: None >09:04:29,658 DEBUG anaconda: new container selection: fedora00 >09:04:29,660 DEBUG anaconda: default container is fedora00 >09:04:30,170 DEBUG anaconda: current selector: non-existent 3908MB lvmlv fedora00-home (35) with non-existent ext4 filesystem mounted at /home >09:04:30,173 DEBUG anaconda: notebook page = 1 >09:04:30,175 INFO anaconda: ui: saving changes to device fedora00-home >09:04:30,177 DEBUG anaconda: old name: home >09:04:30,179 DEBUG anaconda: new name: home >09:04:30,192 DEBUG anaconda: old size: 3908 >09:04:30,194 DEBUG anaconda: new size: 3908 >09:04:30,196 INFO anaconda: getting device type for LVM >09:04:30,199 DEBUG anaconda: old device type: 0 >09:04:30,200 DEBUG anaconda: new device type: 0 >09:04:30,202 DEBUG anaconda: reformat: True >09:04:30,211 DEBUG anaconda: old fs type: ext4 >09:04:30,213 DEBUG anaconda: new fs type: ext4 >09:04:30,214 DEBUG anaconda: old encryption setting: False >09:04:30,216 DEBUG anaconda: new encryption setting: False >09:04:30,217 DEBUG anaconda: old label: >09:04:30,219 DEBUG anaconda: new_label: >09:04:30,219 DEBUG anaconda: old mountpoint: /home >09:04:30,220 DEBUG anaconda: new mountpoint: /home >09:04:30,225 DEBUG anaconda: old raid level: None >09:04:30,226 DEBUG anaconda: new raid level: None >09:04:30,273 DEBUG anaconda: old container: fedora00 >09:04:30,274 DEBUG anaconda: new container: fedora00 >09:04:30,275 DEBUG anaconda: old container encrypted: False >09:04:30,277 DEBUG anaconda: new container encrypted: False >09:04:30,278 DEBUG anaconda: old container raid level: raid1 >09:04:30,278 DEBUG anaconda: new container raid level: raid1 >09:04:30,278 DEBUG anaconda: old container size request: 0 >09:04:30,279 DEBUG anaconda: new container size request: 0 >09:04:30,279 DEBUG anaconda: old disks: ['vdb', 'vda'] >09:04:30,279 DEBUG anaconda: new disks: ['vdb', 'vda'] >09:04:30,280 DEBUG anaconda: nothing changed for new device >09:04:30,280 DEBUG anaconda: new selector: non-existent 1000MB lvmlv fedora00-var (32) with non-existent ext4 filesystem mounted at /var >09:04:30,281 DEBUG anaconda: populate_right_side: non-existent 1000MB lvmlv fedora00-var (32) with non-existent ext4 filesystem mounted at /var >09:04:30,281 DEBUG anaconda: updated device_disks to ['vdb', 'vda'] >09:04:30,286 DEBUG anaconda: updated device_container_name to fedora00 >09:04:30,286 DEBUG anaconda: updated device_container_raid_level to raid1 >09:04:30,287 DEBUG anaconda: updated device_container_encrypted to False >09:04:30,287 DEBUG anaconda: updated device_container_size to 0 >09:04:30,312 INFO anaconda: getting device type for LVM >09:04:30,314 DEBUG anaconda: populate_raid: 0, None >09:04:30,315 INFO anaconda: getting device type for LVM >09:04:30,318 DEBUG anaconda: new container selection: None >09:04:30,320 DEBUG anaconda: new container selection: None >09:04:30,322 DEBUG anaconda: new container selection: fedora00 >09:04:30,323 DEBUG anaconda: default container is fedora00 >09:04:31,209 INFO anaconda: getting device type for LVM >09:04:31,279 DEBUG anaconda: container dialog: raid level ÐÐµÑ >09:04:31,281 DEBUG anaconda: container dialog: raid level RAID0 <span foreground="grey">(ÐÑоизводиÑелÑноÑÑÑ)</span> >09:04:31,282 DEBUG anaconda: container dialog: raid level RAID1 <span foreground="grey">(ÐзбÑÑоÑноÑÑÑ)</span> >09:04:32,549 DEBUG anaconda: fedora00 -> fedora00 >09:04:33,087 DEBUG anaconda: current selector: non-existent 1000MB lvmlv fedora00-var (32) with non-existent ext4 filesystem mounted at /var >09:04:33,091 DEBUG anaconda: notebook page = 1 >09:04:33,099 INFO anaconda: ui: saving changes to device fedora00-var >09:04:33,101 DEBUG anaconda: old name: var >09:04:33,103 DEBUG anaconda: new name: var >09:04:33,122 DEBUG anaconda: old size: 1000 >09:04:33,124 DEBUG anaconda: new size: 1000 >09:04:33,126 INFO anaconda: getting device type for LVM >09:04:33,128 DEBUG anaconda: old device type: 0 >09:04:33,130 DEBUG anaconda: new device type: 0 >09:04:33,131 DEBUG anaconda: reformat: True >09:04:33,140 DEBUG anaconda: old fs type: ext4 >09:04:33,142 DEBUG anaconda: new fs type: ext4 >09:04:33,143 DEBUG anaconda: old encryption setting: False >09:04:33,144 DEBUG anaconda: new encryption setting: False >09:04:33,146 DEBUG anaconda: old label: >09:04:33,148 DEBUG anaconda: new_label: >09:04:33,149 DEBUG anaconda: old mountpoint: /var >09:04:33,151 DEBUG anaconda: new mountpoint: /var >09:04:33,155 DEBUG anaconda: old raid level: None >09:04:33,156 DEBUG anaconda: new raid level: None >09:04:33,208 DEBUG anaconda: old container: fedora00 >09:04:33,209 DEBUG anaconda: new container: fedora00 >09:04:33,210 DEBUG anaconda: old container encrypted: False >09:04:33,211 DEBUG anaconda: new container encrypted: False >09:04:33,212 DEBUG anaconda: old container raid level: raid1 >09:04:33,213 DEBUG anaconda: new container raid level: raid1 >09:04:33,214 DEBUG anaconda: old container size request: 0 >09:04:33,216 DEBUG anaconda: new container size request: 0 >09:04:33,216 DEBUG anaconda: old disks: ['vdb', 'vda'] >09:04:33,217 DEBUG anaconda: new disks: ['vdb', 'vda'] >09:04:33,220 DEBUG anaconda: nothing changed for new device >09:04:33,221 DEBUG anaconda: new selector: non-existent 3908MB lvmlv fedora00-home (35) with non-existent ext4 filesystem mounted at /home >09:04:33,222 DEBUG anaconda: populate_right_side: non-existent 3908MB lvmlv fedora00-home (35) with non-existent ext4 filesystem mounted at /home >09:04:33,224 DEBUG anaconda: updated device_disks to ['vdb', 'vda'] >09:04:33,224 DEBUG anaconda: updated device_container_name to fedora00 >09:04:33,226 DEBUG anaconda: updated device_container_raid_level to raid1 >09:04:33,227 DEBUG anaconda: updated device_container_encrypted to False >09:04:33,228 DEBUG anaconda: updated device_container_size to 0 >09:04:33,249 INFO anaconda: getting device type for LVM >09:04:33,258 DEBUG anaconda: populate_raid: 0, None >09:04:33,260 INFO anaconda: getting device type for LVM >09:04:33,266 DEBUG anaconda: new container selection: None >09:04:33,269 DEBUG anaconda: new container selection: None >09:04:33,272 DEBUG anaconda: new container selection: fedora00 >09:04:33,274 DEBUG anaconda: default container is fedora00 >09:04:34,034 INFO anaconda: getting device type for LVM >09:04:34,109 DEBUG anaconda: container dialog: raid level ÐÐµÑ >09:04:34,110 DEBUG anaconda: container dialog: raid level RAID0 <span foreground="grey">(ÐÑоизводиÑелÑноÑÑÑ)</span> >09:04:34,112 DEBUG anaconda: container dialog: raid level RAID1 <span foreground="grey">(ÐзбÑÑоÑноÑÑÑ)</span> >09:04:35,314 DEBUG anaconda: fedora00 -> fedora00 >09:04:35,690 DEBUG anaconda: current selector: non-existent 3908MB lvmlv fedora00-home (35) with non-existent ext4 filesystem mounted at /home >09:04:35,693 DEBUG anaconda: notebook page = 1 >09:04:35,701 INFO anaconda: ui: saving changes to device fedora00-home >09:04:35,707 DEBUG anaconda: old name: home >09:04:35,709 DEBUG anaconda: new name: home >09:04:35,720 DEBUG anaconda: old size: 3908 >09:04:35,721 DEBUG anaconda: new size: 3908 >09:04:35,723 INFO anaconda: getting device type for LVM >09:04:35,726 DEBUG anaconda: old device type: 0 >09:04:35,729 DEBUG anaconda: new device type: 0 >09:04:35,731 DEBUG anaconda: reformat: True >09:04:35,741 DEBUG anaconda: old fs type: ext4 >09:04:35,743 DEBUG anaconda: new fs type: ext4 >09:04:35,744 DEBUG anaconda: old encryption setting: False >09:04:35,746 DEBUG anaconda: new encryption setting: False >09:04:35,748 DEBUG anaconda: old label: >09:04:35,750 DEBUG anaconda: new_label: >09:04:35,752 DEBUG anaconda: old mountpoint: /home >09:04:35,753 DEBUG anaconda: new mountpoint: /home >09:04:35,756 DEBUG anaconda: old raid level: None >09:04:35,758 DEBUG anaconda: new raid level: None >09:04:35,786 DEBUG anaconda: old container: fedora00 >09:04:35,787 DEBUG anaconda: new container: fedora00 >09:04:35,787 DEBUG anaconda: old container encrypted: False >09:04:35,788 DEBUG anaconda: new container encrypted: False >09:04:35,789 DEBUG anaconda: old container raid level: raid1 >09:04:35,790 DEBUG anaconda: new container raid level: raid1 >09:04:35,790 DEBUG anaconda: old container size request: 0 >09:04:35,791 DEBUG anaconda: new container size request: 0 >09:04:35,792 DEBUG anaconda: old disks: ['vdb', 'vda'] >09:04:35,792 DEBUG anaconda: new disks: ['vdb', 'vda'] >09:04:35,793 DEBUG anaconda: nothing changed for new device >09:04:35,799 DEBUG anaconda: new selector: non-existent 1000MB lvmlv fedora00-var (32) with non-existent ext4 filesystem mounted at /var >09:04:35,801 DEBUG anaconda: populate_right_side: non-existent 1000MB lvmlv fedora00-var (32) with non-existent ext4 filesystem mounted at /var >09:04:35,802 DEBUG anaconda: updated device_disks to ['vdb', 'vda'] >09:04:35,803 DEBUG anaconda: updated device_container_name to fedora00 >09:04:35,804 DEBUG anaconda: updated device_container_raid_level to raid1 >09:04:35,805 DEBUG anaconda: updated device_container_encrypted to False >09:04:35,805 DEBUG anaconda: updated device_container_size to 0 >09:04:35,819 INFO anaconda: getting device type for LVM >09:04:35,821 DEBUG anaconda: populate_raid: 0, None >09:04:35,822 INFO anaconda: getting device type for LVM >09:04:35,824 DEBUG anaconda: new container selection: None >09:04:35,825 DEBUG anaconda: new container selection: None >09:04:35,826 DEBUG anaconda: new container selection: fedora00 >09:04:35,827 DEBUG anaconda: default container is fedora00 >09:04:38,547 DEBUG anaconda: populate_right_side: non-existent 1000MB lvmlv fedora00-var (32) with non-existent ext4 filesystem mounted at /var >09:04:38,550 DEBUG anaconda: updated device_disks to ['vdb', 'vda'] >09:04:38,552 DEBUG anaconda: updated device_container_name to fedora00 >09:04:38,553 DEBUG anaconda: updated device_container_raid_level to raid1 >09:04:38,555 DEBUG anaconda: updated device_container_encrypted to False >09:04:38,556 DEBUG anaconda: updated device_container_size to 0 >09:04:38,581 INFO anaconda: getting device type for LVM >09:04:38,584 DEBUG anaconda: populate_raid: 0, None >09:04:38,585 INFO anaconda: getting device type for LVM >09:04:38,589 DEBUG anaconda: new container selection: None >09:04:38,592 DEBUG anaconda: new container selection: None >09:04:38,594 DEBUG anaconda: new container selection: fedora00 >09:04:38,596 DEBUG anaconda: default container is fedora00 >09:05:46,417 INFO anaconda: getting device type for LVM >09:05:46,495 DEBUG anaconda: container dialog: raid level ÐÐµÑ >09:05:46,497 DEBUG anaconda: container dialog: raid level RAID0 <span foreground="grey">(ÐÑоизводиÑелÑноÑÑÑ)</span> >09:05:46,499 DEBUG anaconda: container dialog: raid level RAID1 <span foreground="grey">(ÐзбÑÑоÑноÑÑÑ)</span> >09:05:49,111 DEBUG anaconda: new disks for fedora00: ['vdb', 'vdc'] >09:05:49,122 DEBUG anaconda: new container name: fedora00 >09:05:49,124 DEBUG anaconda: new container raid level: raid1 >09:05:49,126 DEBUG anaconda: new container encrypted: False >09:05:49,129 DEBUG anaconda: new container size: 0 >09:05:49,132 DEBUG anaconda: fedora00 -> fedora00 >09:05:50,301 INFO anaconda: ui: saving changes to device fedora00-var >09:05:50,305 DEBUG anaconda: old name: var >09:05:50,307 DEBUG anaconda: new name: var >09:05:50,320 DEBUG anaconda: old size: 1000 >09:05:50,323 DEBUG anaconda: new size: 1000 >09:05:50,325 INFO anaconda: getting device type for LVM >09:05:50,327 DEBUG anaconda: old device type: 0 >09:05:50,329 DEBUG anaconda: new device type: 0 >09:05:50,331 DEBUG anaconda: reformat: True >09:05:50,340 DEBUG anaconda: old fs type: ext4 >09:05:50,341 DEBUG anaconda: new fs type: ext4 >09:05:50,343 DEBUG anaconda: old encryption setting: False >09:05:50,345 DEBUG anaconda: new encryption setting: False >09:05:50,347 DEBUG anaconda: old label: >09:05:50,347 DEBUG anaconda: new_label: >09:05:50,348 DEBUG anaconda: old mountpoint: /var >09:05:50,350 DEBUG anaconda: new mountpoint: /var >09:05:50,356 DEBUG anaconda: old raid level: None >09:05:50,356 DEBUG anaconda: new raid level: None >09:05:50,404 DEBUG anaconda: old container: fedora00 >09:05:50,404 DEBUG anaconda: new container: fedora00 >09:05:50,405 DEBUG anaconda: old container encrypted: False >09:05:50,405 DEBUG anaconda: new container encrypted: False >09:05:50,405 DEBUG anaconda: old container raid level: raid1 >09:05:50,405 DEBUG anaconda: new container raid level: raid1 >09:05:50,406 DEBUG anaconda: old container size request: 0 >09:05:50,406 DEBUG anaconda: new container size request: 0 >09:05:50,406 DEBUG anaconda: old disks: ['vdb', 'vda'] >09:05:50,407 DEBUG anaconda: new disks: ['vdb', 'vdc'] >09:05:51,150 DEBUG anaconda: populate_right_side: non-existent 1000MB lvmlv fedora00-var (32) with non-existent ext4 filesystem mounted at /var >09:05:51,151 DEBUG anaconda: updated device_disks to ['vdb', 'vdc'] >09:05:51,152 DEBUG anaconda: updated device_container_name to fedora00 >09:05:51,153 DEBUG anaconda: updated device_container_raid_level to raid1 >09:05:51,153 DEBUG anaconda: updated device_container_encrypted to False >09:05:51,154 DEBUG anaconda: updated device_container_size to 0 >09:05:51,166 INFO anaconda: getting device type for LVM >09:05:51,167 DEBUG anaconda: populate_raid: 0, None >09:05:51,168 INFO anaconda: getting device type for LVM >09:05:51,170 DEBUG anaconda: new container selection: None >09:05:51,171 DEBUG anaconda: new container selection: None >09:05:51,172 DEBUG anaconda: new container selection: fedora00 >09:05:51,173 DEBUG anaconda: default container is fedora00 >09:05:51,174 DEBUG anaconda: leaving save_right_side >09:06:04,745 INFO anaconda: ui: saving changes to device fedora00-var >09:06:04,748 DEBUG anaconda: old name: var >09:06:04,750 DEBUG anaconda: new name: var >09:06:04,765 DEBUG anaconda: old size: 1000 >09:06:04,767 DEBUG anaconda: new size: 1000 >09:06:04,769 INFO anaconda: getting device type for LVM >09:06:04,772 DEBUG anaconda: old device type: 0 >09:06:04,774 DEBUG anaconda: new device type: 0 >09:06:04,776 DEBUG anaconda: reformat: True >09:06:04,785 DEBUG anaconda: old fs type: ext4 >09:06:04,787 DEBUG anaconda: new fs type: ext4 >09:06:04,788 DEBUG anaconda: old encryption setting: False >09:06:04,790 DEBUG anaconda: new encryption setting: False >09:06:04,792 DEBUG anaconda: old label: >09:06:04,792 DEBUG anaconda: new_label: >09:06:04,793 DEBUG anaconda: old mountpoint: /var >09:06:04,796 DEBUG anaconda: new mountpoint: /var >09:06:04,800 DEBUG anaconda: old raid level: None >09:06:04,801 DEBUG anaconda: new raid level: None >09:06:04,846 DEBUG anaconda: old container: fedora00 >09:06:04,846 DEBUG anaconda: new container: fedora00 >09:06:04,847 DEBUG anaconda: old container encrypted: False >09:06:04,847 DEBUG anaconda: new container encrypted: False >09:06:04,847 DEBUG anaconda: old container raid level: raid1 >09:06:04,847 DEBUG anaconda: new container raid level: raid1 >09:06:04,848 DEBUG anaconda: old container size request: 0 >09:06:04,848 DEBUG anaconda: new container size request: 0 >09:06:04,848 DEBUG anaconda: old disks: ['vdb', 'vdc'] >09:06:04,849 DEBUG anaconda: new disks: ['vdb', 'vdc'] >09:06:04,854 DEBUG anaconda: nothing changed for new device >09:06:29,951 DEBUG anaconda: new disk order: [] >09:06:30,112 DEBUG anaconda: stage1 device cannot be of type mdarray >09:06:30,120 DEBUG anaconda: stage1 device cannot be of type lvmvg >09:06:30,128 DEBUG anaconda: stage1 device cannot be of type lvmlv >09:06:30,134 DEBUG anaconda: stage1 device cannot be of type lvmlv >09:06:30,138 DEBUG anaconda: _is_valid_disklabel(vda) returning True >09:06:30,144 DEBUG anaconda: _is_valid_size(vda) returning True >09:06:30,145 DEBUG anaconda: _is_valid_location(vda) returning True >09:06:30,147 DEBUG anaconda: _is_valid_format(vda) returning True >09:06:30,149 DEBUG anaconda: is_valid_stage1_device(vda) returning True >09:06:30,159 INFO anaconda: Running Thread: AnaCheckStorageThread (140003698194176) >09:06:30,263 DEBUG anaconda: _is_valid_disklabel(vda) returning True >09:06:30,272 DEBUG anaconda: _is_valid_size(vda) returning True >09:06:30,283 DEBUG anaconda: _is_valid_location(vda) returning True >09:06:30,291 DEBUG anaconda: _is_valid_format(vda) returning True >09:06:30,296 DEBUG anaconda: is_valid_stage1_device(vda) returning True >09:06:30,303 DEBUG anaconda: _is_valid_disklabel(vda1) returning True >09:06:30,307 DEBUG anaconda: _is_valid_size(vda1) returning True >09:06:30,312 DEBUG anaconda: _is_valid_location(vda1) returning True >09:06:30,317 DEBUG anaconda: _is_valid_partition(vda1) returning True >09:06:30,322 DEBUG anaconda: _is_valid_format(vda1) returning True >09:06:30,327 DEBUG anaconda: is_valid_stage2_device(vda1) returning True >09:06:30,347 INFO anaconda: Thread Done: AnaCheckStorageThread (140003698194176) >09:06:30,661 INFO anaconda: Not doing 'require network connection' in live installation >09:06:30,765 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x4acef10> >09:06:30,780 INFO anaconda: spoke is not ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x4acef10> >09:06:30,782 INFO anaconda: setting <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x4acef10> status to: ÐÑовеÑка наÑÑÑоек накопиÑелей... >09:06:30,795 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x4acef10> >09:06:33,656 INFO anaconda: Not doing 'require network connection' in live installation >09:06:34,981 INFO anaconda: fs space: 5 GB needed: 2.93 GB >09:06:37,017 INFO anaconda: Running Thread: AnaInstallThread (140003698194176) >09:06:37,020 INFO anaconda: Not doing 'save system time to HW clock' in live installation >09:06:37,029 INFO anaconda: ÐаÑÑÑойка ÑÑÐµÐ´Ñ ÑÑÑановки >09:06:38,448 INFO anaconda: Создание disklabel на /dev/vda >09:06:39,006 INFO anaconda: Создание ext4 на /dev/vda1 >09:06:40,343 INFO anaconda: Создание mdmember на /dev/vda2 >09:06:40,465 INFO anaconda: Создание disklabel на /dev/vdb >09:06:41,444 INFO anaconda: Создание mdmember на /dev/vdb1 >09:06:42,826 INFO anaconda: Создание lvmpv на /dev/md/00 >09:06:43,135 DEBUG anaconda: running handleException >09:06:43,137 DEBUG anaconda: Gtk running, queuing exception handler to the main loop >09:06:43,142 INFO anaconda: Thread Done: AnaInstallThread (140003698194176) > > >/tmp/packaging.log: > > >/tmp/program.log: >09:02:15,306 INFO program: Running... udevadm settle --timeout=300 >09:02:15,329 DEBUG program: Return code: 0 >09:02:15,454 INFO program: Running... multipath -c /dev/vda >09:02:15,511 INFO program: Dec 12 09:02:15 | /etc/multipath.conf does not exist, blacklisting all devices. >09:02:15,517 INFO program: Dec 12 09:02:15 | A default multipath.conf file is located at >09:02:15,517 INFO program: Dec 12 09:02:15 | /usr/share/doc/device-mapper-multipath-0.4.9/multipath.conf >09:02:15,517 INFO program: Dec 12 09:02:15 | You can run /sbin/mpathconf to create or modify /etc/multipath.conf >09:02:15,517 INFO program: /dev/vda is not a valid multipath device path >09:02:15,518 DEBUG program: Return code: 1 >09:02:15,632 INFO program: Running... multipath -c /dev/vdb >09:02:15,643 INFO program: Dec 12 09:02:15 | /etc/multipath.conf does not exist, blacklisting all devices. >09:02:15,644 INFO program: Dec 12 09:02:15 | A default multipath.conf file is located at >09:02:15,644 INFO program: Dec 12 09:02:15 | /usr/share/doc/device-mapper-multipath-0.4.9/multipath.conf >09:02:15,644 INFO program: Dec 12 09:02:15 | You can run /sbin/mpathconf to create or modify /etc/multipath.conf >09:02:15,644 INFO program: /dev/vdb is not a valid multipath device path >09:02:15,644 DEBUG program: Return code: 1 >09:02:15,715 INFO program: Running... multipath -c /dev/vdc >09:02:15,729 INFO program: Dec 12 09:02:15 | /etc/multipath.conf does not exist, blacklisting all devices. >09:02:15,729 INFO program: Dec 12 09:02:15 | A default multipath.conf file is located at >09:02:15,730 INFO program: Dec 12 09:02:15 | /usr/share/doc/device-mapper-multipath-0.4.9/multipath.conf >09:02:15,731 INFO program: Dec 12 09:02:15 | You can run /sbin/mpathconf to create or modify /etc/multipath.conf >09:02:15,733 INFO program: /dev/vdc is not a valid multipath device path >09:02:15,734 DEBUG program: Return code: 1 >09:02:16,088 INFO program: Running... udevadm settle --timeout=300 >09:02:16,116 DEBUG program: Return code: 0 >09:02:20,113 INFO program: Running... udevadm trigger --action=change --subsystem-match=block >09:02:20,156 DEBUG program: Return code: 0 >09:02:20,158 INFO program: Running... udevadm settle --timeout=300 >09:02:20,398 DEBUG program: Return code: 0 >09:02:20,402 INFO program: Running... modprobe fcoe >09:02:20,486 DEBUG program: Return code: 0 >09:02:20,488 INFO program: Running... /usr/libexec/fcoe/fcoe_edd.sh -i >09:02:20,507 INFO program: No FCoE boot disk information is found in EDD! >09:02:20,508 DEBUG program: Return code: 1 >09:02:23,467 INFO program: Running... udevadm settle --timeout=300 >09:02:23,673 DEBUG program: Return code: 0 >09:02:23,807 INFO program: Running... udevadm settle --timeout=300 >09:02:23,945 DEBUG program: Return code: 0 >09:02:24,366 INFO program: Running... multipath -c /dev/vda >09:02:24,427 INFO program: Dec 12 09:02:24 | /etc/multipath.conf does not exist, blacklisting all devices. >09:02:24,431 INFO program: Dec 12 09:02:24 | A default multipath.conf file is located at >09:02:24,433 INFO program: Dec 12 09:02:24 | /usr/share/doc/device-mapper-multipath-0.4.9/multipath.conf >09:02:24,436 INFO program: Dec 12 09:02:24 | You can run /sbin/mpathconf to create or modify /etc/multipath.conf >09:02:24,438 INFO program: /dev/vda is not a valid multipath device path >09:02:24,440 DEBUG program: Return code: 1 >09:02:24,849 INFO program: Running... multipath -c /dev/vdb >09:02:24,905 INFO program: Dec 12 09:02:24 | /etc/multipath.conf does not exist, blacklisting all devices. >09:02:24,907 INFO program: Dec 12 09:02:24 | A default multipath.conf file is located at >09:02:24,908 INFO program: Dec 12 09:02:24 | /usr/share/doc/device-mapper-multipath-0.4.9/multipath.conf >09:02:24,911 INFO program: Dec 12 09:02:24 | You can run /sbin/mpathconf to create or modify /etc/multipath.conf >09:02:24,912 INFO program: /dev/vdb is not a valid multipath device path >09:02:24,913 DEBUG program: Return code: 1 >09:02:25,132 INFO program: Running... multipath -c /dev/vdc >09:02:25,175 INFO program: Dec 12 09:02:25 | /etc/multipath.conf does not exist, blacklisting all devices. >09:02:25,177 INFO program: Dec 12 09:02:25 | A default multipath.conf file is located at >09:02:25,180 INFO program: Dec 12 09:02:25 | /usr/share/doc/device-mapper-multipath-0.4.9/multipath.conf >09:02:25,181 INFO program: Dec 12 09:02:25 | You can run /sbin/mpathconf to create or modify /etc/multipath.conf >09:02:25,181 INFO program: /dev/vdc is not a valid multipath device path >09:02:25,182 DEBUG program: Return code: 1 >09:02:25,847 INFO program: Running... dumpe2fs -h /dev/loop3 >09:02:25,934 INFO program: dumpe2fs 1.42.8 (20-Jun-2013) >09:02:25,936 INFO program: Filesystem volume name: _Fedora-Live-KDE >09:02:25,937 INFO program: Last mounted on: /var/tmp/imgcreate-I56dqc/install_root >09:02:25,938 INFO program: Filesystem UUID: f55efb5e-3b29-4bae-8684-87cd5b0eae75 >09:02:25,938 INFO program: Filesystem magic number: 0xEF53 >09:02:25,939 INFO program: Filesystem revision #: 1 (dynamic) >09:02:25,940 INFO program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype extent flex_bg sparse_super large_file huge_file uninit_bg dir_nlink extra_isize >09:02:25,942 INFO program: Filesystem flags: signed_directory_hash >09:02:25,944 INFO program: Default mount options: user_xattr acl >09:02:25,946 INFO program: Filesystem state: clean >09:02:25,951 INFO program: Errors behavior: Continue >09:02:25,952 INFO program: Filesystem OS type: Linux >09:02:25,952 INFO program: Inode count: 262144 >09:02:25,955 INFO program: Block count: 1048576 >09:02:25,956 INFO program: Reserved block count: 10483 >09:02:25,957 INFO program: Free blocks: 229861 >09:02:25,958 INFO program: Free inodes: 164489 >09:02:25,959 INFO program: First block: 0 >09:02:25,961 INFO program: Block size: 4096 >09:02:25,963 INFO program: Fragment size: 4096 >09:02:25,966 INFO program: Reserved GDT blocks: 255 >09:02:25,967 INFO program: Blocks per group: 32768 >09:02:25,967 INFO program: Fragments per group: 32768 >09:02:25,972 INFO program: Inodes per group: 8192 >09:02:25,973 INFO program: Inode blocks per group: 512 >09:02:25,974 INFO program: Flex block group size: 16 >09:02:25,974 INFO program: Filesystem created: Wed Dec 11 19:12:17 2013 >09:02:25,975 INFO program: Last mount time: Wed Dec 11 19:12:23 2013 >09:02:25,976 INFO program: Last write time: Wed Dec 11 21:17:42 2013 >09:02:25,982 INFO program: Mount count: 0 >09:02:25,983 INFO program: Maximum mount count: -1 >09:02:25,984 INFO program: Last checked: Wed Dec 11 21:17:42 2013 >09:02:25,984 INFO program: Check interval: 0 (<none>) >09:02:25,985 INFO program: Lifetime writes: 658 MB >09:02:25,986 INFO program: Reserved blocks uid: 0 (user root) >09:02:25,986 INFO program: Reserved blocks gid: 0 (group root) >09:02:25,987 INFO program: First inode: 11 >09:02:25,988 INFO program: Inode size: 256 >09:02:25,989 INFO program: Required extra isize: 28 >09:02:25,993 INFO program: Desired extra isize: 28 >09:02:25,997 INFO program: Journal inode: 8 >09:02:25,998 INFO program: Default directory hash: half_md4 >09:02:25,999 INFO program: Directory Hash Seed: 36fb7d55-1394-4884-999d-051782c924e7 >09:02:25,999 INFO program: Journal backup: inode blocks >09:02:26,000 INFO program: Journal features: journal_incompat_revoke >09:02:26,001 INFO program: Journal size: 128M >09:02:26,001 INFO program: Journal length: 32768 >09:02:26,002 INFO program: Journal sequence: 0x00004cae >09:02:26,003 INFO program: Journal start: 0 >09:02:26,004 INFO program: >09:02:26,009 DEBUG program: Return code: 0 >09:02:26,014 INFO program: Running... resize2fs -P /dev/loop3 >09:02:26,055 INFO program: resize2fs 1.42.8 (20-Jun-2013) >09:02:26,057 INFO program: resize2fs: Device or resource busy while trying to open /dev/loop3 >09:02:26,058 INFO program: Couldn't find valid filesystem superblock. >09:02:26,066 DEBUG program: Return code: 1 >09:02:26,312 INFO program: Running... dumpe2fs -h /dev/mapper/live-rw >09:02:26,337 INFO program: dumpe2fs 1.42.8 (20-Jun-2013) >09:02:26,339 INFO program: Filesystem volume name: _Fedora-Live-KDE >09:02:26,342 INFO program: Last mounted on: / >09:02:26,344 INFO program: Filesystem UUID: f55efb5e-3b29-4bae-8684-87cd5b0eae75 >09:02:26,348 INFO program: Filesystem magic number: 0xEF53 >09:02:26,349 INFO program: Filesystem revision #: 1 (dynamic) >09:02:26,352 INFO program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype needs_recovery extent flex_bg sparse_super large_file huge_file uninit_bg dir_nlink extra_isize >09:02:26,359 INFO program: Filesystem flags: signed_directory_hash >09:02:26,361 INFO program: Default mount options: user_xattr acl >09:02:26,362 INFO program: Filesystem state: clean >09:02:26,364 INFO program: Errors behavior: Continue >09:02:26,365 INFO program: Filesystem OS type: Linux >09:02:26,366 INFO program: Inode count: 262144 >09:02:26,367 INFO program: Block count: 1048576 >09:02:26,368 INFO program: Reserved block count: 10483 >09:02:26,369 INFO program: Free blocks: 229861 >09:02:26,370 INFO program: Free inodes: 164489 >09:02:26,371 INFO program: First block: 0 >09:02:26,372 INFO program: Block size: 4096 >09:02:26,374 INFO program: Fragment size: 4096 >09:02:26,375 INFO program: Reserved GDT blocks: 255 >09:02:26,376 INFO program: Blocks per group: 32768 >09:02:26,380 INFO program: Fragments per group: 32768 >09:02:26,383 INFO program: Inodes per group: 8192 >09:02:26,384 INFO program: Inode blocks per group: 512 >09:02:26,385 INFO program: Flex block group size: 16 >09:02:26,385 INFO program: Filesystem created: Wed Dec 11 19:12:17 2013 >09:02:26,387 INFO program: Last mount time: Thu Dec 12 09:01:12 2013 >09:02:26,392 INFO program: Last write time: Thu Dec 12 09:01:12 2013 >09:02:26,394 INFO program: Mount count: 1 >09:02:26,396 INFO program: Maximum mount count: -1 >09:02:26,397 INFO program: Last checked: Wed Dec 11 21:17:42 2013 >09:02:26,398 INFO program: Check interval: 0 (<none>) >09:02:26,399 INFO program: Lifetime writes: 658 MB >09:02:26,400 INFO program: Reserved blocks uid: 0 (user root) >09:02:26,401 INFO program: Reserved blocks gid: 0 (group root) >09:02:26,404 INFO program: First inode: 11 >09:02:26,405 INFO program: Inode size: 256 >09:02:26,407 INFO program: Required extra isize: 28 >09:02:26,409 INFO program: Desired extra isize: 28 >09:02:26,414 INFO program: Journal inode: 8 >09:02:26,416 INFO program: Default directory hash: half_md4 >09:02:26,417 INFO program: Directory Hash Seed: 36fb7d55-1394-4884-999d-051782c924e7 >09:02:26,419 INFO program: Journal backup: inode blocks >09:02:26,420 INFO program: Journal features: journal_incompat_revoke >09:02:26,422 INFO program: Journal size: 128M >09:02:26,429 INFO program: Journal length: 32768 >09:02:26,430 INFO program: Journal sequence: 0x00004caf >09:02:26,432 INFO program: Journal start: 1 >09:02:26,435 INFO program: >09:02:26,436 DEBUG program: Return code: 0 >09:02:26,439 INFO program: Running... resize2fs -P /dev/mapper/live-rw >09:02:26,488 INFO program: resize2fs 1.42.8 (20-Jun-2013) >09:02:26,490 INFO program: Estimated minimum size of the filesystem: 821461 >09:02:26,492 DEBUG program: Return code: 0 >09:02:26,691 INFO program: Running... dumpe2fs -h /dev/mapper/live-base >09:02:26,718 INFO program: dumpe2fs 1.42.8 (20-Jun-2013) >09:02:26,720 INFO program: Filesystem volume name: _Fedora-Live-KDE >09:02:26,722 INFO program: Last mounted on: /var/tmp/imgcreate-I56dqc/install_root >09:02:26,724 INFO program: Filesystem UUID: f55efb5e-3b29-4bae-8684-87cd5b0eae75 >09:02:26,725 INFO program: Filesystem magic number: 0xEF53 >09:02:26,726 INFO program: Filesystem revision #: 1 (dynamic) >09:02:26,726 INFO program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype extent flex_bg sparse_super large_file huge_file uninit_bg dir_nlink extra_isize >09:02:26,728 INFO program: Filesystem flags: signed_directory_hash >09:02:26,733 INFO program: Default mount options: user_xattr acl >09:02:26,735 INFO program: Filesystem state: clean >09:02:26,737 INFO program: Errors behavior: Continue >09:02:26,738 INFO program: Filesystem OS type: Linux >09:02:26,741 INFO program: Inode count: 262144 >09:02:26,743 INFO program: Block count: 1048576 >09:02:26,744 INFO program: Reserved block count: 10483 >09:02:26,744 INFO program: Free blocks: 229861 >09:02:26,746 INFO program: Free inodes: 164489 >09:02:26,748 INFO program: First block: 0 >09:02:26,751 INFO program: Block size: 4096 >09:02:26,752 INFO program: Fragment size: 4096 >09:02:26,754 INFO program: Reserved GDT blocks: 255 >09:02:26,756 INFO program: Blocks per group: 32768 >09:02:26,758 INFO program: Fragments per group: 32768 >09:02:26,760 INFO program: Inodes per group: 8192 >09:02:26,762 INFO program: Inode blocks per group: 512 >09:02:26,765 INFO program: Flex block group size: 16 >09:02:26,767 INFO program: Filesystem created: Wed Dec 11 19:12:17 2013 >09:02:26,772 INFO program: Last mount time: Wed Dec 11 19:12:23 2013 >09:02:26,773 INFO program: Last write time: Wed Dec 11 21:17:42 2013 >09:02:26,775 INFO program: Mount count: 0 >09:02:26,777 INFO program: Maximum mount count: -1 >09:02:26,778 INFO program: Last checked: Wed Dec 11 21:17:42 2013 >09:02:26,778 INFO program: Check interval: 0 (<none>) >09:02:26,781 INFO program: Lifetime writes: 658 MB >09:02:26,782 INFO program: Reserved blocks uid: 0 (user root) >09:02:26,783 INFO program: Reserved blocks gid: 0 (group root) >09:02:26,784 INFO program: First inode: 11 >09:02:26,785 INFO program: Inode size: 256 >09:02:26,790 INFO program: Required extra isize: 28 >09:02:26,793 INFO program: Desired extra isize: 28 >09:02:26,795 INFO program: Journal inode: 8 >09:02:26,797 INFO program: Default directory hash: half_md4 >09:02:26,798 INFO program: Directory Hash Seed: 36fb7d55-1394-4884-999d-051782c924e7 >09:02:26,799 INFO program: Journal backup: inode blocks >09:02:26,800 INFO program: Journal features: journal_incompat_revoke >09:02:26,801 INFO program: Journal size: 128M >09:02:26,802 INFO program: Journal length: 32768 >09:02:26,804 INFO program: Journal sequence: 0x00004cae >09:02:26,805 INFO program: Journal start: 0 >09:02:26,808 INFO program: >09:02:26,812 DEBUG program: Return code: 0 >09:02:26,815 INFO program: Running... resize2fs -P /dev/mapper/live-base >09:02:26,850 INFO program: resize2fs 1.42.8 (20-Jun-2013) >09:02:26,852 INFO program: resize2fs: Operation not permitted while trying to open /dev/mapper/live-base >09:02:26,854 INFO program: Couldn't find valid filesystem superblock. >09:02:26,855 DEBUG program: Return code: 1 >09:02:27,047 INFO program: Running... dumpe2fs -h /dev/mapper/live-osimg-min >09:02:27,074 INFO program: dumpe2fs 1.42.8 (20-Jun-2013) >09:02:27,076 INFO program: Filesystem volume name: _Fedora-Live-KDE >09:02:27,078 INFO program: Last mounted on: /var/tmp/imgcreate-I56dqc/install_root >09:02:27,079 INFO program: Filesystem UUID: f55efb5e-3b29-4bae-8684-87cd5b0eae75 >09:02:27,080 INFO program: Filesystem magic number: 0xEF53 >09:02:27,080 INFO program: Filesystem revision #: 1 (dynamic) >09:02:27,081 INFO program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype extent flex_bg sparse_super large_file huge_file uninit_bg dir_nlink extra_isize >09:02:27,082 INFO program: Filesystem flags: signed_directory_hash >09:02:27,085 INFO program: Default mount options: user_xattr acl >09:02:27,087 INFO program: Filesystem state: clean >09:02:27,089 INFO program: Errors behavior: Continue >09:02:27,090 INFO program: Filesystem OS type: Linux >09:02:27,095 INFO program: Inode count: 212992 >09:02:27,096 INFO program: Block count: 821461 >09:02:27,097 INFO program: Reserved block count: 8212 >09:02:27,098 INFO program: Free blocks: 6087 >09:02:27,098 INFO program: Free inodes: 115337 >09:02:27,100 INFO program: First block: 0 >09:02:27,101 INFO program: Block size: 4096 >09:02:27,102 INFO program: Fragment size: 4096 >09:02:27,103 INFO program: Reserved GDT blocks: 255 >09:02:27,104 INFO program: Blocks per group: 32768 >09:02:27,105 INFO program: Fragments per group: 32768 >09:02:27,106 INFO program: Inodes per group: 8192 >09:02:27,108 INFO program: Inode blocks per group: 512 >09:02:27,109 INFO program: Flex block group size: 16 >09:02:27,112 INFO program: Filesystem created: Wed Dec 11 19:12:17 2013 >09:02:27,116 INFO program: Last mount time: Wed Dec 11 19:12:23 2013 >09:02:27,118 INFO program: Last write time: Wed Dec 11 21:17:49 2013 >09:02:27,119 INFO program: Mount count: 0 >09:02:27,121 INFO program: Maximum mount count: -1 >09:02:27,123 INFO program: Last checked: Wed Dec 11 21:17:49 2013 >09:02:27,124 INFO program: Check interval: 0 (<none>) >09:02:27,125 INFO program: Lifetime writes: 659 MB >09:02:27,128 INFO program: Reserved blocks uid: 0 (user root) >09:02:27,129 INFO program: Reserved blocks gid: 0 (group root) >09:02:27,130 INFO program: First inode: 11 >09:02:27,133 INFO program: Inode size: 256 >09:02:27,134 INFO program: Required extra isize: 28 >09:02:27,135 INFO program: Desired extra isize: 28 >09:02:27,140 INFO program: Journal inode: 8 >09:02:27,141 INFO program: Default directory hash: half_md4 >09:02:27,142 INFO program: Directory Hash Seed: 36fb7d55-1394-4884-999d-051782c924e7 >09:02:27,143 INFO program: Journal backup: inode blocks >09:02:27,145 INFO program: Journal features: journal_incompat_revoke >09:02:27,148 INFO program: Journal size: 128M >09:02:27,149 INFO program: Journal length: 32768 >09:02:27,150 INFO program: Journal sequence: 0x00004cae >09:02:27,151 INFO program: Journal start: 0 >09:02:27,152 INFO program: >09:02:27,152 DEBUG program: Return code: 0 >09:02:27,153 INFO program: Running... resize2fs -P /dev/mapper/live-osimg-min >09:02:27,194 INFO program: resize2fs 1.42.8 (20-Jun-2013) >09:02:27,201 INFO program: resize2fs: Operation not permitted while trying to open /dev/mapper/live-osimg-min >09:02:27,208 INFO program: Couldn't find valid filesystem superblock. >09:02:27,216 DEBUG program: Return code: 1 >09:02:27,297 INFO program: Running... udevadm settle --timeout=300 >09:02:27,351 DEBUG program: Return code: 0 >09:02:27,389 INFO program: Running... udevadm settle --timeout=300 >09:02:27,471 DEBUG program: Return code: 0 >09:02:27,513 INFO program: Running... udevadm settle --timeout=300 >09:02:27,587 DEBUG program: Return code: 0 >09:02:27,603 INFO program: Running... udevadm settle --timeout=300 >09:02:27,651 DEBUG program: Return code: 0 >09:02:27,801 INFO program: Running... hwclock --hctosys --utc >09:02:28,006 DEBUG program: Return code: 0 >09:02:28,008 INFO program: Running... mount -t auto -o ro /dev/mapper/live-base /mnt/install/source >09:02:28,078 DEBUG program: Return code: 0 >09:02:42,538 INFO program: Running... modprobe btrfs >09:02:42,749 DEBUG program: Return code: 0 >09:02:42,765 INFO program: Running... modprobe xfs >09:02:42,898 DEBUG program: Return code: 0 >09:02:58,019 INFO program: Running... udevadm settle --timeout=300 >09:02:58,146 DEBUG program: Return code: 0 >09:02:58,185 INFO program: Running... udevadm settle --timeout=300 >09:02:58,251 DEBUG program: Return code: 0 >09:03:00,667 INFO program: Running... udevadm settle --timeout=300 >09:03:00,683 DEBUG program: Return code: 0 >09:06:29,958 INFO program: Running... udevadm settle --timeout=300 >09:06:30,023 DEBUG program: Return code: 0 >09:06:37,085 INFO program: Running... swapoff -a >09:06:37,183 DEBUG program: Return code: 0 >09:06:37,781 INFO program: Running... wipefs -f -a /dev/vda >09:06:37,836 DEBUG program: Return code: 0 >09:06:37,840 INFO program: Running... udevadm settle --timeout=300 >09:06:37,986 DEBUG program: Return code: 0 >09:06:38,002 INFO program: Running... udevadm settle --timeout=300 >09:06:38,053 DEBUG program: Return code: 0 >09:06:38,060 INFO program: Running... udevadm settle --timeout=300 >09:06:38,108 DEBUG program: Return code: 0 >09:06:38,129 INFO program: Running... wipefs -f -a /dev/vdb >09:06:38,238 DEBUG program: Return code: 0 >09:06:38,242 INFO program: Running... udevadm settle --timeout=300 >09:06:38,281 DEBUG program: Return code: 0 >09:06:38,289 INFO program: Running... udevadm settle --timeout=300 >09:06:38,309 DEBUG program: Return code: 0 >09:06:38,310 INFO program: Running... udevadm settle --timeout=300 >09:06:38,329 DEBUG program: Return code: 0 >09:06:38,336 INFO program: Running... wipefs -f -a /dev/vdc >09:06:38,362 DEBUG program: Return code: 0 >09:06:38,365 INFO program: Running... udevadm settle --timeout=300 >09:06:38,390 DEBUG program: Return code: 0 >09:06:38,396 INFO program: Running... udevadm settle --timeout=300 >09:06:38,418 DEBUG program: Return code: 0 >09:06:38,420 INFO program: Running... udevadm settle --timeout=300 >09:06:38,443 DEBUG program: Return code: 0 >09:06:38,478 INFO program: Running... udevadm settle --timeout=300 >09:06:38,522 DEBUG program: Return code: 0 >09:06:38,523 INFO program: Running... udevadm settle --timeout=300 >09:06:38,541 DEBUG program: Return code: 0 >09:06:38,546 INFO program: Running... udevadm settle --timeout=300 >09:06:38,568 DEBUG program: Return code: 0 >09:06:38,587 INFO program: Running... dd if=/dev/zero of=/dev/vda bs=512 seek=2048 count=2048 >09:06:38,662 INFO program: 2048+0 records in >09:06:38,666 INFO program: 2048+0 records out >09:06:38,668 INFO program: 1048576 bytes (1.0 MB) copied, 0.0569296 s, 18.4 MB/s >09:06:38,670 DEBUG program: Return code: 0 >09:06:38,673 INFO program: Running... udevadm settle --timeout=300 >09:06:38,712 DEBUG program: Return code: 0 >09:06:38,759 INFO program: Running... udevadm settle --timeout=300 >09:06:38,859 DEBUG program: Return code: 0 >09:06:38,868 INFO program: Running... wipefs -f -a /dev/vda1 >09:06:38,934 DEBUG program: Return code: 0 >09:06:38,960 INFO program: Running... udevadm settle --timeout=300 >09:06:38,982 DEBUG program: Return code: 0 >09:06:38,984 INFO program: Running... udevadm settle --timeout=300 >09:06:39,003 DEBUG program: Return code: 0 >09:06:39,079 INFO program: Running... mke2fs -t ext4 /dev/vda1 >09:06:39,534 INFO program: mke2fs 1.42.8 (20-Jun-2013) >09:06:39,539 INFO program: Filesystem label= >09:06:39,542 INFO program: OS type: Linux >09:06:39,547 INFO program: Block size=1024 (log=0) >09:06:39,551 INFO program: Fragment size=1024 (log=0) >09:06:39,558 INFO program: Stride=0 blocks, Stripe width=0 blocks >09:06:39,561 INFO program: 128016 inodes, 512000 blocks >09:06:39,564 INFO program: 25600 blocks (5.00%) reserved for the super user >09:06:39,567 INFO program: First data block=1 >09:06:39,569 INFO program: Maximum filesystem blocks=67633152 >09:06:39,569 INFO program: 63 block groups >09:06:39,570 INFO program: 8192 blocks per group, 8192 fragments per group >09:06:39,573 INFO program: 2032 inodes per group >09:06:39,578 INFO program: Superblock backups stored on blocks: >09:06:39,578 INFO program: 8193, 24577, 40961, 57345, 73729, 204801, 221185, 401409 >09:06:39,578 INFO program: >09:06:39,579 INFO program: Allocating group tables: 0/63 done >09:06:39,579 INFO program: Writing inode tables: 0/63 done >09:06:39,580 INFO program: Creating journal (8192 blocks): done >09:06:39,580 INFO program: Writing superblocks and filesystem accounting information: 0/63 done >09:06:39,635 INFO program: >09:06:39,638 DEBUG program: Return code: 0 >09:06:39,668 INFO program: Running... udevadm settle --timeout=300 >09:06:39,726 DEBUG program: Return code: 0 >09:06:39,735 INFO program: Running... udevadm settle --timeout=300 >09:06:39,752 DEBUG program: Return code: 0 >09:06:39,770 INFO program: Running... dd if=/dev/zero of=/dev/vda bs=512 seek=1026048 count=2048 >09:06:39,862 INFO program: 2048+0 records in >09:06:39,865 INFO program: 2048+0 records out >09:06:39,868 INFO program: 1048576 bytes (1.0 MB) copied, 0.0809067 s, 13.0 MB/s >09:06:39,871 DEBUG program: Return code: 0 >09:06:39,877 INFO program: Running... udevadm settle --timeout=300 >09:06:39,912 DEBUG program: Return code: 0 >09:06:40,020 INFO program: Running... udevadm settle --timeout=300 >09:06:40,198 DEBUG program: Return code: 0 >09:06:40,231 INFO program: Running... wipefs -f -a /dev/vda2 >09:06:40,263 DEBUG program: Return code: 0 >09:06:40,295 INFO program: Running... udevadm settle --timeout=300 >09:06:40,319 DEBUG program: Return code: 0 >09:06:40,321 INFO program: Running... udevadm settle --timeout=300 >09:06:40,340 DEBUG program: Return code: 0 >09:06:40,407 INFO program: Running... udevadm settle --timeout=300 >09:06:40,435 DEBUG program: Return code: 0 >09:06:40,443 INFO program: Running... udevadm settle --timeout=300 >09:06:40,462 DEBUG program: Return code: 0 >09:06:40,531 INFO program: Running... udevadm settle --timeout=300 >09:06:40,582 DEBUG program: Return code: 0 >09:06:40,583 INFO program: Running... udevadm settle --timeout=300 >09:06:40,609 DEBUG program: Return code: 0 >09:06:40,616 INFO program: Running... udevadm settle --timeout=300 >09:06:40,633 DEBUG program: Return code: 0 >09:06:40,650 INFO program: Running... dd if=/dev/zero of=/dev/vdb bs=512 seek=2048 count=2048 >09:06:40,984 INFO program: 2048+0 records in >09:06:40,989 INFO program: 2048+0 records out >09:06:40,992 INFO program: 1048576 bytes (1.0 MB) copied, 0.32272 s, 3.2 MB/s >09:06:40,995 DEBUG program: Return code: 0 >09:06:40,999 INFO program: Running... udevadm settle --timeout=300 >09:06:41,048 DEBUG program: Return code: 0 >09:06:41,142 INFO program: Running... udevadm settle --timeout=300 >09:06:41,246 DEBUG program: Return code: 0 >09:06:41,309 INFO program: Running... wipefs -f -a /dev/vdb1 >09:06:41,336 DEBUG program: Return code: 0 >09:06:41,371 INFO program: Running... udevadm settle --timeout=300 >09:06:41,406 DEBUG program: Return code: 0 >09:06:41,409 INFO program: Running... udevadm settle --timeout=300 >09:06:41,439 DEBUG program: Return code: 0 >09:06:41,575 INFO program: Running... udevadm settle --timeout=300 >09:06:41,635 DEBUG program: Return code: 0 >09:06:41,648 INFO program: Running... udevadm settle --timeout=300 >09:06:41,677 DEBUG program: Return code: 0 >09:06:41,698 INFO program: Running... mdadm --create /dev/md/00 --run --level=0 --raid-devices=2 --metadata=default /dev/vda2 /dev/vdb1 >09:06:41,999 INFO program: mdadm: array /dev/md/00 started. >09:06:42,001 DEBUG program: Return code: 0 >09:06:42,142 INFO program: Running... udevadm settle --timeout=300 >09:06:42,215 DEBUG program: Return code: 0 >09:06:42,311 INFO program: Running... udevadm settle --timeout=300 >09:06:42,799 DEBUG program: Return code: 0 >09:06:42,905 INFO program: Running... wipefs -f -a /dev/md/00 >09:06:42,986 INFO program: /dev/md/00: 8 bytes were erased at offset 0x00000218 (LVM2_member): 4c 56 4d 32 20 30 30 31 >09:06:42,989 DEBUG program: Return code: 0 >09:06:42,990 INFO program: Running... lvm pvscan --cache /dev/md/00 >09:06:43,056 INFO program: No PV label found on /dev/md/00. >09:06:43,059 DEBUG program: Return code: 0 >09:06:43,060 INFO program: Running... lvm pvcreate --dataalignment 1024k /dev/md/00 >09:06:43,090 INFO program: Can't open /dev/md/00 exclusively. Mounted filesystem? >09:06:43,092 DEBUG program: Return code: 5 >09:06:43,093 INFO program: Running... lvm pvscan --cache /dev/md/00 >09:06:43,131 INFO program: No PV label found on /dev/md/00. >09:06:43,134 DEBUG program: Return code: 0 >09:06:43,331 INFO program: Running... journalctl -b > > >/tmp/storage.log: >09:02:14,589 DEBUG blivet: registered device format class MultipathMember as multipath_member >09:02:14,590 DEBUG blivet: registered device format class LUKS as luks >09:02:14,590 DEBUG blivet: registered device format class LVMPhysicalVolume as lvmpv >09:02:14,592 DEBUG blivet: registered device format class SwapSpace as swap >09:02:14,594 DEBUG blivet: registered device format class BIOSBoot as biosboot >09:02:14,595 DEBUG blivet: registered device format class DiskLabel as disklabel >09:02:14,617 DEBUG blivet: registered device format class Ext2FS as ext2 >09:02:14,617 DEBUG blivet: registered device format class Ext3FS as ext3 >09:02:14,617 DEBUG blivet: registered device format class Ext4FS as ext4 >09:02:14,617 DEBUG blivet: registered device format class FATFS as vfat >09:02:14,619 DEBUG blivet: registered device format class EFIFS as efi >09:02:14,619 DEBUG blivet: registered device format class BTRFS as btrfs >09:02:14,620 DEBUG blivet: registered device format class GFS2 as gfs2 >09:02:14,620 DEBUG blivet: registered device format class JFS as jfs >09:02:14,620 DEBUG blivet: registered device format class ReiserFS as reiserfs >09:02:14,620 DEBUG blivet: registered device format class XFS as xfs >09:02:14,620 DEBUG blivet: registered device format class HFS as hfs >09:02:14,620 DEBUG blivet: registered device format class AppleBootstrapFS as appleboot >09:02:14,620 DEBUG blivet: registered device format class HFSPlus as hfs+ >09:02:14,621 DEBUG blivet: registered device format class MacEFIFS as macefi >09:02:14,621 DEBUG blivet: registered device format class NTFS as ntfs >09:02:14,621 DEBUG blivet: registered device format class NFS as nfs >09:02:14,621 DEBUG blivet: registered device format class NFSv4 as nfs4 >09:02:14,622 DEBUG blivet: registered device format class Iso9660FS as iso9660 >09:02:14,622 DEBUG blivet: registered device format class NoDevFS as nodev >09:02:14,622 DEBUG blivet: registered device format class DevPtsFS as devpts >09:02:14,622 DEBUG blivet: registered device format class ProcFS as proc >09:02:14,622 DEBUG blivet: registered device format class SysFS as sysfs >09:02:14,623 DEBUG blivet: registered device format class TmpFS as tmpfs >09:02:14,623 DEBUG blivet: registered device format class BindFS as bind >09:02:14,623 DEBUG blivet: registered device format class SELinuxFS as selinuxfs >09:02:14,623 DEBUG blivet: registered device format class USBFS as usbfs >09:02:14,625 DEBUG blivet: registered device format class PPCPRePBoot as prepboot >09:02:14,626 DEBUG blivet: registered device format class DMRaidMember as dmraidmember >09:02:14,627 DEBUG blivet: registered device format class MDRaidMember as mdmember >09:02:15,302 INFO blivet: not going to create backup copy of non-existent /etc/mdadm.conf >09:02:15,302 INFO blivet: DeviceTree.populate: ignoredDisks is [] ; exclusiveDisks is [] >09:02:15,306 INFO blivet: sr0 looks to be the live device; marking as protected >09:02:15,336 INFO blivet: devices to scan: ['sr0', 'vda', 'vdb', 'vdc', 'loop0', 'loop1', 'loop2', 'loop3', 'loop4', 'dm-0', 'dm-1', 'dm-2'] >09:02:15,388 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/cdrom /dev/disk/by-id/ata-QEMU_DVD-ROM_QM00001 /dev/disk/by-label/Fedora-Live-KDE-x86_64-20-1 /dev/disk/by-uuid/2013-12-12-02-27-19-00', > 'DEVNAME': 'sr0', > 'DEVPATH': '/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sr0', > 'DEVTYPE': 'disk', > 'ID_ATA': '1', > 'ID_BUS': 'ata', > 'ID_CDROM': '1', > 'ID_CDROM_DVD': '1', > 'ID_CDROM_MEDIA': '1', > 'ID_CDROM_MEDIA_DVD': '1', > 'ID_CDROM_MEDIA_SESSION_COUNT': '1', > 'ID_CDROM_MEDIA_STATE': 'complete', > 'ID_CDROM_MEDIA_TRACK_COUNT': '1', > 'ID_CDROM_MEDIA_TRACK_COUNT_DATA': '1', > 'ID_CDROM_MRW': '1', > 'ID_CDROM_MRW_W': '1', > 'ID_FS_APPLICATION_ID': 'GENISOIMAGE\\x20ISO\\x209660\\x2fHFS\\x20FILESYSTEM\\x20CREATOR\\x20\\x28C\\x29\\x201993\\x20E.YOUNGDALE\\x20\\x28C\\x29\\x201997-2006\\x20J.PEARSON\\x2fJ.SCHILLING\\x20\\x28C\\x29\\x202006-2007\\x20CDRKIT\\x20TEAM', > 'ID_FS_BOOT_SYSTEM_ID': 'EL\\x20TORITO\\x20SPECIFICATION', > 'ID_FS_LABEL': 'Fedora-Live-KDE-x86_64-20-1', > 'ID_FS_LABEL_ENC': 'Fedora-Live-KDE-x86_64-20-1', > 'ID_FS_SYSTEM_ID': 'LINUX', > 'ID_FS_TYPE': 'iso9660', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '2013-12-12-02-27-19-00', > 'ID_FS_UUID_ENC': '2013-12-12-02-27-19-00', > 'ID_FS_VERSION': 'Joliet Extension', > 'ID_MODEL': 'QEMU_DVD-ROM', > 'ID_MODEL_ENC': 'QEMU\\x20DVD-ROM\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': '19288ddb', > 'ID_REVISION': '1.6.1', > 'ID_SERIAL': 'QEMU_DVD-ROM_QM00001', > 'ID_SERIAL_SHORT': 'QM00001', > 'ID_TYPE': 'cd', > 'MAJOR': '11', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':seat:systemd:uaccess:', > 'UDISKS_PRESENTATION_NOPOLICY': '0', > 'USEC_INITIALIZED': '78829', > 'name': 'sr0', > 'symlinks': ['/dev/cdrom', > '/dev/disk/by-id/ata-QEMU_DVD-ROM_QM00001', > '/dev/disk/by-label/Fedora-Live-KDE-x86_64-20-1', > '/dev/disk/by-uuid/2013-12-12-02-27-19-00'], > 'sysfs_path': '/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sr0'} ; name: sr0 ; >09:02:15,389 INFO blivet: scanning sr0 (/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sr0)... >09:02:15,390 DEBUG blivet: DeviceTree.getDeviceByName: name: sr0 ; >09:02:15,390 DEBUG blivet: DeviceTree.getDeviceByName returned None >09:02:15,391 INFO blivet: sr0 is a cdrom >09:02:15,391 DEBUG blivet: DeviceTree.addUdevOpticalDevice: >09:02:15,392 DEBUG blivet: getFormat('None') returning DeviceFormat instance >09:02:15,400 DEBUG blivet: OpticalDevice._setFormat: sr0 ; current: None ; type: None ; >09:02:15,401 INFO blivet: added cdrom sr0 (id 0) to device tree >09:02:15,404 DEBUG blivet: OpticalDevice.mediaPresent: sr0 ; status: True ; >09:02:15,408 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sr0 ; >09:02:15,409 INFO blivet: type detected on 'sr0' is 'iso9660' >09:02:15,411 DEBUG blivet: Iso9660FS.supported: supported: True ; >09:02:15,412 DEBUG blivet: getFormat('iso9660') returning Iso9660FS instance >09:02:15,415 DEBUG blivet: OpticalDevice._setFormat: sr0 ; current: None ; type: iso9660 ; >09:02:15,421 DEBUG blivet: OpticalDevice.mediaPresent: sr0 ; status: True ; >09:02:15,424 DEBUG blivet: looking up parted Device: /dev/sr0 >09:02:15,436 INFO blivet: got device: OpticalDevice instance (0x24159d0) -- > name = sr0 status = True kids = 0 id = 0 > parents = [] > uuid = None size = 928.0 > format = existing iso9660 filesystem > major = 11 minor = 0 exists = True protected = True > sysfs path = /devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sr0 partedDevice = parted.Device instance -- > model: QEMU QEMU DVD-ROM path: /dev/sr0 type: 1 > sectorSize: 2048 physicalSectorSize: 2048 > length: 475136 openCount: 0 readOnly: True > externalMode: False dirty: False bootDirty: False > host: 1 did: 0 busy: True > hardwareGeometry: (29, 255, 63) biosGeometry: (29, 255, 63) > PedDevice: <_ped.Device object at 0x233dd40> > target size = 0 path = /dev/sr0 > format args = [] originalFormat = None >09:02:15,438 DEBUG blivet: Iso9660FS.supported: supported: True ; >09:02:15,439 INFO blivet: got format: Iso9660FS instance (0x24758d0) -- > type = iso9660 name = iso9660 status = False > device = /dev/sr0 uuid = 2013-12-12-02-27-19-00 exists = True > options = ro supported = True formattable = False resizable = False > mountpoint = None mountopts = None > label = Fedora-Live-KDE-x86_64-20-1 size = 0 targetSize = 0 > >09:02:15,441 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVNAME': 'vda', > 'DEVPATH': '/devices/pci0000:00/0000:00:07.0/virtio2/block/vda', > 'DEVTYPE': 'disk', > 'MAJOR': '252', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'UDISKS_PRESENTATION_NOPOLICY': '1', > 'USEC_INITIALIZED': '98321', > 'name': 'vda', > 'symlinks': [], > 'sysfs_path': '/devices/pci0000:00/0000:00:07.0/virtio2/block/vda'} ; name: vda ; >09:02:15,442 INFO blivet: scanning vda (/devices/pci0000:00/0000:00:07.0/virtio2/block/vda)... >09:02:15,443 DEBUG blivet: DeviceTree.getDeviceByName: name: vda ; >09:02:15,444 DEBUG blivet: DeviceTree.getDeviceByName returned None >09:02:15,448 DEBUG blivet: DeviceTree.addUdevDiskDevice: name: vda ; >09:02:15,451 INFO blivet: vda is a disk >09:02:15,452 DEBUG blivet: getFormat('None') returning DeviceFormat instance >09:02:15,454 DEBUG blivet: DiskDevice._setFormat: vda ; current: None ; type: None ; >09:02:15,518 INFO blivet: added disk vda (id 1) to device tree >09:02:15,518 DEBUG blivet: looking up parted Device: /dev/vda >09:02:15,560 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: vda ; >09:02:15,565 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: vda ; label_type: None ; >09:02:15,565 DEBUG blivet: getFormat('None') returning DeviceFormat instance >09:02:15,567 DEBUG blivet: DiskDevice.setup: vda ; status: True ; controllable: True ; orig: False ; >09:02:15,568 DEBUG blivet: required disklabel type for vda (15) is None >09:02:15,574 DEBUG blivet: default disklabel type for vda is msdos >09:02:15,577 DEBUG blivet: selecting msdos disklabel for vda based on size >09:02:15,585 DEBUG blivet: DiskLabel.__init__: device: /dev/vda ; labelType: msdos ; exists: True ; >09:02:15,603 INFO blivet: no usable disklabel on vda >09:02:15,604 DEBUG blivet: no type or existing type for vda, bailing >09:02:15,612 INFO blivet: got device: DiskDevice instance (0x2475890) -- > name = vda status = True kids = 0 id = 1 > parents = [] > uuid = None size = 8192.0 > format = existing None > major = 252 minor = 0 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:07.0/virtio2/block/vda partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vda type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 16777216 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 32664 did: 0 busy: False > hardwareGeometry: (16644, 16, 63) biosGeometry: (1044, 255, 63) > PedDevice: <_ped.Device object at 0x245e170> > target size = 0 path = /dev/vda > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x2475910> >09:02:15,620 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVNAME': 'vdb', > 'DEVPATH': '/devices/pci0000:00/0000:00:09.0/virtio4/block/vdb', > 'DEVTYPE': 'disk', > 'MAJOR': '252', > 'MINOR': '16', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'UDISKS_PRESENTATION_NOPOLICY': '1', > 'USEC_INITIALIZED': '98549', > 'name': 'vdb', > 'symlinks': [], > 'sysfs_path': '/devices/pci0000:00/0000:00:09.0/virtio4/block/vdb'} ; name: vdb ; >09:02:15,625 INFO blivet: scanning vdb (/devices/pci0000:00/0000:00:09.0/virtio4/block/vdb)... >09:02:15,628 DEBUG blivet: DeviceTree.getDeviceByName: name: vdb ; >09:02:15,629 DEBUG blivet: DeviceTree.getDeviceByName returned None >09:02:15,630 DEBUG blivet: DeviceTree.addUdevDiskDevice: name: vdb ; >09:02:15,631 INFO blivet: vdb is a disk >09:02:15,631 DEBUG blivet: getFormat('None') returning DeviceFormat instance >09:02:15,632 DEBUG blivet: DiskDevice._setFormat: vdb ; current: None ; type: None ; >09:02:15,645 INFO blivet: added disk vdb (id 2) to device tree >09:02:15,645 DEBUG blivet: looking up parted Device: /dev/vdb >09:02:15,650 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: vdb ; >09:02:15,652 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: vdb ; label_type: None ; >09:02:15,653 DEBUG blivet: getFormat('None') returning DeviceFormat instance >09:02:15,654 DEBUG blivet: DiskDevice.setup: vdb ; status: True ; controllable: True ; orig: False ; >09:02:15,654 DEBUG blivet: required disklabel type for vdb (15) is None >09:02:15,654 DEBUG blivet: default disklabel type for vdb is msdos >09:02:15,655 DEBUG blivet: selecting msdos disklabel for vdb based on size >09:02:15,665 DEBUG blivet: DiskLabel.__init__: device: /dev/vdb ; labelType: msdos ; exists: True ; >09:02:15,676 INFO blivet: no usable disklabel on vdb >09:02:15,678 DEBUG blivet: no type or existing type for vdb, bailing >09:02:15,681 INFO blivet: got device: DiskDevice instance (0x24a1c90) -- > name = vdb status = True kids = 0 id = 2 > parents = [] > uuid = None size = 8192.0 > format = existing None > major = 252 minor = 16 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:09.0/virtio4/block/vdb partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vdb type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 16777216 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 32664 did: 0 busy: False > hardwareGeometry: (16644, 16, 63) biosGeometry: (1044, 255, 63) > PedDevice: <_ped.Device object at 0x245e320> > target size = 0 path = /dev/vdb > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x24aded0> >09:02:15,694 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVNAME': 'vdc', > 'DEVPATH': '/devices/pci0000:00/0000:00:0a.0/virtio5/block/vdc', > 'DEVTYPE': 'disk', > 'MAJOR': '252', > 'MINOR': '32', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'UDISKS_PRESENTATION_NOPOLICY': '1', > 'USEC_INITIALIZED': '98714', > 'name': 'vdc', > 'symlinks': [], > 'sysfs_path': '/devices/pci0000:00/0000:00:0a.0/virtio5/block/vdc'} ; name: vdc ; >09:02:15,695 INFO blivet: scanning vdc (/devices/pci0000:00/0000:00:0a.0/virtio5/block/vdc)... >09:02:15,703 DEBUG blivet: DeviceTree.getDeviceByName: name: vdc ; >09:02:15,705 DEBUG blivet: DeviceTree.getDeviceByName returned None >09:02:15,710 DEBUG blivet: DeviceTree.addUdevDiskDevice: name: vdc ; >09:02:15,712 INFO blivet: vdc is a disk >09:02:15,712 DEBUG blivet: getFormat('None') returning DeviceFormat instance >09:02:15,715 DEBUG blivet: DiskDevice._setFormat: vdc ; current: None ; type: None ; >09:02:15,734 INFO blivet: added disk vdc (id 3) to device tree >09:02:15,734 DEBUG blivet: looking up parted Device: /dev/vdc >09:02:15,757 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: vdc ; >09:02:15,760 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: vdc ; label_type: None ; >09:02:15,760 DEBUG blivet: getFormat('None') returning DeviceFormat instance >09:02:15,778 DEBUG blivet: DiskDevice.setup: vdc ; status: True ; controllable: True ; orig: False ; >09:02:15,778 DEBUG blivet: required disklabel type for vdc (15) is None >09:02:15,779 DEBUG blivet: default disklabel type for vdc is msdos >09:02:15,779 DEBUG blivet: selecting msdos disklabel for vdc based on size >09:02:15,781 DEBUG blivet: DiskLabel.__init__: device: /dev/vdc ; labelType: msdos ; exists: True ; >09:02:15,806 INFO blivet: no usable disklabel on vdc >09:02:15,808 DEBUG blivet: no type or existing type for vdc, bailing >09:02:15,811 INFO blivet: got device: DiskDevice instance (0x24ade90) -- > name = vdc status = True kids = 0 id = 3 > parents = [] > uuid = None size = 8192.0 > format = existing None > major = 252 minor = 32 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:0a.0/virtio5/block/vdc partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vdc type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 16777216 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 0 did: 0 busy: False > hardwareGeometry: (16644, 16, 63) biosGeometry: (1044, 255, 63) > PedDevice: <_ped.Device object at 0x245e4d0> > target size = 0 path = /dev/vdc > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x24b5410> >09:02:15,827 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVNAME': 'loop0', > 'DEVPATH': '/devices/virtual/block/loop0', > 'DEVTYPE': 'disk', > 'ID_FS_TYPE': 'squashfs', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_VERSION': '1024.0', > 'MAJOR': '7', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'UDISKS_PRESENTATION_NOPOLICY': '1', > 'USEC_INITIALIZED': '4133', > 'name': 'loop0', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop0'} ; name: loop0 ; >09:02:15,827 INFO blivet: scanning loop0 (/devices/virtual/block/loop0)... >09:02:15,837 DEBUG blivet: DeviceTree.getDeviceByName: name: loop0 ; >09:02:15,837 DEBUG blivet: DeviceTree.getDeviceByName returned None >09:02:15,838 INFO blivet: loop0 is a loop device >09:02:15,838 DEBUG blivet: DeviceTree.addUdevLoopDevice: name: loop0 ; >09:02:15,839 DEBUG blivet: DeviceTree.getDeviceByName: name: /osmin.img (deleted) ; >09:02:15,840 DEBUG blivet: DeviceTree.getDeviceByName returned None >09:02:15,840 DEBUG blivet: getFormat('None') returning DeviceFormat instance >09:02:15,841 DEBUG blivet: FileDevice._setFormat: /osmin.img (deleted) ; current: None ; type: None ; >09:02:15,841 INFO blivet: added file /osmin.img (deleted) (id 4) to device tree >09:02:15,842 DEBUG blivet: FileDevice.addChild: kids: 0 ; name: /osmin.img (deleted) ; >09:02:15,843 DEBUG blivet: getFormat('None') returning DeviceFormat instance >09:02:15,844 DEBUG blivet: LoopDevice._setFormat: loop0 ; current: None ; type: None ; >09:02:15,844 INFO blivet: added loop loop0 (id 5) to device tree >09:02:15,845 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: loop0 ; >09:02:15,846 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: loop0 ; label_type: None ; >09:02:15,846 DEBUG blivet: getFormat('squashfs') returning DeviceFormat instance >09:02:15,846 DEBUG blivet: device loop0 does not contain a disklabel >09:02:15,847 INFO blivet: type detected on 'loop0' is 'squashfs' >09:02:15,847 DEBUG blivet: getFormat('squashfs') returning DeviceFormat instance >09:02:15,849 DEBUG blivet: LoopDevice._setFormat: loop0 ; current: None ; type: squashfs ; >09:02:15,852 INFO blivet: got device: LoopDevice instance (0x24b5a90) -- > name = loop0 status = False kids = 0 id = 5 > parents = ['existing 0MB file /osmin.img (deleted) (4)'] > uuid = None size = 0 > format = existing squashfs > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/loop0 > format args = [] originalFormat = None >09:02:15,852 INFO blivet: got format: DeviceFormat instance (0x24b5b90) -- > type = squashfs name = squashfs status = False > device = /dev/loop0 uuid = None exists = True > options = None supported = False formattable = False resizable = False > >09:02:15,854 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVNAME': 'loop1', > 'DEVPATH': '/devices/virtual/block/loop1', > 'DEVTYPE': 'disk', > 'ID_FS_TYPE': 'DM_snapshot_cow', > 'ID_FS_USAGE': 'other', > 'MAJOR': '7', > 'MINOR': '1', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'UDISKS_PRESENTATION_NOPOLICY': '1', > 'USEC_INITIALIZED': '4324', > 'name': 'loop1', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop1'} ; name: loop1 ; >09:02:15,855 INFO blivet: scanning loop1 (/devices/virtual/block/loop1)... >09:02:15,855 DEBUG blivet: DeviceTree.getDeviceByName: name: loop1 ; >09:02:15,856 DEBUG blivet: DeviceTree.getDeviceByName returned None >09:02:15,856 INFO blivet: loop1 is a loop device >09:02:15,857 DEBUG blivet: DeviceTree.addUdevLoopDevice: name: loop1 ; >09:02:15,858 DEBUG blivet: DeviceTree.getDeviceByName: name: /osmin ; >09:02:15,858 DEBUG blivet: DeviceTree.getDeviceByName returned None >09:02:15,859 DEBUG blivet: getFormat('None') returning DeviceFormat instance >09:02:15,860 DEBUG blivet: FileDevice._setFormat: /osmin ; current: None ; type: None ; >09:02:15,860 INFO blivet: added file /osmin (id 6) to device tree >09:02:15,862 DEBUG blivet: FileDevice.addChild: kids: 0 ; name: /osmin ; >09:02:15,862 DEBUG blivet: getFormat('None') returning DeviceFormat instance >09:02:15,864 DEBUG blivet: LoopDevice._setFormat: loop1 ; current: None ; type: None ; >09:02:15,868 INFO blivet: added loop loop1 (id 7) to device tree >09:02:15,869 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: loop1 ; >09:02:15,870 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: loop1 ; label_type: None ; >09:02:15,870 DEBUG blivet: getFormat('DM_snapshot_cow') returning DeviceFormat instance >09:02:15,870 DEBUG blivet: device loop1 does not contain a disklabel >09:02:15,871 INFO blivet: type detected on 'loop1' is 'DM_snapshot_cow' >09:02:15,871 DEBUG blivet: getFormat('DM_snapshot_cow') returning DeviceFormat instance >09:02:15,872 DEBUG blivet: LoopDevice._setFormat: loop1 ; current: None ; type: DM_snapshot_cow ; >09:02:15,872 INFO blivet: got device: LoopDevice instance (0x24a1d10) -- > name = loop1 status = False kids = 0 id = 7 > parents = ['existing 0MB file /osmin (6)'] > uuid = None size = 0 > format = existing DM_snapshot_cow > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/loop1 > format args = [] originalFormat = None >09:02:15,872 INFO blivet: got format: DeviceFormat instance (0x24a1b50) -- > type = DM_snapshot_cow name = DM_snapshot_cow status = False > device = /dev/loop1 uuid = None exists = True > options = None supported = False formattable = False resizable = False > >09:02:15,874 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVNAME': 'loop2', > 'DEVPATH': '/devices/virtual/block/loop2', > 'DEVTYPE': 'disk', > 'ID_FS_TYPE': 'squashfs', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_VERSION': '1024.0', > 'MAJOR': '7', > 'MINOR': '2', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'UDISKS_PRESENTATION_NOPOLICY': '1', > 'USEC_INITIALIZED': '4547', > 'name': 'loop2', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop2'} ; name: loop2 ; >09:02:15,874 INFO blivet: scanning loop2 (/devices/virtual/block/loop2)... >09:02:15,875 DEBUG blivet: DeviceTree.getDeviceByName: name: loop2 ; >09:02:15,876 DEBUG blivet: DeviceTree.getDeviceByName returned None >09:02:15,876 INFO blivet: loop2 is a loop device >09:02:15,877 DEBUG blivet: DeviceTree.addUdevLoopDevice: name: loop2 ; >09:02:15,878 DEBUG blivet: DeviceTree.getDeviceByName: name: /run/initramfs/live/LiveOS/squashfs.img ; >09:02:15,879 DEBUG blivet: DeviceTree.getDeviceByName returned None >09:02:15,880 DEBUG blivet: getFormat('None') returning DeviceFormat instance >09:02:15,881 DEBUG blivet: FileDevice._setFormat: /run/initramfs/live/LiveOS/squashfs.img ; current: None ; type: None ; >09:02:15,883 INFO blivet: added file /run/initramfs/live/LiveOS/squashfs.img (id 8) to device tree >09:02:15,884 DEBUG blivet: FileDevice.addChild: kids: 0 ; name: /run/initramfs/live/LiveOS/squashfs.img ; >09:02:15,884 DEBUG blivet: getFormat('None') returning DeviceFormat instance >09:02:15,886 DEBUG blivet: LoopDevice._setFormat: loop2 ; current: None ; type: None ; >09:02:15,886 INFO blivet: added loop loop2 (id 9) to device tree >09:02:15,887 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: loop2 ; >09:02:15,888 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: loop2 ; label_type: None ; >09:02:15,888 DEBUG blivet: getFormat('squashfs') returning DeviceFormat instance >09:02:15,888 DEBUG blivet: device loop2 does not contain a disklabel >09:02:15,888 INFO blivet: type detected on 'loop2' is 'squashfs' >09:02:15,888 DEBUG blivet: getFormat('squashfs') returning DeviceFormat instance >09:02:15,889 DEBUG blivet: LoopDevice._setFormat: loop2 ; current: None ; type: squashfs ; >09:02:15,890 INFO blivet: got device: LoopDevice instance (0x24b5c10) -- > name = loop2 status = False kids = 0 id = 9 > parents = ['existing 0MB file /run/initramfs/live/LiveOS/squashfs.img (8)'] > uuid = None size = 0 > format = existing squashfs > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/loop2 > format args = [] originalFormat = None >09:02:15,890 INFO blivet: got format: DeviceFormat instance (0x24b5990) -- > type = squashfs name = squashfs status = False > device = /dev/loop2 uuid = None exists = True > options = None supported = False formattable = False resizable = False > >09:02:15,892 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-label/_Fedora-Live-KDE /dev/disk/by-uuid/f55efb5e-3b29-4bae-8684-87cd5b0eae75', > 'DEVNAME': 'loop3', > 'DEVPATH': '/devices/virtual/block/loop3', > 'DEVTYPE': 'disk', > 'ID_FS_LABEL': '_Fedora-Live-KDE', > 'ID_FS_LABEL_ENC': '_Fedora-Live-KDE', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': 'f55efb5e-3b29-4bae-8684-87cd5b0eae75', > 'ID_FS_UUID_ENC': 'f55efb5e-3b29-4bae-8684-87cd5b0eae75', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '7', > 'MINOR': '3', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'UDISKS_PRESENTATION_NOPOLICY': '1', > 'USEC_INITIALIZED': '4832', > 'name': 'loop3', > 'symlinks': ['/dev/disk/by-label/_Fedora-Live-KDE', > '/dev/disk/by-uuid/f55efb5e-3b29-4bae-8684-87cd5b0eae75'], > 'sysfs_path': '/devices/virtual/block/loop3'} ; name: loop3 ; >09:02:15,893 INFO blivet: scanning loop3 (/devices/virtual/block/loop3)... >09:02:15,894 DEBUG blivet: DeviceTree.getDeviceByName: name: loop3 ; >09:02:15,895 DEBUG blivet: DeviceTree.getDeviceByName returned None >09:02:15,895 INFO blivet: loop3 is a loop device >09:02:15,896 DEBUG blivet: DeviceTree.addUdevLoopDevice: name: loop3 ; >09:02:15,900 DEBUG blivet: DeviceTree.getDeviceByName: name: /LiveOS/ext3fs.img ; >09:02:15,901 DEBUG blivet: DeviceTree.getDeviceByName returned None >09:02:15,901 DEBUG blivet: getFormat('None') returning DeviceFormat instance >09:02:15,903 DEBUG blivet: FileDevice._setFormat: /LiveOS/ext3fs.img ; current: None ; type: None ; >09:02:15,903 INFO blivet: added file /LiveOS/ext3fs.img (id 10) to device tree >09:02:15,904 DEBUG blivet: FileDevice.addChild: kids: 0 ; name: /LiveOS/ext3fs.img ; >09:02:15,904 DEBUG blivet: getFormat('None') returning DeviceFormat instance >09:02:15,905 DEBUG blivet: LoopDevice._setFormat: loop3 ; current: None ; type: None ; >09:02:15,905 INFO blivet: added loop loop3 (id 11) to device tree >09:02:15,906 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: loop3 ; >09:02:15,907 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: loop3 ; label_type: None ; >09:02:15,908 DEBUG blivet: Ext4FS.supported: supported: True ; >09:02:15,909 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >09:02:15,909 DEBUG blivet: device loop3 does not contain a disklabel >09:02:15,910 INFO blivet: type detected on 'loop3' is 'ext4' >09:02:15,911 DEBUG blivet: Ext4FS.supported: supported: True ; >09:02:15,911 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >09:02:15,912 DEBUG blivet: LoopDevice._setFormat: loop3 ; current: None ; type: ext4 ; >09:02:15,913 INFO blivet: got device: LoopDevice instance (0x24b56d0) -- > name = loop3 status = False kids = 0 id = 11 > parents = ['existing 0MB file /LiveOS/ext3fs.img (10)'] > uuid = None size = 0 > format = existing ext4 filesystem > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/loop3 > format args = [] originalFormat = None >09:02:15,916 DEBUG blivet: Ext4FS.supported: supported: True ; >09:02:15,916 INFO blivet: got format: Ext4FS instance (0x24b5390) -- > type = ext4 name = ext4 status = False > device = /dev/loop3 uuid = f55efb5e-3b29-4bae-8684-87cd5b0eae75 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = _Fedora-Live-KDE size = 0 targetSize = 0 > >09:02:15,918 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVNAME': 'loop4', > 'DEVPATH': '/devices/virtual/block/loop4', > 'DEVTYPE': 'disk', > 'ID_FS_TYPE': 'DM_snapshot_cow', > 'ID_FS_USAGE': 'other', > 'MAJOR': '7', > 'MINOR': '4', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'UDISKS_PRESENTATION_NOPOLICY': '1', > 'USEC_INITIALIZED': '5135', > 'name': 'loop4', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop4'} ; name: loop4 ; >09:02:15,919 INFO blivet: scanning loop4 (/devices/virtual/block/loop4)... >09:02:15,920 DEBUG blivet: DeviceTree.getDeviceByName: name: loop4 ; >09:02:15,920 DEBUG blivet: DeviceTree.getDeviceByName returned None >09:02:15,921 INFO blivet: loop4 is a loop device >09:02:15,921 DEBUG blivet: DeviceTree.addUdevLoopDevice: name: loop4 ; >09:02:15,922 DEBUG blivet: DeviceTree.getDeviceByName: name: /overlay (deleted) ; >09:02:15,923 DEBUG blivet: DeviceTree.getDeviceByName returned None >09:02:15,923 DEBUG blivet: getFormat('None') returning DeviceFormat instance >09:02:15,924 DEBUG blivet: FileDevice._setFormat: /overlay (deleted) ; current: None ; type: None ; >09:02:15,924 INFO blivet: added file /overlay (deleted) (id 12) to device tree >09:02:15,926 DEBUG blivet: FileDevice.addChild: kids: 0 ; name: /overlay (deleted) ; >09:02:15,926 DEBUG blivet: getFormat('None') returning DeviceFormat instance >09:02:15,928 DEBUG blivet: LoopDevice._setFormat: loop4 ; current: None ; type: None ; >09:02:15,928 INFO blivet: added loop loop4 (id 13) to device tree >09:02:15,932 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: loop4 ; >09:02:15,933 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: loop4 ; label_type: None ; >09:02:15,933 DEBUG blivet: getFormat('DM_snapshot_cow') returning DeviceFormat instance >09:02:15,933 DEBUG blivet: device loop4 does not contain a disklabel >09:02:15,933 INFO blivet: type detected on 'loop4' is 'DM_snapshot_cow' >09:02:15,933 DEBUG blivet: getFormat('DM_snapshot_cow') returning DeviceFormat instance >09:02:15,934 DEBUG blivet: LoopDevice._setFormat: loop4 ; current: None ; type: DM_snapshot_cow ; >09:02:15,936 INFO blivet: got device: LoopDevice instance (0x24b5bd0) -- > name = loop4 status = False kids = 0 id = 13 > parents = ['existing 0MB file /overlay (deleted) (12)'] > uuid = None size = 0 > format = existing DM_snapshot_cow > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/loop4 > format args = [] originalFormat = None >09:02:15,936 INFO blivet: got format: DeviceFormat instance (0x24a1e90) -- > type = DM_snapshot_cow name = DM_snapshot_cow status = False > device = /dev/loop4 uuid = None exists = True > options = None supported = False formattable = False resizable = False > >09:02:15,939 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/dm-name-live-rw /dev/disk/by-label/_Fedora-Live-KDE /dev/disk/by-uuid/f55efb5e-3b29-4bae-8684-87cd5b0eae75 /dev/mapper/live-rw', > 'DEVNAME': 'dm-0', > 'DEVPATH': '/devices/virtual/block/dm-0', > 'DEVTYPE': 'disk', > 'DM_NAME': 'live-rw', > 'DM_SUSPENDED': '0', > 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'ID_FS_LABEL': '_Fedora-Live-KDE', > 'ID_FS_LABEL_ENC': '_Fedora-Live-KDE', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': 'f55efb5e-3b29-4bae-8684-87cd5b0eae75', > 'ID_FS_UUID_ENC': 'f55efb5e-3b29-4bae-8684-87cd5b0eae75', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '253', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'UDISKS_DM_TARGETS_COUNT': '1', > 'UDISKS_DM_TARGETS_LENGTH': '8388608', > 'UDISKS_DM_TARGETS_START': '0', > 'UDISKS_DM_TARGETS_TYPE': 'snapshot', > 'UDISKS_PRESENTATION_NOPOLICY': '1', > 'USEC_INITIALIZED': '76048', > 'name': 'dm-0', > 'symlinks': ['/dev/disk/by-id/dm-name-live-rw', > '/dev/disk/by-label/_Fedora-Live-KDE', > '/dev/disk/by-uuid/f55efb5e-3b29-4bae-8684-87cd5b0eae75', > '/dev/mapper/live-rw'], > 'sysfs_path': '/devices/virtual/block/dm-0'} ; name: live-rw ; >09:02:15,939 INFO blivet: scanning live-rw (/devices/virtual/block/dm-0)... >09:02:15,940 DEBUG blivet: DeviceTree.getDeviceByName: name: live-rw ; >09:02:15,941 DEBUG blivet: DeviceTree.getDeviceByName returned None >09:02:15,941 INFO blivet: live-rw is a device-mapper device >09:02:15,942 DEBUG blivet: DeviceTree.addUdevDMDevice: name: live-rw ; >09:02:15,943 DEBUG blivet: DeviceTree.getDeviceByName: name: loop3 ; >09:02:15,944 DEBUG blivet: DeviceTree.getDeviceByName returned existing 0MB loop loop3 (11) with existing ext4 filesystem >09:02:15,947 DEBUG blivet: DeviceTree.getDeviceByName: name: loop4 ; >09:02:15,949 DEBUG blivet: DeviceTree.getDeviceByName returned existing 0MB loop loop4 (13) with existing DM_snapshot_cow >09:02:15,950 DEBUG blivet: DeviceTree.getDeviceByName: name: live-rw ; >09:02:15,951 DEBUG blivet: DeviceTree.getDeviceByName returned None >09:02:15,953 DEBUG blivet: LoopDevice.addChild: kids: 0 ; name: loop4 ; >09:02:15,953 DEBUG blivet: getFormat('None') returning DeviceFormat instance >09:02:15,954 DEBUG blivet: DMDevice._setFormat: live-rw ; current: None ; type: None ; >09:02:15,954 INFO blivet: added dm live-rw (id 14) to device tree >09:02:15,955 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: live-rw ; >09:02:15,956 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: live-rw ; label_type: None ; >09:02:15,957 DEBUG blivet: Ext4FS.supported: supported: True ; >09:02:15,957 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >09:02:15,957 DEBUG blivet: device live-rw does not contain a disklabel >09:02:15,957 INFO blivet: type detected on 'live-rw' is 'ext4' >09:02:15,958 DEBUG blivet: Ext4FS.supported: supported: True ; >09:02:15,959 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >09:02:15,959 DEBUG blivet: DMDevice._setFormat: live-rw ; current: None ; type: ext4 ; >09:02:15,964 DEBUG blivet: looking up parted Device: /dev/mapper/live-rw >09:02:15,970 INFO blivet: got device: DMDevice instance (0x24a1e10) -- > name = live-rw status = True kids = 0 id = 14 > parents = ['existing 0MB loop loop4 (13) with existing DM_snapshot_cow'] > uuid = None size = 4096.0 > format = existing ext4 filesystem > major = 0 minor = 0 exists = True protected = True > sysfs path = /devices/virtual/block/dm-0 partedDevice = parted.Device instance -- > model: Linux device-mapper (snapshot) path: /dev/mapper/live-rw type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 8388608 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 0 did: 14418 busy: True > hardwareGeometry: (522, 255, 63) biosGeometry: (522, 255, 63) > PedDevice: <_ped.Device object at 0x245e560> > target size = 0 path = /dev/mapper/live-rw > format args = [] originalFormat = None target = None dmUuid = None >09:02:15,973 DEBUG blivet: Ext4FS.supported: supported: True ; >09:02:15,974 INFO blivet: got format: Ext4FS instance (0x24b5510) -- > type = ext4 name = ext4 status = False > device = /dev/mapper/live-rw uuid = f55efb5e-3b29-4bae-8684-87cd5b0eae75 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = _Fedora-Live-KDE size = 0 targetSize = 0 > >09:02:15,987 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/dm-name-live-base /dev/disk/by-label/_Fedora-Live-KDE /dev/disk/by-uuid/f55efb5e-3b29-4bae-8684-87cd5b0eae75 /dev/mapper/live-base', > 'DEVNAME': 'dm-1', > 'DEVPATH': '/devices/virtual/block/dm-1', > 'DEVTYPE': 'disk', > 'DM_NAME': 'live-base', > 'DM_SUSPENDED': '0', > 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'ID_FS_LABEL': '_Fedora-Live-KDE', > 'ID_FS_LABEL_ENC': '_Fedora-Live-KDE', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': 'f55efb5e-3b29-4bae-8684-87cd5b0eae75', > 'ID_FS_UUID_ENC': 'f55efb5e-3b29-4bae-8684-87cd5b0eae75', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '253', > 'MINOR': '1', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'UDISKS_DM_TARGETS_COUNT': '1', > 'UDISKS_DM_TARGETS_LENGTH': '8388608', > 'UDISKS_DM_TARGETS_PARAMS': '7:3\\x200', > 'UDISKS_DM_TARGETS_START': '0', > 'UDISKS_DM_TARGETS_TYPE': 'linear', > 'UDISKS_PRESENTATION_NOPOLICY': '1', > 'USEC_INITIALIZED': '90922', > 'name': 'dm-1', > 'symlinks': ['/dev/disk/by-id/dm-name-live-base', > '/dev/disk/by-label/_Fedora-Live-KDE', > '/dev/disk/by-uuid/f55efb5e-3b29-4bae-8684-87cd5b0eae75', > '/dev/mapper/live-base'], > 'sysfs_path': '/devices/virtual/block/dm-1'} ; name: live-base ; >09:02:15,987 INFO blivet: scanning live-base (/devices/virtual/block/dm-1)... >09:02:15,988 DEBUG blivet: DeviceTree.getDeviceByName: name: live-base ; >09:02:15,988 DEBUG blivet: DeviceTree.getDeviceByName returned None >09:02:15,989 INFO blivet: live-base is a device-mapper device >09:02:15,989 DEBUG blivet: DeviceTree.addUdevDMDevice: name: live-base ; >09:02:15,990 DEBUG blivet: DMDevice.getDMNode: live-rw ; status: True ; >09:02:15,991 DEBUG blivet: DeviceTree.getDeviceByName: name: loop3 ; >09:02:15,992 DEBUG blivet: DeviceTree.getDeviceByName returned existing 0MB loop loop3 (11) with existing ext4 filesystem >09:02:15,998 DEBUG blivet: DeviceTree.getDeviceByName: name: live-base ; >09:02:16,000 DEBUG blivet: DeviceTree.getDeviceByName returned None >09:02:16,001 DEBUG blivet: LoopDevice.addChild: kids: 0 ; name: loop3 ; >09:02:16,002 DEBUG blivet: getFormat('None') returning DeviceFormat instance >09:02:16,004 DEBUG blivet: DMDevice._setFormat: live-base ; current: None ; type: None ; >09:02:16,004 INFO blivet: added dm live-base (id 15) to device tree >09:02:16,005 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: live-base ; >09:02:16,005 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: live-base ; label_type: None ; >09:02:16,006 DEBUG blivet: Ext4FS.supported: supported: True ; >09:02:16,007 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >09:02:16,007 DEBUG blivet: device live-base does not contain a disklabel >09:02:16,007 INFO blivet: type detected on 'live-base' is 'ext4' >09:02:16,008 DEBUG blivet: Ext4FS.supported: supported: True ; >09:02:16,008 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >09:02:16,013 DEBUG blivet: DMDevice._setFormat: live-base ; current: None ; type: ext4 ; >09:02:16,013 DEBUG blivet: looking up parted Device: /dev/mapper/live-base >09:02:16,021 INFO blivet: got device: DMDevice instance (0x24b5110) -- > name = live-base status = True kids = 0 id = 15 > parents = ['existing 0MB loop loop3 (11) with existing ext4 filesystem'] > uuid = None size = 4096.0 > format = existing ext4 filesystem > major = 0 minor = 0 exists = True protected = True > sysfs path = /devices/virtual/block/dm-1 partedDevice = parted.Device instance -- > model: Linux device-mapper (linear) path: /dev/mapper/live-base type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 8388608 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 0 did: 0 busy: False > hardwareGeometry: (522, 255, 63) biosGeometry: (522, 255, 63) > PedDevice: <_ped.Device object at 0x245e5f0> > target size = 0 path = /dev/mapper/live-base > format args = [] originalFormat = None target = None dmUuid = None >09:02:16,024 DEBUG blivet: Ext4FS.supported: supported: True ; >09:02:16,025 INFO blivet: got format: Ext4FS instance (0x24b5e10) -- > type = ext4 name = ext4 status = False > device = /dev/mapper/live-base uuid = f55efb5e-3b29-4bae-8684-87cd5b0eae75 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = _Fedora-Live-KDE size = 0 targetSize = 0 > >09:02:16,041 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/dm-name-live-osimg-min /dev/disk/by-label/_Fedora-Live-KDE /dev/disk/by-uuid/f55efb5e-3b29-4bae-8684-87cd5b0eae75 /dev/mapper/live-osimg-min', > 'DEVNAME': 'dm-2', > 'DEVPATH': '/devices/virtual/block/dm-2', > 'DEVTYPE': 'disk', > 'DM_NAME': 'live-osimg-min', > 'DM_SUSPENDED': '0', > 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'ID_FS_LABEL': '_Fedora-Live-KDE', > 'ID_FS_LABEL_ENC': '_Fedora-Live-KDE', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': 'f55efb5e-3b29-4bae-8684-87cd5b0eae75', > 'ID_FS_UUID_ENC': 'f55efb5e-3b29-4bae-8684-87cd5b0eae75', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '253', > 'MINOR': '2', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'UDISKS_DM_TARGETS_COUNT': '1', > 'UDISKS_DM_TARGETS_LENGTH': '8388608', > 'UDISKS_DM_TARGETS_START': '0', > 'UDISKS_DM_TARGETS_TYPE': 'snapshot', > 'UDISKS_PRESENTATION_NOPOLICY': '1', > 'USEC_INITIALIZED': '10102', > 'name': 'dm-2', > 'symlinks': ['/dev/disk/by-id/dm-name-live-osimg-min', > '/dev/disk/by-label/_Fedora-Live-KDE', > '/dev/disk/by-uuid/f55efb5e-3b29-4bae-8684-87cd5b0eae75', > '/dev/mapper/live-osimg-min'], > 'sysfs_path': '/devices/virtual/block/dm-2'} ; name: live-osimg-min ; >09:02:16,041 INFO blivet: scanning live-osimg-min (/devices/virtual/block/dm-2)... >09:02:16,044 DEBUG blivet: DeviceTree.getDeviceByName: name: live-osimg-min ; >09:02:16,045 DEBUG blivet: DeviceTree.getDeviceByName returned None >09:02:16,045 INFO blivet: live-osimg-min is a device-mapper device >09:02:16,046 DEBUG blivet: DeviceTree.addUdevDMDevice: name: live-osimg-min ; >09:02:16,047 DEBUG blivet: DMDevice.getDMNode: live-rw ; status: True ; >09:02:16,048 DEBUG blivet: DMDevice.getDMNode: live-base ; status: True ; >09:02:16,049 DEBUG blivet: DeviceTree.getDeviceByName: name: loop1 ; >09:02:16,051 DEBUG blivet: DeviceTree.getDeviceByName returned existing 0MB loop loop1 (7) with existing DM_snapshot_cow >09:02:16,052 DEBUG blivet: DeviceTree.getDeviceByName: name: loop3 ; >09:02:16,053 DEBUG blivet: DeviceTree.getDeviceByName returned existing 0MB loop loop3 (11) with existing ext4 filesystem >09:02:16,056 DEBUG blivet: DeviceTree.getDeviceByName: name: live-osimg-min ; >09:02:16,056 DEBUG blivet: DeviceTree.getDeviceByName returned None >09:02:16,061 DEBUG blivet: LoopDevice.addChild: kids: 1 ; name: loop3 ; >09:02:16,062 DEBUG blivet: getFormat('None') returning DeviceFormat instance >09:02:16,064 DEBUG blivet: DMDevice._setFormat: live-osimg-min ; current: None ; type: None ; >09:02:16,064 INFO blivet: added dm live-osimg-min (id 16) to device tree >09:02:16,065 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: live-osimg-min ; >09:02:16,067 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: live-osimg-min ; label_type: None ; >09:02:16,068 DEBUG blivet: Ext4FS.supported: supported: True ; >09:02:16,068 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >09:02:16,068 DEBUG blivet: device live-osimg-min does not contain a disklabel >09:02:16,068 INFO blivet: type detected on 'live-osimg-min' is 'ext4' >09:02:16,069 DEBUG blivet: Ext4FS.supported: supported: True ; >09:02:16,070 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >09:02:16,070 DEBUG blivet: DMDevice._setFormat: live-osimg-min ; current: None ; type: ext4 ; >09:02:16,071 DEBUG blivet: looking up parted Device: /dev/mapper/live-osimg-min >09:02:16,083 INFO blivet: got device: DMDevice instance (0x24b5fd0) -- > name = live-osimg-min status = True kids = 0 id = 16 > parents = ['existing 0MB loop loop3 (11) with existing ext4 filesystem'] > uuid = None size = 4096.0 > format = existing ext4 filesystem > major = 0 minor = 0 exists = True protected = True > sysfs path = /devices/virtual/block/dm-2 partedDevice = parted.Device instance -- > model: Linux device-mapper (snapshot) path: /dev/mapper/live-osimg-min type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 8388608 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 0 did: 0 busy: False > hardwareGeometry: (522, 255, 63) biosGeometry: (522, 255, 63) > PedDevice: <_ped.Device object at 0x245e440> > target size = 0 path = /dev/mapper/live-osimg-min > format args = [] originalFormat = None target = None dmUuid = None >09:02:16,087 DEBUG blivet: Ext4FS.supported: supported: True ; >09:02:16,087 INFO blivet: got format: Ext4FS instance (0x24b5610) -- > type = ext4 name = ext4 status = False > device = /dev/mapper/live-osimg-min uuid = f55efb5e-3b29-4bae-8684-87cd5b0eae75 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = _Fedora-Live-KDE size = 0 targetSize = 0 > >09:02:16,125 INFO blivet: not going to restore from backup of non-existent /etc/mdadm.conf >09:02:20,400 INFO blivet: ISCSID is /sbin/iscsid >09:02:20,401 INFO blivet: no initiator set >09:02:20,509 INFO blivet: No FCoE EDD info found: No FCoE boot disk information is found in EDD! >09:02:20,511 INFO blivet: no /etc/zfcp.conf; not configuring zfcp >09:02:21,693 DEBUG blivet: trying to set new default fstype to 'ext4' >09:02:21,771 DEBUG blivet: Ext4FS.supported: supported: True ; >09:02:21,772 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >09:02:21,774 DEBUG blivet: Ext4FS.supported: supported: True ; >09:02:21,791 INFO blivet: Detected 2064M of memory >09:02:21,793 INFO blivet: Suggested swap size (2064 M) exceeds 10 % of disk space, using 10 % of disk space (0 M) instead. >09:02:21,794 INFO blivet: Swap attempt of 0M >09:02:23,449 INFO blivet: resetting Blivet (version 0.23.9) instance <blivet.Blivet object at 0x4079c10> >09:02:23,452 INFO blivet: no initiator set >09:02:23,455 INFO blivet: not going to create backup copy of non-existent /etc/mdadm.conf >09:02:23,461 INFO blivet: DeviceTree.populate: ignoredDisks is [] ; exclusiveDisks is [] >09:02:23,749 DEBUG blivet: protected device spec /dev/sr0 resolved to sr0 >09:02:23,804 INFO blivet: sr0 looks to be the live device; marking as protected >09:02:23,957 INFO blivet: devices to scan: ['sr0', 'vda', 'vdb', 'vdc', 'loop0', 'loop1', 'loop2', 'loop3', 'loop4', 'dm-0', 'dm-1', 'dm-2'] >09:02:24,002 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/cdrom /dev/disk/by-id/ata-QEMU_DVD-ROM_QM00001 /dev/disk/by-label/Fedora-Live-KDE-x86_64-20-1 /dev/disk/by-uuid/2013-12-12-02-27-19-00', > 'DEVNAME': 'sr0', > 'DEVPATH': '/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sr0', > 'DEVTYPE': 'disk', > 'ID_ATA': '1', > 'ID_BUS': 'ata', > 'ID_CDROM': '1', > 'ID_CDROM_DVD': '1', > 'ID_CDROM_MEDIA': '1', > 'ID_CDROM_MEDIA_DVD': '1', > 'ID_CDROM_MEDIA_SESSION_COUNT': '1', > 'ID_CDROM_MEDIA_STATE': 'complete', > 'ID_CDROM_MEDIA_TRACK_COUNT': '1', > 'ID_CDROM_MEDIA_TRACK_COUNT_DATA': '1', > 'ID_FS_APPLICATION_ID': 'GENISOIMAGE\\x20ISO\\x209660\\x2fHFS\\x20FILESYSTEM\\x20CREATOR\\x20\\x28C\\x29\\x201993\\x20E.YOUNGDALE\\x20\\x28C\\x29\\x201997-2006\\x20J.PEARSON\\x2fJ.SCHILLING\\x20\\x28C\\x29\\x202006-2007\\x20CDRKIT\\x20TEAM', > 'ID_FS_BOOT_SYSTEM_ID': 'EL\\x20TORITO\\x20SPECIFICATION', > 'ID_FS_LABEL': 'Fedora-Live-KDE-x86_64-20-1', > 'ID_FS_LABEL_ENC': 'Fedora-Live-KDE-x86_64-20-1', > 'ID_FS_SYSTEM_ID': 'LINUX', > 'ID_FS_TYPE': 'iso9660', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '2013-12-12-02-27-19-00', > 'ID_FS_UUID_ENC': '2013-12-12-02-27-19-00', > 'ID_FS_VERSION': 'Joliet Extension', > 'ID_MODEL': 'QEMU_DVD-ROM', > 'ID_MODEL_ENC': 'QEMU\\x20DVD-ROM\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': '19288ddb', > 'ID_REVISION': '1.6.1', > 'ID_SERIAL': 'QEMU_DVD-ROM_QM00001', > 'ID_SERIAL_SHORT': 'QM00001', > 'ID_TYPE': 'cd', > 'MAJOR': '11', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':seat:systemd:uaccess:', > 'UDISKS_PRESENTATION_NOPOLICY': '0', > 'USEC_INITIALIZED': '78829', > 'name': 'sr0', > 'symlinks': ['/dev/cdrom', > '/dev/disk/by-id/ata-QEMU_DVD-ROM_QM00001', > '/dev/disk/by-label/Fedora-Live-KDE-x86_64-20-1', > '/dev/disk/by-uuid/2013-12-12-02-27-19-00'], > 'sysfs_path': '/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sr0'} ; name: sr0 ; >09:02:24,007 INFO blivet: scanning sr0 (/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sr0)... >09:02:24,058 DEBUG blivet: DeviceTree.getDeviceByName: name: sr0 ; >09:02:24,067 DEBUG blivet: DeviceTree.getDeviceByName returned None >09:02:24,085 INFO blivet: sr0 is a cdrom >09:02:24,088 DEBUG blivet: DeviceTree.addUdevOpticalDevice: >09:02:24,089 DEBUG blivet: getFormat('None') returning DeviceFormat instance >09:02:24,132 DEBUG blivet: OpticalDevice._setFormat: sr0 ; current: None ; type: None ; >09:02:24,138 INFO blivet: added cdrom sr0 (id 0) to device tree >09:02:24,140 DEBUG blivet: OpticalDevice.mediaPresent: sr0 ; status: True ; >09:02:24,154 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sr0 ; >09:02:24,170 INFO blivet: type detected on 'sr0' is 'iso9660' >09:02:24,173 DEBUG blivet: Iso9660FS.supported: supported: True ; >09:02:24,176 DEBUG blivet: getFormat('iso9660') returning Iso9660FS instance >09:02:24,186 DEBUG blivet: OpticalDevice._setFormat: sr0 ; current: None ; type: iso9660 ; >09:02:24,194 DEBUG blivet: OpticalDevice.mediaPresent: sr0 ; status: True ; >09:02:24,212 DEBUG blivet: looking up parted Device: /dev/sr0 >09:02:24,237 INFO blivet: got device: OpticalDevice instance (0x7f5520049090) -- > name = sr0 status = True kids = 0 id = 0 > parents = [] > uuid = None size = 928.0 > format = existing iso9660 filesystem > major = 11 minor = 0 exists = True protected = True > sysfs path = /devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sr0 partedDevice = parted.Device instance -- > model: QEMU QEMU DVD-ROM path: /dev/sr0 type: 1 > sectorSize: 2048 physicalSectorSize: 2048 > length: 475136 openCount: 0 readOnly: True > externalMode: False dirty: False bootDirty: False > host: 1 did: 0 busy: True > hardwareGeometry: (29, 255, 63) biosGeometry: (29, 255, 63) > PedDevice: <_ped.Device object at 0x42b4cb0> > target size = 0 path = /dev/sr0 > format args = [] originalFormat = None >09:02:24,264 DEBUG blivet: Iso9660FS.supported: supported: True ; >09:02:24,265 INFO blivet: got format: Iso9660FS instance (0x7f55200d4250) -- > type = iso9660 name = iso9660 status = False > device = /dev/sr0 uuid = 2013-12-12-02-27-19-00 exists = True > options = ro supported = True formattable = False resizable = False > mountpoint = None mountopts = None > label = Fedora-Live-KDE-x86_64-20-1 size = 0.0 targetSize = 0.0 > >09:02:24,278 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVNAME': 'vda', > 'DEVPATH': '/devices/pci0000:00/0000:00:07.0/virtio2/block/vda', > 'DEVTYPE': 'disk', > 'MAJOR': '252', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'UDISKS_PRESENTATION_NOPOLICY': '1', > 'USEC_INITIALIZED': '98321', > 'name': 'vda', > 'symlinks': [], > 'sysfs_path': '/devices/pci0000:00/0000:00:07.0/virtio2/block/vda'} ; name: vda ; >09:02:24,280 INFO blivet: scanning vda (/devices/pci0000:00/0000:00:07.0/virtio2/block/vda)... >09:02:24,292 DEBUG blivet: DeviceTree.getDeviceByName: name: vda ; >09:02:24,296 DEBUG blivet: DeviceTree.getDeviceByName returned None >09:02:24,318 DEBUG blivet: DeviceTree.addUdevDiskDevice: name: vda ; >09:02:24,322 INFO blivet: vda is a disk >09:02:24,325 DEBUG blivet: getFormat('None') returning DeviceFormat instance >09:02:24,330 DEBUG blivet: DiskDevice._setFormat: vda ; current: None ; type: None ; >09:02:24,442 INFO blivet: added disk vda (id 1) to device tree >09:02:24,447 DEBUG blivet: looking up parted Device: /dev/vda >09:02:24,489 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: vda ; >09:02:24,510 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: vda ; label_type: None ; >09:02:24,515 DEBUG blivet: getFormat('None') returning DeviceFormat instance >09:02:24,524 DEBUG blivet: DiskDevice.setup: vda ; status: True ; controllable: True ; orig: False ; >09:02:24,529 DEBUG blivet: required disklabel type for vda (15) is None >09:02:24,530 DEBUG blivet: default disklabel type for vda is msdos >09:02:24,531 DEBUG blivet: selecting msdos disklabel for vda based on size >09:02:24,571 DEBUG blivet: DiskLabel.__init__: device: /dev/vda ; labelType: msdos ; exists: True ; >09:02:24,593 INFO blivet: no usable disklabel on vda >09:02:24,613 DEBUG blivet: no type or existing type for vda, bailing >09:02:24,664 INFO blivet: got device: DiskDevice instance (0x4347390) -- > name = vda status = True kids = 0 id = 1 > parents = [] > uuid = None size = 8192.0 > format = existing None > major = 252 minor = 0 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:07.0/virtio2/block/vda partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vda type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 16777216 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 32597 did: 0 busy: False > hardwareGeometry: (16644, 16, 63) biosGeometry: (1044, 255, 63) > PedDevice: <_ped.Device object at 0x431ddd0> > target size = 0 path = /dev/vda > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x4355410> >09:02:24,738 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVNAME': 'vdb', > 'DEVPATH': '/devices/pci0000:00/0000:00:09.0/virtio4/block/vdb', > 'DEVTYPE': 'disk', > 'MAJOR': '252', > 'MINOR': '16', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'UDISKS_PRESENTATION_NOPOLICY': '1', > 'USEC_INITIALIZED': '98549', > 'name': 'vdb', > 'symlinks': [], > 'sysfs_path': '/devices/pci0000:00/0000:00:09.0/virtio4/block/vdb'} ; name: vdb ; >09:02:24,758 INFO blivet: scanning vdb (/devices/pci0000:00/0000:00:09.0/virtio4/block/vdb)... >09:02:24,771 DEBUG blivet: DeviceTree.getDeviceByName: name: vdb ; >09:02:24,783 DEBUG blivet: DeviceTree.getDeviceByName returned None >09:02:24,798 DEBUG blivet: DeviceTree.addUdevDiskDevice: name: vdb ; >09:02:24,805 INFO blivet: vdb is a disk >09:02:24,818 DEBUG blivet: getFormat('None') returning DeviceFormat instance >09:02:24,839 DEBUG blivet: DiskDevice._setFormat: vdb ; current: None ; type: None ; >09:02:24,914 INFO blivet: added disk vdb (id 2) to device tree >09:02:24,916 DEBUG blivet: looking up parted Device: /dev/vdb >09:02:24,949 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: vdb ; >09:02:24,960 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: vdb ; label_type: None ; >09:02:24,969 DEBUG blivet: getFormat('None') returning DeviceFormat instance >09:02:24,978 DEBUG blivet: DiskDevice.setup: vdb ; status: True ; controllable: True ; orig: False ; >09:02:24,982 DEBUG blivet: required disklabel type for vdb (15) is None >09:02:24,984 DEBUG blivet: default disklabel type for vdb is msdos >09:02:24,986 DEBUG blivet: selecting msdos disklabel for vdb based on size >09:02:24,991 DEBUG blivet: DiskLabel.__init__: device: /dev/vdb ; labelType: msdos ; exists: True ; >09:02:25,009 INFO blivet: no usable disklabel on vdb >09:02:25,046 DEBUG blivet: no type or existing type for vdb, bailing >09:02:25,051 INFO blivet: got device: DiskDevice instance (0x439a0d0) -- > name = vdb status = True kids = 0 id = 2 > parents = [] > uuid = None size = 8192.0 > format = existing None > major = 252 minor = 16 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:09.0/virtio4/block/vdb partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vdb type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 16777216 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 32597 did: 0 busy: False > hardwareGeometry: (16644, 16, 63) biosGeometry: (1044, 255, 63) > PedDevice: <_ped.Device object at 0x4391200> > target size = 0 path = /dev/vdb > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x43a40d0> >09:02:25,079 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVNAME': 'vdc', > 'DEVPATH': '/devices/pci0000:00/0000:00:0a.0/virtio5/block/vdc', > 'DEVTYPE': 'disk', > 'MAJOR': '252', > 'MINOR': '32', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'UDISKS_PRESENTATION_NOPOLICY': '1', > 'USEC_INITIALIZED': '98714', > 'name': 'vdc', > 'symlinks': [], > 'sysfs_path': '/devices/pci0000:00/0000:00:0a.0/virtio5/block/vdc'} ; name: vdc ; >09:02:25,082 INFO blivet: scanning vdc (/devices/pci0000:00/0000:00:0a.0/virtio5/block/vdc)... >09:02:25,087 DEBUG blivet: DeviceTree.getDeviceByName: name: vdc ; >09:02:25,095 DEBUG blivet: DeviceTree.getDeviceByName returned None >09:02:25,104 DEBUG blivet: DeviceTree.addUdevDiskDevice: name: vdc ; >09:02:25,114 INFO blivet: vdc is a disk >09:02:25,118 DEBUG blivet: getFormat('None') returning DeviceFormat instance >09:02:25,126 DEBUG blivet: DiskDevice._setFormat: vdc ; current: None ; type: None ; >09:02:25,183 INFO blivet: added disk vdc (id 3) to device tree >09:02:25,184 DEBUG blivet: looking up parted Device: /dev/vdc >09:02:25,213 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: vdc ; >09:02:25,217 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: vdc ; label_type: None ; >09:02:25,226 DEBUG blivet: getFormat('None') returning DeviceFormat instance >09:02:25,231 DEBUG blivet: DiskDevice.setup: vdc ; status: True ; controllable: True ; orig: False ; >09:02:25,236 DEBUG blivet: required disklabel type for vdc (15) is None >09:02:25,241 DEBUG blivet: default disklabel type for vdc is msdos >09:02:25,243 DEBUG blivet: selecting msdos disklabel for vdc based on size >09:02:25,248 DEBUG blivet: DiskLabel.__init__: device: /dev/vdc ; labelType: msdos ; exists: True ; >09:02:25,269 INFO blivet: no usable disklabel on vdc >09:02:25,293 DEBUG blivet: no type or existing type for vdc, bailing >09:02:25,310 INFO blivet: got device: DiskDevice instance (0x7f552003bed0) -- > name = vdc status = True kids = 0 id = 3 > parents = [] > uuid = None size = 8192.0 > format = existing None > major = 252 minor = 32 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:0a.0/virtio5/block/vdc partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vdc type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 16777216 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 32597 did: 0 busy: False > hardwareGeometry: (16644, 16, 63) biosGeometry: (1044, 255, 63) > PedDevice: <_ped.Device object at 0x43913b0> > target size = 0 path = /dev/vdc > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f5520049110> >09:02:25,339 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVNAME': 'loop0', > 'DEVPATH': '/devices/virtual/block/loop0', > 'DEVTYPE': 'disk', > 'ID_FS_TYPE': 'squashfs', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_VERSION': '1024.0', > 'MAJOR': '7', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'UDISKS_PRESENTATION_NOPOLICY': '1', > 'USEC_INITIALIZED': '4133', > 'name': 'loop0', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop0'} ; name: loop0 ; >09:02:25,341 INFO blivet: scanning loop0 (/devices/virtual/block/loop0)... >09:02:25,346 DEBUG blivet: DeviceTree.getDeviceByName: name: loop0 ; >09:02:25,350 DEBUG blivet: DeviceTree.getDeviceByName returned None >09:02:25,358 INFO blivet: loop0 is a loop device >09:02:25,362 DEBUG blivet: DeviceTree.addUdevLoopDevice: name: loop0 ; >09:02:25,373 DEBUG blivet: DeviceTree.getDeviceByName: name: /osmin.img (deleted) ; >09:02:25,389 DEBUG blivet: DeviceTree.getDeviceByName returned None >09:02:25,391 DEBUG blivet: getFormat('None') returning DeviceFormat instance >09:02:25,393 DEBUG blivet: FileDevice._setFormat: /osmin.img (deleted) ; current: None ; type: None ; >09:02:25,405 INFO blivet: added file /osmin.img (deleted) (id 4) to device tree >09:02:25,408 DEBUG blivet: FileDevice.addChild: kids: 0 ; name: /osmin.img (deleted) ; >09:02:25,409 DEBUG blivet: getFormat('None') returning DeviceFormat instance >09:02:25,415 DEBUG blivet: LoopDevice._setFormat: loop0 ; current: None ; type: None ; >09:02:25,417 INFO blivet: added loop loop0 (id 5) to device tree >09:02:25,419 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: loop0 ; >09:02:25,422 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: loop0 ; label_type: None ; >09:02:25,447 DEBUG blivet: getFormat('squashfs') returning DeviceFormat instance >09:02:25,448 DEBUG blivet: device loop0 does not contain a disklabel >09:02:25,450 INFO blivet: type detected on 'loop0' is 'squashfs' >09:02:25,453 DEBUG blivet: getFormat('squashfs') returning DeviceFormat instance >09:02:25,457 DEBUG blivet: LoopDevice._setFormat: loop0 ; current: None ; type: squashfs ; >09:02:25,466 INFO blivet: got device: LoopDevice instance (0x43a43d0) -- > name = loop0 status = False kids = 0 id = 5 > parents = ['existing 0MB file /osmin.img (deleted) (4)'] > uuid = None size = 0 > format = existing squashfs > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/loop0 > format args = [] originalFormat = None >09:02:25,468 INFO blivet: got format: DeviceFormat instance (0x43a4290) -- > type = squashfs name = squashfs status = False > device = /dev/loop0 uuid = None exists = True > options = None supported = False formattable = False resizable = False > >09:02:25,479 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVNAME': 'loop1', > 'DEVPATH': '/devices/virtual/block/loop1', > 'DEVTYPE': 'disk', > 'ID_FS_TYPE': 'DM_snapshot_cow', > 'ID_FS_USAGE': 'other', > 'MAJOR': '7', > 'MINOR': '1', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'UDISKS_PRESENTATION_NOPOLICY': '1', > 'USEC_INITIALIZED': '4324', > 'name': 'loop1', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop1'} ; name: loop1 ; >09:02:25,484 INFO blivet: scanning loop1 (/devices/virtual/block/loop1)... >09:02:25,493 DEBUG blivet: DeviceTree.getDeviceByName: name: loop1 ; >09:02:25,498 DEBUG blivet: DeviceTree.getDeviceByName returned None >09:02:25,500 INFO blivet: loop1 is a loop device >09:02:25,520 DEBUG blivet: DeviceTree.addUdevLoopDevice: name: loop1 ; >09:02:25,531 DEBUG blivet: DeviceTree.getDeviceByName: name: /osmin ; >09:02:25,536 DEBUG blivet: DeviceTree.getDeviceByName returned None >09:02:25,545 DEBUG blivet: getFormat('None') returning DeviceFormat instance >09:02:25,548 DEBUG blivet: FileDevice._setFormat: /osmin ; current: None ; type: None ; >09:02:25,550 INFO blivet: added file /osmin (id 6) to device tree >09:02:25,562 DEBUG blivet: FileDevice.addChild: kids: 0 ; name: /osmin ; >09:02:25,567 DEBUG blivet: getFormat('None') returning DeviceFormat instance >09:02:25,584 DEBUG blivet: LoopDevice._setFormat: loop1 ; current: None ; type: None ; >09:02:25,586 INFO blivet: added loop loop1 (id 7) to device tree >09:02:25,591 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: loop1 ; >09:02:25,600 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: loop1 ; label_type: None ; >09:02:25,602 DEBUG blivet: getFormat('DM_snapshot_cow') returning DeviceFormat instance >09:02:25,603 DEBUG blivet: device loop1 does not contain a disklabel >09:02:25,606 INFO blivet: type detected on 'loop1' is 'DM_snapshot_cow' >09:02:25,610 DEBUG blivet: getFormat('DM_snapshot_cow') returning DeviceFormat instance >09:02:25,617 DEBUG blivet: LoopDevice._setFormat: loop1 ; current: None ; type: DM_snapshot_cow ; >09:02:25,619 INFO blivet: got device: LoopDevice instance (0x446e650) -- > name = loop1 status = False kids = 0 id = 7 > parents = ['existing 0MB file /osmin (6)'] > uuid = None size = 0 > format = existing DM_snapshot_cow > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/loop1 > format args = [] originalFormat = None >09:02:25,622 INFO blivet: got format: DeviceFormat instance (0x446e750) -- > type = DM_snapshot_cow name = DM_snapshot_cow status = False > device = /dev/loop1 uuid = None exists = True > options = None supported = False formattable = False resizable = False > >09:02:25,631 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVNAME': 'loop2', > 'DEVPATH': '/devices/virtual/block/loop2', > 'DEVTYPE': 'disk', > 'ID_FS_TYPE': 'squashfs', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_VERSION': '1024.0', > 'MAJOR': '7', > 'MINOR': '2', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'UDISKS_PRESENTATION_NOPOLICY': '1', > 'USEC_INITIALIZED': '4547', > 'name': 'loop2', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop2'} ; name: loop2 ; >09:02:25,635 INFO blivet: scanning loop2 (/devices/virtual/block/loop2)... >09:02:25,641 DEBUG blivet: DeviceTree.getDeviceByName: name: loop2 ; >09:02:25,644 DEBUG blivet: DeviceTree.getDeviceByName returned None >09:02:25,647 INFO blivet: loop2 is a loop device >09:02:25,653 DEBUG blivet: DeviceTree.addUdevLoopDevice: name: loop2 ; >09:02:25,660 DEBUG blivet: DeviceTree.getDeviceByName: name: /run/initramfs/live/LiveOS/squashfs.img ; >09:02:25,669 DEBUG blivet: DeviceTree.getDeviceByName returned None >09:02:25,672 DEBUG blivet: getFormat('None') returning DeviceFormat instance >09:02:25,678 DEBUG blivet: FileDevice._setFormat: /run/initramfs/live/LiveOS/squashfs.img ; current: None ; type: None ; >09:02:25,685 INFO blivet: added file /run/initramfs/live/LiveOS/squashfs.img (id 8) to device tree >09:02:25,691 DEBUG blivet: FileDevice.addChild: kids: 0 ; name: /run/initramfs/live/LiveOS/squashfs.img ; >09:02:25,694 DEBUG blivet: getFormat('None') returning DeviceFormat instance >09:02:25,698 DEBUG blivet: LoopDevice._setFormat: loop2 ; current: None ; type: None ; >09:02:25,705 INFO blivet: added loop loop2 (id 9) to device tree >09:02:25,710 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: loop2 ; >09:02:25,713 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: loop2 ; label_type: None ; >09:02:25,732 DEBUG blivet: getFormat('squashfs') returning DeviceFormat instance >09:02:25,740 DEBUG blivet: device loop2 does not contain a disklabel >09:02:25,741 INFO blivet: type detected on 'loop2' is 'squashfs' >09:02:25,742 DEBUG blivet: getFormat('squashfs') returning DeviceFormat instance >09:02:25,744 DEBUG blivet: LoopDevice._setFormat: loop2 ; current: None ; type: squashfs ; >09:02:25,747 INFO blivet: got device: LoopDevice instance (0x446ea90) -- > name = loop2 status = False kids = 0 id = 9 > parents = ['existing 0MB file /run/initramfs/live/LiveOS/squashfs.img (8)'] > uuid = None size = 0 > format = existing squashfs > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/loop2 > format args = [] originalFormat = None >09:02:25,752 INFO blivet: got format: DeviceFormat instance (0x446ebd0) -- > type = squashfs name = squashfs status = False > device = /dev/loop2 uuid = None exists = True > options = None supported = False formattable = False resizable = False > >09:02:25,760 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-label/_Fedora-Live-KDE /dev/disk/by-uuid/f55efb5e-3b29-4bae-8684-87cd5b0eae75', > 'DEVNAME': 'loop3', > 'DEVPATH': '/devices/virtual/block/loop3', > 'DEVTYPE': 'disk', > 'ID_FS_LABEL': '_Fedora-Live-KDE', > 'ID_FS_LABEL_ENC': '_Fedora-Live-KDE', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': 'f55efb5e-3b29-4bae-8684-87cd5b0eae75', > 'ID_FS_UUID_ENC': 'f55efb5e-3b29-4bae-8684-87cd5b0eae75', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '7', > 'MINOR': '3', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'UDISKS_PRESENTATION_NOPOLICY': '1', > 'USEC_INITIALIZED': '4832', > 'name': 'loop3', > 'symlinks': ['/dev/disk/by-label/_Fedora-Live-KDE', > '/dev/disk/by-uuid/f55efb5e-3b29-4bae-8684-87cd5b0eae75'], > 'sysfs_path': '/devices/virtual/block/loop3'} ; name: loop3 ; >09:02:25,772 INFO blivet: scanning loop3 (/devices/virtual/block/loop3)... >09:02:25,781 DEBUG blivet: DeviceTree.getDeviceByName: name: loop3 ; >09:02:25,782 DEBUG blivet: DeviceTree.getDeviceByName returned None >09:02:25,782 INFO blivet: loop3 is a loop device >09:02:25,783 DEBUG blivet: DeviceTree.addUdevLoopDevice: name: loop3 ; >09:02:25,796 DEBUG blivet: DeviceTree.getDeviceByName: name: /LiveOS/ext3fs.img ; >09:02:25,800 DEBUG blivet: DeviceTree.getDeviceByName returned None >09:02:25,802 DEBUG blivet: getFormat('None') returning DeviceFormat instance >09:02:25,807 DEBUG blivet: FileDevice._setFormat: /LiveOS/ext3fs.img ; current: None ; type: None ; >09:02:25,814 INFO blivet: added file /LiveOS/ext3fs.img (id 10) to device tree >09:02:25,816 DEBUG blivet: FileDevice.addChild: kids: 0 ; name: /LiveOS/ext3fs.img ; >09:02:25,817 DEBUG blivet: getFormat('None') returning DeviceFormat instance >09:02:25,823 DEBUG blivet: LoopDevice._setFormat: loop3 ; current: None ; type: None ; >09:02:25,825 INFO blivet: added loop loop3 (id 11) to device tree >09:02:25,828 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: loop3 ; >09:02:25,835 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: loop3 ; label_type: None ; >09:02:25,840 DEBUG blivet: Ext4FS.supported: supported: True ; >09:02:25,843 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >09:02:25,844 DEBUG blivet: device loop3 does not contain a disklabel >09:02:25,845 INFO blivet: type detected on 'loop3' is 'ext4' >09:02:26,067 DEBUG blivet: using current size 0 as min size >09:02:26,069 DEBUG blivet: Ext4FS.supported: supported: True ; >09:02:26,072 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >09:02:26,078 DEBUG blivet: LoopDevice._setFormat: loop3 ; current: None ; type: ext4 ; >09:02:26,085 INFO blivet: got device: LoopDevice instance (0x447e210) -- > name = loop3 status = False kids = 0 id = 11 > parents = ['existing 0MB file /LiveOS/ext3fs.img (10)'] > uuid = None size = 0 > format = existing ext4 filesystem > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/loop3 > format args = [] originalFormat = None >09:02:26,089 DEBUG blivet: Ext4FS.supported: supported: True ; >09:02:26,090 INFO blivet: got format: Ext4FS instance (0x447e490) -- > type = ext4 name = ext4 status = False > device = /dev/loop3 uuid = f55efb5e-3b29-4bae-8684-87cd5b0eae75 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = _Fedora-Live-KDE size = 4096.0 targetSize = 4096.0 > >09:02:26,094 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVNAME': 'loop4', > 'DEVPATH': '/devices/virtual/block/loop4', > 'DEVTYPE': 'disk', > 'ID_FS_TYPE': 'DM_snapshot_cow', > 'ID_FS_USAGE': 'other', > 'MAJOR': '7', > 'MINOR': '4', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'UDISKS_PRESENTATION_NOPOLICY': '1', > 'USEC_INITIALIZED': '5135', > 'name': 'loop4', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop4'} ; name: loop4 ; >09:02:26,100 INFO blivet: scanning loop4 (/devices/virtual/block/loop4)... >09:02:26,102 DEBUG blivet: DeviceTree.getDeviceByName: name: loop4 ; >09:02:26,104 DEBUG blivet: DeviceTree.getDeviceByName returned None >09:02:26,112 INFO blivet: loop4 is a loop device >09:02:26,114 DEBUG blivet: DeviceTree.addUdevLoopDevice: name: loop4 ; >09:02:26,117 DEBUG blivet: DeviceTree.getDeviceByName: name: /overlay (deleted) ; >09:02:26,125 DEBUG blivet: DeviceTree.getDeviceByName returned None >09:02:26,127 DEBUG blivet: getFormat('None') returning DeviceFormat instance >09:02:26,128 DEBUG blivet: FileDevice._setFormat: /overlay (deleted) ; current: None ; type: None ; >09:02:26,130 INFO blivet: added file /overlay (deleted) (id 12) to device tree >09:02:26,134 DEBUG blivet: FileDevice.addChild: kids: 0 ; name: /overlay (deleted) ; >09:02:26,141 DEBUG blivet: getFormat('None') returning DeviceFormat instance >09:02:26,145 DEBUG blivet: LoopDevice._setFormat: loop4 ; current: None ; type: None ; >09:02:26,147 INFO blivet: added loop loop4 (id 13) to device tree >09:02:26,151 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: loop4 ; >09:02:26,158 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: loop4 ; label_type: None ; >09:02:26,159 DEBUG blivet: getFormat('DM_snapshot_cow') returning DeviceFormat instance >09:02:26,161 DEBUG blivet: device loop4 does not contain a disklabel >09:02:26,164 INFO blivet: type detected on 'loop4' is 'DM_snapshot_cow' >09:02:26,168 DEBUG blivet: getFormat('DM_snapshot_cow') returning DeviceFormat instance >09:02:26,176 DEBUG blivet: LoopDevice._setFormat: loop4 ; current: None ; type: DM_snapshot_cow ; >09:02:26,182 INFO blivet: got device: LoopDevice instance (0x447ecd0) -- > name = loop4 status = False kids = 0 id = 13 > parents = ['existing 0MB file /overlay (deleted) (12)'] > uuid = None size = 0 > format = existing DM_snapshot_cow > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/loop4 > format args = [] originalFormat = None >09:02:26,184 INFO blivet: got format: DeviceFormat instance (0x447ed10) -- > type = DM_snapshot_cow name = DM_snapshot_cow status = False > device = /dev/loop4 uuid = None exists = True > options = None supported = False formattable = False resizable = False > >09:02:26,193 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/dm-name-live-rw /dev/disk/by-label/_Fedora-Live-KDE /dev/disk/by-uuid/f55efb5e-3b29-4bae-8684-87cd5b0eae75 /dev/mapper/live-rw', > 'DEVNAME': 'dm-0', > 'DEVPATH': '/devices/virtual/block/dm-0', > 'DEVTYPE': 'disk', > 'DM_NAME': 'live-rw', > 'DM_SUSPENDED': '0', > 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'ID_FS_LABEL': '_Fedora-Live-KDE', > 'ID_FS_LABEL_ENC': '_Fedora-Live-KDE', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': 'f55efb5e-3b29-4bae-8684-87cd5b0eae75', > 'ID_FS_UUID_ENC': 'f55efb5e-3b29-4bae-8684-87cd5b0eae75', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '253', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'UDISKS_DM_TARGETS_COUNT': '1', > 'UDISKS_DM_TARGETS_LENGTH': '8388608', > 'UDISKS_DM_TARGETS_START': '0', > 'UDISKS_DM_TARGETS_TYPE': 'snapshot', > 'UDISKS_PRESENTATION_NOPOLICY': '1', > 'USEC_INITIALIZED': '76048', > 'name': 'dm-0', > 'symlinks': ['/dev/disk/by-id/dm-name-live-rw', > '/dev/disk/by-label/_Fedora-Live-KDE', > '/dev/disk/by-uuid/f55efb5e-3b29-4bae-8684-87cd5b0eae75', > '/dev/mapper/live-rw'], > 'sysfs_path': '/devices/virtual/block/dm-0'} ; name: live-rw ; >09:02:26,206 INFO blivet: scanning live-rw (/devices/virtual/block/dm-0)... >09:02:26,214 DEBUG blivet: DeviceTree.getDeviceByName: name: live-rw ; >09:02:26,216 DEBUG blivet: DeviceTree.getDeviceByName returned None >09:02:26,216 INFO blivet: live-rw is a device-mapper device >09:02:26,229 DEBUG blivet: DeviceTree.addUdevDMDevice: name: live-rw ; >09:02:26,232 DEBUG blivet: DeviceTree.getDeviceByName: name: loop3 ; >09:02:26,238 DEBUG blivet: DeviceTree.getDeviceByName returned existing 0MB loop loop3 (11) with existing ext4 filesystem >09:02:26,246 DEBUG blivet: DeviceTree.getDeviceByName: name: loop4 ; >09:02:26,248 DEBUG blivet: DeviceTree.getDeviceByName returned existing 0MB loop loop4 (13) with existing DM_snapshot_cow >09:02:26,255 DEBUG blivet: DeviceTree.getDeviceByName: name: live-rw ; >09:02:26,265 DEBUG blivet: DeviceTree.getDeviceByName returned None >09:02:26,271 DEBUG blivet: LoopDevice.addChild: kids: 0 ; name: loop4 ; >09:02:26,279 DEBUG blivet: getFormat('None') returning DeviceFormat instance >09:02:26,281 DEBUG blivet: DMDevice._setFormat: live-rw ; current: None ; type: None ; >09:02:26,285 INFO blivet: added dm live-rw (id 14) to device tree >09:02:26,288 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: live-rw ; >09:02:26,296 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: live-rw ; label_type: None ; >09:02:26,301 DEBUG blivet: Ext4FS.supported: supported: True ; >09:02:26,304 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >09:02:26,305 DEBUG blivet: device live-rw does not contain a disklabel >09:02:26,306 INFO blivet: type detected on 'live-rw' is 'ext4' >09:02:26,496 DEBUG blivet: padding min size from 3209 up to 3529 >09:02:26,514 DEBUG blivet: Ext4FS.supported: supported: True ; >09:02:26,521 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >09:02:26,525 DEBUG blivet: DMDevice._setFormat: live-rw ; current: None ; type: ext4 ; >09:02:26,527 DEBUG blivet: looking up parted Device: /dev/mapper/live-rw >09:02:26,545 INFO blivet: got device: DMDevice instance (0x447ef10) -- > name = live-rw status = True kids = 0 id = 14 > parents = ['existing 0MB loop loop4 (13) with existing DM_snapshot_cow'] > uuid = None size = 4096.0 > format = existing ext4 filesystem > major = 0 minor = 0 exists = True protected = True > sysfs path = /devices/virtual/block/dm-0 partedDevice = parted.Device instance -- > model: Linux device-mapper (snapshot) path: /dev/mapper/live-rw type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 8388608 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 32597 did: 0 busy: True > hardwareGeometry: (522, 255, 63) biosGeometry: (522, 255, 63) > PedDevice: <_ped.Device object at 0x4391440> > target size = 0 path = /dev/mapper/live-rw > format args = [] originalFormat = None target = None dmUuid = None >09:02:26,569 DEBUG blivet: Ext4FS.supported: supported: True ; >09:02:26,579 INFO blivet: got format: Ext4FS instance (0x448b2d0) -- > type = ext4 name = ext4 status = False > device = /dev/mapper/live-rw uuid = f55efb5e-3b29-4bae-8684-87cd5b0eae75 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = _Fedora-Live-KDE size = 4096.0 targetSize = 4096.0 > >09:02:26,586 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/dm-name-live-base /dev/disk/by-label/_Fedora-Live-KDE /dev/disk/by-uuid/f55efb5e-3b29-4bae-8684-87cd5b0eae75 /dev/mapper/live-base', > 'DEVNAME': 'dm-1', > 'DEVPATH': '/devices/virtual/block/dm-1', > 'DEVTYPE': 'disk', > 'DM_NAME': 'live-base', > 'DM_SUSPENDED': '0', > 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'ID_FS_LABEL': '_Fedora-Live-KDE', > 'ID_FS_LABEL_ENC': '_Fedora-Live-KDE', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': 'f55efb5e-3b29-4bae-8684-87cd5b0eae75', > 'ID_FS_UUID_ENC': 'f55efb5e-3b29-4bae-8684-87cd5b0eae75', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '253', > 'MINOR': '1', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'UDISKS_DM_TARGETS_COUNT': '1', > 'UDISKS_DM_TARGETS_LENGTH': '8388608', > 'UDISKS_DM_TARGETS_PARAMS': '7:3\\x200', > 'UDISKS_DM_TARGETS_START': '0', > 'UDISKS_DM_TARGETS_TYPE': 'linear', > 'UDISKS_PRESENTATION_NOPOLICY': '1', > 'USEC_INITIALIZED': '90922', > 'name': 'dm-1', > 'symlinks': ['/dev/disk/by-id/dm-name-live-base', > '/dev/disk/by-label/_Fedora-Live-KDE', > '/dev/disk/by-uuid/f55efb5e-3b29-4bae-8684-87cd5b0eae75', > '/dev/mapper/live-base'], > 'sysfs_path': '/devices/virtual/block/dm-1'} ; name: live-base ; >09:02:26,600 INFO blivet: scanning live-base (/devices/virtual/block/dm-1)... >09:02:26,613 DEBUG blivet: DeviceTree.getDeviceByName: name: live-base ; >09:02:26,615 DEBUG blivet: DeviceTree.getDeviceByName returned None >09:02:26,617 INFO blivet: live-base is a device-mapper device >09:02:26,622 DEBUG blivet: DeviceTree.addUdevDMDevice: name: live-base ; >09:02:26,629 DEBUG blivet: DMDevice.getDMNode: live-rw ; status: True ; >09:02:26,633 DEBUG blivet: DeviceTree.getDeviceByName: name: loop3 ; >09:02:26,643 DEBUG blivet: DeviceTree.getDeviceByName returned existing 0MB loop loop3 (11) with existing ext4 filesystem >09:02:26,647 DEBUG blivet: DeviceTree.getDeviceByName: name: live-base ; >09:02:26,654 DEBUG blivet: DeviceTree.getDeviceByName returned None >09:02:26,658 DEBUG blivet: LoopDevice.addChild: kids: 0 ; name: loop3 ; >09:02:26,660 DEBUG blivet: getFormat('None') returning DeviceFormat instance >09:02:26,670 DEBUG blivet: DMDevice._setFormat: live-base ; current: None ; type: None ; >09:02:26,672 INFO blivet: added dm live-base (id 15) to device tree >09:02:26,674 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: live-base ; >09:02:26,681 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: live-base ; label_type: None ; >09:02:26,686 DEBUG blivet: Ext4FS.supported: supported: True ; >09:02:26,687 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >09:02:26,689 DEBUG blivet: device live-base does not contain a disklabel >09:02:26,690 INFO blivet: type detected on 'live-base' is 'ext4' >09:02:26,857 DEBUG blivet: using current size 0 as min size >09:02:26,873 DEBUG blivet: Ext4FS.supported: supported: True ; >09:02:26,876 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >09:02:26,880 DEBUG blivet: DMDevice._setFormat: live-base ; current: None ; type: ext4 ; >09:02:26,881 DEBUG blivet: looking up parted Device: /dev/mapper/live-base >09:02:26,899 INFO blivet: got device: DMDevice instance (0x448b8d0) -- > name = live-base status = True kids = 0 id = 15 > parents = ['existing 0MB loop loop3 (11) with existing ext4 filesystem'] > uuid = None size = 4096.0 > format = existing ext4 filesystem > major = 0 minor = 0 exists = True protected = True > sysfs path = /devices/virtual/block/dm-1 partedDevice = parted.Device instance -- > model: Linux device-mapper (linear) path: /dev/mapper/live-base type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 8388608 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 32597 did: 0 busy: False > hardwareGeometry: (522, 255, 63) biosGeometry: (522, 255, 63) > PedDevice: <_ped.Device object at 0x43914d0> > target size = 0 path = /dev/mapper/live-base > format args = [] originalFormat = None target = None dmUuid = None >09:02:26,905 DEBUG blivet: Ext4FS.supported: supported: True ; >09:02:26,918 INFO blivet: got format: Ext4FS instance (0x448ba10) -- > type = ext4 name = ext4 status = False > device = /dev/mapper/live-base uuid = f55efb5e-3b29-4bae-8684-87cd5b0eae75 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = _Fedora-Live-KDE size = 4096.0 targetSize = 4096.0 > >09:02:26,932 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/dm-name-live-osimg-min /dev/disk/by-label/_Fedora-Live-KDE /dev/disk/by-uuid/f55efb5e-3b29-4bae-8684-87cd5b0eae75 /dev/mapper/live-osimg-min', > 'DEVNAME': 'dm-2', > 'DEVPATH': '/devices/virtual/block/dm-2', > 'DEVTYPE': 'disk', > 'DM_NAME': 'live-osimg-min', > 'DM_SUSPENDED': '0', > 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'ID_FS_LABEL': '_Fedora-Live-KDE', > 'ID_FS_LABEL_ENC': '_Fedora-Live-KDE', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': 'f55efb5e-3b29-4bae-8684-87cd5b0eae75', > 'ID_FS_UUID_ENC': 'f55efb5e-3b29-4bae-8684-87cd5b0eae75', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '253', > 'MINOR': '2', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'UDISKS_DM_TARGETS_COUNT': '1', > 'UDISKS_DM_TARGETS_LENGTH': '8388608', > 'UDISKS_DM_TARGETS_START': '0', > 'UDISKS_DM_TARGETS_TYPE': 'snapshot', > 'UDISKS_PRESENTATION_NOPOLICY': '1', > 'USEC_INITIALIZED': '10102', > 'name': 'dm-2', > 'symlinks': ['/dev/disk/by-id/dm-name-live-osimg-min', > '/dev/disk/by-label/_Fedora-Live-KDE', > '/dev/disk/by-uuid/f55efb5e-3b29-4bae-8684-87cd5b0eae75', > '/dev/mapper/live-osimg-min'], > 'sysfs_path': '/devices/virtual/block/dm-2'} ; name: live-osimg-min ; >09:02:26,945 INFO blivet: scanning live-osimg-min (/devices/virtual/block/dm-2)... >09:02:26,946 DEBUG blivet: DeviceTree.getDeviceByName: name: live-osimg-min ; >09:02:26,952 DEBUG blivet: DeviceTree.getDeviceByName returned None >09:02:26,962 INFO blivet: live-osimg-min is a device-mapper device >09:02:26,964 DEBUG blivet: DeviceTree.addUdevDMDevice: name: live-osimg-min ; >09:02:26,966 DEBUG blivet: DMDevice.getDMNode: live-rw ; status: True ; >09:02:26,970 DEBUG blivet: DMDevice.getDMNode: live-base ; status: True ; >09:02:26,981 DEBUG blivet: DeviceTree.getDeviceByName: name: loop1 ; >09:02:26,983 DEBUG blivet: DeviceTree.getDeviceByName returned existing 0MB loop loop1 (7) with existing DM_snapshot_cow >09:02:26,996 DEBUG blivet: DeviceTree.getDeviceByName: name: loop3 ; >09:02:26,999 DEBUG blivet: DeviceTree.getDeviceByName returned existing 0MB loop loop3 (11) with existing ext4 filesystem >09:02:27,006 DEBUG blivet: DeviceTree.getDeviceByName: name: live-osimg-min ; >09:02:27,014 DEBUG blivet: DeviceTree.getDeviceByName returned None >09:02:27,017 DEBUG blivet: LoopDevice.addChild: kids: 1 ; name: loop3 ; >09:02:27,026 DEBUG blivet: getFormat('None') returning DeviceFormat instance >09:02:27,028 DEBUG blivet: DMDevice._setFormat: live-osimg-min ; current: None ; type: None ; >09:02:27,029 INFO blivet: added dm live-osimg-min (id 16) to device tree >09:02:27,031 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: live-osimg-min ; >09:02:27,034 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: live-osimg-min ; label_type: None ; >09:02:27,041 DEBUG blivet: Ext4FS.supported: supported: True ; >09:02:27,043 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >09:02:27,044 DEBUG blivet: device live-osimg-min does not contain a disklabel >09:02:27,045 INFO blivet: type detected on 'live-osimg-min' is 'ext4' >09:02:27,217 DEBUG blivet: using current size 0 as min size >09:02:27,225 DEBUG blivet: Ext4FS.supported: supported: True ; >09:02:27,231 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >09:02:27,234 DEBUG blivet: DMDevice._setFormat: live-osimg-min ; current: None ; type: ext4 ; >09:02:27,236 DEBUG blivet: looking up parted Device: /dev/mapper/live-osimg-min >09:02:27,256 INFO blivet: got device: DMDevice instance (0x448bf50) -- > name = live-osimg-min status = True kids = 0 id = 16 > parents = ['existing 0MB loop loop3 (11) with existing ext4 filesystem'] > uuid = None size = 4096.0 > format = existing ext4 filesystem > major = 0 minor = 0 exists = True protected = True > sysfs path = /devices/virtual/block/dm-2 partedDevice = parted.Device instance -- > model: Linux device-mapper (snapshot) path: /dev/mapper/live-osimg-min type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 8388608 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 19515 did: 24387 busy: False > hardwareGeometry: (522, 255, 63) biosGeometry: (522, 255, 63) > PedDevice: <_ped.Device object at 0x4391320> > target size = 0 path = /dev/mapper/live-osimg-min > format args = [] originalFormat = None target = None dmUuid = None >09:02:27,287 DEBUG blivet: Ext4FS.supported: supported: True ; >09:02:27,289 INFO blivet: got format: Ext4FS instance (0x4499450) -- > type = ext4 name = ext4 status = False > device = /dev/mapper/live-osimg-min uuid = f55efb5e-3b29-4bae-8684-87cd5b0eae75 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = _Fedora-Live-KDE size = 3208.0 targetSize = 3208.0 > >09:02:27,373 DEBUG blivet: DiskDevice.teardown: vda ; status: True ; controllable: True ; >09:02:27,377 DEBUG blivet: DeviceFormat.teardown: device: /dev/vda ; status: False ; type: None ; >09:02:27,381 DEBUG blivet: DeviceFormat.teardown: device: /dev/vda ; status: False ; type: None ; >09:02:27,476 DEBUG blivet: DiskDevice.teardown: vdb ; status: True ; controllable: True ; >09:02:27,489 DEBUG blivet: DeviceFormat.teardown: device: /dev/vdb ; status: False ; type: None ; >09:02:27,512 DEBUG blivet: DeviceFormat.teardown: device: /dev/vdb ; status: False ; type: None ; >09:02:27,591 DEBUG blivet: DiskDevice.teardown: vdc ; status: True ; controllable: True ; >09:02:27,593 DEBUG blivet: DeviceFormat.teardown: device: /dev/vdc ; status: False ; type: None ; >09:02:27,600 DEBUG blivet: DeviceFormat.teardown: device: /dev/vdc ; status: False ; type: None ; >09:02:27,654 DEBUG blivet: LoopDevice.teardown: loop0 ; status: False ; controllable: False ; >09:02:27,657 DEBUG blivet: LoopDevice.teardown: loop1 ; status: False ; controllable: False ; >09:02:27,662 DEBUG blivet: LoopDevice.teardown: loop2 ; status: False ; controllable: False ; >09:02:27,668 INFO blivet: not going to restore from backup of non-existent /etc/mdadm.conf >09:02:27,670 INFO blivet: edd: collected mbr signatures: {} >09:02:27,751 DEBUG blivet: Ext4FS.supported: supported: True ; >09:02:27,754 DEBUG blivet: Ext4FS.supported: supported: True ; >09:02:27,760 DEBUG blivet: Ext4FS.supported: supported: True ; >09:02:27,773 DEBUG blivet: Ext4FS.supported: supported: True ; >09:02:27,776 DEBUG blivet: OpticalDevice.mediaPresent: sr0 ; status: True ; >09:02:27,785 DEBUG blivet: Iso9660FS.supported: supported: True ; >09:02:27,870 DEBUG blivet: DeviceTree.getDeviceByPath: path: /dev/mapper/live-base ; >09:02:27,878 DEBUG blivet: DeviceTree.getDeviceByPath returned existing 4096MB dm live-base (15) with existing ext4 filesystem >09:02:40,731 DEBUG blivet: Iso9660FS.supported: supported: True ; >09:02:40,737 DEBUG blivet: Iso9660FS.supported: supported: True ; >09:02:40,740 DEBUG blivet: NFSv4.supported: supported: False ; >09:02:40,743 DEBUG blivet: NFSv4.supported: supported: False ; >09:02:40,746 DEBUG blivet: SELinuxFS.supported: supported: False ; >09:02:40,748 DEBUG blivet: SELinuxFS.supported: supported: False ; >09:02:40,755 DEBUG blivet: Ext4FS.supported: supported: True ; >09:02:40,764 DEBUG blivet: Ext4FS.supported: supported: True ; >09:02:41,947 DEBUG blivet: Ext3FS.supported: supported: True ; >09:02:41,955 DEBUG blivet: Ext3FS.supported: supported: True ; >09:02:42,320 DEBUG blivet: Ext2FS.supported: supported: True ; >09:02:42,324 DEBUG blivet: Ext2FS.supported: supported: True ; >09:02:42,503 DEBUG blivet: SysFS.supported: supported: False ; >09:02:42,505 DEBUG blivet: SysFS.supported: supported: False ; >09:02:42,506 DEBUG blivet: MultipathMember.__init__: >09:02:42,519 DEBUG blivet: SwapSpace.__init__: >09:02:42,522 DEBUG blivet: ProcFS.supported: supported: False ; >09:02:42,524 DEBUG blivet: ProcFS.supported: supported: False ; >09:02:42,526 DEBUG blivet: NoDevFS.supported: supported: False ; >09:02:42,530 DEBUG blivet: NoDevFS.supported: supported: False ; >09:02:42,534 DEBUG blivet: DevPtsFS.supported: supported: False ; >09:02:42,536 DEBUG blivet: DevPtsFS.supported: supported: False ; >09:02:42,537 DEBUG blivet: BTRFS.supported: supported: True ; >09:02:42,754 DEBUG blivet: USBFS.supported: supported: False ; >09:02:42,755 DEBUG blivet: USBFS.supported: supported: False ; >09:02:42,757 DEBUG blivet: DiskLabel.__init__: >09:02:42,757 INFO blivet: DiskLabel.partedDevice returning None >09:02:42,760 DEBUG blivet: HFSPlus.supported: supported: False ; >09:02:42,763 DEBUG blivet: HFSPlus.supported: supported: False ; >09:02:42,765 DEBUG blivet: XFS.supported: supported: True ; >09:02:42,901 DEBUG blivet: XFS.supported: supported: True ; >09:02:42,904 DEBUG blivet: TmpFS.supported: supported: True ; >09:02:43,006 DEBUG blivet: LUKS.__init__: >09:02:43,016 DEBUG blivet: NTFS.supported: supported: False ; >09:02:43,024 DEBUG blivet: NTFS.supported: supported: False ; >09:02:43,028 DEBUG blivet: BindFS.supported: supported: False ; >09:02:43,030 DEBUG blivet: BindFS.supported: supported: False ; >09:02:43,032 DEBUG blivet: HFS.supported: supported: False ; >09:02:43,035 DEBUG blivet: HFS.supported: supported: False ; >09:02:43,039 DEBUG blivet: LVMPhysicalVolume.__init__: >09:02:43,044 DEBUG blivet: NFS.supported: supported: False ; >09:02:43,047 DEBUG blivet: NFS.supported: supported: False ; >09:02:43,052 DEBUG blivet: FATFS.supported: supported: True ; >09:02:43,058 DEBUG blivet: FATFS.supported: supported: True ; >09:02:43,062 DEBUG blivet: DMRaidMember.__init__: >09:02:43,066 DEBUG blivet: MDRaidMember.__init__: >09:02:57,267 INFO blivet: Detected 2064M of memory >09:02:57,269 INFO blivet: Swap attempt of 2064M >09:02:57,285 DEBUG blivet: clearpart: initializing vda >09:02:57,303 DEBUG blivet: removing vda >09:02:57,374 DEBUG blivet: DeviceFormat.teardown: device: /dev/vda ; status: False ; type: None ; >09:02:57,383 DEBUG blivet: getFormat('None') returning DeviceFormat instance >09:02:57,389 DEBUG blivet: DiskDevice._setFormat: vda ; current: None ; type: None ; >09:02:57,406 INFO blivet: registered action: [0] Destroy Format None on disk vda (id 1) >09:02:57,417 DEBUG blivet: DeviceFormat.teardown: device: /dev/vda ; status: False ; type: None ; >09:02:57,428 DEBUG blivet: getFormat('None') returning DeviceFormat instance >09:02:57,437 DEBUG blivet: DiskDevice._setFormat: vda ; current: None ; type: None ; >09:02:57,454 INFO blivet: registered action: [1] Destroy Format None on disk vda (id 1) >09:02:57,464 DEBUG blivet: required disklabel type for vda (15) is None >09:02:57,467 DEBUG blivet: default disklabel type for vda is msdos >09:02:57,475 DEBUG blivet: selecting msdos disklabel for vda based on size >09:02:57,491 DEBUG blivet: DiskLabel.__init__: device: /dev/vda ; labelType: msdos ; >09:02:57,518 DEBUG blivet: DiskLabel.freshPartedDisk: device: /dev/vda ; labelType: msdos ; >09:02:57,529 DEBUG blivet: Did not change pmbr_boot on parted.Disk instance -- > type: msdos primaryPartitionCount: 0 > lastPartitionNumber: -1 maxPrimaryPartitionCount: 4 > partitions: [] > device: <parted.device.Device object at 0x7f551c060490> > PedDisk: <_ped.Disk object at 0x5140e60> >09:02:57,544 DEBUG blivet: getFormat('disklabel') returning DiskLabel instance >09:02:57,556 DEBUG blivet: DeviceFormat.teardown: device: /dev/vda ; status: False ; type: None ; >09:02:57,572 DEBUG blivet: DiskDevice._setFormat: vda ; current: None ; type: disklabel ; >09:02:57,584 INFO blivet: registered action: [2] Create Format msdos disklabel on disk vda (id 1) >09:02:57,586 DEBUG blivet: clearpart: initializing vdb >09:02:57,588 DEBUG blivet: removing vdb >09:02:57,609 DEBUG blivet: DeviceFormat.teardown: device: /dev/vdb ; status: False ; type: None ; >09:02:57,615 DEBUG blivet: getFormat('None') returning DeviceFormat instance >09:02:57,644 DEBUG blivet: DiskDevice._setFormat: vdb ; current: None ; type: None ; >09:02:57,655 INFO blivet: registered action: [3] Destroy Format None on disk vdb (id 2) >09:02:57,685 DEBUG blivet: DeviceFormat.teardown: device: /dev/vdb ; status: False ; type: None ; >09:02:57,696 DEBUG blivet: getFormat('None') returning DeviceFormat instance >09:02:57,715 DEBUG blivet: DiskDevice._setFormat: vdb ; current: None ; type: None ; >09:02:57,722 INFO blivet: registered action: [4] Destroy Format None on disk vdb (id 2) >09:02:57,730 DEBUG blivet: required disklabel type for vdb (15) is None >09:02:57,745 DEBUG blivet: default disklabel type for vdb is msdos >09:02:57,750 DEBUG blivet: selecting msdos disklabel for vdb based on size >09:02:57,754 DEBUG blivet: DiskLabel.__init__: device: /dev/vdb ; labelType: msdos ; >09:02:57,783 DEBUG blivet: DiskLabel.freshPartedDisk: device: /dev/vdb ; labelType: msdos ; >09:02:57,790 DEBUG blivet: Did not change pmbr_boot on parted.Disk instance -- > type: msdos primaryPartitionCount: 0 > lastPartitionNumber: -1 maxPrimaryPartitionCount: 4 > partitions: [] > device: <parted.device.Device object at 0x7f551c060c10> > PedDisk: <_ped.Disk object at 0x7f551803df80> >09:02:57,802 DEBUG blivet: getFormat('disklabel') returning DiskLabel instance >09:02:57,820 DEBUG blivet: DeviceFormat.teardown: device: /dev/vdb ; status: False ; type: None ; >09:02:57,834 DEBUG blivet: DiskDevice._setFormat: vdb ; current: None ; type: disklabel ; >09:02:57,844 INFO blivet: registered action: [5] Create Format msdos disklabel on disk vdb (id 2) >09:02:57,852 DEBUG blivet: clearpart: initializing vdc >09:02:57,860 DEBUG blivet: removing vdc >09:02:57,874 DEBUG blivet: DeviceFormat.teardown: device: /dev/vdc ; status: False ; type: None ; >09:02:57,884 DEBUG blivet: getFormat('None') returning DeviceFormat instance >09:02:57,896 DEBUG blivet: DiskDevice._setFormat: vdc ; current: None ; type: None ; >09:02:57,908 INFO blivet: registered action: [6] Destroy Format None on disk vdc (id 3) >09:02:57,915 DEBUG blivet: DeviceFormat.teardown: device: /dev/vdc ; status: False ; type: None ; >09:02:57,934 DEBUG blivet: getFormat('None') returning DeviceFormat instance >09:02:57,958 DEBUG blivet: DiskDevice._setFormat: vdc ; current: None ; type: None ; >09:02:57,961 INFO blivet: registered action: [7] Destroy Format None on disk vdc (id 3) >09:02:57,967 DEBUG blivet: required disklabel type for vdc (15) is None >09:02:57,974 DEBUG blivet: default disklabel type for vdc is msdos >09:02:57,976 DEBUG blivet: selecting msdos disklabel for vdc based on size >09:02:57,979 DEBUG blivet: DiskLabel.__init__: device: /dev/vdc ; labelType: msdos ; >09:02:57,990 DEBUG blivet: DiskLabel.freshPartedDisk: device: /dev/vdc ; labelType: msdos ; >09:02:57,993 DEBUG blivet: Did not change pmbr_boot on parted.Disk instance -- > type: msdos primaryPartitionCount: 0 > lastPartitionNumber: -1 maxPrimaryPartitionCount: 4 > partitions: [] > device: <parted.device.Device object at 0x7f551c064390> > PedDisk: <_ped.Disk object at 0x515f8c0> >09:02:57,997 DEBUG blivet: getFormat('disklabel') returning DiskLabel instance >09:02:58,003 DEBUG blivet: DeviceFormat.teardown: device: /dev/vdc ; status: False ; type: None ; >09:02:58,008 DEBUG blivet: DiskDevice._setFormat: vdc ; current: None ; type: disklabel ; >09:02:58,014 INFO blivet: registered action: [8] Create Format msdos disklabel on disk vdc (id 3) >09:02:58,175 DEBUG blivet: DeviceTree.getDeviceByName: name: vda ; >09:02:58,178 DEBUG blivet: DeviceTree.getDeviceByName returned existing 8192MB disk vda (1) with non-existent msdos disklabel >09:02:58,284 DEBUG blivet: DeviceTree.getDeviceByName: name: vda ; >09:02:58,299 DEBUG blivet: DeviceTree.getDeviceByName returned existing 8192MB disk vda (1) with non-existent msdos disklabel >09:02:58,304 DEBUG blivet: DeviceTree.getDeviceByName: name: vda ; >09:02:58,316 DEBUG blivet: DeviceTree.getDeviceByName returned existing 8192MB disk vda (1) with non-existent msdos disklabel >09:02:58,317 DEBUG blivet: resolved 'vda' to 'vda' (disk) >09:02:58,336 DEBUG blivet: starting Blivet copy >09:02:58,384 DEBUG blivet: finished Blivet copy >09:03:00,050 DEBUG storage.ui: doAutoPart: True >09:03:00,052 DEBUG storage.ui: encryptedAutoPart: False >09:03:00,054 DEBUG storage.ui: autoPartType: 2 >09:03:00,055 DEBUG storage.ui: clearPartType: 2 >09:03:00,058 DEBUG storage.ui: clearPartDisks: ['vda', 'vdb', 'vdc'] >09:03:00,060 DEBUG storage.ui: autoPartitionRequests: >PartSpec instance (0x53f1310) -- > mountpoint = / lv = True singlePV = False thin = True btrfs = True > weight = 0 fstype = ext4 encrypted = True > size = 1024 maxSize = 51200 grow = True >PartSpec instance (0x53f1350) -- > mountpoint = /home lv = True singlePV = False thin = True btrfs = True > weight = 0 fstype = ext4 encrypted = True > size = 500 maxSize = None grow = True >PartSpec instance (0x53f1390) -- > mountpoint = /boot lv = False singlePV = False thin = False btrfs = False > weight = 2000 fstype = ext4 encrypted = False > size = 500 maxSize = None grow = False >PartSpec instance (0x53f13d0) -- > mountpoint = None lv = False singlePV = False thin = False btrfs = False > weight = 5000 fstype = biosboot encrypted = False > size = 1 maxSize = None grow = False >PartSpec instance (0x53f1410) -- > mountpoint = None lv = True singlePV = False thin = False btrfs = False > weight = 0 fstype = swap encrypted = True > size = 2064 maxSize = None grow = False > >09:03:00,063 DEBUG storage.ui: storage.disks: ['vda', 'vdb', 'vdc'] >09:03:00,066 DEBUG storage.ui: storage.partitioned: ['vda', 'vdb', 'vdc'] >09:03:00,067 DEBUG storage.ui: all names: ['/LiveOS/ext3fs.img', '/osmin', '/osmin.img (deleted)', '/overlay (deleted)', '/run/initramfs/live/LiveOS/squashfs.img', 'live-base', 'live-osimg-min', 'live-rw', 'loop0', 'loop1', 'loop2', 'loop3', 'loop4', 'sr0', 'vda', 'vdb', 'vdc'] >09:03:00,082 DEBUG storage.ui: DeviceTree.getDeviceByName: name: vda ; >09:03:00,087 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk vda (1) with non-existent msdos disklabel >09:03:00,087 DEBUG storage.ui: resolved 'vda' to 'vda' (disk) >09:03:00,088 DEBUG storage.ui: boot disk: vda >09:03:00,104 DEBUG storage.ui: LVMPhysicalVolume.__init__: mountpoint: None ; >09:03:00,108 DEBUG storage.ui: getFormat('lvmpv') returning LVMPhysicalVolume instance >09:03:00,121 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: vda ; >09:03:00,124 DEBUG storage.ui: PartitionDevice._setFormat: req0 ; >09:03:00,127 DEBUG storage.ui: PartitionDevice._setFormat: req0 ; current: None ; type: lvmpv ; >09:03:00,144 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: vda ; >09:03:00,145 INFO storage.ui: added partition req0 (id 17) to device tree >09:03:00,147 INFO storage.ui: registered action: [9] Create Device partition req0 (id 17) >09:03:00,149 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance >09:03:00,151 INFO storage.ui: registered action: [10] Create Format lvmpv on partition req0 (id 17) >09:03:00,158 DEBUG storage.ui: LVMPhysicalVolume.__init__: mountpoint: None ; >09:03:00,158 DEBUG storage.ui: getFormat('lvmpv') returning LVMPhysicalVolume instance >09:03:00,164 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: vdb ; >09:03:00,173 DEBUG storage.ui: PartitionDevice._setFormat: req1 ; >09:03:00,182 DEBUG storage.ui: PartitionDevice._setFormat: req1 ; current: None ; type: lvmpv ; >09:03:00,185 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: vdb ; >09:03:00,187 INFO storage.ui: added partition req1 (id 18) to device tree >09:03:00,188 INFO storage.ui: registered action: [11] Create Device partition req1 (id 18) >09:03:00,190 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance >09:03:00,191 INFO storage.ui: registered action: [12] Create Format lvmpv on partition req1 (id 18) >09:03:00,194 DEBUG storage.ui: LVMPhysicalVolume.__init__: mountpoint: None ; >09:03:00,196 DEBUG storage.ui: getFormat('lvmpv') returning LVMPhysicalVolume instance >09:03:00,200 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: vdc ; >09:03:00,203 DEBUG storage.ui: PartitionDevice._setFormat: req2 ; >09:03:00,206 DEBUG storage.ui: PartitionDevice._setFormat: req2 ; current: None ; type: lvmpv ; >09:03:00,209 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: vdc ; >09:03:00,210 INFO storage.ui: added partition req2 (id 19) to device tree >09:03:00,211 INFO storage.ui: registered action: [13] Create Device partition req2 (id 19) >09:03:00,213 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance >09:03:00,214 INFO storage.ui: registered action: [14] Create Format lvmpv on partition req2 (id 19) >09:03:00,219 DEBUG storage.ui: candidate disks: [DiskDevice instance (0x7f551c060990) -- > name = vda status = True kids = 0 id = 1 > parents = [] > uuid = None size = 8192.0 > format = non-existent msdos disklabel > major = 252 minor = 0 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:07.0/virtio2/block/vda partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vda type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 16777216 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 32597 did: 0 busy: False > hardwareGeometry: (16644, 16, 63) biosGeometry: (1044, 255, 63) > PedDevice: <_ped.Device object at 0x431ddd0> > target size = 0 path = /dev/vda > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f551c060910>, DiskDevice instance (0x7f551c064a50) -- > name = vdb status = True kids = 0 id = 2 > parents = [] > uuid = None size = 8192.0 > format = non-existent msdos disklabel > major = 252 minor = 16 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:09.0/virtio4/block/vdb partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vdb type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 16777216 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 32597 did: 0 busy: False > hardwareGeometry: (16644, 16, 63) biosGeometry: (1044, 255, 63) > PedDevice: <_ped.Device object at 0x4391200> > target size = 0 path = /dev/vdb > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f551c064e10>, DiskDevice instance (0x7f551c064210) -- > name = vdc status = True kids = 0 id = 3 > parents = [] > uuid = None size = 8192.0 > format = non-existent msdos disklabel > major = 252 minor = 32 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:0a.0/virtio5/block/vdc partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vdc type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 16777216 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 32597 did: 0 busy: False > hardwareGeometry: (16644, 16, 63) biosGeometry: (1044, 255, 63) > PedDevice: <_ped.Device object at 0x43913b0> > target size = 0 path = /dev/vdc > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f551c064150>] >09:03:00,227 DEBUG storage.ui: devs: [PartitionDevice instance (0x54b5c50) -- > name = req0 status = False kids = 0 id = 17 > parents = [] > uuid = None size = 500 > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/req0 > format args = [] originalFormat = lvmpv grow = True max size = 0 bootable = None > part type = None primary = False start sector = None end sector = None > partedPartition = None > disk = None >, PartitionDevice instance (0x54b5ad0) -- > name = req1 status = False kids = 0 id = 18 > parents = [] > uuid = None size = 500 > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/req1 > format args = [] originalFormat = lvmpv grow = True max size = 0 bootable = None > part type = None primary = False start sector = None end sector = None > partedPartition = None > disk = None >, PartitionDevice instance (0x54b5e50) -- > name = req2 status = False kids = 0 id = 19 > parents = [] > uuid = None size = 500 > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/req2 > format args = [] originalFormat = lvmpv grow = True max size = 0 bootable = None > part type = None primary = False start sector = None end sector = None > partedPartition = None > disk = None >] >09:03:00,232 DEBUG storage.ui: Ext4FS.supported: supported: True ; >09:03:00,233 DEBUG storage.ui: getFormat('ext4') returning Ext4FS instance >09:03:00,241 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: vda ; >09:03:00,242 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: vdb ; >09:03:00,245 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: vdc ; >09:03:00,247 DEBUG storage.ui: PartitionDevice._setFormat: req3 ; >09:03:00,253 DEBUG storage.ui: PartitionDevice._setFormat: req3 ; current: None ; type: ext4 ; >09:03:00,255 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: vda ; >09:03:00,256 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: vdb ; >09:03:00,258 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: vdc ; >09:03:00,258 INFO storage.ui: added partition req3 (id 20) to device tree >09:03:00,260 INFO storage.ui: registered action: [15] Create Device partition req3 (id 20) >09:03:00,261 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance >09:03:00,262 INFO storage.ui: registered action: [16] Create Format ext4 filesystem mounted at /boot on partition req3 (id 20) >09:03:00,263 INFO storage.ui: skipping unneeded stage1 biosboot request >09:03:00,263 DEBUG storage.ui: PartSpec instance (0x53f13d0) -- > mountpoint = None lv = False singlePV = False thin = False btrfs = False > weight = 5000 fstype = biosboot encrypted = False > size = 1 maxSize = None grow = False > >09:03:00,264 DEBUG storage.ui: existing 8192MB disk vda (1) with non-existent msdos disklabel >09:03:00,266 DEBUG storage.ui: DiskDevice.setup: vda ; status: True ; controllable: True ; orig: False ; >09:03:00,268 DEBUG storage.ui: DiskDevice.setup: vdb ; status: True ; controllable: True ; orig: False ; >09:03:00,270 DEBUG storage.ui: DiskDevice.setup: vdc ; status: True ; controllable: True ; orig: False ; >09:03:00,271 DEBUG storage.ui: removing all non-preexisting partitions ['req0(id 17)', 'req1(id 18)', 'req2(id 19)', 'req3(id 20)'] from disk(s) ['vda', 'vdb', 'vdc'] >09:03:00,273 DEBUG storage.ui: allocatePartitions: disks=['vda', 'vdb', 'vdc'] ; partitions=['req0(id 17)', 'req1(id 18)', 'req2(id 19)', 'req3(id 20)'] >09:03:00,273 DEBUG storage.ui: removing all non-preexisting partitions ['req3(id 20)', 'req0(id 17)', 'req1(id 18)', 'req2(id 19)'] from disk(s) ['vda', 'vdb', 'vdc'] >09:03:00,276 DEBUG storage.ui: DeviceTree.getDeviceByName: name: vda ; >09:03:00,279 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk vda (1) with non-existent msdos disklabel >09:03:00,279 DEBUG storage.ui: resolved 'vda' to 'vda' (disk) >09:03:00,281 DEBUG storage.ui: DeviceTree.getDeviceByName: name: vda ; >09:03:00,283 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk vda (1) with non-existent msdos disklabel >09:03:00,284 DEBUG storage.ui: resolved 'vda' to 'vda' (disk) >09:03:00,286 DEBUG storage.ui: DeviceTree.getDeviceByName: name: vda ; >09:03:00,288 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk vda (1) with non-existent msdos disklabel >09:03:00,289 DEBUG storage.ui: resolved 'vda' to 'vda' (disk) >09:03:00,290 DEBUG storage.ui: DeviceTree.getDeviceByName: name: vda ; >09:03:00,292 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk vda (1) with non-existent msdos disklabel >09:03:00,293 DEBUG storage.ui: resolved 'vda' to 'vda' (disk) >09:03:00,295 DEBUG storage.ui: DeviceTree.getDeviceByName: name: vda ; >09:03:00,297 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk vda (1) with non-existent msdos disklabel >09:03:00,298 DEBUG storage.ui: resolved 'vda' to 'vda' (disk) >09:03:00,299 DEBUG storage.ui: DeviceTree.getDeviceByName: name: vda ; >09:03:00,302 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk vda (1) with non-existent msdos disklabel >09:03:00,302 DEBUG storage.ui: resolved 'vda' to 'vda' (disk) >09:03:00,303 DEBUG storage.ui: allocating partition: req3 ; id: 20 ; disks: ['vda', 'vdb', 'vdc'] ; >boot: True ; primary: False ; size: 500MB ; grow: False ; max_size: 0 ; start: None ; end: None >09:03:00,304 DEBUG storage.ui: checking freespace on vda >09:03:00,305 DEBUG storage.ui: getBestFreeSpaceRegion: disk=/dev/vda part_type=0 req_size=500MB boot=True best=None grow=False start=None >09:03:00,306 DEBUG storage.ui: checking 63-16777215 (8191 MB) >09:03:00,306 DEBUG storage.ui: current free range is 63-16777215 (8191MB) >09:03:00,307 DEBUG storage.ui: updating use_disk to vda, type: 0 >09:03:00,308 DEBUG storage.ui: new free: 63-16777215 / 8191MB >09:03:00,309 DEBUG storage.ui: new free allows for 0 sectors of growth >09:03:00,309 DEBUG storage.ui: found free space for bootable request >09:03:00,310 DEBUG storage.ui: adjusted start sector from 63 to 2048 >09:03:00,312 DEBUG storage.ui: created partition vda1 of 500MB and added it to /dev/vda >09:03:00,314 DEBUG storage.ui: PartitionDevice._setPartedPartition: req3 ; >09:03:00,315 DEBUG storage.ui: device req3 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c060150> fileSystem: None > number: 1 path: /dev/vda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x54c13d0> PedPartition: <_ped.Partition object at 0x54bb1d0> >09:03:00,316 DEBUG storage.ui: PartitionDevice._setDisk: vda1 ; new: vda ; old: None ; >09:03:00,318 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: vda ; >09:03:00,321 DEBUG storage.ui: PartitionDevice._setPartedPartition: vda1 ; >09:03:00,322 DEBUG storage.ui: device vda1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c060150> fileSystem: None > number: 1 path: /dev/vda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x54c1310> PedPartition: <_ped.Partition object at 0x54bb110> >09:03:00,323 DEBUG storage.ui: DeviceTree.getDeviceByName: name: vda ; >09:03:00,325 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk vda (1) with non-existent msdos disklabel >09:03:00,326 DEBUG storage.ui: resolved 'vda' to 'vda' (disk) >09:03:00,328 DEBUG storage.ui: DeviceTree.getDeviceByName: name: vda ; >09:03:00,330 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk vda (1) with non-existent msdos disklabel >09:03:00,331 DEBUG storage.ui: resolved 'vda' to 'vda' (disk) >09:03:00,331 DEBUG storage.ui: allocating partition: req0 ; id: 17 ; disks: ['vda'] ; >boot: False ; primary: False ; size: 500MB ; grow: True ; max_size: 0 ; start: None ; end: None >09:03:00,332 DEBUG storage.ui: checking freespace on vda >09:03:00,333 DEBUG storage.ui: getBestFreeSpaceRegion: disk=/dev/vda part_type=0 req_size=500MB boot=False best=None grow=True start=None >09:03:00,334 DEBUG storage.ui: checking 63-2047 (0 MB) >09:03:00,335 DEBUG storage.ui: current free range is 63-2047 (0MB) >09:03:00,335 DEBUG storage.ui: checking 1026048-16777215 (7691 MB) >09:03:00,336 DEBUG storage.ui: current free range is 1026048-16777215 (7691MB) >09:03:00,337 DEBUG storage.ui: evaluating growth potential for new layout >09:03:00,338 DEBUG storage.ui: calculating growth for disk /dev/vdc >09:03:00,338 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/vdc start = 63 end = 16777215 >sectorSize = 512 > >09:03:00,339 DEBUG storage.ui: disk /dev/vdc growth: 0 (0MB) >09:03:00,340 DEBUG storage.ui: calculating growth for disk /dev/vdb >09:03:00,340 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/vdb start = 63 end = 16777215 >sectorSize = 512 > >09:03:00,341 DEBUG storage.ui: disk /dev/vdb growth: 0 (0MB) >09:03:00,342 DEBUG storage.ui: calculating growth for disk /dev/vda >09:03:00,344 DEBUG storage.ui: PartitionDevice._setPartedPartition: req0 ; >09:03:00,345 DEBUG storage.ui: device req0 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c060150> fileSystem: None > number: 2 path: /dev/vda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x54c1e10> PedPartition: <_ped.Partition object at 0x54bb230> >09:03:00,347 DEBUG storage.ui: PartitionDevice._setDisk: vda2 ; new: vda ; old: None ; >09:03:00,349 DEBUG storage.ui: DiskDevice.addChild: kids: 1 ; name: vda ; >09:03:00,350 DEBUG storage.ui: adding request 20 to chunk 16777153 (63-16777215) on /dev/vda >09:03:00,351 DEBUG storage.ui: adding request 17 to chunk 16777153 (63-16777215) on /dev/vda >09:03:00,351 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/vda start = 63 end = 16777215 >sectorSize = 512 > >09:03:00,352 DEBUG storage.ui: req: PartitionRequest instance -- >id = 20 name = vda1 growable = False >base = 1024000 growth = 0 max_grow = 0 >done = True >09:03:00,353 DEBUG storage.ui: req: PartitionRequest instance -- >id = 17 name = vda2 growable = True >base = 1024000 growth = 0 max_grow = 4293943295 >done = False >09:03:00,353 DEBUG storage.ui: 1 requests and 14729153 (7191MB) left in chunk >09:03:00,354 DEBUG storage.ui: adding 14729153 (7191MB) to 17 (vda2) >09:03:00,355 DEBUG storage.ui: new grow amount for request 17 (vda2) is 14729153 units, or 7191MB >09:03:00,355 DEBUG storage.ui: request 20 (vda1) growth: 0 (0MB) size: 500MB >09:03:00,356 DEBUG storage.ui: request 17 (vda2) growth: 14729153 (7191MB) size: 7691MB >09:03:00,357 DEBUG storage.ui: disk /dev/vda growth: 14729153 (7191MB) >09:03:00,359 DEBUG storage.ui: PartitionDevice._setPartedPartition: vda2 ; >09:03:00,359 DEBUG storage.ui: device vda2 new partedPartition None >09:03:00,361 DEBUG storage.ui: PartitionDevice._setDisk: req0 ; new: None ; old: vda ; >09:03:00,363 DEBUG storage.ui: DiskDevice.removeChild: kids: 2 ; name: vda ; >09:03:00,364 DEBUG storage.ui: total growth: 14729153 sectors >09:03:00,364 DEBUG storage.ui: updating use_disk to vda, type: 0 >09:03:00,365 DEBUG storage.ui: new free: 1026048-16777215 / 7691MB >09:03:00,366 DEBUG storage.ui: new free allows for 14729153 sectors of growth >09:03:00,367 DEBUG storage.ui: created partition vda2 of 500MB and added it to /dev/vda >09:03:00,369 DEBUG storage.ui: PartitionDevice._setPartedPartition: req0 ; >09:03:00,370 DEBUG storage.ui: device req0 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c060150> fileSystem: None > number: 2 path: /dev/vda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x54c2050> PedPartition: <_ped.Partition object at 0x54bb170> >09:03:00,372 DEBUG storage.ui: PartitionDevice._setDisk: vda2 ; new: vda ; old: None ; >09:03:00,374 DEBUG storage.ui: DiskDevice.addChild: kids: 1 ; name: vda ; >09:03:00,376 DEBUG storage.ui: PartitionDevice._setPartedPartition: vda2 ; >09:03:00,377 DEBUG storage.ui: device vda2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c060150> fileSystem: None > number: 2 path: /dev/vda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x54c20d0> PedPartition: <_ped.Partition object at 0x54bb290> >09:03:00,379 DEBUG storage.ui: DeviceTree.getDeviceByName: name: vda ; >09:03:00,381 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk vda (1) with non-existent msdos disklabel >09:03:00,382 DEBUG storage.ui: resolved 'vda' to 'vda' (disk) >09:03:00,384 DEBUG storage.ui: DeviceTree.getDeviceByName: name: vda ; >09:03:00,386 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk vda (1) with non-existent msdos disklabel >09:03:00,386 DEBUG storage.ui: resolved 'vda' to 'vda' (disk) >09:03:00,387 DEBUG storage.ui: allocating partition: req1 ; id: 18 ; disks: ['vdb'] ; >boot: False ; primary: False ; size: 500MB ; grow: True ; max_size: 0 ; start: None ; end: None >09:03:00,388 DEBUG storage.ui: checking freespace on vdb >09:03:00,389 DEBUG storage.ui: getBestFreeSpaceRegion: disk=/dev/vdb part_type=0 req_size=500MB boot=False best=None grow=True start=None >09:03:00,390 DEBUG storage.ui: checking 63-16777215 (8191 MB) >09:03:00,391 DEBUG storage.ui: current free range is 63-16777215 (8191MB) >09:03:00,391 DEBUG storage.ui: evaluating growth potential for new layout >09:03:00,392 DEBUG storage.ui: calculating growth for disk /dev/vdc >09:03:00,393 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/vdc start = 63 end = 16777215 >sectorSize = 512 > >09:03:00,393 DEBUG storage.ui: disk /dev/vdc growth: 0 (0MB) >09:03:00,394 DEBUG storage.ui: calculating growth for disk /dev/vdb >09:03:00,395 DEBUG storage.ui: adjusted start sector from 63 to 2048 >09:03:00,397 DEBUG storage.ui: PartitionDevice._setPartedPartition: req1 ; >09:03:00,398 DEBUG storage.ui: device req1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c064490> fileSystem: None > number: 1 path: /dev/vdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x54c2650> PedPartition: <_ped.Partition object at 0x54bb350> >09:03:00,400 DEBUG storage.ui: PartitionDevice._setDisk: vdb1 ; new: vdb ; old: None ; >09:03:00,402 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: vdb ; >09:03:00,403 DEBUG storage.ui: adding request 18 to chunk 16777153 (63-16777215) on /dev/vdb >09:03:00,404 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/vdb start = 63 end = 16777215 >sectorSize = 512 > >09:03:00,405 DEBUG storage.ui: req: PartitionRequest instance -- >id = 18 name = vdb1 growable = True >base = 1024000 growth = 0 max_grow = 4293943295 >done = False >09:03:00,405 DEBUG storage.ui: 1 requests and 15753153 (7691MB) left in chunk >09:03:00,406 DEBUG storage.ui: adding 15753153 (7691MB) to 18 (vdb1) >09:03:00,407 DEBUG storage.ui: new grow amount for request 18 (vdb1) is 15753153 units, or 7691MB >09:03:00,407 DEBUG storage.ui: request 18 (vdb1) growth: 15753153 (7691MB) size: 8191MB >09:03:00,408 DEBUG storage.ui: disk /dev/vdb growth: 15753153 (7691MB) >09:03:00,409 DEBUG storage.ui: calculating growth for disk /dev/vda >09:03:00,410 DEBUG storage.ui: adding request 20 to chunk 16777153 (63-16777215) on /dev/vda >09:03:00,410 DEBUG storage.ui: adding request 17 to chunk 16777153 (63-16777215) on /dev/vda >09:03:00,411 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/vda start = 63 end = 16777215 >sectorSize = 512 > >09:03:00,412 DEBUG storage.ui: req: PartitionRequest instance -- >id = 20 name = vda1 growable = False >base = 1024000 growth = 0 max_grow = 0 >done = True >09:03:00,412 DEBUG storage.ui: req: PartitionRequest instance -- >id = 17 name = vda2 growable = True >base = 1024000 growth = 0 max_grow = 4293943295 >done = False >09:03:00,413 DEBUG storage.ui: 1 requests and 14729153 (7191MB) left in chunk >09:03:00,414 DEBUG storage.ui: adding 14729153 (7191MB) to 17 (vda2) >09:03:00,414 DEBUG storage.ui: new grow amount for request 17 (vda2) is 14729153 units, or 7191MB >09:03:00,415 DEBUG storage.ui: request 20 (vda1) growth: 0 (0MB) size: 500MB >09:03:00,416 DEBUG storage.ui: request 17 (vda2) growth: 14729153 (7191MB) size: 7691MB >09:03:00,416 DEBUG storage.ui: disk /dev/vda growth: 14729153 (7191MB) >09:03:00,417 DEBUG storage.ui: PartitionDevice._setPartedPartition: vdb1 ; >09:03:00,418 DEBUG storage.ui: device vdb1 new partedPartition None >09:03:00,419 DEBUG storage.ui: PartitionDevice._setDisk: req1 ; new: None ; old: vdb ; >09:03:00,423 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: vdb ; >09:03:00,423 DEBUG storage.ui: total growth: 30482306 sectors >09:03:00,424 DEBUG storage.ui: updating use_disk to vdb, type: 0 >09:03:00,425 DEBUG storage.ui: new free: 63-16777215 / 8191MB >09:03:00,425 DEBUG storage.ui: new free allows for 30482306 sectors of growth >09:03:00,426 DEBUG storage.ui: adjusted start sector from 63 to 2048 >09:03:00,427 DEBUG storage.ui: created partition vdb1 of 500MB and added it to /dev/vdb >09:03:00,429 DEBUG storage.ui: PartitionDevice._setPartedPartition: req1 ; >09:03:00,430 DEBUG storage.ui: device req1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c064490> fileSystem: None > number: 1 path: /dev/vdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x54c23d0> PedPartition: <_ped.Partition object at 0x54bb230> >09:03:00,432 DEBUG storage.ui: PartitionDevice._setDisk: vdb1 ; new: vdb ; old: None ; >09:03:00,434 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: vdb ; >09:03:00,436 DEBUG storage.ui: PartitionDevice._setPartedPartition: vdb1 ; >09:03:00,437 DEBUG storage.ui: device vdb1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c064490> fileSystem: None > number: 1 path: /dev/vdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x54c1610> PedPartition: <_ped.Partition object at 0x54bb170> >09:03:00,439 DEBUG storage.ui: DeviceTree.getDeviceByName: name: vda ; >09:03:00,441 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk vda (1) with non-existent msdos disklabel >09:03:00,442 DEBUG storage.ui: resolved 'vda' to 'vda' (disk) >09:03:00,444 DEBUG storage.ui: DeviceTree.getDeviceByName: name: vda ; >09:03:00,446 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk vda (1) with non-existent msdos disklabel >09:03:00,447 DEBUG storage.ui: resolved 'vda' to 'vda' (disk) >09:03:00,447 DEBUG storage.ui: allocating partition: req2 ; id: 19 ; disks: ['vdc'] ; >boot: False ; primary: False ; size: 500MB ; grow: True ; max_size: 0 ; start: None ; end: None >09:03:00,448 DEBUG storage.ui: checking freespace on vdc >09:03:00,449 DEBUG storage.ui: getBestFreeSpaceRegion: disk=/dev/vdc part_type=0 req_size=500MB boot=False best=None grow=True start=None >09:03:00,450 DEBUG storage.ui: checking 63-16777215 (8191 MB) >09:03:00,451 DEBUG storage.ui: current free range is 63-16777215 (8191MB) >09:03:00,452 DEBUG storage.ui: evaluating growth potential for new layout >09:03:00,452 DEBUG storage.ui: calculating growth for disk /dev/vdc >09:03:00,453 DEBUG storage.ui: adjusted start sector from 63 to 2048 >09:03:00,456 DEBUG storage.ui: PartitionDevice._setPartedPartition: req2 ; >09:03:00,457 DEBUG storage.ui: device req2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c068050> fileSystem: None > number: 1 path: /dev/vdc1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x54c2750> PedPartition: <_ped.Partition object at 0x54bb3b0> >09:03:00,458 DEBUG storage.ui: PartitionDevice._setDisk: vdc1 ; new: vdc ; old: None ; >09:03:00,460 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: vdc ; >09:03:00,461 DEBUG storage.ui: adding request 19 to chunk 16777153 (63-16777215) on /dev/vdc >09:03:00,462 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/vdc start = 63 end = 16777215 >sectorSize = 512 > >09:03:00,463 DEBUG storage.ui: req: PartitionRequest instance -- >id = 19 name = vdc1 growable = True >base = 1024000 growth = 0 max_grow = 4293943295 >done = False >09:03:00,463 DEBUG storage.ui: 1 requests and 15753153 (7691MB) left in chunk >09:03:00,464 DEBUG storage.ui: adding 15753153 (7691MB) to 19 (vdc1) >09:03:00,465 DEBUG storage.ui: new grow amount for request 19 (vdc1) is 15753153 units, or 7691MB >09:03:00,465 DEBUG storage.ui: request 19 (vdc1) growth: 15753153 (7691MB) size: 8191MB >09:03:00,466 DEBUG storage.ui: disk /dev/vdc growth: 15753153 (7691MB) >09:03:00,467 DEBUG storage.ui: calculating growth for disk /dev/vdb >09:03:00,468 DEBUG storage.ui: adding request 18 to chunk 16777153 (63-16777215) on /dev/vdb >09:03:00,468 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/vdb start = 63 end = 16777215 >sectorSize = 512 > >09:03:00,469 DEBUG storage.ui: req: PartitionRequest instance -- >id = 18 name = vdb1 growable = True >base = 1024000 growth = 0 max_grow = 4293943295 >done = False >09:03:00,470 DEBUG storage.ui: 1 requests and 15753153 (7691MB) left in chunk >09:03:00,470 DEBUG storage.ui: adding 15753153 (7691MB) to 18 (vdb1) >09:03:00,471 DEBUG storage.ui: new grow amount for request 18 (vdb1) is 15753153 units, or 7691MB >09:03:00,472 DEBUG storage.ui: request 18 (vdb1) growth: 15753153 (7691MB) size: 8191MB >09:03:00,473 DEBUG storage.ui: disk /dev/vdb growth: 15753153 (7691MB) >09:03:00,473 DEBUG storage.ui: calculating growth for disk /dev/vda >09:03:00,474 DEBUG storage.ui: adding request 20 to chunk 16777153 (63-16777215) on /dev/vda >09:03:00,475 DEBUG storage.ui: adding request 17 to chunk 16777153 (63-16777215) on /dev/vda >09:03:00,475 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/vda start = 63 end = 16777215 >sectorSize = 512 > >09:03:00,475 DEBUG storage.ui: req: PartitionRequest instance -- >id = 20 name = vda1 growable = False >base = 1024000 growth = 0 max_grow = 0 >done = True >09:03:00,475 DEBUG storage.ui: req: PartitionRequest instance -- >id = 17 name = vda2 growable = True >base = 1024000 growth = 0 max_grow = 4293943295 >done = False >09:03:00,476 DEBUG storage.ui: 1 requests and 14729153 (7191MB) left in chunk >09:03:00,476 DEBUG storage.ui: adding 14729153 (7191MB) to 17 (vda2) >09:03:00,478 DEBUG storage.ui: new grow amount for request 17 (vda2) is 14729153 units, or 7191MB >09:03:00,479 DEBUG storage.ui: request 20 (vda1) growth: 0 (0MB) size: 500MB >09:03:00,479 DEBUG storage.ui: request 17 (vda2) growth: 14729153 (7191MB) size: 7691MB >09:03:00,480 DEBUG storage.ui: disk /dev/vda growth: 14729153 (7191MB) >09:03:00,483 DEBUG storage.ui: PartitionDevice._setPartedPartition: vdc1 ; >09:03:00,483 DEBUG storage.ui: device vdc1 new partedPartition None >09:03:00,484 DEBUG storage.ui: PartitionDevice._setDisk: req2 ; new: None ; old: vdc ; >09:03:00,486 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: vdc ; >09:03:00,486 DEBUG storage.ui: total growth: 46235459 sectors >09:03:00,488 DEBUG storage.ui: updating use_disk to vdc, type: 0 >09:03:00,489 DEBUG storage.ui: new free: 63-16777215 / 8191MB >09:03:00,490 DEBUG storage.ui: new free allows for 46235459 sectors of growth >09:03:00,490 DEBUG storage.ui: adjusted start sector from 63 to 2048 >09:03:00,492 DEBUG storage.ui: created partition vdc1 of 500MB and added it to /dev/vdc >09:03:00,494 DEBUG storage.ui: PartitionDevice._setPartedPartition: req2 ; >09:03:00,494 DEBUG storage.ui: device req2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c068050> fileSystem: None > number: 1 path: /dev/vdc1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x54c2410> PedPartition: <_ped.Partition object at 0x54bb350> >09:03:00,496 DEBUG storage.ui: PartitionDevice._setDisk: vdc1 ; new: vdc ; old: None ; >09:03:00,498 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: vdc ; >09:03:00,501 DEBUG storage.ui: PartitionDevice._setPartedPartition: vdc1 ; >09:03:00,502 DEBUG storage.ui: device vdc1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c068050> fileSystem: None > number: 1 path: /dev/vdc1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x54c24d0> PedPartition: <_ped.Partition object at 0x54bb410> >09:03:00,502 DEBUG storage.ui: growPartitions: disks=['vda', 'vdb', 'vdc'], partitions=['vda2(id 17)', 'vdb1(id 18)', 'vdc1(id 19)', 'vda1(id 20)'] >09:03:00,503 DEBUG storage.ui: growable partitions are ['vda2', 'vdb1', 'vdc1'] >09:03:00,504 DEBUG storage.ui: adding request 17 to chunk 16777153 (63-16777215) on /dev/vda >09:03:00,505 DEBUG storage.ui: adding request 20 to chunk 16777153 (63-16777215) on /dev/vda >09:03:00,505 DEBUG storage.ui: disk vda has 1 chunks >09:03:00,506 DEBUG storage.ui: adding request 18 to chunk 16777153 (63-16777215) on /dev/vdb >09:03:00,507 DEBUG storage.ui: disk vdb has 1 chunks >09:03:00,508 DEBUG storage.ui: adding request 19 to chunk 16777153 (63-16777215) on /dev/vdc >09:03:00,508 DEBUG storage.ui: disk vdc has 1 chunks >09:03:00,509 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/vda start = 63 end = 16777215 >sectorSize = 512 > >09:03:00,510 DEBUG storage.ui: req: PartitionRequest instance -- >id = 20 name = vda1 growable = False >base = 1024000 growth = 0 max_grow = 0 >done = True >09:03:00,510 DEBUG storage.ui: req: PartitionRequest instance -- >id = 17 name = vda2 growable = True >base = 1024000 growth = 0 max_grow = 4293943295 >done = False >09:03:00,511 DEBUG storage.ui: 1 requests and 14729153 (7191MB) left in chunk >09:03:00,512 DEBUG storage.ui: adding 14729153 (7191MB) to 17 (vda2) >09:03:00,513 DEBUG storage.ui: new grow amount for request 17 (vda2) is 14729153 units, or 7191MB >09:03:00,513 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/vdb start = 63 end = 16777215 >sectorSize = 512 > >09:03:00,514 DEBUG storage.ui: req: PartitionRequest instance -- >id = 18 name = vdb1 growable = True >base = 1024000 growth = 0 max_grow = 4293943295 >done = False >09:03:00,515 DEBUG storage.ui: 1 requests and 15753153 (7691MB) left in chunk >09:03:00,515 DEBUG storage.ui: adding 15753153 (7691MB) to 18 (vdb1) >09:03:00,516 DEBUG storage.ui: new grow amount for request 18 (vdb1) is 15753153 units, or 7691MB >09:03:00,517 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/vdc start = 63 end = 16777215 >sectorSize = 512 > >09:03:00,518 DEBUG storage.ui: req: PartitionRequest instance -- >id = 19 name = vdc1 growable = True >base = 1024000 growth = 0 max_grow = 4293943295 >done = False >09:03:00,518 DEBUG storage.ui: 1 requests and 15753153 (7691MB) left in chunk >09:03:00,518 DEBUG storage.ui: adding 15753153 (7691MB) to 19 (vdc1) >09:03:00,519 DEBUG storage.ui: new grow amount for request 19 (vdc1) is 15753153 units, or 7691MB >09:03:00,519 DEBUG storage.ui: growing partitions on vda >09:03:00,521 DEBUG storage.ui: partition vda1 (20): 0 >09:03:00,522 DEBUG storage.ui: new geometry for vda1: parted.Geometry instance -- > start: 2048 end: 1026047 length: 1024000 > device: <parted.device.Device object at 0x7f551c0602d0> PedGeometry: <_ped.Geometry object at 0x54c2950> >09:03:00,522 DEBUG storage.ui: partition vda2 (17): 0 >09:03:00,523 DEBUG storage.ui: new geometry for vda2: parted.Geometry instance -- > start: 1026048 end: 16777215 length: 15751168 > device: <parted.device.Device object at 0x7f551c0602d0> PedGeometry: <_ped.Geometry object at 0x54c2ad0> >09:03:00,523 DEBUG storage.ui: removing all non-preexisting partitions ['vda1(id 20)', 'vda2(id 17)'] from disk(s) ['vda'] >09:03:00,524 DEBUG storage.ui: PartitionDevice._setPartedPartition: vda1 ; >09:03:00,524 DEBUG storage.ui: device vda1 new partedPartition None >09:03:00,529 DEBUG storage.ui: PartitionDevice._setDisk: req3 ; new: None ; old: vda ; >09:03:00,531 DEBUG storage.ui: DiskDevice.removeChild: kids: 2 ; name: vda ; >09:03:00,533 DEBUG storage.ui: PartitionDevice._setPartedPartition: vda2 ; >09:03:00,533 DEBUG storage.ui: device vda2 new partedPartition None >09:03:00,535 DEBUG storage.ui: PartitionDevice._setDisk: req0 ; new: None ; old: vda ; >09:03:00,537 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: vda ; >09:03:00,538 DEBUG storage.ui: back from removeNewPartitions >09:03:00,539 DEBUG storage.ui: extended: None >09:03:00,539 DEBUG storage.ui: setting req3 new geometry: parted.Geometry instance -- > start: 2048 end: 1026047 length: 1024000 > device: <parted.device.Device object at 0x7f551c0602d0> PedGeometry: <_ped.Geometry object at 0x54c2950> >09:03:00,541 DEBUG storage.ui: PartitionDevice._setPartedPartition: req3 ; >09:03:00,542 DEBUG storage.ui: device req3 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c060150> fileSystem: None > number: 1 path: /dev/vda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x54c2d50> PedPartition: <_ped.Partition object at 0x54bb1d0> >09:03:00,544 DEBUG storage.ui: PartitionDevice._setDisk: vda1 ; new: vda ; old: None ; >09:03:00,546 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: vda ; >09:03:00,548 DEBUG storage.ui: PartitionDevice._setPartedPartition: vda1 ; >09:03:00,549 DEBUG storage.ui: device vda1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c060150> fileSystem: None > number: 1 path: /dev/vda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x54c2e90> PedPartition: <_ped.Partition object at 0x54bb4d0> >09:03:00,550 DEBUG storage.ui: setting req0 new geometry: parted.Geometry instance -- > start: 1026048 end: 16777215 length: 15751168 > device: <parted.device.Device object at 0x7f551c0602d0> PedGeometry: <_ped.Geometry object at 0x54c2ad0> >09:03:00,552 DEBUG storage.ui: PartitionDevice._setPartedPartition: req0 ; >09:03:00,553 DEBUG storage.ui: device req0 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c060150> fileSystem: None > number: 2 path: /dev/vda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x54c11d0> PedPartition: <_ped.Partition object at 0x54bb470> >09:03:00,555 DEBUG storage.ui: PartitionDevice._setDisk: vda2 ; new: vda ; old: None ; >09:03:00,557 DEBUG storage.ui: DiskDevice.addChild: kids: 1 ; name: vda ; >09:03:00,559 DEBUG storage.ui: PartitionDevice._setPartedPartition: vda2 ; >09:03:00,560 DEBUG storage.ui: device vda2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c060150> fileSystem: None > number: 2 path: /dev/vda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x54c1cd0> PedPartition: <_ped.Partition object at 0x54bb110> >09:03:00,561 DEBUG storage.ui: growing partitions on vdb >09:03:00,562 DEBUG storage.ui: partition vdb1 (18): 0 >09:03:00,563 DEBUG storage.ui: new geometry for vdb1: parted.Geometry instance -- > start: 2048 end: 16777215 length: 16775168 > device: <parted.device.Device object at 0x7f551c064b10> PedGeometry: <_ped.Geometry object at 0x54c1c50> >09:03:00,564 DEBUG storage.ui: removing all non-preexisting partitions ['vdb1(id 18)'] from disk(s) ['vdb'] >09:03:00,566 DEBUG storage.ui: PartitionDevice._setPartedPartition: vdb1 ; >09:03:00,566 DEBUG storage.ui: device vdb1 new partedPartition None >09:03:00,568 DEBUG storage.ui: PartitionDevice._setDisk: req1 ; new: None ; old: vdb ; >09:03:00,570 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: vdb ; >09:03:00,571 DEBUG storage.ui: back from removeNewPartitions >09:03:00,572 DEBUG storage.ui: extended: None >09:03:00,572 DEBUG storage.ui: setting req1 new geometry: parted.Geometry instance -- > start: 2048 end: 16777215 length: 16775168 > device: <parted.device.Device object at 0x7f551c064b10> PedGeometry: <_ped.Geometry object at 0x54c1c50> >09:03:00,574 DEBUG storage.ui: PartitionDevice._setPartedPartition: req1 ; >09:03:00,575 DEBUG storage.ui: device req1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c064490> fileSystem: None > number: 1 path: /dev/vdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x54b5dd0> PedPartition: <_ped.Partition object at 0x54bb1d0> >09:03:00,577 DEBUG storage.ui: PartitionDevice._setDisk: vdb1 ; new: vdb ; old: None ; >09:03:00,579 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: vdb ; >09:03:00,581 DEBUG storage.ui: PartitionDevice._setPartedPartition: vdb1 ; >09:03:00,582 DEBUG storage.ui: device vdb1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c064490> fileSystem: None > number: 1 path: /dev/vdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x54c2fd0> PedPartition: <_ped.Partition object at 0x54bb2f0> >09:03:00,583 DEBUG storage.ui: growing partitions on vdc >09:03:00,584 DEBUG storage.ui: partition vdc1 (19): 0 >09:03:00,585 DEBUG storage.ui: new geometry for vdc1: parted.Geometry instance -- > start: 2048 end: 16777215 length: 16775168 > device: <parted.device.Device object at 0x7f551c064f90> PedGeometry: <_ped.Geometry object at 0x54c1610> >09:03:00,585 DEBUG storage.ui: removing all non-preexisting partitions ['vdc1(id 19)'] from disk(s) ['vdc'] >09:03:00,587 DEBUG storage.ui: PartitionDevice._setPartedPartition: vdc1 ; >09:03:00,588 DEBUG storage.ui: device vdc1 new partedPartition None >09:03:00,590 DEBUG storage.ui: PartitionDevice._setDisk: req2 ; new: None ; old: vdc ; >09:03:00,592 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: vdc ; >09:03:00,593 DEBUG storage.ui: back from removeNewPartitions >09:03:00,593 DEBUG storage.ui: extended: None >09:03:00,594 DEBUG storage.ui: setting req2 new geometry: parted.Geometry instance -- > start: 2048 end: 16777215 length: 16775168 > device: <parted.device.Device object at 0x7f551c064f90> PedGeometry: <_ped.Geometry object at 0x54c1610> >09:03:00,596 DEBUG storage.ui: PartitionDevice._setPartedPartition: req2 ; >09:03:00,597 DEBUG storage.ui: device req2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c068050> fileSystem: None > number: 1 path: /dev/vdc1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x54c11d0> PedPartition: <_ped.Partition object at 0x54bb170> >09:03:00,599 DEBUG storage.ui: PartitionDevice._setDisk: vdc1 ; new: vdc ; old: None ; >09:03:00,601 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: vdc ; >09:03:00,603 DEBUG storage.ui: PartitionDevice._setPartedPartition: vdc1 ; >09:03:00,604 DEBUG storage.ui: device vdc1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c068050> fileSystem: None > number: 1 path: /dev/vdc1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x54c2bd0> PedPartition: <_ped.Partition object at 0x54bb470> >09:03:00,605 DEBUG storage.ui: fixing size of non-existent 500MB partition vda1 (20) with non-existent ext4 filesystem mounted at /boot at 500.00 >09:03:00,606 DEBUG storage.ui: fixing size of non-existent 7691MB partition vda2 (17) with non-existent lvmpv at 7691.00 >09:03:00,608 DEBUG storage.ui: fixing size of non-existent 8191MB partition vdb1 (18) with non-existent lvmpv at 8191.00 >09:03:00,609 DEBUG storage.ui: fixing size of non-existent 8191MB partition vdc1 (19) with non-existent lvmpv at 8191.00 >09:03:00,612 DEBUG storage.ui: PartitionDevice.addChild: kids: 0 ; name: vda2 ; >09:03:00,615 DEBUG storage.ui: PartitionDevice.addChild: kids: 0 ; name: vdb1 ; >09:03:00,617 DEBUG storage.ui: PartitionDevice.addChild: kids: 0 ; name: vdc1 ; >09:03:00,618 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance >09:03:00,620 DEBUG storage.ui: LVMVolumeGroupDevice._setFormat: fedora ; current: None ; type: None ; >09:03:00,622 INFO storage.ui: added lvmvg fedora (id 21) to device tree >09:03:00,623 INFO storage.ui: registered action: [17] Create Device lvmvg fedora (id 21) >09:03:00,625 DEBUG storage.ui: Ext4FS.supported: supported: True ; >09:03:00,626 DEBUG storage.ui: getFormat('ext4') returning Ext4FS instance >09:03:00,629 DEBUG storage.ui: LVMVolumeGroupDevice.addChild: kids: 0 ; name: fedora ; >09:03:00,631 DEBUG storage.ui: LVMLogicalVolumeDevice._setFormat: fedora-root ; current: None ; type: ext4 ; >09:03:00,633 DEBUG storage.ui: fedora size is 24064MB >09:03:00,634 DEBUG storage.ui: vg fedora has 24064MB free >09:03:00,635 DEBUG storage.ui: Adding fedora-root/1024MB to fedora >09:03:00,635 INFO storage.ui: added lvmlv fedora-root (id 22) to device tree >09:03:00,636 INFO storage.ui: registered action: [18] Create Device lvmlv fedora-root (id 22) >09:03:00,637 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance >09:03:00,638 INFO storage.ui: registered action: [19] Create Format ext4 filesystem mounted at / on lvmlv fedora-root (id 22) >09:03:00,641 DEBUG storage.ui: SwapSpace.__init__: mountpoint: None ; >09:03:00,641 DEBUG storage.ui: getFormat('swap') returning SwapSpace instance >09:03:00,645 DEBUG storage.ui: LVMVolumeGroupDevice.addChild: kids: 1 ; name: fedora ; >09:03:00,648 DEBUG storage.ui: LVMLogicalVolumeDevice._setFormat: fedora-swap ; current: None ; type: swap ; >09:03:00,649 DEBUG storage.ui: fedora size is 24064MB >09:03:00,650 DEBUG storage.ui: vg fedora has 23040MB free >09:03:00,651 DEBUG storage.ui: Adding fedora-swap/2064MB to fedora >09:03:00,651 INFO storage.ui: added lvmlv fedora-swap (id 23) to device tree >09:03:00,652 INFO storage.ui: registered action: [20] Create Device lvmlv fedora-swap (id 23) >09:03:00,653 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance >09:03:00,654 INFO storage.ui: registered action: [21] Create Format swap on lvmlv fedora-swap (id 23) >09:03:00,655 DEBUG storage.ui: fedora size is 24064MB >09:03:00,656 DEBUG storage.ui: vg fedora has 20976MB free >09:03:00,656 DEBUG storage.ui: vg fedora: 20976MB free ; lvs: ['root', 'swap'] >09:03:00,657 DEBUG storage.ui: adding request 22 to chunk 6016 on /dev/mapper/fedora >09:03:00,658 DEBUG storage.ui: adding request 23 to chunk 6016 on /dev/mapper/fedora >09:03:00,659 DEBUG storage.ui: Chunk.growRequests: VGChunk instance -- >device = /dev/mapper/fedora length = 6016 size = 24064 >remaining = 1 pool = 5244 >09:03:00,659 DEBUG storage.ui: req: LVRequest instance -- >id = 23 name = fedora-swap growable = False >base = 516 growth = 0 max_grow = 0 >done = True >09:03:00,660 DEBUG storage.ui: req: LVRequest instance -- >id = 22 name = fedora-root growable = True >base = 256 growth = 0 max_grow = 12544 >done = False >09:03:00,661 DEBUG storage.ui: 1 requests and 5244 (20976MB) left in chunk >09:03:00,662 DEBUG storage.ui: adding 5244 (20976MB) to 22 (fedora-root) >09:03:00,662 DEBUG storage.ui: new grow amount for request 22 (fedora-root) is 5244 units, or 20976MB >09:03:00,663 DEBUG storage.ui: trying to set lv fedora-root size to 22000MB >09:03:00,664 DEBUG storage.ui: fedora size is 24064MB >09:03:00,665 DEBUG storage.ui: vg fedora has 20976MB free >09:03:00,691 DEBUG storage.ui: DeviceTree.getDeviceByName: name: vda ; >09:03:00,693 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk vda (1) with non-existent msdos disklabel >09:03:00,695 DEBUG storage.ui: DeviceTree.getDeviceByName: name: vda ; >09:03:00,697 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk vda (1) with non-existent msdos disklabel >09:03:00,698 DEBUG storage.ui: resolved 'vda' to 'vda' (disk) >09:03:00,781 DEBUG blivet: getFormat('None') returning DeviceFormat instance >09:03:00,786 DEBUG blivet: Ext4FS.supported: supported: True ; >09:03:00,786 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >09:03:01,606 DEBUG blivet: Ext4FS.supported: supported: True ; >09:03:01,608 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >09:03:01,628 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.PartitionFactory'>: <blivet.Blivet object at 0x4d8c4d0>, 500, ['vda'], {'encrypted': False, 'raid_level': None} >09:03:01,708 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.LVMFactory'>: <blivet.Blivet object at 0x4d8c4d0>, 0, [], {} >09:03:04,858 DEBUG blivet: DeviceTree.getDeviceByName: name: fedora ; >09:03:04,865 DEBUG blivet: DeviceTree.getDeviceByName returned non-existent 24064MB lvmvg fedora (21) >09:03:15,197 DEBUG blivet: Ext4FS.supported: supported: True ; >09:03:15,200 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >09:03:15,223 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.LVMFactory'>: <blivet.Blivet object at 0x4d8c4d0>, 22000, ['vda', 'vdb', 'vdc'], {'encrypted': False, 'raid_level': None} >09:03:15,230 DEBUG blivet: fedora size is 24064MB >09:03:15,235 DEBUG blivet: vg fedora has 0MB free >09:03:15,261 DEBUG storage.ui: Blivet.factoryDevice: 0 ; 22000 ; container_raid_level: raid0 ; name: root ; encrypted: False ; container_encrypted: False ; disks: [DiskDevice instance (0x7f551c060990) -- > name = vda status = True kids = 2 id = 1 > parents = [] > uuid = None size = 8192.0 > format = non-existent msdos disklabel > major = 252 minor = 0 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:07.0/virtio2/block/vda partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vda type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 16777216 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 32597 did: 0 busy: False > hardwareGeometry: (16644, 16, 63) biosGeometry: (1044, 255, 63) > PedDevice: <_ped.Device object at 0x431ddd0> > target size = 0 path = /dev/vda > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f551c060910>, DiskDevice instance (0x7f551c064a50) -- > name = vdb status = True kids = 1 id = 2 > parents = [] > uuid = None size = 8192.0 > format = non-existent msdos disklabel > major = 252 minor = 16 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:09.0/virtio4/block/vdb partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vdb type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 16777216 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 32597 did: 0 busy: False > hardwareGeometry: (16644, 16, 63) biosGeometry: (1044, 255, 63) > PedDevice: <_ped.Device object at 0x4391200> > target size = 0 path = /dev/vdb > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f551c064e10>] ; raid_level: None ; label: ; container_name: fedora ; device: non-existent 22000MB lvmlv fedora-root (22) with non-existent ext4 filesystem mounted at / ; mountpoint: / ; fstype: ext4 ; container_size: 0 ; >09:03:15,274 DEBUG storage.ui: fedora size is 24064MB >09:03:15,275 DEBUG storage.ui: vg fedora has 0MB free >09:03:15,276 DEBUG storage.ui: fedora size is 24064MB >09:03:15,277 DEBUG storage.ui: vg fedora has 0MB free >09:03:15,283 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.LVMFactory'>: <blivet.Blivet object at 0x4d8c4d0>, 22000, ['vda', 'vdb'], {'container_raid_level': 'raid0', 'name': 'root', 'encrypted': False, 'container_encrypted': False, 'raid_level': None, 'label': '', 'container_name': 'fedora', 'device': LVMLogicalVolumeDevice instance (0x54c2f10) -- > name = fedora-root status = False kids = 0 id = 22 > parents = ['non-existent 24064MB lvmvg fedora (21)'] > uuid = None size = 22000 > format = non-existent ext4 filesystem mounted at / > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 22000 path = /dev/mapper/fedora-root > format args = [] originalFormat = ext4 target = None dmUuid = None VG device = LVMVolumeGroupDevice instance (0x54b5bd0) -- > name = fedora status = False kids = 2 id = 21 > parents = ['non-existent 7691MB partition vda2 (17) with non-existent lvmpv', > 'non-existent 8191MB partition vdb1 (18) with non-existent lvmpv', > 'non-existent 8191MB partition vdc1 (19) with non-existent lvmpv'] > uuid = None size = 24064 > format = non-existent None > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/mapper/fedora > format args = [] originalFormat = None target = None dmUuid = None free = 0 PE Size = 4.0 PE Count = 0 > PE Free = 0 PV Count = 3 > LV Names = [] modified = True > extents = 6016.0 free space = 0 > free extents = 0.0 reserved percent = 0 reserved space = 0 > PVs = ['non-existent 7691MB partition vda2 (17) with non-existent lvmpv', > 'non-existent 8191MB partition vdb1 (18) with non-existent lvmpv', > 'non-existent 8191MB partition vdc1 (19) with non-existent lvmpv'] > LVs = ['non-existent 22000MB lvmlv fedora-root (22) with non-existent ext4 filesystem mounted at /', > 'non-existent 2064MB lvmlv fedora-swap (23) with non-existent swap'] > segment type = linear percent = 0 > mirror copies = 1 snapshot total = 0MB > VG space used = 22000MB, 'mountpoint': '/', 'fstype': 'ext4', 'container_size': 0} >09:03:15,305 DEBUG storage.ui: LVMFactory.configure: parent_factory: None ; >09:03:15,305 DEBUG storage.ui: starting Blivet copy >09:03:15,437 DEBUG storage.ui: PartitionDevice._setPartedPartition: vda1 ; >09:03:15,439 DEBUG storage.ui: device vda1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x54f00d0> fileSystem: None > number: 1 path: /dev/vda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x41aa610> PedPartition: <_ped.Partition object at 0x7f5518039a10> >09:03:15,442 DEBUG storage.ui: PartitionDevice._setPartedPartition: vda2 ; >09:03:15,443 DEBUG storage.ui: device vda2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x54f00d0> fileSystem: None > number: 2 path: /dev/vda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x41aa690> PedPartition: <_ped.Partition object at 0x7f55180399b0> >09:03:15,445 DEBUG storage.ui: PartitionDevice._setPartedPartition: vdb1 ; >09:03:15,446 DEBUG storage.ui: device vdb1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x54f0710> fileSystem: None > number: 1 path: /dev/vdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x41aa150> PedPartition: <_ped.Partition object at 0x7f5518039950> >09:03:15,449 DEBUG storage.ui: PartitionDevice._setPartedPartition: vdc1 ; >09:03:15,450 DEBUG storage.ui: device vdc1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x54f0d50> fileSystem: None > number: 1 path: /dev/vdc1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x41aa390> PedPartition: <_ped.Partition object at 0x7f55180398f0> >09:03:15,451 DEBUG storage.ui: finished Blivet copy >09:03:15,453 DEBUG storage.ui: PartitionDevice.removeChild: kids: 1 ; name: vda2 ; >09:03:15,454 INFO storage.ui: removed partition vda2 (id 17) from device tree >09:03:15,457 DEBUG storage.ui: DiskDevice.removeChild: kids: 2 ; name: vda ; >09:03:15,458 INFO storage.ui: registered action: [22] Destroy Device partition vda2 (id 17) >09:03:15,460 DEBUG storage.ui: PartitionDevice.removeChild: kids: 1 ; name: vdb1 ; >09:03:15,461 INFO storage.ui: removed partition vdb1 (id 18) from device tree >09:03:15,463 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: vdb ; >09:03:15,464 INFO storage.ui: registered action: [23] Destroy Device partition vdb1 (id 18) >09:03:15,466 DEBUG storage.ui: PartitionDevice.removeChild: kids: 1 ; name: vdc1 ; >09:03:15,467 INFO storage.ui: removed partition vdc1 (id 19) from device tree >09:03:15,470 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: vdc ; >09:03:15,470 INFO storage.ui: registered action: [24] Destroy Device partition vdc1 (id 19) >09:03:15,471 DEBUG storage.ui: fedora size is 0MB >09:03:15,472 DEBUG storage.ui: vg fedora has -24064MB free >09:03:15,473 DEBUG storage.ui: size bumped to 46068 to include new device space >09:03:15,474 DEBUG storage.ui: size cut to 24064 to omit old device space >09:03:15,475 DEBUG storage.ui: child factory class: <class 'blivet.devicefactory.MDFactory'> >09:03:15,477 DEBUG storage.ui: child factory args: [<blivet.Blivet object at 0x4d8c4d0>, 24104.0, [DiskDevice instance (0x7f551c060990) -- > name = vda status = True kids = 1 id = 1 > parents = [] > uuid = None size = 8192.0 > format = non-existent msdos disklabel > major = 252 minor = 0 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:07.0/virtio2/block/vda partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vda type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 16777216 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 32597 did: 0 busy: False > hardwareGeometry: (16644, 16, 63) biosGeometry: (1044, 255, 63) > PedDevice: <_ped.Device object at 0x431ddd0> > target size = 0 path = /dev/vda > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f551c060910>, DiskDevice instance (0x7f551c064a50) -- > name = vdb status = True kids = 0 id = 2 > parents = [] > uuid = None size = 8192.0 > format = non-existent msdos disklabel > major = 252 minor = 16 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:09.0/virtio4/block/vdb partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vdb type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 16777216 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 32597 did: 0 busy: False > hardwareGeometry: (16644, 16, 63) biosGeometry: (1044, 255, 63) > PedDevice: <_ped.Device object at 0x4391200> > target size = 0 path = /dev/vdb > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f551c064e10>]] >09:03:15,484 DEBUG storage.ui: child factory kwargs: {'encrypted': False, 'raid_level': 'raid0', 'name': 'pv00', 'fstype': 'lvmpv'} >09:03:15,486 DEBUG storage.ui: MDFactory.configure: parent_factory: <blivet.devicefactory.LVMFactory object at 0x54c2890> ; >09:03:15,486 INFO storage.ui: Using 16MB superBlockSize >09:03:15,486 DEBUG storage.ui: child factory class: <class 'blivet.devicefactory.PartitionSetFactory'> >09:03:15,492 DEBUG storage.ui: child factory args: [<blivet.Blivet object at 0x4d8c4d0>, 24136.0, [DiskDevice instance (0x7f551c060990) -- > name = vda status = True kids = 1 id = 1 > parents = [] > uuid = None size = 8192.0 > format = non-existent msdos disklabel > major = 252 minor = 0 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:07.0/virtio2/block/vda partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vda type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 16777216 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 32597 did: 0 busy: False > hardwareGeometry: (16644, 16, 63) biosGeometry: (1044, 255, 63) > PedDevice: <_ped.Device object at 0x431ddd0> > target size = 0 path = /dev/vda > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f551c060910>, DiskDevice instance (0x7f551c064a50) -- > name = vdb status = True kids = 0 id = 2 > parents = [] > uuid = None size = 8192.0 > format = non-existent msdos disklabel > major = 252 minor = 16 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:09.0/virtio4/block/vdb partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vdb type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 16777216 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 32597 did: 0 busy: False > hardwareGeometry: (16644, 16, 63) biosGeometry: (1044, 255, 63) > PedDevice: <_ped.Device object at 0x4391200> > target size = 0 path = /dev/vdb > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f551c064e10>]] >09:03:15,492 DEBUG storage.ui: child factory kwargs: {'fstype': 'mdmember'} >09:03:15,494 DEBUG storage.ui: PartitionSetFactory.configure: parent_factory: <blivet.devicefactory.MDFactory object at 0x54f1550> ; >09:03:15,494 DEBUG storage.ui: parent factory container: None >09:03:15,494 DEBUG storage.ui: members: [] >09:03:15,495 DEBUG storage.ui: add_disks: ['vda', 'vdb'] >09:03:15,495 DEBUG storage.ui: remove_disks: [] >09:03:15,505 DEBUG storage.ui: MDRaidMember.__init__: >09:03:15,505 DEBUG storage.ui: getFormat('mdmember') returning MDRaidMember instance >09:03:15,509 DEBUG storage.ui: MDRaidMember.__init__: mountpoint: None ; >09:03:15,510 DEBUG storage.ui: getFormat('mdmember') returning MDRaidMember instance >09:03:15,512 DEBUG storage.ui: DiskDevice.addChild: kids: 1 ; name: vda ; >09:03:15,519 DEBUG storage.ui: PartitionDevice._setFormat: req4 ; >09:03:15,521 DEBUG storage.ui: PartitionDevice._setFormat: req4 ; current: None ; type: mdmember ; >09:03:15,524 DEBUG storage.ui: DiskDevice.removeChild: kids: 2 ; name: vda ; >09:03:15,524 INFO storage.ui: added partition req4 (id 24) to device tree >09:03:15,525 INFO storage.ui: registered action: [25] Create Device partition req4 (id 24) >09:03:15,526 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance >09:03:15,527 INFO storage.ui: registered action: [26] Create Format mdmember on partition req4 (id 24) >09:03:15,529 DEBUG storage.ui: MDRaidMember.__init__: mountpoint: None ; >09:03:15,530 DEBUG storage.ui: getFormat('mdmember') returning MDRaidMember instance >09:03:15,532 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: vdb ; >09:03:15,535 DEBUG storage.ui: PartitionDevice._setFormat: req5 ; >09:03:15,538 DEBUG storage.ui: PartitionDevice._setFormat: req5 ; current: None ; type: mdmember ; >09:03:15,540 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: vdb ; >09:03:15,541 INFO storage.ui: added partition req5 (id 25) to device tree >09:03:15,542 INFO storage.ui: registered action: [27] Create Device partition req5 (id 25) >09:03:15,542 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance >09:03:15,543 INFO storage.ui: registered action: [28] Create Format mdmember on partition req5 (id 25) >09:03:15,544 INFO storage.ui: Using 16MB superBlockSize >09:03:15,545 DEBUG storage.ui: adding a SameSizeSet with size 24136 >09:03:15,547 DEBUG storage.ui: DiskDevice.setup: vda ; status: True ; controllable: True ; orig: False ; >09:03:15,550 DEBUG storage.ui: DiskDevice.setup: vdb ; status: True ; controllable: True ; orig: False ; >09:03:15,552 DEBUG storage.ui: DiskDevice.setup: vdc ; status: True ; controllable: True ; orig: False ; >09:03:15,554 DEBUG storage.ui: removing all non-preexisting partitions ['req4(id 24)', 'req5(id 25)', 'vda1(id 20)'] from disk(s) ['vda', 'vdb', 'vdc'] >09:03:15,556 DEBUG storage.ui: PartitionDevice._setPartedPartition: vda1 ; >09:03:15,557 DEBUG storage.ui: device vda1 new partedPartition None >09:03:15,559 DEBUG storage.ui: PartitionDevice._setDisk: req3 ; new: None ; old: vda ; >09:03:15,562 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: vda ; >09:03:15,563 DEBUG storage.ui: allocatePartitions: disks=['vda', 'vdb', 'vdc'] ; partitions=['req4(id 24)', 'req5(id 25)', 'req3(id 20)'] >09:03:15,564 DEBUG storage.ui: removing all non-preexisting partitions ['req3(id 20)', 'req4(id 24)', 'req5(id 25)'] from disk(s) ['vda', 'vdb', 'vdc'] >09:03:15,566 DEBUG storage.ui: DeviceTree.getDeviceByName: name: vda ; >09:03:15,569 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk vda (1) with non-existent msdos disklabel >09:03:15,570 DEBUG storage.ui: resolved 'vda' to 'vda' (disk) >09:03:15,572 DEBUG storage.ui: DeviceTree.getDeviceByName: name: vda ; >09:03:15,575 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk vda (1) with non-existent msdos disklabel >09:03:15,576 DEBUG storage.ui: resolved 'vda' to 'vda' (disk) >09:03:15,578 DEBUG storage.ui: DeviceTree.getDeviceByName: name: vda ; >09:03:15,581 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk vda (1) with non-existent msdos disklabel >09:03:15,581 DEBUG storage.ui: resolved 'vda' to 'vda' (disk) >09:03:15,584 DEBUG storage.ui: DeviceTree.getDeviceByName: name: vda ; >09:03:15,586 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk vda (1) with non-existent msdos disklabel >09:03:15,587 DEBUG storage.ui: resolved 'vda' to 'vda' (disk) >09:03:15,590 DEBUG storage.ui: DeviceTree.getDeviceByName: name: vda ; >09:03:15,592 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk vda (1) with non-existent msdos disklabel >09:03:15,593 DEBUG storage.ui: resolved 'vda' to 'vda' (disk) >09:03:15,595 DEBUG storage.ui: DeviceTree.getDeviceByName: name: vda ; >09:03:15,598 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk vda (1) with non-existent msdos disklabel >09:03:15,599 DEBUG storage.ui: resolved 'vda' to 'vda' (disk) >09:03:15,599 DEBUG storage.ui: allocating partition: req3 ; id: 20 ; disks: ['vda', 'vdb', 'vdc'] ; >boot: True ; primary: False ; size: 500MB ; grow: False ; max_size: 0 ; start: None ; end: None >09:03:15,600 DEBUG storage.ui: checking freespace on vda >09:03:15,601 DEBUG storage.ui: getBestFreeSpaceRegion: disk=/dev/vda part_type=0 req_size=500MB boot=True best=None grow=False start=None >09:03:15,602 DEBUG storage.ui: checking 63-16777215 (8191 MB) >09:03:15,603 DEBUG storage.ui: current free range is 63-16777215 (8191MB) >09:03:15,604 DEBUG storage.ui: updating use_disk to vda, type: 0 >09:03:15,604 DEBUG storage.ui: new free: 63-16777215 / 8191MB >09:03:15,605 DEBUG storage.ui: new free allows for 0 sectors of growth >09:03:15,606 DEBUG storage.ui: found free space for bootable request >09:03:15,607 DEBUG storage.ui: adjusted start sector from 63 to 2048 >09:03:15,608 DEBUG storage.ui: created partition vda1 of 500MB and added it to /dev/vda >09:03:15,610 DEBUG storage.ui: PartitionDevice._setPartedPartition: req3 ; >09:03:15,611 DEBUG storage.ui: device req3 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c060150> fileSystem: None > number: 1 path: /dev/vda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x54c2450> PedPartition: <_ped.Partition object at 0x7f5518039890> >09:03:15,614 DEBUG storage.ui: PartitionDevice._setDisk: vda1 ; new: vda ; old: None ; >09:03:15,616 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: vda ; >09:03:15,619 DEBUG storage.ui: PartitionDevice._setPartedPartition: vda1 ; >09:03:15,620 DEBUG storage.ui: device vda1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c060150> fileSystem: None > number: 1 path: /dev/vda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x54c25d0> PedPartition: <_ped.Partition object at 0x7f5518039830> >09:03:15,622 DEBUG storage.ui: DeviceTree.getDeviceByName: name: vda ; >09:03:15,625 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk vda (1) with non-existent msdos disklabel >09:03:15,626 DEBUG storage.ui: resolved 'vda' to 'vda' (disk) >09:03:15,628 DEBUG storage.ui: DeviceTree.getDeviceByName: name: vda ; >09:03:15,631 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk vda (1) with non-existent msdos disklabel >09:03:15,632 DEBUG storage.ui: resolved 'vda' to 'vda' (disk) >09:03:15,632 DEBUG storage.ui: allocating partition: req4 ; id: 24 ; disks: ['vda'] ; >boot: False ; primary: False ; size: 1MB ; grow: True ; max_size: 12068 ; start: None ; end: None >09:03:15,633 DEBUG storage.ui: checking freespace on vda >09:03:15,634 DEBUG storage.ui: getBestFreeSpaceRegion: disk=/dev/vda part_type=0 req_size=1MB boot=False best=None grow=True start=None >09:03:15,635 DEBUG storage.ui: checking 63-2047 (0 MB) >09:03:15,636 DEBUG storage.ui: current free range is 63-2047 (0MB) >09:03:15,636 DEBUG storage.ui: checking 1026048-16777215 (7691 MB) >09:03:15,637 DEBUG storage.ui: current free range is 1026048-16777215 (7691MB) >09:03:15,638 DEBUG storage.ui: evaluating growth potential for new layout >09:03:15,639 DEBUG storage.ui: calculating growth for disk /dev/vdc >09:03:15,640 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/vdc start = 63 end = 16777215 >sectorSize = 512 > >09:03:15,640 DEBUG storage.ui: disk /dev/vdc growth: 0 (0MB) >09:03:15,641 DEBUG storage.ui: calculating growth for disk /dev/vdb >09:03:15,642 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/vdb start = 63 end = 16777215 >sectorSize = 512 > >09:03:15,642 DEBUG storage.ui: disk /dev/vdb growth: 0 (0MB) >09:03:15,643 DEBUG storage.ui: calculating growth for disk /dev/vda >09:03:15,647 DEBUG storage.ui: PartitionDevice._setPartedPartition: req4 ; >09:03:15,649 DEBUG storage.ui: device req4 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c060150> fileSystem: None > number: 2 path: /dev/vda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x54c1710> PedPartition: <_ped.Partition object at 0x7f55180397d0> >09:03:15,651 DEBUG storage.ui: PartitionDevice._setDisk: vda2 ; new: vda ; old: None ; >09:03:15,654 DEBUG storage.ui: DiskDevice.addChild: kids: 1 ; name: vda ; >09:03:15,655 DEBUG storage.ui: adding request 20 to chunk 16777153 (63-16777215) on /dev/vda >09:03:15,655 DEBUG storage.ui: adding request 24 to chunk 16777153 (63-16777215) on /dev/vda >09:03:15,656 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/vda start = 63 end = 16777215 >sectorSize = 512 > >09:03:15,657 DEBUG storage.ui: req: PartitionRequest instance -- >id = 20 name = vda1 growable = False >base = 1024000 growth = 0 max_grow = 0 >done = True >09:03:15,658 DEBUG storage.ui: req: PartitionRequest instance -- >id = 24 name = vda2 growable = True >base = 2048 growth = 0 max_grow = 24713216 >done = False >09:03:15,658 DEBUG storage.ui: 1 requests and 15751105 (7690MB) left in chunk >09:03:15,659 DEBUG storage.ui: adding 15751105 (7690MB) to 24 (vda2) >09:03:15,660 DEBUG storage.ui: new grow amount for request 24 (vda2) is 15751105 units, or 7690MB >09:03:15,660 DEBUG storage.ui: request 20 (vda1) growth: 0 (0MB) size: 500MB >09:03:15,661 DEBUG storage.ui: request 24 (vda2) growth: 15751105 (7690MB) size: 7691MB >09:03:15,662 DEBUG storage.ui: disk /dev/vda growth: 15751105 (7690MB) >09:03:15,665 DEBUG storage.ui: PartitionDevice._setPartedPartition: vda2 ; >09:03:15,665 DEBUG storage.ui: device vda2 new partedPartition None >09:03:15,668 DEBUG storage.ui: PartitionDevice._setDisk: req4 ; new: None ; old: vda ; >09:03:15,670 DEBUG storage.ui: DiskDevice.removeChild: kids: 2 ; name: vda ; >09:03:15,671 DEBUG storage.ui: total growth: 15751105 sectors >09:03:15,672 DEBUG storage.ui: updating use_disk to vda, type: 0 >09:03:15,672 DEBUG storage.ui: new free: 1026048-16777215 / 7691MB >09:03:15,673 DEBUG storage.ui: new free allows for 15751105 sectors of growth >09:03:15,674 DEBUG storage.ui: created partition vda2 of 1MB and added it to /dev/vda >09:03:15,677 DEBUG storage.ui: PartitionDevice._setPartedPartition: req4 ; >09:03:15,678 DEBUG storage.ui: device req4 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c060150> fileSystem: None > number: 2 path: /dev/vda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x54c1910> PedPartition: <_ped.Partition object at 0x7f5518039770> >09:03:15,681 DEBUG storage.ui: PartitionDevice._setDisk: vda2 ; new: vda ; old: None ; >09:03:15,683 DEBUG storage.ui: DiskDevice.addChild: kids: 1 ; name: vda ; >09:03:15,686 DEBUG storage.ui: PartitionDevice._setPartedPartition: vda2 ; >09:03:15,687 DEBUG storage.ui: device vda2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c060150> fileSystem: None > number: 2 path: /dev/vda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x54c2dd0> PedPartition: <_ped.Partition object at 0x7f55180396b0> >09:03:15,690 DEBUG storage.ui: DeviceTree.getDeviceByName: name: vda ; >09:03:15,692 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk vda (1) with non-existent msdos disklabel >09:03:15,693 DEBUG storage.ui: resolved 'vda' to 'vda' (disk) >09:03:15,696 DEBUG storage.ui: DeviceTree.getDeviceByName: name: vda ; >09:03:15,698 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk vda (1) with non-existent msdos disklabel >09:03:15,699 DEBUG storage.ui: resolved 'vda' to 'vda' (disk) >09:03:15,700 DEBUG storage.ui: allocating partition: req5 ; id: 25 ; disks: ['vdb'] ; >boot: False ; primary: False ; size: 1MB ; grow: True ; max_size: 12068 ; start: None ; end: None >09:03:15,700 DEBUG storage.ui: checking freespace on vdb >09:03:15,702 DEBUG storage.ui: getBestFreeSpaceRegion: disk=/dev/vdb part_type=0 req_size=1MB boot=False best=None grow=True start=None >09:03:15,702 DEBUG storage.ui: checking 63-16777215 (8191 MB) >09:03:15,703 DEBUG storage.ui: current free range is 63-16777215 (8191MB) >09:03:15,704 DEBUG storage.ui: evaluating growth potential for new layout >09:03:15,705 DEBUG storage.ui: calculating growth for disk /dev/vdc >09:03:15,705 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/vdc start = 63 end = 16777215 >sectorSize = 512 > >09:03:15,706 DEBUG storage.ui: disk /dev/vdc growth: 0 (0MB) >09:03:15,707 DEBUG storage.ui: calculating growth for disk /dev/vdb >09:03:15,707 DEBUG storage.ui: adjusted start sector from 63 to 2048 >09:03:15,710 DEBUG storage.ui: PartitionDevice._setPartedPartition: req5 ; >09:03:15,711 DEBUG storage.ui: device req5 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c064490> fileSystem: None > number: 1 path: /dev/vdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x54c1690> PedPartition: <_ped.Partition object at 0x7f5518039710> >09:03:15,714 DEBUG storage.ui: PartitionDevice._setDisk: vdb1 ; new: vdb ; old: None ; >09:03:15,716 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: vdb ; >09:03:15,717 DEBUG storage.ui: adding request 25 to chunk 16777153 (63-16777215) on /dev/vdb >09:03:15,718 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/vdb start = 63 end = 16777215 >sectorSize = 512 > >09:03:15,719 DEBUG storage.ui: req: PartitionRequest instance -- >id = 25 name = vdb1 growable = True >base = 2048 growth = 0 max_grow = 24713216 >done = False >09:03:15,719 DEBUG storage.ui: 1 requests and 16775105 (8190MB) left in chunk >09:03:15,720 DEBUG storage.ui: adding 16775105 (8190MB) to 25 (vdb1) >09:03:15,721 DEBUG storage.ui: new grow amount for request 25 (vdb1) is 16775105 units, or 8190MB >09:03:15,721 DEBUG storage.ui: request 25 (vdb1) growth: 16775105 (8190MB) size: 8191MB >09:03:15,722 DEBUG storage.ui: disk /dev/vdb growth: 16775105 (8190MB) >09:03:15,723 DEBUG storage.ui: calculating growth for disk /dev/vda >09:03:15,724 DEBUG storage.ui: adding request 20 to chunk 16777153 (63-16777215) on /dev/vda >09:03:15,724 DEBUG storage.ui: adding request 24 to chunk 16777153 (63-16777215) on /dev/vda >09:03:15,725 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/vda start = 63 end = 16777215 >sectorSize = 512 > >09:03:15,726 DEBUG storage.ui: req: PartitionRequest instance -- >id = 20 name = vda1 growable = False >base = 1024000 growth = 0 max_grow = 0 >done = True >09:03:15,726 DEBUG storage.ui: req: PartitionRequest instance -- >id = 24 name = vda2 growable = True >base = 2048 growth = 0 max_grow = 24713216 >done = False >09:03:15,727 DEBUG storage.ui: 1 requests and 15751105 (7690MB) left in chunk >09:03:15,728 DEBUG storage.ui: adding 15751105 (7690MB) to 24 (vda2) >09:03:15,729 DEBUG storage.ui: new grow amount for request 24 (vda2) is 15751105 units, or 7690MB >09:03:15,729 DEBUG storage.ui: request 20 (vda1) growth: 0 (0MB) size: 500MB >09:03:15,730 DEBUG storage.ui: request 24 (vda2) growth: 15751105 (7690MB) size: 7691MB >09:03:15,730 DEBUG storage.ui: disk /dev/vda growth: 15751105 (7690MB) >09:03:15,733 DEBUG storage.ui: PartitionDevice._setPartedPartition: vdb1 ; >09:03:15,734 DEBUG storage.ui: device vdb1 new partedPartition None >09:03:15,736 DEBUG storage.ui: PartitionDevice._setDisk: req5 ; new: None ; old: vdb ; >09:03:15,739 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: vdb ; >09:03:15,739 DEBUG storage.ui: total growth: 32526210 sectors >09:03:15,740 DEBUG storage.ui: updating use_disk to vdb, type: 0 >09:03:15,741 DEBUG storage.ui: new free: 63-16777215 / 8191MB >09:03:15,742 DEBUG storage.ui: new free allows for 32526210 sectors of growth >09:03:15,742 DEBUG storage.ui: adjusted start sector from 63 to 2048 >09:03:15,744 DEBUG storage.ui: created partition vdb1 of 1MB and added it to /dev/vdb >09:03:15,746 DEBUG storage.ui: PartitionDevice._setPartedPartition: req5 ; >09:03:15,747 DEBUG storage.ui: device req5 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c064490> fileSystem: None > number: 1 path: /dev/vdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x54c18d0> PedPartition: <_ped.Partition object at 0x7f55180397d0> >09:03:15,750 DEBUG storage.ui: PartitionDevice._setDisk: vdb1 ; new: vdb ; old: None ; >09:03:15,753 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: vdb ; >09:03:15,756 DEBUG storage.ui: PartitionDevice._setPartedPartition: vdb1 ; >09:03:15,757 DEBUG storage.ui: device vdb1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c064490> fileSystem: None > number: 1 path: /dev/vdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x54c1450> PedPartition: <_ped.Partition object at 0x7f5518039770> >09:03:15,757 DEBUG storage.ui: growPartitions: disks=['vda', 'vdb', 'vdc'], partitions=['vda2(id 24)', 'vdb1(id 25)', 'vda1(id 20)'] >09:03:15,758 DEBUG storage.ui: growable partitions are ['vda2', 'vdb1'] >09:03:15,759 DEBUG storage.ui: adding request 24 to chunk 16777153 (63-16777215) on /dev/vda >09:03:15,760 DEBUG storage.ui: adding request 20 to chunk 16777153 (63-16777215) on /dev/vda >09:03:15,761 DEBUG storage.ui: disk vda has 1 chunks >09:03:15,762 DEBUG storage.ui: adding request 25 to chunk 16777153 (63-16777215) on /dev/vdb >09:03:15,762 DEBUG storage.ui: disk vdb has 1 chunks >09:03:15,763 DEBUG storage.ui: disk vdc has 1 chunks >09:03:15,764 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/vda start = 63 end = 16777215 >sectorSize = 512 > >09:03:15,764 DEBUG storage.ui: req: PartitionRequest instance -- >id = 20 name = vda1 growable = False >base = 1024000 growth = 0 max_grow = 0 >done = True >09:03:15,765 DEBUG storage.ui: req: PartitionRequest instance -- >id = 24 name = vda2 growable = True >base = 2048 growth = 0 max_grow = 24713216 >done = False >09:03:15,766 DEBUG storage.ui: 1 requests and 15751105 (7690MB) left in chunk >09:03:15,766 DEBUG storage.ui: adding 15751105 (7690MB) to 24 (vda2) >09:03:15,767 DEBUG storage.ui: new grow amount for request 24 (vda2) is 15751105 units, or 7690MB >09:03:15,768 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/vdb start = 63 end = 16777215 >sectorSize = 512 > >09:03:15,769 DEBUG storage.ui: req: PartitionRequest instance -- >id = 25 name = vdb1 growable = True >base = 2048 growth = 0 max_grow = 24713216 >done = False >09:03:15,769 DEBUG storage.ui: 1 requests and 16775105 (8190MB) left in chunk >09:03:15,770 DEBUG storage.ui: adding 16775105 (8190MB) to 25 (vdb1) >09:03:15,771 DEBUG storage.ui: new grow amount for request 25 (vdb1) is 16775105 units, or 8190MB >09:03:15,771 DEBUG storage.ui: set: ['vda2', 'vdb1'] 12068 >09:03:15,772 DEBUG storage.ui: min growth is 15751105 >09:03:15,772 DEBUG storage.ui: max growth for PartitionRequest instance -- >id = 24 name = vda2 growable = True >base = 2048 growth = 15751105 max_grow = 24713216 >done = False is 24713216 >09:03:15,773 DEBUG storage.ui: max growth for PartitionRequest instance -- >id = 25 name = vdb1 growable = True >base = 2048 growth = 16775105 max_grow = 24713216 >done = False is 24713216 >09:03:15,774 DEBUG storage.ui: reclaim: PartitionRequest instance -- >id = 25 name = vdb1 growable = True >base = 2048 growth = 16775105 max_grow = 24713216 >done = False 1024000 (500 MB) >09:03:15,774 DEBUG storage.ui: set: ['vda2', 'vdb1'] 12068 >09:03:15,776 DEBUG storage.ui: min growth is 15751105 >09:03:15,776 DEBUG storage.ui: max growth for PartitionRequest instance -- >id = 24 name = vda2 growable = True >base = 2048 growth = 15751105 max_grow = 24713216 >done = True is 24713216 >09:03:15,777 DEBUG storage.ui: max growth for PartitionRequest instance -- >id = 25 name = vdb1 growable = True >base = 2048 growth = 15751105 max_grow = 24713216 >done = True is 24713216 >09:03:15,778 DEBUG storage.ui: growing partitions on vda >09:03:15,779 DEBUG storage.ui: partition vda1 (20): 0 >09:03:15,780 DEBUG storage.ui: new geometry for vda1: parted.Geometry instance -- > start: 2048 end: 1026047 length: 1024000 > device: <parted.device.Device object at 0x7f551c0602d0> PedGeometry: <_ped.Geometry object at 0x54f2d10> >09:03:15,780 DEBUG storage.ui: partition vda2 (24): 0 >09:03:15,781 DEBUG storage.ui: new geometry for vda2: parted.Geometry instance -- > start: 1026048 end: 16777215 length: 15751168 > device: <parted.device.Device object at 0x7f551c0602d0> PedGeometry: <_ped.Geometry object at 0x54f2e90> >09:03:15,781 DEBUG storage.ui: removing all non-preexisting partitions ['vda1(id 20)', 'vda2(id 24)'] from disk(s) ['vda'] >09:03:15,783 DEBUG storage.ui: PartitionDevice._setPartedPartition: vda1 ; >09:03:15,783 DEBUG storage.ui: device vda1 new partedPartition None >09:03:15,788 DEBUG storage.ui: PartitionDevice._setDisk: req3 ; new: None ; old: vda ; >09:03:15,790 DEBUG storage.ui: DiskDevice.removeChild: kids: 2 ; name: vda ; >09:03:15,794 DEBUG storage.ui: PartitionDevice._setPartedPartition: vda2 ; >09:03:15,795 DEBUG storage.ui: device vda2 new partedPartition None >09:03:15,797 DEBUG storage.ui: PartitionDevice._setDisk: req4 ; new: None ; old: vda ; >09:03:15,800 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: vda ; >09:03:15,800 DEBUG storage.ui: back from removeNewPartitions >09:03:15,801 DEBUG storage.ui: extended: None >09:03:15,802 DEBUG storage.ui: setting req3 new geometry: parted.Geometry instance -- > start: 2048 end: 1026047 length: 1024000 > device: <parted.device.Device object at 0x7f551c0602d0> PedGeometry: <_ped.Geometry object at 0x54f2d10> >09:03:15,804 DEBUG storage.ui: PartitionDevice._setPartedPartition: req3 ; >09:03:15,805 DEBUG storage.ui: device req3 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c060150> fileSystem: None > number: 1 path: /dev/vda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x44772d0> PedPartition: <_ped.Partition object at 0x4acb470> >09:03:15,808 DEBUG storage.ui: PartitionDevice._setDisk: vda1 ; new: vda ; old: None ; >09:03:15,811 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: vda ; >09:03:15,814 DEBUG storage.ui: PartitionDevice._setPartedPartition: vda1 ; >09:03:15,815 DEBUG storage.ui: device vda1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c060150> fileSystem: None > number: 1 path: /dev/vda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x54c1b10> PedPartition: <_ped.Partition object at 0x4acb350> >09:03:15,816 DEBUG storage.ui: setting req4 new geometry: parted.Geometry instance -- > start: 1026048 end: 16777215 length: 15751168 > device: <parted.device.Device object at 0x7f551c0602d0> PedGeometry: <_ped.Geometry object at 0x54f2e90> >09:03:15,818 DEBUG storage.ui: PartitionDevice._setPartedPartition: req4 ; >09:03:15,819 DEBUG storage.ui: device req4 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c060150> fileSystem: None > number: 2 path: /dev/vda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x54c21d0> PedPartition: <_ped.Partition object at 0x4acb4d0> >09:03:15,822 DEBUG storage.ui: PartitionDevice._setDisk: vda2 ; new: vda ; old: None ; >09:03:15,824 DEBUG storage.ui: DiskDevice.addChild: kids: 1 ; name: vda ; >09:03:15,827 DEBUG storage.ui: PartitionDevice._setPartedPartition: vda2 ; >09:03:15,828 DEBUG storage.ui: device vda2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c060150> fileSystem: None > number: 2 path: /dev/vda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x41aa350> PedPartition: <_ped.Partition object at 0x7f55180396b0> >09:03:15,829 DEBUG storage.ui: growing partitions on vdb >09:03:15,829 DEBUG storage.ui: partition vdb1 (25): 0 >09:03:15,830 DEBUG storage.ui: new geometry for vdb1: parted.Geometry instance -- > start: 2048 end: 15753215 length: 15751168 > device: <parted.device.Device object at 0x7f551c064b10> PedGeometry: <_ped.Geometry object at 0x54c2410> >09:03:15,831 DEBUG storage.ui: removing all non-preexisting partitions ['vdb1(id 25)'] from disk(s) ['vdb'] >09:03:15,834 DEBUG storage.ui: PartitionDevice._setPartedPartition: vdb1 ; >09:03:15,834 DEBUG storage.ui: device vdb1 new partedPartition None >09:03:15,837 DEBUG storage.ui: PartitionDevice._setDisk: req5 ; new: None ; old: vdb ; >09:03:15,839 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: vdb ; >09:03:15,840 DEBUG storage.ui: back from removeNewPartitions >09:03:15,841 DEBUG storage.ui: extended: None >09:03:15,841 DEBUG storage.ui: setting req5 new geometry: parted.Geometry instance -- > start: 2048 end: 15753215 length: 15751168 > device: <parted.device.Device object at 0x7f551c064b10> PedGeometry: <_ped.Geometry object at 0x54c2410> >09:03:15,844 DEBUG storage.ui: PartitionDevice._setPartedPartition: req5 ; >09:03:15,845 DEBUG storage.ui: device req5 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c064490> fileSystem: None > number: 1 path: /dev/vdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x41b95d0> PedPartition: <_ped.Partition object at 0x4acb470> >09:03:15,847 DEBUG storage.ui: PartitionDevice._setDisk: vdb1 ; new: vdb ; old: None ; >09:03:15,850 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: vdb ; >09:03:15,853 DEBUG storage.ui: PartitionDevice._setPartedPartition: vdb1 ; >09:03:15,854 DEBUG storage.ui: device vdb1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c064490> fileSystem: None > number: 1 path: /dev/vdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x4477250> PedPartition: <_ped.Partition object at 0x7f5518039890> >09:03:15,854 DEBUG storage.ui: growing partitions on vdc >09:03:15,855 DEBUG storage.ui: fixing size of non-existent 500MB partition vda1 (20) with non-existent ext4 filesystem mounted at /boot at 500.00 >09:03:15,856 DEBUG storage.ui: fixing size of non-existent 7691MB partition vda2 (24) with non-existent mdmember at 7691.00 >09:03:15,857 DEBUG storage.ui: fixing size of non-existent 7691MB partition vdb1 (25) with non-existent mdmember at 7691.00 >09:03:15,860 DEBUG storage.ui: LVMPhysicalVolume.__init__: mountpoint: None ; >09:03:15,861 DEBUG storage.ui: getFormat('lvmpv') returning LVMPhysicalVolume instance >09:03:15,864 DEBUG storage.ui: PartitionDevice.addChild: kids: 0 ; name: vda2 ; >09:03:15,866 DEBUG storage.ui: PartitionDevice.addChild: kids: 0 ; name: vdb1 ; >09:03:15,869 DEBUG storage.ui: MDRaidArrayDevice._setFormat: pv00 ; current: None ; type: lvmpv ; >09:03:15,870 INFO storage.ui: added mdarray pv00 (id 26) to device tree >09:03:15,870 INFO storage.ui: registered action: [29] Create Device mdarray pv00 (id 26) >09:03:15,871 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance >09:03:15,872 INFO storage.ui: registered action: [30] Create Format lvmpv on mdarray pv00 (id 26) >09:03:15,873 DEBUG storage.ui: raw RAID 0 size == 15382.0 >09:03:15,874 INFO storage.ui: Using 8MB superBlockSize >09:03:15,875 DEBUG storage.ui: non-existent RAID 0 size == 15366.0 >09:03:15,875 DEBUG storage.ui: new member set: ['pv00'] >09:03:15,876 DEBUG storage.ui: old member set: [] >09:03:15,878 DEBUG storage.ui: MDRaidArrayDevice.addChild: kids: 0 ; name: pv00 ; >09:03:15,879 DEBUG storage.ui: raw RAID 0 size == 15382.0 >09:03:15,880 INFO storage.ui: Using 8MB superBlockSize >09:03:15,881 DEBUG storage.ui: non-existent RAID 0 size == 15366.0 >09:03:15,882 DEBUG storage.ui: fedora size is 15364MB >09:03:15,883 DEBUG storage.ui: raw RAID 0 size == 15382.0 >09:03:15,883 INFO storage.ui: Using 8MB superBlockSize >09:03:15,884 DEBUG storage.ui: non-existent RAID 0 size == 15366.0 >09:03:15,885 DEBUG storage.ui: vg fedora has -8700MB free >09:03:15,886 DEBUG storage.ui: raw RAID 0 size == 15382.0 >09:03:15,887 INFO storage.ui: Using 8MB superBlockSize >09:03:15,887 DEBUG storage.ui: non-existent RAID 0 size == 15366.0 >09:03:15,888 DEBUG storage.ui: fedora size is 15364MB >09:03:15,889 DEBUG storage.ui: raw RAID 0 size == 15382.0 >09:03:15,890 INFO storage.ui: Using 8MB superBlockSize >09:03:15,891 DEBUG storage.ui: non-existent RAID 0 size == 15366.0 >09:03:15,891 DEBUG storage.ui: vg fedora has -8700MB free >09:03:15,892 INFO storage.ui: adjusting size from 22000.00 to 13300.00 so it fits in container fedora >09:03:15,893 INFO storage.ui: adjusting device size from 22000.00 to 13300.00 >09:03:15,894 DEBUG storage.ui: trying to set lv fedora-root size to 13300MB >09:03:15,895 DEBUG storage.ui: raw RAID 0 size == 15382.0 >09:03:15,896 INFO storage.ui: Using 8MB superBlockSize >09:03:15,897 DEBUG storage.ui: non-existent RAID 0 size == 15366.0 >09:03:15,898 DEBUG storage.ui: fedora size is 15364MB >09:03:15,899 DEBUG storage.ui: raw RAID 0 size == 15382.0 >09:03:15,899 INFO storage.ui: Using 8MB superBlockSize >09:03:15,900 DEBUG storage.ui: non-existent RAID 0 size == 15366.0 >09:03:15,901 DEBUG storage.ui: vg fedora has -8700MB free >09:03:15,944 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.LVMFactory'>: <blivet.Blivet object at 0x4d8c4d0>, 0, [], {} >09:03:21,764 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.LVMFactory'>: <blivet.Blivet object at 0x4d8c4d0>, 0, [], {} >09:03:24,705 DEBUG blivet: Ext4FS.supported: supported: True ; >09:03:24,706 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >09:03:24,727 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.LVMFactory'>: <blivet.Blivet object at 0x4d8c4d0>, 5000, ['vda', 'vdb'], {'encrypted': False, 'raid_level': None} >09:03:24,729 DEBUG blivet: raw RAID 0 size == 15382.0 >09:03:24,729 INFO blivet: Using 8MB superBlockSize >09:03:24,730 DEBUG blivet: non-existent RAID 0 size == 15366.0 >09:03:24,735 DEBUG blivet: raw RAID 0 size == 15382.0 >09:03:24,737 INFO blivet: Using 8MB superBlockSize >09:03:24,738 DEBUG blivet: non-existent RAID 0 size == 15366.0 >09:03:24,739 DEBUG blivet: fedora size is 15364MB >09:03:24,742 DEBUG blivet: raw RAID 0 size == 15382.0 >09:03:24,744 INFO blivet: Using 8MB superBlockSize >09:03:24,745 DEBUG blivet: non-existent RAID 0 size == 15366.0 >09:03:24,747 DEBUG blivet: vg fedora has 0MB free >09:03:24,749 DEBUG blivet: raw RAID 0 size == 15382.0 >09:03:24,751 INFO blivet: Using 8MB superBlockSize >09:03:24,752 DEBUG blivet: non-existent RAID 0 size == 15366.0 >09:03:24,771 DEBUG storage.ui: Blivet.factoryDevice: 0 ; 5000 ; container_raid_level: raid0 ; name: root ; encrypted: False ; container_encrypted: False ; disks: [DiskDevice instance (0x7f551c060990) -- > name = vda status = True kids = 2 id = 1 > parents = [] > uuid = None size = 8192.0 > format = non-existent msdos disklabel > major = 252 minor = 0 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:07.0/virtio2/block/vda partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vda type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 16777216 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 32597 did: 0 busy: False > hardwareGeometry: (16644, 16, 63) biosGeometry: (1044, 255, 63) > PedDevice: <_ped.Device object at 0x431ddd0> > target size = 0 path = /dev/vda > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f551c060910>, DiskDevice instance (0x7f551c064a50) -- > name = vdb status = True kids = 1 id = 2 > parents = [] > uuid = None size = 8192.0 > format = non-existent msdos disklabel > major = 252 minor = 16 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:09.0/virtio4/block/vdb partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vdb type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 16777216 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 32597 did: 0 busy: False > hardwareGeometry: (16644, 16, 63) biosGeometry: (1044, 255, 63) > PedDevice: <_ped.Device object at 0x4391200> > target size = 0 path = /dev/vdb > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f551c064e10>] ; raid_level: None ; label: ; container_name: fedora ; device: non-existent 13300MB lvmlv fedora-root (22) with non-existent ext4 filesystem mounted at / ; mountpoint: / ; fstype: ext4 ; container_size: 0 ; >09:03:24,777 DEBUG storage.ui: raw RAID 0 size == 15382.0 >09:03:24,777 INFO storage.ui: Using 8MB superBlockSize >09:03:24,777 DEBUG storage.ui: non-existent RAID 0 size == 15366.0 >09:03:24,779 DEBUG storage.ui: raw RAID 0 size == 15382.0 >09:03:24,784 INFO storage.ui: Using 8MB superBlockSize >09:03:24,784 DEBUG storage.ui: non-existent RAID 0 size == 15366.0 >09:03:24,786 DEBUG storage.ui: raw RAID 0 size == 15382.0 >09:03:24,786 INFO storage.ui: Using 8MB superBlockSize >09:03:24,786 DEBUG storage.ui: non-existent RAID 0 size == 15366.0 >09:03:24,793 DEBUG storage.ui: raw RAID 0 size == 15382.0 >09:03:24,795 INFO storage.ui: Using 8MB superBlockSize >09:03:24,796 DEBUG storage.ui: non-existent RAID 0 size == 15366.0 >09:03:24,800 DEBUG storage.ui: raw RAID 0 size == 15382.0 >09:03:24,800 INFO storage.ui: Using 8MB superBlockSize >09:03:24,801 DEBUG storage.ui: non-existent RAID 0 size == 15366.0 >09:03:24,802 DEBUG storage.ui: fedora size is 15364MB >09:03:24,804 DEBUG storage.ui: raw RAID 0 size == 15382.0 >09:03:24,804 INFO storage.ui: Using 8MB superBlockSize >09:03:24,806 DEBUG storage.ui: non-existent RAID 0 size == 15366.0 >09:03:24,806 DEBUG storage.ui: vg fedora has 0MB free >09:03:24,809 DEBUG storage.ui: raw RAID 0 size == 15382.0 >09:03:24,809 INFO storage.ui: Using 8MB superBlockSize >09:03:24,810 DEBUG storage.ui: non-existent RAID 0 size == 15366.0 >09:03:24,812 DEBUG storage.ui: fedora size is 15364MB >09:03:24,814 DEBUG storage.ui: raw RAID 0 size == 15382.0 >09:03:24,814 INFO storage.ui: Using 8MB superBlockSize >09:03:24,815 DEBUG storage.ui: non-existent RAID 0 size == 15366.0 >09:03:24,815 DEBUG storage.ui: vg fedora has 0MB free >09:03:24,816 DEBUG storage.ui: raw RAID 0 size == 15382.0 >09:03:24,820 INFO storage.ui: Using 8MB superBlockSize >09:03:24,820 DEBUG storage.ui: non-existent RAID 0 size == 15366.0 >09:03:24,823 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.LVMFactory'>: <blivet.Blivet object at 0x4d8c4d0>, 5000, ['vda', 'vdb'], {'container_raid_level': 'raid0', 'name': 'root', 'encrypted': False, 'container_encrypted': False, 'raid_level': None, 'label': '', 'container_name': 'fedora', 'device': LVMLogicalVolumeDevice instance (0x54c2f10) -- > name = fedora-root status = False kids = 0 id = 22 > parents = ['non-existent 15364MB lvmvg fedora (21)'] > uuid = None size = 13300 > format = non-existent ext4 filesystem mounted at / > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 13300 path = /dev/mapper/fedora-root > format args = [] originalFormat = ext4 target = None dmUuid = None VG device = LVMVolumeGroupDevice instance (0x54b5bd0) -- > name = fedora status = False kids = 2 id = 21 > parents = ['non-existent 15366MB mdarray pv00 (26) with non-existent lvmpv'] > uuid = None size = 15364 > format = non-existent None > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/mapper/fedora > format args = [] originalFormat = None target = None dmUuid = None free = 0 PE Size = 4.0 PE Count = 0 > PE Free = 0 PV Count = 1 > LV Names = [] modified = True > extents = 3841.0 free space = 0 > free extents = 0.0 reserved percent = 0 reserved space = 0 > PVs = ['non-existent 15366MB mdarray pv00 (26) with non-existent lvmpv'] > LVs = ['non-existent 13300MB lvmlv fedora-root (22) with non-existent ext4 filesystem mounted at /', > 'non-existent 2064MB lvmlv fedora-swap (23) with non-existent swap'] > segment type = linear percent = 0 > mirror copies = 1 snapshot total = 0MB > VG space used = 13300MB, 'mountpoint': '/', 'fstype': 'ext4', 'container_size': 0} >09:03:24,825 DEBUG storage.ui: LVMFactory.configure: parent_factory: None ; >09:03:24,826 DEBUG storage.ui: starting Blivet copy >09:03:24,889 DEBUG storage.ui: PartitionDevice._setPartedPartition: vda1 ; >09:03:24,890 DEBUG storage.ui: device vda1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x4477950> fileSystem: None > number: 1 path: /dev/vda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f5520165190> PedPartition: <_ped.Partition object at 0x4acb3b0> >09:03:24,893 DEBUG storage.ui: PartitionDevice._setPartedPartition: vda2 ; >09:03:24,894 DEBUG storage.ui: device vda2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x4477950> fileSystem: None > number: 2 path: /dev/vda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f5520165310> PedPartition: <_ped.Partition object at 0x4acb470> >09:03:24,897 DEBUG storage.ui: PartitionDevice._setPartedPartition: vdb1 ; >09:03:24,898 DEBUG storage.ui: device vdb1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x4477f90> fileSystem: None > number: 1 path: /dev/vdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f5520165410> PedPartition: <_ped.Partition object at 0x4acb4d0> >09:03:24,899 DEBUG storage.ui: finished Blivet copy >09:03:24,900 DEBUG storage.ui: raw RAID 0 size == 15382.0 >09:03:24,901 INFO storage.ui: Using 8MB superBlockSize >09:03:24,901 DEBUG storage.ui: non-existent RAID 0 size == 15366.0 >09:03:24,903 DEBUG storage.ui: raw RAID 0 size == 15382.0 >09:03:24,903 INFO storage.ui: Using 8MB superBlockSize >09:03:24,905 DEBUG storage.ui: non-existent RAID 0 size == 15366.0 >09:03:24,905 DEBUG storage.ui: fedora size is 15364MB >09:03:24,907 DEBUG storage.ui: raw RAID 0 size == 15382.0 >09:03:24,907 INFO storage.ui: Using 8MB superBlockSize >09:03:24,908 DEBUG storage.ui: non-existent RAID 0 size == 15366.0 >09:03:24,909 DEBUG storage.ui: vg fedora has 0MB free >09:03:24,909 DEBUG storage.ui: size bumped to 20370 to include new device space >09:03:24,910 DEBUG storage.ui: size cut to 7066 to omit old device space >09:03:24,911 DEBUG storage.ui: child factory class: <class 'blivet.devicefactory.MDFactory'> >09:03:24,914 DEBUG storage.ui: child factory args: [<blivet.Blivet object at 0x4d8c4d0>, 7106.0, [DiskDevice instance (0x7f551c060990) -- > name = vda status = True kids = 2 id = 1 > parents = [] > uuid = None size = 8192.0 > format = non-existent msdos disklabel > major = 252 minor = 0 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:07.0/virtio2/block/vda partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vda type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 16777216 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 32597 did: 0 busy: False > hardwareGeometry: (16644, 16, 63) biosGeometry: (1044, 255, 63) > PedDevice: <_ped.Device object at 0x431ddd0> > target size = 0 path = /dev/vda > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f551c060910>, DiskDevice instance (0x7f551c064a50) -- > name = vdb status = True kids = 1 id = 2 > parents = [] > uuid = None size = 8192.0 > format = non-existent msdos disklabel > major = 252 minor = 16 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:09.0/virtio4/block/vdb partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vdb type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 16777216 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 32597 did: 0 busy: False > hardwareGeometry: (16644, 16, 63) biosGeometry: (1044, 255, 63) > PedDevice: <_ped.Device object at 0x4391200> > target size = 0 path = /dev/vdb > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f551c064e10>]] >09:03:24,922 DEBUG storage.ui: raw RAID 0 size == 15382.0 >09:03:24,922 INFO storage.ui: Using 8MB superBlockSize >09:03:24,923 DEBUG storage.ui: non-existent RAID 0 size == 15366.0 >09:03:24,923 DEBUG storage.ui: child factory kwargs: {'device': MDRaidArrayDevice instance (0x54c1290) -- > name = pv00 status = False kids = 1 id = 26 > parents = ['non-existent 7691MB partition vda2 (24) with non-existent mdmember', > 'non-existent 7691MB partition vdb1 (25) with non-existent mdmember'] > uuid = None size = 15366.0 > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 24104.0 path = /dev/md/pv00 > format args = None originalFormat = lvmpv level = 0 spares = 0 > members = 2 > total devices = 2 metadata version = default, 'encrypted': False, 'raid_level': 'raid0', 'fstype': 'lvmpv'} >09:03:24,926 DEBUG storage.ui: MDFactory.configure: parent_factory: <blivet.devicefactory.LVMFactory object at 0x44776d0> ; >09:03:24,926 INFO storage.ui: Using 4MB superBlockSize >09:03:24,926 DEBUG storage.ui: child factory class: <class 'blivet.devicefactory.PartitionSetFactory'> >09:03:24,931 DEBUG storage.ui: child factory args: [<blivet.Blivet object at 0x4d8c4d0>, 7114.0, [DiskDevice instance (0x7f551c060990) -- > name = vda status = True kids = 2 id = 1 > parents = [] > uuid = None size = 8192.0 > format = non-existent msdos disklabel > major = 252 minor = 0 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:07.0/virtio2/block/vda partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vda type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 16777216 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 32597 did: 0 busy: False > hardwareGeometry: (16644, 16, 63) biosGeometry: (1044, 255, 63) > PedDevice: <_ped.Device object at 0x431ddd0> > target size = 0 path = /dev/vda > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f551c060910>, DiskDevice instance (0x7f551c064a50) -- > name = vdb status = True kids = 1 id = 2 > parents = [] > uuid = None size = 8192.0 > format = non-existent msdos disklabel > major = 252 minor = 16 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:09.0/virtio4/block/vdb partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vdb type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 16777216 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 32597 did: 0 busy: False > hardwareGeometry: (16644, 16, 63) biosGeometry: (1044, 255, 63) > PedDevice: <_ped.Device object at 0x4391200> > target size = 0 path = /dev/vdb > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f551c064e10>]] >09:03:24,932 DEBUG storage.ui: child factory kwargs: {'fstype': 'mdmember'} >09:03:24,938 DEBUG storage.ui: PartitionSetFactory.configure: parent_factory: <blivet.devicefactory.MDFactory object at 0x54c21d0> ; >09:03:24,939 DEBUG storage.ui: raw RAID 0 size == 15382.0 >09:03:24,939 INFO storage.ui: Using 8MB superBlockSize >09:03:24,940 DEBUG storage.ui: non-existent RAID 0 size == 15366.0 >09:03:24,940 DEBUG storage.ui: parent factory container: non-existent 15366MB mdarray pv00 (26) with non-existent lvmpv >09:03:24,940 DEBUG storage.ui: members: ['vda2', 'vdb1'] >09:03:24,940 DEBUG storage.ui: add_disks: [] >09:03:24,943 DEBUG storage.ui: remove_disks: [] >09:03:24,946 DEBUG storage.ui: MDRaidMember.__init__: >09:03:24,948 DEBUG storage.ui: getFormat('mdmember') returning MDRaidMember instance >09:03:24,948 INFO storage.ui: Using 4MB superBlockSize >09:03:24,956 DEBUG storage.ui: adding a SameSizeSet with size 7114 >09:03:24,959 DEBUG storage.ui: DiskDevice.setup: vda ; status: True ; controllable: True ; orig: False ; >09:03:24,963 DEBUG storage.ui: DiskDevice.setup: vdb ; status: True ; controllable: True ; orig: False ; >09:03:24,967 DEBUG storage.ui: DiskDevice.setup: vdc ; status: True ; controllable: True ; orig: False ; >09:03:24,972 DEBUG storage.ui: removing all non-preexisting partitions ['vda1(id 20)', 'vda2(id 24)', 'vdb1(id 25)'] from disk(s) ['vda', 'vdb', 'vdc'] >09:03:24,977 DEBUG storage.ui: PartitionDevice._setPartedPartition: vda1 ; >09:03:24,978 DEBUG storage.ui: device vda1 new partedPartition None >09:03:24,980 DEBUG storage.ui: PartitionDevice._setDisk: req3 ; new: None ; old: vda ; >09:03:24,983 DEBUG storage.ui: DiskDevice.removeChild: kids: 2 ; name: vda ; >09:03:24,985 DEBUG storage.ui: PartitionDevice._setPartedPartition: vda2 ; >09:03:24,986 DEBUG storage.ui: device vda2 new partedPartition None >09:03:24,988 DEBUG storage.ui: PartitionDevice._setDisk: req4 ; new: None ; old: vda ; >09:03:24,991 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: vda ; >09:03:24,993 DEBUG storage.ui: PartitionDevice._setPartedPartition: vdb1 ; >09:03:24,994 DEBUG storage.ui: device vdb1 new partedPartition None >09:03:24,996 DEBUG storage.ui: PartitionDevice._setDisk: req5 ; new: None ; old: vdb ; >09:03:24,999 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: vdb ; >09:03:25,000 DEBUG storage.ui: allocatePartitions: disks=['vda', 'vdb', 'vdc'] ; partitions=['req3(id 20)', 'req4(id 24)', 'req5(id 25)'] >09:03:25,001 DEBUG storage.ui: removing all non-preexisting partitions ['req3(id 20)', 'req4(id 24)', 'req5(id 25)'] from disk(s) ['vda', 'vdb', 'vdc'] >09:03:25,003 DEBUG storage.ui: DeviceTree.getDeviceByName: name: vda ; >09:03:25,006 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk vda (1) with non-existent msdos disklabel >09:03:25,007 DEBUG storage.ui: resolved 'vda' to 'vda' (disk) >09:03:25,010 DEBUG storage.ui: DeviceTree.getDeviceByName: name: vda ; >09:03:25,014 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk vda (1) with non-existent msdos disklabel >09:03:25,014 DEBUG storage.ui: resolved 'vda' to 'vda' (disk) >09:03:25,018 DEBUG storage.ui: DeviceTree.getDeviceByName: name: vda ; >09:03:25,020 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk vda (1) with non-existent msdos disklabel >09:03:25,021 DEBUG storage.ui: resolved 'vda' to 'vda' (disk) >09:03:25,024 DEBUG storage.ui: DeviceTree.getDeviceByName: name: vda ; >09:03:25,027 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk vda (1) with non-existent msdos disklabel >09:03:25,028 DEBUG storage.ui: resolved 'vda' to 'vda' (disk) >09:03:25,030 DEBUG storage.ui: DeviceTree.getDeviceByName: name: vda ; >09:03:25,033 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk vda (1) with non-existent msdos disklabel >09:03:25,034 DEBUG storage.ui: resolved 'vda' to 'vda' (disk) >09:03:25,036 DEBUG storage.ui: DeviceTree.getDeviceByName: name: vda ; >09:03:25,039 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk vda (1) with non-existent msdos disklabel >09:03:25,040 DEBUG storage.ui: resolved 'vda' to 'vda' (disk) >09:03:25,041 DEBUG storage.ui: allocating partition: req3 ; id: 20 ; disks: ['vda', 'vdb', 'vdc'] ; >boot: True ; primary: False ; size: 500MB ; grow: False ; max_size: 0 ; start: None ; end: None >09:03:25,042 DEBUG storage.ui: checking freespace on vda >09:03:25,043 DEBUG storage.ui: getBestFreeSpaceRegion: disk=/dev/vda part_type=0 req_size=500MB boot=True best=None grow=False start=None >09:03:25,044 DEBUG storage.ui: checking 63-16777215 (8191 MB) >09:03:25,045 DEBUG storage.ui: current free range is 63-16777215 (8191MB) >09:03:25,046 DEBUG storage.ui: updating use_disk to vda, type: 0 >09:03:25,046 DEBUG storage.ui: new free: 63-16777215 / 8191MB >09:03:25,047 DEBUG storage.ui: new free allows for 0 sectors of growth >09:03:25,048 DEBUG storage.ui: found free space for bootable request >09:03:25,049 DEBUG storage.ui: adjusted start sector from 63 to 2048 >09:03:25,050 DEBUG storage.ui: created partition vda1 of 500MB and added it to /dev/vda >09:03:25,053 DEBUG storage.ui: PartitionDevice._setPartedPartition: req3 ; >09:03:25,054 DEBUG storage.ui: device req3 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c060150> fileSystem: None > number: 1 path: /dev/vda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f5520169e50> PedPartition: <_ped.Partition object at 0x7f55180396b0> >09:03:25,057 DEBUG storage.ui: PartitionDevice._setDisk: vda1 ; new: vda ; old: None ; >09:03:25,060 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: vda ; >09:03:25,063 DEBUG storage.ui: PartitionDevice._setPartedPartition: vda1 ; >09:03:25,064 DEBUG storage.ui: device vda1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c060150> fileSystem: None > number: 1 path: /dev/vda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f5520169e90> PedPartition: <_ped.Partition object at 0x7f5518039830> >09:03:25,066 DEBUG storage.ui: DeviceTree.getDeviceByName: name: vda ; >09:03:25,069 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk vda (1) with non-existent msdos disklabel >09:03:25,069 DEBUG storage.ui: resolved 'vda' to 'vda' (disk) >09:03:25,072 DEBUG storage.ui: DeviceTree.getDeviceByName: name: vda ; >09:03:25,075 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk vda (1) with non-existent msdos disklabel >09:03:25,076 DEBUG storage.ui: resolved 'vda' to 'vda' (disk) >09:03:25,077 DEBUG storage.ui: allocating partition: req4 ; id: 24 ; disks: ['vda'] ; >boot: False ; primary: False ; size: 1MB ; grow: True ; max_size: 3557 ; start: None ; end: None >09:03:25,077 DEBUG storage.ui: checking freespace on vda >09:03:25,078 DEBUG storage.ui: getBestFreeSpaceRegion: disk=/dev/vda part_type=0 req_size=1MB boot=False best=None grow=True start=None >09:03:25,079 DEBUG storage.ui: checking 63-2047 (0 MB) >09:03:25,080 DEBUG storage.ui: current free range is 63-2047 (0MB) >09:03:25,081 DEBUG storage.ui: checking 1026048-16777215 (7691 MB) >09:03:25,082 DEBUG storage.ui: current free range is 1026048-16777215 (7691MB) >09:03:25,082 DEBUG storage.ui: evaluating growth potential for new layout >09:03:25,083 DEBUG storage.ui: calculating growth for disk /dev/vdc >09:03:25,084 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/vdc start = 63 end = 16777215 >sectorSize = 512 > >09:03:25,085 DEBUG storage.ui: disk /dev/vdc growth: 0 (0MB) >09:03:25,085 DEBUG storage.ui: calculating growth for disk /dev/vdb >09:03:25,086 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/vdb start = 63 end = 16777215 >sectorSize = 512 > >09:03:25,087 DEBUG storage.ui: disk /dev/vdb growth: 0 (0MB) >09:03:25,087 DEBUG storage.ui: calculating growth for disk /dev/vda >09:03:25,090 DEBUG storage.ui: PartitionDevice._setPartedPartition: req4 ; >09:03:25,091 DEBUG storage.ui: device req4 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c060150> fileSystem: None > number: 2 path: /dev/vda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f5520165ed0> PedPartition: <_ped.Partition object at 0x4acb350> >09:03:25,094 DEBUG storage.ui: PartitionDevice._setDisk: vda2 ; new: vda ; old: None ; >09:03:25,096 DEBUG storage.ui: DiskDevice.addChild: kids: 1 ; name: vda ; >09:03:25,097 DEBUG storage.ui: adding request 20 to chunk 16777153 (63-16777215) on /dev/vda >09:03:25,098 DEBUG storage.ui: adding request 24 to chunk 16777153 (63-16777215) on /dev/vda >09:03:25,098 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/vda start = 63 end = 16777215 >sectorSize = 512 > >09:03:25,099 DEBUG storage.ui: req: PartitionRequest instance -- >id = 20 name = vda1 growable = False >base = 1024000 growth = 0 max_grow = 0 >done = True >09:03:25,100 DEBUG storage.ui: req: PartitionRequest instance -- >id = 24 name = vda2 growable = True >base = 2048 growth = 0 max_grow = 7282688 >done = False >09:03:25,100 DEBUG storage.ui: 1 requests and 15751105 (7690MB) left in chunk >09:03:25,101 DEBUG storage.ui: adding 15751105 (7690MB) to 24 (vda2) >09:03:25,102 DEBUG storage.ui: taking back 8468417 (4134MB) from 24 (vda2) >09:03:25,103 DEBUG storage.ui: new grow amount for request 24 (vda2) is 7282688 units, or 3556MB >09:03:25,103 DEBUG storage.ui: request 20 (vda1) growth: 0 (0MB) size: 500MB >09:03:25,104 DEBUG storage.ui: request 24 (vda2) growth: 7282688 (3556MB) size: 3557MB >09:03:25,105 DEBUG storage.ui: disk /dev/vda growth: 7282688 (3556MB) >09:03:25,107 DEBUG storage.ui: PartitionDevice._setPartedPartition: vda2 ; >09:03:25,108 DEBUG storage.ui: device vda2 new partedPartition None >09:03:25,110 DEBUG storage.ui: PartitionDevice._setDisk: req4 ; new: None ; old: vda ; >09:03:25,113 DEBUG storage.ui: DiskDevice.removeChild: kids: 2 ; name: vda ; >09:03:25,113 DEBUG storage.ui: total growth: 7282688 sectors >09:03:25,114 DEBUG storage.ui: updating use_disk to vda, type: 0 >09:03:25,115 DEBUG storage.ui: new free: 1026048-16777215 / 7691MB >09:03:25,116 DEBUG storage.ui: new free allows for 7282688 sectors of growth >09:03:25,117 DEBUG storage.ui: created partition vda2 of 1MB and added it to /dev/vda >09:03:25,120 DEBUG storage.ui: PartitionDevice._setPartedPartition: req4 ; >09:03:25,121 DEBUG storage.ui: device req4 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c060150> fileSystem: None > number: 2 path: /dev/vda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x5715290> PedPartition: <_ped.Partition object at 0x448e3b0> >09:03:25,123 DEBUG storage.ui: PartitionDevice._setDisk: vda2 ; new: vda ; old: None ; >09:03:25,126 DEBUG storage.ui: DiskDevice.addChild: kids: 1 ; name: vda ; >09:03:25,129 DEBUG storage.ui: PartitionDevice._setPartedPartition: vda2 ; >09:03:25,130 DEBUG storage.ui: device vda2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c060150> fileSystem: None > number: 2 path: /dev/vda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x57153d0> PedPartition: <_ped.Partition object at 0x448e050> >09:03:25,133 DEBUG storage.ui: DeviceTree.getDeviceByName: name: vda ; >09:03:25,135 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk vda (1) with non-existent msdos disklabel >09:03:25,136 DEBUG storage.ui: resolved 'vda' to 'vda' (disk) >09:03:25,138 DEBUG storage.ui: DeviceTree.getDeviceByName: name: vda ; >09:03:25,141 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk vda (1) with non-existent msdos disklabel >09:03:25,142 DEBUG storage.ui: resolved 'vda' to 'vda' (disk) >09:03:25,142 DEBUG storage.ui: allocating partition: req5 ; id: 25 ; disks: ['vdb'] ; >boot: False ; primary: False ; size: 1MB ; grow: True ; max_size: 3557 ; start: None ; end: None >09:03:25,143 DEBUG storage.ui: checking freespace on vdb >09:03:25,144 DEBUG storage.ui: getBestFreeSpaceRegion: disk=/dev/vdb part_type=0 req_size=1MB boot=False best=None grow=True start=None >09:03:25,145 DEBUG storage.ui: checking 63-16777215 (8191 MB) >09:03:25,146 DEBUG storage.ui: current free range is 63-16777215 (8191MB) >09:03:25,147 DEBUG storage.ui: evaluating growth potential for new layout >09:03:25,148 DEBUG storage.ui: calculating growth for disk /dev/vdc >09:03:25,148 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/vdc start = 63 end = 16777215 >sectorSize = 512 > >09:03:25,149 DEBUG storage.ui: disk /dev/vdc growth: 0 (0MB) >09:03:25,150 DEBUG storage.ui: calculating growth for disk /dev/vdb >09:03:25,150 DEBUG storage.ui: adjusted start sector from 63 to 2048 >09:03:25,153 DEBUG storage.ui: PartitionDevice._setPartedPartition: req5 ; >09:03:25,154 DEBUG storage.ui: device req5 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c064490> fileSystem: None > number: 1 path: /dev/vdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f55201655d0> PedPartition: <_ped.Partition object at 0x7f55180396b0> >09:03:25,157 DEBUG storage.ui: PartitionDevice._setDisk: vdb1 ; new: vdb ; old: None ; >09:03:25,159 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: vdb ; >09:03:25,160 DEBUG storage.ui: adding request 25 to chunk 16777153 (63-16777215) on /dev/vdb >09:03:25,161 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/vdb start = 63 end = 16777215 >sectorSize = 512 > >09:03:25,162 DEBUG storage.ui: req: PartitionRequest instance -- >id = 25 name = vdb1 growable = True >base = 2048 growth = 0 max_grow = 7282688 >done = False >09:03:25,163 DEBUG storage.ui: 1 requests and 16775105 (8190MB) left in chunk >09:03:25,163 DEBUG storage.ui: adding 16775105 (8190MB) to 25 (vdb1) >09:03:25,164 DEBUG storage.ui: taking back 9492417 (4634MB) from 25 (vdb1) >09:03:25,165 DEBUG storage.ui: new grow amount for request 25 (vdb1) is 7282688 units, or 3556MB >09:03:25,165 DEBUG storage.ui: request 25 (vdb1) growth: 7282688 (3556MB) size: 3557MB >09:03:25,166 DEBUG storage.ui: disk /dev/vdb growth: 7282688 (3556MB) >09:03:25,167 DEBUG storage.ui: calculating growth for disk /dev/vda >09:03:25,168 DEBUG storage.ui: adding request 20 to chunk 16777153 (63-16777215) on /dev/vda >09:03:25,168 DEBUG storage.ui: adding request 24 to chunk 16777153 (63-16777215) on /dev/vda >09:03:25,169 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/vda start = 63 end = 16777215 >sectorSize = 512 > >09:03:25,170 DEBUG storage.ui: req: PartitionRequest instance -- >id = 20 name = vda1 growable = False >base = 1024000 growth = 0 max_grow = 0 >done = True >09:03:25,171 DEBUG storage.ui: req: PartitionRequest instance -- >id = 24 name = vda2 growable = True >base = 2048 growth = 0 max_grow = 7282688 >done = False >09:03:25,171 DEBUG storage.ui: 1 requests and 15751105 (7690MB) left in chunk >09:03:25,172 DEBUG storage.ui: adding 15751105 (7690MB) to 24 (vda2) >09:03:25,173 DEBUG storage.ui: taking back 8468417 (4134MB) from 24 (vda2) >09:03:25,173 DEBUG storage.ui: new grow amount for request 24 (vda2) is 7282688 units, or 3556MB >09:03:25,174 DEBUG storage.ui: request 20 (vda1) growth: 0 (0MB) size: 500MB >09:03:25,174 DEBUG storage.ui: request 24 (vda2) growth: 7282688 (3556MB) size: 3557MB >09:03:25,175 DEBUG storage.ui: disk /dev/vda growth: 7282688 (3556MB) >09:03:25,179 DEBUG storage.ui: PartitionDevice._setPartedPartition: vdb1 ; >09:03:25,180 DEBUG storage.ui: device vdb1 new partedPartition None >09:03:25,184 DEBUG storage.ui: PartitionDevice._setDisk: req5 ; new: None ; old: vdb ; >09:03:25,187 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: vdb ; >09:03:25,189 DEBUG storage.ui: total growth: 14565376 sectors >09:03:25,190 DEBUG storage.ui: updating use_disk to vdb, type: 0 >09:03:25,191 DEBUG storage.ui: new free: 63-16777215 / 8191MB >09:03:25,192 DEBUG storage.ui: new free allows for 14565376 sectors of growth >09:03:25,193 DEBUG storage.ui: adjusted start sector from 63 to 2048 >09:03:25,195 DEBUG storage.ui: created partition vdb1 of 1MB and added it to /dev/vdb >09:03:25,198 DEBUG storage.ui: PartitionDevice._setPartedPartition: req5 ; >09:03:25,200 DEBUG storage.ui: device req5 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c064490> fileSystem: None > number: 1 path: /dev/vdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x4477290> PedPartition: <_ped.Partition object at 0x4acb350> >09:03:25,203 DEBUG storage.ui: PartitionDevice._setDisk: vdb1 ; new: vdb ; old: None ; >09:03:25,207 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: vdb ; >09:03:25,211 DEBUG storage.ui: PartitionDevice._setPartedPartition: vdb1 ; >09:03:25,213 DEBUG storage.ui: device vdb1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c064490> fileSystem: None > number: 1 path: /dev/vdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f5520165b50> PedPartition: <_ped.Partition object at 0x7f5518039890> >09:03:25,214 DEBUG storage.ui: growPartitions: disks=['vda', 'vdb', 'vdc'], partitions=['vda1(id 20)', 'vda2(id 24)', 'vdb1(id 25)'] >09:03:25,215 DEBUG storage.ui: growable partitions are ['vda2', 'vdb1'] >09:03:25,216 DEBUG storage.ui: adding request 20 to chunk 16777153 (63-16777215) on /dev/vda >09:03:25,218 DEBUG storage.ui: adding request 24 to chunk 16777153 (63-16777215) on /dev/vda >09:03:25,218 DEBUG storage.ui: disk vda has 1 chunks >09:03:25,220 DEBUG storage.ui: adding request 25 to chunk 16777153 (63-16777215) on /dev/vdb >09:03:25,221 DEBUG storage.ui: disk vdb has 1 chunks >09:03:25,222 DEBUG storage.ui: disk vdc has 1 chunks >09:03:25,223 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/vda start = 63 end = 16777215 >sectorSize = 512 > >09:03:25,224 DEBUG storage.ui: req: PartitionRequest instance -- >id = 20 name = vda1 growable = False >base = 1024000 growth = 0 max_grow = 0 >done = True >09:03:25,225 DEBUG storage.ui: req: PartitionRequest instance -- >id = 24 name = vda2 growable = True >base = 2048 growth = 0 max_grow = 7282688 >done = False >09:03:25,226 DEBUG storage.ui: 1 requests and 15751105 (7690MB) left in chunk >09:03:25,227 DEBUG storage.ui: adding 15751105 (7690MB) to 24 (vda2) >09:03:25,227 DEBUG storage.ui: taking back 8468417 (4134MB) from 24 (vda2) >09:03:25,228 DEBUG storage.ui: new grow amount for request 24 (vda2) is 7282688 units, or 3556MB >09:03:25,229 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/vdb start = 63 end = 16777215 >sectorSize = 512 > >09:03:25,230 DEBUG storage.ui: req: PartitionRequest instance -- >id = 25 name = vdb1 growable = True >base = 2048 growth = 0 max_grow = 7282688 >done = False >09:03:25,230 DEBUG storage.ui: 1 requests and 16775105 (8190MB) left in chunk >09:03:25,231 DEBUG storage.ui: adding 16775105 (8190MB) to 25 (vdb1) >09:03:25,232 DEBUG storage.ui: taking back 9492417 (4634MB) from 25 (vdb1) >09:03:25,232 DEBUG storage.ui: new grow amount for request 25 (vdb1) is 7282688 units, or 3556MB >09:03:25,233 DEBUG storage.ui: set: ['vda2', 'vdb1'] 3557 >09:03:25,233 DEBUG storage.ui: min growth is 7282688 >09:03:25,234 DEBUG storage.ui: max growth for PartitionRequest instance -- >id = 24 name = vda2 growable = True >base = 2048 growth = 7282688 max_grow = 7282688 >done = True is 7282688 >09:03:25,235 DEBUG storage.ui: max growth for PartitionRequest instance -- >id = 25 name = vdb1 growable = True >base = 2048 growth = 7282688 max_grow = 7282688 >done = True is 7282688 >09:03:25,235 DEBUG storage.ui: set: ['vda2', 'vdb1'] 3557 >09:03:25,236 DEBUG storage.ui: min growth is 7282688 >09:03:25,237 DEBUG storage.ui: max growth for PartitionRequest instance -- >id = 24 name = vda2 growable = True >base = 2048 growth = 7282688 max_grow = 7282688 >done = True is 7282688 >09:03:25,237 DEBUG storage.ui: max growth for PartitionRequest instance -- >id = 25 name = vdb1 growable = True >base = 2048 growth = 7282688 max_grow = 7282688 >done = True is 7282688 >09:03:25,237 DEBUG storage.ui: growing partitions on vda >09:03:25,238 DEBUG storage.ui: partition vda1 (20): 0 >09:03:25,239 DEBUG storage.ui: new geometry for vda1: parted.Geometry instance -- > start: 2048 end: 1026047 length: 1024000 > device: <parted.device.Device object at 0x7f551c0602d0> PedGeometry: <_ped.Geometry object at 0x54c1550> >09:03:25,239 DEBUG storage.ui: partition vda2 (24): 0 >09:03:25,239 DEBUG storage.ui: new geometry for vda2: parted.Geometry instance -- > start: 1026048 end: 8310783 length: 7284736 > device: <parted.device.Device object at 0x7f551c0602d0> PedGeometry: <_ped.Geometry object at 0x57152d0> >09:03:25,239 DEBUG storage.ui: removing all non-preexisting partitions ['vda1(id 20)', 'vda2(id 24)'] from disk(s) ['vda'] >09:03:25,242 DEBUG storage.ui: PartitionDevice._setPartedPartition: vda1 ; >09:03:25,242 DEBUG storage.ui: device vda1 new partedPartition None >09:03:25,248 DEBUG storage.ui: PartitionDevice._setDisk: req3 ; new: None ; old: vda ; >09:03:25,251 DEBUG storage.ui: DiskDevice.removeChild: kids: 2 ; name: vda ; >09:03:25,253 DEBUG storage.ui: PartitionDevice._setPartedPartition: vda2 ; >09:03:25,254 DEBUG storage.ui: device vda2 new partedPartition None >09:03:25,256 DEBUG storage.ui: PartitionDevice._setDisk: req4 ; new: None ; old: vda ; >09:03:25,259 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: vda ; >09:03:25,260 DEBUG storage.ui: back from removeNewPartitions >09:03:25,261 DEBUG storage.ui: extended: None >09:03:25,261 DEBUG storage.ui: setting req3 new geometry: parted.Geometry instance -- > start: 2048 end: 1026047 length: 1024000 > device: <parted.device.Device object at 0x7f551c0602d0> PedGeometry: <_ped.Geometry object at 0x54c1550> >09:03:25,264 DEBUG storage.ui: PartitionDevice._setPartedPartition: req3 ; >09:03:25,265 DEBUG storage.ui: device req3 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c060150> fileSystem: None > number: 1 path: /dev/vda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x5715790> PedPartition: <_ped.Partition object at 0x448e3b0> >09:03:25,268 DEBUG storage.ui: PartitionDevice._setDisk: vda1 ; new: vda ; old: None ; >09:03:25,270 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: vda ; >09:03:25,273 DEBUG storage.ui: PartitionDevice._setPartedPartition: vda1 ; >09:03:25,274 DEBUG storage.ui: device vda1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c060150> fileSystem: None > number: 1 path: /dev/vda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x5715990> PedPartition: <_ped.Partition object at 0x448e350> >09:03:25,275 DEBUG storage.ui: setting req4 new geometry: parted.Geometry instance -- > start: 1026048 end: 8310783 length: 7284736 > device: <parted.device.Device object at 0x7f551c0602d0> PedGeometry: <_ped.Geometry object at 0x57152d0> >09:03:25,278 DEBUG storage.ui: PartitionDevice._setPartedPartition: req4 ; >09:03:25,279 DEBUG storage.ui: device req4 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c060150> fileSystem: None > number: 2 path: /dev/vda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x5715490> PedPartition: <_ped.Partition object at 0x448e2f0> >09:03:25,282 DEBUG storage.ui: PartitionDevice._setDisk: vda2 ; new: vda ; old: None ; >09:03:25,285 DEBUG storage.ui: DiskDevice.addChild: kids: 1 ; name: vda ; >09:03:25,289 DEBUG storage.ui: PartitionDevice._setPartedPartition: vda2 ; >09:03:25,290 DEBUG storage.ui: device vda2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c060150> fileSystem: None > number: 2 path: /dev/vda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x5715c90> PedPartition: <_ped.Partition object at 0x448e050> >09:03:25,291 DEBUG storage.ui: growing partitions on vdb >09:03:25,292 DEBUG storage.ui: partition vdb1 (25): 0 >09:03:25,293 DEBUG storage.ui: new geometry for vdb1: parted.Geometry instance -- > start: 2048 end: 7286783 length: 7284736 > device: <parted.device.Device object at 0x7f551c064b10> PedGeometry: <_ped.Geometry object at 0x54c1b10> >09:03:25,294 DEBUG storage.ui: removing all non-preexisting partitions ['vdb1(id 25)'] from disk(s) ['vdb'] >09:03:25,297 DEBUG storage.ui: PartitionDevice._setPartedPartition: vdb1 ; >09:03:25,297 DEBUG storage.ui: device vdb1 new partedPartition None >09:03:25,300 DEBUG storage.ui: PartitionDevice._setDisk: req5 ; new: None ; old: vdb ; >09:03:25,302 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: vdb ; >09:03:25,303 DEBUG storage.ui: back from removeNewPartitions >09:03:25,304 DEBUG storage.ui: extended: None >09:03:25,304 DEBUG storage.ui: setting req5 new geometry: parted.Geometry instance -- > start: 2048 end: 7286783 length: 7284736 > device: <parted.device.Device object at 0x7f551c064b10> PedGeometry: <_ped.Geometry object at 0x54c1b10> >09:03:25,307 DEBUG storage.ui: PartitionDevice._setPartedPartition: req5 ; >09:03:25,308 DEBUG storage.ui: device req5 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c064490> fileSystem: None > number: 1 path: /dev/vdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f5520169e50> PedPartition: <_ped.Partition object at 0x448e3b0> >09:03:25,311 DEBUG storage.ui: PartitionDevice._setDisk: vdb1 ; new: vdb ; old: None ; >09:03:25,314 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: vdb ; >09:03:25,316 DEBUG storage.ui: PartitionDevice._setPartedPartition: vdb1 ; >09:03:25,317 DEBUG storage.ui: device vdb1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c064490> fileSystem: None > number: 1 path: /dev/vdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x5715a90> PedPartition: <_ped.Partition object at 0x448e4d0> >09:03:25,318 DEBUG storage.ui: growing partitions on vdc >09:03:25,319 DEBUG storage.ui: fixing size of non-existent 500MB partition vda1 (20) with non-existent ext4 filesystem mounted at /boot at 500.00 >09:03:25,320 DEBUG storage.ui: fixing size of non-existent 3557MB partition vda2 (24) with non-existent mdmember at 3557.00 >09:03:25,321 DEBUG storage.ui: fixing size of non-existent 3557MB partition vdb1 (25) with non-existent mdmember at 3557.00 >09:03:25,323 DEBUG storage.ui: new member set: ['vda2', 'vdb1'] >09:03:25,323 DEBUG storage.ui: old member set: ['vda2', 'vdb1'] >09:03:25,325 DEBUG storage.ui: raw RAID 0 size == 7114.0 >09:03:25,325 INFO storage.ui: Using 4MB superBlockSize >09:03:25,326 DEBUG storage.ui: non-existent RAID 0 size == 7106.0 >09:03:25,327 DEBUG storage.ui: renaming device 'pv00' to '00' >09:03:25,327 DEBUG storage.ui: new member set: ['00'] >09:03:25,328 DEBUG storage.ui: old member set: ['00'] >09:03:25,329 DEBUG storage.ui: raw RAID 0 size == 7114.0 >09:03:25,330 INFO storage.ui: Using 4MB superBlockSize >09:03:25,331 DEBUG storage.ui: non-existent RAID 0 size == 7106.0 >09:03:25,331 DEBUG storage.ui: fedora size is 7104MB >09:03:25,333 DEBUG storage.ui: raw RAID 0 size == 7114.0 >09:03:25,333 INFO storage.ui: Using 4MB superBlockSize >09:03:25,334 DEBUG storage.ui: non-existent RAID 0 size == 7106.0 >09:03:25,335 DEBUG storage.ui: vg fedora has -8260MB free >09:03:25,336 DEBUG storage.ui: raw RAID 0 size == 7114.0 >09:03:25,337 INFO storage.ui: Using 4MB superBlockSize >09:03:25,337 DEBUG storage.ui: non-existent RAID 0 size == 7106.0 >09:03:25,338 DEBUG storage.ui: fedora size is 7104MB >09:03:25,339 DEBUG storage.ui: raw RAID 0 size == 7114.0 >09:03:25,340 INFO storage.ui: Using 4MB superBlockSize >09:03:25,341 DEBUG storage.ui: non-existent RAID 0 size == 7106.0 >09:03:25,341 DEBUG storage.ui: vg fedora has -8260MB free >09:03:25,342 INFO storage.ui: adjusting device size from 13300.00 to 5000.00 >09:03:25,343 DEBUG storage.ui: trying to set lv fedora-root size to 5000MB >09:03:25,344 DEBUG storage.ui: raw RAID 0 size == 7114.0 >09:03:25,345 INFO storage.ui: Using 4MB superBlockSize >09:03:25,345 DEBUG storage.ui: non-existent RAID 0 size == 7106.0 >09:03:25,346 DEBUG storage.ui: fedora size is 7104MB >09:03:25,347 DEBUG storage.ui: raw RAID 0 size == 7114.0 >09:03:25,348 INFO storage.ui: Using 4MB superBlockSize >09:03:25,349 DEBUG storage.ui: non-existent RAID 0 size == 7106.0 >09:03:25,350 DEBUG storage.ui: vg fedora has -8260MB free >09:03:25,394 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.LVMFactory'>: <blivet.Blivet object at 0x4d8c4d0>, 0, [], {} >09:03:28,280 DEBUG blivet: Ext4FS.supported: supported: True ; >09:03:28,283 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >09:03:28,300 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.LVMFactory'>: <blivet.Blivet object at 0x4d8c4d0>, 5000, ['vda', 'vdb'], {'encrypted': False, 'raid_level': None} >09:03:28,303 DEBUG blivet: raw RAID 0 size == 7114.0 >09:03:28,304 INFO blivet: Using 4MB superBlockSize >09:03:28,306 DEBUG blivet: non-existent RAID 0 size == 7106.0 >09:03:28,308 DEBUG blivet: raw RAID 0 size == 7114.0 >09:03:28,310 INFO blivet: Using 4MB superBlockSize >09:03:28,311 DEBUG blivet: non-existent RAID 0 size == 7106.0 >09:03:28,313 DEBUG blivet: fedora size is 7104MB >09:03:28,315 DEBUG blivet: raw RAID 0 size == 7114.0 >09:03:28,317 INFO blivet: Using 4MB superBlockSize >09:03:28,319 DEBUG blivet: non-existent RAID 0 size == 7106.0 >09:03:28,320 DEBUG blivet: vg fedora has 40MB free >09:03:28,322 DEBUG blivet: raw RAID 0 size == 7114.0 >09:03:28,324 INFO blivet: Using 4MB superBlockSize >09:03:28,325 DEBUG blivet: non-existent RAID 0 size == 7106.0 >09:03:28,361 DEBUG blivet: SwapSpace.__init__: >09:03:28,362 DEBUG blivet: getFormat('swap') returning SwapSpace instance >09:03:28,381 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.LVMFactory'>: <blivet.Blivet object at 0x4d8c4d0>, 0, [], {} >09:03:36,622 DEBUG blivet: SwapSpace.__init__: >09:03:36,624 DEBUG blivet: getFormat('swap') returning SwapSpace instance >09:03:36,635 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.LVMFactory'>: <blivet.Blivet object at 0x4d8c4d0>, 500, ['vda', 'vdb'], {'encrypted': False, 'raid_level': None} >09:03:36,637 DEBUG blivet: raw RAID 0 size == 7114.0 >09:03:36,637 INFO blivet: Using 4MB superBlockSize >09:03:36,638 DEBUG blivet: non-existent RAID 0 size == 7106.0 >09:03:36,640 DEBUG blivet: raw RAID 0 size == 7114.0 >09:03:36,641 INFO blivet: Using 4MB superBlockSize >09:03:36,641 DEBUG blivet: non-existent RAID 0 size == 7106.0 >09:03:36,641 DEBUG blivet: fedora size is 7104MB >09:03:36,644 DEBUG blivet: raw RAID 0 size == 7114.0 >09:03:36,644 INFO blivet: Using 4MB superBlockSize >09:03:36,645 DEBUG blivet: non-existent RAID 0 size == 7106.0 >09:03:36,645 DEBUG blivet: vg fedora has 40MB free >09:03:36,647 DEBUG blivet: raw RAID 0 size == 7114.0 >09:03:36,647 INFO blivet: Using 4MB superBlockSize >09:03:36,647 DEBUG blivet: non-existent RAID 0 size == 7106.0 >09:03:36,660 DEBUG storage.ui: Blivet.factoryDevice: 0 ; 500 ; container_raid_level: raid0 ; name: swap ; encrypted: False ; container_encrypted: False ; disks: [DiskDevice instance (0x7f551c060990) -- > name = vda status = True kids = 2 id = 1 > parents = [] > uuid = None size = 8192.0 > format = non-existent msdos disklabel > major = 252 minor = 0 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:07.0/virtio2/block/vda partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vda type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 16777216 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 32597 did: 0 busy: False > hardwareGeometry: (16644, 16, 63) biosGeometry: (1044, 255, 63) > PedDevice: <_ped.Device object at 0x431ddd0> > target size = 0 path = /dev/vda > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f551c060910>, DiskDevice instance (0x7f551c064a50) -- > name = vdb status = True kids = 1 id = 2 > parents = [] > uuid = None size = 8192.0 > format = non-existent msdos disklabel > major = 252 minor = 16 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:09.0/virtio4/block/vdb partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vdb type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 16777216 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 32597 did: 0 busy: False > hardwareGeometry: (16644, 16, 63) biosGeometry: (1044, 255, 63) > PedDevice: <_ped.Device object at 0x4391200> > target size = 0 path = /dev/vdb > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f551c064e10>] ; raid_level: None ; label: ; container_name: fedora ; device: non-existent 2064MB lvmlv fedora-swap (23) with non-existent swap ; mountpoint: None ; fstype: swap ; container_size: 0 ; >09:03:36,666 DEBUG storage.ui: raw RAID 0 size == 7114.0 >09:03:36,666 INFO storage.ui: Using 4MB superBlockSize >09:03:36,667 DEBUG storage.ui: non-existent RAID 0 size == 7106.0 >09:03:36,667 DEBUG storage.ui: raw RAID 0 size == 7114.0 >09:03:36,668 INFO storage.ui: Using 4MB superBlockSize >09:03:36,668 DEBUG storage.ui: non-existent RAID 0 size == 7106.0 >09:03:36,669 DEBUG storage.ui: raw RAID 0 size == 7114.0 >09:03:36,669 INFO storage.ui: Using 4MB superBlockSize >09:03:36,673 DEBUG storage.ui: non-existent RAID 0 size == 7106.0 >09:03:36,674 DEBUG storage.ui: raw RAID 0 size == 7114.0 >09:03:36,675 INFO storage.ui: Using 4MB superBlockSize >09:03:36,675 DEBUG storage.ui: non-existent RAID 0 size == 7106.0 >09:03:36,694 DEBUG storage.ui: raw RAID 0 size == 7114.0 >09:03:36,695 INFO storage.ui: Using 4MB superBlockSize >09:03:36,696 DEBUG storage.ui: non-existent RAID 0 size == 7106.0 >09:03:36,697 DEBUG storage.ui: fedora size is 7104MB >09:03:36,698 DEBUG storage.ui: raw RAID 0 size == 7114.0 >09:03:36,699 INFO storage.ui: Using 4MB superBlockSize >09:03:36,700 DEBUG storage.ui: non-existent RAID 0 size == 7106.0 >09:03:36,700 DEBUG storage.ui: vg fedora has 40MB free >09:03:36,701 DEBUG storage.ui: raw RAID 0 size == 7114.0 >09:03:36,702 INFO storage.ui: Using 4MB superBlockSize >09:03:36,703 DEBUG storage.ui: non-existent RAID 0 size == 7106.0 >09:03:36,703 DEBUG storage.ui: fedora size is 7104MB >09:03:36,705 DEBUG storage.ui: raw RAID 0 size == 7114.0 >09:03:36,707 INFO storage.ui: Using 4MB superBlockSize >09:03:36,708 DEBUG storage.ui: non-existent RAID 0 size == 7106.0 >09:03:36,709 DEBUG storage.ui: vg fedora has 40MB free >09:03:36,710 DEBUG storage.ui: raw RAID 0 size == 7114.0 >09:03:36,711 INFO storage.ui: Using 4MB superBlockSize >09:03:36,712 DEBUG storage.ui: non-existent RAID 0 size == 7106.0 >09:03:36,714 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.LVMFactory'>: <blivet.Blivet object at 0x4d8c4d0>, 500, ['vda', 'vdb'], {'container_raid_level': 'raid0', 'name': 'swap', 'encrypted': False, 'container_encrypted': False, 'raid_level': None, 'label': '', 'container_name': 'fedora', 'device': LVMLogicalVolumeDevice instance (0x54c5210) -- > name = fedora-swap status = False kids = 0 id = 23 > parents = ['non-existent 7104MB lvmvg fedora (21)'] > uuid = None size = 2064 > format = non-existent swap > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 2064 path = /dev/mapper/fedora-swap > format args = [] originalFormat = swap target = None dmUuid = None VG device = LVMVolumeGroupDevice instance (0x54b5bd0) -- > name = fedora status = False kids = 2 id = 21 > parents = ['non-existent 7106MB mdarray 00 (26) with non-existent lvmpv'] > uuid = None size = 7104 > format = non-existent None > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/mapper/fedora > format args = [] originalFormat = None target = None dmUuid = None free = 0 PE Size = 4.0 PE Count = 0 > PE Free = 0 PV Count = 1 > LV Names = [] modified = True > extents = 1776.0 free space = 40 > free extents = 10.0 reserved percent = 0 reserved space = 0 > PVs = ['non-existent 7106MB mdarray 00 (26) with non-existent lvmpv'] > LVs = ['non-existent 5000MB lvmlv fedora-root (22) with non-existent ext4 filesystem mounted at /', > 'non-existent 2064MB lvmlv fedora-swap (23) with non-existent swap'] > segment type = linear percent = 0 > mirror copies = 1 snapshot total = 0MB > VG space used = 2064MB, 'mountpoint': None, 'fstype': 'swap', 'container_size': 0} >09:03:36,716 DEBUG storage.ui: LVMFactory.configure: parent_factory: None ; >09:03:36,717 DEBUG storage.ui: starting Blivet copy >09:03:36,785 DEBUG storage.ui: PartitionDevice._setPartedPartition: vda1 ; >09:03:36,787 DEBUG storage.ui: device vda1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x57157d0> fileSystem: None > number: 1 path: /dev/vda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x4477610> PedPartition: <_ped.Partition object at 0x4acb350> >09:03:36,790 DEBUG storage.ui: PartitionDevice._setPartedPartition: vda2 ; >09:03:36,791 DEBUG storage.ui: device vda2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x57157d0> fileSystem: None > number: 2 path: /dev/vda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x4477510> PedPartition: <_ped.Partition object at 0x4acb470> >09:03:36,796 DEBUG storage.ui: PartitionDevice._setPartedPartition: vdb1 ; >09:03:36,797 DEBUG storage.ui: device vdb1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x571a110> fileSystem: None > number: 1 path: /dev/vdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x4477d50> PedPartition: <_ped.Partition object at 0x4acb4d0> >09:03:36,798 DEBUG storage.ui: finished Blivet copy >09:03:36,799 DEBUG storage.ui: raw RAID 0 size == 7114.0 >09:03:36,800 INFO storage.ui: Using 4MB superBlockSize >09:03:36,800 DEBUG storage.ui: non-existent RAID 0 size == 7106.0 >09:03:36,802 DEBUG storage.ui: raw RAID 0 size == 7114.0 >09:03:36,803 INFO storage.ui: Using 4MB superBlockSize >09:03:36,804 DEBUG storage.ui: non-existent RAID 0 size == 7106.0 >09:03:36,805 DEBUG storage.ui: fedora size is 7104MB >09:03:36,806 DEBUG storage.ui: raw RAID 0 size == 7114.0 >09:03:36,807 INFO storage.ui: Using 4MB superBlockSize >09:03:36,808 DEBUG storage.ui: non-existent RAID 0 size == 7106.0 >09:03:36,809 DEBUG storage.ui: vg fedora has 40MB free >09:03:36,810 DEBUG storage.ui: size bumped to 7570 to include new device space >09:03:36,811 DEBUG storage.ui: size cut to 5502 to omit old device space >09:03:36,812 DEBUG storage.ui: child factory class: <class 'blivet.devicefactory.MDFactory'> >09:03:36,814 DEBUG storage.ui: child factory args: [<blivet.Blivet object at 0x4d8c4d0>, 5542.0, [DiskDevice instance (0x7f551c060990) -- > name = vda status = True kids = 2 id = 1 > parents = [] > uuid = None size = 8192.0 > format = non-existent msdos disklabel > major = 252 minor = 0 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:07.0/virtio2/block/vda partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vda type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 16777216 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 32597 did: 0 busy: False > hardwareGeometry: (16644, 16, 63) biosGeometry: (1044, 255, 63) > PedDevice: <_ped.Device object at 0x431ddd0> > target size = 0 path = /dev/vda > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f551c060910>, DiskDevice instance (0x7f551c064a50) -- > name = vdb status = True kids = 1 id = 2 > parents = [] > uuid = None size = 8192.0 > format = non-existent msdos disklabel > major = 252 minor = 16 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:09.0/virtio4/block/vdb partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vdb type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 16777216 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 32597 did: 0 busy: False > hardwareGeometry: (16644, 16, 63) biosGeometry: (1044, 255, 63) > PedDevice: <_ped.Device object at 0x4391200> > target size = 0 path = /dev/vdb > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f551c064e10>]] >09:03:36,825 DEBUG storage.ui: raw RAID 0 size == 7114.0 >09:03:36,825 INFO storage.ui: Using 4MB superBlockSize >09:03:36,825 DEBUG storage.ui: non-existent RAID 0 size == 7106.0 >09:03:36,826 DEBUG storage.ui: child factory kwargs: {'device': MDRaidArrayDevice instance (0x54c1290) -- > name = 00 status = False kids = 1 id = 26 > parents = ['non-existent 3557MB partition vda2 (24) with non-existent mdmember', > 'non-existent 3557MB partition vdb1 (25) with non-existent mdmember'] > uuid = None size = 7106.0 > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 24104.0 path = /dev/md/00 > format args = None originalFormat = lvmpv level = 0 spares = 0 > members = 2 > total devices = 2 metadata version = default, 'encrypted': False, 'raid_level': 'raid0', 'fstype': 'lvmpv'} >09:03:36,829 DEBUG storage.ui: MDFactory.configure: parent_factory: <blivet.devicefactory.LVMFactory object at 0x5715110> ; >09:03:36,830 INFO storage.ui: Using 4MB superBlockSize >09:03:36,830 DEBUG storage.ui: child factory class: <class 'blivet.devicefactory.PartitionSetFactory'> >09:03:36,837 DEBUG storage.ui: child factory args: [<blivet.Blivet object at 0x4d8c4d0>, 5550.0, [DiskDevice instance (0x7f551c060990) -- > name = vda status = True kids = 2 id = 1 > parents = [] > uuid = None size = 8192.0 > format = non-existent msdos disklabel > major = 252 minor = 0 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:07.0/virtio2/block/vda partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vda type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 16777216 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 32597 did: 0 busy: False > hardwareGeometry: (16644, 16, 63) biosGeometry: (1044, 255, 63) > PedDevice: <_ped.Device object at 0x431ddd0> > target size = 0 path = /dev/vda > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f551c060910>, DiskDevice instance (0x7f551c064a50) -- > name = vdb status = True kids = 1 id = 2 > parents = [] > uuid = None size = 8192.0 > format = non-existent msdos disklabel > major = 252 minor = 16 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:09.0/virtio4/block/vdb partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vdb type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 16777216 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 32597 did: 0 busy: False > hardwareGeometry: (16644, 16, 63) biosGeometry: (1044, 255, 63) > PedDevice: <_ped.Device object at 0x4391200> > target size = 0 path = /dev/vdb > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f551c064e10>]] >09:03:36,837 DEBUG storage.ui: child factory kwargs: {'fstype': 'mdmember'} >09:03:36,841 DEBUG storage.ui: PartitionSetFactory.configure: parent_factory: <blivet.devicefactory.MDFactory object at 0x4477b50> ; >09:03:36,842 DEBUG storage.ui: raw RAID 0 size == 7114.0 >09:03:36,846 INFO storage.ui: Using 4MB superBlockSize >09:03:36,846 DEBUG storage.ui: non-existent RAID 0 size == 7106.0 >09:03:36,847 DEBUG storage.ui: parent factory container: non-existent 7106MB mdarray 00 (26) with non-existent lvmpv >09:03:36,847 DEBUG storage.ui: members: ['vda2', 'vdb1'] >09:03:36,848 DEBUG storage.ui: add_disks: [] >09:03:36,848 DEBUG storage.ui: remove_disks: [] >09:03:36,850 DEBUG storage.ui: MDRaidMember.__init__: >09:03:36,850 DEBUG storage.ui: getFormat('mdmember') returning MDRaidMember instance >09:03:36,857 INFO storage.ui: Using 4MB superBlockSize >09:03:36,861 DEBUG storage.ui: adding a SameSizeSet with size 5550 >09:03:36,865 DEBUG storage.ui: DiskDevice.setup: vda ; status: True ; controllable: True ; orig: False ; >09:03:36,868 DEBUG storage.ui: DiskDevice.setup: vdb ; status: True ; controllable: True ; orig: False ; >09:03:36,874 DEBUG storage.ui: DiskDevice.setup: vdc ; status: True ; controllable: True ; orig: False ; >09:03:36,879 DEBUG storage.ui: removing all non-preexisting partitions ['vda1(id 20)', 'vda2(id 24)', 'vdb1(id 25)'] from disk(s) ['vda', 'vdb', 'vdc'] >09:03:36,882 DEBUG storage.ui: PartitionDevice._setPartedPartition: vda1 ; >09:03:36,884 DEBUG storage.ui: device vda1 new partedPartition None >09:03:36,886 DEBUG storage.ui: PartitionDevice._setDisk: req3 ; new: None ; old: vda ; >09:03:36,889 DEBUG storage.ui: DiskDevice.removeChild: kids: 2 ; name: vda ; >09:03:36,892 DEBUG storage.ui: PartitionDevice._setPartedPartition: vda2 ; >09:03:36,894 DEBUG storage.ui: device vda2 new partedPartition None >09:03:36,897 DEBUG storage.ui: PartitionDevice._setDisk: req4 ; new: None ; old: vda ; >09:03:36,900 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: vda ; >09:03:36,903 DEBUG storage.ui: PartitionDevice._setPartedPartition: vdb1 ; >09:03:36,903 DEBUG storage.ui: device vdb1 new partedPartition None >09:03:36,906 DEBUG storage.ui: PartitionDevice._setDisk: req5 ; new: None ; old: vdb ; >09:03:36,909 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: vdb ; >09:03:36,911 DEBUG storage.ui: allocatePartitions: disks=['vda', 'vdb', 'vdc'] ; partitions=['req3(id 20)', 'req4(id 24)', 'req5(id 25)'] >09:03:36,912 DEBUG storage.ui: removing all non-preexisting partitions ['req3(id 20)', 'req4(id 24)', 'req5(id 25)'] from disk(s) ['vda', 'vdb', 'vdc'] >09:03:36,915 DEBUG storage.ui: DeviceTree.getDeviceByName: name: vda ; >09:03:36,918 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk vda (1) with non-existent msdos disklabel >09:03:36,919 DEBUG storage.ui: resolved 'vda' to 'vda' (disk) >09:03:36,922 DEBUG storage.ui: DeviceTree.getDeviceByName: name: vda ; >09:03:36,925 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk vda (1) with non-existent msdos disklabel >09:03:36,926 DEBUG storage.ui: resolved 'vda' to 'vda' (disk) >09:03:36,929 DEBUG storage.ui: DeviceTree.getDeviceByName: name: vda ; >09:03:36,932 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk vda (1) with non-existent msdos disklabel >09:03:36,933 DEBUG storage.ui: resolved 'vda' to 'vda' (disk) >09:03:36,936 DEBUG storage.ui: DeviceTree.getDeviceByName: name: vda ; >09:03:36,939 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk vda (1) with non-existent msdos disklabel >09:03:36,941 DEBUG storage.ui: resolved 'vda' to 'vda' (disk) >09:03:36,944 DEBUG storage.ui: DeviceTree.getDeviceByName: name: vda ; >09:03:36,947 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk vda (1) with non-existent msdos disklabel >09:03:36,948 DEBUG storage.ui: resolved 'vda' to 'vda' (disk) >09:03:36,951 DEBUG storage.ui: DeviceTree.getDeviceByName: name: vda ; >09:03:36,954 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk vda (1) with non-existent msdos disklabel >09:03:36,955 DEBUG storage.ui: resolved 'vda' to 'vda' (disk) >09:03:36,955 DEBUG storage.ui: allocating partition: req3 ; id: 20 ; disks: ['vda', 'vdb', 'vdc'] ; >boot: True ; primary: False ; size: 500MB ; grow: False ; max_size: 0 ; start: None ; end: None >09:03:36,956 DEBUG storage.ui: checking freespace on vda >09:03:36,957 DEBUG storage.ui: getBestFreeSpaceRegion: disk=/dev/vda part_type=0 req_size=500MB boot=True best=None grow=False start=None >09:03:36,958 DEBUG storage.ui: checking 63-16777215 (8191 MB) >09:03:36,959 DEBUG storage.ui: current free range is 63-16777215 (8191MB) >09:03:36,960 DEBUG storage.ui: updating use_disk to vda, type: 0 >09:03:36,961 DEBUG storage.ui: new free: 63-16777215 / 8191MB >09:03:36,961 DEBUG storage.ui: new free allows for 0 sectors of growth >09:03:36,962 DEBUG storage.ui: found free space for bootable request >09:03:36,963 DEBUG storage.ui: adjusted start sector from 63 to 2048 >09:03:36,964 DEBUG storage.ui: created partition vda1 of 500MB and added it to /dev/vda >09:03:36,967 DEBUG storage.ui: PartitionDevice._setPartedPartition: req3 ; >09:03:36,968 DEBUG storage.ui: device req3 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c060150> fileSystem: None > number: 1 path: /dev/vda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x4477090> PedPartition: <_ped.Partition object at 0x4acb3b0> >09:03:36,970 DEBUG storage.ui: PartitionDevice._setDisk: vda1 ; new: vda ; old: None ; >09:03:36,973 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: vda ; >09:03:36,976 DEBUG storage.ui: PartitionDevice._setPartedPartition: vda1 ; >09:03:36,977 DEBUG storage.ui: device vda1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c060150> fileSystem: None > number: 1 path: /dev/vda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x57155d0> PedPartition: <_ped.Partition object at 0x7f5518039830> >09:03:36,979 DEBUG storage.ui: DeviceTree.getDeviceByName: name: vda ; >09:03:36,982 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk vda (1) with non-existent msdos disklabel >09:03:36,982 DEBUG storage.ui: resolved 'vda' to 'vda' (disk) >09:03:36,985 DEBUG storage.ui: DeviceTree.getDeviceByName: name: vda ; >09:03:36,988 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk vda (1) with non-existent msdos disklabel >09:03:36,988 DEBUG storage.ui: resolved 'vda' to 'vda' (disk) >09:03:36,989 DEBUG storage.ui: allocating partition: req4 ; id: 24 ; disks: ['vda'] ; >boot: False ; primary: False ; size: 1MB ; grow: True ; max_size: 2775 ; start: None ; end: None >09:03:36,990 DEBUG storage.ui: checking freespace on vda >09:03:36,991 DEBUG storage.ui: getBestFreeSpaceRegion: disk=/dev/vda part_type=0 req_size=1MB boot=False best=None grow=True start=None >09:03:36,992 DEBUG storage.ui: checking 63-2047 (0 MB) >09:03:36,993 DEBUG storage.ui: current free range is 63-2047 (0MB) >09:03:36,994 DEBUG storage.ui: checking 1026048-16777215 (7691 MB) >09:03:36,994 DEBUG storage.ui: current free range is 1026048-16777215 (7691MB) >09:03:36,995 DEBUG storage.ui: evaluating growth potential for new layout >09:03:36,996 DEBUG storage.ui: calculating growth for disk /dev/vdc >09:03:36,996 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/vdc start = 63 end = 16777215 >sectorSize = 512 > >09:03:36,997 DEBUG storage.ui: disk /dev/vdc growth: 0 (0MB) >09:03:36,998 DEBUG storage.ui: calculating growth for disk /dev/vdb >09:03:36,999 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/vdb start = 63 end = 16777215 >sectorSize = 512 > >09:03:36,999 DEBUG storage.ui: disk /dev/vdb growth: 0 (0MB) >09:03:37,000 DEBUG storage.ui: calculating growth for disk /dev/vda >09:03:37,003 DEBUG storage.ui: PartitionDevice._setPartedPartition: req4 ; >09:03:37,004 DEBUG storage.ui: device req4 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c060150> fileSystem: None > number: 2 path: /dev/vda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x54c11d0> PedPartition: <_ped.Partition object at 0x7f55180396b0> >09:03:37,006 DEBUG storage.ui: PartitionDevice._setDisk: vda2 ; new: vda ; old: None ; >09:03:37,009 DEBUG storage.ui: DiskDevice.addChild: kids: 1 ; name: vda ; >09:03:37,010 DEBUG storage.ui: adding request 20 to chunk 16777153 (63-16777215) on /dev/vda >09:03:37,011 DEBUG storage.ui: adding request 24 to chunk 16777153 (63-16777215) on /dev/vda >09:03:37,011 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/vda start = 63 end = 16777215 >sectorSize = 512 > >09:03:37,012 DEBUG storage.ui: req: PartitionRequest instance -- >id = 20 name = vda1 growable = False >base = 1024000 growth = 0 max_grow = 0 >done = True >09:03:37,013 DEBUG storage.ui: req: PartitionRequest instance -- >id = 24 name = vda2 growable = True >base = 2048 growth = 0 max_grow = 5681152 >done = False >09:03:37,013 DEBUG storage.ui: 1 requests and 15751105 (7690MB) left in chunk >09:03:37,014 DEBUG storage.ui: adding 15751105 (7690MB) to 24 (vda2) >09:03:37,015 DEBUG storage.ui: taking back 10069953 (4916MB) from 24 (vda2) >09:03:37,016 DEBUG storage.ui: new grow amount for request 24 (vda2) is 5681152 units, or 2774MB >09:03:37,016 DEBUG storage.ui: request 20 (vda1) growth: 0 (0MB) size: 500MB >09:03:37,017 DEBUG storage.ui: request 24 (vda2) growth: 5681152 (2774MB) size: 2775MB >09:03:37,018 DEBUG storage.ui: disk /dev/vda growth: 5681152 (2774MB) >09:03:37,020 DEBUG storage.ui: PartitionDevice._setPartedPartition: vda2 ; >09:03:37,021 DEBUG storage.ui: device vda2 new partedPartition None >09:03:37,023 DEBUG storage.ui: PartitionDevice._setDisk: req4 ; new: None ; old: vda ; >09:03:37,026 DEBUG storage.ui: DiskDevice.removeChild: kids: 2 ; name: vda ; >09:03:37,026 DEBUG storage.ui: total growth: 5681152 sectors >09:03:37,027 DEBUG storage.ui: updating use_disk to vda, type: 0 >09:03:37,028 DEBUG storage.ui: new free: 1026048-16777215 / 7691MB >09:03:37,028 DEBUG storage.ui: new free allows for 5681152 sectors of growth >09:03:37,030 DEBUG storage.ui: created partition vda2 of 1MB and added it to /dev/vda >09:03:37,032 DEBUG storage.ui: PartitionDevice._setPartedPartition: req4 ; >09:03:37,033 DEBUG storage.ui: device req4 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c060150> fileSystem: None > number: 2 path: /dev/vda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x54c1a50> PedPartition: <_ped.Partition object at 0x7f55180397d0> >09:03:37,035 DEBUG storage.ui: PartitionDevice._setDisk: vda2 ; new: vda ; old: None ; >09:03:37,039 DEBUG storage.ui: DiskDevice.addChild: kids: 1 ; name: vda ; >09:03:37,042 DEBUG storage.ui: PartitionDevice._setPartedPartition: vda2 ; >09:03:37,043 DEBUG storage.ui: device vda2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c060150> fileSystem: None > number: 2 path: /dev/vda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x419cf50> PedPartition: <_ped.Partition object at 0x7f5518039710> >09:03:37,046 DEBUG storage.ui: DeviceTree.getDeviceByName: name: vda ; >09:03:37,048 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk vda (1) with non-existent msdos disklabel >09:03:37,049 DEBUG storage.ui: resolved 'vda' to 'vda' (disk) >09:03:37,052 DEBUG storage.ui: DeviceTree.getDeviceByName: name: vda ; >09:03:37,054 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk vda (1) with non-existent msdos disklabel >09:03:37,055 DEBUG storage.ui: resolved 'vda' to 'vda' (disk) >09:03:37,056 DEBUG storage.ui: allocating partition: req5 ; id: 25 ; disks: ['vdb'] ; >boot: False ; primary: False ; size: 1MB ; grow: True ; max_size: 2775 ; start: None ; end: None >09:03:37,056 DEBUG storage.ui: checking freespace on vdb >09:03:37,058 DEBUG storage.ui: getBestFreeSpaceRegion: disk=/dev/vdb part_type=0 req_size=1MB boot=False best=None grow=True start=None >09:03:37,059 DEBUG storage.ui: checking 63-16777215 (8191 MB) >09:03:37,059 DEBUG storage.ui: current free range is 63-16777215 (8191MB) >09:03:37,060 DEBUG storage.ui: evaluating growth potential for new layout >09:03:37,061 DEBUG storage.ui: calculating growth for disk /dev/vdc >09:03:37,062 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/vdc start = 63 end = 16777215 >sectorSize = 512 > >09:03:37,062 DEBUG storage.ui: disk /dev/vdc growth: 0 (0MB) >09:03:37,063 DEBUG storage.ui: calculating growth for disk /dev/vdb >09:03:37,064 DEBUG storage.ui: adjusted start sector from 63 to 2048 >09:03:37,067 DEBUG storage.ui: PartitionDevice._setPartedPartition: req5 ; >09:03:37,068 DEBUG storage.ui: device req5 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c064490> fileSystem: None > number: 1 path: /dev/vdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x419c8d0> PedPartition: <_ped.Partition object at 0x448e350> >09:03:37,071 DEBUG storage.ui: PartitionDevice._setDisk: vdb1 ; new: vdb ; old: None ; >09:03:37,073 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: vdb ; >09:03:37,075 DEBUG storage.ui: adding request 25 to chunk 16777153 (63-16777215) on /dev/vdb >09:03:37,076 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/vdb start = 63 end = 16777215 >sectorSize = 512 > >09:03:37,077 DEBUG storage.ui: req: PartitionRequest instance -- >id = 25 name = vdb1 growable = True >base = 2048 growth = 0 max_grow = 5681152 >done = False >09:03:37,078 DEBUG storage.ui: 1 requests and 16775105 (8190MB) left in chunk >09:03:37,079 DEBUG storage.ui: adding 16775105 (8190MB) to 25 (vdb1) >09:03:37,080 DEBUG storage.ui: taking back 11093953 (5416MB) from 25 (vdb1) >09:03:37,080 DEBUG storage.ui: new grow amount for request 25 (vdb1) is 5681152 units, or 2774MB >09:03:37,081 DEBUG storage.ui: request 25 (vdb1) growth: 5681152 (2774MB) size: 2775MB >09:03:37,082 DEBUG storage.ui: disk /dev/vdb growth: 5681152 (2774MB) >09:03:37,082 DEBUG storage.ui: calculating growth for disk /dev/vda >09:03:37,083 DEBUG storage.ui: adding request 20 to chunk 16777153 (63-16777215) on /dev/vda >09:03:37,084 DEBUG storage.ui: adding request 24 to chunk 16777153 (63-16777215) on /dev/vda >09:03:37,085 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/vda start = 63 end = 16777215 >sectorSize = 512 > >09:03:37,086 DEBUG storage.ui: req: PartitionRequest instance -- >id = 20 name = vda1 growable = False >base = 1024000 growth = 0 max_grow = 0 >done = True >09:03:37,087 DEBUG storage.ui: req: PartitionRequest instance -- >id = 24 name = vda2 growable = True >base = 2048 growth = 0 max_grow = 5681152 >done = False >09:03:37,088 DEBUG storage.ui: 1 requests and 15751105 (7690MB) left in chunk >09:03:37,088 DEBUG storage.ui: adding 15751105 (7690MB) to 24 (vda2) >09:03:37,089 DEBUG storage.ui: taking back 10069953 (4916MB) from 24 (vda2) >09:03:37,090 DEBUG storage.ui: new grow amount for request 24 (vda2) is 5681152 units, or 2774MB >09:03:37,090 DEBUG storage.ui: request 20 (vda1) growth: 0 (0MB) size: 500MB >09:03:37,091 DEBUG storage.ui: request 24 (vda2) growth: 5681152 (2774MB) size: 2775MB >09:03:37,091 DEBUG storage.ui: disk /dev/vda growth: 5681152 (2774MB) >09:03:37,095 DEBUG storage.ui: PartitionDevice._setPartedPartition: vdb1 ; >09:03:37,096 DEBUG storage.ui: device vdb1 new partedPartition None >09:03:37,098 DEBUG storage.ui: PartitionDevice._setDisk: req5 ; new: None ; old: vdb ; >09:03:37,101 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: vdb ; >09:03:37,102 DEBUG storage.ui: total growth: 11362304 sectors >09:03:37,103 DEBUG storage.ui: updating use_disk to vdb, type: 0 >09:03:37,104 DEBUG storage.ui: new free: 63-16777215 / 8191MB >09:03:37,104 DEBUG storage.ui: new free allows for 11362304 sectors of growth >09:03:37,105 DEBUG storage.ui: adjusted start sector from 63 to 2048 >09:03:37,106 DEBUG storage.ui: created partition vdb1 of 1MB and added it to /dev/vdb >09:03:37,110 DEBUG storage.ui: PartitionDevice._setPartedPartition: req5 ; >09:03:37,111 DEBUG storage.ui: device req5 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c064490> fileSystem: None > number: 1 path: /dev/vdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x4477e50> PedPartition: <_ped.Partition object at 0x7f55180396b0> >09:03:37,113 DEBUG storage.ui: PartitionDevice._setDisk: vdb1 ; new: vdb ; old: None ; >09:03:37,116 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: vdb ; >09:03:37,119 DEBUG storage.ui: PartitionDevice._setPartedPartition: vdb1 ; >09:03:37,120 DEBUG storage.ui: device vdb1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c064490> fileSystem: None > number: 1 path: /dev/vdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x54c1910> PedPartition: <_ped.Partition object at 0x7f55180397d0> >09:03:37,121 DEBUG storage.ui: growPartitions: disks=['vda', 'vdb', 'vdc'], partitions=['vda1(id 20)', 'vda2(id 24)', 'vdb1(id 25)'] >09:03:37,122 DEBUG storage.ui: growable partitions are ['vda2', 'vdb1'] >09:03:37,122 DEBUG storage.ui: adding request 20 to chunk 16777153 (63-16777215) on /dev/vda >09:03:37,123 DEBUG storage.ui: adding request 24 to chunk 16777153 (63-16777215) on /dev/vda >09:03:37,124 DEBUG storage.ui: disk vda has 1 chunks >09:03:37,125 DEBUG storage.ui: adding request 25 to chunk 16777153 (63-16777215) on /dev/vdb >09:03:37,126 DEBUG storage.ui: disk vdb has 1 chunks >09:03:37,126 DEBUG storage.ui: disk vdc has 1 chunks >09:03:37,127 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/vda start = 63 end = 16777215 >sectorSize = 512 > >09:03:37,128 DEBUG storage.ui: req: PartitionRequest instance -- >id = 20 name = vda1 growable = False >base = 1024000 growth = 0 max_grow = 0 >done = True >09:03:37,128 DEBUG storage.ui: req: PartitionRequest instance -- >id = 24 name = vda2 growable = True >base = 2048 growth = 0 max_grow = 5681152 >done = False >09:03:37,129 DEBUG storage.ui: 1 requests and 15751105 (7690MB) left in chunk >09:03:37,130 DEBUG storage.ui: adding 15751105 (7690MB) to 24 (vda2) >09:03:37,131 DEBUG storage.ui: taking back 10069953 (4916MB) from 24 (vda2) >09:03:37,131 DEBUG storage.ui: new grow amount for request 24 (vda2) is 5681152 units, or 2774MB >09:03:37,132 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/vdb start = 63 end = 16777215 >sectorSize = 512 > >09:03:37,133 DEBUG storage.ui: req: PartitionRequest instance -- >id = 25 name = vdb1 growable = True >base = 2048 growth = 0 max_grow = 5681152 >done = False >09:03:37,133 DEBUG storage.ui: 1 requests and 16775105 (8190MB) left in chunk >09:03:37,134 DEBUG storage.ui: adding 16775105 (8190MB) to 25 (vdb1) >09:03:37,134 DEBUG storage.ui: taking back 11093953 (5416MB) from 25 (vdb1) >09:03:37,135 DEBUG storage.ui: new grow amount for request 25 (vdb1) is 5681152 units, or 2774MB >09:03:37,135 DEBUG storage.ui: set: ['vda2', 'vdb1'] 2775 >09:03:37,135 DEBUG storage.ui: min growth is 5681152 >09:03:37,135 DEBUG storage.ui: max growth for PartitionRequest instance -- >id = 24 name = vda2 growable = True >base = 2048 growth = 5681152 max_grow = 5681152 >done = True is 5681152 >09:03:37,135 DEBUG storage.ui: max growth for PartitionRequest instance -- >id = 25 name = vdb1 growable = True >base = 2048 growth = 5681152 max_grow = 5681152 >done = True is 5681152 >09:03:37,135 DEBUG storage.ui: set: ['vda2', 'vdb1'] 2775 >09:03:37,136 DEBUG storage.ui: min growth is 5681152 >09:03:37,136 DEBUG storage.ui: max growth for PartitionRequest instance -- >id = 24 name = vda2 growable = True >base = 2048 growth = 5681152 max_grow = 5681152 >done = True is 5681152 >09:03:37,136 DEBUG storage.ui: max growth for PartitionRequest instance -- >id = 25 name = vdb1 growable = True >base = 2048 growth = 5681152 max_grow = 5681152 >done = True is 5681152 >09:03:37,136 DEBUG storage.ui: growing partitions on vda >09:03:37,141 DEBUG storage.ui: partition vda1 (20): 0 >09:03:37,143 DEBUG storage.ui: new geometry for vda1: parted.Geometry instance -- > start: 2048 end: 1026047 length: 1024000 > device: <parted.device.Device object at 0x7f551c0602d0> PedGeometry: <_ped.Geometry object at 0x5715690> >09:03:37,144 DEBUG storage.ui: partition vda2 (24): 0 >09:03:37,144 DEBUG storage.ui: new geometry for vda2: parted.Geometry instance -- > start: 1026048 end: 6709247 length: 5683200 > device: <parted.device.Device object at 0x7f551c0602d0> PedGeometry: <_ped.Geometry object at 0x5715c90> >09:03:37,145 DEBUG storage.ui: removing all non-preexisting partitions ['vda1(id 20)', 'vda2(id 24)'] from disk(s) ['vda'] >09:03:37,148 DEBUG storage.ui: PartitionDevice._setPartedPartition: vda1 ; >09:03:37,148 DEBUG storage.ui: device vda1 new partedPartition None >09:03:37,152 DEBUG storage.ui: PartitionDevice._setDisk: req3 ; new: None ; old: vda ; >09:03:37,154 DEBUG storage.ui: DiskDevice.removeChild: kids: 2 ; name: vda ; >09:03:37,157 DEBUG storage.ui: PartitionDevice._setPartedPartition: vda2 ; >09:03:37,158 DEBUG storage.ui: device vda2 new partedPartition None >09:03:37,161 DEBUG storage.ui: PartitionDevice._setDisk: req4 ; new: None ; old: vda ; >09:03:37,163 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: vda ; >09:03:37,164 DEBUG storage.ui: back from removeNewPartitions >09:03:37,165 DEBUG storage.ui: extended: None >09:03:37,165 DEBUG storage.ui: setting req3 new geometry: parted.Geometry instance -- > start: 2048 end: 1026047 length: 1024000 > device: <parted.device.Device object at 0x7f551c0602d0> PedGeometry: <_ped.Geometry object at 0x5715690> >09:03:37,168 DEBUG storage.ui: PartitionDevice._setPartedPartition: req3 ; >09:03:37,169 DEBUG storage.ui: device req3 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c060150> fileSystem: None > number: 1 path: /dev/vda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x419c850> PedPartition: <_ped.Partition object at 0x4acb3b0> >09:03:37,172 DEBUG storage.ui: PartitionDevice._setDisk: vda1 ; new: vda ; old: None ; >09:03:37,174 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: vda ; >09:03:37,177 DEBUG storage.ui: PartitionDevice._setPartedPartition: vda1 ; >09:03:37,178 DEBUG storage.ui: device vda1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c060150> fileSystem: None > number: 1 path: /dev/vda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x571b4d0> PedPartition: <_ped.Partition object at 0x448e050> >09:03:37,179 DEBUG storage.ui: setting req4 new geometry: parted.Geometry instance -- > start: 1026048 end: 6709247 length: 5683200 > device: <parted.device.Device object at 0x7f551c0602d0> PedGeometry: <_ped.Geometry object at 0x5715c90> >09:03:37,181 DEBUG storage.ui: PartitionDevice._setPartedPartition: req4 ; >09:03:37,183 DEBUG storage.ui: device req4 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c060150> fileSystem: None > number: 2 path: /dev/vda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x5715990> PedPartition: <_ped.Partition object at 0x448e4d0> >09:03:37,185 DEBUG storage.ui: PartitionDevice._setDisk: vda2 ; new: vda ; old: None ; >09:03:37,188 DEBUG storage.ui: DiskDevice.addChild: kids: 1 ; name: vda ; >09:03:37,191 DEBUG storage.ui: PartitionDevice._setPartedPartition: vda2 ; >09:03:37,191 DEBUG storage.ui: device vda2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c060150> fileSystem: None > number: 2 path: /dev/vda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x4c660d0> PedPartition: <_ped.Partition object at 0x7f5518039710> >09:03:37,192 DEBUG storage.ui: growing partitions on vdb >09:03:37,193 DEBUG storage.ui: partition vdb1 (25): 0 >09:03:37,194 DEBUG storage.ui: new geometry for vdb1: parted.Geometry instance -- > start: 2048 end: 5685247 length: 5683200 > device: <parted.device.Device object at 0x7f551c064b10> PedGeometry: <_ped.Geometry object at 0x419cf50> >09:03:37,195 DEBUG storage.ui: removing all non-preexisting partitions ['vdb1(id 25)'] from disk(s) ['vdb'] >09:03:37,198 DEBUG storage.ui: PartitionDevice._setPartedPartition: vdb1 ; >09:03:37,198 DEBUG storage.ui: device vdb1 new partedPartition None >09:03:37,201 DEBUG storage.ui: PartitionDevice._setDisk: req5 ; new: None ; old: vdb ; >09:03:37,203 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: vdb ; >09:03:37,204 DEBUG storage.ui: back from removeNewPartitions >09:03:37,205 DEBUG storage.ui: extended: None >09:03:37,205 DEBUG storage.ui: setting req5 new geometry: parted.Geometry instance -- > start: 2048 end: 5685247 length: 5683200 > device: <parted.device.Device object at 0x7f551c064b10> PedGeometry: <_ped.Geometry object at 0x419cf50> >09:03:37,208 DEBUG storage.ui: PartitionDevice._setPartedPartition: req5 ; >09:03:37,209 DEBUG storage.ui: device req5 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c064490> fileSystem: None > number: 1 path: /dev/vdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x571be10> PedPartition: <_ped.Partition object at 0x448e3b0> >09:03:37,212 DEBUG storage.ui: PartitionDevice._setDisk: vdb1 ; new: vdb ; old: None ; >09:03:37,214 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: vdb ; >09:03:37,217 DEBUG storage.ui: PartitionDevice._setPartedPartition: vdb1 ; >09:03:37,218 DEBUG storage.ui: device vdb1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c064490> fileSystem: None > number: 1 path: /dev/vdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x5715590> PedPartition: <_ped.Partition object at 0x7f5518039890> >09:03:37,219 DEBUG storage.ui: growing partitions on vdc >09:03:37,220 DEBUG storage.ui: fixing size of non-existent 500MB partition vda1 (20) with non-existent ext4 filesystem mounted at /boot at 500.00 >09:03:37,221 DEBUG storage.ui: fixing size of non-existent 2775MB partition vda2 (24) with non-existent mdmember at 2775.00 >09:03:37,222 DEBUG storage.ui: fixing size of non-existent 2775MB partition vdb1 (25) with non-existent mdmember at 2775.00 >09:03:37,224 DEBUG storage.ui: new member set: ['vda2', 'vdb1'] >09:03:37,224 DEBUG storage.ui: old member set: ['vda2', 'vdb1'] >09:03:37,226 DEBUG storage.ui: raw RAID 0 size == 5550.0 >09:03:37,226 INFO storage.ui: Using 4MB superBlockSize >09:03:37,227 DEBUG storage.ui: non-existent RAID 0 size == 5542.0 >09:03:37,228 DEBUG storage.ui: new member set: ['00'] >09:03:37,229 DEBUG storage.ui: old member set: ['00'] >09:03:37,230 DEBUG storage.ui: raw RAID 0 size == 5550.0 >09:03:37,230 INFO storage.ui: Using 4MB superBlockSize >09:03:37,231 DEBUG storage.ui: non-existent RAID 0 size == 5542.0 >09:03:37,232 DEBUG storage.ui: fedora size is 5540MB >09:03:37,233 DEBUG storage.ui: raw RAID 0 size == 5550.0 >09:03:37,234 INFO storage.ui: Using 4MB superBlockSize >09:03:37,235 DEBUG storage.ui: non-existent RAID 0 size == 5542.0 >09:03:37,235 DEBUG storage.ui: vg fedora has -1524MB free >09:03:37,236 DEBUG storage.ui: raw RAID 0 size == 5550.0 >09:03:37,237 INFO storage.ui: Using 4MB superBlockSize >09:03:37,238 DEBUG storage.ui: non-existent RAID 0 size == 5542.0 >09:03:37,239 DEBUG storage.ui: fedora size is 5540MB >09:03:37,240 DEBUG storage.ui: raw RAID 0 size == 5550.0 >09:03:37,241 INFO storage.ui: Using 4MB superBlockSize >09:03:37,241 DEBUG storage.ui: non-existent RAID 0 size == 5542.0 >09:03:37,242 DEBUG storage.ui: vg fedora has -1524MB free >09:03:37,243 INFO storage.ui: adjusting device size from 2064.00 to 500.00 >09:03:37,243 DEBUG storage.ui: trying to set lv fedora-swap size to 500MB >09:03:37,245 DEBUG storage.ui: raw RAID 0 size == 5550.0 >09:03:37,245 INFO storage.ui: Using 4MB superBlockSize >09:03:37,246 DEBUG storage.ui: non-existent RAID 0 size == 5542.0 >09:03:37,247 DEBUG storage.ui: fedora size is 5540MB >09:03:37,248 DEBUG storage.ui: raw RAID 0 size == 5550.0 >09:03:37,249 INFO storage.ui: Using 4MB superBlockSize >09:03:37,250 DEBUG storage.ui: non-existent RAID 0 size == 5542.0 >09:03:37,250 DEBUG storage.ui: vg fedora has -1524MB free >09:03:37,294 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.LVMFactory'>: <blivet.Blivet object at 0x4d8c4d0>, 0, [], {} >09:03:39,638 DEBUG blivet: SwapSpace.__init__: >09:03:39,640 DEBUG blivet: getFormat('swap') returning SwapSpace instance >09:03:39,652 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.LVMFactory'>: <blivet.Blivet object at 0x4d8c4d0>, 500, ['vda', 'vdb'], {'encrypted': False, 'raid_level': None} >09:03:39,654 DEBUG blivet: raw RAID 0 size == 5550.0 >09:03:39,654 INFO blivet: Using 4MB superBlockSize >09:03:39,655 DEBUG blivet: non-existent RAID 0 size == 5542.0 >09:03:39,662 DEBUG blivet: raw RAID 0 size == 5550.0 >09:03:39,662 INFO blivet: Using 4MB superBlockSize >09:03:39,662 DEBUG blivet: non-existent RAID 0 size == 5542.0 >09:03:39,663 DEBUG blivet: fedora size is 5540MB >09:03:39,664 DEBUG blivet: raw RAID 0 size == 5550.0 >09:03:39,664 INFO blivet: Using 4MB superBlockSize >09:03:39,665 DEBUG blivet: non-existent RAID 0 size == 5542.0 >09:03:39,670 DEBUG blivet: vg fedora has 40MB free >09:03:39,673 DEBUG blivet: raw RAID 0 size == 5550.0 >09:03:39,673 INFO blivet: Using 4MB superBlockSize >09:03:39,674 DEBUG blivet: non-existent RAID 0 size == 5542.0 >09:03:39,707 DEBUG blivet: getFormat('appleboot') returning AppleBootstrapFS instance >09:03:39,709 DEBUG blivet: getFormat('biosboot') returning BIOSBoot instance >09:03:39,710 DEBUG blivet: getFormat('prepboot') returning PPCPRePBoot instance >09:03:43,554 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.LVMFactory'>: <blivet.Blivet object at 0x4d8c4d0>, 1000.0, [], {} >09:03:43,557 DEBUG storage.ui: raw RAID 0 size == 5550.0 >09:03:43,559 INFO storage.ui: Using 4MB superBlockSize >09:03:43,561 DEBUG storage.ui: non-existent RAID 0 size == 5542.0 >09:03:43,563 DEBUG storage.ui: raw RAID 0 size == 5550.0 >09:03:43,565 INFO storage.ui: Using 4MB superBlockSize >09:03:43,566 DEBUG storage.ui: non-existent RAID 0 size == 5542.0 >09:03:43,568 DEBUG storage.ui: fedora size is 5540MB >09:03:43,570 DEBUG storage.ui: raw RAID 0 size == 5550.0 >09:03:43,572 INFO storage.ui: Using 4MB superBlockSize >09:03:43,574 DEBUG storage.ui: non-existent RAID 0 size == 5542.0 >09:03:43,575 DEBUG storage.ui: vg fedora has 40MB free >09:03:43,577 DEBUG storage.ui: raw RAID 0 size == 5550.0 >09:03:43,578 INFO storage.ui: Using 4MB superBlockSize >09:03:43,579 DEBUG storage.ui: non-existent RAID 0 size == 5542.0 >09:03:43,585 DEBUG storage.ui: Blivet.factoryDevice: 0 ; 1000.0 ; disks: [DiskDevice instance (0x7f551c060990) -- > name = vda status = True kids = 2 id = 1 > parents = [] > uuid = None size = 8192.0 > format = non-existent msdos disklabel > major = 252 minor = 0 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:07.0/virtio2/block/vda partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vda type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 16777216 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 32597 did: 0 busy: False > hardwareGeometry: (16644, 16, 63) biosGeometry: (1044, 255, 63) > PedDevice: <_ped.Device object at 0x431ddd0> > target size = 0 path = /dev/vda > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f551c060910>, DiskDevice instance (0x7f551c064a50) -- > name = vdb status = True kids = 1 id = 2 > parents = [] > uuid = None size = 8192.0 > format = non-existent msdos disklabel > major = 252 minor = 16 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:09.0/virtio4/block/vdb partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vdb type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 16777216 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 32597 did: 0 busy: False > hardwareGeometry: (16644, 16, 63) biosGeometry: (1044, 255, 63) > PedDevice: <_ped.Device object at 0x4391200> > target size = 0 path = /dev/vdb > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f551c064e10>] ; encrypted: False ; container_raid_level: raid0 ; fstype: ext4 ; mountpoint: /var ; container_encrypted: False ; container_size: 0 ; >09:03:43,589 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.LVMFactory'>: <blivet.Blivet object at 0x4d8c4d0>, 1000.0, ['vda', 'vdb'], {'encrypted': False, 'container_raid_level': 'raid0', 'fstype': 'ext4', 'mountpoint': '/var', 'container_encrypted': False, 'container_size': 0} >09:03:43,591 DEBUG storage.ui: LVMFactory.configure: parent_factory: None ; >09:03:43,592 DEBUG storage.ui: starting Blivet copy >09:03:43,652 DEBUG storage.ui: PartitionDevice._setPartedPartition: vda1 ; >09:03:43,653 DEBUG storage.ui: device vda1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x419ce90> fileSystem: None > number: 1 path: /dev/vda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x571f710> PedPartition: <_ped.Partition object at 0x4acb3b0> >09:03:43,655 DEBUG storage.ui: PartitionDevice._setPartedPartition: vda2 ; >09:03:43,656 DEBUG storage.ui: device vda2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x419ce90> fileSystem: None > number: 2 path: /dev/vda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x571f890> PedPartition: <_ped.Partition object at 0x448e2f0> >09:03:43,659 DEBUG storage.ui: PartitionDevice._setPartedPartition: vdb1 ; >09:03:43,660 DEBUG storage.ui: device vdb1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x4c66550> fileSystem: None > number: 1 path: /dev/vdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x571f990> PedPartition: <_ped.Partition object at 0x448e3b0> >09:03:43,660 DEBUG storage.ui: finished Blivet copy >09:03:43,662 DEBUG storage.ui: raw RAID 0 size == 5550.0 >09:03:43,662 INFO storage.ui: Using 4MB superBlockSize >09:03:43,663 DEBUG storage.ui: non-existent RAID 0 size == 5542.0 >09:03:43,664 DEBUG storage.ui: raw RAID 0 size == 5550.0 >09:03:43,665 INFO storage.ui: Using 4MB superBlockSize >09:03:43,666 DEBUG storage.ui: non-existent RAID 0 size == 5542.0 >09:03:43,666 DEBUG storage.ui: fedora size is 5540MB >09:03:43,667 DEBUG storage.ui: raw RAID 0 size == 5550.0 >09:03:43,668 INFO storage.ui: Using 4MB superBlockSize >09:03:43,669 DEBUG storage.ui: non-existent RAID 0 size == 5542.0 >09:03:43,669 DEBUG storage.ui: vg fedora has 40MB free >09:03:43,671 DEBUG storage.ui: raw RAID 0 size == 5550.0 >09:03:43,671 INFO storage.ui: Using 4MB superBlockSize >09:03:43,672 DEBUG storage.ui: non-existent RAID 0 size == 5542.0 >09:03:43,673 DEBUG storage.ui: raw RAID 0 size == 5550.0 >09:03:43,674 INFO storage.ui: Using 4MB superBlockSize >09:03:43,675 DEBUG storage.ui: non-existent RAID 0 size == 5542.0 >09:03:43,675 DEBUG storage.ui: fedora size is 5540MB >09:03:43,677 DEBUG storage.ui: raw RAID 0 size == 5550.0 >09:03:43,677 INFO storage.ui: Using 4MB superBlockSize >09:03:43,678 DEBUG storage.ui: non-existent RAID 0 size == 5542.0 >09:03:43,679 DEBUG storage.ui: vg fedora has 40MB free >09:03:43,680 DEBUG storage.ui: raw RAID 0 size == 5550.0 >09:03:43,680 INFO storage.ui: Using 4MB superBlockSize >09:03:43,681 DEBUG storage.ui: non-existent RAID 0 size == 5542.0 >09:03:43,682 DEBUG storage.ui: raw RAID 0 size == 5550.0 >09:03:43,683 INFO storage.ui: Using 4MB superBlockSize >09:03:43,684 DEBUG storage.ui: non-existent RAID 0 size == 5542.0 >09:03:43,684 DEBUG storage.ui: fedora size is 5540MB >09:03:43,686 DEBUG storage.ui: raw RAID 0 size == 5550.0 >09:03:43,686 INFO storage.ui: Using 4MB superBlockSize >09:03:43,687 DEBUG storage.ui: non-existent RAID 0 size == 5542.0 >09:03:43,688 DEBUG storage.ui: vg fedora has 40MB free >09:03:43,688 DEBUG storage.ui: size bumped to 6506 to include new device space >09:03:43,689 DEBUG storage.ui: child factory class: <class 'blivet.devicefactory.MDFactory'> >09:03:43,691 DEBUG storage.ui: child factory args: [<blivet.Blivet object at 0x4d8c4d0>, 6546.0, [DiskDevice instance (0x7f551c060990) -- > name = vda status = True kids = 2 id = 1 > parents = [] > uuid = None size = 8192.0 > format = non-existent msdos disklabel > major = 252 minor = 0 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:07.0/virtio2/block/vda partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vda type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 16777216 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 32597 did: 0 busy: False > hardwareGeometry: (16644, 16, 63) biosGeometry: (1044, 255, 63) > PedDevice: <_ped.Device object at 0x431ddd0> > target size = 0 path = /dev/vda > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f551c060910>, DiskDevice instance (0x7f551c064a50) -- > name = vdb status = True kids = 1 id = 2 > parents = [] > uuid = None size = 8192.0 > format = non-existent msdos disklabel > major = 252 minor = 16 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:09.0/virtio4/block/vdb partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vdb type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 16777216 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 32597 did: 0 busy: False > hardwareGeometry: (16644, 16, 63) biosGeometry: (1044, 255, 63) > PedDevice: <_ped.Device object at 0x4391200> > target size = 0 path = /dev/vdb > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f551c064e10>]] >09:03:43,696 DEBUG storage.ui: raw RAID 0 size == 5550.0 >09:03:43,697 INFO storage.ui: Using 4MB superBlockSize >09:03:43,697 DEBUG storage.ui: non-existent RAID 0 size == 5542.0 >09:03:43,702 DEBUG storage.ui: child factory kwargs: {'device': MDRaidArrayDevice instance (0x54c1290) -- > name = 00 status = False kids = 1 id = 26 > parents = ['non-existent 2775MB partition vda2 (24) with non-existent mdmember', > 'non-existent 2775MB partition vdb1 (25) with non-existent mdmember'] > uuid = None size = 5542.0 > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 24104.0 path = /dev/md/00 > format args = None originalFormat = lvmpv level = 0 spares = 0 > members = 2 > total devices = 2 metadata version = default, 'encrypted': False, 'raid_level': 'raid0', 'fstype': 'lvmpv'} >09:03:43,703 DEBUG storage.ui: MDFactory.configure: parent_factory: <blivet.devicefactory.LVMFactory object at 0x5715b50> ; >09:03:43,703 INFO storage.ui: Using 4MB superBlockSize >09:03:43,703 DEBUG storage.ui: child factory class: <class 'blivet.devicefactory.PartitionSetFactory'> >09:03:43,713 DEBUG storage.ui: child factory args: [<blivet.Blivet object at 0x4d8c4d0>, 6554.0, [DiskDevice instance (0x7f551c060990) -- > name = vda status = True kids = 2 id = 1 > parents = [] > uuid = None size = 8192.0 > format = non-existent msdos disklabel > major = 252 minor = 0 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:07.0/virtio2/block/vda partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vda type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 16777216 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 32597 did: 0 busy: False > hardwareGeometry: (16644, 16, 63) biosGeometry: (1044, 255, 63) > PedDevice: <_ped.Device object at 0x431ddd0> > target size = 0 path = /dev/vda > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f551c060910>, DiskDevice instance (0x7f551c064a50) -- > name = vdb status = True kids = 1 id = 2 > parents = [] > uuid = None size = 8192.0 > format = non-existent msdos disklabel > major = 252 minor = 16 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:09.0/virtio4/block/vdb partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vdb type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 16777216 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 32597 did: 0 busy: False > hardwareGeometry: (16644, 16, 63) biosGeometry: (1044, 255, 63) > PedDevice: <_ped.Device object at 0x4391200> > target size = 0 path = /dev/vdb > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f551c064e10>]] >09:03:43,713 DEBUG storage.ui: child factory kwargs: {'fstype': 'mdmember'} >09:03:43,715 DEBUG storage.ui: PartitionSetFactory.configure: parent_factory: <blivet.devicefactory.MDFactory object at 0x7f5520167890> ; >09:03:43,716 DEBUG storage.ui: raw RAID 0 size == 5550.0 >09:03:43,717 INFO storage.ui: Using 4MB superBlockSize >09:03:43,717 DEBUG storage.ui: non-existent RAID 0 size == 5542.0 >09:03:43,717 DEBUG storage.ui: parent factory container: non-existent 5542MB mdarray 00 (26) with non-existent lvmpv >09:03:43,717 DEBUG storage.ui: members: ['vda2', 'vdb1'] >09:03:43,718 DEBUG storage.ui: add_disks: [] >09:03:43,721 DEBUG storage.ui: remove_disks: [] >09:03:43,730 DEBUG storage.ui: MDRaidMember.__init__: >09:03:43,731 DEBUG storage.ui: getFormat('mdmember') returning MDRaidMember instance >09:03:43,731 INFO storage.ui: Using 4MB superBlockSize >09:03:43,736 DEBUG storage.ui: adding a SameSizeSet with size 6554 >09:03:43,740 DEBUG storage.ui: DiskDevice.setup: vda ; status: True ; controllable: True ; orig: False ; >09:03:43,744 DEBUG storage.ui: DiskDevice.setup: vdb ; status: True ; controllable: True ; orig: False ; >09:03:43,751 DEBUG storage.ui: DiskDevice.setup: vdc ; status: True ; controllable: True ; orig: False ; >09:03:43,758 DEBUG storage.ui: removing all non-preexisting partitions ['vda1(id 20)', 'vda2(id 24)', 'vdb1(id 25)'] from disk(s) ['vda', 'vdb', 'vdc'] >09:03:43,761 DEBUG storage.ui: PartitionDevice._setPartedPartition: vda1 ; >09:03:43,762 DEBUG storage.ui: device vda1 new partedPartition None >09:03:43,763 DEBUG storage.ui: PartitionDevice._setDisk: req3 ; new: None ; old: vda ; >09:03:43,767 DEBUG storage.ui: DiskDevice.removeChild: kids: 2 ; name: vda ; >09:03:43,769 DEBUG storage.ui: PartitionDevice._setPartedPartition: vda2 ; >09:03:43,770 DEBUG storage.ui: device vda2 new partedPartition None >09:03:43,772 DEBUG storage.ui: PartitionDevice._setDisk: req4 ; new: None ; old: vda ; >09:03:43,774 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: vda ; >09:03:43,777 DEBUG storage.ui: PartitionDevice._setPartedPartition: vdb1 ; >09:03:43,777 DEBUG storage.ui: device vdb1 new partedPartition None >09:03:43,779 DEBUG storage.ui: PartitionDevice._setDisk: req5 ; new: None ; old: vdb ; >09:03:43,782 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: vdb ; >09:03:43,783 DEBUG storage.ui: allocatePartitions: disks=['vda', 'vdb', 'vdc'] ; partitions=['req3(id 20)', 'req4(id 24)', 'req5(id 25)'] >09:03:43,784 DEBUG storage.ui: removing all non-preexisting partitions ['req3(id 20)', 'req4(id 24)', 'req5(id 25)'] from disk(s) ['vda', 'vdb', 'vdc'] >09:03:43,786 DEBUG storage.ui: DeviceTree.getDeviceByName: name: vda ; >09:03:43,789 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk vda (1) with non-existent msdos disklabel >09:03:43,789 DEBUG storage.ui: resolved 'vda' to 'vda' (disk) >09:03:43,792 DEBUG storage.ui: DeviceTree.getDeviceByName: name: vda ; >09:03:43,794 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk vda (1) with non-existent msdos disklabel >09:03:43,795 DEBUG storage.ui: resolved 'vda' to 'vda' (disk) >09:03:43,798 DEBUG storage.ui: DeviceTree.getDeviceByName: name: vda ; >09:03:43,801 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk vda (1) with non-existent msdos disklabel >09:03:43,802 DEBUG storage.ui: resolved 'vda' to 'vda' (disk) >09:03:43,804 DEBUG storage.ui: DeviceTree.getDeviceByName: name: vda ; >09:03:43,806 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk vda (1) with non-existent msdos disklabel >09:03:43,807 DEBUG storage.ui: resolved 'vda' to 'vda' (disk) >09:03:43,809 DEBUG storage.ui: DeviceTree.getDeviceByName: name: vda ; >09:03:43,812 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk vda (1) with non-existent msdos disklabel >09:03:43,813 DEBUG storage.ui: resolved 'vda' to 'vda' (disk) >09:03:43,815 DEBUG storage.ui: DeviceTree.getDeviceByName: name: vda ; >09:03:43,817 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk vda (1) with non-existent msdos disklabel >09:03:43,818 DEBUG storage.ui: resolved 'vda' to 'vda' (disk) >09:03:43,819 DEBUG storage.ui: allocating partition: req3 ; id: 20 ; disks: ['vda', 'vdb', 'vdc'] ; >boot: True ; primary: False ; size: 500MB ; grow: False ; max_size: 0 ; start: None ; end: None >09:03:43,819 DEBUG storage.ui: checking freespace on vda >09:03:43,821 DEBUG storage.ui: getBestFreeSpaceRegion: disk=/dev/vda part_type=0 req_size=500MB boot=True best=None grow=False start=None >09:03:43,821 DEBUG storage.ui: checking 63-16777215 (8191 MB) >09:03:43,822 DEBUG storage.ui: current free range is 63-16777215 (8191MB) >09:03:43,823 DEBUG storage.ui: updating use_disk to vda, type: 0 >09:03:43,824 DEBUG storage.ui: new free: 63-16777215 / 8191MB >09:03:43,825 DEBUG storage.ui: new free allows for 0 sectors of growth >09:03:43,826 DEBUG storage.ui: found free space for bootable request >09:03:43,827 DEBUG storage.ui: adjusted start sector from 63 to 2048 >09:03:43,828 DEBUG storage.ui: created partition vda1 of 500MB and added it to /dev/vda >09:03:43,831 DEBUG storage.ui: PartitionDevice._setPartedPartition: req3 ; >09:03:43,832 DEBUG storage.ui: device req3 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c060150> fileSystem: None > number: 1 path: /dev/vda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x571f490> PedPartition: <_ped.Partition object at 0x7f5518039710> >09:03:43,835 DEBUG storage.ui: PartitionDevice._setDisk: vda1 ; new: vda ; old: None ; >09:03:43,837 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: vda ; >09:03:43,840 DEBUG storage.ui: PartitionDevice._setPartedPartition: vda1 ; >09:03:43,841 DEBUG storage.ui: device vda1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c060150> fileSystem: None > number: 1 path: /dev/vda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x419ccd0> PedPartition: <_ped.Partition object at 0x7f5518039830> >09:03:43,844 DEBUG storage.ui: DeviceTree.getDeviceByName: name: vda ; >09:03:43,846 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk vda (1) with non-existent msdos disklabel >09:03:43,847 DEBUG storage.ui: resolved 'vda' to 'vda' (disk) >09:03:43,850 DEBUG storage.ui: DeviceTree.getDeviceByName: name: vda ; >09:03:43,853 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk vda (1) with non-existent msdos disklabel >09:03:43,853 DEBUG storage.ui: resolved 'vda' to 'vda' (disk) >09:03:43,854 DEBUG storage.ui: allocating partition: req4 ; id: 24 ; disks: ['vda'] ; >boot: False ; primary: False ; size: 1MB ; grow: True ; max_size: 3277 ; start: None ; end: None >09:03:43,855 DEBUG storage.ui: checking freespace on vda >09:03:43,856 DEBUG storage.ui: getBestFreeSpaceRegion: disk=/dev/vda part_type=0 req_size=1MB boot=False best=None grow=True start=None >09:03:43,858 DEBUG storage.ui: checking 63-2047 (0 MB) >09:03:43,860 DEBUG storage.ui: current free range is 63-2047 (0MB) >09:03:43,862 DEBUG storage.ui: checking 1026048-16777215 (7691 MB) >09:03:43,864 DEBUG storage.ui: current free range is 1026048-16777215 (7691MB) >09:03:43,866 DEBUG storage.ui: evaluating growth potential for new layout >09:03:43,868 DEBUG storage.ui: calculating growth for disk /dev/vdc >09:03:43,869 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/vdc start = 63 end = 16777215 >sectorSize = 512 > >09:03:43,870 DEBUG storage.ui: disk /dev/vdc growth: 0 (0MB) >09:03:43,872 DEBUG storage.ui: calculating growth for disk /dev/vdb >09:03:43,874 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/vdb start = 63 end = 16777215 >sectorSize = 512 > >09:03:43,875 DEBUG storage.ui: disk /dev/vdb growth: 0 (0MB) >09:03:43,876 DEBUG storage.ui: calculating growth for disk /dev/vda >09:03:43,880 DEBUG storage.ui: PartitionDevice._setPartedPartition: req4 ; >09:03:43,882 DEBUG storage.ui: device req4 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c060150> fileSystem: None > number: 2 path: /dev/vda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x572a050> PedPartition: <_ped.Partition object at 0x448e410> >09:03:43,886 DEBUG storage.ui: PartitionDevice._setDisk: vda2 ; new: vda ; old: None ; >09:03:43,890 DEBUG storage.ui: DiskDevice.addChild: kids: 1 ; name: vda ; >09:03:43,892 DEBUG storage.ui: adding request 20 to chunk 16777153 (63-16777215) on /dev/vda >09:03:43,893 DEBUG storage.ui: adding request 24 to chunk 16777153 (63-16777215) on /dev/vda >09:03:43,894 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/vda start = 63 end = 16777215 >sectorSize = 512 > >09:03:43,895 DEBUG storage.ui: req: PartitionRequest instance -- >id = 20 name = vda1 growable = False >base = 1024000 growth = 0 max_grow = 0 >done = True >09:03:43,897 DEBUG storage.ui: req: PartitionRequest instance -- >id = 24 name = vda2 growable = True >base = 2048 growth = 0 max_grow = 6709248 >done = False >09:03:43,899 DEBUG storage.ui: 1 requests and 15751105 (7690MB) left in chunk >09:03:43,901 DEBUG storage.ui: adding 15751105 (7690MB) to 24 (vda2) >09:03:43,901 DEBUG storage.ui: taking back 9041857 (4414MB) from 24 (vda2) >09:03:43,902 DEBUG storage.ui: new grow amount for request 24 (vda2) is 6709248 units, or 3276MB >09:03:43,903 DEBUG storage.ui: request 20 (vda1) growth: 0 (0MB) size: 500MB >09:03:43,903 DEBUG storage.ui: request 24 (vda2) growth: 6709248 (3276MB) size: 3277MB >09:03:43,904 DEBUG storage.ui: disk /dev/vda growth: 6709248 (3276MB) >09:03:43,907 DEBUG storage.ui: PartitionDevice._setPartedPartition: vda2 ; >09:03:43,908 DEBUG storage.ui: device vda2 new partedPartition None >09:03:43,910 DEBUG storage.ui: PartitionDevice._setDisk: req4 ; new: None ; old: vda ; >09:03:43,913 DEBUG storage.ui: DiskDevice.removeChild: kids: 2 ; name: vda ; >09:03:43,914 DEBUG storage.ui: total growth: 6709248 sectors >09:03:43,915 DEBUG storage.ui: updating use_disk to vda, type: 0 >09:03:43,916 DEBUG storage.ui: new free: 1026048-16777215 / 7691MB >09:03:43,916 DEBUG storage.ui: new free allows for 6709248 sectors of growth >09:03:43,918 DEBUG storage.ui: created partition vda2 of 1MB and added it to /dev/vda >09:03:43,920 DEBUG storage.ui: PartitionDevice._setPartedPartition: req4 ; >09:03:43,922 DEBUG storage.ui: device req4 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c060150> fileSystem: None > number: 2 path: /dev/vda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x572a250> PedPartition: <_ped.Partition object at 0x448e470> >09:03:43,924 DEBUG storage.ui: PartitionDevice._setDisk: vda2 ; new: vda ; old: None ; >09:03:43,927 DEBUG storage.ui: DiskDevice.addChild: kids: 1 ; name: vda ; >09:03:43,930 DEBUG storage.ui: PartitionDevice._setPartedPartition: vda2 ; >09:03:43,931 DEBUG storage.ui: device vda2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c060150> fileSystem: None > number: 2 path: /dev/vda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x572a2d0> PedPartition: <_ped.Partition object at 0x448e4d0> >09:03:43,934 DEBUG storage.ui: DeviceTree.getDeviceByName: name: vda ; >09:03:43,937 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk vda (1) with non-existent msdos disklabel >09:03:43,938 DEBUG storage.ui: resolved 'vda' to 'vda' (disk) >09:03:43,940 DEBUG storage.ui: DeviceTree.getDeviceByName: name: vda ; >09:03:43,943 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk vda (1) with non-existent msdos disklabel >09:03:43,943 DEBUG storage.ui: resolved 'vda' to 'vda' (disk) >09:03:43,944 DEBUG storage.ui: allocating partition: req5 ; id: 25 ; disks: ['vdb'] ; >boot: False ; primary: False ; size: 1MB ; grow: True ; max_size: 3277 ; start: None ; end: None >09:03:43,945 DEBUG storage.ui: checking freespace on vdb >09:03:43,947 DEBUG storage.ui: getBestFreeSpaceRegion: disk=/dev/vdb part_type=0 req_size=1MB boot=False best=None grow=True start=None >09:03:43,948 DEBUG storage.ui: checking 63-16777215 (8191 MB) >09:03:43,949 DEBUG storage.ui: current free range is 63-16777215 (8191MB) >09:03:43,950 DEBUG storage.ui: evaluating growth potential for new layout >09:03:43,951 DEBUG storage.ui: calculating growth for disk /dev/vdc >09:03:43,953 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/vdc start = 63 end = 16777215 >sectorSize = 512 > >09:03:43,954 DEBUG storage.ui: disk /dev/vdc growth: 0 (0MB) >09:03:43,954 DEBUG storage.ui: calculating growth for disk /dev/vdb >09:03:43,955 DEBUG storage.ui: adjusted start sector from 63 to 2048 >09:03:43,958 DEBUG storage.ui: PartitionDevice._setPartedPartition: req5 ; >09:03:43,959 DEBUG storage.ui: device req5 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c064490> fileSystem: None > number: 1 path: /dev/vdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x572a3d0> PedPartition: <_ped.Partition object at 0x7f5518039890> >09:03:43,962 DEBUG storage.ui: PartitionDevice._setDisk: vdb1 ; new: vdb ; old: None ; >09:03:43,965 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: vdb ; >09:03:43,966 DEBUG storage.ui: adding request 25 to chunk 16777153 (63-16777215) on /dev/vdb >09:03:43,967 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/vdb start = 63 end = 16777215 >sectorSize = 512 > >09:03:43,968 DEBUG storage.ui: req: PartitionRequest instance -- >id = 25 name = vdb1 growable = True >base = 2048 growth = 0 max_grow = 6709248 >done = False >09:03:43,969 DEBUG storage.ui: 1 requests and 16775105 (8190MB) left in chunk >09:03:43,970 DEBUG storage.ui: adding 16775105 (8190MB) to 25 (vdb1) >09:03:43,971 DEBUG storage.ui: taking back 10065857 (4914MB) from 25 (vdb1) >09:03:43,972 DEBUG storage.ui: new grow amount for request 25 (vdb1) is 6709248 units, or 3276MB >09:03:43,972 DEBUG storage.ui: request 25 (vdb1) growth: 6709248 (3276MB) size: 3277MB >09:03:43,973 DEBUG storage.ui: disk /dev/vdb growth: 6709248 (3276MB) >09:03:43,974 DEBUG storage.ui: calculating growth for disk /dev/vda >09:03:43,975 DEBUG storage.ui: adding request 20 to chunk 16777153 (63-16777215) on /dev/vda >09:03:43,975 DEBUG storage.ui: adding request 24 to chunk 16777153 (63-16777215) on /dev/vda >09:03:43,976 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/vda start = 63 end = 16777215 >sectorSize = 512 > >09:03:43,977 DEBUG storage.ui: req: PartitionRequest instance -- >id = 20 name = vda1 growable = False >base = 1024000 growth = 0 max_grow = 0 >done = True >09:03:43,978 DEBUG storage.ui: req: PartitionRequest instance -- >id = 24 name = vda2 growable = True >base = 2048 growth = 0 max_grow = 6709248 >done = False >09:03:43,979 DEBUG storage.ui: 1 requests and 15751105 (7690MB) left in chunk >09:03:43,980 DEBUG storage.ui: adding 15751105 (7690MB) to 24 (vda2) >09:03:43,980 DEBUG storage.ui: taking back 9041857 (4414MB) from 24 (vda2) >09:03:43,981 DEBUG storage.ui: new grow amount for request 24 (vda2) is 6709248 units, or 3276MB >09:03:43,982 DEBUG storage.ui: request 20 (vda1) growth: 0 (0MB) size: 500MB >09:03:43,982 DEBUG storage.ui: request 24 (vda2) growth: 6709248 (3276MB) size: 3277MB >09:03:43,983 DEBUG storage.ui: disk /dev/vda growth: 6709248 (3276MB) >09:03:43,986 DEBUG storage.ui: PartitionDevice._setPartedPartition: vdb1 ; >09:03:43,987 DEBUG storage.ui: device vdb1 new partedPartition None >09:03:43,989 DEBUG storage.ui: PartitionDevice._setDisk: req5 ; new: None ; old: vdb ; >09:03:43,992 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: vdb ; >09:03:43,993 DEBUG storage.ui: total growth: 13418496 sectors >09:03:43,994 DEBUG storage.ui: updating use_disk to vdb, type: 0 >09:03:43,995 DEBUG storage.ui: new free: 63-16777215 / 8191MB >09:03:43,995 DEBUG storage.ui: new free allows for 13418496 sectors of growth >09:03:43,996 DEBUG storage.ui: adjusted start sector from 63 to 2048 >09:03:43,997 DEBUG storage.ui: created partition vdb1 of 1MB and added it to /dev/vdb >09:03:44,000 DEBUG storage.ui: PartitionDevice._setPartedPartition: req5 ; >09:03:44,002 DEBUG storage.ui: device req5 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c064490> fileSystem: None > number: 1 path: /dev/vdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x572a510> PedPartition: <_ped.Partition object at 0x7f5518039710> >09:03:44,005 DEBUG storage.ui: PartitionDevice._setDisk: vdb1 ; new: vdb ; old: None ; >09:03:44,009 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: vdb ; >09:03:44,013 DEBUG storage.ui: PartitionDevice._setPartedPartition: vdb1 ; >09:03:44,015 DEBUG storage.ui: device vdb1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c064490> fileSystem: None > number: 1 path: /dev/vdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x571f510> PedPartition: <_ped.Partition object at 0x448e470> >09:03:44,018 DEBUG storage.ui: growPartitions: disks=['vda', 'vdb', 'vdc'], partitions=['vda1(id 20)', 'vda2(id 24)', 'vdb1(id 25)'] >09:03:44,019 DEBUG storage.ui: growable partitions are ['vda2', 'vdb1'] >09:03:44,020 DEBUG storage.ui: adding request 20 to chunk 16777153 (63-16777215) on /dev/vda >09:03:44,022 DEBUG storage.ui: adding request 24 to chunk 16777153 (63-16777215) on /dev/vda >09:03:44,023 DEBUG storage.ui: disk vda has 1 chunks >09:03:44,025 DEBUG storage.ui: adding request 25 to chunk 16777153 (63-16777215) on /dev/vdb >09:03:44,026 DEBUG storage.ui: disk vdb has 1 chunks >09:03:44,028 DEBUG storage.ui: disk vdc has 1 chunks >09:03:44,029 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/vda start = 63 end = 16777215 >sectorSize = 512 > >09:03:44,030 DEBUG storage.ui: req: PartitionRequest instance -- >id = 20 name = vda1 growable = False >base = 1024000 growth = 0 max_grow = 0 >done = True >09:03:44,031 DEBUG storage.ui: req: PartitionRequest instance -- >id = 24 name = vda2 growable = True >base = 2048 growth = 0 max_grow = 6709248 >done = False >09:03:44,032 DEBUG storage.ui: 1 requests and 15751105 (7690MB) left in chunk >09:03:44,035 DEBUG storage.ui: adding 15751105 (7690MB) to 24 (vda2) >09:03:44,036 DEBUG storage.ui: taking back 9041857 (4414MB) from 24 (vda2) >09:03:44,037 DEBUG storage.ui: new grow amount for request 24 (vda2) is 6709248 units, or 3276MB >09:03:44,039 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/vdb start = 63 end = 16777215 >sectorSize = 512 > >09:03:44,040 DEBUG storage.ui: req: PartitionRequest instance -- >id = 25 name = vdb1 growable = True >base = 2048 growth = 0 max_grow = 6709248 >done = False >09:03:44,042 DEBUG storage.ui: 1 requests and 16775105 (8190MB) left in chunk >09:03:44,043 DEBUG storage.ui: adding 16775105 (8190MB) to 25 (vdb1) >09:03:44,045 DEBUG storage.ui: taking back 10065857 (4914MB) from 25 (vdb1) >09:03:44,046 DEBUG storage.ui: new grow amount for request 25 (vdb1) is 6709248 units, or 3276MB >09:03:44,047 DEBUG storage.ui: set: ['vda2', 'vdb1'] 3277 >09:03:44,048 DEBUG storage.ui: min growth is 6709248 >09:03:44,048 DEBUG storage.ui: max growth for PartitionRequest instance -- >id = 24 name = vda2 growable = True >base = 2048 growth = 6709248 max_grow = 6709248 >done = True is 6709248 >09:03:44,051 DEBUG storage.ui: max growth for PartitionRequest instance -- >id = 25 name = vdb1 growable = True >base = 2048 growth = 6709248 max_grow = 6709248 >done = True is 6709248 >09:03:44,052 DEBUG storage.ui: set: ['vda2', 'vdb1'] 3277 >09:03:44,052 DEBUG storage.ui: min growth is 6709248 >09:03:44,053 DEBUG storage.ui: max growth for PartitionRequest instance -- >id = 24 name = vda2 growable = True >base = 2048 growth = 6709248 max_grow = 6709248 >done = True is 6709248 >09:03:44,053 DEBUG storage.ui: max growth for PartitionRequest instance -- >id = 25 name = vdb1 growable = True >base = 2048 growth = 6709248 max_grow = 6709248 >done = True is 6709248 >09:03:44,055 DEBUG storage.ui: growing partitions on vda >09:03:44,058 DEBUG storage.ui: partition vda1 (20): 0 >09:03:44,058 DEBUG storage.ui: new geometry for vda1: parted.Geometry instance -- > start: 2048 end: 1026047 length: 1024000 > device: <parted.device.Device object at 0x7f551c0602d0> PedGeometry: <_ped.Geometry object at 0x572a350> >09:03:44,059 DEBUG storage.ui: partition vda2 (24): 0 >09:03:44,059 DEBUG storage.ui: new geometry for vda2: parted.Geometry instance -- > start: 1026048 end: 7737343 length: 6711296 > device: <parted.device.Device object at 0x7f551c0602d0> PedGeometry: <_ped.Geometry object at 0x572a650> >09:03:44,059 DEBUG storage.ui: removing all non-preexisting partitions ['vda1(id 20)', 'vda2(id 24)'] from disk(s) ['vda'] >09:03:44,066 DEBUG storage.ui: PartitionDevice._setPartedPartition: vda1 ; >09:03:44,067 DEBUG storage.ui: device vda1 new partedPartition None >09:03:44,069 DEBUG storage.ui: PartitionDevice._setDisk: req3 ; new: None ; old: vda ; >09:03:44,071 DEBUG storage.ui: DiskDevice.removeChild: kids: 2 ; name: vda ; >09:03:44,075 DEBUG storage.ui: PartitionDevice._setPartedPartition: vda2 ; >09:03:44,075 DEBUG storage.ui: device vda2 new partedPartition None >09:03:44,078 DEBUG storage.ui: PartitionDevice._setDisk: req4 ; new: None ; old: vda ; >09:03:44,080 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: vda ; >09:03:44,081 DEBUG storage.ui: back from removeNewPartitions >09:03:44,082 DEBUG storage.ui: extended: None >09:03:44,082 DEBUG storage.ui: setting req3 new geometry: parted.Geometry instance -- > start: 2048 end: 1026047 length: 1024000 > device: <parted.device.Device object at 0x7f551c0602d0> PedGeometry: <_ped.Geometry object at 0x572a350> >09:03:44,085 DEBUG storage.ui: PartitionDevice._setPartedPartition: req3 ; >09:03:44,086 DEBUG storage.ui: device req3 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c060150> fileSystem: None > number: 1 path: /dev/vda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x572a850> PedPartition: <_ped.Partition object at 0x448e410> >09:03:44,088 DEBUG storage.ui: PartitionDevice._setDisk: vda1 ; new: vda ; old: None ; >09:03:44,090 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: vda ; >09:03:44,093 DEBUG storage.ui: PartitionDevice._setPartedPartition: vda1 ; >09:03:44,094 DEBUG storage.ui: device vda1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c060150> fileSystem: None > number: 1 path: /dev/vda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x572a990> PedPartition: <_ped.Partition object at 0x419e290> >09:03:44,095 DEBUG storage.ui: setting req4 new geometry: parted.Geometry instance -- > start: 1026048 end: 7737343 length: 6711296 > device: <parted.device.Device object at 0x7f551c0602d0> PedGeometry: <_ped.Geometry object at 0x572a650> >09:03:44,097 DEBUG storage.ui: PartitionDevice._setPartedPartition: req4 ; >09:03:44,098 DEBUG storage.ui: device req4 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c060150> fileSystem: None > number: 2 path: /dev/vda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x419cf10> PedPartition: <_ped.Partition object at 0x419e2f0> >09:03:44,101 DEBUG storage.ui: PartitionDevice._setDisk: vda2 ; new: vda ; old: None ; >09:03:44,103 DEBUG storage.ui: DiskDevice.addChild: kids: 1 ; name: vda ; >09:03:44,106 DEBUG storage.ui: PartitionDevice._setPartedPartition: vda2 ; >09:03:44,107 DEBUG storage.ui: device vda2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c060150> fileSystem: None > number: 2 path: /dev/vda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x572ab90> PedPartition: <_ped.Partition object at 0x448e4d0> >09:03:44,108 DEBUG storage.ui: growing partitions on vdb >09:03:44,109 DEBUG storage.ui: partition vdb1 (25): 0 >09:03:44,109 DEBUG storage.ui: new geometry for vdb1: parted.Geometry instance -- > start: 2048 end: 6713343 length: 6711296 > device: <parted.device.Device object at 0x7f551c064b10> PedGeometry: <_ped.Geometry object at 0x572a110> >09:03:44,110 DEBUG storage.ui: removing all non-preexisting partitions ['vdb1(id 25)'] from disk(s) ['vdb'] >09:03:44,113 DEBUG storage.ui: PartitionDevice._setPartedPartition: vdb1 ; >09:03:44,113 DEBUG storage.ui: device vdb1 new partedPartition None >09:03:44,116 DEBUG storage.ui: PartitionDevice._setDisk: req5 ; new: None ; old: vdb ; >09:03:44,118 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: vdb ; >09:03:44,119 DEBUG storage.ui: back from removeNewPartitions >09:03:44,120 DEBUG storage.ui: extended: None >09:03:44,120 DEBUG storage.ui: setting req5 new geometry: parted.Geometry instance -- > start: 2048 end: 6713343 length: 6711296 > device: <parted.device.Device object at 0x7f551c064b10> PedGeometry: <_ped.Geometry object at 0x572a110> >09:03:44,125 DEBUG storage.ui: PartitionDevice._setPartedPartition: req5 ; >09:03:44,126 DEBUG storage.ui: device req5 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c064490> fileSystem: None > number: 1 path: /dev/vdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x571ff90> PedPartition: <_ped.Partition object at 0x419e1d0> >09:03:44,128 DEBUG storage.ui: PartitionDevice._setDisk: vdb1 ; new: vdb ; old: None ; >09:03:44,131 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: vdb ; >09:03:44,133 DEBUG storage.ui: PartitionDevice._setPartedPartition: vdb1 ; >09:03:44,134 DEBUG storage.ui: device vdb1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c064490> fileSystem: None > number: 1 path: /dev/vdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x572a210> PedPartition: <_ped.Partition object at 0x448e050> >09:03:44,135 DEBUG storage.ui: growing partitions on vdc >09:03:44,136 DEBUG storage.ui: fixing size of non-existent 500MB partition vda1 (20) with non-existent ext4 filesystem mounted at /boot at 500.00 >09:03:44,137 DEBUG storage.ui: fixing size of non-existent 3277MB partition vda2 (24) with non-existent mdmember at 3277.00 >09:03:44,138 DEBUG storage.ui: fixing size of non-existent 3277MB partition vdb1 (25) with non-existent mdmember at 3277.00 >09:03:44,140 DEBUG storage.ui: new member set: ['vda2', 'vdb1'] >09:03:44,140 DEBUG storage.ui: old member set: ['vda2', 'vdb1'] >09:03:44,142 DEBUG storage.ui: raw RAID 0 size == 6554.0 >09:03:44,142 INFO storage.ui: Using 4MB superBlockSize >09:03:44,143 DEBUG storage.ui: non-existent RAID 0 size == 6546.0 >09:03:44,144 DEBUG storage.ui: new member set: ['00'] >09:03:44,144 DEBUG storage.ui: old member set: ['00'] >09:03:44,146 DEBUG storage.ui: raw RAID 0 size == 6554.0 >09:03:44,147 INFO storage.ui: Using 4MB superBlockSize >09:03:44,148 DEBUG storage.ui: non-existent RAID 0 size == 6546.0 >09:03:44,149 DEBUG storage.ui: fedora size is 6544MB >09:03:44,150 DEBUG storage.ui: raw RAID 0 size == 6554.0 >09:03:44,151 INFO storage.ui: Using 4MB superBlockSize >09:03:44,152 DEBUG storage.ui: non-existent RAID 0 size == 6546.0 >09:03:44,153 DEBUG storage.ui: vg fedora has 1044MB free >09:03:44,155 DEBUG storage.ui: raw RAID 0 size == 6554.0 >09:03:44,156 INFO storage.ui: Using 4MB superBlockSize >09:03:44,156 DEBUG storage.ui: non-existent RAID 0 size == 6546.0 >09:03:44,157 DEBUG storage.ui: fedora size is 6544MB >09:03:44,158 DEBUG storage.ui: raw RAID 0 size == 6554.0 >09:03:44,159 INFO storage.ui: Using 4MB superBlockSize >09:03:44,160 DEBUG storage.ui: non-existent RAID 0 size == 6546.0 >09:03:44,160 DEBUG storage.ui: vg fedora has 1044MB free >09:03:44,168 DEBUG storage.ui: Ext4FS.supported: supported: True ; >09:03:44,169 DEBUG storage.ui: getFormat('ext4') returning Ext4FS instance >09:03:44,172 DEBUG storage.ui: LVMVolumeGroupDevice.addChild: kids: 2 ; name: fedora ; >09:03:44,175 DEBUG storage.ui: LVMLogicalVolumeDevice._setFormat: fedora-var ; current: None ; type: ext4 ; >09:03:44,177 DEBUG storage.ui: raw RAID 0 size == 6554.0 >09:03:44,178 INFO storage.ui: Using 4MB superBlockSize >09:03:44,179 DEBUG storage.ui: non-existent RAID 0 size == 6546.0 >09:03:44,180 DEBUG storage.ui: fedora size is 6544MB >09:03:44,181 DEBUG storage.ui: raw RAID 0 size == 6554.0 >09:03:44,182 INFO storage.ui: Using 4MB superBlockSize >09:03:44,183 DEBUG storage.ui: non-existent RAID 0 size == 6546.0 >09:03:44,184 DEBUG storage.ui: vg fedora has 1044MB free >09:03:44,184 DEBUG storage.ui: Adding fedora-var/1000MB to fedora >09:03:44,185 INFO storage.ui: added lvmlv fedora-var (id 27) to device tree >09:03:44,186 INFO storage.ui: registered action: [31] Create Device lvmlv fedora-var (id 27) >09:03:44,187 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance >09:03:44,188 INFO storage.ui: registered action: [32] Create Format ext4 filesystem mounted at /var on lvmlv fedora-var (id 27) >09:03:44,254 DEBUG blivet: Ext4FS.supported: supported: True ; >09:03:44,255 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >09:03:44,307 DEBUG blivet: Ext4FS.supported: supported: True ; >09:03:44,308 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >09:03:44,319 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.PartitionFactory'>: <blivet.Blivet object at 0x4d8c4d0>, 500, ['vda'], {'encrypted': False, 'raid_level': None} >09:03:44,372 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.LVMFactory'>: <blivet.Blivet object at 0x4d8c4d0>, 0, [], {} >09:03:58,256 DEBUG blivet: Ext4FS.supported: supported: True ; >09:03:58,258 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >09:03:58,279 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.LVMFactory'>: <blivet.Blivet object at 0x4d8c4d0>, 1000, ['vda', 'vdb'], {'encrypted': False, 'raid_level': None} >09:03:58,282 DEBUG blivet: raw RAID 0 size == 6554.0 >09:03:58,283 INFO blivet: Using 4MB superBlockSize >09:03:58,285 DEBUG blivet: non-existent RAID 0 size == 6546.0 >09:03:58,288 DEBUG blivet: raw RAID 0 size == 6554.0 >09:03:58,289 INFO blivet: Using 4MB superBlockSize >09:03:58,291 DEBUG blivet: non-existent RAID 0 size == 6546.0 >09:03:58,292 DEBUG blivet: fedora size is 6544MB >09:03:58,295 DEBUG blivet: raw RAID 0 size == 6554.0 >09:03:58,296 INFO blivet: Using 4MB superBlockSize >09:03:58,298 DEBUG blivet: non-existent RAID 0 size == 6546.0 >09:03:58,299 DEBUG blivet: vg fedora has 44MB free >09:03:58,302 DEBUG blivet: raw RAID 0 size == 6554.0 >09:03:58,303 INFO blivet: Using 4MB superBlockSize >09:03:58,305 DEBUG blivet: non-existent RAID 0 size == 6546.0 >09:03:58,316 INFO storage.ui: removed lvmlv fedora-var (id 27) from device tree >09:03:58,323 DEBUG storage.ui: LVMVolumeGroupDevice.removeChild: kids: 3 ; name: fedora ; >09:03:58,323 INFO storage.ui: registered action: [33] Destroy Device lvmlv fedora-var (id 27) >09:03:58,325 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.LVMFactory'>: <blivet.Blivet object at 0x4d8c4d0>, 0, ['vda', 'vdb'], {'container_raid_level': 'raid0', 'container_encrypted': False, 'container_size': 0, 'container_name': 'fedora'} >09:03:58,329 DEBUG storage.ui: LVMFactory.configure: parent_factory: None ; >09:03:58,330 DEBUG storage.ui: starting Blivet copy >09:03:58,397 DEBUG storage.ui: PartitionDevice._setPartedPartition: vda1 ; >09:03:58,398 DEBUG storage.ui: device vda1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x571fe90> fileSystem: None > number: 1 path: /dev/vda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f5520165a50> PedPartition: <_ped.Partition object at 0x7f5518039890> >09:03:58,400 DEBUG storage.ui: PartitionDevice._setPartedPartition: vda2 ; >09:03:58,401 DEBUG storage.ui: device vda2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x571fe90> fileSystem: None > number: 2 path: /dev/vda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f5520165bd0> PedPartition: <_ped.Partition object at 0x7f5518039710> >09:03:58,403 DEBUG storage.ui: PartitionDevice._setPartedPartition: vdb1 ; >09:03:58,404 DEBUG storage.ui: device vdb1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x571f0d0> fileSystem: None > number: 1 path: /dev/vdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f5520165cd0> PedPartition: <_ped.Partition object at 0x7f55180396b0> >09:03:58,405 DEBUG storage.ui: finished Blivet copy >09:03:58,407 DEBUG storage.ui: raw RAID 0 size == 6554.0 >09:03:58,408 INFO storage.ui: Using 4MB superBlockSize >09:03:58,409 DEBUG storage.ui: non-existent RAID 0 size == 6546.0 >09:03:58,410 DEBUG storage.ui: raw RAID 0 size == 6554.0 >09:03:58,411 INFO storage.ui: Using 4MB superBlockSize >09:03:58,412 DEBUG storage.ui: non-existent RAID 0 size == 6546.0 >09:03:58,412 DEBUG storage.ui: fedora size is 6544MB >09:03:58,414 DEBUG storage.ui: raw RAID 0 size == 6554.0 >09:03:58,415 INFO storage.ui: Using 4MB superBlockSize >09:03:58,416 DEBUG storage.ui: non-existent RAID 0 size == 6546.0 >09:03:58,417 DEBUG storage.ui: vg fedora has 1044MB free >09:03:58,417 DEBUG storage.ui: size bumped to 5502 to include new device space >09:03:58,418 DEBUG storage.ui: child factory class: <class 'blivet.devicefactory.MDFactory'> >09:03:58,420 DEBUG storage.ui: child factory args: [<blivet.Blivet object at 0x4d8c4d0>, 5542.0, [DiskDevice instance (0x7f551c060990) -- > name = vda status = True kids = 2 id = 1 > parents = [] > uuid = None size = 8192.0 > format = non-existent msdos disklabel > major = 252 minor = 0 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:07.0/virtio2/block/vda partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vda type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 16777216 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 32597 did: 0 busy: False > hardwareGeometry: (16644, 16, 63) biosGeometry: (1044, 255, 63) > PedDevice: <_ped.Device object at 0x431ddd0> > target size = 0 path = /dev/vda > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f551c060910>, DiskDevice instance (0x7f551c064a50) -- > name = vdb status = True kids = 1 id = 2 > parents = [] > uuid = None size = 8192.0 > format = non-existent msdos disklabel > major = 252 minor = 16 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:09.0/virtio4/block/vdb partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vdb type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 16777216 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 32597 did: 0 busy: False > hardwareGeometry: (16644, 16, 63) biosGeometry: (1044, 255, 63) > PedDevice: <_ped.Device object at 0x4391200> > target size = 0 path = /dev/vdb > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f551c064e10>]] >09:03:58,424 DEBUG storage.ui: raw RAID 0 size == 6554.0 >09:03:58,425 INFO storage.ui: Using 4MB superBlockSize >09:03:58,426 DEBUG storage.ui: non-existent RAID 0 size == 6546.0 >09:03:58,426 DEBUG storage.ui: child factory kwargs: {'device': MDRaidArrayDevice instance (0x54c1290) -- > name = 00 status = False kids = 1 id = 26 > parents = ['non-existent 3277MB partition vda2 (24) with non-existent mdmember', > 'non-existent 3277MB partition vdb1 (25) with non-existent mdmember'] > uuid = None size = 6546.0 > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 24104.0 path = /dev/md/00 > format args = None originalFormat = lvmpv level = 0 spares = 0 > members = 2 > total devices = 2 metadata version = default, 'encrypted': False, 'raid_level': 'raid0', 'fstype': 'lvmpv'} >09:03:58,432 DEBUG storage.ui: MDFactory.configure: parent_factory: <blivet.devicefactory.LVMFactory object at 0x4c66090> ; >09:03:58,432 INFO storage.ui: Using 4MB superBlockSize >09:03:58,432 DEBUG storage.ui: child factory class: <class 'blivet.devicefactory.PartitionSetFactory'> >09:03:58,439 DEBUG storage.ui: child factory args: [<blivet.Blivet object at 0x4d8c4d0>, 5550.0, [DiskDevice instance (0x7f551c060990) -- > name = vda status = True kids = 2 id = 1 > parents = [] > uuid = None size = 8192.0 > format = non-existent msdos disklabel > major = 252 minor = 0 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:07.0/virtio2/block/vda partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vda type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 16777216 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 32597 did: 0 busy: False > hardwareGeometry: (16644, 16, 63) biosGeometry: (1044, 255, 63) > PedDevice: <_ped.Device object at 0x431ddd0> > target size = 0 path = /dev/vda > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f551c060910>, DiskDevice instance (0x7f551c064a50) -- > name = vdb status = True kids = 1 id = 2 > parents = [] > uuid = None size = 8192.0 > format = non-existent msdos disklabel > major = 252 minor = 16 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:09.0/virtio4/block/vdb partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vdb type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 16777216 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 32597 did: 0 busy: False > hardwareGeometry: (16644, 16, 63) biosGeometry: (1044, 255, 63) > PedDevice: <_ped.Device object at 0x4391200> > target size = 0 path = /dev/vdb > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f551c064e10>]] >09:03:58,439 DEBUG storage.ui: child factory kwargs: {'fstype': 'mdmember'} >09:03:58,445 DEBUG storage.ui: PartitionSetFactory.configure: parent_factory: <blivet.devicefactory.MDFactory object at 0x54f2fd0> ; >09:03:58,447 DEBUG storage.ui: raw RAID 0 size == 6554.0 >09:03:58,447 INFO storage.ui: Using 4MB superBlockSize >09:03:58,447 DEBUG storage.ui: non-existent RAID 0 size == 6546.0 >09:03:58,447 DEBUG storage.ui: parent factory container: non-existent 6546MB mdarray 00 (26) with non-existent lvmpv >09:03:58,448 DEBUG storage.ui: members: ['vda2', 'vdb1'] >09:03:58,448 DEBUG storage.ui: add_disks: [] >09:03:58,458 DEBUG storage.ui: remove_disks: [] >09:03:58,461 DEBUG storage.ui: MDRaidMember.__init__: >09:03:58,463 DEBUG storage.ui: getFormat('mdmember') returning MDRaidMember instance >09:03:58,463 INFO storage.ui: Using 4MB superBlockSize >09:03:58,465 DEBUG storage.ui: adding a SameSizeSet with size 5550 >09:03:58,467 DEBUG storage.ui: DiskDevice.setup: vda ; status: True ; controllable: True ; orig: False ; >09:03:58,472 DEBUG storage.ui: DiskDevice.setup: vdb ; status: True ; controllable: True ; orig: False ; >09:03:58,477 DEBUG storage.ui: DiskDevice.setup: vdc ; status: True ; controllable: True ; orig: False ; >09:03:58,481 DEBUG storage.ui: removing all non-preexisting partitions ['vda1(id 20)', 'vda2(id 24)', 'vdb1(id 25)'] from disk(s) ['vda', 'vdb', 'vdc'] >09:03:58,483 DEBUG storage.ui: PartitionDevice._setPartedPartition: vda1 ; >09:03:58,484 DEBUG storage.ui: device vda1 new partedPartition None >09:03:58,487 DEBUG storage.ui: PartitionDevice._setDisk: req3 ; new: None ; old: vda ; >09:03:58,489 DEBUG storage.ui: DiskDevice.removeChild: kids: 2 ; name: vda ; >09:03:58,492 DEBUG storage.ui: PartitionDevice._setPartedPartition: vda2 ; >09:03:58,493 DEBUG storage.ui: device vda2 new partedPartition None >09:03:58,496 DEBUG storage.ui: PartitionDevice._setDisk: req4 ; new: None ; old: vda ; >09:03:58,498 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: vda ; >09:03:58,501 DEBUG storage.ui: PartitionDevice._setPartedPartition: vdb1 ; >09:03:58,502 DEBUG storage.ui: device vdb1 new partedPartition None >09:03:58,505 DEBUG storage.ui: PartitionDevice._setDisk: req5 ; new: None ; old: vdb ; >09:03:58,507 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: vdb ; >09:03:58,509 DEBUG storage.ui: allocatePartitions: disks=['vda', 'vdb', 'vdc'] ; partitions=['req3(id 20)', 'req4(id 24)', 'req5(id 25)'] >09:03:58,511 DEBUG storage.ui: removing all non-preexisting partitions ['req3(id 20)', 'req4(id 24)', 'req5(id 25)'] from disk(s) ['vda', 'vdb', 'vdc'] >09:03:58,513 DEBUG storage.ui: DeviceTree.getDeviceByName: name: vda ; >09:03:58,517 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk vda (1) with non-existent msdos disklabel >09:03:58,517 DEBUG storage.ui: resolved 'vda' to 'vda' (disk) >09:03:58,520 DEBUG storage.ui: DeviceTree.getDeviceByName: name: vda ; >09:03:58,523 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk vda (1) with non-existent msdos disklabel >09:03:58,524 DEBUG storage.ui: resolved 'vda' to 'vda' (disk) >09:03:58,526 DEBUG storage.ui: DeviceTree.getDeviceByName: name: vda ; >09:03:58,528 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk vda (1) with non-existent msdos disklabel >09:03:58,529 DEBUG storage.ui: resolved 'vda' to 'vda' (disk) >09:03:58,532 DEBUG storage.ui: DeviceTree.getDeviceByName: name: vda ; >09:03:58,535 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk vda (1) with non-existent msdos disklabel >09:03:58,535 DEBUG storage.ui: resolved 'vda' to 'vda' (disk) >09:03:58,538 DEBUG storage.ui: DeviceTree.getDeviceByName: name: vda ; >09:03:58,540 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk vda (1) with non-existent msdos disklabel >09:03:58,541 DEBUG storage.ui: resolved 'vda' to 'vda' (disk) >09:03:58,543 DEBUG storage.ui: DeviceTree.getDeviceByName: name: vda ; >09:03:58,546 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk vda (1) with non-existent msdos disklabel >09:03:58,547 DEBUG storage.ui: resolved 'vda' to 'vda' (disk) >09:03:58,547 DEBUG storage.ui: allocating partition: req3 ; id: 20 ; disks: ['vda', 'vdb', 'vdc'] ; >boot: True ; primary: False ; size: 500MB ; grow: False ; max_size: 0 ; start: None ; end: None >09:03:58,548 DEBUG storage.ui: checking freespace on vda >09:03:58,549 DEBUG storage.ui: getBestFreeSpaceRegion: disk=/dev/vda part_type=0 req_size=500MB boot=True best=None grow=False start=None >09:03:58,550 DEBUG storage.ui: checking 63-16777215 (8191 MB) >09:03:58,551 DEBUG storage.ui: current free range is 63-16777215 (8191MB) >09:03:58,552 DEBUG storage.ui: updating use_disk to vda, type: 0 >09:03:58,552 DEBUG storage.ui: new free: 63-16777215 / 8191MB >09:03:58,553 DEBUG storage.ui: new free allows for 0 sectors of growth >09:03:58,554 DEBUG storage.ui: found free space for bootable request >09:03:58,555 DEBUG storage.ui: adjusted start sector from 63 to 2048 >09:03:58,556 DEBUG storage.ui: created partition vda1 of 500MB and added it to /dev/vda >09:03:58,559 DEBUG storage.ui: PartitionDevice._setPartedPartition: req3 ; >09:03:58,560 DEBUG storage.ui: device req3 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c060150> fileSystem: None > number: 1 path: /dev/vda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f55201660d0> PedPartition: <_ped.Partition object at 0x7f5518039830> >09:03:58,563 DEBUG storage.ui: PartitionDevice._setDisk: vda1 ; new: vda ; old: None ; >09:03:58,565 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: vda ; >09:03:58,569 DEBUG storage.ui: PartitionDevice._setPartedPartition: vda1 ; >09:03:58,570 DEBUG storage.ui: device vda1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c060150> fileSystem: None > number: 1 path: /dev/vda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f5520166390> PedPartition: <_ped.Partition object at 0x419e290> >09:03:58,573 DEBUG storage.ui: DeviceTree.getDeviceByName: name: vda ; >09:03:58,578 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk vda (1) with non-existent msdos disklabel >09:03:58,579 DEBUG storage.ui: resolved 'vda' to 'vda' (disk) >09:03:58,582 DEBUG storage.ui: DeviceTree.getDeviceByName: name: vda ; >09:03:58,586 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk vda (1) with non-existent msdos disklabel >09:03:58,587 DEBUG storage.ui: resolved 'vda' to 'vda' (disk) >09:03:58,588 DEBUG storage.ui: allocating partition: req4 ; id: 24 ; disks: ['vda'] ; >boot: False ; primary: False ; size: 1MB ; grow: True ; max_size: 2775 ; start: None ; end: None >09:03:58,589 DEBUG storage.ui: checking freespace on vda >09:03:58,591 DEBUG storage.ui: getBestFreeSpaceRegion: disk=/dev/vda part_type=0 req_size=1MB boot=False best=None grow=True start=None >09:03:58,592 DEBUG storage.ui: checking 63-2047 (0 MB) >09:03:58,593 DEBUG storage.ui: current free range is 63-2047 (0MB) >09:03:58,594 DEBUG storage.ui: checking 1026048-16777215 (7691 MB) >09:03:58,596 DEBUG storage.ui: current free range is 1026048-16777215 (7691MB) >09:03:58,597 DEBUG storage.ui: evaluating growth potential for new layout >09:03:58,598 DEBUG storage.ui: calculating growth for disk /dev/vdc >09:03:58,599 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/vdc start = 63 end = 16777215 >sectorSize = 512 > >09:03:58,600 DEBUG storage.ui: disk /dev/vdc growth: 0 (0MB) >09:03:58,601 DEBUG storage.ui: calculating growth for disk /dev/vdb >09:03:58,602 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/vdb start = 63 end = 16777215 >sectorSize = 512 > >09:03:58,603 DEBUG storage.ui: disk /dev/vdb growth: 0 (0MB) >09:03:58,604 DEBUG storage.ui: calculating growth for disk /dev/vda >09:03:58,607 DEBUG storage.ui: PartitionDevice._setPartedPartition: req4 ; >09:03:58,608 DEBUG storage.ui: device req4 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c060150> fileSystem: None > number: 2 path: /dev/vda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f55201667d0> PedPartition: <_ped.Partition object at 0x419e170> >09:03:58,611 DEBUG storage.ui: PartitionDevice._setDisk: vda2 ; new: vda ; old: None ; >09:03:58,614 DEBUG storage.ui: DiskDevice.addChild: kids: 1 ; name: vda ; >09:03:58,615 DEBUG storage.ui: adding request 20 to chunk 16777153 (63-16777215) on /dev/vda >09:03:58,616 DEBUG storage.ui: adding request 24 to chunk 16777153 (63-16777215) on /dev/vda >09:03:58,617 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/vda start = 63 end = 16777215 >sectorSize = 512 > >09:03:58,618 DEBUG storage.ui: req: PartitionRequest instance -- >id = 20 name = vda1 growable = False >base = 1024000 growth = 0 max_grow = 0 >done = True >09:03:58,619 DEBUG storage.ui: req: PartitionRequest instance -- >id = 24 name = vda2 growable = True >base = 2048 growth = 0 max_grow = 5681152 >done = False >09:03:58,620 DEBUG storage.ui: 1 requests and 15751105 (7690MB) left in chunk >09:03:58,621 DEBUG storage.ui: adding 15751105 (7690MB) to 24 (vda2) >09:03:58,622 DEBUG storage.ui: taking back 10069953 (4916MB) from 24 (vda2) >09:03:58,623 DEBUG storage.ui: new grow amount for request 24 (vda2) is 5681152 units, or 2774MB >09:03:58,624 DEBUG storage.ui: request 20 (vda1) growth: 0 (0MB) size: 500MB >09:03:58,625 DEBUG storage.ui: request 24 (vda2) growth: 5681152 (2774MB) size: 2775MB >09:03:58,626 DEBUG storage.ui: disk /dev/vda growth: 5681152 (2774MB) >09:03:58,629 DEBUG storage.ui: PartitionDevice._setPartedPartition: vda2 ; >09:03:58,631 DEBUG storage.ui: device vda2 new partedPartition None >09:03:58,634 DEBUG storage.ui: PartitionDevice._setDisk: req4 ; new: None ; old: vda ; >09:03:58,637 DEBUG storage.ui: DiskDevice.removeChild: kids: 2 ; name: vda ; >09:03:58,639 DEBUG storage.ui: total growth: 5681152 sectors >09:03:58,640 DEBUG storage.ui: updating use_disk to vda, type: 0 >09:03:58,640 DEBUG storage.ui: new free: 1026048-16777215 / 7691MB >09:03:58,641 DEBUG storage.ui: new free allows for 5681152 sectors of growth >09:03:58,642 DEBUG storage.ui: created partition vda2 of 1MB and added it to /dev/vda >09:03:58,645 DEBUG storage.ui: PartitionDevice._setPartedPartition: req4 ; >09:03:58,646 DEBUG storage.ui: device req4 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c060150> fileSystem: None > number: 2 path: /dev/vda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f5520166a50> PedPartition: <_ped.Partition object at 0x419e2f0> >09:03:58,648 DEBUG storage.ui: PartitionDevice._setDisk: vda2 ; new: vda ; old: None ; >09:03:58,651 DEBUG storage.ui: DiskDevice.addChild: kids: 1 ; name: vda ; >09:03:58,654 DEBUG storage.ui: PartitionDevice._setPartedPartition: vda2 ; >09:03:58,655 DEBUG storage.ui: device vda2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c060150> fileSystem: None > number: 2 path: /dev/vda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f5520166b10> PedPartition: <_ped.Partition object at 0x448e4d0> >09:03:58,658 DEBUG storage.ui: DeviceTree.getDeviceByName: name: vda ; >09:03:58,660 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk vda (1) with non-existent msdos disklabel >09:03:58,661 DEBUG storage.ui: resolved 'vda' to 'vda' (disk) >09:03:58,663 DEBUG storage.ui: DeviceTree.getDeviceByName: name: vda ; >09:03:58,666 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk vda (1) with non-existent msdos disklabel >09:03:58,667 DEBUG storage.ui: resolved 'vda' to 'vda' (disk) >09:03:58,667 DEBUG storage.ui: allocating partition: req5 ; id: 25 ; disks: ['vdb'] ; >boot: False ; primary: False ; size: 1MB ; grow: True ; max_size: 2775 ; start: None ; end: None >09:03:58,668 DEBUG storage.ui: checking freespace on vdb >09:03:58,669 DEBUG storage.ui: getBestFreeSpaceRegion: disk=/dev/vdb part_type=0 req_size=1MB boot=False best=None grow=True start=None >09:03:58,670 DEBUG storage.ui: checking 63-16777215 (8191 MB) >09:03:58,671 DEBUG storage.ui: current free range is 63-16777215 (8191MB) >09:03:58,672 DEBUG storage.ui: evaluating growth potential for new layout >09:03:58,672 DEBUG storage.ui: calculating growth for disk /dev/vdc >09:03:58,673 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/vdc start = 63 end = 16777215 >sectorSize = 512 > >09:03:58,674 DEBUG storage.ui: disk /dev/vdc growth: 0 (0MB) >09:03:58,674 DEBUG storage.ui: calculating growth for disk /dev/vdb >09:03:58,675 DEBUG storage.ui: adjusted start sector from 63 to 2048 >09:03:58,678 DEBUG storage.ui: PartitionDevice._setPartedPartition: req5 ; >09:03:58,679 DEBUG storage.ui: device req5 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c064490> fileSystem: None > number: 1 path: /dev/vdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f5520165f90> PedPartition: <_ped.Partition object at 0x7f5518039830> >09:03:58,681 DEBUG storage.ui: PartitionDevice._setDisk: vdb1 ; new: vdb ; old: None ; >09:03:58,684 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: vdb ; >09:03:58,685 DEBUG storage.ui: adding request 25 to chunk 16777153 (63-16777215) on /dev/vdb >09:03:58,685 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/vdb start = 63 end = 16777215 >sectorSize = 512 > >09:03:58,686 DEBUG storage.ui: req: PartitionRequest instance -- >id = 25 name = vdb1 growable = True >base = 2048 growth = 0 max_grow = 5681152 >done = False >09:03:58,687 DEBUG storage.ui: 1 requests and 16775105 (8190MB) left in chunk >09:03:58,687 DEBUG storage.ui: adding 16775105 (8190MB) to 25 (vdb1) >09:03:58,688 DEBUG storage.ui: taking back 11093953 (5416MB) from 25 (vdb1) >09:03:58,689 DEBUG storage.ui: new grow amount for request 25 (vdb1) is 5681152 units, or 2774MB >09:03:58,690 DEBUG storage.ui: request 25 (vdb1) growth: 5681152 (2774MB) size: 2775MB >09:03:58,690 DEBUG storage.ui: disk /dev/vdb growth: 5681152 (2774MB) >09:03:58,691 DEBUG storage.ui: calculating growth for disk /dev/vda >09:03:58,692 DEBUG storage.ui: adding request 20 to chunk 16777153 (63-16777215) on /dev/vda >09:03:58,693 DEBUG storage.ui: adding request 24 to chunk 16777153 (63-16777215) on /dev/vda >09:03:58,693 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/vda start = 63 end = 16777215 >sectorSize = 512 > >09:03:58,694 DEBUG storage.ui: req: PartitionRequest instance -- >id = 20 name = vda1 growable = False >base = 1024000 growth = 0 max_grow = 0 >done = True >09:03:58,695 DEBUG storage.ui: req: PartitionRequest instance -- >id = 24 name = vda2 growable = True >base = 2048 growth = 0 max_grow = 5681152 >done = False >09:03:58,695 DEBUG storage.ui: 1 requests and 15751105 (7690MB) left in chunk >09:03:58,696 DEBUG storage.ui: adding 15751105 (7690MB) to 24 (vda2) >09:03:58,697 DEBUG storage.ui: taking back 10069953 (4916MB) from 24 (vda2) >09:03:58,698 DEBUG storage.ui: new grow amount for request 24 (vda2) is 5681152 units, or 2774MB >09:03:58,698 DEBUG storage.ui: request 20 (vda1) growth: 0 (0MB) size: 500MB >09:03:58,699 DEBUG storage.ui: request 24 (vda2) growth: 5681152 (2774MB) size: 2775MB >09:03:58,699 DEBUG storage.ui: disk /dev/vda growth: 5681152 (2774MB) >09:03:58,701 DEBUG storage.ui: PartitionDevice._setPartedPartition: vdb1 ; >09:03:58,701 DEBUG storage.ui: device vdb1 new partedPartition None >09:03:58,705 DEBUG storage.ui: PartitionDevice._setDisk: req5 ; new: None ; old: vdb ; >09:03:58,707 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: vdb ; >09:03:58,708 DEBUG storage.ui: total growth: 11362304 sectors >09:03:58,709 DEBUG storage.ui: updating use_disk to vdb, type: 0 >09:03:58,709 DEBUG storage.ui: new free: 63-16777215 / 8191MB >09:03:58,710 DEBUG storage.ui: new free allows for 11362304 sectors of growth >09:03:58,711 DEBUG storage.ui: adjusted start sector from 63 to 2048 >09:03:58,712 DEBUG storage.ui: created partition vdb1 of 1MB and added it to /dev/vdb >09:03:58,714 DEBUG storage.ui: PartitionDevice._setPartedPartition: req5 ; >09:03:58,715 DEBUG storage.ui: device req5 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c064490> fileSystem: None > number: 1 path: /dev/vdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f5520166490> PedPartition: <_ped.Partition object at 0x419e170> >09:03:58,718 DEBUG storage.ui: PartitionDevice._setDisk: vdb1 ; new: vdb ; old: None ; >09:03:58,720 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: vdb ; >09:03:58,723 DEBUG storage.ui: PartitionDevice._setPartedPartition: vdb1 ; >09:03:58,724 DEBUG storage.ui: device vdb1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c064490> fileSystem: None > number: 1 path: /dev/vdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f5520166690> PedPartition: <_ped.Partition object at 0x419e2f0> >09:03:58,725 DEBUG storage.ui: growPartitions: disks=['vda', 'vdb', 'vdc'], partitions=['vda1(id 20)', 'vda2(id 24)', 'vdb1(id 25)'] >09:03:58,725 DEBUG storage.ui: growable partitions are ['vda2', 'vdb1'] >09:03:58,726 DEBUG storage.ui: adding request 20 to chunk 16777153 (63-16777215) on /dev/vda >09:03:58,727 DEBUG storage.ui: adding request 24 to chunk 16777153 (63-16777215) on /dev/vda >09:03:58,728 DEBUG storage.ui: disk vda has 1 chunks >09:03:58,729 DEBUG storage.ui: adding request 25 to chunk 16777153 (63-16777215) on /dev/vdb >09:03:58,729 DEBUG storage.ui: disk vdb has 1 chunks >09:03:58,730 DEBUG storage.ui: disk vdc has 1 chunks >09:03:58,731 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/vda start = 63 end = 16777215 >sectorSize = 512 > >09:03:58,731 DEBUG storage.ui: req: PartitionRequest instance -- >id = 20 name = vda1 growable = False >base = 1024000 growth = 0 max_grow = 0 >done = True >09:03:58,732 DEBUG storage.ui: req: PartitionRequest instance -- >id = 24 name = vda2 growable = True >base = 2048 growth = 0 max_grow = 5681152 >done = False >09:03:58,733 DEBUG storage.ui: 1 requests and 15751105 (7690MB) left in chunk >09:03:58,734 DEBUG storage.ui: adding 15751105 (7690MB) to 24 (vda2) >09:03:58,734 DEBUG storage.ui: taking back 10069953 (4916MB) from 24 (vda2) >09:03:58,735 DEBUG storage.ui: new grow amount for request 24 (vda2) is 5681152 units, or 2774MB >09:03:58,736 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/vdb start = 63 end = 16777215 >sectorSize = 512 > >09:03:58,736 DEBUG storage.ui: req: PartitionRequest instance -- >id = 25 name = vdb1 growable = True >base = 2048 growth = 0 max_grow = 5681152 >done = False >09:03:58,737 DEBUG storage.ui: 1 requests and 16775105 (8190MB) left in chunk >09:03:58,738 DEBUG storage.ui: adding 16775105 (8190MB) to 25 (vdb1) >09:03:58,738 DEBUG storage.ui: taking back 11093953 (5416MB) from 25 (vdb1) >09:03:58,739 DEBUG storage.ui: new grow amount for request 25 (vdb1) is 5681152 units, or 2774MB >09:03:58,739 DEBUG storage.ui: set: ['vda2', 'vdb1'] 2775 >09:03:58,740 DEBUG storage.ui: min growth is 5681152 >09:03:58,741 DEBUG storage.ui: max growth for PartitionRequest instance -- >id = 24 name = vda2 growable = True >base = 2048 growth = 5681152 max_grow = 5681152 >done = True is 5681152 >09:03:58,741 DEBUG storage.ui: max growth for PartitionRequest instance -- >id = 25 name = vdb1 growable = True >base = 2048 growth = 5681152 max_grow = 5681152 >done = True is 5681152 >09:03:58,742 DEBUG storage.ui: set: ['vda2', 'vdb1'] 2775 >09:03:58,743 DEBUG storage.ui: min growth is 5681152 >09:03:58,743 DEBUG storage.ui: max growth for PartitionRequest instance -- >id = 24 name = vda2 growable = True >base = 2048 growth = 5681152 max_grow = 5681152 >done = True is 5681152 >09:03:58,744 DEBUG storage.ui: max growth for PartitionRequest instance -- >id = 25 name = vdb1 growable = True >base = 2048 growth = 5681152 max_grow = 5681152 >done = True is 5681152 >09:03:58,744 DEBUG storage.ui: growing partitions on vda >09:03:58,745 DEBUG storage.ui: partition vda1 (20): 0 >09:03:58,745 DEBUG storage.ui: new geometry for vda1: parted.Geometry instance -- > start: 2048 end: 1026047 length: 1024000 > device: <parted.device.Device object at 0x7f551c0602d0> PedGeometry: <_ped.Geometry object at 0x7f5520166710> >09:03:58,745 DEBUG storage.ui: partition vda2 (24): 0 >09:03:58,745 DEBUG storage.ui: new geometry for vda2: parted.Geometry instance -- > start: 1026048 end: 6709247 length: 5683200 > device: <parted.device.Device object at 0x7f551c0602d0> PedGeometry: <_ped.Geometry object at 0x7f5520166290> >09:03:58,746 DEBUG storage.ui: removing all non-preexisting partitions ['vda1(id 20)', 'vda2(id 24)'] from disk(s) ['vda'] >09:03:58,748 DEBUG storage.ui: PartitionDevice._setPartedPartition: vda1 ; >09:03:58,748 DEBUG storage.ui: device vda1 new partedPartition None >09:03:58,754 DEBUG storage.ui: PartitionDevice._setDisk: req3 ; new: None ; old: vda ; >09:03:58,757 DEBUG storage.ui: DiskDevice.removeChild: kids: 2 ; name: vda ; >09:03:58,759 DEBUG storage.ui: PartitionDevice._setPartedPartition: vda2 ; >09:03:58,760 DEBUG storage.ui: device vda2 new partedPartition None >09:03:58,762 DEBUG storage.ui: PartitionDevice._setDisk: req4 ; new: None ; old: vda ; >09:03:58,765 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: vda ; >09:03:58,766 DEBUG storage.ui: back from removeNewPartitions >09:03:58,766 DEBUG storage.ui: extended: None >09:03:58,767 DEBUG storage.ui: setting req3 new geometry: parted.Geometry instance -- > start: 2048 end: 1026047 length: 1024000 > device: <parted.device.Device object at 0x7f551c0602d0> PedGeometry: <_ped.Geometry object at 0x7f5520166710> >09:03:58,769 DEBUG storage.ui: PartitionDevice._setPartedPartition: req3 ; >09:03:58,770 DEBUG storage.ui: device req3 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c060150> fileSystem: None > number: 1 path: /dev/vda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f5520166e50> PedPartition: <_ped.Partition object at 0x448e350> >09:03:58,773 DEBUG storage.ui: PartitionDevice._setDisk: vda1 ; new: vda ; old: None ; >09:03:58,775 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: vda ; >09:03:58,778 DEBUG storage.ui: PartitionDevice._setPartedPartition: vda1 ; >09:03:58,779 DEBUG storage.ui: device vda1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c060150> fileSystem: None > number: 1 path: /dev/vda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f5520166fd0> PedPartition: <_ped.Partition object at 0x448e410> >09:03:58,780 DEBUG storage.ui: setting req4 new geometry: parted.Geometry instance -- > start: 1026048 end: 6709247 length: 5683200 > device: <parted.device.Device object at 0x7f551c0602d0> PedGeometry: <_ped.Geometry object at 0x7f5520166290> >09:03:58,782 DEBUG storage.ui: PartitionDevice._setPartedPartition: req4 ; >09:03:58,783 DEBUG storage.ui: device req4 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c060150> fileSystem: None > number: 2 path: /dev/vda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f5520166c50> PedPartition: <_ped.Partition object at 0x448e050> >09:03:58,785 DEBUG storage.ui: PartitionDevice._setDisk: vda2 ; new: vda ; old: None ; >09:03:58,788 DEBUG storage.ui: DiskDevice.addChild: kids: 1 ; name: vda ; >09:03:58,791 DEBUG storage.ui: PartitionDevice._setPartedPartition: vda2 ; >09:03:58,792 DEBUG storage.ui: device vda2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c060150> fileSystem: None > number: 2 path: /dev/vda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f5520168290> PedPartition: <_ped.Partition object at 0x54bb230> >09:03:58,792 DEBUG storage.ui: growing partitions on vdb >09:03:58,793 DEBUG storage.ui: partition vdb1 (25): 0 >09:03:58,794 DEBUG storage.ui: new geometry for vdb1: parted.Geometry instance -- > start: 2048 end: 5685247 length: 5683200 > device: <parted.device.Device object at 0x7f551c064b10> PedGeometry: <_ped.Geometry object at 0x7f55201683d0> >09:03:58,795 DEBUG storage.ui: removing all non-preexisting partitions ['vdb1(id 25)'] from disk(s) ['vdb'] >09:03:58,798 DEBUG storage.ui: PartitionDevice._setPartedPartition: vdb1 ; >09:03:58,799 DEBUG storage.ui: device vdb1 new partedPartition None >09:03:58,801 DEBUG storage.ui: PartitionDevice._setDisk: req5 ; new: None ; old: vdb ; >09:03:58,803 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: vdb ; >09:03:58,804 DEBUG storage.ui: back from removeNewPartitions >09:03:58,805 DEBUG storage.ui: extended: None >09:03:58,805 DEBUG storage.ui: setting req5 new geometry: parted.Geometry instance -- > start: 2048 end: 5685247 length: 5683200 > device: <parted.device.Device object at 0x7f551c064b10> PedGeometry: <_ped.Geometry object at 0x7f55201683d0> >09:03:58,808 DEBUG storage.ui: PartitionDevice._setPartedPartition: req5 ; >09:03:58,809 DEBUG storage.ui: device req5 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c064490> fileSystem: None > number: 1 path: /dev/vdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f55201668d0> PedPartition: <_ped.Partition object at 0x54bbc50> >09:03:58,811 DEBUG storage.ui: PartitionDevice._setDisk: vdb1 ; new: vdb ; old: None ; >09:03:58,814 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: vdb ; >09:03:58,816 DEBUG storage.ui: PartitionDevice._setPartedPartition: vdb1 ; >09:03:58,817 DEBUG storage.ui: device vdb1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c064490> fileSystem: None > number: 1 path: /dev/vdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f5520166190> PedPartition: <_ped.Partition object at 0x419e1d0> >09:03:58,818 DEBUG storage.ui: growing partitions on vdc >09:03:58,819 DEBUG storage.ui: fixing size of non-existent 500MB partition vda1 (20) with non-existent ext4 filesystem mounted at /boot at 500.00 >09:03:58,820 DEBUG storage.ui: fixing size of non-existent 2775MB partition vda2 (24) with non-existent mdmember at 2775.00 >09:03:58,821 DEBUG storage.ui: fixing size of non-existent 2775MB partition vdb1 (25) with non-existent mdmember at 2775.00 >09:03:58,823 DEBUG storage.ui: new member set: ['vda2', 'vdb1'] >09:03:58,823 DEBUG storage.ui: old member set: ['vda2', 'vdb1'] >09:03:58,824 DEBUG storage.ui: raw RAID 0 size == 5550.0 >09:03:58,825 INFO storage.ui: Using 4MB superBlockSize >09:03:58,826 DEBUG storage.ui: non-existent RAID 0 size == 5542.0 >09:03:58,827 DEBUG storage.ui: new member set: ['00'] >09:03:58,827 DEBUG storage.ui: old member set: ['00'] >09:03:58,831 DEBUG storage.ui: Blivet.factoryDevice: 0 ; 1000 ; container_raid_level: raid1 ; name: var ; encrypted: False ; container_encrypted: False ; disks: [DiskDevice instance (0x7f551c064a50) -- > name = vdb status = True kids = 1 id = 2 > parents = [] > uuid = None size = 8192.0 > format = non-existent msdos disklabel > major = 252 minor = 16 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:09.0/virtio4/block/vdb partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vdb type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 16777216 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 32597 did: 0 busy: False > hardwareGeometry: (16644, 16, 63) biosGeometry: (1044, 255, 63) > PedDevice: <_ped.Device object at 0x4391200> > target size = 0 path = /dev/vdb > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f551c064e10>, DiskDevice instance (0x7f551c064210) -- > name = vdc status = True kids = 0 id = 3 > parents = [] > uuid = None size = 8192.0 > format = non-existent msdos disklabel > major = 252 minor = 32 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:0a.0/virtio5/block/vdc partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vdc type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 16777216 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 32597 did: 0 busy: False > hardwareGeometry: (16644, 16, 63) biosGeometry: (1044, 255, 63) > PedDevice: <_ped.Device object at 0x43913b0> > target size = 0 path = /dev/vdc > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f551c064150>] ; raid_level: None ; label: ; container_name: fedora00 ; device: None ; mountpoint: /var ; fstype: ext4 ; container_size: 0 ; >09:03:58,835 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.LVMFactory'>: <blivet.Blivet object at 0x4d8c4d0>, 1000, ['vdb', 'vdc'], {'container_raid_level': 'raid1', 'name': 'var', 'encrypted': False, 'container_encrypted': False, 'raid_level': None, 'label': '', 'container_name': 'fedora00', 'device': None, 'mountpoint': '/var', 'fstype': 'ext4', 'container_size': 0} >09:03:58,837 DEBUG storage.ui: LVMFactory.configure: parent_factory: None ; >09:03:58,837 DEBUG storage.ui: starting Blivet copy >09:03:58,885 DEBUG storage.ui: PartitionDevice._setPartedPartition: vda1 ; >09:03:58,887 DEBUG storage.ui: device vda1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x572ab90> fileSystem: None > number: 1 path: /dev/vda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x5712410> PedPartition: <_ped.Partition object at 0x419e2f0> >09:03:58,889 DEBUG storage.ui: PartitionDevice._setPartedPartition: vda2 ; >09:03:58,890 DEBUG storage.ui: device vda2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x572ab90> fileSystem: None > number: 2 path: /dev/vda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x5712590> PedPartition: <_ped.Partition object at 0x448e350> >09:03:58,892 DEBUG storage.ui: PartitionDevice._setPartedPartition: vdb1 ; >09:03:58,893 DEBUG storage.ui: device vdb1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f5520168810> fileSystem: None > number: 1 path: /dev/vdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x5712690> PedPartition: <_ped.Partition object at 0x54bb4d0> >09:03:58,894 DEBUG storage.ui: finished Blivet copy >09:03:58,895 DEBUG storage.ui: size bumped to 1004 to include new device space >09:03:58,896 DEBUG storage.ui: child factory class: <class 'blivet.devicefactory.MDFactory'> >09:03:58,898 DEBUG storage.ui: child factory args: [<blivet.Blivet object at 0x4d8c4d0>, 1044.0, [DiskDevice instance (0x7f551c064a50) -- > name = vdb status = True kids = 1 id = 2 > parents = [] > uuid = None size = 8192.0 > format = non-existent msdos disklabel > major = 252 minor = 16 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:09.0/virtio4/block/vdb partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vdb type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 16777216 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 32597 did: 0 busy: False > hardwareGeometry: (16644, 16, 63) biosGeometry: (1044, 255, 63) > PedDevice: <_ped.Device object at 0x4391200> > target size = 0 path = /dev/vdb > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f551c064e10>, DiskDevice instance (0x7f551c064210) -- > name = vdc status = True kids = 0 id = 3 > parents = [] > uuid = None size = 8192.0 > format = non-existent msdos disklabel > major = 252 minor = 32 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:0a.0/virtio5/block/vdc partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vdc type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 16777216 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 32597 did: 0 busy: False > hardwareGeometry: (16644, 16, 63) biosGeometry: (1044, 255, 63) > PedDevice: <_ped.Device object at 0x43913b0> > target size = 0 path = /dev/vdc > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f551c064150>]] >09:03:58,902 DEBUG storage.ui: child factory kwargs: {'encrypted': False, 'raid_level': 'raid1', 'name': 'pv01', 'fstype': 'lvmpv'} >09:03:58,904 DEBUG storage.ui: MDFactory.configure: parent_factory: <blivet.devicefactory.LVMFactory object at 0x4c662d0> ; >09:03:58,904 INFO storage.ui: Using 1MB superBlockSize >09:03:58,904 DEBUG storage.ui: child factory class: <class 'blivet.devicefactory.PartitionSetFactory'> >09:03:58,913 DEBUG storage.ui: child factory args: [<blivet.Blivet object at 0x4d8c4d0>, 2090.0, [DiskDevice instance (0x7f551c064a50) -- > name = vdb status = True kids = 1 id = 2 > parents = [] > uuid = None size = 8192.0 > format = non-existent msdos disklabel > major = 252 minor = 16 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:09.0/virtio4/block/vdb partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vdb type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 16777216 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 32597 did: 0 busy: False > hardwareGeometry: (16644, 16, 63) biosGeometry: (1044, 255, 63) > PedDevice: <_ped.Device object at 0x4391200> > target size = 0 path = /dev/vdb > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f551c064e10>, DiskDevice instance (0x7f551c064210) -- > name = vdc status = True kids = 0 id = 3 > parents = [] > uuid = None size = 8192.0 > format = non-existent msdos disklabel > major = 252 minor = 32 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:0a.0/virtio5/block/vdc partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vdc type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 16777216 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 32597 did: 0 busy: False > hardwareGeometry: (16644, 16, 63) biosGeometry: (1044, 255, 63) > PedDevice: <_ped.Device object at 0x43913b0> > target size = 0 path = /dev/vdc > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f551c064150>]] >09:03:58,914 DEBUG storage.ui: child factory kwargs: {'fstype': 'mdmember'} >09:03:58,917 DEBUG storage.ui: PartitionSetFactory.configure: parent_factory: <blivet.devicefactory.MDFactory object at 0x5726cd0> ; >09:03:58,917 DEBUG storage.ui: parent factory container: None >09:03:58,917 DEBUG storage.ui: members: [] >09:03:58,919 DEBUG storage.ui: add_disks: ['vdb', 'vdc'] >09:03:58,919 DEBUG storage.ui: remove_disks: [] >09:03:58,921 DEBUG storage.ui: MDRaidMember.__init__: >09:03:58,921 DEBUG storage.ui: getFormat('mdmember') returning MDRaidMember instance >09:03:58,929 DEBUG storage.ui: MDRaidMember.__init__: mountpoint: None ; >09:03:58,929 DEBUG storage.ui: getFormat('mdmember') returning MDRaidMember instance >09:03:58,931 DEBUG storage.ui: DiskDevice.addChild: kids: 1 ; name: vdb ; >09:03:58,936 DEBUG storage.ui: PartitionDevice._setFormat: req6 ; >09:03:58,941 DEBUG storage.ui: PartitionDevice._setFormat: req6 ; current: None ; type: mdmember ; >09:03:58,942 DEBUG storage.ui: DiskDevice.removeChild: kids: 2 ; name: vdb ; >09:03:58,943 INFO storage.ui: added partition req6 (id 28) to device tree >09:03:58,947 INFO storage.ui: registered action: [34] Create Device partition req6 (id 28) >09:03:58,948 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance >09:03:58,949 INFO storage.ui: registered action: [35] Create Format mdmember on partition req6 (id 28) >09:03:58,951 DEBUG storage.ui: MDRaidMember.__init__: mountpoint: None ; >09:03:58,952 DEBUG storage.ui: getFormat('mdmember') returning MDRaidMember instance >09:03:58,955 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: vdc ; >09:03:58,959 DEBUG storage.ui: PartitionDevice._setFormat: req7 ; >09:03:58,961 DEBUG storage.ui: PartitionDevice._setFormat: req7 ; current: None ; type: mdmember ; >09:03:58,964 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: vdc ; >09:03:58,964 INFO storage.ui: added partition req7 (id 29) to device tree >09:03:58,965 INFO storage.ui: registered action: [36] Create Device partition req7 (id 29) >09:03:58,966 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance >09:03:58,967 INFO storage.ui: registered action: [37] Create Format mdmember on partition req7 (id 29) >09:03:58,967 INFO storage.ui: Using 1MB superBlockSize >09:03:58,968 DEBUG storage.ui: adding a SameSizeSet with size 2090 >09:03:58,971 DEBUG storage.ui: DiskDevice.setup: vda ; status: True ; controllable: True ; orig: False ; >09:03:58,974 DEBUG storage.ui: DiskDevice.setup: vdb ; status: True ; controllable: True ; orig: False ; >09:03:58,976 DEBUG storage.ui: DiskDevice.setup: vdc ; status: True ; controllable: True ; orig: False ; >09:03:58,978 DEBUG storage.ui: removing all non-preexisting partitions ['req6(id 28)', 'req7(id 29)', 'vda1(id 20)', 'vda2(id 24)', 'vdb1(id 25)'] from disk(s) ['vda', 'vdb', 'vdc'] >09:03:58,981 DEBUG storage.ui: PartitionDevice._setPartedPartition: vda1 ; >09:03:58,982 DEBUG storage.ui: device vda1 new partedPartition None >09:03:58,984 DEBUG storage.ui: PartitionDevice._setDisk: req3 ; new: None ; old: vda ; >09:03:58,987 DEBUG storage.ui: DiskDevice.removeChild: kids: 2 ; name: vda ; >09:03:58,989 DEBUG storage.ui: PartitionDevice._setPartedPartition: vda2 ; >09:03:58,990 DEBUG storage.ui: device vda2 new partedPartition None >09:03:58,992 DEBUG storage.ui: PartitionDevice._setDisk: req4 ; new: None ; old: vda ; >09:03:58,995 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: vda ; >09:03:58,997 DEBUG storage.ui: PartitionDevice._setPartedPartition: vdb1 ; >09:03:58,998 DEBUG storage.ui: device vdb1 new partedPartition None >09:03:59,000 DEBUG storage.ui: PartitionDevice._setDisk: req5 ; new: None ; old: vdb ; >09:03:59,003 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: vdb ; >09:03:59,004 DEBUG storage.ui: allocatePartitions: disks=['vda', 'vdb', 'vdc'] ; partitions=['req6(id 28)', 'req7(id 29)', 'req3(id 20)', 'req4(id 24)', 'req5(id 25)'] >09:03:59,004 DEBUG storage.ui: removing all non-preexisting partitions ['req3(id 20)', 'req4(id 24)', 'req5(id 25)', 'req6(id 28)', 'req7(id 29)'] from disk(s) ['vda', 'vdb', 'vdc'] >09:03:59,007 DEBUG storage.ui: DeviceTree.getDeviceByName: name: vda ; >09:03:59,010 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk vda (1) with non-existent msdos disklabel >09:03:59,010 DEBUG storage.ui: resolved 'vda' to 'vda' (disk) >09:03:59,013 DEBUG storage.ui: DeviceTree.getDeviceByName: name: vda ; >09:03:59,015 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk vda (1) with non-existent msdos disklabel >09:03:59,016 DEBUG storage.ui: resolved 'vda' to 'vda' (disk) >09:03:59,018 DEBUG storage.ui: DeviceTree.getDeviceByName: name: vda ; >09:03:59,021 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk vda (1) with non-existent msdos disklabel >09:03:59,022 DEBUG storage.ui: resolved 'vda' to 'vda' (disk) >09:03:59,024 DEBUG storage.ui: DeviceTree.getDeviceByName: name: vda ; >09:03:59,027 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk vda (1) with non-existent msdos disklabel >09:03:59,027 DEBUG storage.ui: resolved 'vda' to 'vda' (disk) >09:03:59,030 DEBUG storage.ui: DeviceTree.getDeviceByName: name: vda ; >09:03:59,032 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk vda (1) with non-existent msdos disklabel >09:03:59,033 DEBUG storage.ui: resolved 'vda' to 'vda' (disk) >09:03:59,036 DEBUG storage.ui: DeviceTree.getDeviceByName: name: vda ; >09:03:59,038 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk vda (1) with non-existent msdos disklabel >09:03:59,039 DEBUG storage.ui: resolved 'vda' to 'vda' (disk) >09:03:59,039 DEBUG storage.ui: allocating partition: req3 ; id: 20 ; disks: ['vda', 'vdb', 'vdc'] ; >boot: True ; primary: False ; size: 500MB ; grow: False ; max_size: 0 ; start: None ; end: None >09:03:59,040 DEBUG storage.ui: checking freespace on vda >09:03:59,041 DEBUG storage.ui: getBestFreeSpaceRegion: disk=/dev/vda part_type=0 req_size=500MB boot=True best=None grow=False start=None >09:03:59,042 DEBUG storage.ui: checking 63-16777215 (8191 MB) >09:03:59,043 DEBUG storage.ui: current free range is 63-16777215 (8191MB) >09:03:59,044 DEBUG storage.ui: updating use_disk to vda, type: 0 >09:03:59,045 DEBUG storage.ui: new free: 63-16777215 / 8191MB >09:03:59,045 DEBUG storage.ui: new free allows for 0 sectors of growth >09:03:59,046 DEBUG storage.ui: found free space for bootable request >09:03:59,047 DEBUG storage.ui: adjusted start sector from 63 to 2048 >09:03:59,048 DEBUG storage.ui: created partition vda1 of 500MB and added it to /dev/vda >09:03:59,050 DEBUG storage.ui: PartitionDevice._setPartedPartition: req3 ; >09:03:59,051 DEBUG storage.ui: device req3 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c060150> fileSystem: None > number: 1 path: /dev/vda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x573c090> PedPartition: <_ped.Partition object at 0x448e410> >09:03:59,054 DEBUG storage.ui: PartitionDevice._setDisk: vda1 ; new: vda ; old: None ; >09:03:59,056 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: vda ; >09:03:59,059 DEBUG storage.ui: PartitionDevice._setPartedPartition: vda1 ; >09:03:59,060 DEBUG storage.ui: device vda1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c060150> fileSystem: None > number: 1 path: /dev/vda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x573c250> PedPartition: <_ped.Partition object at 0x419e290> >09:03:59,063 DEBUG storage.ui: DeviceTree.getDeviceByName: name: vda ; >09:03:59,065 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk vda (1) with non-existent msdos disklabel >09:03:59,066 DEBUG storage.ui: resolved 'vda' to 'vda' (disk) >09:03:59,069 DEBUG storage.ui: DeviceTree.getDeviceByName: name: vda ; >09:03:59,071 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk vda (1) with non-existent msdos disklabel >09:03:59,072 DEBUG storage.ui: resolved 'vda' to 'vda' (disk) >09:03:59,073 DEBUG storage.ui: allocating partition: req4 ; id: 24 ; disks: ['vda'] ; >boot: False ; primary: False ; size: 2775MB ; grow: False ; max_size: 2775 ; start: None ; end: None >09:03:59,074 DEBUG storage.ui: checking freespace on vda >09:03:59,074 DEBUG storage.ui: getBestFreeSpaceRegion: disk=/dev/vda part_type=0 req_size=2775MB boot=False best=None grow=False start=None >09:03:59,075 DEBUG storage.ui: checking 63-2047 (0 MB) >09:03:59,076 DEBUG storage.ui: current free range is 63-2047 (0MB) >09:03:59,077 DEBUG storage.ui: checking 1026048-16777215 (7691 MB) >09:03:59,078 DEBUG storage.ui: current free range is 1026048-16777215 (7691MB) >09:03:59,079 DEBUG storage.ui: updating use_disk to vda, type: 0 >09:03:59,079 DEBUG storage.ui: new free: 1026048-16777215 / 7691MB >09:03:59,080 DEBUG storage.ui: new free allows for 0 sectors of growth >09:03:59,081 DEBUG storage.ui: created partition vda2 of 2775MB and added it to /dev/vda >09:03:59,084 DEBUG storage.ui: PartitionDevice._setPartedPartition: req4 ; >09:03:59,085 DEBUG storage.ui: device req4 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c060150> fileSystem: None > number: 2 path: /dev/vda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f5520166bd0> PedPartition: <_ped.Partition object at 0x54bb170> >09:03:59,087 DEBUG storage.ui: PartitionDevice._setDisk: vda2 ; new: vda ; old: None ; >09:03:59,089 DEBUG storage.ui: DiskDevice.addChild: kids: 1 ; name: vda ; >09:03:59,093 DEBUG storage.ui: PartitionDevice._setPartedPartition: vda2 ; >09:03:59,093 DEBUG storage.ui: device vda2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c060150> fileSystem: None > number: 2 path: /dev/vda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f5520166c90> PedPartition: <_ped.Partition object at 0x54bb230> >09:03:59,096 DEBUG storage.ui: DeviceTree.getDeviceByName: name: vda ; >09:03:59,099 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk vda (1) with non-existent msdos disklabel >09:03:59,099 DEBUG storage.ui: resolved 'vda' to 'vda' (disk) >09:03:59,102 DEBUG storage.ui: DeviceTree.getDeviceByName: name: vda ; >09:03:59,104 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk vda (1) with non-existent msdos disklabel >09:03:59,105 DEBUG storage.ui: resolved 'vda' to 'vda' (disk) >09:03:59,106 DEBUG storage.ui: allocating partition: req5 ; id: 25 ; disks: ['vdb'] ; >boot: False ; primary: False ; size: 2775MB ; grow: False ; max_size: 2775 ; start: None ; end: None >09:03:59,106 DEBUG storage.ui: checking freespace on vdb >09:03:59,107 DEBUG storage.ui: getBestFreeSpaceRegion: disk=/dev/vdb part_type=0 req_size=2775MB boot=False best=None grow=False start=None >09:03:59,108 DEBUG storage.ui: checking 63-16777215 (8191 MB) >09:03:59,109 DEBUG storage.ui: current free range is 63-16777215 (8191MB) >09:03:59,110 DEBUG storage.ui: updating use_disk to vdb, type: 0 >09:03:59,111 DEBUG storage.ui: new free: 63-16777215 / 8191MB >09:03:59,112 DEBUG storage.ui: new free allows for 0 sectors of growth >09:03:59,112 DEBUG storage.ui: adjusted start sector from 63 to 2048 >09:03:59,114 DEBUG storage.ui: created partition vdb1 of 2775MB and added it to /dev/vdb >09:03:59,116 DEBUG storage.ui: PartitionDevice._setPartedPartition: req5 ; >09:03:59,117 DEBUG storage.ui: device req5 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c064490> fileSystem: None > number: 1 path: /dev/vdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x573c510> PedPartition: <_ped.Partition object at 0x54bb290> >09:03:59,119 DEBUG storage.ui: PartitionDevice._setDisk: vdb1 ; new: vdb ; old: None ; >09:03:59,122 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: vdb ; >09:03:59,125 DEBUG storage.ui: PartitionDevice._setPartedPartition: vdb1 ; >09:03:59,126 DEBUG storage.ui: device vdb1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c064490> fileSystem: None > number: 1 path: /dev/vdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x573c3d0> PedPartition: <_ped.Partition object at 0x54bb350> >09:03:59,128 DEBUG storage.ui: DeviceTree.getDeviceByName: name: vda ; >09:03:59,131 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk vda (1) with non-existent msdos disklabel >09:03:59,131 DEBUG storage.ui: resolved 'vda' to 'vda' (disk) >09:03:59,134 DEBUG storage.ui: DeviceTree.getDeviceByName: name: vda ; >09:03:59,136 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk vda (1) with non-existent msdos disklabel >09:03:59,137 DEBUG storage.ui: resolved 'vda' to 'vda' (disk) >09:03:59,138 DEBUG storage.ui: allocating partition: req6 ; id: 28 ; disks: ['vdb'] ; >boot: False ; primary: False ; size: 1MB ; grow: True ; max_size: 1045 ; start: None ; end: None >09:03:59,138 DEBUG storage.ui: checking freespace on vdb >09:03:59,139 DEBUG storage.ui: getBestFreeSpaceRegion: disk=/dev/vdb part_type=0 req_size=1MB boot=False best=None grow=True start=None >09:03:59,140 DEBUG storage.ui: checking 63-2047 (0 MB) >09:03:59,141 DEBUG storage.ui: current free range is 63-2047 (0MB) >09:03:59,142 DEBUG storage.ui: checking 5685248-16777215 (5416 MB) >09:03:59,143 DEBUG storage.ui: current free range is 5685248-16777215 (5416MB) >09:03:59,144 DEBUG storage.ui: evaluating growth potential for new layout >09:03:59,144 DEBUG storage.ui: calculating growth for disk /dev/vdc >09:03:59,145 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/vdc start = 63 end = 16777215 >sectorSize = 512 > >09:03:59,146 DEBUG storage.ui: disk /dev/vdc growth: 0 (0MB) >09:03:59,146 DEBUG storage.ui: calculating growth for disk /dev/vdb >09:03:59,149 DEBUG storage.ui: PartitionDevice._setPartedPartition: req6 ; >09:03:59,150 DEBUG storage.ui: device req6 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c064490> fileSystem: None > number: 2 path: /dev/vdb2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x573cb10> PedPartition: <_ped.Partition object at 0x54bb3b0> >09:03:59,153 DEBUG storage.ui: PartitionDevice._setDisk: vdb2 ; new: vdb ; old: None ; >09:03:59,155 DEBUG storage.ui: DiskDevice.addChild: kids: 1 ; name: vdb ; >09:03:59,156 DEBUG storage.ui: adding request 25 to chunk 16777153 (63-16777215) on /dev/vdb >09:03:59,157 DEBUG storage.ui: adding request 28 to chunk 16777153 (63-16777215) on /dev/vdb >09:03:59,158 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/vdb start = 63 end = 16777215 >sectorSize = 512 > >09:03:59,158 DEBUG storage.ui: req: PartitionRequest instance -- >id = 25 name = vdb1 growable = False >base = 5683200 growth = 0 max_grow = 0 >done = True >09:03:59,159 DEBUG storage.ui: req: PartitionRequest instance -- >id = 28 name = vdb2 growable = True >base = 2048 growth = 0 max_grow = 2138112 >done = False >09:03:59,160 DEBUG storage.ui: 1 requests and 11091905 (5415MB) left in chunk >09:03:59,160 DEBUG storage.ui: adding 11091905 (5415MB) to 28 (vdb2) >09:03:59,161 DEBUG storage.ui: taking back 8953793 (4371MB) from 28 (vdb2) >09:03:59,162 DEBUG storage.ui: new grow amount for request 28 (vdb2) is 2138112 units, or 1044MB >09:03:59,162 DEBUG storage.ui: request 25 (vdb1) growth: 0 (0MB) size: 2775MB >09:03:59,163 DEBUG storage.ui: request 28 (vdb2) growth: 2138112 (1044MB) size: 1045MB >09:03:59,164 DEBUG storage.ui: disk /dev/vdb growth: 2138112 (1044MB) >09:03:59,164 DEBUG storage.ui: calculating growth for disk /dev/vda >09:03:59,165 DEBUG storage.ui: adding request 20 to chunk 16777153 (63-16777215) on /dev/vda >09:03:59,166 DEBUG storage.ui: adding request 24 to chunk 16777153 (63-16777215) on /dev/vda >09:03:59,167 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/vda start = 63 end = 16777215 >sectorSize = 512 > >09:03:59,167 DEBUG storage.ui: req: PartitionRequest instance -- >id = 20 name = vda1 growable = False >base = 1024000 growth = 0 max_grow = 0 >done = True >09:03:59,168 DEBUG storage.ui: req: PartitionRequest instance -- >id = 24 name = vda2 growable = False >base = 5683200 growth = 0 max_grow = 0 >done = True >09:03:59,168 DEBUG storage.ui: request 20 (vda1) growth: 0 (0MB) size: 500MB >09:03:59,169 DEBUG storage.ui: request 24 (vda2) growth: 0 (0MB) size: 2775MB >09:03:59,169 DEBUG storage.ui: disk /dev/vda growth: 0 (0MB) >09:03:59,171 DEBUG storage.ui: PartitionDevice._setPartedPartition: vdb2 ; >09:03:59,171 DEBUG storage.ui: device vdb2 new partedPartition None >09:03:59,176 DEBUG storage.ui: PartitionDevice._setDisk: req6 ; new: None ; old: vdb ; >09:03:59,178 DEBUG storage.ui: DiskDevice.removeChild: kids: 2 ; name: vdb ; >09:03:59,179 DEBUG storage.ui: total growth: 2138112 sectors >09:03:59,179 DEBUG storage.ui: updating use_disk to vdb, type: 0 >09:03:59,180 DEBUG storage.ui: new free: 5685248-16777215 / 5416MB >09:03:59,181 DEBUG storage.ui: new free allows for 2138112 sectors of growth >09:03:59,182 DEBUG storage.ui: created partition vdb2 of 1MB and added it to /dev/vdb >09:03:59,184 DEBUG storage.ui: PartitionDevice._setPartedPartition: req6 ; >09:03:59,185 DEBUG storage.ui: device req6 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c064490> fileSystem: None > number: 2 path: /dev/vdb2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x573ce90> PedPartition: <_ped.Partition object at 0x54ee410> >09:03:59,188 DEBUG storage.ui: PartitionDevice._setDisk: vdb2 ; new: vdb ; old: None ; >09:03:59,190 DEBUG storage.ui: DiskDevice.addChild: kids: 1 ; name: vdb ; >09:03:59,198 DEBUG storage.ui: PartitionDevice._setPartedPartition: vdb2 ; >09:03:59,200 DEBUG storage.ui: device vdb2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c064490> fileSystem: None > number: 2 path: /dev/vdb2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x573cfd0> PedPartition: <_ped.Partition object at 0x54ee470> >09:03:59,202 DEBUG storage.ui: DeviceTree.getDeviceByName: name: vda ; >09:03:59,205 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk vda (1) with non-existent msdos disklabel >09:03:59,206 DEBUG storage.ui: resolved 'vda' to 'vda' (disk) >09:03:59,208 DEBUG storage.ui: DeviceTree.getDeviceByName: name: vda ; >09:03:59,211 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk vda (1) with non-existent msdos disklabel >09:03:59,211 DEBUG storage.ui: resolved 'vda' to 'vda' (disk) >09:03:59,212 DEBUG storage.ui: allocating partition: req7 ; id: 29 ; disks: ['vdc'] ; >boot: False ; primary: False ; size: 1MB ; grow: True ; max_size: 1045 ; start: None ; end: None >09:03:59,213 DEBUG storage.ui: checking freespace on vdc >09:03:59,214 DEBUG storage.ui: getBestFreeSpaceRegion: disk=/dev/vdc part_type=0 req_size=1MB boot=False best=None grow=True start=None >09:03:59,215 DEBUG storage.ui: checking 63-16777215 (8191 MB) >09:03:59,216 DEBUG storage.ui: current free range is 63-16777215 (8191MB) >09:03:59,216 DEBUG storage.ui: evaluating growth potential for new layout >09:03:59,217 DEBUG storage.ui: calculating growth for disk /dev/vdc >09:03:59,218 DEBUG storage.ui: adjusted start sector from 63 to 2048 >09:03:59,221 DEBUG storage.ui: PartitionDevice._setPartedPartition: req7 ; >09:03:59,222 DEBUG storage.ui: device req7 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c068050> fileSystem: None > number: 1 path: /dev/vdc1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x5712d90> PedPartition: <_ped.Partition object at 0x54bb290> >09:03:59,224 DEBUG storage.ui: PartitionDevice._setDisk: vdc1 ; new: vdc ; old: None ; >09:03:59,227 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: vdc ; >09:03:59,228 DEBUG storage.ui: adding request 29 to chunk 16777153 (63-16777215) on /dev/vdc >09:03:59,228 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/vdc start = 63 end = 16777215 >sectorSize = 512 > >09:03:59,229 DEBUG storage.ui: req: PartitionRequest instance -- >id = 29 name = vdc1 growable = True >base = 2048 growth = 0 max_grow = 2138112 >done = False >09:03:59,230 DEBUG storage.ui: 1 requests and 16775105 (8190MB) left in chunk >09:03:59,230 DEBUG storage.ui: adding 16775105 (8190MB) to 29 (vdc1) >09:03:59,231 DEBUG storage.ui: taking back 14636993 (7146MB) from 29 (vdc1) >09:03:59,232 DEBUG storage.ui: new grow amount for request 29 (vdc1) is 2138112 units, or 1044MB >09:03:59,233 DEBUG storage.ui: request 29 (vdc1) growth: 2138112 (1044MB) size: 1045MB >09:03:59,233 DEBUG storage.ui: disk /dev/vdc growth: 2138112 (1044MB) >09:03:59,234 DEBUG storage.ui: calculating growth for disk /dev/vdb >09:03:59,235 DEBUG storage.ui: adding request 25 to chunk 16777153 (63-16777215) on /dev/vdb >09:03:59,236 DEBUG storage.ui: adding request 28 to chunk 16777153 (63-16777215) on /dev/vdb >09:03:59,236 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/vdb start = 63 end = 16777215 >sectorSize = 512 > >09:03:59,237 DEBUG storage.ui: req: PartitionRequest instance -- >id = 25 name = vdb1 growable = False >base = 5683200 growth = 0 max_grow = 0 >done = True >09:03:59,238 DEBUG storage.ui: req: PartitionRequest instance -- >id = 28 name = vdb2 growable = True >base = 2048 growth = 0 max_grow = 2138112 >done = False >09:03:59,238 DEBUG storage.ui: 1 requests and 11091905 (5415MB) left in chunk >09:03:59,239 DEBUG storage.ui: adding 11091905 (5415MB) to 28 (vdb2) >09:03:59,240 DEBUG storage.ui: taking back 8953793 (4371MB) from 28 (vdb2) >09:03:59,241 DEBUG storage.ui: new grow amount for request 28 (vdb2) is 2138112 units, or 1044MB >09:03:59,241 DEBUG storage.ui: request 25 (vdb1) growth: 0 (0MB) size: 2775MB >09:03:59,242 DEBUG storage.ui: request 28 (vdb2) growth: 2138112 (1044MB) size: 1045MB >09:03:59,242 DEBUG storage.ui: disk /dev/vdb growth: 2138112 (1044MB) >09:03:59,242 DEBUG storage.ui: calculating growth for disk /dev/vda >09:03:59,244 DEBUG storage.ui: adding request 20 to chunk 16777153 (63-16777215) on /dev/vda >09:03:59,244 DEBUG storage.ui: adding request 24 to chunk 16777153 (63-16777215) on /dev/vda >09:03:59,245 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/vda start = 63 end = 16777215 >sectorSize = 512 > >09:03:59,245 DEBUG storage.ui: req: PartitionRequest instance -- >id = 20 name = vda1 growable = False >base = 1024000 growth = 0 max_grow = 0 >done = True >09:03:59,245 DEBUG storage.ui: req: PartitionRequest instance -- >id = 24 name = vda2 growable = False >base = 5683200 growth = 0 max_grow = 0 >done = True >09:03:59,246 DEBUG storage.ui: request 20 (vda1) growth: 0 (0MB) size: 500MB >09:03:59,246 DEBUG storage.ui: request 24 (vda2) growth: 0 (0MB) size: 2775MB >09:03:59,246 DEBUG storage.ui: disk /dev/vda growth: 0 (0MB) >09:03:59,248 DEBUG storage.ui: PartitionDevice._setPartedPartition: vdc1 ; >09:03:59,251 DEBUG storage.ui: device vdc1 new partedPartition None >09:03:59,254 DEBUG storage.ui: PartitionDevice._setDisk: req7 ; new: None ; old: vdc ; >09:03:59,257 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: vdc ; >09:03:59,257 DEBUG storage.ui: total growth: 4276224 sectors >09:03:59,258 DEBUG storage.ui: updating use_disk to vdc, type: 0 >09:03:59,259 DEBUG storage.ui: new free: 63-16777215 / 8191MB >09:03:59,259 DEBUG storage.ui: new free allows for 4276224 sectors of growth >09:03:59,260 DEBUG storage.ui: adjusted start sector from 63 to 2048 >09:03:59,261 DEBUG storage.ui: created partition vdc1 of 1MB and added it to /dev/vdc >09:03:59,264 DEBUG storage.ui: PartitionDevice._setPartedPartition: req7 ; >09:03:59,265 DEBUG storage.ui: device req7 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c068050> fileSystem: None > number: 1 path: /dev/vdc1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x5712e50> PedPartition: <_ped.Partition object at 0x54bbc50> >09:03:59,267 DEBUG storage.ui: PartitionDevice._setDisk: vdc1 ; new: vdc ; old: None ; >09:03:59,270 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: vdc ; >09:03:59,273 DEBUG storage.ui: PartitionDevice._setPartedPartition: vdc1 ; >09:03:59,273 DEBUG storage.ui: device vdc1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c068050> fileSystem: None > number: 1 path: /dev/vdc1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x573c790> PedPartition: <_ped.Partition object at 0x54bb3b0> >09:03:59,274 DEBUG storage.ui: growPartitions: disks=['vda', 'vdb', 'vdc'], partitions=['vdb2(id 28)', 'vdc1(id 29)', 'vda1(id 20)', 'vda2(id 24)', 'vdb1(id 25)'] >09:03:59,276 DEBUG storage.ui: growable partitions are ['vdb2', 'vdc1'] >09:03:59,277 DEBUG storage.ui: adding request 20 to chunk 16777153 (63-16777215) on /dev/vda >09:03:59,278 DEBUG storage.ui: adding request 24 to chunk 16777153 (63-16777215) on /dev/vda >09:03:59,280 DEBUG storage.ui: disk vda has 1 chunks >09:03:59,281 DEBUG storage.ui: adding request 28 to chunk 16777153 (63-16777215) on /dev/vdb >09:03:59,282 DEBUG storage.ui: adding request 25 to chunk 16777153 (63-16777215) on /dev/vdb >09:03:59,283 DEBUG storage.ui: disk vdb has 1 chunks >09:03:59,284 DEBUG storage.ui: adding request 29 to chunk 16777153 (63-16777215) on /dev/vdc >09:03:59,285 DEBUG storage.ui: disk vdc has 1 chunks >09:03:59,286 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/vdb start = 63 end = 16777215 >sectorSize = 512 > >09:03:59,287 DEBUG storage.ui: req: PartitionRequest instance -- >id = 25 name = vdb1 growable = False >base = 5683200 growth = 0 max_grow = 0 >done = True >09:03:59,288 DEBUG storage.ui: req: PartitionRequest instance -- >id = 28 name = vdb2 growable = True >base = 2048 growth = 0 max_grow = 2138112 >done = False >09:03:59,289 DEBUG storage.ui: 1 requests and 11091905 (5415MB) left in chunk >09:03:59,290 DEBUG storage.ui: adding 11091905 (5415MB) to 28 (vdb2) >09:03:59,291 DEBUG storage.ui: taking back 8953793 (4371MB) from 28 (vdb2) >09:03:59,292 DEBUG storage.ui: new grow amount for request 28 (vdb2) is 2138112 units, or 1044MB >09:03:59,292 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/vdc start = 63 end = 16777215 >sectorSize = 512 > >09:03:59,293 DEBUG storage.ui: req: PartitionRequest instance -- >id = 29 name = vdc1 growable = True >base = 2048 growth = 0 max_grow = 2138112 >done = False >09:03:59,294 DEBUG storage.ui: 1 requests and 16775105 (8190MB) left in chunk >09:03:59,295 DEBUG storage.ui: adding 16775105 (8190MB) to 29 (vdc1) >09:03:59,295 DEBUG storage.ui: taking back 14636993 (7146MB) from 29 (vdc1) >09:03:59,296 DEBUG storage.ui: new grow amount for request 29 (vdc1) is 2138112 units, or 1044MB >09:03:59,296 DEBUG storage.ui: set: ['vdb2', 'vdc1'] 1045 >09:03:59,296 DEBUG storage.ui: min growth is 2138112 >09:03:59,297 DEBUG storage.ui: max growth for PartitionRequest instance -- >id = 28 name = vdb2 growable = True >base = 2048 growth = 2138112 max_grow = 2138112 >done = True is 2138112 >09:03:59,298 DEBUG storage.ui: max growth for PartitionRequest instance -- >id = 29 name = vdc1 growable = True >base = 2048 growth = 2138112 max_grow = 2138112 >done = True is 2138112 >09:03:59,298 DEBUG storage.ui: set: ['vdb2', 'vdc1'] 1045 >09:03:59,299 DEBUG storage.ui: min growth is 2138112 >09:03:59,300 DEBUG storage.ui: max growth for PartitionRequest instance -- >id = 28 name = vdb2 growable = True >base = 2048 growth = 2138112 max_grow = 2138112 >done = True is 2138112 >09:03:59,300 DEBUG storage.ui: max growth for PartitionRequest instance -- >id = 29 name = vdc1 growable = True >base = 2048 growth = 2138112 max_grow = 2138112 >done = True is 2138112 >09:03:59,300 DEBUG storage.ui: growing partitions on vda >09:03:59,301 DEBUG storage.ui: growing partitions on vdb >09:03:59,301 DEBUG storage.ui: partition vdb1 (25): 0 >09:03:59,302 DEBUG storage.ui: new geometry for vdb1: parted.Geometry instance -- > start: 2048 end: 5685247 length: 5683200 > device: <parted.device.Device object at 0x7f551c064b10> PedGeometry: <_ped.Geometry object at 0x5729e90> >09:03:59,302 DEBUG storage.ui: partition vdb2 (28): 0 >09:03:59,302 DEBUG storage.ui: new geometry for vdb2: parted.Geometry instance -- > start: 5685248 end: 7825407 length: 2140160 > device: <parted.device.Device object at 0x7f551c064b10> PedGeometry: <_ped.Geometry object at 0x5729290> >09:03:59,303 DEBUG storage.ui: removing all non-preexisting partitions ['vdb1(id 25)', 'vdb2(id 28)'] from disk(s) ['vdb'] >09:03:59,311 DEBUG storage.ui: PartitionDevice._setPartedPartition: vdb1 ; >09:03:59,312 DEBUG storage.ui: device vdb1 new partedPartition None >09:03:59,314 DEBUG storage.ui: PartitionDevice._setDisk: req5 ; new: None ; old: vdb ; >09:03:59,317 DEBUG storage.ui: DiskDevice.removeChild: kids: 2 ; name: vdb ; >09:03:59,320 DEBUG storage.ui: PartitionDevice._setPartedPartition: vdb2 ; >09:03:59,321 DEBUG storage.ui: device vdb2 new partedPartition None >09:03:59,324 DEBUG storage.ui: PartitionDevice._setDisk: req6 ; new: None ; old: vdb ; >09:03:59,327 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: vdb ; >09:03:59,327 DEBUG storage.ui: back from removeNewPartitions >09:03:59,328 DEBUG storage.ui: extended: None >09:03:59,329 DEBUG storage.ui: setting req5 new geometry: parted.Geometry instance -- > start: 2048 end: 5685247 length: 5683200 > device: <parted.device.Device object at 0x7f551c064b10> PedGeometry: <_ped.Geometry object at 0x5729e90> >09:03:59,331 DEBUG storage.ui: PartitionDevice._setPartedPartition: req5 ; >09:03:59,332 DEBUG storage.ui: device req5 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c064490> fileSystem: None > number: 1 path: /dev/vdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x57294d0> PedPartition: <_ped.Partition object at 0x54bb170> >09:03:59,335 DEBUG storage.ui: PartitionDevice._setDisk: vdb1 ; new: vdb ; old: None ; >09:03:59,339 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: vdb ; >09:03:59,342 DEBUG storage.ui: PartitionDevice._setPartedPartition: vdb1 ; >09:03:59,343 DEBUG storage.ui: device vdb1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c064490> fileSystem: None > number: 1 path: /dev/vdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x5729110> PedPartition: <_ped.Partition object at 0x448e050> >09:03:59,344 DEBUG storage.ui: setting req6 new geometry: parted.Geometry instance -- > start: 5685248 end: 7825407 length: 2140160 > device: <parted.device.Device object at 0x7f551c064b10> PedGeometry: <_ped.Geometry object at 0x5729290> >09:03:59,347 DEBUG storage.ui: PartitionDevice._setPartedPartition: req6 ; >09:03:59,348 DEBUG storage.ui: device req6 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c064490> fileSystem: None > number: 2 path: /dev/vdb2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x5729650> PedPartition: <_ped.Partition object at 0x448e4d0> >09:03:59,350 DEBUG storage.ui: PartitionDevice._setDisk: vdb2 ; new: vdb ; old: None ; >09:03:59,353 DEBUG storage.ui: DiskDevice.addChild: kids: 1 ; name: vdb ; >09:03:59,358 DEBUG storage.ui: PartitionDevice._setPartedPartition: vdb2 ; >09:03:59,359 DEBUG storage.ui: device vdb2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c064490> fileSystem: None > number: 2 path: /dev/vdb2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x5729190> PedPartition: <_ped.Partition object at 0x419e170> >09:03:59,360 DEBUG storage.ui: growing partitions on vdc >09:03:59,361 DEBUG storage.ui: partition vdc1 (29): 0 >09:03:59,361 DEBUG storage.ui: new geometry for vdc1: parted.Geometry instance -- > start: 2048 end: 2142207 length: 2140160 > device: <parted.device.Device object at 0x7f551c064f90> PedGeometry: <_ped.Geometry object at 0x573c050> >09:03:59,362 DEBUG storage.ui: removing all non-preexisting partitions ['vdc1(id 29)'] from disk(s) ['vdc'] >09:03:59,365 DEBUG storage.ui: PartitionDevice._setPartedPartition: vdc1 ; >09:03:59,365 DEBUG storage.ui: device vdc1 new partedPartition None >09:03:59,368 DEBUG storage.ui: PartitionDevice._setDisk: req7 ; new: None ; old: vdc ; >09:03:59,372 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: vdc ; >09:03:59,373 DEBUG storage.ui: back from removeNewPartitions >09:03:59,374 DEBUG storage.ui: extended: None >09:03:59,375 DEBUG storage.ui: setting req7 new geometry: parted.Geometry instance -- > start: 2048 end: 2142207 length: 2140160 > device: <parted.device.Device object at 0x7f551c064f90> PedGeometry: <_ped.Geometry object at 0x573c050> >09:03:59,378 DEBUG storage.ui: PartitionDevice._setPartedPartition: req7 ; >09:03:59,378 DEBUG storage.ui: device req7 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c068050> fileSystem: None > number: 1 path: /dev/vdc1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x573cd90> PedPartition: <_ped.Partition object at 0x54bb170> >09:03:59,381 DEBUG storage.ui: PartitionDevice._setDisk: vdc1 ; new: vdc ; old: None ; >09:03:59,383 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: vdc ; >09:03:59,387 DEBUG storage.ui: PartitionDevice._setPartedPartition: vdc1 ; >09:03:59,389 DEBUG storage.ui: device vdc1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c068050> fileSystem: None > number: 1 path: /dev/vdc1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x5729310> PedPartition: <_ped.Partition object at 0x419e1d0> >09:03:59,390 DEBUG storage.ui: fixing size of non-existent 500MB partition vda1 (20) with non-existent ext4 filesystem mounted at /boot at 500.00 >09:03:59,391 DEBUG storage.ui: fixing size of non-existent 2775MB partition vda2 (24) with non-existent mdmember at 2775.00 >09:03:59,392 DEBUG storage.ui: fixing size of non-existent 2775MB partition vdb1 (25) with non-existent mdmember at 2775.00 >09:03:59,393 DEBUG storage.ui: fixing size of non-existent 1045MB partition vdb2 (28) with non-existent mdmember at 1045.00 >09:03:59,394 DEBUG storage.ui: fixing size of non-existent 1045MB partition vdc1 (29) with non-existent mdmember at 1045.00 >09:03:59,398 DEBUG storage.ui: LVMPhysicalVolume.__init__: mountpoint: None ; >09:03:59,398 DEBUG storage.ui: getFormat('lvmpv') returning LVMPhysicalVolume instance >09:03:59,401 DEBUG storage.ui: PartitionDevice.addChild: kids: 0 ; name: vdb2 ; >09:03:59,404 DEBUG storage.ui: PartitionDevice.addChild: kids: 0 ; name: vdc1 ; >09:03:59,407 DEBUG storage.ui: MDRaidArrayDevice._setFormat: pv01 ; current: None ; type: lvmpv ; >09:03:59,408 INFO storage.ui: added mdarray pv01 (id 30) to device tree >09:03:59,409 INFO storage.ui: registered action: [38] Create Device mdarray pv01 (id 30) >09:03:59,410 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance >09:03:59,411 INFO storage.ui: registered action: [39] Create Format lvmpv on mdarray pv01 (id 30) >09:03:59,412 DEBUG storage.ui: raw RAID 1 size == 1045.0 >09:03:59,413 INFO storage.ui: Using 1MB superBlockSize >09:03:59,413 DEBUG storage.ui: non-existent RAID 1 size == 1044.0 >09:03:59,416 DEBUG storage.ui: MDRaidArrayDevice.addChild: kids: 0 ; name: pv01 ; >09:03:59,417 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance >09:03:59,420 DEBUG storage.ui: LVMVolumeGroupDevice._setFormat: fedora00 ; current: None ; type: None ; >09:03:59,422 DEBUG storage.ui: raw RAID 1 size == 1045.0 >09:03:59,423 INFO storage.ui: Using 1MB superBlockSize >09:03:59,424 DEBUG storage.ui: non-existent RAID 1 size == 1044.0 >09:03:59,425 INFO storage.ui: added lvmvg fedora00 (id 31) to device tree >09:03:59,425 INFO storage.ui: registered action: [40] Create Device lvmvg fedora00 (id 31) >09:03:59,427 DEBUG storage.ui: raw RAID 1 size == 1045.0 >09:03:59,427 INFO storage.ui: Using 1MB superBlockSize >09:03:59,428 DEBUG storage.ui: non-existent RAID 1 size == 1044.0 >09:03:59,429 DEBUG storage.ui: fedora00 size is 1040MB >09:03:59,430 DEBUG storage.ui: raw RAID 1 size == 1045.0 >09:03:59,431 INFO storage.ui: Using 1MB superBlockSize >09:03:59,431 DEBUG storage.ui: non-existent RAID 1 size == 1044.0 >09:03:59,432 DEBUG storage.ui: vg fedora00 has 1040MB free >09:03:59,435 DEBUG storage.ui: Ext4FS.supported: supported: True ; >09:03:59,436 DEBUG storage.ui: getFormat('ext4') returning Ext4FS instance >09:03:59,439 DEBUG storage.ui: LVMVolumeGroupDevice.addChild: kids: 0 ; name: fedora00 ; >09:03:59,442 DEBUG storage.ui: LVMLogicalVolumeDevice._setFormat: fedora00-var ; current: None ; type: ext4 ; >09:03:59,444 DEBUG storage.ui: raw RAID 1 size == 1045.0 >09:03:59,444 INFO storage.ui: Using 1MB superBlockSize >09:03:59,445 DEBUG storage.ui: non-existent RAID 1 size == 1044.0 >09:03:59,446 DEBUG storage.ui: fedora00 size is 1040MB >09:03:59,447 DEBUG storage.ui: raw RAID 1 size == 1045.0 >09:03:59,448 INFO storage.ui: Using 1MB superBlockSize >09:03:59,448 DEBUG storage.ui: non-existent RAID 1 size == 1044.0 >09:03:59,449 DEBUG storage.ui: vg fedora00 has 1040MB free >09:03:59,450 DEBUG storage.ui: Adding fedora00-var/1000MB to fedora00 >09:03:59,450 INFO storage.ui: added lvmlv fedora00-var (id 32) to device tree >09:03:59,451 INFO storage.ui: registered action: [41] Create Device lvmlv fedora00-var (id 32) >09:03:59,452 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance >09:03:59,454 INFO storage.ui: registered action: [42] Create Format ext4 filesystem mounted at /var on lvmlv fedora00-var (id 32) >09:03:59,504 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.LVMFactory'>: <blivet.Blivet object at 0x4d8c4d0>, 0, [], {} >09:04:02,346 DEBUG blivet: Ext4FS.supported: supported: True ; >09:04:02,349 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >09:04:02,370 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.LVMFactory'>: <blivet.Blivet object at 0x4d8c4d0>, 1000, ['vdb', 'vdc'], {'encrypted': False, 'raid_level': None} >09:04:02,373 DEBUG blivet: raw RAID 0 size == 5550.0 >09:04:02,375 INFO blivet: Using 4MB superBlockSize >09:04:02,377 DEBUG blivet: non-existent RAID 0 size == 5542.0 >09:04:02,379 DEBUG blivet: raw RAID 0 size == 5550.0 >09:04:02,380 INFO blivet: Using 4MB superBlockSize >09:04:02,382 DEBUG blivet: non-existent RAID 0 size == 5542.0 >09:04:02,383 DEBUG blivet: fedora size is 5540MB >09:04:02,386 DEBUG blivet: raw RAID 0 size == 5550.0 >09:04:02,388 INFO blivet: Using 4MB superBlockSize >09:04:02,389 DEBUG blivet: non-existent RAID 0 size == 5542.0 >09:04:02,391 DEBUG blivet: vg fedora has 40MB free >09:04:02,393 DEBUG blivet: raw RAID 1 size == 1045.0 >09:04:02,394 INFO blivet: Using 1MB superBlockSize >09:04:02,395 DEBUG blivet: non-existent RAID 1 size == 1044.0 >09:04:02,396 DEBUG blivet: raw RAID 1 size == 1045.0 >09:04:02,397 INFO blivet: Using 1MB superBlockSize >09:04:02,401 DEBUG blivet: non-existent RAID 1 size == 1044.0 >09:04:02,402 DEBUG blivet: fedora00 size is 1040MB >09:04:02,403 DEBUG blivet: raw RAID 1 size == 1045.0 >09:04:02,403 INFO blivet: Using 1MB superBlockSize >09:04:02,404 DEBUG blivet: non-existent RAID 1 size == 1044.0 >09:04:02,409 DEBUG blivet: vg fedora00 has 40MB free >09:04:02,410 DEBUG blivet: raw RAID 1 size == 1045.0 >09:04:02,411 INFO blivet: Using 1MB superBlockSize >09:04:02,414 DEBUG blivet: non-existent RAID 1 size == 1044.0 >09:04:02,446 DEBUG blivet: getFormat('appleboot') returning AppleBootstrapFS instance >09:04:02,448 DEBUG blivet: getFormat('biosboot') returning BIOSBoot instance >09:04:02,449 DEBUG blivet: getFormat('prepboot') returning PPCPRePBoot instance >09:04:04,976 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.LVMFactory'>: <blivet.Blivet object at 0x4d8c4d0>, None, [], {} >09:04:04,979 DEBUG storage.ui: raw RAID 0 size == 5550.0 >09:04:04,981 INFO storage.ui: Using 4MB superBlockSize >09:04:04,983 DEBUG storage.ui: non-existent RAID 0 size == 5542.0 >09:04:04,988 DEBUG storage.ui: raw RAID 0 size == 5550.0 >09:04:04,990 INFO storage.ui: Using 4MB superBlockSize >09:04:04,991 DEBUG storage.ui: non-existent RAID 0 size == 5542.0 >09:04:04,993 DEBUG storage.ui: fedora size is 5540MB >09:04:04,996 DEBUG storage.ui: raw RAID 0 size == 5550.0 >09:04:04,998 INFO storage.ui: Using 4MB superBlockSize >09:04:05,000 DEBUG storage.ui: non-existent RAID 0 size == 5542.0 >09:04:05,001 DEBUG storage.ui: vg fedora has 40MB free >09:04:05,006 DEBUG storage.ui: raw RAID 1 size == 1045.0 >09:04:05,008 INFO storage.ui: Using 1MB superBlockSize >09:04:05,010 DEBUG storage.ui: non-existent RAID 1 size == 1044.0 >09:04:05,012 DEBUG storage.ui: raw RAID 1 size == 1045.0 >09:04:05,014 INFO storage.ui: Using 1MB superBlockSize >09:04:05,016 DEBUG storage.ui: non-existent RAID 1 size == 1044.0 >09:04:05,017 DEBUG storage.ui: fedora00 size is 1040MB >09:04:05,021 DEBUG storage.ui: raw RAID 1 size == 1045.0 >09:04:05,023 INFO storage.ui: Using 1MB superBlockSize >09:04:05,025 DEBUG storage.ui: non-existent RAID 1 size == 1044.0 >09:04:05,026 DEBUG storage.ui: vg fedora00 has 40MB free >09:04:05,029 DEBUG storage.ui: raw RAID 0 size == 5550.0 >09:04:05,031 INFO storage.ui: Using 4MB superBlockSize >09:04:05,032 DEBUG storage.ui: non-existent RAID 0 size == 5542.0 >09:04:05,040 DEBUG storage.ui: Blivet.factoryDevice: 0 ; None ; disks: [DiskDevice instance (0x7f551c060990) -- > name = vda status = True kids = 2 id = 1 > parents = [] > uuid = None size = 8192.0 > format = non-existent msdos disklabel > major = 252 minor = 0 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:07.0/virtio2/block/vda partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vda type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 16777216 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 32597 did: 0 busy: False > hardwareGeometry: (16644, 16, 63) biosGeometry: (1044, 255, 63) > PedDevice: <_ped.Device object at 0x431ddd0> > target size = 0 path = /dev/vda > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f551c060910>, DiskDevice instance (0x7f551c064a50) -- > name = vdb status = True kids = 2 id = 2 > parents = [] > uuid = None size = 8192.0 > format = non-existent msdos disklabel > major = 252 minor = 16 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:09.0/virtio4/block/vdb partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vdb type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 16777216 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 32597 did: 0 busy: False > hardwareGeometry: (16644, 16, 63) biosGeometry: (1044, 255, 63) > PedDevice: <_ped.Device object at 0x4391200> > target size = 0 path = /dev/vdb > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f551c064e10>] ; encrypted: False ; container_raid_level: raid0 ; fstype: ext4 ; mountpoint: /home ; container_encrypted: False ; container_size: 0 ; >09:04:05,047 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.LVMFactory'>: <blivet.Blivet object at 0x4d8c4d0>, None, ['vda', 'vdb'], {'encrypted': False, 'container_raid_level': 'raid0', 'fstype': 'ext4', 'mountpoint': '/home', 'container_encrypted': False, 'container_size': 0} >09:04:05,050 DEBUG storage.ui: LVMFactory.configure: parent_factory: None ; >09:04:05,050 DEBUG storage.ui: starting Blivet copy >09:04:05,122 DEBUG storage.ui: PartitionDevice._setPartedPartition: vda1 ; >09:04:05,123 DEBUG storage.ui: device vda1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f5520166710> fileSystem: None > number: 1 path: /dev/vda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x5715450> PedPartition: <_ped.Partition object at 0x54bb3b0> >09:04:05,125 DEBUG storage.ui: PartitionDevice._setPartedPartition: vda2 ; >09:04:05,126 DEBUG storage.ui: device vda2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f5520166710> fileSystem: None > number: 2 path: /dev/vda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x5715210> PedPartition: <_ped.Partition object at 0x448e470> >09:04:05,129 DEBUG storage.ui: PartitionDevice._setPartedPartition: vdb1 ; >09:04:05,130 DEBUG storage.ui: device vdb1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f55201665d0> fileSystem: None > number: 1 path: /dev/vdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x54b5dd0> PedPartition: <_ped.Partition object at 0x7f55180396b0> >09:04:05,132 DEBUG storage.ui: PartitionDevice._setPartedPartition: vdb2 ; >09:04:05,133 DEBUG storage.ui: device vdb2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f55201665d0> fileSystem: None > number: 2 path: /dev/vdb2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x54c1750> PedPartition: <_ped.Partition object at 0x7f5518039710> >09:04:05,135 DEBUG storage.ui: PartitionDevice._setPartedPartition: vdc1 ; >09:04:05,136 DEBUG storage.ui: device vdc1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x572abd0> fileSystem: None > number: 1 path: /dev/vdc1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x54c1910> PedPartition: <_ped.Partition object at 0x7f5518039830> >09:04:05,137 DEBUG storage.ui: finished Blivet copy >09:04:05,138 DEBUG storage.ui: raw RAID 0 size == 5550.0 >09:04:05,139 INFO storage.ui: Using 4MB superBlockSize >09:04:05,140 DEBUG storage.ui: non-existent RAID 0 size == 5542.0 >09:04:05,141 DEBUG storage.ui: raw RAID 0 size == 5550.0 >09:04:05,142 INFO storage.ui: Using 4MB superBlockSize >09:04:05,142 DEBUG storage.ui: non-existent RAID 0 size == 5542.0 >09:04:05,143 DEBUG storage.ui: fedora size is 5540MB >09:04:05,144 DEBUG storage.ui: raw RAID 0 size == 5550.0 >09:04:05,145 INFO storage.ui: Using 4MB superBlockSize >09:04:05,146 DEBUG storage.ui: non-existent RAID 0 size == 5542.0 >09:04:05,146 DEBUG storage.ui: vg fedora has 40MB free >09:04:05,147 DEBUG storage.ui: raw RAID 1 size == 1045.0 >09:04:05,148 INFO storage.ui: Using 1MB superBlockSize >09:04:05,149 DEBUG storage.ui: non-existent RAID 1 size == 1044.0 >09:04:05,150 DEBUG storage.ui: raw RAID 1 size == 1045.0 >09:04:05,151 INFO storage.ui: Using 1MB superBlockSize >09:04:05,151 DEBUG storage.ui: non-existent RAID 1 size == 1044.0 >09:04:05,152 DEBUG storage.ui: fedora00 size is 1040MB >09:04:05,153 DEBUG storage.ui: raw RAID 1 size == 1045.0 >09:04:05,154 INFO storage.ui: Using 1MB superBlockSize >09:04:05,155 DEBUG storage.ui: non-existent RAID 1 size == 1044.0 >09:04:05,155 DEBUG storage.ui: vg fedora00 has 40MB free >09:04:05,157 DEBUG storage.ui: raw RAID 0 size == 5550.0 >09:04:05,157 INFO storage.ui: Using 4MB superBlockSize >09:04:05,158 DEBUG storage.ui: non-existent RAID 0 size == 5542.0 >09:04:05,159 DEBUG storage.ui: raw RAID 0 size == 5550.0 >09:04:05,160 INFO storage.ui: Using 4MB superBlockSize >09:04:05,160 DEBUG storage.ui: non-existent RAID 0 size == 5542.0 >09:04:05,161 DEBUG storage.ui: fedora size is 5540MB >09:04:05,162 DEBUG storage.ui: raw RAID 0 size == 5550.0 >09:04:05,163 INFO storage.ui: Using 4MB superBlockSize >09:04:05,164 DEBUG storage.ui: non-existent RAID 0 size == 5542.0 >09:04:05,164 DEBUG storage.ui: vg fedora has 40MB free >09:04:05,166 DEBUG storage.ui: raw RAID 1 size == 1045.0 >09:04:05,166 INFO storage.ui: Using 1MB superBlockSize >09:04:05,167 DEBUG storage.ui: non-existent RAID 1 size == 1044.0 >09:04:05,168 DEBUG storage.ui: raw RAID 1 size == 1045.0 >09:04:05,169 INFO storage.ui: Using 1MB superBlockSize >09:04:05,170 DEBUG storage.ui: non-existent RAID 1 size == 1044.0 >09:04:05,170 DEBUG storage.ui: fedora00 size is 1040MB >09:04:05,171 DEBUG storage.ui: raw RAID 1 size == 1045.0 >09:04:05,172 INFO storage.ui: Using 1MB superBlockSize >09:04:05,173 DEBUG storage.ui: non-existent RAID 1 size == 1044.0 >09:04:05,174 DEBUG storage.ui: vg fedora00 has 40MB free >09:04:05,177 DEBUG storage.ui: raw RAID 0 size == 5550.0 >09:04:05,178 INFO storage.ui: Using 4MB superBlockSize >09:04:05,179 DEBUG storage.ui: non-existent RAID 0 size == 5542.0 >09:04:05,180 DEBUG storage.ui: raw RAID 0 size == 5550.0 >09:04:05,181 INFO storage.ui: Using 4MB superBlockSize >09:04:05,181 DEBUG storage.ui: non-existent RAID 0 size == 5542.0 >09:04:05,183 DEBUG storage.ui: fedora size is 5540MB >09:04:05,184 DEBUG storage.ui: raw RAID 0 size == 5550.0 >09:04:05,185 INFO storage.ui: Using 4MB superBlockSize >09:04:05,185 DEBUG storage.ui: non-existent RAID 0 size == 5542.0 >09:04:05,186 DEBUG storage.ui: vg fedora has 40MB free >09:04:05,187 DEBUG storage.ui: size bumped to 14794 to include new device space >09:04:05,187 DEBUG storage.ui: child factory class: <class 'blivet.devicefactory.MDFactory'> >09:04:05,190 DEBUG storage.ui: child factory args: [<blivet.Blivet object at 0x4d8c4d0>, 14834.0, [DiskDevice instance (0x7f551c060990) -- > name = vda status = True kids = 2 id = 1 > parents = [] > uuid = None size = 8192.0 > format = non-existent msdos disklabel > major = 252 minor = 0 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:07.0/virtio2/block/vda partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vda type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 16777216 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 32597 did: 0 busy: False > hardwareGeometry: (16644, 16, 63) biosGeometry: (1044, 255, 63) > PedDevice: <_ped.Device object at 0x431ddd0> > target size = 0 path = /dev/vda > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f551c060910>, DiskDevice instance (0x7f551c064a50) -- > name = vdb status = True kids = 2 id = 2 > parents = [] > uuid = None size = 8192.0 > format = non-existent msdos disklabel > major = 252 minor = 16 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:09.0/virtio4/block/vdb partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vdb type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 16777216 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 32597 did: 0 busy: False > hardwareGeometry: (16644, 16, 63) biosGeometry: (1044, 255, 63) > PedDevice: <_ped.Device object at 0x4391200> > target size = 0 path = /dev/vdb > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f551c064e10>]] >09:04:05,195 DEBUG storage.ui: raw RAID 0 size == 5550.0 >09:04:05,196 INFO storage.ui: Using 4MB superBlockSize >09:04:05,196 DEBUG storage.ui: non-existent RAID 0 size == 5542.0 >09:04:05,196 DEBUG storage.ui: child factory kwargs: {'device': MDRaidArrayDevice instance (0x54c1290) -- > name = 00 status = False kids = 1 id = 26 > parents = ['non-existent 2775MB partition vda2 (24) with non-existent mdmember', > 'non-existent 2775MB partition vdb1 (25) with non-existent mdmember'] > uuid = None size = 5542.0 > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 24104.0 path = /dev/md/00 > format args = None originalFormat = lvmpv level = 0 spares = 0 > members = 2 > total devices = 2 metadata version = default, 'encrypted': False, 'raid_level': 'raid0', 'fstype': 'lvmpv'} >09:04:05,198 DEBUG storage.ui: MDFactory.configure: parent_factory: <blivet.devicefactory.LVMFactory object at 0x5729610> ; >09:04:05,202 INFO storage.ui: Using 8MB superBlockSize >09:04:05,203 DEBUG storage.ui: child factory class: <class 'blivet.devicefactory.PartitionSetFactory'> >09:04:05,209 DEBUG storage.ui: child factory args: [<blivet.Blivet object at 0x4d8c4d0>, 14850.0, [DiskDevice instance (0x7f551c060990) -- > name = vda status = True kids = 2 id = 1 > parents = [] > uuid = None size = 8192.0 > format = non-existent msdos disklabel > major = 252 minor = 0 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:07.0/virtio2/block/vda partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vda type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 16777216 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 32597 did: 0 busy: False > hardwareGeometry: (16644, 16, 63) biosGeometry: (1044, 255, 63) > PedDevice: <_ped.Device object at 0x431ddd0> > target size = 0 path = /dev/vda > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f551c060910>, DiskDevice instance (0x7f551c064a50) -- > name = vdb status = True kids = 2 id = 2 > parents = [] > uuid = None size = 8192.0 > format = non-existent msdos disklabel > major = 252 minor = 16 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:09.0/virtio4/block/vdb partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vdb type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 16777216 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 32597 did: 0 busy: False > hardwareGeometry: (16644, 16, 63) biosGeometry: (1044, 255, 63) > PedDevice: <_ped.Device object at 0x4391200> > target size = 0 path = /dev/vdb > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f551c064e10>]] >09:04:05,210 DEBUG storage.ui: child factory kwargs: {'fstype': 'mdmember'} >09:04:05,214 DEBUG storage.ui: PartitionSetFactory.configure: parent_factory: <blivet.devicefactory.MDFactory object at 0x5715910> ; >09:04:05,215 DEBUG storage.ui: raw RAID 0 size == 5550.0 >09:04:05,216 INFO storage.ui: Using 4MB superBlockSize >09:04:05,216 DEBUG storage.ui: non-existent RAID 0 size == 5542.0 >09:04:05,216 DEBUG storage.ui: parent factory container: non-existent 5542MB mdarray 00 (26) with non-existent lvmpv >09:04:05,216 DEBUG storage.ui: members: ['vda2', 'vdb1'] >09:04:05,216 DEBUG storage.ui: add_disks: [] >09:04:05,217 DEBUG storage.ui: remove_disks: [] >09:04:05,218 DEBUG storage.ui: MDRaidMember.__init__: >09:04:05,225 DEBUG storage.ui: getFormat('mdmember') returning MDRaidMember instance >09:04:05,226 INFO storage.ui: Using 8MB superBlockSize >09:04:05,229 DEBUG storage.ui: adding a SameSizeSet with size 14850 >09:04:05,232 DEBUG storage.ui: DiskDevice.setup: vda ; status: True ; controllable: True ; orig: False ; >09:04:05,235 DEBUG storage.ui: DiskDevice.setup: vdb ; status: True ; controllable: True ; orig: False ; >09:04:05,240 DEBUG storage.ui: DiskDevice.setup: vdc ; status: True ; controllable: True ; orig: False ; >09:04:05,244 DEBUG storage.ui: removing all non-preexisting partitions ['vda1(id 20)', 'vda2(id 24)', 'vdb1(id 25)', 'vdb2(id 28)', 'vdc1(id 29)'] from disk(s) ['vda', 'vdb', 'vdc'] >09:04:05,246 DEBUG storage.ui: PartitionDevice._setPartedPartition: vda1 ; >09:04:05,248 DEBUG storage.ui: device vda1 new partedPartition None >09:04:05,251 DEBUG storage.ui: PartitionDevice._setDisk: req3 ; new: None ; old: vda ; >09:04:05,253 DEBUG storage.ui: DiskDevice.removeChild: kids: 2 ; name: vda ; >09:04:05,256 DEBUG storage.ui: PartitionDevice._setPartedPartition: vda2 ; >09:04:05,256 DEBUG storage.ui: device vda2 new partedPartition None >09:04:05,259 DEBUG storage.ui: PartitionDevice._setDisk: req4 ; new: None ; old: vda ; >09:04:05,261 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: vda ; >09:04:05,263 DEBUG storage.ui: PartitionDevice._setPartedPartition: vdb1 ; >09:04:05,264 DEBUG storage.ui: device vdb1 new partedPartition None >09:04:05,266 DEBUG storage.ui: PartitionDevice._setDisk: req5 ; new: None ; old: vdb ; >09:04:05,269 DEBUG storage.ui: DiskDevice.removeChild: kids: 2 ; name: vdb ; >09:04:05,271 DEBUG storage.ui: PartitionDevice._setPartedPartition: vdb2 ; >09:04:05,272 DEBUG storage.ui: device vdb2 new partedPartition None >09:04:05,274 DEBUG storage.ui: PartitionDevice._setDisk: req6 ; new: None ; old: vdb ; >09:04:05,276 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: vdb ; >09:04:05,279 DEBUG storage.ui: PartitionDevice._setPartedPartition: vdc1 ; >09:04:05,279 DEBUG storage.ui: device vdc1 new partedPartition None >09:04:05,282 DEBUG storage.ui: PartitionDevice._setDisk: req7 ; new: None ; old: vdc ; >09:04:05,285 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: vdc ; >09:04:05,287 DEBUG storage.ui: allocatePartitions: disks=['vda', 'vdb', 'vdc'] ; partitions=['req3(id 20)', 'req4(id 24)', 'req5(id 25)', 'req6(id 28)', 'req7(id 29)'] >09:04:05,288 DEBUG storage.ui: removing all non-preexisting partitions ['req3(id 20)', 'req6(id 28)', 'req7(id 29)', 'req4(id 24)', 'req5(id 25)'] from disk(s) ['vda', 'vdb', 'vdc'] >09:04:05,290 DEBUG storage.ui: DeviceTree.getDeviceByName: name: vda ; >09:04:05,293 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk vda (1) with non-existent msdos disklabel >09:04:05,294 DEBUG storage.ui: resolved 'vda' to 'vda' (disk) >09:04:05,297 DEBUG storage.ui: DeviceTree.getDeviceByName: name: vda ; >09:04:05,299 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk vda (1) with non-existent msdos disklabel >09:04:05,300 DEBUG storage.ui: resolved 'vda' to 'vda' (disk) >09:04:05,302 DEBUG storage.ui: DeviceTree.getDeviceByName: name: vda ; >09:04:05,305 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk vda (1) with non-existent msdos disklabel >09:04:05,305 DEBUG storage.ui: resolved 'vda' to 'vda' (disk) >09:04:05,308 DEBUG storage.ui: DeviceTree.getDeviceByName: name: vda ; >09:04:05,310 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk vda (1) with non-existent msdos disklabel >09:04:05,311 DEBUG storage.ui: resolved 'vda' to 'vda' (disk) >09:04:05,313 DEBUG storage.ui: DeviceTree.getDeviceByName: name: vda ; >09:04:05,316 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk vda (1) with non-existent msdos disklabel >09:04:05,316 DEBUG storage.ui: resolved 'vda' to 'vda' (disk) >09:04:05,319 DEBUG storage.ui: DeviceTree.getDeviceByName: name: vda ; >09:04:05,321 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk vda (1) with non-existent msdos disklabel >09:04:05,322 DEBUG storage.ui: resolved 'vda' to 'vda' (disk) >09:04:05,322 DEBUG storage.ui: allocating partition: req3 ; id: 20 ; disks: ['vda', 'vdb', 'vdc'] ; >boot: True ; primary: False ; size: 500MB ; grow: False ; max_size: 0 ; start: None ; end: None >09:04:05,323 DEBUG storage.ui: checking freespace on vda >09:04:05,325 DEBUG storage.ui: getBestFreeSpaceRegion: disk=/dev/vda part_type=0 req_size=500MB boot=True best=None grow=False start=None >09:04:05,325 DEBUG storage.ui: checking 63-16777215 (8191 MB) >09:04:05,326 DEBUG storage.ui: current free range is 63-16777215 (8191MB) >09:04:05,327 DEBUG storage.ui: updating use_disk to vda, type: 0 >09:04:05,328 DEBUG storage.ui: new free: 63-16777215 / 8191MB >09:04:05,328 DEBUG storage.ui: new free allows for 0 sectors of growth >09:04:05,329 DEBUG storage.ui: found free space for bootable request >09:04:05,330 DEBUG storage.ui: adjusted start sector from 63 to 2048 >09:04:05,331 DEBUG storage.ui: created partition vda1 of 500MB and added it to /dev/vda >09:04:05,334 DEBUG storage.ui: PartitionDevice._setPartedPartition: req3 ; >09:04:05,335 DEBUG storage.ui: device req3 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c060150> fileSystem: None > number: 1 path: /dev/vda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x54c1d10> PedPartition: <_ped.Partition object at 0x54bb230> >09:04:05,337 DEBUG storage.ui: PartitionDevice._setDisk: vda1 ; new: vda ; old: None ; >09:04:05,339 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: vda ; >09:04:05,342 DEBUG storage.ui: PartitionDevice._setPartedPartition: vda1 ; >09:04:05,343 DEBUG storage.ui: device vda1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c060150> fileSystem: None > number: 1 path: /dev/vda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f5520166c90> PedPartition: <_ped.Partition object at 0x448e410> >09:04:05,345 DEBUG storage.ui: DeviceTree.getDeviceByName: name: vda ; >09:04:05,348 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk vda (1) with non-existent msdos disklabel >09:04:05,348 DEBUG storage.ui: resolved 'vda' to 'vda' (disk) >09:04:05,351 DEBUG storage.ui: DeviceTree.getDeviceByName: name: vda ; >09:04:05,353 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk vda (1) with non-existent msdos disklabel >09:04:05,354 DEBUG storage.ui: resolved 'vda' to 'vda' (disk) >09:04:05,355 DEBUG storage.ui: allocating partition: req6 ; id: 28 ; disks: ['vdb'] ; >boot: False ; primary: False ; size: 1045MB ; grow: False ; max_size: 1045 ; start: None ; end: None >09:04:05,355 DEBUG storage.ui: checking freespace on vdb >09:04:05,356 DEBUG storage.ui: getBestFreeSpaceRegion: disk=/dev/vdb part_type=0 req_size=1045MB boot=False best=None grow=False start=None >09:04:05,357 DEBUG storage.ui: checking 63-16777215 (8191 MB) >09:04:05,358 DEBUG storage.ui: current free range is 63-16777215 (8191MB) >09:04:05,359 DEBUG storage.ui: updating use_disk to vdb, type: 0 >09:04:05,360 DEBUG storage.ui: new free: 63-16777215 / 8191MB >09:04:05,360 DEBUG storage.ui: new free allows for 0 sectors of growth >09:04:05,361 DEBUG storage.ui: adjusted start sector from 63 to 2048 >09:04:05,362 DEBUG storage.ui: created partition vdb1 of 1045MB and added it to /dev/vdb >09:04:05,365 DEBUG storage.ui: PartitionDevice._setPartedPartition: req6 ; >09:04:05,366 DEBUG storage.ui: device req6 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c064490> fileSystem: None > number: 1 path: /dev/vdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x54c1790> PedPartition: <_ped.Partition object at 0x419e290> >09:04:05,369 DEBUG storage.ui: PartitionDevice._setDisk: vdb1 ; new: vdb ; old: None ; >09:04:05,371 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: vdb ; >09:04:05,374 DEBUG storage.ui: PartitionDevice._setPartedPartition: vdb1 ; >09:04:05,375 DEBUG storage.ui: device vdb1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c064490> fileSystem: None > number: 1 path: /dev/vdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x54c13d0> PedPartition: <_ped.Partition object at 0x54bb350> >09:04:05,378 DEBUG storage.ui: DeviceTree.getDeviceByName: name: vda ; >09:04:05,380 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk vda (1) with non-existent msdos disklabel >09:04:05,381 DEBUG storage.ui: resolved 'vda' to 'vda' (disk) >09:04:05,384 DEBUG storage.ui: DeviceTree.getDeviceByName: name: vda ; >09:04:05,386 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk vda (1) with non-existent msdos disklabel >09:04:05,387 DEBUG storage.ui: resolved 'vda' to 'vda' (disk) >09:04:05,388 DEBUG storage.ui: allocating partition: req7 ; id: 29 ; disks: ['vdc'] ; >boot: False ; primary: False ; size: 1045MB ; grow: False ; max_size: 1045 ; start: None ; end: None >09:04:05,388 DEBUG storage.ui: checking freespace on vdc >09:04:05,390 DEBUG storage.ui: getBestFreeSpaceRegion: disk=/dev/vdc part_type=0 req_size=1045MB boot=False best=None grow=False start=None >09:04:05,391 DEBUG storage.ui: checking 63-16777215 (8191 MB) >09:04:05,391 DEBUG storage.ui: current free range is 63-16777215 (8191MB) >09:04:05,392 DEBUG storage.ui: updating use_disk to vdc, type: 0 >09:04:05,393 DEBUG storage.ui: new free: 63-16777215 / 8191MB >09:04:05,394 DEBUG storage.ui: new free allows for 0 sectors of growth >09:04:05,394 DEBUG storage.ui: adjusted start sector from 63 to 2048 >09:04:05,396 DEBUG storage.ui: created partition vdc1 of 1045MB and added it to /dev/vdc >09:04:05,398 DEBUG storage.ui: PartitionDevice._setPartedPartition: req7 ; >09:04:05,399 DEBUG storage.ui: device req7 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c068050> fileSystem: None > number: 1 path: /dev/vdc1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x54f2f50> PedPartition: <_ped.Partition object at 0x448e050> >09:04:05,401 DEBUG storage.ui: PartitionDevice._setDisk: vdc1 ; new: vdc ; old: None ; >09:04:05,404 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: vdc ; >09:04:05,408 DEBUG storage.ui: PartitionDevice._setPartedPartition: vdc1 ; >09:04:05,409 DEBUG storage.ui: device vdc1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c068050> fileSystem: None > number: 1 path: /dev/vdc1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x5712d50> PedPartition: <_ped.Partition object at 0x419e290> >09:04:05,412 DEBUG storage.ui: DeviceTree.getDeviceByName: name: vda ; >09:04:05,415 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk vda (1) with non-existent msdos disklabel >09:04:05,416 DEBUG storage.ui: resolved 'vda' to 'vda' (disk) >09:04:05,418 DEBUG storage.ui: DeviceTree.getDeviceByName: name: vda ; >09:04:05,420 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk vda (1) with non-existent msdos disklabel >09:04:05,421 DEBUG storage.ui: resolved 'vda' to 'vda' (disk) >09:04:05,422 DEBUG storage.ui: allocating partition: req4 ; id: 24 ; disks: ['vda'] ; >boot: False ; primary: False ; size: 1MB ; grow: True ; max_size: 7425 ; start: None ; end: None >09:04:05,422 DEBUG storage.ui: checking freespace on vda >09:04:05,423 DEBUG storage.ui: getBestFreeSpaceRegion: disk=/dev/vda part_type=0 req_size=1MB boot=False best=None grow=True start=None >09:04:05,424 DEBUG storage.ui: checking 63-2047 (0 MB) >09:04:05,425 DEBUG storage.ui: current free range is 63-2047 (0MB) >09:04:05,426 DEBUG storage.ui: checking 1026048-16777215 (7691 MB) >09:04:05,427 DEBUG storage.ui: current free range is 1026048-16777215 (7691MB) >09:04:05,428 DEBUG storage.ui: evaluating growth potential for new layout >09:04:05,428 DEBUG storage.ui: calculating growth for disk /dev/vdc >09:04:05,429 DEBUG storage.ui: adding request 29 to chunk 16777153 (63-16777215) on /dev/vdc >09:04:05,430 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/vdc start = 63 end = 16777215 >sectorSize = 512 > >09:04:05,431 DEBUG storage.ui: req: PartitionRequest instance -- >id = 29 name = vdc1 growable = False >base = 2140160 growth = 0 max_grow = 0 >done = True >09:04:05,431 DEBUG storage.ui: request 29 (vdc1) growth: 0 (0MB) size: 1045MB >09:04:05,432 DEBUG storage.ui: disk /dev/vdc growth: 0 (0MB) >09:04:05,433 DEBUG storage.ui: calculating growth for disk /dev/vdb >09:04:05,434 DEBUG storage.ui: adding request 28 to chunk 16777153 (63-16777215) on /dev/vdb >09:04:05,434 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/vdb start = 63 end = 16777215 >sectorSize = 512 > >09:04:05,435 DEBUG storage.ui: req: PartitionRequest instance -- >id = 28 name = vdb1 growable = False >base = 2140160 growth = 0 max_grow = 0 >done = True >09:04:05,436 DEBUG storage.ui: request 28 (vdb1) growth: 0 (0MB) size: 1045MB >09:04:05,436 DEBUG storage.ui: disk /dev/vdb growth: 0 (0MB) >09:04:05,437 DEBUG storage.ui: calculating growth for disk /dev/vda >09:04:05,440 DEBUG storage.ui: PartitionDevice._setPartedPartition: req4 ; >09:04:05,441 DEBUG storage.ui: device req4 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c060150> fileSystem: None > number: 2 path: /dev/vda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x54c2dd0> PedPartition: <_ped.Partition object at 0x7f5518039890> >09:04:05,443 DEBUG storage.ui: PartitionDevice._setDisk: vda2 ; new: vda ; old: None ; >09:04:05,446 DEBUG storage.ui: DiskDevice.addChild: kids: 1 ; name: vda ; >09:04:05,446 DEBUG storage.ui: adding request 20 to chunk 16777153 (63-16777215) on /dev/vda >09:04:05,447 DEBUG storage.ui: adding request 24 to chunk 16777153 (63-16777215) on /dev/vda >09:04:05,448 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/vda start = 63 end = 16777215 >sectorSize = 512 > >09:04:05,449 DEBUG storage.ui: req: PartitionRequest instance -- >id = 20 name = vda1 growable = False >base = 1024000 growth = 0 max_grow = 0 >done = True >09:04:05,449 DEBUG storage.ui: req: PartitionRequest instance -- >id = 24 name = vda2 growable = True >base = 2048 growth = 0 max_grow = 15204352 >done = False >09:04:05,450 DEBUG storage.ui: 1 requests and 15751105 (7690MB) left in chunk >09:04:05,451 DEBUG storage.ui: adding 15751105 (7690MB) to 24 (vda2) >09:04:05,451 DEBUG storage.ui: taking back 546753 (266MB) from 24 (vda2) >09:04:05,452 DEBUG storage.ui: new grow amount for request 24 (vda2) is 15204352 units, or 7424MB >09:04:05,453 DEBUG storage.ui: request 20 (vda1) growth: 0 (0MB) size: 500MB >09:04:05,453 DEBUG storage.ui: request 24 (vda2) growth: 15204352 (7424MB) size: 7425MB >09:04:05,454 DEBUG storage.ui: disk /dev/vda growth: 15204352 (7424MB) >09:04:05,457 DEBUG storage.ui: PartitionDevice._setPartedPartition: vda2 ; >09:04:05,457 DEBUG storage.ui: device vda2 new partedPartition None >09:04:05,459 DEBUG storage.ui: PartitionDevice._setDisk: req4 ; new: None ; old: vda ; >09:04:05,462 DEBUG storage.ui: DiskDevice.removeChild: kids: 2 ; name: vda ; >09:04:05,463 DEBUG storage.ui: total growth: 15204352 sectors >09:04:05,464 DEBUG storage.ui: updating use_disk to vda, type: 0 >09:04:05,464 DEBUG storage.ui: new free: 1026048-16777215 / 7691MB >09:04:05,465 DEBUG storage.ui: new free allows for 15204352 sectors of growth >09:04:05,466 DEBUG storage.ui: created partition vda2 of 1MB and added it to /dev/vda >09:04:05,469 DEBUG storage.ui: PartitionDevice._setPartedPartition: req4 ; >09:04:05,470 DEBUG storage.ui: device req4 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c060150> fileSystem: None > number: 2 path: /dev/vda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x54c2ed0> PedPartition: <_ped.Partition object at 0x54bb230> >09:04:05,472 DEBUG storage.ui: PartitionDevice._setDisk: vda2 ; new: vda ; old: None ; >09:04:05,474 DEBUG storage.ui: DiskDevice.addChild: kids: 1 ; name: vda ; >09:04:05,477 DEBUG storage.ui: PartitionDevice._setPartedPartition: vda2 ; >09:04:05,478 DEBUG storage.ui: device vda2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c060150> fileSystem: None > number: 2 path: /dev/vda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x54c2350> PedPartition: <_ped.Partition object at 0x54ee5f0> >09:04:05,480 DEBUG storage.ui: DeviceTree.getDeviceByName: name: vda ; >09:04:05,483 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk vda (1) with non-existent msdos disklabel >09:04:05,484 DEBUG storage.ui: resolved 'vda' to 'vda' (disk) >09:04:05,486 DEBUG storage.ui: DeviceTree.getDeviceByName: name: vda ; >09:04:05,488 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk vda (1) with non-existent msdos disklabel >09:04:05,489 DEBUG storage.ui: resolved 'vda' to 'vda' (disk) >09:04:05,490 DEBUG storage.ui: allocating partition: req5 ; id: 25 ; disks: ['vdb'] ; >boot: False ; primary: False ; size: 1MB ; grow: True ; max_size: 7425 ; start: None ; end: None >09:04:05,490 DEBUG storage.ui: checking freespace on vdb >09:04:05,491 DEBUG storage.ui: getBestFreeSpaceRegion: disk=/dev/vdb part_type=0 req_size=1MB boot=False best=None grow=True start=None >09:04:05,492 DEBUG storage.ui: checking 63-2047 (0 MB) >09:04:05,493 DEBUG storage.ui: current free range is 63-2047 (0MB) >09:04:05,494 DEBUG storage.ui: checking 2142208-16777215 (7146 MB) >09:04:05,496 DEBUG storage.ui: current free range is 2142208-16777215 (7146MB) >09:04:05,496 DEBUG storage.ui: evaluating growth potential for new layout >09:04:05,497 DEBUG storage.ui: calculating growth for disk /dev/vdc >09:04:05,498 DEBUG storage.ui: adding request 29 to chunk 16777153 (63-16777215) on /dev/vdc >09:04:05,499 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/vdc start = 63 end = 16777215 >sectorSize = 512 > >09:04:05,499 DEBUG storage.ui: req: PartitionRequest instance -- >id = 29 name = vdc1 growable = False >base = 2140160 growth = 0 max_grow = 0 >done = True >09:04:05,500 DEBUG storage.ui: request 29 (vdc1) growth: 0 (0MB) size: 1045MB >09:04:05,501 DEBUG storage.ui: disk /dev/vdc growth: 0 (0MB) >09:04:05,501 DEBUG storage.ui: calculating growth for disk /dev/vdb >09:04:05,505 DEBUG storage.ui: PartitionDevice._setPartedPartition: req5 ; >09:04:05,506 DEBUG storage.ui: device req5 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c064490> fileSystem: None > number: 2 path: /dev/vdb2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x57330d0> PedPartition: <_ped.Partition object at 0x54ee530> >09:04:05,508 DEBUG storage.ui: PartitionDevice._setDisk: vdb2 ; new: vdb ; old: None ; >09:04:05,510 DEBUG storage.ui: DiskDevice.addChild: kids: 1 ; name: vdb ; >09:04:05,511 DEBUG storage.ui: adding request 28 to chunk 16777153 (63-16777215) on /dev/vdb >09:04:05,512 DEBUG storage.ui: adding request 25 to chunk 16777153 (63-16777215) on /dev/vdb >09:04:05,513 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/vdb start = 63 end = 16777215 >sectorSize = 512 > >09:04:05,514 DEBUG storage.ui: req: PartitionRequest instance -- >id = 28 name = vdb1 growable = False >base = 2140160 growth = 0 max_grow = 0 >done = True >09:04:05,514 DEBUG storage.ui: req: PartitionRequest instance -- >id = 25 name = vdb2 growable = True >base = 2048 growth = 0 max_grow = 15204352 >done = False >09:04:05,515 DEBUG storage.ui: 1 requests and 14634945 (7145MB) left in chunk >09:04:05,516 DEBUG storage.ui: adding 14634945 (7145MB) to 25 (vdb2) >09:04:05,517 DEBUG storage.ui: new grow amount for request 25 (vdb2) is 14634945 units, or 7145MB >09:04:05,517 DEBUG storage.ui: request 28 (vdb1) growth: 0 (0MB) size: 1045MB >09:04:05,518 DEBUG storage.ui: request 25 (vdb2) growth: 14634945 (7145MB) size: 7146MB >09:04:05,519 DEBUG storage.ui: disk /dev/vdb growth: 14634945 (7145MB) >09:04:05,520 DEBUG storage.ui: calculating growth for disk /dev/vda >09:04:05,521 DEBUG storage.ui: adding request 20 to chunk 16777153 (63-16777215) on /dev/vda >09:04:05,522 DEBUG storage.ui: adding request 24 to chunk 16777153 (63-16777215) on /dev/vda >09:04:05,522 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/vda start = 63 end = 16777215 >sectorSize = 512 > >09:04:05,523 DEBUG storage.ui: req: PartitionRequest instance -- >id = 20 name = vda1 growable = False >base = 1024000 growth = 0 max_grow = 0 >done = True >09:04:05,524 DEBUG storage.ui: req: PartitionRequest instance -- >id = 24 name = vda2 growable = True >base = 2048 growth = 0 max_grow = 15204352 >done = False >09:04:05,525 DEBUG storage.ui: 1 requests and 15751105 (7690MB) left in chunk >09:04:05,525 DEBUG storage.ui: adding 15751105 (7690MB) to 24 (vda2) >09:04:05,526 DEBUG storage.ui: taking back 546753 (266MB) from 24 (vda2) >09:04:05,526 DEBUG storage.ui: new grow amount for request 24 (vda2) is 15204352 units, or 7424MB >09:04:05,526 DEBUG storage.ui: request 20 (vda1) growth: 0 (0MB) size: 500MB >09:04:05,527 DEBUG storage.ui: request 24 (vda2) growth: 15204352 (7424MB) size: 7425MB >09:04:05,527 DEBUG storage.ui: disk /dev/vda growth: 15204352 (7424MB) >09:04:05,529 DEBUG storage.ui: PartitionDevice._setPartedPartition: vdb2 ; >09:04:05,532 DEBUG storage.ui: device vdb2 new partedPartition None >09:04:05,534 DEBUG storage.ui: PartitionDevice._setDisk: req5 ; new: None ; old: vdb ; >09:04:05,537 DEBUG storage.ui: DiskDevice.removeChild: kids: 2 ; name: vdb ; >09:04:05,538 DEBUG storage.ui: total growth: 29839297 sectors >09:04:05,538 DEBUG storage.ui: updating use_disk to vdb, type: 0 >09:04:05,539 DEBUG storage.ui: new free: 2142208-16777215 / 7146MB >09:04:05,540 DEBUG storage.ui: new free allows for 29839297 sectors of growth >09:04:05,541 DEBUG storage.ui: created partition vdb2 of 1MB and added it to /dev/vdb >09:04:05,544 DEBUG storage.ui: PartitionDevice._setPartedPartition: req5 ; >09:04:05,545 DEBUG storage.ui: device req5 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c064490> fileSystem: None > number: 2 path: /dev/vdb2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x5733310> PedPartition: <_ped.Partition object at 0x54ee4d0> >09:04:05,548 DEBUG storage.ui: PartitionDevice._setDisk: vdb2 ; new: vdb ; old: None ; >09:04:05,550 DEBUG storage.ui: DiskDevice.addChild: kids: 1 ; name: vdb ; >09:04:05,554 DEBUG storage.ui: PartitionDevice._setPartedPartition: vdb2 ; >09:04:05,555 DEBUG storage.ui: device vdb2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c064490> fileSystem: None > number: 2 path: /dev/vdb2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x5733390> PedPartition: <_ped.Partition object at 0x54ee410> >09:04:05,556 DEBUG storage.ui: growPartitions: disks=['vda', 'vdb', 'vdc'], partitions=['vda1(id 20)', 'vda2(id 24)', 'vdb2(id 25)', 'vdb1(id 28)', 'vdc1(id 29)'] >09:04:05,556 DEBUG storage.ui: growable partitions are ['vda2', 'vdb2'] >09:04:05,557 DEBUG storage.ui: adding request 20 to chunk 16777153 (63-16777215) on /dev/vda >09:04:05,560 DEBUG storage.ui: adding request 24 to chunk 16777153 (63-16777215) on /dev/vda >09:04:05,561 DEBUG storage.ui: disk vda has 1 chunks >09:04:05,562 DEBUG storage.ui: adding request 25 to chunk 16777153 (63-16777215) on /dev/vdb >09:04:05,563 DEBUG storage.ui: adding request 28 to chunk 16777153 (63-16777215) on /dev/vdb >09:04:05,563 DEBUG storage.ui: disk vdb has 1 chunks >09:04:05,564 DEBUG storage.ui: adding request 29 to chunk 16777153 (63-16777215) on /dev/vdc >09:04:05,565 DEBUG storage.ui: disk vdc has 1 chunks >09:04:05,566 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/vda start = 63 end = 16777215 >sectorSize = 512 > >09:04:05,566 DEBUG storage.ui: req: PartitionRequest instance -- >id = 20 name = vda1 growable = False >base = 1024000 growth = 0 max_grow = 0 >done = True >09:04:05,567 DEBUG storage.ui: req: PartitionRequest instance -- >id = 24 name = vda2 growable = True >base = 2048 growth = 0 max_grow = 15204352 >done = False >09:04:05,568 DEBUG storage.ui: 1 requests and 15751105 (7690MB) left in chunk >09:04:05,568 DEBUG storage.ui: adding 15751105 (7690MB) to 24 (vda2) >09:04:05,569 DEBUG storage.ui: taking back 546753 (266MB) from 24 (vda2) >09:04:05,570 DEBUG storage.ui: new grow amount for request 24 (vda2) is 15204352 units, or 7424MB >09:04:05,571 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/vdb start = 63 end = 16777215 >sectorSize = 512 > >09:04:05,571 DEBUG storage.ui: req: PartitionRequest instance -- >id = 28 name = vdb1 growable = False >base = 2140160 growth = 0 max_grow = 0 >done = True >09:04:05,572 DEBUG storage.ui: req: PartitionRequest instance -- >id = 25 name = vdb2 growable = True >base = 2048 growth = 0 max_grow = 15204352 >done = False >09:04:05,573 DEBUG storage.ui: 1 requests and 14634945 (7145MB) left in chunk >09:04:05,573 DEBUG storage.ui: adding 14634945 (7145MB) to 25 (vdb2) >09:04:05,574 DEBUG storage.ui: new grow amount for request 25 (vdb2) is 14634945 units, or 7145MB >09:04:05,575 DEBUG storage.ui: set: ['vda2', 'vdb2'] 7425 >09:04:05,575 DEBUG storage.ui: min growth is 14634945 >09:04:05,575 DEBUG storage.ui: max growth for PartitionRequest instance -- >id = 24 name = vda2 growable = True >base = 2048 growth = 15204352 max_grow = 15204352 >done = True is 15204352 >09:04:05,575 DEBUG storage.ui: reclaim: PartitionRequest instance -- >id = 24 name = vda2 growable = True >base = 2048 growth = 15204352 max_grow = 15204352 >done = True 569407 (278 MB) >09:04:05,576 DEBUG storage.ui: max growth for PartitionRequest instance -- >id = 25 name = vdb2 growable = True >base = 2048 growth = 14634945 max_grow = 15204352 >done = False is 15204352 >09:04:05,576 DEBUG storage.ui: set: ['vda2', 'vdb2'] 7425 >09:04:05,576 DEBUG storage.ui: min growth is 14634945 >09:04:05,576 DEBUG storage.ui: max growth for PartitionRequest instance -- >id = 24 name = vda2 growable = True >base = 2048 growth = 14634945 max_grow = 15204352 >done = True is 15204352 >09:04:05,576 DEBUG storage.ui: max growth for PartitionRequest instance -- >id = 25 name = vdb2 growable = True >base = 2048 growth = 14634945 max_grow = 15204352 >done = True is 15204352 >09:04:05,576 DEBUG storage.ui: growing partitions on vda >09:04:05,577 DEBUG storage.ui: partition vda1 (20): 0 >09:04:05,577 DEBUG storage.ui: new geometry for vda1: parted.Geometry instance -- > start: 2048 end: 1026047 length: 1024000 > device: <parted.device.Device object at 0x7f551c0602d0> PedGeometry: <_ped.Geometry object at 0x57298d0> >09:04:05,582 DEBUG storage.ui: partition vda2 (24): 0 >09:04:05,583 DEBUG storage.ui: new geometry for vda2: parted.Geometry instance -- > start: 1026048 end: 15661055 length: 14635008 > device: <parted.device.Device object at 0x7f551c0602d0> PedGeometry: <_ped.Geometry object at 0x54c2410> >09:04:05,583 DEBUG storage.ui: removing all non-preexisting partitions ['vda1(id 20)', 'vda2(id 24)'] from disk(s) ['vda'] >09:04:05,586 DEBUG storage.ui: PartitionDevice._setPartedPartition: vda1 ; >09:04:05,586 DEBUG storage.ui: device vda1 new partedPartition None >09:04:05,593 DEBUG storage.ui: PartitionDevice._setDisk: req3 ; new: None ; old: vda ; >09:04:05,597 DEBUG storage.ui: DiskDevice.removeChild: kids: 2 ; name: vda ; >09:04:05,601 DEBUG storage.ui: PartitionDevice._setPartedPartition: vda2 ; >09:04:05,602 DEBUG storage.ui: device vda2 new partedPartition None >09:04:05,605 DEBUG storage.ui: PartitionDevice._setDisk: req4 ; new: None ; old: vda ; >09:04:05,609 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: vda ; >09:04:05,610 DEBUG storage.ui: back from removeNewPartitions >09:04:05,611 DEBUG storage.ui: extended: None >09:04:05,612 DEBUG storage.ui: setting req3 new geometry: parted.Geometry instance -- > start: 2048 end: 1026047 length: 1024000 > device: <parted.device.Device object at 0x7f551c0602d0> PedGeometry: <_ped.Geometry object at 0x57298d0> >09:04:05,616 DEBUG storage.ui: PartitionDevice._setPartedPartition: req3 ; >09:04:05,617 DEBUG storage.ui: device req3 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c060150> fileSystem: None > number: 1 path: /dev/vda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x57336d0> PedPartition: <_ped.Partition object at 0x54bb230> >09:04:05,620 DEBUG storage.ui: PartitionDevice._setDisk: vda1 ; new: vda ; old: None ; >09:04:05,623 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: vda ; >09:04:05,626 DEBUG storage.ui: PartitionDevice._setPartedPartition: vda1 ; >09:04:05,627 DEBUG storage.ui: device vda1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c060150> fileSystem: None > number: 1 path: /dev/vda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x5733810> PedPartition: <_ped.Partition object at 0x54ee650> >09:04:05,627 DEBUG storage.ui: setting req4 new geometry: parted.Geometry instance -- > start: 1026048 end: 15661055 length: 14635008 > device: <parted.device.Device object at 0x7f551c0602d0> PedGeometry: <_ped.Geometry object at 0x54c2410> >09:04:05,630 DEBUG storage.ui: PartitionDevice._setPartedPartition: req4 ; >09:04:05,631 DEBUG storage.ui: device req4 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c060150> fileSystem: None > number: 2 path: /dev/vda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x573c250> PedPartition: <_ped.Partition object at 0x7f5518039890> >09:04:05,633 DEBUG storage.ui: PartitionDevice._setDisk: vda2 ; new: vda ; old: None ; >09:04:05,636 DEBUG storage.ui: DiskDevice.addChild: kids: 1 ; name: vda ; >09:04:05,638 DEBUG storage.ui: PartitionDevice._setPartedPartition: vda2 ; >09:04:05,639 DEBUG storage.ui: device vda2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c060150> fileSystem: None > number: 2 path: /dev/vda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x5733a10> PedPartition: <_ped.Partition object at 0x54ee5f0> >09:04:05,640 DEBUG storage.ui: growing partitions on vdb >09:04:05,641 DEBUG storage.ui: partition vdb1 (28): 0 >09:04:05,642 DEBUG storage.ui: new geometry for vdb1: parted.Geometry instance -- > start: 2048 end: 2142207 length: 2140160 > device: <parted.device.Device object at 0x7f551c064b10> PedGeometry: <_ped.Geometry object at 0x54c1150> >09:04:05,642 DEBUG storage.ui: partition vdb2 (25): 0 >09:04:05,643 DEBUG storage.ui: new geometry for vdb2: parted.Geometry instance -- > start: 2142208 end: 16777215 length: 14635008 > device: <parted.device.Device object at 0x7f551c064b10> PedGeometry: <_ped.Geometry object at 0x5733a90> >09:04:05,644 DEBUG storage.ui: removing all non-preexisting partitions ['vdb1(id 28)', 'vdb2(id 25)'] from disk(s) ['vdb'] >09:04:05,647 DEBUG storage.ui: PartitionDevice._setPartedPartition: vdb1 ; >09:04:05,647 DEBUG storage.ui: device vdb1 new partedPartition None >09:04:05,650 DEBUG storage.ui: PartitionDevice._setDisk: req6 ; new: None ; old: vdb ; >09:04:05,652 DEBUG storage.ui: DiskDevice.removeChild: kids: 2 ; name: vdb ; >09:04:05,654 DEBUG storage.ui: PartitionDevice._setPartedPartition: vdb2 ; >09:04:05,655 DEBUG storage.ui: device vdb2 new partedPartition None >09:04:05,657 DEBUG storage.ui: PartitionDevice._setDisk: req5 ; new: None ; old: vdb ; >09:04:05,660 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: vdb ; >09:04:05,661 DEBUG storage.ui: back from removeNewPartitions >09:04:05,661 DEBUG storage.ui: extended: None >09:04:05,662 DEBUG storage.ui: setting req6 new geometry: parted.Geometry instance -- > start: 2048 end: 2142207 length: 2140160 > device: <parted.device.Device object at 0x7f551c064b10> PedGeometry: <_ped.Geometry object at 0x54c1150> >09:04:05,664 DEBUG storage.ui: PartitionDevice._setPartedPartition: req6 ; >09:04:05,665 DEBUG storage.ui: device req6 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c064490> fileSystem: None > number: 1 path: /dev/vdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x54c18d0> PedPartition: <_ped.Partition object at 0x54ee6b0> >09:04:05,668 DEBUG storage.ui: PartitionDevice._setDisk: vdb1 ; new: vdb ; old: None ; >09:04:05,670 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: vdb ; >09:04:05,673 DEBUG storage.ui: PartitionDevice._setPartedPartition: vdb1 ; >09:04:05,674 DEBUG storage.ui: device vdb1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c064490> fileSystem: None > number: 1 path: /dev/vdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x54f2d10> PedPartition: <_ped.Partition object at 0x448e050> >09:04:05,674 DEBUG storage.ui: setting req5 new geometry: parted.Geometry instance -- > start: 2142208 end: 16777215 length: 14635008 > device: <parted.device.Device object at 0x7f551c064b10> PedGeometry: <_ped.Geometry object at 0x5733a90> >09:04:05,677 DEBUG storage.ui: PartitionDevice._setPartedPartition: req5 ; >09:04:05,678 DEBUG storage.ui: device req5 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c064490> fileSystem: None > number: 2 path: /dev/vdb2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x5729990> PedPartition: <_ped.Partition object at 0x54ee710> >09:04:05,680 DEBUG storage.ui: PartitionDevice._setDisk: vdb2 ; new: vdb ; old: None ; >09:04:05,682 DEBUG storage.ui: DiskDevice.addChild: kids: 1 ; name: vdb ; >09:04:05,685 DEBUG storage.ui: PartitionDevice._setPartedPartition: vdb2 ; >09:04:05,686 DEBUG storage.ui: device vdb2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c064490> fileSystem: None > number: 2 path: /dev/vdb2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x5733e90> PedPartition: <_ped.Partition object at 0x54ee410> >09:04:05,687 DEBUG storage.ui: growing partitions on vdc >09:04:05,688 DEBUG storage.ui: fixing size of non-existent 500MB partition vda1 (20) with non-existent ext4 filesystem mounted at /boot at 500.00 >09:04:05,689 DEBUG storage.ui: fixing size of non-existent 7146MB partition vda2 (24) with non-existent mdmember at 7146.00 >09:04:05,690 DEBUG storage.ui: fixing size of non-existent 1045MB partition vdb1 (28) with non-existent mdmember at 1045.00 >09:04:05,691 DEBUG storage.ui: fixing size of non-existent 7146MB partition vdb2 (25) with non-existent mdmember at 7146.00 >09:04:05,692 DEBUG storage.ui: fixing size of non-existent 1045MB partition vdc1 (29) with non-existent mdmember at 1045.00 >09:04:05,694 DEBUG storage.ui: new member set: ['vda2', 'vdb2'] >09:04:05,694 DEBUG storage.ui: old member set: ['vda2', 'vdb2'] >09:04:05,696 DEBUG storage.ui: raw RAID 0 size == 14292.0 >09:04:05,696 INFO storage.ui: Using 8MB superBlockSize >09:04:05,697 DEBUG storage.ui: non-existent RAID 0 size == 14276.0 >09:04:05,698 DEBUG storage.ui: new member set: ['00'] >09:04:05,699 DEBUG storage.ui: old member set: ['00'] >09:04:05,700 DEBUG storage.ui: raw RAID 0 size == 14292.0 >09:04:05,700 INFO storage.ui: Using 8MB superBlockSize >09:04:05,701 DEBUG storage.ui: non-existent RAID 0 size == 14276.0 >09:04:05,702 DEBUG storage.ui: fedora size is 14272MB >09:04:05,703 DEBUG storage.ui: raw RAID 0 size == 14292.0 >09:04:05,704 INFO storage.ui: Using 8MB superBlockSize >09:04:05,704 DEBUG storage.ui: non-existent RAID 0 size == 14276.0 >09:04:05,705 DEBUG storage.ui: vg fedora has 8772MB free >09:04:05,706 DEBUG storage.ui: raw RAID 0 size == 14292.0 >09:04:05,707 INFO storage.ui: Using 8MB superBlockSize >09:04:05,708 DEBUG storage.ui: non-existent RAID 0 size == 14276.0 >09:04:05,708 DEBUG storage.ui: fedora size is 14272MB >09:04:05,709 DEBUG storage.ui: raw RAID 0 size == 14292.0 >09:04:05,710 INFO storage.ui: Using 8MB superBlockSize >09:04:05,711 DEBUG storage.ui: non-existent RAID 0 size == 14276.0 >09:04:05,712 DEBUG storage.ui: vg fedora has 8772MB free >09:04:05,712 INFO storage.ui: adjusting size from 9288.00 to 8772.00 so it fits in container fedora >09:04:05,715 DEBUG storage.ui: Ext4FS.supported: supported: True ; >09:04:05,716 DEBUG storage.ui: getFormat('ext4') returning Ext4FS instance >09:04:05,719 DEBUG storage.ui: LVMVolumeGroupDevice.addChild: kids: 2 ; name: fedora ; >09:04:05,721 DEBUG storage.ui: LVMLogicalVolumeDevice._setFormat: fedora-home ; current: None ; type: ext4 ; >09:04:05,723 DEBUG storage.ui: raw RAID 0 size == 14292.0 >09:04:05,723 INFO storage.ui: Using 8MB superBlockSize >09:04:05,724 DEBUG storage.ui: non-existent RAID 0 size == 14276.0 >09:04:05,725 DEBUG storage.ui: fedora size is 14272MB >09:04:05,726 DEBUG storage.ui: raw RAID 0 size == 14292.0 >09:04:05,727 INFO storage.ui: Using 8MB superBlockSize >09:04:05,727 DEBUG storage.ui: non-existent RAID 0 size == 14276.0 >09:04:05,728 DEBUG storage.ui: vg fedora has 8772MB free >09:04:05,729 DEBUG storage.ui: Adding fedora-home/8772MB to fedora >09:04:05,729 INFO storage.ui: added lvmlv fedora-home (id 33) to device tree >09:04:05,730 INFO storage.ui: registered action: [43] Create Device lvmlv fedora-home (id 33) >09:04:05,731 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance >09:04:05,732 INFO storage.ui: registered action: [44] Create Format ext4 filesystem mounted at /home on lvmlv fedora-home (id 33) >09:04:05,832 DEBUG blivet: Ext4FS.supported: supported: True ; >09:04:05,833 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >09:04:05,842 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.PartitionFactory'>: <blivet.Blivet object at 0x4d8c4d0>, 500, ['vda'], {'encrypted': False, 'raid_level': None} >09:04:05,885 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.LVMFactory'>: <blivet.Blivet object at 0x4d8c4d0>, 0, [], {} >09:04:08,148 DEBUG blivet: DeviceTree.getDeviceByName: name: fedora00 ; >09:04:08,152 DEBUG blivet: raw RAID 1 size == 1045.0 >09:04:08,153 INFO blivet: Using 1MB superBlockSize >09:04:08,158 DEBUG blivet: non-existent RAID 1 size == 1044.0 >09:04:08,162 DEBUG blivet: DeviceTree.getDeviceByName returned non-existent 1040MB lvmvg fedora00 (31) >09:04:08,166 DEBUG blivet: raw RAID 1 size == 1045.0 >09:04:08,167 INFO blivet: Using 1MB superBlockSize >09:04:08,169 DEBUG blivet: non-existent RAID 1 size == 1044.0 >09:04:08,821 DEBUG blivet: Ext4FS.supported: supported: True ; >09:04:08,823 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >09:04:08,841 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.LVMFactory'>: <blivet.Blivet object at 0x4d8c4d0>, 8772, ['vda', 'vdb'], {'encrypted': False, 'raid_level': None} >09:04:08,844 DEBUG blivet: raw RAID 0 size == 14292.0 >09:04:08,845 INFO blivet: Using 8MB superBlockSize >09:04:08,847 DEBUG blivet: non-existent RAID 0 size == 14276.0 >09:04:08,849 DEBUG blivet: raw RAID 0 size == 14292.0 >09:04:08,851 INFO blivet: Using 8MB superBlockSize >09:04:08,852 DEBUG blivet: non-existent RAID 0 size == 14276.0 >09:04:08,853 DEBUG blivet: fedora size is 14272MB >09:04:08,856 DEBUG blivet: raw RAID 0 size == 14292.0 >09:04:08,857 INFO blivet: Using 8MB superBlockSize >09:04:08,858 DEBUG blivet: non-existent RAID 0 size == 14276.0 >09:04:08,860 DEBUG blivet: vg fedora has 0MB free >09:04:08,862 DEBUG blivet: raw RAID 1 size == 1045.0 >09:04:08,863 INFO blivet: Using 1MB superBlockSize >09:04:08,864 DEBUG blivet: non-existent RAID 1 size == 1044.0 >09:04:08,866 DEBUG blivet: raw RAID 1 size == 1045.0 >09:04:08,868 INFO blivet: Using 1MB superBlockSize >09:04:08,869 DEBUG blivet: non-existent RAID 1 size == 1044.0 >09:04:08,870 DEBUG blivet: fedora00 size is 1040MB >09:04:08,872 DEBUG blivet: raw RAID 1 size == 1045.0 >09:04:08,874 INFO blivet: Using 1MB superBlockSize >09:04:08,875 DEBUG blivet: non-existent RAID 1 size == 1044.0 >09:04:08,876 DEBUG blivet: vg fedora00 has 40MB free >09:04:08,878 DEBUG blivet: raw RAID 0 size == 14292.0 >09:04:08,880 INFO blivet: Using 8MB superBlockSize >09:04:08,881 DEBUG blivet: non-existent RAID 0 size == 14276.0 >09:04:08,892 INFO storage.ui: removed lvmlv fedora-home (id 33) from device tree >09:04:08,895 DEBUG storage.ui: LVMVolumeGroupDevice.removeChild: kids: 3 ; name: fedora ; >09:04:08,896 INFO storage.ui: registered action: [45] Destroy Device lvmlv fedora-home (id 33) >09:04:08,897 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.LVMFactory'>: <blivet.Blivet object at 0x4d8c4d0>, 0, ['vda', 'vdb'], {'container_raid_level': 'raid0', 'container_encrypted': False, 'container_size': 0, 'container_name': 'fedora'} >09:04:08,899 DEBUG storage.ui: LVMFactory.configure: parent_factory: None ; >09:04:08,900 DEBUG storage.ui: starting Blivet copy >09:04:08,964 DEBUG storage.ui: PartitionDevice._setPartedPartition: vda1 ; >09:04:08,965 DEBUG storage.ui: device vda1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x5729710> fileSystem: None > number: 1 path: /dev/vda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x5716fd0> PedPartition: <_ped.Partition object at 0x419e170> >09:04:08,966 DEBUG storage.ui: PartitionDevice._setPartedPartition: vda2 ; >09:04:08,967 DEBUG storage.ui: device vda2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x5729710> fileSystem: None > number: 2 path: /dev/vda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x571fed0> PedPartition: <_ped.Partition object at 0x419e1d0> >09:04:08,969 DEBUG storage.ui: PartitionDevice._setPartedPartition: vdb1 ; >09:04:08,970 DEBUG storage.ui: device vdb1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x57333d0> fileSystem: None > number: 1 path: /dev/vdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x571f590> PedPartition: <_ped.Partition object at 0x448e470> >09:04:08,971 DEBUG storage.ui: PartitionDevice._setPartedPartition: vdb2 ; >09:04:08,972 DEBUG storage.ui: device vdb2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x57333d0> fileSystem: None > number: 2 path: /dev/vdb2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x571f110> PedPartition: <_ped.Partition object at 0x448e4d0> >09:04:08,974 DEBUG storage.ui: PartitionDevice._setPartedPartition: vdc1 ; >09:04:08,974 DEBUG storage.ui: device vdc1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x4c65390> fileSystem: None > number: 1 path: /dev/vdc1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x571fe90> PedPartition: <_ped.Partition object at 0x54bb3b0> >09:04:08,975 DEBUG storage.ui: finished Blivet copy >09:04:08,976 DEBUG storage.ui: raw RAID 0 size == 14292.0 >09:04:08,976 INFO storage.ui: Using 8MB superBlockSize >09:04:08,977 DEBUG storage.ui: non-existent RAID 0 size == 14276.0 >09:04:08,978 DEBUG storage.ui: raw RAID 0 size == 14292.0 >09:04:08,978 INFO storage.ui: Using 8MB superBlockSize >09:04:08,979 DEBUG storage.ui: non-existent RAID 0 size == 14276.0 >09:04:08,980 DEBUG storage.ui: fedora size is 14272MB >09:04:08,980 DEBUG storage.ui: raw RAID 0 size == 14292.0 >09:04:08,981 INFO storage.ui: Using 8MB superBlockSize >09:04:08,981 DEBUG storage.ui: non-existent RAID 0 size == 14276.0 >09:04:08,982 DEBUG storage.ui: vg fedora has 8772MB free >09:04:08,982 DEBUG storage.ui: size bumped to 5504 to include new device space >09:04:08,982 DEBUG storage.ui: child factory class: <class 'blivet.devicefactory.MDFactory'> >09:04:08,984 DEBUG storage.ui: child factory args: [<blivet.Blivet object at 0x4d8c4d0>, 5544.0, [DiskDevice instance (0x7f551c060990) -- > name = vda status = True kids = 2 id = 1 > parents = [] > uuid = None size = 8192.0 > format = non-existent msdos disklabel > major = 252 minor = 0 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:07.0/virtio2/block/vda partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vda type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 16777216 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 32597 did: 0 busy: False > hardwareGeometry: (16644, 16, 63) biosGeometry: (1044, 255, 63) > PedDevice: <_ped.Device object at 0x431ddd0> > target size = 0 path = /dev/vda > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f551c060910>, DiskDevice instance (0x7f551c064a50) -- > name = vdb status = True kids = 2 id = 2 > parents = [] > uuid = None size = 8192.0 > format = non-existent msdos disklabel > major = 252 minor = 16 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:09.0/virtio4/block/vdb partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vdb type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 16777216 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 32597 did: 0 busy: False > hardwareGeometry: (16644, 16, 63) biosGeometry: (1044, 255, 63) > PedDevice: <_ped.Device object at 0x4391200> > target size = 0 path = /dev/vdb > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f551c064e10>]] >09:04:08,985 DEBUG storage.ui: raw RAID 0 size == 14292.0 >09:04:08,986 INFO storage.ui: Using 8MB superBlockSize >09:04:08,986 DEBUG storage.ui: non-existent RAID 0 size == 14276.0 >09:04:08,987 DEBUG storage.ui: child factory kwargs: {'device': MDRaidArrayDevice instance (0x54c1290) -- > name = 00 status = False kids = 1 id = 26 > parents = ['non-existent 7146MB partition vda2 (24) with non-existent mdmember', > 'non-existent 7146MB partition vdb2 (25) with non-existent mdmember'] > uuid = None size = 14276.0 > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 24104.0 path = /dev/md/00 > format args = None originalFormat = lvmpv level = 0 spares = 0 > members = 2 > total devices = 2 metadata version = default, 'encrypted': False, 'raid_level': 'raid0', 'fstype': 'lvmpv'} >09:04:08,989 DEBUG storage.ui: MDFactory.configure: parent_factory: <blivet.devicefactory.LVMFactory object at 0x7f5520168210> ; >09:04:08,989 INFO storage.ui: Using 4MB superBlockSize >09:04:08,990 DEBUG storage.ui: child factory class: <class 'blivet.devicefactory.PartitionSetFactory'> >09:04:08,991 DEBUG storage.ui: child factory args: [<blivet.Blivet object at 0x4d8c4d0>, 5552.0, [DiskDevice instance (0x7f551c060990) -- > name = vda status = True kids = 2 id = 1 > parents = [] > uuid = None size = 8192.0 > format = non-existent msdos disklabel > major = 252 minor = 0 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:07.0/virtio2/block/vda partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vda type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 16777216 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 32597 did: 0 busy: False > hardwareGeometry: (16644, 16, 63) biosGeometry: (1044, 255, 63) > PedDevice: <_ped.Device object at 0x431ddd0> > target size = 0 path = /dev/vda > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f551c060910>, DiskDevice instance (0x7f551c064a50) -- > name = vdb status = True kids = 2 id = 2 > parents = [] > uuid = None size = 8192.0 > format = non-existent msdos disklabel > major = 252 minor = 16 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:09.0/virtio4/block/vdb partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vdb type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 16777216 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 32597 did: 0 busy: False > hardwareGeometry: (16644, 16, 63) biosGeometry: (1044, 255, 63) > PedDevice: <_ped.Device object at 0x4391200> > target size = 0 path = /dev/vdb > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f551c064e10>]] >09:04:08,992 DEBUG storage.ui: child factory kwargs: {'fstype': 'mdmember'} >09:04:08,994 DEBUG storage.ui: PartitionSetFactory.configure: parent_factory: <blivet.devicefactory.MDFactory object at 0x5716ed0> ; >09:04:08,994 DEBUG storage.ui: raw RAID 0 size == 14292.0 >09:04:08,995 INFO storage.ui: Using 8MB superBlockSize >09:04:08,996 DEBUG storage.ui: non-existent RAID 0 size == 14276.0 >09:04:08,996 DEBUG storage.ui: parent factory container: non-existent 14276MB mdarray 00 (26) with non-existent lvmpv >09:04:08,996 DEBUG storage.ui: members: ['vda2', 'vdb2'] >09:04:08,997 DEBUG storage.ui: add_disks: [] >09:04:08,997 DEBUG storage.ui: remove_disks: [] >09:04:08,999 DEBUG storage.ui: MDRaidMember.__init__: >09:04:08,999 DEBUG storage.ui: getFormat('mdmember') returning MDRaidMember instance >09:04:08,999 INFO storage.ui: Using 4MB superBlockSize >09:04:09,000 DEBUG storage.ui: adding a SameSizeSet with size 5552 >09:04:09,002 DEBUG storage.ui: DiskDevice.setup: vda ; status: True ; controllable: True ; orig: False ; >09:04:09,004 DEBUG storage.ui: DiskDevice.setup: vdb ; status: True ; controllable: True ; orig: False ; >09:04:09,006 DEBUG storage.ui: DiskDevice.setup: vdc ; status: True ; controllable: True ; orig: False ; >09:04:09,008 DEBUG storage.ui: removing all non-preexisting partitions ['vda1(id 20)', 'vda2(id 24)', 'vdb1(id 28)', 'vdb2(id 25)', 'vdc1(id 29)'] from disk(s) ['vda', 'vdb', 'vdc'] >09:04:09,010 DEBUG storage.ui: PartitionDevice._setPartedPartition: vda1 ; >09:04:09,010 DEBUG storage.ui: device vda1 new partedPartition None >09:04:09,012 DEBUG storage.ui: PartitionDevice._setDisk: req3 ; new: None ; old: vda ; >09:04:09,014 DEBUG storage.ui: DiskDevice.removeChild: kids: 2 ; name: vda ; >09:04:09,016 DEBUG storage.ui: PartitionDevice._setPartedPartition: vda2 ; >09:04:09,016 DEBUG storage.ui: device vda2 new partedPartition None >09:04:09,018 DEBUG storage.ui: PartitionDevice._setDisk: req4 ; new: None ; old: vda ; >09:04:09,020 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: vda ; >09:04:09,023 DEBUG storage.ui: PartitionDevice._setPartedPartition: vdb1 ; >09:04:09,024 DEBUG storage.ui: device vdb1 new partedPartition None >09:04:09,026 DEBUG storage.ui: PartitionDevice._setDisk: req6 ; new: None ; old: vdb ; >09:04:09,028 DEBUG storage.ui: DiskDevice.removeChild: kids: 2 ; name: vdb ; >09:04:09,030 DEBUG storage.ui: PartitionDevice._setPartedPartition: vdb2 ; >09:04:09,030 DEBUG storage.ui: device vdb2 new partedPartition None >09:04:09,032 DEBUG storage.ui: PartitionDevice._setDisk: req5 ; new: None ; old: vdb ; >09:04:09,034 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: vdb ; >09:04:09,037 DEBUG storage.ui: PartitionDevice._setPartedPartition: vdc1 ; >09:04:09,037 DEBUG storage.ui: device vdc1 new partedPartition None >09:04:09,040 DEBUG storage.ui: PartitionDevice._setDisk: req7 ; new: None ; old: vdc ; >09:04:09,042 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: vdc ; >09:04:09,043 DEBUG storage.ui: allocatePartitions: disks=['vda', 'vdb', 'vdc'] ; partitions=['req3(id 20)', 'req4(id 24)', 'req6(id 28)', 'req5(id 25)', 'req7(id 29)'] >09:04:09,043 DEBUG storage.ui: removing all non-preexisting partitions ['req3(id 20)', 'req6(id 28)', 'req7(id 29)', 'req4(id 24)', 'req5(id 25)'] from disk(s) ['vda', 'vdb', 'vdc'] >09:04:09,046 DEBUG storage.ui: DeviceTree.getDeviceByName: name: vda ; >09:04:09,048 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk vda (1) with non-existent msdos disklabel >09:04:09,049 DEBUG storage.ui: resolved 'vda' to 'vda' (disk) >09:04:09,051 DEBUG storage.ui: DeviceTree.getDeviceByName: name: vda ; >09:04:09,053 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk vda (1) with non-existent msdos disklabel >09:04:09,053 DEBUG storage.ui: resolved 'vda' to 'vda' (disk) >09:04:09,056 DEBUG storage.ui: DeviceTree.getDeviceByName: name: vda ; >09:04:09,058 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk vda (1) with non-existent msdos disklabel >09:04:09,059 DEBUG storage.ui: resolved 'vda' to 'vda' (disk) >09:04:09,061 DEBUG storage.ui: DeviceTree.getDeviceByName: name: vda ; >09:04:09,063 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk vda (1) with non-existent msdos disklabel >09:04:09,064 DEBUG storage.ui: resolved 'vda' to 'vda' (disk) >09:04:09,066 DEBUG storage.ui: DeviceTree.getDeviceByName: name: vda ; >09:04:09,068 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk vda (1) with non-existent msdos disklabel >09:04:09,068 DEBUG storage.ui: resolved 'vda' to 'vda' (disk) >09:04:09,071 DEBUG storage.ui: DeviceTree.getDeviceByName: name: vda ; >09:04:09,073 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk vda (1) with non-existent msdos disklabel >09:04:09,073 DEBUG storage.ui: resolved 'vda' to 'vda' (disk) >09:04:09,074 DEBUG storage.ui: allocating partition: req3 ; id: 20 ; disks: ['vda', 'vdb', 'vdc'] ; >boot: True ; primary: False ; size: 500MB ; grow: False ; max_size: 0 ; start: None ; end: None >09:04:09,074 DEBUG storage.ui: checking freespace on vda >09:04:09,075 DEBUG storage.ui: getBestFreeSpaceRegion: disk=/dev/vda part_type=0 req_size=500MB boot=True best=None grow=False start=None >09:04:09,076 DEBUG storage.ui: checking 63-16777215 (8191 MB) >09:04:09,076 DEBUG storage.ui: current free range is 63-16777215 (8191MB) >09:04:09,076 DEBUG storage.ui: updating use_disk to vda, type: 0 >09:04:09,077 DEBUG storage.ui: new free: 63-16777215 / 8191MB >09:04:09,077 DEBUG storage.ui: new free allows for 0 sectors of growth >09:04:09,077 DEBUG storage.ui: found free space for bootable request >09:04:09,078 DEBUG storage.ui: adjusted start sector from 63 to 2048 >09:04:09,079 DEBUG storage.ui: created partition vda1 of 500MB and added it to /dev/vda >09:04:09,081 DEBUG storage.ui: PartitionDevice._setPartedPartition: req3 ; >09:04:09,082 DEBUG storage.ui: device req3 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c060150> fileSystem: None > number: 1 path: /dev/vda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x5715b10> PedPartition: <_ped.Partition object at 0x448e050> >09:04:09,084 DEBUG storage.ui: PartitionDevice._setDisk: vda1 ; new: vda ; old: None ; >09:04:09,087 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: vda ; >09:04:09,089 DEBUG storage.ui: PartitionDevice._setPartedPartition: vda1 ; >09:04:09,090 DEBUG storage.ui: device vda1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c060150> fileSystem: None > number: 1 path: /dev/vda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x57169d0> PedPartition: <_ped.Partition object at 0x448e410> >09:04:09,092 DEBUG storage.ui: DeviceTree.getDeviceByName: name: vda ; >09:04:09,094 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk vda (1) with non-existent msdos disklabel >09:04:09,095 DEBUG storage.ui: resolved 'vda' to 'vda' (disk) >09:04:09,097 DEBUG storage.ui: DeviceTree.getDeviceByName: name: vda ; >09:04:09,099 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk vda (1) with non-existent msdos disklabel >09:04:09,100 DEBUG storage.ui: resolved 'vda' to 'vda' (disk) >09:04:09,100 DEBUG storage.ui: allocating partition: req6 ; id: 28 ; disks: ['vdb'] ; >boot: False ; primary: False ; size: 1045MB ; grow: False ; max_size: 1045 ; start: None ; end: None >09:04:09,100 DEBUG storage.ui: checking freespace on vdb >09:04:09,101 DEBUG storage.ui: getBestFreeSpaceRegion: disk=/dev/vdb part_type=0 req_size=1045MB boot=False best=None grow=False start=None >09:04:09,102 DEBUG storage.ui: checking 63-16777215 (8191 MB) >09:04:09,102 DEBUG storage.ui: current free range is 63-16777215 (8191MB) >09:04:09,103 DEBUG storage.ui: updating use_disk to vdb, type: 0 >09:04:09,103 DEBUG storage.ui: new free: 63-16777215 / 8191MB >09:04:09,104 DEBUG storage.ui: new free allows for 0 sectors of growth >09:04:09,104 DEBUG storage.ui: adjusted start sector from 63 to 2048 >09:04:09,105 DEBUG storage.ui: created partition vdb1 of 1045MB and added it to /dev/vdb >09:04:09,107 DEBUG storage.ui: PartitionDevice._setPartedPartition: req6 ; >09:04:09,108 DEBUG storage.ui: device req6 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c064490> fileSystem: None > number: 1 path: /dev/vdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x5715cd0> PedPartition: <_ped.Partition object at 0x54bb230> >09:04:09,110 DEBUG storage.ui: PartitionDevice._setDisk: vdb1 ; new: vdb ; old: None ; >09:04:09,112 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: vdb ; >09:04:09,115 DEBUG storage.ui: PartitionDevice._setPartedPartition: vdb1 ; >09:04:09,115 DEBUG storage.ui: device vdb1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c064490> fileSystem: None > number: 1 path: /dev/vdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x5733ed0> PedPartition: <_ped.Partition object at 0x54bb350> >09:04:09,117 DEBUG storage.ui: DeviceTree.getDeviceByName: name: vda ; >09:04:09,120 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk vda (1) with non-existent msdos disklabel >09:04:09,121 DEBUG storage.ui: resolved 'vda' to 'vda' (disk) >09:04:09,123 DEBUG storage.ui: DeviceTree.getDeviceByName: name: vda ; >09:04:09,125 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk vda (1) with non-existent msdos disklabel >09:04:09,126 DEBUG storage.ui: resolved 'vda' to 'vda' (disk) >09:04:09,126 DEBUG storage.ui: allocating partition: req7 ; id: 29 ; disks: ['vdc'] ; >boot: False ; primary: False ; size: 1045MB ; grow: False ; max_size: 1045 ; start: None ; end: None >09:04:09,127 DEBUG storage.ui: checking freespace on vdc >09:04:09,128 DEBUG storage.ui: getBestFreeSpaceRegion: disk=/dev/vdc part_type=0 req_size=1045MB boot=False best=None grow=False start=None >09:04:09,129 DEBUG storage.ui: checking 63-16777215 (8191 MB) >09:04:09,129 DEBUG storage.ui: current free range is 63-16777215 (8191MB) >09:04:09,129 DEBUG storage.ui: updating use_disk to vdc, type: 0 >09:04:09,130 DEBUG storage.ui: new free: 63-16777215 / 8191MB >09:04:09,130 DEBUG storage.ui: new free allows for 0 sectors of growth >09:04:09,131 DEBUG storage.ui: adjusted start sector from 63 to 2048 >09:04:09,131 DEBUG storage.ui: created partition vdc1 of 1045MB and added it to /dev/vdc >09:04:09,133 DEBUG storage.ui: PartitionDevice._setPartedPartition: req7 ; >09:04:09,134 DEBUG storage.ui: device req7 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c068050> fileSystem: None > number: 1 path: /dev/vdc1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x54c1350> PedPartition: <_ped.Partition object at 0x54bb170> >09:04:09,136 DEBUG storage.ui: PartitionDevice._setDisk: vdc1 ; new: vdc ; old: None ; >09:04:09,138 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: vdc ; >09:04:09,141 DEBUG storage.ui: PartitionDevice._setPartedPartition: vdc1 ; >09:04:09,141 DEBUG storage.ui: device vdc1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c068050> fileSystem: None > number: 1 path: /dev/vdc1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x5733910> PedPartition: <_ped.Partition object at 0x54bb230> >09:04:09,143 DEBUG storage.ui: DeviceTree.getDeviceByName: name: vda ; >09:04:09,145 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk vda (1) with non-existent msdos disklabel >09:04:09,146 DEBUG storage.ui: resolved 'vda' to 'vda' (disk) >09:04:09,148 DEBUG storage.ui: DeviceTree.getDeviceByName: name: vda ; >09:04:09,150 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk vda (1) with non-existent msdos disklabel >09:04:09,150 DEBUG storage.ui: resolved 'vda' to 'vda' (disk) >09:04:09,150 DEBUG storage.ui: allocating partition: req4 ; id: 24 ; disks: ['vda'] ; >boot: False ; primary: False ; size: 1MB ; grow: True ; max_size: 2776 ; start: None ; end: None >09:04:09,151 DEBUG storage.ui: checking freespace on vda >09:04:09,151 DEBUG storage.ui: getBestFreeSpaceRegion: disk=/dev/vda part_type=0 req_size=1MB boot=False best=None grow=True start=None >09:04:09,152 DEBUG storage.ui: checking 63-2047 (0 MB) >09:04:09,152 DEBUG storage.ui: current free range is 63-2047 (0MB) >09:04:09,153 DEBUG storage.ui: checking 1026048-16777215 (7691 MB) >09:04:09,153 DEBUG storage.ui: current free range is 1026048-16777215 (7691MB) >09:04:09,153 DEBUG storage.ui: evaluating growth potential for new layout >09:04:09,154 DEBUG storage.ui: calculating growth for disk /dev/vdc >09:04:09,154 DEBUG storage.ui: adding request 29 to chunk 16777153 (63-16777215) on /dev/vdc >09:04:09,155 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/vdc start = 63 end = 16777215 >sectorSize = 512 > >09:04:09,155 DEBUG storage.ui: req: PartitionRequest instance -- >id = 29 name = vdc1 growable = False >base = 2140160 growth = 0 max_grow = 0 >done = True >09:04:09,155 DEBUG storage.ui: request 29 (vdc1) growth: 0 (0MB) size: 1045MB >09:04:09,156 DEBUG storage.ui: disk /dev/vdc growth: 0 (0MB) >09:04:09,156 DEBUG storage.ui: calculating growth for disk /dev/vdb >09:04:09,156 DEBUG storage.ui: adding request 28 to chunk 16777153 (63-16777215) on /dev/vdb >09:04:09,157 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/vdb start = 63 end = 16777215 >sectorSize = 512 > >09:04:09,157 DEBUG storage.ui: req: PartitionRequest instance -- >id = 28 name = vdb1 growable = False >base = 2140160 growth = 0 max_grow = 0 >done = True >09:04:09,157 DEBUG storage.ui: request 28 (vdb1) growth: 0 (0MB) size: 1045MB >09:04:09,158 DEBUG storage.ui: disk /dev/vdb growth: 0 (0MB) >09:04:09,158 DEBUG storage.ui: calculating growth for disk /dev/vda >09:04:09,160 DEBUG storage.ui: PartitionDevice._setPartedPartition: req4 ; >09:04:09,161 DEBUG storage.ui: device req4 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c060150> fileSystem: None > number: 2 path: /dev/vda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x5715c10> PedPartition: <_ped.Partition object at 0x448e050> >09:04:09,163 DEBUG storage.ui: PartitionDevice._setDisk: vda2 ; new: vda ; old: None ; >09:04:09,165 DEBUG storage.ui: DiskDevice.addChild: kids: 1 ; name: vda ; >09:04:09,165 DEBUG storage.ui: adding request 20 to chunk 16777153 (63-16777215) on /dev/vda >09:04:09,166 DEBUG storage.ui: adding request 24 to chunk 16777153 (63-16777215) on /dev/vda >09:04:09,166 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/vda start = 63 end = 16777215 >sectorSize = 512 > >09:04:09,167 DEBUG storage.ui: req: PartitionRequest instance -- >id = 20 name = vda1 growable = False >base = 1024000 growth = 0 max_grow = 0 >done = True >09:04:09,167 DEBUG storage.ui: req: PartitionRequest instance -- >id = 24 name = vda2 growable = True >base = 2048 growth = 0 max_grow = 5683200 >done = False >09:04:09,167 DEBUG storage.ui: 1 requests and 15751105 (7690MB) left in chunk >09:04:09,168 DEBUG storage.ui: adding 15751105 (7690MB) to 24 (vda2) >09:04:09,168 DEBUG storage.ui: taking back 10067905 (4915MB) from 24 (vda2) >09:04:09,168 DEBUG storage.ui: new grow amount for request 24 (vda2) is 5683200 units, or 2775MB >09:04:09,169 DEBUG storage.ui: request 20 (vda1) growth: 0 (0MB) size: 500MB >09:04:09,169 DEBUG storage.ui: request 24 (vda2) growth: 5683200 (2775MB) size: 2776MB >09:04:09,169 DEBUG storage.ui: disk /dev/vda growth: 5683200 (2775MB) >09:04:09,171 DEBUG storage.ui: PartitionDevice._setPartedPartition: vda2 ; >09:04:09,172 DEBUG storage.ui: device vda2 new partedPartition None >09:04:09,173 DEBUG storage.ui: PartitionDevice._setDisk: req4 ; new: None ; old: vda ; >09:04:09,175 DEBUG storage.ui: DiskDevice.removeChild: kids: 2 ; name: vda ; >09:04:09,176 DEBUG storage.ui: total growth: 5683200 sectors >09:04:09,176 DEBUG storage.ui: updating use_disk to vda, type: 0 >09:04:09,176 DEBUG storage.ui: new free: 1026048-16777215 / 7691MB >09:04:09,177 DEBUG storage.ui: new free allows for 5683200 sectors of growth >09:04:09,178 DEBUG storage.ui: created partition vda2 of 1MB and added it to /dev/vda >09:04:09,180 DEBUG storage.ui: PartitionDevice._setPartedPartition: req4 ; >09:04:09,180 DEBUG storage.ui: device req4 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c060150> fileSystem: None > number: 2 path: /dev/vda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x57150d0> PedPartition: <_ped.Partition object at 0x419e290> >09:04:09,182 DEBUG storage.ui: PartitionDevice._setDisk: vda2 ; new: vda ; old: None ; >09:04:09,184 DEBUG storage.ui: DiskDevice.addChild: kids: 1 ; name: vda ; >09:04:09,187 DEBUG storage.ui: PartitionDevice._setPartedPartition: vda2 ; >09:04:09,187 DEBUG storage.ui: device vda2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c060150> fileSystem: None > number: 2 path: /dev/vda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x5715c90> PedPartition: <_ped.Partition object at 0x7f5518039830> >09:04:09,189 DEBUG storage.ui: DeviceTree.getDeviceByName: name: vda ; >09:04:09,191 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk vda (1) with non-existent msdos disklabel >09:04:09,192 DEBUG storage.ui: resolved 'vda' to 'vda' (disk) >09:04:09,194 DEBUG storage.ui: DeviceTree.getDeviceByName: name: vda ; >09:04:09,196 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk vda (1) with non-existent msdos disklabel >09:04:09,196 DEBUG storage.ui: resolved 'vda' to 'vda' (disk) >09:04:09,196 DEBUG storage.ui: allocating partition: req5 ; id: 25 ; disks: ['vdb'] ; >boot: False ; primary: False ; size: 1MB ; grow: True ; max_size: 2776 ; start: None ; end: None >09:04:09,197 DEBUG storage.ui: checking freespace on vdb >09:04:09,197 DEBUG storage.ui: getBestFreeSpaceRegion: disk=/dev/vdb part_type=0 req_size=1MB boot=False best=None grow=True start=None >09:04:09,198 DEBUG storage.ui: checking 63-2047 (0 MB) >09:04:09,199 DEBUG storage.ui: current free range is 63-2047 (0MB) >09:04:09,199 DEBUG storage.ui: checking 2142208-16777215 (7146 MB) >09:04:09,199 DEBUG storage.ui: current free range is 2142208-16777215 (7146MB) >09:04:09,200 DEBUG storage.ui: evaluating growth potential for new layout >09:04:09,200 DEBUG storage.ui: calculating growth for disk /dev/vdc >09:04:09,201 DEBUG storage.ui: adding request 29 to chunk 16777153 (63-16777215) on /dev/vdc >09:04:09,201 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/vdc start = 63 end = 16777215 >sectorSize = 512 > >09:04:09,201 DEBUG storage.ui: req: PartitionRequest instance -- >id = 29 name = vdc1 growable = False >base = 2140160 growth = 0 max_grow = 0 >done = True >09:04:09,202 DEBUG storage.ui: request 29 (vdc1) growth: 0 (0MB) size: 1045MB >09:04:09,202 DEBUG storage.ui: disk /dev/vdc growth: 0 (0MB) >09:04:09,202 DEBUG storage.ui: calculating growth for disk /dev/vdb >09:04:09,205 DEBUG storage.ui: PartitionDevice._setPartedPartition: req5 ; >09:04:09,205 DEBUG storage.ui: device req5 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c064490> fileSystem: None > number: 2 path: /dev/vdb2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x4477e10> PedPartition: <_ped.Partition object at 0x7f5518039890> >09:04:09,207 DEBUG storage.ui: PartitionDevice._setDisk: vdb2 ; new: vdb ; old: None ; >09:04:09,209 DEBUG storage.ui: DiskDevice.addChild: kids: 1 ; name: vdb ; >09:04:09,210 DEBUG storage.ui: adding request 28 to chunk 16777153 (63-16777215) on /dev/vdb >09:04:09,210 DEBUG storage.ui: adding request 25 to chunk 16777153 (63-16777215) on /dev/vdb >09:04:09,211 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/vdb start = 63 end = 16777215 >sectorSize = 512 > >09:04:09,211 DEBUG storage.ui: req: PartitionRequest instance -- >id = 28 name = vdb1 growable = False >base = 2140160 growth = 0 max_grow = 0 >done = True >09:04:09,211 DEBUG storage.ui: req: PartitionRequest instance -- >id = 25 name = vdb2 growable = True >base = 2048 growth = 0 max_grow = 5683200 >done = False >09:04:09,212 DEBUG storage.ui: 1 requests and 14634945 (7145MB) left in chunk >09:04:09,212 DEBUG storage.ui: adding 14634945 (7145MB) to 25 (vdb2) >09:04:09,212 DEBUG storage.ui: taking back 8951745 (4370MB) from 25 (vdb2) >09:04:09,213 DEBUG storage.ui: new grow amount for request 25 (vdb2) is 5683200 units, or 2775MB >09:04:09,213 DEBUG storage.ui: request 28 (vdb1) growth: 0 (0MB) size: 1045MB >09:04:09,213 DEBUG storage.ui: request 25 (vdb2) growth: 5683200 (2775MB) size: 2776MB >09:04:09,214 DEBUG storage.ui: disk /dev/vdb growth: 5683200 (2775MB) >09:04:09,214 DEBUG storage.ui: calculating growth for disk /dev/vda >09:04:09,214 DEBUG storage.ui: adding request 20 to chunk 16777153 (63-16777215) on /dev/vda >09:04:09,215 DEBUG storage.ui: adding request 24 to chunk 16777153 (63-16777215) on /dev/vda >09:04:09,215 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/vda start = 63 end = 16777215 >sectorSize = 512 > >09:04:09,215 DEBUG storage.ui: req: PartitionRequest instance -- >id = 20 name = vda1 growable = False >base = 1024000 growth = 0 max_grow = 0 >done = True >09:04:09,216 DEBUG storage.ui: req: PartitionRequest instance -- >id = 24 name = vda2 growable = True >base = 2048 growth = 0 max_grow = 5683200 >done = False >09:04:09,216 DEBUG storage.ui: 1 requests and 15751105 (7690MB) left in chunk >09:04:09,216 DEBUG storage.ui: adding 15751105 (7690MB) to 24 (vda2) >09:04:09,217 DEBUG storage.ui: taking back 10067905 (4915MB) from 24 (vda2) >09:04:09,217 DEBUG storage.ui: new grow amount for request 24 (vda2) is 5683200 units, or 2775MB >09:04:09,217 DEBUG storage.ui: request 20 (vda1) growth: 0 (0MB) size: 500MB >09:04:09,218 DEBUG storage.ui: request 24 (vda2) growth: 5683200 (2775MB) size: 2776MB >09:04:09,218 DEBUG storage.ui: disk /dev/vda growth: 5683200 (2775MB) >09:04:09,220 DEBUG storage.ui: PartitionDevice._setPartedPartition: vdb2 ; >09:04:09,220 DEBUG storage.ui: device vdb2 new partedPartition None >09:04:09,222 DEBUG storage.ui: PartitionDevice._setDisk: req5 ; new: None ; old: vdb ; >09:04:09,224 DEBUG storage.ui: DiskDevice.removeChild: kids: 2 ; name: vdb ; >09:04:09,225 DEBUG storage.ui: total growth: 11366400 sectors >09:04:09,225 DEBUG storage.ui: updating use_disk to vdb, type: 0 >09:04:09,225 DEBUG storage.ui: new free: 2142208-16777215 / 7146MB >09:04:09,225 DEBUG storage.ui: new free allows for 11366400 sectors of growth >09:04:09,227 DEBUG storage.ui: created partition vdb2 of 1MB and added it to /dev/vdb >09:04:09,229 DEBUG storage.ui: PartitionDevice._setPartedPartition: req5 ; >09:04:09,230 DEBUG storage.ui: device req5 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c064490> fileSystem: None > number: 2 path: /dev/vdb2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x419cf10> PedPartition: <_ped.Partition object at 0x7f55180396b0> >09:04:09,232 DEBUG storage.ui: PartitionDevice._setDisk: vdb2 ; new: vdb ; old: None ; >09:04:09,234 DEBUG storage.ui: DiskDevice.addChild: kids: 1 ; name: vdb ; >09:04:09,236 DEBUG storage.ui: PartitionDevice._setPartedPartition: vdb2 ; >09:04:09,237 DEBUG storage.ui: device vdb2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c064490> fileSystem: None > number: 2 path: /dev/vdb2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x5715950> PedPartition: <_ped.Partition object at 0x448e050> >09:04:09,237 DEBUG storage.ui: growPartitions: disks=['vda', 'vdb', 'vdc'], partitions=['vda1(id 20)', 'vda2(id 24)', 'vdb1(id 28)', 'vdb2(id 25)', 'vdc1(id 29)'] >09:04:09,237 DEBUG storage.ui: growable partitions are ['vda2', 'vdb2'] >09:04:09,238 DEBUG storage.ui: adding request 20 to chunk 16777153 (63-16777215) on /dev/vda >09:04:09,238 DEBUG storage.ui: adding request 24 to chunk 16777153 (63-16777215) on /dev/vda >09:04:09,239 DEBUG storage.ui: disk vda has 1 chunks >09:04:09,239 DEBUG storage.ui: adding request 28 to chunk 16777153 (63-16777215) on /dev/vdb >09:04:09,239 DEBUG storage.ui: adding request 25 to chunk 16777153 (63-16777215) on /dev/vdb >09:04:09,240 DEBUG storage.ui: disk vdb has 1 chunks >09:04:09,240 DEBUG storage.ui: adding request 29 to chunk 16777153 (63-16777215) on /dev/vdc >09:04:09,241 DEBUG storage.ui: disk vdc has 1 chunks >09:04:09,241 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/vda start = 63 end = 16777215 >sectorSize = 512 > >09:04:09,241 DEBUG storage.ui: req: PartitionRequest instance -- >id = 20 name = vda1 growable = False >base = 1024000 growth = 0 max_grow = 0 >done = True >09:04:09,242 DEBUG storage.ui: req: PartitionRequest instance -- >id = 24 name = vda2 growable = True >base = 2048 growth = 0 max_grow = 5683200 >done = False >09:04:09,242 DEBUG storage.ui: 1 requests and 15751105 (7690MB) left in chunk >09:04:09,242 DEBUG storage.ui: adding 15751105 (7690MB) to 24 (vda2) >09:04:09,243 DEBUG storage.ui: taking back 10067905 (4915MB) from 24 (vda2) >09:04:09,243 DEBUG storage.ui: new grow amount for request 24 (vda2) is 5683200 units, or 2775MB >09:04:09,243 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/vdb start = 63 end = 16777215 >sectorSize = 512 > >09:04:09,244 DEBUG storage.ui: req: PartitionRequest instance -- >id = 28 name = vdb1 growable = False >base = 2140160 growth = 0 max_grow = 0 >done = True >09:04:09,244 DEBUG storage.ui: req: PartitionRequest instance -- >id = 25 name = vdb2 growable = True >base = 2048 growth = 0 max_grow = 5683200 >done = False >09:04:09,244 DEBUG storage.ui: 1 requests and 14634945 (7145MB) left in chunk >09:04:09,244 DEBUG storage.ui: adding 14634945 (7145MB) to 25 (vdb2) >09:04:09,245 DEBUG storage.ui: taking back 8951745 (4370MB) from 25 (vdb2) >09:04:09,245 DEBUG storage.ui: new grow amount for request 25 (vdb2) is 5683200 units, or 2775MB >09:04:09,245 DEBUG storage.ui: set: ['vda2', 'vdb2'] 2776 >09:04:09,246 DEBUG storage.ui: min growth is 5683200 >09:04:09,246 DEBUG storage.ui: max growth for PartitionRequest instance -- >id = 24 name = vda2 growable = True >base = 2048 growth = 5683200 max_grow = 5683200 >done = True is 5683200 >09:04:09,246 DEBUG storage.ui: max growth for PartitionRequest instance -- >id = 25 name = vdb2 growable = True >base = 2048 growth = 5683200 max_grow = 5683200 >done = True is 5683200 >09:04:09,247 DEBUG storage.ui: set: ['vda2', 'vdb2'] 2776 >09:04:09,247 DEBUG storage.ui: min growth is 5683200 >09:04:09,247 DEBUG storage.ui: max growth for PartitionRequest instance -- >id = 24 name = vda2 growable = True >base = 2048 growth = 5683200 max_grow = 5683200 >done = True is 5683200 >09:04:09,248 DEBUG storage.ui: max growth for PartitionRequest instance -- >id = 25 name = vdb2 growable = True >base = 2048 growth = 5683200 max_grow = 5683200 >done = True is 5683200 >09:04:09,248 DEBUG storage.ui: growing partitions on vda >09:04:09,248 DEBUG storage.ui: partition vda1 (20): 0 >09:04:09,249 DEBUG storage.ui: new geometry for vda1: parted.Geometry instance -- > start: 2048 end: 1026047 length: 1024000 > device: <parted.device.Device object at 0x7f551c0602d0> PedGeometry: <_ped.Geometry object at 0x5733c90> >09:04:09,249 DEBUG storage.ui: partition vda2 (24): 0 >09:04:09,250 DEBUG storage.ui: new geometry for vda2: parted.Geometry instance -- > start: 1026048 end: 6711295 length: 5685248 > device: <parted.device.Device object at 0x7f551c0602d0> PedGeometry: <_ped.Geometry object at 0x54c1ed0> >09:04:09,250 DEBUG storage.ui: removing all non-preexisting partitions ['vda1(id 20)', 'vda2(id 24)'] from disk(s) ['vda'] >09:04:09,252 DEBUG storage.ui: PartitionDevice._setPartedPartition: vda1 ; >09:04:09,253 DEBUG storage.ui: device vda1 new partedPartition None >09:04:09,255 DEBUG storage.ui: PartitionDevice._setDisk: req3 ; new: None ; old: vda ; >09:04:09,257 DEBUG storage.ui: DiskDevice.removeChild: kids: 2 ; name: vda ; >09:04:09,259 DEBUG storage.ui: PartitionDevice._setPartedPartition: vda2 ; >09:04:09,259 DEBUG storage.ui: device vda2 new partedPartition None >09:04:09,261 DEBUG storage.ui: PartitionDevice._setDisk: req4 ; new: None ; old: vda ; >09:04:09,263 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: vda ; >09:04:09,263 DEBUG storage.ui: back from removeNewPartitions >09:04:09,264 DEBUG storage.ui: extended: None >09:04:09,264 DEBUG storage.ui: setting req3 new geometry: parted.Geometry instance -- > start: 2048 end: 1026047 length: 1024000 > device: <parted.device.Device object at 0x7f551c0602d0> PedGeometry: <_ped.Geometry object at 0x5733c90> >09:04:09,266 DEBUG storage.ui: PartitionDevice._setPartedPartition: req3 ; >09:04:09,267 DEBUG storage.ui: device req3 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c060150> fileSystem: None > number: 1 path: /dev/vda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x4477f90> PedPartition: <_ped.Partition object at 0x54bb170> >09:04:09,269 DEBUG storage.ui: PartitionDevice._setDisk: vda1 ; new: vda ; old: None ; >09:04:09,271 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: vda ; >09:04:09,273 DEBUG storage.ui: PartitionDevice._setPartedPartition: vda1 ; >09:04:09,274 DEBUG storage.ui: device vda1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c060150> fileSystem: None > number: 1 path: /dev/vda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x44775d0> PedPartition: <_ped.Partition object at 0x54ee410> >09:04:09,274 DEBUG storage.ui: setting req4 new geometry: parted.Geometry instance -- > start: 1026048 end: 6711295 length: 5685248 > device: <parted.device.Device object at 0x7f551c0602d0> PedGeometry: <_ped.Geometry object at 0x54c1ed0> >09:04:09,276 DEBUG storage.ui: PartitionDevice._setPartedPartition: req4 ; >09:04:09,277 DEBUG storage.ui: device req4 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c060150> fileSystem: None > number: 2 path: /dev/vda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x54c1ad0> PedPartition: <_ped.Partition object at 0x54ee5f0> >09:04:09,279 DEBUG storage.ui: PartitionDevice._setDisk: vda2 ; new: vda ; old: None ; >09:04:09,281 DEBUG storage.ui: DiskDevice.addChild: kids: 1 ; name: vda ; >09:04:09,283 DEBUG storage.ui: PartitionDevice._setPartedPartition: vda2 ; >09:04:09,284 DEBUG storage.ui: device vda2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c060150> fileSystem: None > number: 2 path: /dev/vda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x4477910> PedPartition: <_ped.Partition object at 0x7f5518039830> >09:04:09,284 DEBUG storage.ui: growing partitions on vdb >09:04:09,285 DEBUG storage.ui: partition vdb1 (28): 0 >09:04:09,285 DEBUG storage.ui: new geometry for vdb1: parted.Geometry instance -- > start: 2048 end: 2142207 length: 2140160 > device: <parted.device.Device object at 0x7f551c064b10> PedGeometry: <_ped.Geometry object at 0x5715450> >09:04:09,286 DEBUG storage.ui: partition vdb2 (25): 0 >09:04:09,286 DEBUG storage.ui: new geometry for vdb2: parted.Geometry instance -- > start: 2142208 end: 7827455 length: 5685248 > device: <parted.device.Device object at 0x7f551c064b10> PedGeometry: <_ped.Geometry object at 0x7f5520168290> >09:04:09,286 DEBUG storage.ui: removing all non-preexisting partitions ['vdb1(id 28)', 'vdb2(id 25)'] from disk(s) ['vdb'] >09:04:09,289 DEBUG storage.ui: PartitionDevice._setPartedPartition: vdb1 ; >09:04:09,289 DEBUG storage.ui: device vdb1 new partedPartition None >09:04:09,291 DEBUG storage.ui: PartitionDevice._setDisk: req6 ; new: None ; old: vdb ; >09:04:09,293 DEBUG storage.ui: DiskDevice.removeChild: kids: 2 ; name: vdb ; >09:04:09,295 DEBUG storage.ui: PartitionDevice._setPartedPartition: vdb2 ; >09:04:09,295 DEBUG storage.ui: device vdb2 new partedPartition None >09:04:09,297 DEBUG storage.ui: PartitionDevice._setDisk: req5 ; new: None ; old: vdb ; >09:04:09,299 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: vdb ; >09:04:09,300 DEBUG storage.ui: back from removeNewPartitions >09:04:09,300 DEBUG storage.ui: extended: None >09:04:09,301 DEBUG storage.ui: setting req6 new geometry: parted.Geometry instance -- > start: 2048 end: 2142207 length: 2140160 > device: <parted.device.Device object at 0x7f551c064b10> PedGeometry: <_ped.Geometry object at 0x5715450> >09:04:09,303 DEBUG storage.ui: PartitionDevice._setPartedPartition: req6 ; >09:04:09,303 DEBUG storage.ui: device req6 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c064490> fileSystem: None > number: 1 path: /dev/vdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x5733890> PedPartition: <_ped.Partition object at 0x54ee650> >09:04:09,305 DEBUG storage.ui: PartitionDevice._setDisk: vdb1 ; new: vdb ; old: None ; >09:04:09,307 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: vdb ; >09:04:09,310 DEBUG storage.ui: PartitionDevice._setPartedPartition: vdb1 ; >09:04:09,310 DEBUG storage.ui: device vdb1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c064490> fileSystem: None > number: 1 path: /dev/vdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x57158d0> PedPartition: <_ped.Partition object at 0x7f5518039710> >09:04:09,310 DEBUG storage.ui: setting req5 new geometry: parted.Geometry instance -- > start: 2142208 end: 7827455 length: 5685248 > device: <parted.device.Device object at 0x7f551c064b10> PedGeometry: <_ped.Geometry object at 0x7f5520168290> >09:04:09,313 DEBUG storage.ui: PartitionDevice._setPartedPartition: req5 ; >09:04:09,314 DEBUG storage.ui: device req5 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c064490> fileSystem: None > number: 2 path: /dev/vdb2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f5520168390> PedPartition: <_ped.Partition object at 0x54ee4d0> >09:04:09,316 DEBUG storage.ui: PartitionDevice._setDisk: vdb2 ; new: vdb ; old: None ; >09:04:09,318 DEBUG storage.ui: DiskDevice.addChild: kids: 1 ; name: vdb ; >09:04:09,320 DEBUG storage.ui: PartitionDevice._setPartedPartition: vdb2 ; >09:04:09,321 DEBUG storage.ui: device vdb2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c064490> fileSystem: None > number: 2 path: /dev/vdb2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x5733510> PedPartition: <_ped.Partition object at 0x54bb170> >09:04:09,321 DEBUG storage.ui: growing partitions on vdc >09:04:09,322 DEBUG storage.ui: fixing size of non-existent 500MB partition vda1 (20) with non-existent ext4 filesystem mounted at /boot at 500.00 >09:04:09,322 DEBUG storage.ui: fixing size of non-existent 2776MB partition vda2 (24) with non-existent mdmember at 2776.00 >09:04:09,323 DEBUG storage.ui: fixing size of non-existent 1045MB partition vdb1 (28) with non-existent mdmember at 1045.00 >09:04:09,323 DEBUG storage.ui: fixing size of non-existent 2776MB partition vdb2 (25) with non-existent mdmember at 2776.00 >09:04:09,324 DEBUG storage.ui: fixing size of non-existent 1045MB partition vdc1 (29) with non-existent mdmember at 1045.00 >09:04:09,325 DEBUG storage.ui: new member set: ['vda2', 'vdb2'] >09:04:09,326 DEBUG storage.ui: old member set: ['vda2', 'vdb2'] >09:04:09,326 DEBUG storage.ui: raw RAID 0 size == 5552.0 >09:04:09,327 INFO storage.ui: Using 4MB superBlockSize >09:04:09,328 DEBUG storage.ui: non-existent RAID 0 size == 5544.0 >09:04:09,328 DEBUG storage.ui: new member set: ['00'] >09:04:09,328 DEBUG storage.ui: old member set: ['00'] >09:04:09,331 DEBUG storage.ui: Blivet.factoryDevice: 0 ; 8772 ; container_raid_level: raid1 ; name: home ; encrypted: False ; container_encrypted: False ; disks: [DiskDevice instance (0x7f551c060990) -- > name = vda status = True kids = 2 id = 1 > parents = [] > uuid = None size = 8192.0 > format = non-existent msdos disklabel > major = 252 minor = 0 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:07.0/virtio2/block/vda partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vda type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 16777216 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 32597 did: 0 busy: False > hardwareGeometry: (16644, 16, 63) biosGeometry: (1044, 255, 63) > PedDevice: <_ped.Device object at 0x431ddd0> > target size = 0 path = /dev/vda > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f551c060910>, DiskDevice instance (0x7f551c064a50) -- > name = vdb status = True kids = 2 id = 2 > parents = [] > uuid = None size = 8192.0 > format = non-existent msdos disklabel > major = 252 minor = 16 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:09.0/virtio4/block/vdb partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vdb type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 16777216 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 32597 did: 0 busy: False > hardwareGeometry: (16644, 16, 63) biosGeometry: (1044, 255, 63) > PedDevice: <_ped.Device object at 0x4391200> > target size = 0 path = /dev/vdb > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f551c064e10>] ; raid_level: None ; label: ; container_name: fedora00 ; device: None ; mountpoint: /home ; fstype: ext4 ; container_size: 0 ; >09:04:09,332 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.LVMFactory'>: <blivet.Blivet object at 0x4d8c4d0>, 8772, ['vda', 'vdb'], {'container_raid_level': 'raid1', 'name': 'home', 'encrypted': False, 'container_encrypted': False, 'raid_level': None, 'label': '', 'container_name': 'fedora00', 'device': None, 'mountpoint': '/home', 'fstype': 'ext4', 'container_size': 0} >09:04:09,333 DEBUG storage.ui: LVMFactory.configure: parent_factory: None ; >09:04:09,334 DEBUG storage.ui: starting Blivet copy >09:04:09,378 DEBUG storage.ui: PartitionDevice._setPartedPartition: vda1 ; >09:04:09,379 DEBUG storage.ui: device vda1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x4477690> fileSystem: None > number: 1 path: /dev/vda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x573b9d0> PedPartition: <_ped.Partition object at 0x419e290> >09:04:09,381 DEBUG storage.ui: PartitionDevice._setPartedPartition: vda2 ; >09:04:09,382 DEBUG storage.ui: device vda2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x4477690> fileSystem: None > number: 2 path: /dev/vda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x573bb50> PedPartition: <_ped.Partition object at 0x448e050> >09:04:09,384 DEBUG storage.ui: PartitionDevice._setPartedPartition: vdb1 ; >09:04:09,384 DEBUG storage.ui: device vdb1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f55201664d0> fileSystem: None > number: 1 path: /dev/vdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x573bc50> PedPartition: <_ped.Partition object at 0x54ee4d0> >09:04:09,386 DEBUG storage.ui: PartitionDevice._setPartedPartition: vdb2 ; >09:04:09,387 DEBUG storage.ui: device vdb2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f55201664d0> fileSystem: None > number: 2 path: /dev/vdb2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x573bdd0> PedPartition: <_ped.Partition object at 0x54ee650> >09:04:09,389 DEBUG storage.ui: PartitionDevice._setPartedPartition: vdc1 ; >09:04:09,389 DEBUG storage.ui: device vdc1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f5520166950> fileSystem: None > number: 1 path: /dev/vdc1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x573bed0> PedPartition: <_ped.Partition object at 0x54ee5f0> >09:04:09,390 DEBUG storage.ui: finished Blivet copy >09:04:09,391 DEBUG storage.ui: raw RAID 1 size == 1045.0 >09:04:09,391 INFO storage.ui: Using 1MB superBlockSize >09:04:09,392 DEBUG storage.ui: non-existent RAID 1 size == 1044.0 >09:04:09,393 DEBUG storage.ui: raw RAID 1 size == 1045.0 >09:04:09,393 INFO storage.ui: Using 1MB superBlockSize >09:04:09,394 DEBUG storage.ui: non-existent RAID 1 size == 1044.0 >09:04:09,394 DEBUG storage.ui: fedora00 size is 1040MB >09:04:09,395 DEBUG storage.ui: raw RAID 1 size == 1045.0 >09:04:09,395 INFO storage.ui: Using 1MB superBlockSize >09:04:09,396 DEBUG storage.ui: non-existent RAID 1 size == 1044.0 >09:04:09,397 DEBUG storage.ui: vg fedora00 has 40MB free >09:04:09,397 DEBUG storage.ui: size bumped to 9780 to include new device space >09:04:09,397 DEBUG storage.ui: child factory class: <class 'blivet.devicefactory.MDFactory'> >09:04:09,399 DEBUG storage.ui: child factory args: [<blivet.Blivet object at 0x4d8c4d0>, 9820.0, [DiskDevice instance (0x7f551c060990) -- > name = vda status = True kids = 2 id = 1 > parents = [] > uuid = None size = 8192.0 > format = non-existent msdos disklabel > major = 252 minor = 0 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:07.0/virtio2/block/vda partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vda type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 16777216 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 32597 did: 0 busy: False > hardwareGeometry: (16644, 16, 63) biosGeometry: (1044, 255, 63) > PedDevice: <_ped.Device object at 0x431ddd0> > target size = 0 path = /dev/vda > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f551c060910>, DiskDevice instance (0x7f551c064a50) -- > name = vdb status = True kids = 2 id = 2 > parents = [] > uuid = None size = 8192.0 > format = non-existent msdos disklabel > major = 252 minor = 16 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:09.0/virtio4/block/vdb partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vdb type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 16777216 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 32597 did: 0 busy: False > hardwareGeometry: (16644, 16, 63) biosGeometry: (1044, 255, 63) > PedDevice: <_ped.Device object at 0x4391200> > target size = 0 path = /dev/vdb > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f551c064e10>]] >09:04:09,400 DEBUG storage.ui: raw RAID 1 size == 1045.0 >09:04:09,401 INFO storage.ui: Using 1MB superBlockSize >09:04:09,402 DEBUG storage.ui: non-existent RAID 1 size == 1044.0 >09:04:09,402 DEBUG storage.ui: child factory kwargs: {'device': MDRaidArrayDevice instance (0x5712d10) -- > name = pv01 status = False kids = 1 id = 30 > parents = ['non-existent 1045MB partition vdb1 (28) with non-existent mdmember', > 'non-existent 1045MB partition vdc1 (29) with non-existent mdmember'] > uuid = None size = 1044.0 > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 1044.0 path = /dev/md/pv01 > format args = None originalFormat = lvmpv level = 1 spares = 0 > members = 2 > total devices = 2 metadata version = default, 'encrypted': False, 'raid_level': 'raid1', 'fstype': 'lvmpv'} >09:04:09,404 DEBUG storage.ui: MDFactory.configure: parent_factory: <blivet.devicefactory.LVMFactory object at 0x571fa90> ; >09:04:09,404 INFO storage.ui: Using 8MB superBlockSize >09:04:09,405 DEBUG storage.ui: child factory class: <class 'blivet.devicefactory.PartitionSetFactory'> >09:04:09,407 DEBUG storage.ui: child factory args: [<blivet.Blivet object at 0x4d8c4d0>, 19656.0, [DiskDevice instance (0x7f551c060990) -- > name = vda status = True kids = 2 id = 1 > parents = [] > uuid = None size = 8192.0 > format = non-existent msdos disklabel > major = 252 minor = 0 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:07.0/virtio2/block/vda partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vda type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 16777216 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 32597 did: 0 busy: False > hardwareGeometry: (16644, 16, 63) biosGeometry: (1044, 255, 63) > PedDevice: <_ped.Device object at 0x431ddd0> > target size = 0 path = /dev/vda > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f551c060910>, DiskDevice instance (0x7f551c064a50) -- > name = vdb status = True kids = 2 id = 2 > parents = [] > uuid = None size = 8192.0 > format = non-existent msdos disklabel > major = 252 minor = 16 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:09.0/virtio4/block/vdb partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vdb type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 16777216 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 32597 did: 0 busy: False > hardwareGeometry: (16644, 16, 63) biosGeometry: (1044, 255, 63) > PedDevice: <_ped.Device object at 0x4391200> > target size = 0 path = /dev/vdb > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f551c064e10>]] >09:04:09,407 DEBUG storage.ui: child factory kwargs: {'fstype': 'mdmember'} >09:04:09,409 DEBUG storage.ui: PartitionSetFactory.configure: parent_factory: <blivet.devicefactory.MDFactory object at 0x7f5520165a90> ; >09:04:09,410 DEBUG storage.ui: raw RAID 1 size == 1045.0 >09:04:09,410 INFO storage.ui: Using 1MB superBlockSize >09:04:09,411 DEBUG storage.ui: non-existent RAID 1 size == 1044.0 >09:04:09,411 DEBUG storage.ui: parent factory container: non-existent 1044MB mdarray pv01 (30) with non-existent lvmpv >09:04:09,411 DEBUG storage.ui: members: ['vdb1', 'vdc1'] >09:04:09,412 DEBUG storage.ui: add_disks: ['vda'] >09:04:09,412 DEBUG storage.ui: remove_disks: ['vdc'] >09:04:09,414 DEBUG storage.ui: MDRaidArrayDevice._removeDevice: pv01 ; device: vdc1 ; status: False ; >09:04:09,416 DEBUG storage.ui: PartitionDevice.removeChild: kids: 1 ; name: vdc1 ; >09:04:09,417 INFO storage.ui: removed partition vdc1 (id 29) from device tree >09:04:09,419 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: vdc ; >09:04:09,420 INFO storage.ui: registered action: [46] Destroy Device partition vdc1 (id 29) >09:04:09,422 DEBUG storage.ui: MDRaidMember.__init__: >09:04:09,422 DEBUG storage.ui: getFormat('mdmember') returning MDRaidMember instance >09:04:09,424 DEBUG storage.ui: MDRaidMember.__init__: mountpoint: None ; >09:04:09,425 DEBUG storage.ui: getFormat('mdmember') returning MDRaidMember instance >09:04:09,427 DEBUG storage.ui: DiskDevice.addChild: kids: 2 ; name: vda ; >09:04:09,429 DEBUG storage.ui: PartitionDevice._setFormat: req8 ; >09:04:09,431 DEBUG storage.ui: PartitionDevice._setFormat: req8 ; current: None ; type: mdmember ; >09:04:09,433 DEBUG storage.ui: DiskDevice.removeChild: kids: 3 ; name: vda ; >09:04:09,433 INFO storage.ui: added partition req8 (id 34) to device tree >09:04:09,434 INFO storage.ui: registered action: [47] Create Device partition req8 (id 34) >09:04:09,435 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance >09:04:09,435 INFO storage.ui: registered action: [48] Create Format mdmember on partition req8 (id 34) >09:04:09,437 DEBUG storage.ui: PartitionDevice.addChild: kids: 0 ; name: req8 ; >09:04:09,438 INFO storage.ui: Using 8MB superBlockSize >09:04:09,438 DEBUG storage.ui: adding a SameSizeSet with size 19656 >09:04:09,441 DEBUG storage.ui: DiskDevice.setup: vda ; status: True ; controllable: True ; orig: False ; >09:04:09,442 DEBUG storage.ui: DiskDevice.setup: vdb ; status: True ; controllable: True ; orig: False ; >09:04:09,444 DEBUG storage.ui: DiskDevice.setup: vdc ; status: True ; controllable: True ; orig: False ; >09:04:09,446 DEBUG storage.ui: removing all non-preexisting partitions ['req8(id 34)', 'vda1(id 20)', 'vda2(id 24)', 'vdb1(id 28)', 'vdb2(id 25)'] from disk(s) ['vda', 'vdb', 'vdc'] >09:04:09,448 DEBUG storage.ui: PartitionDevice._setPartedPartition: vda1 ; >09:04:09,448 DEBUG storage.ui: device vda1 new partedPartition None >09:04:09,450 DEBUG storage.ui: PartitionDevice._setDisk: req3 ; new: None ; old: vda ; >09:04:09,453 DEBUG storage.ui: DiskDevice.removeChild: kids: 2 ; name: vda ; >09:04:09,455 DEBUG storage.ui: PartitionDevice._setPartedPartition: vda2 ; >09:04:09,455 DEBUG storage.ui: device vda2 new partedPartition None >09:04:09,457 DEBUG storage.ui: PartitionDevice._setDisk: req4 ; new: None ; old: vda ; >09:04:09,459 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: vda ; >09:04:09,461 DEBUG storage.ui: PartitionDevice._setPartedPartition: vdb1 ; >09:04:09,462 DEBUG storage.ui: device vdb1 new partedPartition None >09:04:09,464 DEBUG storage.ui: PartitionDevice._setDisk: req6 ; new: None ; old: vdb ; >09:04:09,466 DEBUG storage.ui: DiskDevice.removeChild: kids: 2 ; name: vdb ; >09:04:09,468 DEBUG storage.ui: PartitionDevice._setPartedPartition: vdb2 ; >09:04:09,469 DEBUG storage.ui: device vdb2 new partedPartition None >09:04:09,471 DEBUG storage.ui: PartitionDevice._setDisk: req5 ; new: None ; old: vdb ; >09:04:09,473 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: vdb ; >09:04:09,474 DEBUG storage.ui: allocatePartitions: disks=['vda', 'vdb', 'vdc'] ; partitions=['req8(id 34)', 'req3(id 20)', 'req4(id 24)', 'req6(id 28)', 'req5(id 25)'] >09:04:09,474 DEBUG storage.ui: removing all non-preexisting partitions ['req3(id 20)', 'req4(id 24)', 'req5(id 25)', 'req8(id 34)', 'req6(id 28)'] from disk(s) ['vda', 'vdb', 'vdc'] >09:04:09,476 DEBUG storage.ui: DeviceTree.getDeviceByName: name: vda ; >09:04:09,479 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk vda (1) with non-existent msdos disklabel >09:04:09,479 DEBUG storage.ui: resolved 'vda' to 'vda' (disk) >09:04:09,481 DEBUG storage.ui: DeviceTree.getDeviceByName: name: vda ; >09:04:09,483 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk vda (1) with non-existent msdos disklabel >09:04:09,483 DEBUG storage.ui: resolved 'vda' to 'vda' (disk) >09:04:09,485 DEBUG storage.ui: DeviceTree.getDeviceByName: name: vda ; >09:04:09,488 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk vda (1) with non-existent msdos disklabel >09:04:09,488 DEBUG storage.ui: resolved 'vda' to 'vda' (disk) >09:04:09,490 DEBUG storage.ui: DeviceTree.getDeviceByName: name: vda ; >09:04:09,492 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk vda (1) with non-existent msdos disklabel >09:04:09,493 DEBUG storage.ui: resolved 'vda' to 'vda' (disk) >09:04:09,495 DEBUG storage.ui: DeviceTree.getDeviceByName: name: vda ; >09:04:09,497 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk vda (1) with non-existent msdos disklabel >09:04:09,497 DEBUG storage.ui: resolved 'vda' to 'vda' (disk) >09:04:09,499 DEBUG storage.ui: DeviceTree.getDeviceByName: name: vda ; >09:04:09,501 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk vda (1) with non-existent msdos disklabel >09:04:09,502 DEBUG storage.ui: resolved 'vda' to 'vda' (disk) >09:04:09,502 DEBUG storage.ui: allocating partition: req3 ; id: 20 ; disks: ['vda', 'vdb', 'vdc'] ; >boot: True ; primary: False ; size: 500MB ; grow: False ; max_size: 0 ; start: None ; end: None >09:04:09,502 DEBUG storage.ui: checking freespace on vda >09:04:09,503 DEBUG storage.ui: getBestFreeSpaceRegion: disk=/dev/vda part_type=0 req_size=500MB boot=True best=None grow=False start=None >09:04:09,504 DEBUG storage.ui: checking 63-16777215 (8191 MB) >09:04:09,504 DEBUG storage.ui: current free range is 63-16777215 (8191MB) >09:04:09,504 DEBUG storage.ui: updating use_disk to vda, type: 0 >09:04:09,505 DEBUG storage.ui: new free: 63-16777215 / 8191MB >09:04:09,505 DEBUG storage.ui: new free allows for 0 sectors of growth >09:04:09,506 DEBUG storage.ui: found free space for bootable request >09:04:09,506 DEBUG storage.ui: adjusted start sector from 63 to 2048 >09:04:09,507 DEBUG storage.ui: created partition vda1 of 500MB and added it to /dev/vda >09:04:09,509 DEBUG storage.ui: PartitionDevice._setPartedPartition: req3 ; >09:04:09,510 DEBUG storage.ui: device req3 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c060150> fileSystem: None > number: 1 path: /dev/vda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x572d0d0> PedPartition: <_ped.Partition object at 0x448e410> >09:04:09,512 DEBUG storage.ui: PartitionDevice._setDisk: vda1 ; new: vda ; old: None ; >09:04:09,514 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: vda ; >09:04:09,517 DEBUG storage.ui: PartitionDevice._setPartedPartition: vda1 ; >09:04:09,517 DEBUG storage.ui: device vda1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c060150> fileSystem: None > number: 1 path: /dev/vda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x572d650> PedPartition: <_ped.Partition object at 0x7f5518039830> >09:04:09,520 DEBUG storage.ui: DeviceTree.getDeviceByName: name: vda ; >09:04:09,522 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk vda (1) with non-existent msdos disklabel >09:04:09,522 DEBUG storage.ui: resolved 'vda' to 'vda' (disk) >09:04:09,524 DEBUG storage.ui: DeviceTree.getDeviceByName: name: vda ; >09:04:09,526 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk vda (1) with non-existent msdos disklabel >09:04:09,527 DEBUG storage.ui: resolved 'vda' to 'vda' (disk) >09:04:09,527 DEBUG storage.ui: allocating partition: req4 ; id: 24 ; disks: ['vda'] ; >boot: False ; primary: False ; size: 2776MB ; grow: False ; max_size: 2776 ; start: None ; end: None >09:04:09,527 DEBUG storage.ui: checking freespace on vda >09:04:09,528 DEBUG storage.ui: getBestFreeSpaceRegion: disk=/dev/vda part_type=0 req_size=2776MB boot=False best=None grow=False start=None >09:04:09,529 DEBUG storage.ui: checking 63-2047 (0 MB) >09:04:09,529 DEBUG storage.ui: current free range is 63-2047 (0MB) >09:04:09,530 DEBUG storage.ui: checking 1026048-16777215 (7691 MB) >09:04:09,530 DEBUG storage.ui: current free range is 1026048-16777215 (7691MB) >09:04:09,530 DEBUG storage.ui: updating use_disk to vda, type: 0 >09:04:09,531 DEBUG storage.ui: new free: 1026048-16777215 / 7691MB >09:04:09,531 DEBUG storage.ui: new free allows for 0 sectors of growth >09:04:09,532 DEBUG storage.ui: created partition vda2 of 2776MB and added it to /dev/vda >09:04:09,534 DEBUG storage.ui: PartitionDevice._setPartedPartition: req4 ; >09:04:09,535 DEBUG storage.ui: device req4 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c060150> fileSystem: None > number: 2 path: /dev/vda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x572db90> PedPartition: <_ped.Partition object at 0x7f5518039710> >09:04:09,537 DEBUG storage.ui: PartitionDevice._setDisk: vda2 ; new: vda ; old: None ; >09:04:09,539 DEBUG storage.ui: DiskDevice.addChild: kids: 1 ; name: vda ; >09:04:09,541 DEBUG storage.ui: PartitionDevice._setPartedPartition: vda2 ; >09:04:09,542 DEBUG storage.ui: device vda2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c060150> fileSystem: None > number: 2 path: /dev/vda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x572dcd0> PedPartition: <_ped.Partition object at 0x54ee3b0> >09:04:09,545 DEBUG storage.ui: DeviceTree.getDeviceByName: name: vda ; >09:04:09,547 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk vda (1) with non-existent msdos disklabel >09:04:09,547 DEBUG storage.ui: resolved 'vda' to 'vda' (disk) >09:04:09,549 DEBUG storage.ui: DeviceTree.getDeviceByName: name: vda ; >09:04:09,551 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk vda (1) with non-existent msdos disklabel >09:04:09,552 DEBUG storage.ui: resolved 'vda' to 'vda' (disk) >09:04:09,552 DEBUG storage.ui: allocating partition: req5 ; id: 25 ; disks: ['vdb'] ; >boot: False ; primary: False ; size: 2776MB ; grow: False ; max_size: 2776 ; start: None ; end: None >09:04:09,553 DEBUG storage.ui: checking freespace on vdb >09:04:09,553 DEBUG storage.ui: getBestFreeSpaceRegion: disk=/dev/vdb part_type=0 req_size=2776MB boot=False best=None grow=False start=None >09:04:09,554 DEBUG storage.ui: checking 63-16777215 (8191 MB) >09:04:09,555 DEBUG storage.ui: current free range is 63-16777215 (8191MB) >09:04:09,555 DEBUG storage.ui: updating use_disk to vdb, type: 0 >09:04:09,555 DEBUG storage.ui: new free: 63-16777215 / 8191MB >09:04:09,556 DEBUG storage.ui: new free allows for 0 sectors of growth >09:04:09,556 DEBUG storage.ui: adjusted start sector from 63 to 2048 >09:04:09,557 DEBUG storage.ui: created partition vdb1 of 2776MB and added it to /dev/vdb >09:04:09,559 DEBUG storage.ui: PartitionDevice._setPartedPartition: req5 ; >09:04:09,560 DEBUG storage.ui: device req5 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c064490> fileSystem: None > number: 1 path: /dev/vdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x44778d0> PedPartition: <_ped.Partition object at 0x54bb170> >09:04:09,562 DEBUG storage.ui: PartitionDevice._setDisk: vdb1 ; new: vdb ; old: None ; >09:04:09,564 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: vdb ; >09:04:09,566 DEBUG storage.ui: PartitionDevice._setPartedPartition: vdb1 ; >09:04:09,567 DEBUG storage.ui: device vdb1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c064490> fileSystem: None > number: 1 path: /dev/vdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x4477210> PedPartition: <_ped.Partition object at 0x7f5518039710> >09:04:09,569 DEBUG storage.ui: DeviceTree.getDeviceByName: name: vda ; >09:04:09,572 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk vda (1) with non-existent msdos disklabel >09:04:09,572 DEBUG storage.ui: resolved 'vda' to 'vda' (disk) >09:04:09,574 DEBUG storage.ui: DeviceTree.getDeviceByName: name: vda ; >09:04:09,576 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk vda (1) with non-existent msdos disklabel >09:04:09,577 DEBUG storage.ui: resolved 'vda' to 'vda' (disk) >09:04:09,577 DEBUG storage.ui: allocating partition: req8 ; id: 34 ; disks: ['vda'] ; >boot: False ; primary: False ; size: 1MB ; grow: True ; max_size: 9828 ; start: None ; end: None >09:04:09,577 DEBUG storage.ui: checking freespace on vda >09:04:09,578 DEBUG storage.ui: getBestFreeSpaceRegion: disk=/dev/vda part_type=0 req_size=1MB boot=False best=None grow=True start=None >09:04:09,579 DEBUG storage.ui: checking 63-2047 (0 MB) >09:04:09,579 DEBUG storage.ui: current free range is 63-2047 (0MB) >09:04:09,579 DEBUG storage.ui: checking 6711296-16777215 (4915 MB) >09:04:09,580 DEBUG storage.ui: current free range is 6711296-16777215 (4915MB) >09:04:09,580 DEBUG storage.ui: evaluating growth potential for new layout >09:04:09,581 DEBUG storage.ui: calculating growth for disk /dev/vdc >09:04:09,581 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/vdc start = 63 end = 16777215 >sectorSize = 512 > >09:04:09,581 DEBUG storage.ui: disk /dev/vdc growth: 0 (0MB) >09:04:09,582 DEBUG storage.ui: calculating growth for disk /dev/vdb >09:04:09,582 DEBUG storage.ui: adding request 25 to chunk 16777153 (63-16777215) on /dev/vdb >09:04:09,582 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/vdb start = 63 end = 16777215 >sectorSize = 512 > >09:04:09,583 DEBUG storage.ui: req: PartitionRequest instance -- >id = 25 name = vdb1 growable = False >base = 5685248 growth = 0 max_grow = 0 >done = True >09:04:09,583 DEBUG storage.ui: request 25 (vdb1) growth: 0 (0MB) size: 2776MB >09:04:09,583 DEBUG storage.ui: disk /dev/vdb growth: 0 (0MB) >09:04:09,584 DEBUG storage.ui: calculating growth for disk /dev/vda >09:04:09,586 DEBUG storage.ui: PartitionDevice._setPartedPartition: req8 ; >09:04:09,587 DEBUG storage.ui: device req8 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c060150> fileSystem: None > number: 3 path: /dev/vda3 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x572d490> PedPartition: <_ped.Partition object at 0x54bb350> >09:04:09,591 DEBUG storage.ui: PartitionDevice._setDisk: vda3 ; new: vda ; old: None ; >09:04:09,595 DEBUG storage.ui: DiskDevice.addChild: kids: 2 ; name: vda ; >09:04:09,596 DEBUG storage.ui: adding request 20 to chunk 16777153 (63-16777215) on /dev/vda >09:04:09,597 DEBUG storage.ui: adding request 24 to chunk 16777153 (63-16777215) on /dev/vda >09:04:09,598 DEBUG storage.ui: adding request 34 to chunk 16777153 (63-16777215) on /dev/vda >09:04:09,598 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/vda start = 63 end = 16777215 >sectorSize = 512 > >09:04:09,599 DEBUG storage.ui: req: PartitionRequest instance -- >id = 20 name = vda1 growable = False >base = 1024000 growth = 0 max_grow = 0 >done = True >09:04:09,599 DEBUG storage.ui: req: PartitionRequest instance -- >id = 24 name = vda2 growable = False >base = 5685248 growth = 0 max_grow = 0 >done = True >09:04:09,600 DEBUG storage.ui: req: PartitionRequest instance -- >id = 34 name = vda3 growable = True >base = 2048 growth = 0 max_grow = 20125696 >done = False >09:04:09,600 DEBUG storage.ui: 1 requests and 10065857 (4914MB) left in chunk >09:04:09,601 DEBUG storage.ui: adding 10065857 (4914MB) to 34 (vda3) >09:04:09,601 DEBUG storage.ui: new grow amount for request 34 (vda3) is 10065857 units, or 4914MB >09:04:09,602 DEBUG storage.ui: request 20 (vda1) growth: 0 (0MB) size: 500MB >09:04:09,602 DEBUG storage.ui: request 24 (vda2) growth: 0 (0MB) size: 2776MB >09:04:09,603 DEBUG storage.ui: request 34 (vda3) growth: 10065857 (4914MB) size: 4915MB >09:04:09,603 DEBUG storage.ui: disk /dev/vda growth: 10065857 (4914MB) >09:04:09,606 DEBUG storage.ui: PartitionDevice._setPartedPartition: vda3 ; >09:04:09,607 DEBUG storage.ui: device vda3 new partedPartition None >09:04:09,609 DEBUG storage.ui: PartitionDevice._setDisk: req8 ; new: None ; old: vda ; >09:04:09,612 DEBUG storage.ui: DiskDevice.removeChild: kids: 3 ; name: vda ; >09:04:09,612 DEBUG storage.ui: total growth: 10065857 sectors >09:04:09,613 DEBUG storage.ui: updating use_disk to vda, type: 0 >09:04:09,613 DEBUG storage.ui: new free: 6711296-16777215 / 4915MB >09:04:09,613 DEBUG storage.ui: new free allows for 10065857 sectors of growth >09:04:09,615 DEBUG storage.ui: created partition vda3 of 1MB and added it to /dev/vda >09:04:09,617 DEBUG storage.ui: PartitionDevice._setPartedPartition: req8 ; >09:04:09,618 DEBUG storage.ui: device req8 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c060150> fileSystem: None > number: 3 path: /dev/vda3 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x572de90> PedPartition: <_ped.Partition object at 0x448e410> >09:04:09,621 DEBUG storage.ui: PartitionDevice._setDisk: vda3 ; new: vda ; old: None ; >09:04:09,624 DEBUG storage.ui: DiskDevice.addChild: kids: 2 ; name: vda ; >09:04:09,627 DEBUG storage.ui: PartitionDevice._setPartedPartition: vda3 ; >09:04:09,628 DEBUG storage.ui: device vda3 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c060150> fileSystem: None > number: 3 path: /dev/vda3 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x5746190> PedPartition: <_ped.Partition object at 0x54ee6b0> >09:04:09,630 DEBUG storage.ui: DeviceTree.getDeviceByName: name: vda ; >09:04:09,633 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk vda (1) with non-existent msdos disklabel >09:04:09,634 DEBUG storage.ui: resolved 'vda' to 'vda' (disk) >09:04:09,636 DEBUG storage.ui: DeviceTree.getDeviceByName: name: vda ; >09:04:09,638 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk vda (1) with non-existent msdos disklabel >09:04:09,638 DEBUG storage.ui: resolved 'vda' to 'vda' (disk) >09:04:09,639 DEBUG storage.ui: allocating partition: req6 ; id: 28 ; disks: ['vdb'] ; >boot: False ; primary: False ; size: 1MB ; grow: True ; max_size: 9828 ; start: None ; end: None >09:04:09,639 DEBUG storage.ui: checking freespace on vdb >09:04:09,640 DEBUG storage.ui: getBestFreeSpaceRegion: disk=/dev/vdb part_type=0 req_size=1MB boot=False best=None grow=True start=None >09:04:09,640 DEBUG storage.ui: checking 63-2047 (0 MB) >09:04:09,641 DEBUG storage.ui: current free range is 63-2047 (0MB) >09:04:09,641 DEBUG storage.ui: checking 5687296-16777215 (5415 MB) >09:04:09,642 DEBUG storage.ui: current free range is 5687296-16777215 (5415MB) >09:04:09,642 DEBUG storage.ui: evaluating growth potential for new layout >09:04:09,642 DEBUG storage.ui: calculating growth for disk /dev/vdc >09:04:09,643 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/vdc start = 63 end = 16777215 >sectorSize = 512 > >09:04:09,643 DEBUG storage.ui: disk /dev/vdc growth: 0 (0MB) >09:04:09,643 DEBUG storage.ui: calculating growth for disk /dev/vdb >09:04:09,646 DEBUG storage.ui: PartitionDevice._setPartedPartition: req6 ; >09:04:09,646 DEBUG storage.ui: device req6 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c064490> fileSystem: None > number: 2 path: /dev/vdb2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x5746590> PedPartition: <_ped.Partition object at 0x54ee770> >09:04:09,648 DEBUG storage.ui: PartitionDevice._setDisk: vdb2 ; new: vdb ; old: None ; >09:04:09,651 DEBUG storage.ui: DiskDevice.addChild: kids: 1 ; name: vdb ; >09:04:09,652 DEBUG storage.ui: adding request 25 to chunk 16777153 (63-16777215) on /dev/vdb >09:04:09,652 DEBUG storage.ui: adding request 28 to chunk 16777153 (63-16777215) on /dev/vdb >09:04:09,653 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/vdb start = 63 end = 16777215 >sectorSize = 512 > >09:04:09,653 DEBUG storage.ui: req: PartitionRequest instance -- >id = 25 name = vdb1 growable = False >base = 5685248 growth = 0 max_grow = 0 >done = True >09:04:09,653 DEBUG storage.ui: req: PartitionRequest instance -- >id = 28 name = vdb2 growable = True >base = 2048 growth = 0 max_grow = 20125696 >done = False >09:04:09,654 DEBUG storage.ui: 1 requests and 11089857 (5414MB) left in chunk >09:04:09,654 DEBUG storage.ui: adding 11089857 (5414MB) to 28 (vdb2) >09:04:09,654 DEBUG storage.ui: new grow amount for request 28 (vdb2) is 11089857 units, or 5414MB >09:04:09,655 DEBUG storage.ui: request 25 (vdb1) growth: 0 (0MB) size: 2776MB >09:04:09,655 DEBUG storage.ui: request 28 (vdb2) growth: 11089857 (5414MB) size: 5415MB >09:04:09,655 DEBUG storage.ui: disk /dev/vdb growth: 11089857 (5414MB) >09:04:09,656 DEBUG storage.ui: calculating growth for disk /dev/vda >09:04:09,656 DEBUG storage.ui: adding request 20 to chunk 16777153 (63-16777215) on /dev/vda >09:04:09,656 DEBUG storage.ui: adding request 24 to chunk 16777153 (63-16777215) on /dev/vda >09:04:09,657 DEBUG storage.ui: adding request 34 to chunk 16777153 (63-16777215) on /dev/vda >09:04:09,657 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/vda start = 63 end = 16777215 >sectorSize = 512 > >09:04:09,658 DEBUG storage.ui: req: PartitionRequest instance -- >id = 20 name = vda1 growable = False >base = 1024000 growth = 0 max_grow = 0 >done = True >09:04:09,658 DEBUG storage.ui: req: PartitionRequest instance -- >id = 24 name = vda2 growable = False >base = 5685248 growth = 0 max_grow = 0 >done = True >09:04:09,658 DEBUG storage.ui: req: PartitionRequest instance -- >id = 34 name = vda3 growable = True >base = 2048 growth = 0 max_grow = 20125696 >done = False >09:04:09,659 DEBUG storage.ui: 1 requests and 10065857 (4914MB) left in chunk >09:04:09,659 DEBUG storage.ui: adding 10065857 (4914MB) to 34 (vda3) >09:04:09,659 DEBUG storage.ui: new grow amount for request 34 (vda3) is 10065857 units, or 4914MB >09:04:09,660 DEBUG storage.ui: request 20 (vda1) growth: 0 (0MB) size: 500MB >09:04:09,660 DEBUG storage.ui: request 24 (vda2) growth: 0 (0MB) size: 2776MB >09:04:09,660 DEBUG storage.ui: request 34 (vda3) growth: 10065857 (4914MB) size: 4915MB >09:04:09,661 DEBUG storage.ui: disk /dev/vda growth: 10065857 (4914MB) >09:04:09,663 DEBUG storage.ui: PartitionDevice._setPartedPartition: vdb2 ; >09:04:09,663 DEBUG storage.ui: device vdb2 new partedPartition None >09:04:09,665 DEBUG storage.ui: PartitionDevice._setDisk: req6 ; new: None ; old: vdb ; >09:04:09,667 DEBUG storage.ui: DiskDevice.removeChild: kids: 2 ; name: vdb ; >09:04:09,667 DEBUG storage.ui: total growth: 21155714 sectors >09:04:09,668 DEBUG storage.ui: updating use_disk to vdb, type: 0 >09:04:09,668 DEBUG storage.ui: new free: 5687296-16777215 / 5415MB >09:04:09,668 DEBUG storage.ui: new free allows for 21155714 sectors of growth >09:04:09,669 DEBUG storage.ui: created partition vdb2 of 1MB and added it to /dev/vdb >09:04:09,671 DEBUG storage.ui: PartitionDevice._setPartedPartition: req6 ; >09:04:09,672 DEBUG storage.ui: device req6 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c064490> fileSystem: None > number: 2 path: /dev/vdb2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x572d510> PedPartition: <_ped.Partition object at 0x54bb350> >09:04:09,674 DEBUG storage.ui: PartitionDevice._setDisk: vdb2 ; new: vdb ; old: None ; >09:04:09,676 DEBUG storage.ui: DiskDevice.addChild: kids: 1 ; name: vdb ; >09:04:09,679 DEBUG storage.ui: PartitionDevice._setPartedPartition: vdb2 ; >09:04:09,679 DEBUG storage.ui: device vdb2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c064490> fileSystem: None > number: 2 path: /dev/vdb2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x572ded0> PedPartition: <_ped.Partition object at 0x54bb170> >09:04:09,679 DEBUG storage.ui: growPartitions: disks=['vda', 'vdb', 'vdc'], partitions=['vda3(id 34)', 'vda1(id 20)', 'vda2(id 24)', 'vdb2(id 28)', 'vdb1(id 25)'] >09:04:09,680 DEBUG storage.ui: growable partitions are ['vda3', 'vdb2'] >09:04:09,680 DEBUG storage.ui: adding request 34 to chunk 16777153 (63-16777215) on /dev/vda >09:04:09,681 DEBUG storage.ui: adding request 20 to chunk 16777153 (63-16777215) on /dev/vda >09:04:09,681 DEBUG storage.ui: adding request 24 to chunk 16777153 (63-16777215) on /dev/vda >09:04:09,682 DEBUG storage.ui: disk vda has 1 chunks >09:04:09,682 DEBUG storage.ui: adding request 28 to chunk 16777153 (63-16777215) on /dev/vdb >09:04:09,682 DEBUG storage.ui: adding request 25 to chunk 16777153 (63-16777215) on /dev/vdb >09:04:09,683 DEBUG storage.ui: disk vdb has 1 chunks >09:04:09,683 DEBUG storage.ui: disk vdc has 1 chunks >09:04:09,683 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/vda start = 63 end = 16777215 >sectorSize = 512 > >09:04:09,684 DEBUG storage.ui: req: PartitionRequest instance -- >id = 20 name = vda1 growable = False >base = 1024000 growth = 0 max_grow = 0 >done = True >09:04:09,684 DEBUG storage.ui: req: PartitionRequest instance -- >id = 24 name = vda2 growable = False >base = 5685248 growth = 0 max_grow = 0 >done = True >09:04:09,684 DEBUG storage.ui: req: PartitionRequest instance -- >id = 34 name = vda3 growable = True >base = 2048 growth = 0 max_grow = 20125696 >done = False >09:04:09,685 DEBUG storage.ui: 1 requests and 10065857 (4914MB) left in chunk >09:04:09,685 DEBUG storage.ui: adding 10065857 (4914MB) to 34 (vda3) >09:04:09,686 DEBUG storage.ui: new grow amount for request 34 (vda3) is 10065857 units, or 4914MB >09:04:09,686 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/vdb start = 63 end = 16777215 >sectorSize = 512 > >09:04:09,686 DEBUG storage.ui: req: PartitionRequest instance -- >id = 25 name = vdb1 growable = False >base = 5685248 growth = 0 max_grow = 0 >done = True >09:04:09,686 DEBUG storage.ui: req: PartitionRequest instance -- >id = 28 name = vdb2 growable = True >base = 2048 growth = 0 max_grow = 20125696 >done = False >09:04:09,687 DEBUG storage.ui: 1 requests and 11089857 (5414MB) left in chunk >09:04:09,687 DEBUG storage.ui: adding 11089857 (5414MB) to 28 (vdb2) >09:04:09,688 DEBUG storage.ui: new grow amount for request 28 (vdb2) is 11089857 units, or 5414MB >09:04:09,688 DEBUG storage.ui: set: ['vdb2', 'vda3'] 9828 >09:04:09,688 DEBUG storage.ui: min growth is 10065857 >09:04:09,689 DEBUG storage.ui: max growth for PartitionRequest instance -- >id = 28 name = vdb2 growable = True >base = 2048 growth = 11089857 max_grow = 20125696 >done = False is 20125696 >09:04:09,689 DEBUG storage.ui: reclaim: PartitionRequest instance -- >id = 28 name = vdb2 growable = True >base = 2048 growth = 11089857 max_grow = 20125696 >done = False 1024000 (500 MB) >09:04:09,689 DEBUG storage.ui: max growth for PartitionRequest instance -- >id = 34 name = vda3 growable = True >base = 2048 growth = 10065857 max_grow = 20125696 >done = False is 20125696 >09:04:09,690 DEBUG storage.ui: set: ['vdb2', 'vda3'] 9828 >09:04:09,690 DEBUG storage.ui: min growth is 10065857 >09:04:09,690 DEBUG storage.ui: max growth for PartitionRequest instance -- >id = 28 name = vdb2 growable = True >base = 2048 growth = 10065857 max_grow = 20125696 >done = True is 20125696 >09:04:09,691 DEBUG storage.ui: max growth for PartitionRequest instance -- >id = 34 name = vda3 growable = True >base = 2048 growth = 10065857 max_grow = 20125696 >done = True is 20125696 >09:04:09,691 DEBUG storage.ui: growing partitions on vda >09:04:09,691 DEBUG storage.ui: partition vda1 (20): 0 >09:04:09,692 DEBUG storage.ui: new geometry for vda1: parted.Geometry instance -- > start: 2048 end: 1026047 length: 1024000 > device: <parted.device.Device object at 0x7f551c0602d0> PedGeometry: <_ped.Geometry object at 0x572d950> >09:04:09,692 DEBUG storage.ui: partition vda2 (24): 0 >09:04:09,693 DEBUG storage.ui: new geometry for vda2: parted.Geometry instance -- > start: 1026048 end: 6711295 length: 5685248 > device: <parted.device.Device object at 0x7f551c0602d0> PedGeometry: <_ped.Geometry object at 0x572d850> >09:04:09,693 DEBUG storage.ui: partition vda3 (34): 0 >09:04:09,694 DEBUG storage.ui: new geometry for vda3: parted.Geometry instance -- > start: 6711296 end: 16777215 length: 10065920 > device: <parted.device.Device object at 0x7f551c0602d0> PedGeometry: <_ped.Geometry object at 0x5746550> >09:04:09,694 DEBUG storage.ui: removing all non-preexisting partitions ['vda1(id 20)', 'vda2(id 24)', 'vda3(id 34)'] from disk(s) ['vda'] >09:04:09,696 DEBUG storage.ui: PartitionDevice._setPartedPartition: vda1 ; >09:04:09,697 DEBUG storage.ui: device vda1 new partedPartition None >09:04:09,699 DEBUG storage.ui: PartitionDevice._setDisk: req3 ; new: None ; old: vda ; >09:04:09,701 DEBUG storage.ui: DiskDevice.removeChild: kids: 3 ; name: vda ; >09:04:09,703 DEBUG storage.ui: PartitionDevice._setPartedPartition: vda2 ; >09:04:09,703 DEBUG storage.ui: device vda2 new partedPartition None >09:04:09,705 DEBUG storage.ui: PartitionDevice._setDisk: req4 ; new: None ; old: vda ; >09:04:09,707 DEBUG storage.ui: DiskDevice.removeChild: kids: 2 ; name: vda ; >09:04:09,710 DEBUG storage.ui: PartitionDevice._setPartedPartition: vda3 ; >09:04:09,710 DEBUG storage.ui: device vda3 new partedPartition None >09:04:09,712 DEBUG storage.ui: PartitionDevice._setDisk: req8 ; new: None ; old: vda ; >09:04:09,714 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: vda ; >09:04:09,715 DEBUG storage.ui: back from removeNewPartitions >09:04:09,715 DEBUG storage.ui: extended: None >09:04:09,715 DEBUG storage.ui: setting req3 new geometry: parted.Geometry instance -- > start: 2048 end: 1026047 length: 1024000 > device: <parted.device.Device object at 0x7f551c0602d0> PedGeometry: <_ped.Geometry object at 0x572d950> >09:04:09,717 DEBUG storage.ui: PartitionDevice._setPartedPartition: req3 ; >09:04:09,718 DEBUG storage.ui: device req3 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c060150> fileSystem: None > number: 1 path: /dev/vda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x5746810> PedPartition: <_ped.Partition object at 0x54ee410> >09:04:09,720 DEBUG storage.ui: PartitionDevice._setDisk: vda1 ; new: vda ; old: None ; >09:04:09,722 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: vda ; >09:04:09,725 DEBUG storage.ui: PartitionDevice._setPartedPartition: vda1 ; >09:04:09,725 DEBUG storage.ui: device vda1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c060150> fileSystem: None > number: 1 path: /dev/vda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x5746a10> PedPartition: <_ped.Partition object at 0x54ee3b0> >09:04:09,726 DEBUG storage.ui: setting req4 new geometry: parted.Geometry instance -- > start: 1026048 end: 6711295 length: 5685248 > device: <parted.device.Device object at 0x7f551c0602d0> PedGeometry: <_ped.Geometry object at 0x572d850> >09:04:09,728 DEBUG storage.ui: PartitionDevice._setPartedPartition: req4 ; >09:04:09,728 DEBUG storage.ui: device req4 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c060150> fileSystem: None > number: 2 path: /dev/vda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x572d650> PedPartition: <_ped.Partition object at 0x54ee7d0> >09:04:09,731 DEBUG storage.ui: PartitionDevice._setDisk: vda2 ; new: vda ; old: None ; >09:04:09,733 DEBUG storage.ui: DiskDevice.addChild: kids: 1 ; name: vda ; >09:04:09,735 DEBUG storage.ui: PartitionDevice._setPartedPartition: vda2 ; >09:04:09,736 DEBUG storage.ui: device vda2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c060150> fileSystem: None > number: 2 path: /dev/vda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x5746b10> PedPartition: <_ped.Partition object at 0x54ee590> >09:04:09,736 DEBUG storage.ui: setting req8 new geometry: parted.Geometry instance -- > start: 6711296 end: 16777215 length: 10065920 > device: <parted.device.Device object at 0x7f551c0602d0> PedGeometry: <_ped.Geometry object at 0x5746550> >09:04:09,738 DEBUG storage.ui: PartitionDevice._setPartedPartition: req8 ; >09:04:09,739 DEBUG storage.ui: device req8 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c060150> fileSystem: None > number: 3 path: /dev/vda3 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x572d450> PedPartition: <_ped.Partition object at 0x54ee830> >09:04:09,741 DEBUG storage.ui: PartitionDevice._setDisk: vda3 ; new: vda ; old: None ; >09:04:09,746 DEBUG storage.ui: DiskDevice.addChild: kids: 2 ; name: vda ; >09:04:09,749 DEBUG storage.ui: PartitionDevice._setPartedPartition: vda3 ; >09:04:09,750 DEBUG storage.ui: device vda3 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c060150> fileSystem: None > number: 3 path: /dev/vda3 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x5712c90> PedPartition: <_ped.Partition object at 0x7f5518039890> >09:04:09,750 DEBUG storage.ui: growing partitions on vdb >09:04:09,751 DEBUG storage.ui: partition vdb1 (25): 0 >09:04:09,751 DEBUG storage.ui: new geometry for vdb1: parted.Geometry instance -- > start: 2048 end: 5687295 length: 5685248 > device: <parted.device.Device object at 0x7f551c064b10> PedGeometry: <_ped.Geometry object at 0x573c390> >09:04:09,752 DEBUG storage.ui: partition vdb2 (28): 0 >09:04:09,752 DEBUG storage.ui: new geometry for vdb2: parted.Geometry instance -- > start: 5687296 end: 15753215 length: 10065920 > device: <parted.device.Device object at 0x7f551c064b10> PedGeometry: <_ped.Geometry object at 0x573c890> >09:04:09,753 DEBUG storage.ui: removing all non-preexisting partitions ['vdb1(id 25)', 'vdb2(id 28)'] from disk(s) ['vdb'] >09:04:09,755 DEBUG storage.ui: PartitionDevice._setPartedPartition: vdb1 ; >09:04:09,755 DEBUG storage.ui: device vdb1 new partedPartition None >09:04:09,757 DEBUG storage.ui: PartitionDevice._setDisk: req5 ; new: None ; old: vdb ; >09:04:09,759 DEBUG storage.ui: DiskDevice.removeChild: kids: 2 ; name: vdb ; >09:04:09,762 DEBUG storage.ui: PartitionDevice._setPartedPartition: vdb2 ; >09:04:09,762 DEBUG storage.ui: device vdb2 new partedPartition None >09:04:09,764 DEBUG storage.ui: PartitionDevice._setDisk: req6 ; new: None ; old: vdb ; >09:04:09,766 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: vdb ; >09:04:09,766 DEBUG storage.ui: back from removeNewPartitions >09:04:09,767 DEBUG storage.ui: extended: None >09:04:09,767 DEBUG storage.ui: setting req5 new geometry: parted.Geometry instance -- > start: 2048 end: 5687295 length: 5685248 > device: <parted.device.Device object at 0x7f551c064b10> PedGeometry: <_ped.Geometry object at 0x573c390> >09:04:09,769 DEBUG storage.ui: PartitionDevice._setPartedPartition: req5 ; >09:04:09,770 DEBUG storage.ui: device req5 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c064490> fileSystem: None > number: 1 path: /dev/vdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x54b5f50> PedPartition: <_ped.Partition object at 0x7f5518039830> >09:04:09,772 DEBUG storage.ui: PartitionDevice._setDisk: vdb1 ; new: vdb ; old: None ; >09:04:09,774 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: vdb ; >09:04:09,777 DEBUG storage.ui: PartitionDevice._setPartedPartition: vdb1 ; >09:04:09,777 DEBUG storage.ui: device vdb1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c064490> fileSystem: None > number: 1 path: /dev/vdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x5715050> PedPartition: <_ped.Partition object at 0x54ee6b0> >09:04:09,778 DEBUG storage.ui: setting req6 new geometry: parted.Geometry instance -- > start: 5687296 end: 15753215 length: 10065920 > device: <parted.device.Device object at 0x7f551c064b10> PedGeometry: <_ped.Geometry object at 0x573c890> >09:04:09,780 DEBUG storage.ui: PartitionDevice._setPartedPartition: req6 ; >09:04:09,780 DEBUG storage.ui: device req6 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c064490> fileSystem: None > number: 2 path: /dev/vdb2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x573c9d0> PedPartition: <_ped.Partition object at 0x54ee410> >09:04:09,782 DEBUG storage.ui: PartitionDevice._setDisk: vdb2 ; new: vdb ; old: None ; >09:04:09,784 DEBUG storage.ui: DiskDevice.addChild: kids: 1 ; name: vdb ; >09:04:09,787 DEBUG storage.ui: PartitionDevice._setPartedPartition: vdb2 ; >09:04:09,788 DEBUG storage.ui: device vdb2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c064490> fileSystem: None > number: 2 path: /dev/vdb2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x4477910> PedPartition: <_ped.Partition object at 0x54bb170> >09:04:09,788 DEBUG storage.ui: growing partitions on vdc >09:04:09,788 DEBUG storage.ui: fixing size of non-existent 500MB partition vda1 (20) with non-existent ext4 filesystem mounted at /boot at 500.00 >09:04:09,789 DEBUG storage.ui: fixing size of non-existent 2776MB partition vda2 (24) with non-existent mdmember at 2776.00 >09:04:09,790 DEBUG storage.ui: fixing size of non-existent 4915MB partition vda3 (34) with non-existent mdmember at 4915.00 >09:04:09,790 DEBUG storage.ui: fixing size of non-existent 2776MB partition vdb1 (25) with non-existent mdmember at 2776.00 >09:04:09,791 DEBUG storage.ui: fixing size of non-existent 4915MB partition vdb2 (28) with non-existent mdmember at 4915.00 >09:04:09,792 DEBUG storage.ui: new member set: ['vdb2', 'vda3'] >09:04:09,793 DEBUG storage.ui: old member set: ['vdb2', 'vda3'] >09:04:09,793 DEBUG storage.ui: raw RAID 1 size == 4915.0 >09:04:09,794 INFO storage.ui: Using 4MB superBlockSize >09:04:09,795 DEBUG storage.ui: non-existent RAID 1 size == 4911.0 >09:04:09,795 DEBUG storage.ui: renaming device 'pv01' to '00' >09:04:09,796 DEBUG storage.ui: new member set: ['00'] >09:04:09,796 DEBUG storage.ui: old member set: ['00'] >09:04:09,797 DEBUG storage.ui: raw RAID 1 size == 4915.0 >09:04:09,797 INFO storage.ui: Using 4MB superBlockSize >09:04:09,798 DEBUG storage.ui: non-existent RAID 1 size == 4911.0 >09:04:09,798 DEBUG storage.ui: fedora00 size is 4908MB >09:04:09,799 DEBUG storage.ui: raw RAID 1 size == 4915.0 >09:04:09,799 INFO storage.ui: Using 4MB superBlockSize >09:04:09,800 DEBUG storage.ui: non-existent RAID 1 size == 4911.0 >09:04:09,800 DEBUG storage.ui: vg fedora00 has 3908MB free >09:04:09,801 DEBUG storage.ui: raw RAID 1 size == 4915.0 >09:04:09,801 INFO storage.ui: Using 4MB superBlockSize >09:04:09,802 DEBUG storage.ui: non-existent RAID 1 size == 4911.0 >09:04:09,802 DEBUG storage.ui: fedora00 size is 4908MB >09:04:09,803 DEBUG storage.ui: raw RAID 1 size == 4915.0 >09:04:09,804 INFO storage.ui: Using 4MB superBlockSize >09:04:09,804 DEBUG storage.ui: non-existent RAID 1 size == 4911.0 >09:04:09,805 DEBUG storage.ui: vg fedora00 has 3908MB free >09:04:09,805 INFO storage.ui: adjusting size from 8772.00 to 3908.00 so it fits in container fedora00 >09:04:09,808 DEBUG storage.ui: Ext4FS.supported: supported: True ; >09:04:09,808 DEBUG storage.ui: getFormat('ext4') returning Ext4FS instance >09:04:09,810 DEBUG storage.ui: LVMVolumeGroupDevice.addChild: kids: 1 ; name: fedora00 ; >09:04:09,812 DEBUG storage.ui: LVMLogicalVolumeDevice._setFormat: fedora00-home ; current: None ; type: ext4 ; >09:04:09,813 DEBUG storage.ui: raw RAID 1 size == 4915.0 >09:04:09,813 INFO storage.ui: Using 4MB superBlockSize >09:04:09,814 DEBUG storage.ui: non-existent RAID 1 size == 4911.0 >09:04:09,815 DEBUG storage.ui: fedora00 size is 4908MB >09:04:09,815 DEBUG storage.ui: raw RAID 1 size == 4915.0 >09:04:09,816 INFO storage.ui: Using 4MB superBlockSize >09:04:09,817 DEBUG storage.ui: non-existent RAID 1 size == 4911.0 >09:04:09,817 DEBUG storage.ui: vg fedora00 has 3908MB free >09:04:09,817 DEBUG storage.ui: Adding fedora00-home/3908MB to fedora00 >09:04:09,818 INFO storage.ui: added lvmlv fedora00-home (id 35) to device tree >09:04:09,818 INFO storage.ui: registered action: [49] Create Device lvmlv fedora00-home (id 35) >09:04:09,819 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance >09:04:09,820 INFO storage.ui: registered action: [50] Create Format ext4 filesystem mounted at /home on lvmlv fedora00-home (id 35) >09:04:09,863 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.LVMFactory'>: <blivet.Blivet object at 0x4d8c4d0>, 0, [], {} >09:04:23,814 DEBUG blivet: Ext4FS.supported: supported: True ; >09:04:23,815 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >09:04:23,829 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.LVMFactory'>: <blivet.Blivet object at 0x4d8c4d0>, 3908, ['vdb', 'vda'], {'encrypted': False, 'raid_level': None} >09:04:23,831 DEBUG blivet: raw RAID 0 size == 5552.0 >09:04:23,832 INFO blivet: Using 4MB superBlockSize >09:04:23,833 DEBUG blivet: non-existent RAID 0 size == 5544.0 >09:04:23,835 DEBUG blivet: raw RAID 0 size == 5552.0 >09:04:23,836 INFO blivet: Using 4MB superBlockSize >09:04:23,837 DEBUG blivet: non-existent RAID 0 size == 5544.0 >09:04:23,838 DEBUG blivet: fedora size is 5540MB >09:04:23,840 DEBUG blivet: raw RAID 0 size == 5552.0 >09:04:23,842 INFO blivet: Using 4MB superBlockSize >09:04:23,843 DEBUG blivet: non-existent RAID 0 size == 5544.0 >09:04:23,844 DEBUG blivet: vg fedora has 40MB free >09:04:23,846 DEBUG blivet: raw RAID 1 size == 4915.0 >09:04:23,847 INFO blivet: Using 4MB superBlockSize >09:04:23,848 DEBUG blivet: non-existent RAID 1 size == 4911.0 >09:04:23,850 DEBUG blivet: raw RAID 1 size == 4915.0 >09:04:23,851 INFO blivet: Using 4MB superBlockSize >09:04:23,852 DEBUG blivet: non-existent RAID 1 size == 4911.0 >09:04:23,853 DEBUG blivet: fedora00 size is 4908MB >09:04:23,854 DEBUG blivet: raw RAID 1 size == 4915.0 >09:04:23,855 INFO blivet: Using 4MB superBlockSize >09:04:23,857 DEBUG blivet: non-existent RAID 1 size == 4911.0 >09:04:23,857 DEBUG blivet: vg fedora00 has 0MB free >09:04:23,859 DEBUG blivet: raw RAID 1 size == 4915.0 >09:04:23,859 INFO blivet: Using 4MB superBlockSize >09:04:23,860 DEBUG blivet: non-existent RAID 1 size == 4911.0 >09:04:23,888 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.LVMFactory'>: <blivet.Blivet object at 0x4d8c4d0>, 0, [], {} >09:04:24,783 DEBUG blivet: DeviceTree.getDeviceByName: name: fedora00 ; >09:04:24,787 DEBUG blivet: raw RAID 1 size == 4915.0 >09:04:24,789 INFO blivet: Using 4MB superBlockSize >09:04:24,792 DEBUG blivet: non-existent RAID 1 size == 4911.0 >09:04:24,797 DEBUG blivet: DeviceTree.getDeviceByName returned non-existent 4908MB lvmvg fedora00 (31) >09:04:24,801 DEBUG blivet: raw RAID 1 size == 4915.0 >09:04:24,803 INFO blivet: Using 4MB superBlockSize >09:04:24,805 DEBUG blivet: non-existent RAID 1 size == 4911.0 >09:04:28,864 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.LVMFactory'>: <blivet.Blivet object at 0x4d8c4d0>, 0, [], {} >09:04:29,535 DEBUG blivet: Ext4FS.supported: supported: True ; >09:04:29,537 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >09:04:29,558 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.LVMFactory'>: <blivet.Blivet object at 0x4d8c4d0>, 1000, ['vdb', 'vda'], {'encrypted': False, 'raid_level': None} >09:04:29,561 DEBUG blivet: raw RAID 0 size == 5552.0 >09:04:29,563 INFO blivet: Using 4MB superBlockSize >09:04:29,564 DEBUG blivet: non-existent RAID 0 size == 5544.0 >09:04:29,567 DEBUG blivet: raw RAID 0 size == 5552.0 >09:04:29,568 INFO blivet: Using 4MB superBlockSize >09:04:29,570 DEBUG blivet: non-existent RAID 0 size == 5544.0 >09:04:29,571 DEBUG blivet: fedora size is 5540MB >09:04:29,573 DEBUG blivet: raw RAID 0 size == 5552.0 >09:04:29,575 INFO blivet: Using 4MB superBlockSize >09:04:29,577 DEBUG blivet: non-existent RAID 0 size == 5544.0 >09:04:29,578 DEBUG blivet: vg fedora has 40MB free >09:04:29,580 DEBUG blivet: raw RAID 1 size == 4915.0 >09:04:29,582 INFO blivet: Using 4MB superBlockSize >09:04:29,583 DEBUG blivet: non-existent RAID 1 size == 4911.0 >09:04:29,586 DEBUG blivet: raw RAID 1 size == 4915.0 >09:04:29,587 INFO blivet: Using 4MB superBlockSize >09:04:29,589 DEBUG blivet: non-existent RAID 1 size == 4911.0 >09:04:29,590 DEBUG blivet: fedora00 size is 4908MB >09:04:29,593 DEBUG blivet: raw RAID 1 size == 4915.0 >09:04:29,594 INFO blivet: Using 4MB superBlockSize >09:04:29,596 DEBUG blivet: non-existent RAID 1 size == 4911.0 >09:04:29,597 DEBUG blivet: vg fedora00 has 0MB free >09:04:29,600 DEBUG blivet: raw RAID 1 size == 4915.0 >09:04:29,602 INFO blivet: Using 4MB superBlockSize >09:04:29,603 DEBUG blivet: non-existent RAID 1 size == 4911.0 >09:04:29,652 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.LVMFactory'>: <blivet.Blivet object at 0x4d8c4d0>, 0, [], {} >09:04:30,208 DEBUG blivet: Ext4FS.supported: supported: True ; >09:04:30,210 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >09:04:30,228 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.LVMFactory'>: <blivet.Blivet object at 0x4d8c4d0>, 3908, ['vdb', 'vda'], {'encrypted': False, 'raid_level': None} >09:04:30,231 DEBUG blivet: raw RAID 0 size == 5552.0 >09:04:30,233 INFO blivet: Using 4MB superBlockSize >09:04:30,235 DEBUG blivet: non-existent RAID 0 size == 5544.0 >09:04:30,237 DEBUG blivet: raw RAID 0 size == 5552.0 >09:04:30,239 INFO blivet: Using 4MB superBlockSize >09:04:30,240 DEBUG blivet: non-existent RAID 0 size == 5544.0 >09:04:30,242 DEBUG blivet: fedora size is 5540MB >09:04:30,245 DEBUG blivet: raw RAID 0 size == 5552.0 >09:04:30,246 INFO blivet: Using 4MB superBlockSize >09:04:30,248 DEBUG blivet: non-existent RAID 0 size == 5544.0 >09:04:30,249 DEBUG blivet: vg fedora has 40MB free >09:04:30,252 DEBUG blivet: raw RAID 1 size == 4915.0 >09:04:30,253 INFO blivet: Using 4MB superBlockSize >09:04:30,255 DEBUG blivet: non-existent RAID 1 size == 4911.0 >09:04:30,257 DEBUG blivet: raw RAID 1 size == 4915.0 >09:04:30,258 INFO blivet: Using 4MB superBlockSize >09:04:30,259 DEBUG blivet: non-existent RAID 1 size == 4911.0 >09:04:30,261 DEBUG blivet: fedora00 size is 4908MB >09:04:30,263 DEBUG blivet: raw RAID 1 size == 4915.0 >09:04:30,264 INFO blivet: Using 4MB superBlockSize >09:04:30,265 DEBUG blivet: non-existent RAID 1 size == 4911.0 >09:04:30,267 DEBUG blivet: vg fedora00 has 0MB free >09:04:30,269 DEBUG blivet: raw RAID 1 size == 4915.0 >09:04:30,270 INFO blivet: Using 4MB superBlockSize >09:04:30,272 DEBUG blivet: non-existent RAID 1 size == 4911.0 >09:04:30,317 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.LVMFactory'>: <blivet.Blivet object at 0x4d8c4d0>, 0, [], {} >09:04:31,190 DEBUG blivet: DeviceTree.getDeviceByName: name: fedora00 ; >09:04:31,193 DEBUG blivet: raw RAID 1 size == 4915.0 >09:04:31,194 INFO blivet: Using 4MB superBlockSize >09:04:31,196 DEBUG blivet: non-existent RAID 1 size == 4911.0 >09:04:31,200 DEBUG blivet: DeviceTree.getDeviceByName returned non-existent 4908MB lvmvg fedora00 (31) >09:04:31,203 DEBUG blivet: raw RAID 1 size == 4915.0 >09:04:31,205 INFO blivet: Using 4MB superBlockSize >09:04:31,207 DEBUG blivet: non-existent RAID 1 size == 4911.0 >09:04:33,136 DEBUG blivet: Ext4FS.supported: supported: True ; >09:04:33,138 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >09:04:33,157 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.LVMFactory'>: <blivet.Blivet object at 0x4d8c4d0>, 1000, ['vdb', 'vda'], {'encrypted': False, 'raid_level': None} >09:04:33,159 DEBUG blivet: raw RAID 0 size == 5552.0 >09:04:33,160 INFO blivet: Using 4MB superBlockSize >09:04:33,162 DEBUG blivet: non-existent RAID 0 size == 5544.0 >09:04:33,165 DEBUG blivet: raw RAID 0 size == 5552.0 >09:04:33,166 INFO blivet: Using 4MB superBlockSize >09:04:33,168 DEBUG blivet: non-existent RAID 0 size == 5544.0 >09:04:33,169 DEBUG blivet: fedora size is 5540MB >09:04:33,172 DEBUG blivet: raw RAID 0 size == 5552.0 >09:04:33,173 INFO blivet: Using 4MB superBlockSize >09:04:33,174 DEBUG blivet: non-existent RAID 0 size == 5544.0 >09:04:33,175 DEBUG blivet: vg fedora has 40MB free >09:04:33,177 DEBUG blivet: raw RAID 1 size == 4915.0 >09:04:33,179 INFO blivet: Using 4MB superBlockSize >09:04:33,180 DEBUG blivet: non-existent RAID 1 size == 4911.0 >09:04:33,182 DEBUG blivet: raw RAID 1 size == 4915.0 >09:04:33,183 INFO blivet: Using 4MB superBlockSize >09:04:33,185 DEBUG blivet: non-existent RAID 1 size == 4911.0 >09:04:33,186 DEBUG blivet: fedora00 size is 4908MB >09:04:33,189 DEBUG blivet: raw RAID 1 size == 4915.0 >09:04:33,194 INFO blivet: Using 4MB superBlockSize >09:04:33,197 DEBUG blivet: non-existent RAID 1 size == 4911.0 >09:04:33,200 DEBUG blivet: vg fedora00 has 0MB free >09:04:33,202 DEBUG blivet: raw RAID 1 size == 4915.0 >09:04:33,205 INFO blivet: Using 4MB superBlockSize >09:04:33,207 DEBUG blivet: non-existent RAID 1 size == 4911.0 >09:04:33,263 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.LVMFactory'>: <blivet.Blivet object at 0x4d8c4d0>, 0, [], {} >09:04:34,011 DEBUG blivet: DeviceTree.getDeviceByName: name: fedora00 ; >09:04:34,016 DEBUG blivet: raw RAID 1 size == 4915.0 >09:04:34,018 INFO blivet: Using 4MB superBlockSize >09:04:34,020 DEBUG blivet: non-existent RAID 1 size == 4911.0 >09:04:34,025 DEBUG blivet: DeviceTree.getDeviceByName returned non-existent 4908MB lvmvg fedora00 (31) >09:04:34,028 DEBUG blivet: raw RAID 1 size == 4915.0 >09:04:34,030 INFO blivet: Using 4MB superBlockSize >09:04:34,032 DEBUG blivet: non-existent RAID 1 size == 4911.0 >09:04:35,737 DEBUG blivet: Ext4FS.supported: supported: True ; >09:04:35,740 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >09:04:35,761 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.LVMFactory'>: <blivet.Blivet object at 0x4d8c4d0>, 3908, ['vdb', 'vda'], {'encrypted': False, 'raid_level': None} >09:04:35,763 DEBUG blivet: raw RAID 0 size == 5552.0 >09:04:35,764 INFO blivet: Using 4MB superBlockSize >09:04:35,765 DEBUG blivet: non-existent RAID 0 size == 5544.0 >09:04:35,766 DEBUG blivet: raw RAID 0 size == 5552.0 >09:04:35,767 INFO blivet: Using 4MB superBlockSize >09:04:35,769 DEBUG blivet: non-existent RAID 0 size == 5544.0 >09:04:35,769 DEBUG blivet: fedora size is 5540MB >09:04:35,771 DEBUG blivet: raw RAID 0 size == 5552.0 >09:04:35,771 INFO blivet: Using 4MB superBlockSize >09:04:35,772 DEBUG blivet: non-existent RAID 0 size == 5544.0 >09:04:35,773 DEBUG blivet: vg fedora has 40MB free >09:04:35,774 DEBUG blivet: raw RAID 1 size == 4915.0 >09:04:35,774 INFO blivet: Using 4MB superBlockSize >09:04:35,775 DEBUG blivet: non-existent RAID 1 size == 4911.0 >09:04:35,777 DEBUG blivet: raw RAID 1 size == 4915.0 >09:04:35,777 INFO blivet: Using 4MB superBlockSize >09:04:35,778 DEBUG blivet: non-existent RAID 1 size == 4911.0 >09:04:35,779 DEBUG blivet: fedora00 size is 4908MB >09:04:35,780 DEBUG blivet: raw RAID 1 size == 4915.0 >09:04:35,781 INFO blivet: Using 4MB superBlockSize >09:04:35,782 DEBUG blivet: non-existent RAID 1 size == 4911.0 >09:04:35,782 DEBUG blivet: vg fedora00 has 0MB free >09:04:35,784 DEBUG blivet: raw RAID 1 size == 4915.0 >09:04:35,784 INFO blivet: Using 4MB superBlockSize >09:04:35,785 DEBUG blivet: non-existent RAID 1 size == 4911.0 >09:04:35,823 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.LVMFactory'>: <blivet.Blivet object at 0x4d8c4d0>, 0, [], {} >09:04:38,587 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.LVMFactory'>: <blivet.Blivet object at 0x4d8c4d0>, 0, [], {} >09:05:46,393 DEBUG blivet: DeviceTree.getDeviceByName: name: fedora00 ; >09:05:46,398 DEBUG blivet: raw RAID 1 size == 4915.0 >09:05:46,401 INFO blivet: Using 4MB superBlockSize >09:05:46,403 DEBUG blivet: non-existent RAID 1 size == 4911.0 >09:05:46,408 DEBUG blivet: DeviceTree.getDeviceByName returned non-existent 4908MB lvmvg fedora00 (31) >09:05:46,411 DEBUG blivet: raw RAID 1 size == 4915.0 >09:05:46,413 INFO blivet: Using 4MB superBlockSize >09:05:46,415 DEBUG blivet: non-existent RAID 1 size == 4911.0 >09:05:50,336 DEBUG blivet: Ext4FS.supported: supported: True ; >09:05:50,338 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >09:05:50,356 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.LVMFactory'>: <blivet.Blivet object at 0x4d8c4d0>, 1000, ['vdb', 'vda'], {'encrypted': False, 'raid_level': None} >09:05:50,361 DEBUG blivet: raw RAID 0 size == 5552.0 >09:05:50,363 INFO blivet: Using 4MB superBlockSize >09:05:50,364 DEBUG blivet: non-existent RAID 0 size == 5544.0 >09:05:50,367 DEBUG blivet: raw RAID 0 size == 5552.0 >09:05:50,368 INFO blivet: Using 4MB superBlockSize >09:05:50,370 DEBUG blivet: non-existent RAID 0 size == 5544.0 >09:05:50,372 DEBUG blivet: fedora size is 5540MB >09:05:50,374 DEBUG blivet: raw RAID 0 size == 5552.0 >09:05:50,376 INFO blivet: Using 4MB superBlockSize >09:05:50,377 DEBUG blivet: non-existent RAID 0 size == 5544.0 >09:05:50,379 DEBUG blivet: vg fedora has 40MB free >09:05:50,381 DEBUG blivet: raw RAID 1 size == 4915.0 >09:05:50,383 INFO blivet: Using 4MB superBlockSize >09:05:50,384 DEBUG blivet: non-existent RAID 1 size == 4911.0 >09:05:50,387 DEBUG blivet: raw RAID 1 size == 4915.0 >09:05:50,389 INFO blivet: Using 4MB superBlockSize >09:05:50,390 DEBUG blivet: non-existent RAID 1 size == 4911.0 >09:05:50,392 DEBUG blivet: fedora00 size is 4908MB >09:05:50,394 DEBUG blivet: raw RAID 1 size == 4915.0 >09:05:50,395 INFO blivet: Using 4MB superBlockSize >09:05:50,396 DEBUG blivet: non-existent RAID 1 size == 4911.0 >09:05:50,397 DEBUG blivet: vg fedora00 has 0MB free >09:05:50,400 DEBUG blivet: raw RAID 1 size == 4915.0 >09:05:50,401 INFO blivet: Using 4MB superBlockSize >09:05:50,402 DEBUG blivet: non-existent RAID 1 size == 4911.0 >09:05:50,421 DEBUG storage.ui: Blivet.factoryDevice: 0 ; 1000 ; container_raid_level: raid1 ; name: var ; encrypted: False ; container_encrypted: False ; disks: [DiskDevice instance (0x7f551c064a50) -- > name = vdb status = True kids = 2 id = 2 > parents = [] > uuid = None size = 8192.0 > format = non-existent msdos disklabel > major = 252 minor = 16 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:09.0/virtio4/block/vdb partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vdb type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 16777216 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 32597 did: 0 busy: False > hardwareGeometry: (16644, 16, 63) biosGeometry: (1044, 255, 63) > PedDevice: <_ped.Device object at 0x4391200> > target size = 0 path = /dev/vdb > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f551c064e10>, DiskDevice instance (0x7f551c064210) -- > name = vdc status = True kids = 0 id = 3 > parents = [] > uuid = None size = 8192.0 > format = non-existent msdos disklabel > major = 252 minor = 32 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:0a.0/virtio5/block/vdc partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vdc type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 16777216 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 32597 did: 0 busy: False > hardwareGeometry: (16644, 16, 63) biosGeometry: (1044, 255, 63) > PedDevice: <_ped.Device object at 0x43913b0> > target size = 0 path = /dev/vdc > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f551c064150>] ; raid_level: None ; label: ; container_name: fedora00 ; device: non-existent 1000MB lvmlv fedora00-var (32) with non-existent ext4 filesystem mounted at /var ; mountpoint: /var ; fstype: ext4 ; container_size: 0 ; >09:05:50,427 DEBUG storage.ui: raw RAID 1 size == 4915.0 >09:05:50,428 INFO storage.ui: Using 4MB superBlockSize >09:05:50,428 DEBUG storage.ui: non-existent RAID 1 size == 4911.0 >09:05:50,434 DEBUG storage.ui: raw RAID 1 size == 4915.0 >09:05:50,434 INFO storage.ui: Using 4MB superBlockSize >09:05:50,435 DEBUG storage.ui: non-existent RAID 1 size == 4911.0 >09:05:50,436 DEBUG storage.ui: raw RAID 1 size == 4915.0 >09:05:50,436 INFO storage.ui: Using 4MB superBlockSize >09:05:50,436 DEBUG storage.ui: non-existent RAID 1 size == 4911.0 >09:05:50,443 DEBUG storage.ui: raw RAID 1 size == 4915.0 >09:05:50,443 INFO storage.ui: Using 4MB superBlockSize >09:05:50,443 DEBUG storage.ui: non-existent RAID 1 size == 4911.0 >09:05:50,446 DEBUG storage.ui: raw RAID 1 size == 4915.0 >09:05:50,447 INFO storage.ui: Using 4MB superBlockSize >09:05:50,448 DEBUG storage.ui: non-existent RAID 1 size == 4911.0 >09:05:50,449 DEBUG storage.ui: fedora00 size is 4908MB >09:05:50,450 DEBUG storage.ui: raw RAID 1 size == 4915.0 >09:05:50,452 INFO storage.ui: Using 4MB superBlockSize >09:05:50,453 DEBUG storage.ui: non-existent RAID 1 size == 4911.0 >09:05:50,454 DEBUG storage.ui: vg fedora00 has 0MB free >09:05:50,456 DEBUG storage.ui: raw RAID 1 size == 4915.0 >09:05:50,457 INFO storage.ui: Using 4MB superBlockSize >09:05:50,457 DEBUG storage.ui: non-existent RAID 1 size == 4911.0 >09:05:50,459 DEBUG storage.ui: fedora00 size is 4908MB >09:05:50,462 DEBUG storage.ui: raw RAID 1 size == 4915.0 >09:05:50,463 INFO storage.ui: Using 4MB superBlockSize >09:05:50,463 DEBUG storage.ui: non-existent RAID 1 size == 4911.0 >09:05:50,464 DEBUG storage.ui: vg fedora00 has 0MB free >09:05:50,466 DEBUG storage.ui: raw RAID 1 size == 4915.0 >09:05:50,467 INFO storage.ui: Using 4MB superBlockSize >09:05:50,468 DEBUG storage.ui: non-existent RAID 1 size == 4911.0 >09:05:50,470 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.LVMFactory'>: <blivet.Blivet object at 0x4d8c4d0>, 1000, ['vdb', 'vdc'], {'container_raid_level': 'raid1', 'name': 'var', 'encrypted': False, 'container_encrypted': False, 'raid_level': None, 'label': '', 'container_name': 'fedora00', 'device': LVMLogicalVolumeDevice instance (0x5729c10) -- > name = fedora00-var status = False kids = 0 id = 32 > parents = ['non-existent 4908MB lvmvg fedora00 (31)'] > uuid = None size = 1000 > format = non-existent ext4 filesystem mounted at /var > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 1000 path = /dev/mapper/fedora00-var > format args = [] originalFormat = ext4 target = None dmUuid = None VG device = LVMVolumeGroupDevice instance (0x5729290) -- > name = fedora00 status = False kids = 2 id = 31 > parents = ['non-existent 4911MB mdarray 00 (30) with non-existent lvmpv'] > uuid = None size = 4908 > format = non-existent None > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/mapper/fedora00 > format args = [] originalFormat = None target = None dmUuid = None free = 0 PE Size = 4.0 PE Count = 0 > PE Free = 0 PV Count = 1 > LV Names = [] modified = True > extents = 1227.0 free space = 0 > free extents = 0.0 reserved percent = 0 reserved space = 0 > PVs = ['non-existent 4911MB mdarray 00 (30) with non-existent lvmpv'] > LVs = ['non-existent 1000MB lvmlv fedora00-var (32) with non-existent ext4 filesystem mounted at /var', > 'non-existent 3908MB lvmlv fedora00-home (35) with non-existent ext4 filesystem mounted at /home'] > segment type = linear percent = 0 > mirror copies = 1 snapshot total = 0MB > VG space used = 1000MB, 'mountpoint': '/var', 'fstype': 'ext4', 'container_size': 0} >09:05:50,475 DEBUG storage.ui: LVMFactory.configure: parent_factory: None ; >09:05:50,476 DEBUG storage.ui: starting Blivet copy >09:05:50,540 DEBUG storage.ui: PartitionDevice._setPartedPartition: vda1 ; >09:05:50,542 DEBUG storage.ui: device vda1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x54c1250> fileSystem: None > number: 1 path: /dev/vda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x5b47250> PedPartition: <_ped.Partition object at 0x7f5518039830> >09:05:50,544 DEBUG storage.ui: PartitionDevice._setPartedPartition: vda2 ; >09:05:50,545 DEBUG storage.ui: device vda2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x54c1250> fileSystem: None > number: 2 path: /dev/vda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x5b473d0> PedPartition: <_ped.Partition object at 0x448e410> >09:05:50,547 DEBUG storage.ui: PartitionDevice._setPartedPartition: vda3 ; >09:05:50,548 DEBUG storage.ui: device vda3 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x54c1250> fileSystem: None > number: 3 path: /dev/vda3 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x5b47550> PedPartition: <_ped.Partition object at 0x54ee8f0> >09:05:50,551 DEBUG storage.ui: PartitionDevice._setPartedPartition: vdb1 ; >09:05:50,552 DEBUG storage.ui: device vdb1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x573cad0> fileSystem: None > number: 1 path: /dev/vdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x5b475d0> PedPartition: <_ped.Partition object at 0x54ee410> >09:05:50,554 DEBUG storage.ui: PartitionDevice._setPartedPartition: vdb2 ; >09:05:50,555 DEBUG storage.ui: device vdb2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x573cad0> fileSystem: None > number: 2 path: /dev/vdb2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x5b47790> PedPartition: <_ped.Partition object at 0x54ee710> >09:05:50,556 DEBUG storage.ui: finished Blivet copy >09:05:50,557 DEBUG storage.ui: raw RAID 1 size == 4915.0 >09:05:50,558 INFO storage.ui: Using 4MB superBlockSize >09:05:50,558 DEBUG storage.ui: non-existent RAID 1 size == 4911.0 >09:05:50,560 DEBUG storage.ui: raw RAID 1 size == 4915.0 >09:05:50,560 INFO storage.ui: Using 4MB superBlockSize >09:05:50,561 DEBUG storage.ui: non-existent RAID 1 size == 4911.0 >09:05:50,562 DEBUG storage.ui: fedora00 size is 4908MB >09:05:50,563 DEBUG storage.ui: raw RAID 1 size == 4915.0 >09:05:50,564 INFO storage.ui: Using 4MB superBlockSize >09:05:50,565 DEBUG storage.ui: non-existent RAID 1 size == 4911.0 >09:05:50,565 DEBUG storage.ui: vg fedora00 has 0MB free >09:05:50,566 DEBUG storage.ui: size bumped to 5915 to include new device space >09:05:50,567 DEBUG storage.ui: size cut to 4911 to omit old device space >09:05:50,568 DEBUG storage.ui: child factory class: <class 'blivet.devicefactory.MDFactory'> >09:05:50,570 DEBUG storage.ui: child factory args: [<blivet.Blivet object at 0x4d8c4d0>, 4951.0, [DiskDevice instance (0x7f551c064a50) -- > name = vdb status = True kids = 2 id = 2 > parents = [] > uuid = None size = 8192.0 > format = non-existent msdos disklabel > major = 252 minor = 16 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:09.0/virtio4/block/vdb partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vdb type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 16777216 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 32597 did: 0 busy: False > hardwareGeometry: (16644, 16, 63) biosGeometry: (1044, 255, 63) > PedDevice: <_ped.Device object at 0x4391200> > target size = 0 path = /dev/vdb > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f551c064e10>, DiskDevice instance (0x7f551c064210) -- > name = vdc status = True kids = 0 id = 3 > parents = [] > uuid = None size = 8192.0 > format = non-existent msdos disklabel > major = 252 minor = 32 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:0a.0/virtio5/block/vdc partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vdc type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 16777216 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 32597 did: 0 busy: False > hardwareGeometry: (16644, 16, 63) biosGeometry: (1044, 255, 63) > PedDevice: <_ped.Device object at 0x43913b0> > target size = 0 path = /dev/vdc > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f551c064150>]] >09:05:50,575 DEBUG storage.ui: raw RAID 1 size == 4915.0 >09:05:50,576 INFO storage.ui: Using 4MB superBlockSize >09:05:50,576 DEBUG storage.ui: non-existent RAID 1 size == 4911.0 >09:05:50,576 DEBUG storage.ui: child factory kwargs: {'device': MDRaidArrayDevice instance (0x5712d10) -- > name = 00 status = False kids = 1 id = 30 > parents = ['non-existent 4915MB partition vdb2 (28) with non-existent mdmember', > 'non-existent 4915MB partition vda3 (34) with non-existent mdmember'] > uuid = None size = 4911.0 > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 1044.0 path = /dev/md/00 > format args = None originalFormat = lvmpv level = 1 spares = 0 > members = 2 > total devices = 2 metadata version = default, 'encrypted': False, 'raid_level': 'raid1', 'fstype': 'lvmpv'} >09:05:50,578 DEBUG storage.ui: MDFactory.configure: parent_factory: <blivet.devicefactory.LVMFactory object at 0x54b5f50> ; >09:05:50,582 INFO storage.ui: Using 4MB superBlockSize >09:05:50,583 DEBUG storage.ui: child factory class: <class 'blivet.devicefactory.PartitionSetFactory'> >09:05:50,589 DEBUG storage.ui: child factory args: [<blivet.Blivet object at 0x4d8c4d0>, 9910.0, [DiskDevice instance (0x7f551c064a50) -- > name = vdb status = True kids = 2 id = 2 > parents = [] > uuid = None size = 8192.0 > format = non-existent msdos disklabel > major = 252 minor = 16 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:09.0/virtio4/block/vdb partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vdb type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 16777216 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 32597 did: 0 busy: False > hardwareGeometry: (16644, 16, 63) biosGeometry: (1044, 255, 63) > PedDevice: <_ped.Device object at 0x4391200> > target size = 0 path = /dev/vdb > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f551c064e10>, DiskDevice instance (0x7f551c064210) -- > name = vdc status = True kids = 0 id = 3 > parents = [] > uuid = None size = 8192.0 > format = non-existent msdos disklabel > major = 252 minor = 32 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:0a.0/virtio5/block/vdc partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vdc type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 16777216 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 32597 did: 0 busy: False > hardwareGeometry: (16644, 16, 63) biosGeometry: (1044, 255, 63) > PedDevice: <_ped.Device object at 0x43913b0> > target size = 0 path = /dev/vdc > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f551c064150>]] >09:05:50,589 DEBUG storage.ui: child factory kwargs: {'fstype': 'mdmember'} >09:05:50,594 DEBUG storage.ui: PartitionSetFactory.configure: parent_factory: <blivet.devicefactory.MDFactory object at 0x5746c50> ; >09:05:50,595 DEBUG storage.ui: raw RAID 1 size == 4915.0 >09:05:50,595 INFO storage.ui: Using 4MB superBlockSize >09:05:50,595 DEBUG storage.ui: non-existent RAID 1 size == 4911.0 >09:05:50,595 DEBUG storage.ui: parent factory container: non-existent 4911MB mdarray 00 (30) with non-existent lvmpv >09:05:50,596 DEBUG storage.ui: members: ['vdb2', 'vda3'] >09:05:50,596 DEBUG storage.ui: add_disks: ['vdc'] >09:05:50,604 DEBUG storage.ui: remove_disks: ['vda'] >09:05:50,607 DEBUG storage.ui: MDRaidArrayDevice._removeDevice: 00 ; device: vda3 ; status: False ; >09:05:50,609 DEBUG storage.ui: PartitionDevice.removeChild: kids: 1 ; name: vda3 ; >09:05:50,610 INFO storage.ui: removed partition vda3 (id 34) from device tree >09:05:50,621 DEBUG storage.ui: DiskDevice.removeChild: kids: 3 ; name: vda ; >09:05:50,622 INFO storage.ui: registered action: [51] Destroy Device partition vda3 (id 34) >09:05:50,625 DEBUG storage.ui: MDRaidMember.__init__: >09:05:50,626 DEBUG storage.ui: getFormat('mdmember') returning MDRaidMember instance >09:05:50,629 DEBUG storage.ui: MDRaidMember.__init__: mountpoint: None ; >09:05:50,630 DEBUG storage.ui: getFormat('mdmember') returning MDRaidMember instance >09:05:50,637 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: vdc ; >09:05:50,640 DEBUG storage.ui: PartitionDevice._setFormat: req9 ; >09:05:50,642 DEBUG storage.ui: PartitionDevice._setFormat: req9 ; current: None ; type: mdmember ; >09:05:50,645 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: vdc ; >09:05:50,646 INFO storage.ui: added partition req9 (id 36) to device tree >09:05:50,646 INFO storage.ui: registered action: [52] Create Device partition req9 (id 36) >09:05:50,647 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance >09:05:50,648 INFO storage.ui: registered action: [53] Create Format mdmember on partition req9 (id 36) >09:05:50,650 DEBUG storage.ui: PartitionDevice.addChild: kids: 0 ; name: req9 ; >09:05:50,651 INFO storage.ui: Using 4MB superBlockSize >09:05:50,652 DEBUG storage.ui: adding a SameSizeSet with size 9910 >09:05:50,654 DEBUG storage.ui: DiskDevice.setup: vda ; status: True ; controllable: True ; orig: False ; >09:05:50,657 DEBUG storage.ui: DiskDevice.setup: vdb ; status: True ; controllable: True ; orig: False ; >09:05:50,659 DEBUG storage.ui: DiskDevice.setup: vdc ; status: True ; controllable: True ; orig: False ; >09:05:50,662 DEBUG storage.ui: removing all non-preexisting partitions ['req9(id 36)', 'vda1(id 20)', 'vda2(id 24)', 'vdb1(id 25)', 'vdb2(id 28)'] from disk(s) ['vda', 'vdb', 'vdc'] >09:05:50,664 DEBUG storage.ui: PartitionDevice._setPartedPartition: vda1 ; >09:05:50,665 DEBUG storage.ui: device vda1 new partedPartition None >09:05:50,667 DEBUG storage.ui: PartitionDevice._setDisk: req3 ; new: None ; old: vda ; >09:05:50,670 DEBUG storage.ui: DiskDevice.removeChild: kids: 2 ; name: vda ; >09:05:50,672 DEBUG storage.ui: PartitionDevice._setPartedPartition: vda2 ; >09:05:50,673 DEBUG storage.ui: device vda2 new partedPartition None >09:05:50,675 DEBUG storage.ui: PartitionDevice._setDisk: req4 ; new: None ; old: vda ; >09:05:50,678 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: vda ; >09:05:50,681 DEBUG storage.ui: PartitionDevice._setPartedPartition: vdb1 ; >09:05:50,681 DEBUG storage.ui: device vdb1 new partedPartition None >09:05:50,684 DEBUG storage.ui: PartitionDevice._setDisk: req5 ; new: None ; old: vdb ; >09:05:50,686 DEBUG storage.ui: DiskDevice.removeChild: kids: 2 ; name: vdb ; >09:05:50,689 DEBUG storage.ui: PartitionDevice._setPartedPartition: vdb2 ; >09:05:50,690 DEBUG storage.ui: device vdb2 new partedPartition None >09:05:50,693 DEBUG storage.ui: PartitionDevice._setDisk: req6 ; new: None ; old: vdb ; >09:05:50,695 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: vdb ; >09:05:50,696 DEBUG storage.ui: allocatePartitions: disks=['vda', 'vdb', 'vdc'] ; partitions=['req9(id 36)', 'req3(id 20)', 'req4(id 24)', 'req5(id 25)', 'req6(id 28)'] >09:05:50,697 DEBUG storage.ui: removing all non-preexisting partitions ['req3(id 20)', 'req4(id 24)', 'req5(id 25)', 'req9(id 36)', 'req6(id 28)'] from disk(s) ['vda', 'vdb', 'vdc'] >09:05:50,700 DEBUG storage.ui: DeviceTree.getDeviceByName: name: vda ; >09:05:50,702 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk vda (1) with non-existent msdos disklabel >09:05:50,703 DEBUG storage.ui: resolved 'vda' to 'vda' (disk) >09:05:50,706 DEBUG storage.ui: DeviceTree.getDeviceByName: name: vda ; >09:05:50,708 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk vda (1) with non-existent msdos disklabel >09:05:50,709 DEBUG storage.ui: resolved 'vda' to 'vda' (disk) >09:05:50,711 DEBUG storage.ui: DeviceTree.getDeviceByName: name: vda ; >09:05:50,714 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk vda (1) with non-existent msdos disklabel >09:05:50,715 DEBUG storage.ui: resolved 'vda' to 'vda' (disk) >09:05:50,717 DEBUG storage.ui: DeviceTree.getDeviceByName: name: vda ; >09:05:50,720 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk vda (1) with non-existent msdos disklabel >09:05:50,720 DEBUG storage.ui: resolved 'vda' to 'vda' (disk) >09:05:50,723 DEBUG storage.ui: DeviceTree.getDeviceByName: name: vda ; >09:05:50,726 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk vda (1) with non-existent msdos disklabel >09:05:50,726 DEBUG storage.ui: resolved 'vda' to 'vda' (disk) >09:05:50,729 DEBUG storage.ui: DeviceTree.getDeviceByName: name: vda ; >09:05:50,731 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk vda (1) with non-existent msdos disklabel >09:05:50,732 DEBUG storage.ui: resolved 'vda' to 'vda' (disk) >09:05:50,733 DEBUG storage.ui: allocating partition: req3 ; id: 20 ; disks: ['vda', 'vdb', 'vdc'] ; >boot: True ; primary: False ; size: 500MB ; grow: False ; max_size: 0 ; start: None ; end: None >09:05:50,734 DEBUG storage.ui: checking freespace on vda >09:05:50,735 DEBUG storage.ui: getBestFreeSpaceRegion: disk=/dev/vda part_type=0 req_size=500MB boot=True best=None grow=False start=None >09:05:50,736 DEBUG storage.ui: checking 63-16777215 (8191 MB) >09:05:50,736 DEBUG storage.ui: current free range is 63-16777215 (8191MB) >09:05:50,737 DEBUG storage.ui: updating use_disk to vda, type: 0 >09:05:50,738 DEBUG storage.ui: new free: 63-16777215 / 8191MB >09:05:50,739 DEBUG storage.ui: new free allows for 0 sectors of growth >09:05:50,739 DEBUG storage.ui: found free space for bootable request >09:05:50,740 DEBUG storage.ui: adjusted start sector from 63 to 2048 >09:05:50,741 DEBUG storage.ui: created partition vda1 of 500MB and added it to /dev/vda >09:05:50,744 DEBUG storage.ui: PartitionDevice._setPartedPartition: req3 ; >09:05:50,745 DEBUG storage.ui: device req3 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c060150> fileSystem: None > number: 1 path: /dev/vda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x5b479d0> PedPartition: <_ped.Partition object at 0x7f55180396b0> >09:05:50,747 DEBUG storage.ui: PartitionDevice._setDisk: vda1 ; new: vda ; old: None ; >09:05:50,750 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: vda ; >09:05:50,753 DEBUG storage.ui: PartitionDevice._setPartedPartition: vda1 ; >09:05:50,754 DEBUG storage.ui: device vda1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c060150> fileSystem: None > number: 1 path: /dev/vda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x5b47d90> PedPartition: <_ped.Partition object at 0x54bb350> >09:05:50,756 DEBUG storage.ui: DeviceTree.getDeviceByName: name: vda ; >09:05:50,759 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk vda (1) with non-existent msdos disklabel >09:05:50,759 DEBUG storage.ui: resolved 'vda' to 'vda' (disk) >09:05:50,762 DEBUG storage.ui: DeviceTree.getDeviceByName: name: vda ; >09:05:50,764 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk vda (1) with non-existent msdos disklabel >09:05:50,765 DEBUG storage.ui: resolved 'vda' to 'vda' (disk) >09:05:50,766 DEBUG storage.ui: allocating partition: req4 ; id: 24 ; disks: ['vda'] ; >boot: False ; primary: False ; size: 2776MB ; grow: False ; max_size: 2776 ; start: None ; end: None >09:05:50,767 DEBUG storage.ui: checking freespace on vda >09:05:50,768 DEBUG storage.ui: getBestFreeSpaceRegion: disk=/dev/vda part_type=0 req_size=2776MB boot=False best=None grow=False start=None >09:05:50,769 DEBUG storage.ui: checking 63-2047 (0 MB) >09:05:50,769 DEBUG storage.ui: current free range is 63-2047 (0MB) >09:05:50,770 DEBUG storage.ui: checking 1026048-16777215 (7691 MB) >09:05:50,771 DEBUG storage.ui: current free range is 1026048-16777215 (7691MB) >09:05:50,772 DEBUG storage.ui: updating use_disk to vda, type: 0 >09:05:50,772 DEBUG storage.ui: new free: 1026048-16777215 / 7691MB >09:05:50,773 DEBUG storage.ui: new free allows for 0 sectors of growth >09:05:50,774 DEBUG storage.ui: created partition vda2 of 2776MB and added it to /dev/vda >09:05:50,777 DEBUG storage.ui: PartitionDevice._setPartedPartition: req4 ; >09:05:50,778 DEBUG storage.ui: device req4 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c060150> fileSystem: None > number: 2 path: /dev/vda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x5b49210> PedPartition: <_ped.Partition object at 0x54ee590> >09:05:50,781 DEBUG storage.ui: PartitionDevice._setDisk: vda2 ; new: vda ; old: None ; >09:05:50,783 DEBUG storage.ui: DiskDevice.addChild: kids: 1 ; name: vda ; >09:05:50,786 DEBUG storage.ui: PartitionDevice._setPartedPartition: vda2 ; >09:05:50,787 DEBUG storage.ui: device vda2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c060150> fileSystem: None > number: 2 path: /dev/vda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x5b49350> PedPartition: <_ped.Partition object at 0x54ee3b0> >09:05:50,790 DEBUG storage.ui: DeviceTree.getDeviceByName: name: vda ; >09:05:50,794 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk vda (1) with non-existent msdos disklabel >09:05:50,795 DEBUG storage.ui: resolved 'vda' to 'vda' (disk) >09:05:50,798 DEBUG storage.ui: DeviceTree.getDeviceByName: name: vda ; >09:05:50,801 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk vda (1) with non-existent msdos disklabel >09:05:50,801 DEBUG storage.ui: resolved 'vda' to 'vda' (disk) >09:05:50,802 DEBUG storage.ui: allocating partition: req5 ; id: 25 ; disks: ['vdb'] ; >boot: False ; primary: False ; size: 2776MB ; grow: False ; max_size: 2776 ; start: None ; end: None >09:05:50,803 DEBUG storage.ui: checking freespace on vdb >09:05:50,804 DEBUG storage.ui: getBestFreeSpaceRegion: disk=/dev/vdb part_type=0 req_size=2776MB boot=False best=None grow=False start=None >09:05:50,805 DEBUG storage.ui: checking 63-16777215 (8191 MB) >09:05:50,806 DEBUG storage.ui: current free range is 63-16777215 (8191MB) >09:05:50,806 DEBUG storage.ui: updating use_disk to vdb, type: 0 >09:05:50,807 DEBUG storage.ui: new free: 63-16777215 / 8191MB >09:05:50,808 DEBUG storage.ui: new free allows for 0 sectors of growth >09:05:50,809 DEBUG storage.ui: adjusted start sector from 63 to 2048 >09:05:50,811 DEBUG storage.ui: created partition vdb1 of 2776MB and added it to /dev/vdb >09:05:50,814 DEBUG storage.ui: PartitionDevice._setPartedPartition: req5 ; >09:05:50,815 DEBUG storage.ui: device req5 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c064490> fileSystem: None > number: 1 path: /dev/vdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x5b47ed0> PedPartition: <_ped.Partition object at 0x54bb170> >09:05:50,818 DEBUG storage.ui: PartitionDevice._setDisk: vdb1 ; new: vdb ; old: None ; >09:05:50,821 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: vdb ; >09:05:50,824 DEBUG storage.ui: PartitionDevice._setPartedPartition: vdb1 ; >09:05:50,825 DEBUG storage.ui: device vdb1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c064490> fileSystem: None > number: 1 path: /dev/vdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x44771d0> PedPartition: <_ped.Partition object at 0x7f5518039710> >09:05:50,827 DEBUG storage.ui: DeviceTree.getDeviceByName: name: vda ; >09:05:50,830 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk vda (1) with non-existent msdos disklabel >09:05:50,831 DEBUG storage.ui: resolved 'vda' to 'vda' (disk) >09:05:50,833 DEBUG storage.ui: DeviceTree.getDeviceByName: name: vda ; >09:05:50,836 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk vda (1) with non-existent msdos disklabel >09:05:50,836 DEBUG storage.ui: resolved 'vda' to 'vda' (disk) >09:05:50,837 DEBUG storage.ui: allocating partition: req9 ; id: 36 ; disks: ['vdc'] ; >boot: False ; primary: False ; size: 1MB ; grow: True ; max_size: 4955 ; start: None ; end: None >09:05:50,838 DEBUG storage.ui: checking freespace on vdc >09:05:50,839 DEBUG storage.ui: getBestFreeSpaceRegion: disk=/dev/vdc part_type=0 req_size=1MB boot=False best=None grow=True start=None >09:05:50,840 DEBUG storage.ui: checking 63-16777215 (8191 MB) >09:05:50,841 DEBUG storage.ui: current free range is 63-16777215 (8191MB) >09:05:50,841 DEBUG storage.ui: evaluating growth potential for new layout >09:05:50,842 DEBUG storage.ui: calculating growth for disk /dev/vdc >09:05:50,843 DEBUG storage.ui: adjusted start sector from 63 to 2048 >09:05:50,848 DEBUG storage.ui: PartitionDevice._setPartedPartition: req9 ; >09:05:50,850 DEBUG storage.ui: device req9 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c068050> fileSystem: None > number: 1 path: /dev/vdc1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x5746a10> PedPartition: <_ped.Partition object at 0x7f55180396b0> >09:05:50,853 DEBUG storage.ui: PartitionDevice._setDisk: vdc1 ; new: vdc ; old: None ; >09:05:50,856 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: vdc ; >09:05:50,857 DEBUG storage.ui: adding request 36 to chunk 16777153 (63-16777215) on /dev/vdc >09:05:50,858 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/vdc start = 63 end = 16777215 >sectorSize = 512 > >09:05:50,859 DEBUG storage.ui: req: PartitionRequest instance -- >id = 36 name = vdc1 growable = True >base = 2048 growth = 0 max_grow = 10145792 >done = False >09:05:50,859 DEBUG storage.ui: 1 requests and 16775105 (8190MB) left in chunk >09:05:50,860 DEBUG storage.ui: adding 16775105 (8190MB) to 36 (vdc1) >09:05:50,861 DEBUG storage.ui: taking back 6629313 (3236MB) from 36 (vdc1) >09:05:50,862 DEBUG storage.ui: new grow amount for request 36 (vdc1) is 10145792 units, or 4954MB >09:05:50,863 DEBUG storage.ui: request 36 (vdc1) growth: 10145792 (4954MB) size: 4955MB >09:05:50,864 DEBUG storage.ui: disk /dev/vdc growth: 10145792 (4954MB) >09:05:50,865 DEBUG storage.ui: calculating growth for disk /dev/vdb >09:05:50,866 DEBUG storage.ui: adding request 25 to chunk 16777153 (63-16777215) on /dev/vdb >09:05:50,866 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/vdb start = 63 end = 16777215 >sectorSize = 512 > >09:05:50,867 DEBUG storage.ui: req: PartitionRequest instance -- >id = 25 name = vdb1 growable = False >base = 5685248 growth = 0 max_grow = 0 >done = True >09:05:50,868 DEBUG storage.ui: request 25 (vdb1) growth: 0 (0MB) size: 2776MB >09:05:50,869 DEBUG storage.ui: disk /dev/vdb growth: 0 (0MB) >09:05:50,870 DEBUG storage.ui: calculating growth for disk /dev/vda >09:05:50,871 DEBUG storage.ui: adding request 20 to chunk 16777153 (63-16777215) on /dev/vda >09:05:50,872 DEBUG storage.ui: adding request 24 to chunk 16777153 (63-16777215) on /dev/vda >09:05:50,872 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/vda start = 63 end = 16777215 >sectorSize = 512 > >09:05:50,873 DEBUG storage.ui: req: PartitionRequest instance -- >id = 20 name = vda1 growable = False >base = 1024000 growth = 0 max_grow = 0 >done = True >09:05:50,873 DEBUG storage.ui: req: PartitionRequest instance -- >id = 24 name = vda2 growable = False >base = 5685248 growth = 0 max_grow = 0 >done = True >09:05:50,874 DEBUG storage.ui: request 20 (vda1) growth: 0 (0MB) size: 500MB >09:05:50,874 DEBUG storage.ui: request 24 (vda2) growth: 0 (0MB) size: 2776MB >09:05:50,875 DEBUG storage.ui: disk /dev/vda growth: 0 (0MB) >09:05:50,879 DEBUG storage.ui: PartitionDevice._setPartedPartition: vdc1 ; >09:05:50,880 DEBUG storage.ui: device vdc1 new partedPartition None >09:05:50,883 DEBUG storage.ui: PartitionDevice._setDisk: req9 ; new: None ; old: vdc ; >09:05:50,886 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: vdc ; >09:05:50,887 DEBUG storage.ui: total growth: 10145792 sectors >09:05:50,887 DEBUG storage.ui: updating use_disk to vdc, type: 0 >09:05:50,888 DEBUG storage.ui: new free: 63-16777215 / 8191MB >09:05:50,889 DEBUG storage.ui: new free allows for 10145792 sectors of growth >09:05:50,890 DEBUG storage.ui: adjusted start sector from 63 to 2048 >09:05:50,891 DEBUG storage.ui: created partition vdc1 of 1MB and added it to /dev/vdc >09:05:50,894 DEBUG storage.ui: PartitionDevice._setPartedPartition: req9 ; >09:05:50,895 DEBUG storage.ui: device req9 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c068050> fileSystem: None > number: 1 path: /dev/vdc1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x5b49150> PedPartition: <_ped.Partition object at 0x54ee7d0> >09:05:50,898 DEBUG storage.ui: PartitionDevice._setDisk: vdc1 ; new: vdc ; old: None ; >09:05:50,901 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: vdc ; >09:05:50,904 DEBUG storage.ui: PartitionDevice._setPartedPartition: vdc1 ; >09:05:50,905 DEBUG storage.ui: device vdc1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c068050> fileSystem: None > number: 1 path: /dev/vdc1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x5b49210> PedPartition: <_ped.Partition object at 0x54ee830> >09:05:50,908 DEBUG storage.ui: DeviceTree.getDeviceByName: name: vda ; >09:05:50,910 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk vda (1) with non-existent msdos disklabel >09:05:50,911 DEBUG storage.ui: resolved 'vda' to 'vda' (disk) >09:05:50,914 DEBUG storage.ui: DeviceTree.getDeviceByName: name: vda ; >09:05:50,916 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk vda (1) with non-existent msdos disklabel >09:05:50,917 DEBUG storage.ui: resolved 'vda' to 'vda' (disk) >09:05:50,917 DEBUG storage.ui: allocating partition: req6 ; id: 28 ; disks: ['vdb'] ; >boot: False ; primary: False ; size: 1MB ; grow: True ; max_size: 4955 ; start: None ; end: None >09:05:50,918 DEBUG storage.ui: checking freespace on vdb >09:05:50,919 DEBUG storage.ui: getBestFreeSpaceRegion: disk=/dev/vdb part_type=0 req_size=1MB boot=False best=None grow=True start=None >09:05:50,920 DEBUG storage.ui: checking 63-2047 (0 MB) >09:05:50,921 DEBUG storage.ui: current free range is 63-2047 (0MB) >09:05:50,922 DEBUG storage.ui: checking 5687296-16777215 (5415 MB) >09:05:50,923 DEBUG storage.ui: current free range is 5687296-16777215 (5415MB) >09:05:50,923 DEBUG storage.ui: evaluating growth potential for new layout >09:05:50,924 DEBUG storage.ui: calculating growth for disk /dev/vdc >09:05:50,925 DEBUG storage.ui: adding request 36 to chunk 16777153 (63-16777215) on /dev/vdc >09:05:50,926 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/vdc start = 63 end = 16777215 >sectorSize = 512 > >09:05:50,926 DEBUG storage.ui: req: PartitionRequest instance -- >id = 36 name = vdc1 growable = True >base = 2048 growth = 0 max_grow = 10145792 >done = False >09:05:50,927 DEBUG storage.ui: 1 requests and 16775105 (8190MB) left in chunk >09:05:50,928 DEBUG storage.ui: adding 16775105 (8190MB) to 36 (vdc1) >09:05:50,929 DEBUG storage.ui: taking back 6629313 (3236MB) from 36 (vdc1) >09:05:50,929 DEBUG storage.ui: new grow amount for request 36 (vdc1) is 10145792 units, or 4954MB >09:05:50,930 DEBUG storage.ui: request 36 (vdc1) growth: 10145792 (4954MB) size: 4955MB >09:05:50,931 DEBUG storage.ui: disk /dev/vdc growth: 10145792 (4954MB) >09:05:50,931 DEBUG storage.ui: calculating growth for disk /dev/vdb >09:05:50,934 DEBUG storage.ui: PartitionDevice._setPartedPartition: req6 ; >09:05:50,935 DEBUG storage.ui: device req6 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c064490> fileSystem: None > number: 2 path: /dev/vdb2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x5b49a10> PedPartition: <_ped.Partition object at 0x54ee590> >09:05:50,938 DEBUG storage.ui: PartitionDevice._setDisk: vdb2 ; new: vdb ; old: None ; >09:05:50,940 DEBUG storage.ui: DiskDevice.addChild: kids: 1 ; name: vdb ; >09:05:50,941 DEBUG storage.ui: adding request 25 to chunk 16777153 (63-16777215) on /dev/vdb >09:05:50,942 DEBUG storage.ui: adding request 28 to chunk 16777153 (63-16777215) on /dev/vdb >09:05:50,943 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/vdb start = 63 end = 16777215 >sectorSize = 512 > >09:05:50,943 DEBUG storage.ui: req: PartitionRequest instance -- >id = 25 name = vdb1 growable = False >base = 5685248 growth = 0 max_grow = 0 >done = True >09:05:50,944 DEBUG storage.ui: req: PartitionRequest instance -- >id = 28 name = vdb2 growable = True >base = 2048 growth = 0 max_grow = 10145792 >done = False >09:05:50,945 DEBUG storage.ui: 1 requests and 11089857 (5414MB) left in chunk >09:05:50,945 DEBUG storage.ui: adding 11089857 (5414MB) to 28 (vdb2) >09:05:50,946 DEBUG storage.ui: taking back 944065 (460MB) from 28 (vdb2) >09:05:50,947 DEBUG storage.ui: new grow amount for request 28 (vdb2) is 10145792 units, or 4954MB >09:05:50,948 DEBUG storage.ui: request 25 (vdb1) growth: 0 (0MB) size: 2776MB >09:05:50,948 DEBUG storage.ui: request 28 (vdb2) growth: 10145792 (4954MB) size: 4955MB >09:05:50,949 DEBUG storage.ui: disk /dev/vdb growth: 10145792 (4954MB) >09:05:50,950 DEBUG storage.ui: calculating growth for disk /dev/vda >09:05:50,951 DEBUG storage.ui: adding request 20 to chunk 16777153 (63-16777215) on /dev/vda >09:05:50,951 DEBUG storage.ui: adding request 24 to chunk 16777153 (63-16777215) on /dev/vda >09:05:50,953 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/vda start = 63 end = 16777215 >sectorSize = 512 > >09:05:50,953 DEBUG storage.ui: req: PartitionRequest instance -- >id = 20 name = vda1 growable = False >base = 1024000 growth = 0 max_grow = 0 >done = True >09:05:50,954 DEBUG storage.ui: req: PartitionRequest instance -- >id = 24 name = vda2 growable = False >base = 5685248 growth = 0 max_grow = 0 >done = True >09:05:50,955 DEBUG storage.ui: request 20 (vda1) growth: 0 (0MB) size: 500MB >09:05:50,956 DEBUG storage.ui: request 24 (vda2) growth: 0 (0MB) size: 2776MB >09:05:50,956 DEBUG storage.ui: disk /dev/vda growth: 0 (0MB) >09:05:50,959 DEBUG storage.ui: PartitionDevice._setPartedPartition: vdb2 ; >09:05:50,959 DEBUG storage.ui: device vdb2 new partedPartition None >09:05:50,962 DEBUG storage.ui: PartitionDevice._setDisk: req6 ; new: None ; old: vdb ; >09:05:50,964 DEBUG storage.ui: DiskDevice.removeChild: kids: 2 ; name: vdb ; >09:05:50,965 DEBUG storage.ui: total growth: 20291584 sectors >09:05:50,966 DEBUG storage.ui: updating use_disk to vdb, type: 0 >09:05:50,967 DEBUG storage.ui: new free: 5687296-16777215 / 5415MB >09:05:50,967 DEBUG storage.ui: new free allows for 20291584 sectors of growth >09:05:50,969 DEBUG storage.ui: created partition vdb2 of 1MB and added it to /dev/vdb >09:05:50,971 DEBUG storage.ui: PartitionDevice._setPartedPartition: req6 ; >09:05:50,972 DEBUG storage.ui: device req6 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c064490> fileSystem: None > number: 2 path: /dev/vdb2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x5b47b50> PedPartition: <_ped.Partition object at 0x7f55180396b0> >09:05:50,975 DEBUG storage.ui: PartitionDevice._setDisk: vdb2 ; new: vdb ; old: None ; >09:05:50,978 DEBUG storage.ui: DiskDevice.addChild: kids: 1 ; name: vdb ; >09:05:50,981 DEBUG storage.ui: PartitionDevice._setPartedPartition: vdb2 ; >09:05:50,982 DEBUG storage.ui: device vdb2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c064490> fileSystem: None > number: 2 path: /dev/vdb2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x5b47050> PedPartition: <_ped.Partition object at 0x54ee7d0> >09:05:50,982 DEBUG storage.ui: growPartitions: disks=['vda', 'vdb', 'vdc'], partitions=['vdc1(id 36)', 'vda1(id 20)', 'vda2(id 24)', 'vdb1(id 25)', 'vdb2(id 28)'] >09:05:50,983 DEBUG storage.ui: growable partitions are ['vdc1', 'vdb2'] >09:05:50,984 DEBUG storage.ui: adding request 20 to chunk 16777153 (63-16777215) on /dev/vda >09:05:50,985 DEBUG storage.ui: adding request 24 to chunk 16777153 (63-16777215) on /dev/vda >09:05:50,985 DEBUG storage.ui: disk vda has 1 chunks >09:05:50,986 DEBUG storage.ui: adding request 25 to chunk 16777153 (63-16777215) on /dev/vdb >09:05:50,987 DEBUG storage.ui: adding request 28 to chunk 16777153 (63-16777215) on /dev/vdb >09:05:50,988 DEBUG storage.ui: disk vdb has 1 chunks >09:05:50,989 DEBUG storage.ui: adding request 36 to chunk 16777153 (63-16777215) on /dev/vdc >09:05:50,989 DEBUG storage.ui: disk vdc has 1 chunks >09:05:50,990 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/vdb start = 63 end = 16777215 >sectorSize = 512 > >09:05:50,991 DEBUG storage.ui: req: PartitionRequest instance -- >id = 25 name = vdb1 growable = False >base = 5685248 growth = 0 max_grow = 0 >done = True >09:05:50,992 DEBUG storage.ui: req: PartitionRequest instance -- >id = 28 name = vdb2 growable = True >base = 2048 growth = 0 max_grow = 10145792 >done = False >09:05:50,992 DEBUG storage.ui: 1 requests and 11089857 (5414MB) left in chunk >09:05:50,993 DEBUG storage.ui: adding 11089857 (5414MB) to 28 (vdb2) >09:05:50,994 DEBUG storage.ui: taking back 944065 (460MB) from 28 (vdb2) >09:05:50,994 DEBUG storage.ui: new grow amount for request 28 (vdb2) is 10145792 units, or 4954MB >09:05:50,995 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/vdc start = 63 end = 16777215 >sectorSize = 512 > >09:05:50,996 DEBUG storage.ui: req: PartitionRequest instance -- >id = 36 name = vdc1 growable = True >base = 2048 growth = 0 max_grow = 10145792 >done = False >09:05:50,997 DEBUG storage.ui: 1 requests and 16775105 (8190MB) left in chunk >09:05:50,998 DEBUG storage.ui: adding 16775105 (8190MB) to 36 (vdc1) >09:05:50,998 DEBUG storage.ui: taking back 6629313 (3236MB) from 36 (vdc1) >09:05:50,999 DEBUG storage.ui: new grow amount for request 36 (vdc1) is 10145792 units, or 4954MB >09:05:50,999 DEBUG storage.ui: set: ['vdb2', 'vdc1'] 4955 >09:05:51,000 DEBUG storage.ui: min growth is 10145792 >09:05:51,000 DEBUG storage.ui: max growth for PartitionRequest instance -- >id = 28 name = vdb2 growable = True >base = 2048 growth = 10145792 max_grow = 10145792 >done = True is 10145792 >09:05:51,000 DEBUG storage.ui: max growth for PartitionRequest instance -- >id = 36 name = vdc1 growable = True >base = 2048 growth = 10145792 max_grow = 10145792 >done = True is 10145792 >09:05:51,001 DEBUG storage.ui: set: ['vdb2', 'vdc1'] 4955 >09:05:51,001 DEBUG storage.ui: min growth is 10145792 >09:05:51,001 DEBUG storage.ui: max growth for PartitionRequest instance -- >id = 28 name = vdb2 growable = True >base = 2048 growth = 10145792 max_grow = 10145792 >done = True is 10145792 >09:05:51,001 DEBUG storage.ui: max growth for PartitionRequest instance -- >id = 36 name = vdc1 growable = True >base = 2048 growth = 10145792 max_grow = 10145792 >done = True is 10145792 >09:05:51,001 DEBUG storage.ui: growing partitions on vda >09:05:51,002 DEBUG storage.ui: growing partitions on vdb >09:05:51,002 DEBUG storage.ui: partition vdb1 (25): 0 >09:05:51,002 DEBUG storage.ui: new geometry for vdb1: parted.Geometry instance -- > start: 2048 end: 5687295 length: 5685248 > device: <parted.device.Device object at 0x7f551c064b10> PedGeometry: <_ped.Geometry object at 0x5729310> >09:05:51,007 DEBUG storage.ui: partition vdb2 (28): 0 >09:05:51,007 DEBUG storage.ui: new geometry for vdb2: parted.Geometry instance -- > start: 5687296 end: 15835135 length: 10147840 > device: <parted.device.Device object at 0x7f551c064b10> PedGeometry: <_ped.Geometry object at 0x5b494d0> >09:05:51,008 DEBUG storage.ui: removing all non-preexisting partitions ['vdb1(id 25)', 'vdb2(id 28)'] from disk(s) ['vdb'] >09:05:51,011 DEBUG storage.ui: PartitionDevice._setPartedPartition: vdb1 ; >09:05:51,011 DEBUG storage.ui: device vdb1 new partedPartition None >09:05:51,017 DEBUG storage.ui: PartitionDevice._setDisk: req5 ; new: None ; old: vdb ; >09:05:51,020 DEBUG storage.ui: DiskDevice.removeChild: kids: 2 ; name: vdb ; >09:05:51,024 DEBUG storage.ui: PartitionDevice._setPartedPartition: vdb2 ; >09:05:51,025 DEBUG storage.ui: device vdb2 new partedPartition None >09:05:51,029 DEBUG storage.ui: PartitionDevice._setDisk: req6 ; new: None ; old: vdb ; >09:05:51,032 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: vdb ; >09:05:51,034 DEBUG storage.ui: back from removeNewPartitions >09:05:51,035 DEBUG storage.ui: extended: None >09:05:51,036 DEBUG storage.ui: setting req5 new geometry: parted.Geometry instance -- > start: 2048 end: 5687295 length: 5685248 > device: <parted.device.Device object at 0x7f551c064b10> PedGeometry: <_ped.Geometry object at 0x5729310> >09:05:51,039 DEBUG storage.ui: PartitionDevice._setPartedPartition: req5 ; >09:05:51,041 DEBUG storage.ui: device req5 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c064490> fileSystem: None > number: 1 path: /dev/vdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x5b49b10> PedPartition: <_ped.Partition object at 0x54ee890> >09:05:51,044 DEBUG storage.ui: PartitionDevice._setDisk: vdb1 ; new: vdb ; old: None ; >09:05:51,047 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: vdb ; >09:05:51,050 DEBUG storage.ui: PartitionDevice._setPartedPartition: vdb1 ; >09:05:51,051 DEBUG storage.ui: device vdb1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c064490> fileSystem: None > number: 1 path: /dev/vdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x5b49d10> PedPartition: <_ped.Partition object at 0x54ee770> >09:05:51,052 DEBUG storage.ui: setting req6 new geometry: parted.Geometry instance -- > start: 5687296 end: 15835135 length: 10147840 > device: <parted.device.Device object at 0x7f551c064b10> PedGeometry: <_ped.Geometry object at 0x5b494d0> >09:05:51,054 DEBUG storage.ui: PartitionDevice._setPartedPartition: req6 ; >09:05:51,055 DEBUG storage.ui: device req6 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c064490> fileSystem: None > number: 2 path: /dev/vdb2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x5b49750> PedPartition: <_ped.Partition object at 0x54ee530> >09:05:51,058 DEBUG storage.ui: PartitionDevice._setDisk: vdb2 ; new: vdb ; old: None ; >09:05:51,062 DEBUG storage.ui: DiskDevice.addChild: kids: 1 ; name: vdb ; >09:05:51,065 DEBUG storage.ui: PartitionDevice._setPartedPartition: vdb2 ; >09:05:51,066 DEBUG storage.ui: device vdb2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c064490> fileSystem: None > number: 2 path: /dev/vdb2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x5b4d090> PedPartition: <_ped.Partition object at 0x54ee9b0> >09:05:51,066 DEBUG storage.ui: growing partitions on vdc >09:05:51,067 DEBUG storage.ui: partition vdc1 (36): 0 >09:05:51,068 DEBUG storage.ui: new geometry for vdc1: parted.Geometry instance -- > start: 2048 end: 10149887 length: 10147840 > device: <parted.device.Device object at 0x7f551c064f90> PedGeometry: <_ped.Geometry object at 0x5b4d190> >09:05:51,069 DEBUG storage.ui: removing all non-preexisting partitions ['vdc1(id 36)'] from disk(s) ['vdc'] >09:05:51,072 DEBUG storage.ui: PartitionDevice._setPartedPartition: vdc1 ; >09:05:51,072 DEBUG storage.ui: device vdc1 new partedPartition None >09:05:51,075 DEBUG storage.ui: PartitionDevice._setDisk: req9 ; new: None ; old: vdc ; >09:05:51,077 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: vdc ; >09:05:51,078 DEBUG storage.ui: back from removeNewPartitions >09:05:51,079 DEBUG storage.ui: extended: None >09:05:51,080 DEBUG storage.ui: setting req9 new geometry: parted.Geometry instance -- > start: 2048 end: 10149887 length: 10147840 > device: <parted.device.Device object at 0x7f551c064f90> PedGeometry: <_ped.Geometry object at 0x5b4d190> >09:05:51,082 DEBUG storage.ui: PartitionDevice._setPartedPartition: req9 ; >09:05:51,083 DEBUG storage.ui: device req9 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c068050> fileSystem: None > number: 1 path: /dev/vdc1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x5b49e50> PedPartition: <_ped.Partition object at 0x54eea70> >09:05:51,086 DEBUG storage.ui: PartitionDevice._setDisk: vdc1 ; new: vdc ; old: None ; >09:05:51,089 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: vdc ; >09:05:51,092 DEBUG storage.ui: PartitionDevice._setPartedPartition: vdc1 ; >09:05:51,093 DEBUG storage.ui: device vdc1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c068050> fileSystem: None > number: 1 path: /dev/vdc1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x5729190> PedPartition: <_ped.Partition object at 0x54bb170> >09:05:51,094 DEBUG storage.ui: fixing size of non-existent 500MB partition vda1 (20) with non-existent ext4 filesystem mounted at /boot at 500.00 >09:05:51,095 DEBUG storage.ui: fixing size of non-existent 2776MB partition vda2 (24) with non-existent mdmember at 2776.00 >09:05:51,096 DEBUG storage.ui: fixing size of non-existent 2776MB partition vdb1 (25) with non-existent mdmember at 2776.00 >09:05:51,097 DEBUG storage.ui: fixing size of non-existent 4955MB partition vdb2 (28) with non-existent mdmember at 4955.00 >09:05:51,098 DEBUG storage.ui: fixing size of non-existent 4955MB partition vdc1 (36) with non-existent mdmember at 4955.00 >09:05:51,100 DEBUG storage.ui: new member set: ['vdb2', 'vdc1'] >09:05:51,100 DEBUG storage.ui: old member set: ['vdb2', 'vdc1'] >09:05:51,102 DEBUG storage.ui: raw RAID 1 size == 4955.0 >09:05:51,102 INFO storage.ui: Using 4MB superBlockSize >09:05:51,103 DEBUG storage.ui: non-existent RAID 1 size == 4951.0 >09:05:51,104 DEBUG storage.ui: new member set: ['00'] >09:05:51,105 DEBUG storage.ui: old member set: ['00'] >09:05:51,106 DEBUG storage.ui: raw RAID 1 size == 4955.0 >09:05:51,106 INFO storage.ui: Using 4MB superBlockSize >09:05:51,107 DEBUG storage.ui: non-existent RAID 1 size == 4951.0 >09:05:51,108 DEBUG storage.ui: fedora00 size is 4948MB >09:05:51,109 DEBUG storage.ui: raw RAID 1 size == 4955.0 >09:05:51,110 INFO storage.ui: Using 4MB superBlockSize >09:05:51,110 DEBUG storage.ui: non-existent RAID 1 size == 4951.0 >09:05:51,111 DEBUG storage.ui: vg fedora00 has 40MB free >09:05:51,112 DEBUG storage.ui: raw RAID 1 size == 4955.0 >09:05:51,113 INFO storage.ui: Using 4MB superBlockSize >09:05:51,114 DEBUG storage.ui: non-existent RAID 1 size == 4951.0 >09:05:51,115 DEBUG storage.ui: fedora00 size is 4948MB >09:05:51,116 DEBUG storage.ui: raw RAID 1 size == 4955.0 >09:05:51,117 INFO storage.ui: Using 4MB superBlockSize >09:05:51,117 DEBUG storage.ui: non-existent RAID 1 size == 4951.0 >09:05:51,118 DEBUG storage.ui: vg fedora00 has 40MB free >09:05:51,169 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.LVMFactory'>: <blivet.Blivet object at 0x4d8c4d0>, 0, [], {} >09:06:04,781 DEBUG blivet: Ext4FS.supported: supported: True ; >09:06:04,783 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >09:06:04,803 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.LVMFactory'>: <blivet.Blivet object at 0x4d8c4d0>, 1000, ['vdb', 'vdc'], {'encrypted': False, 'raid_level': None} >09:06:04,804 DEBUG blivet: raw RAID 0 size == 5552.0 >09:06:04,805 INFO blivet: Using 4MB superBlockSize >09:06:04,805 DEBUG blivet: non-existent RAID 0 size == 5544.0 >09:06:04,811 DEBUG blivet: raw RAID 0 size == 5552.0 >09:06:04,812 INFO blivet: Using 4MB superBlockSize >09:06:04,814 DEBUG blivet: non-existent RAID 0 size == 5544.0 >09:06:04,815 DEBUG blivet: fedora size is 5540MB >09:06:04,818 DEBUG blivet: raw RAID 0 size == 5552.0 >09:06:04,819 INFO blivet: Using 4MB superBlockSize >09:06:04,821 DEBUG blivet: non-existent RAID 0 size == 5544.0 >09:06:04,821 DEBUG blivet: vg fedora has 40MB free >09:06:04,823 DEBUG blivet: raw RAID 1 size == 4955.0 >09:06:04,823 INFO blivet: Using 4MB superBlockSize >09:06:04,824 DEBUG blivet: non-existent RAID 1 size == 4951.0 >09:06:04,830 DEBUG blivet: raw RAID 1 size == 4955.0 >09:06:04,831 INFO blivet: Using 4MB superBlockSize >09:06:04,831 DEBUG blivet: non-existent RAID 1 size == 4951.0 >09:06:04,832 DEBUG blivet: fedora00 size is 4948MB >09:06:04,836 DEBUG blivet: raw RAID 1 size == 4955.0 >09:06:04,837 INFO blivet: Using 4MB superBlockSize >09:06:04,837 DEBUG blivet: non-existent RAID 1 size == 4951.0 >09:06:04,838 DEBUG blivet: vg fedora00 has 40MB free >09:06:04,842 DEBUG blivet: raw RAID 1 size == 4955.0 >09:06:04,843 INFO blivet: Using 4MB superBlockSize >09:06:04,844 DEBUG blivet: non-existent RAID 1 size == 4951.0 >09:06:04,855 INFO blivet: removing obsolete action 47 (51) >09:06:04,856 INFO blivet: removing obsolete action 48 (51) >09:06:04,857 INFO blivet: removing obsolete action 51 (51) >09:06:04,858 DEBUG blivet: action 48 already pruned >09:06:04,859 DEBUG blivet: action 47 already pruned >09:06:04,859 INFO blivet: removing obsolete action 36 (46) >09:06:04,859 INFO blivet: removing obsolete action 37 (46) >09:06:04,860 INFO blivet: removing obsolete action 46 (46) >09:06:04,860 INFO blivet: removing obsolete action 43 (45) >09:06:04,864 INFO blivet: removing obsolete action 44 (45) >09:06:04,864 INFO blivet: removing obsolete action 45 (45) >09:06:04,865 DEBUG blivet: action 44 already pruned >09:06:04,865 DEBUG blivet: action 43 already pruned >09:06:04,868 DEBUG blivet: action 37 already pruned >09:06:04,869 DEBUG blivet: action 36 already pruned >09:06:04,870 INFO blivet: removing obsolete action 31 (33) >09:06:04,871 INFO blivet: removing obsolete action 32 (33) >09:06:04,871 INFO blivet: removing obsolete action 33 (33) >09:06:04,872 DEBUG blivet: action 32 already pruned >09:06:04,873 DEBUG blivet: action 31 already pruned >09:06:04,874 INFO blivet: removing obsolete action 13 (24) >09:06:04,876 INFO blivet: removing obsolete action 14 (24) >09:06:04,877 INFO blivet: removing obsolete action 24 (24) >09:06:04,878 INFO blivet: removing obsolete action 11 (23) >09:06:04,879 INFO blivet: removing obsolete action 12 (23) >09:06:04,880 INFO blivet: removing obsolete action 23 (23) >09:06:04,881 INFO blivet: removing obsolete action 9 (22) >09:06:04,882 INFO blivet: removing obsolete action 10 (22) >09:06:04,884 INFO blivet: removing obsolete action 22 (22) >09:06:04,885 DEBUG blivet: action 14 already pruned >09:06:04,886 DEBUG blivet: action 13 already pruned >09:06:04,887 DEBUG blivet: action 12 already pruned >09:06:04,888 DEBUG blivet: action 11 already pruned >09:06:04,889 DEBUG blivet: action 10 already pruned >09:06:04,891 DEBUG blivet: action 9 already pruned >09:06:04,892 INFO blivet: removing obsolete action 6 (7) >09:06:04,893 DEBUG blivet: action 6 already pruned >09:06:04,894 INFO blivet: removing obsolete action 3 (4) >09:06:04,895 DEBUG blivet: action 3 already pruned >09:06:04,896 INFO blivet: removing obsolete action 0 (1) >09:06:04,898 DEBUG blivet: action 0 already pruned >09:06:30,063 DEBUG blivet: DeviceTree.getDeviceByName: name: vda ; >09:06:30,069 DEBUG blivet: DeviceTree.getDeviceByName returned existing 8192MB disk vda (1) with non-existent msdos disklabel >09:06:30,087 DEBUG blivet: DeviceTree.getDeviceByName: name: vda ; >09:06:30,096 DEBUG blivet: DeviceTree.getDeviceByName returned existing 8192MB disk vda (1) with non-existent msdos disklabel >09:06:30,098 DEBUG blivet: resolved 'vda' to 'vda' (disk) >09:06:37,058 INFO blivet: omitting ksdata: existing 8192MB disk vdc (3) with non-existent msdos disklabel >09:06:37,061 INFO blivet: omitting ksdata: existing 8192MB disk vdb (2) with non-existent msdos disklabel >09:06:37,068 INFO blivet: omitting ksdata: existing 8192MB disk vda (1) with non-existent msdos disklabel >09:06:37,213 DEBUG blivet: LoopDevice.teardown: loop0 ; status: False ; controllable: False ; >09:06:37,215 DEBUG blivet: LoopDevice.teardown: loop1 ; status: False ; controllable: False ; >09:06:37,223 DEBUG blivet: LoopDevice.teardown: loop2 ; status: False ; controllable: False ; >09:06:37,226 DEBUG blivet: PartitionDevice.teardown: vda1 ; status: False ; controllable: True ; >09:06:37,232 DEBUG blivet: LVMLogicalVolumeDevice.teardown: fedora-root ; status: False ; controllable: True ; >09:06:37,235 DEBUG blivet: LVMLogicalVolumeDevice.teardown: fedora-swap ; status: False ; controllable: True ; >09:06:37,237 DEBUG blivet: LVMLogicalVolumeDevice.teardown: fedora00-var ; status: False ; controllable: True ; >09:06:37,240 DEBUG blivet: LVMLogicalVolumeDevice.teardown: fedora00-home ; status: False ; controllable: True ; >09:06:37,243 INFO blivet: resetting parted disks... >09:06:37,251 DEBUG blivet: DiskLabel.resetPartedDisk: device: /dev/vda ; >09:06:37,254 DEBUG blivet: DiskLabel.resetPartedDisk: device: /dev/vdb ; >09:06:37,263 DEBUG blivet: DiskLabel.resetPartedDisk: device: /dev/vdc ; >09:06:37,272 DEBUG blivet: PartitionDevice.preCommitFixup: vda1 ; >09:06:37,277 DEBUG blivet: PartitionDevice.preCommitFixup: vda2 ; >09:06:37,281 DEBUG blivet: PartitionDevice.preCommitFixup: vdb1 ; >09:06:37,289 DEBUG blivet: MDRaidArrayDevice.preCommitFixup: 00 ; [None, '', '', '', '', '', '', '', '', '', '', None, '', '', None, None, None, '/boot', '', '/', '', '', '', '', '', '', '', '/var', '/home', ''] ; >09:06:37,292 DEBUG blivet: raw RAID 0 size == 5552.0 >09:06:37,297 INFO blivet: Using 4MB superBlockSize >09:06:37,299 DEBUG blivet: non-existent RAID 0 size == 5544.0 >09:06:37,306 DEBUG blivet: PartitionDevice.preCommitFixup: vdb2 ; >09:06:37,314 DEBUG blivet: MDRaidArrayDevice.preCommitFixup: 00 ; [None, '', '', '', '', '', '', '', '', '', '', None, '', '', None, None, None, '/boot', '', '/', '', '', '', '', '', '', '', '/var', '/home', ''] ; >09:06:37,316 DEBUG blivet: raw RAID 1 size == 4955.0 >09:06:37,318 INFO blivet: Using 4MB superBlockSize >09:06:37,319 DEBUG blivet: non-existent RAID 1 size == 4951.0 >09:06:37,322 DEBUG blivet: PartitionDevice.preCommitFixup: vdc1 ; >09:06:37,330 DEBUG blivet: action: [7] Destroy Format None on disk vdc (id 3) >09:06:37,331 DEBUG blivet: action: [4] Destroy Format None on disk vdb (id 2) >09:06:37,332 DEBUG blivet: action: [1] Destroy Format None on disk vda (id 1) >09:06:37,334 DEBUG blivet: action: [8] Create Format msdos disklabel on disk vdc (id 3) >09:06:37,335 DEBUG blivet: action: [52] Create Device partition vdc1 (id 36) >09:06:37,336 DEBUG blivet: action: [53] Create Format mdmember on partition vdc1 (id 36) >09:06:37,342 DEBUG blivet: action: [5] Create Format msdos disklabel on disk vdb (id 2) >09:06:37,344 DEBUG blivet: action: [27] Create Device partition vdb1 (id 25) >09:06:37,345 DEBUG blivet: action: [34] Create Device partition vdb2 (id 28) >09:06:37,346 DEBUG blivet: action: [35] Create Format mdmember on partition vdb2 (id 28) >09:06:37,347 DEBUG blivet: action: [38] Create Device mdarray 00 (id 30) >09:06:37,348 DEBUG blivet: action: [39] Create Format lvmpv on mdarray 00 (id 30) >09:06:37,348 DEBUG blivet: action: [40] Create Device lvmvg fedora00 (id 31) >09:06:37,348 DEBUG blivet: action: [49] Create Device lvmlv fedora00-home (id 35) >09:06:37,349 DEBUG blivet: action: [50] Create Format ext4 filesystem mounted at /home on lvmlv fedora00-home (id 35) >09:06:37,352 DEBUG blivet: action: [41] Create Device lvmlv fedora00-var (id 32) >09:06:37,353 DEBUG blivet: action: [42] Create Format ext4 filesystem mounted at /var on lvmlv fedora00-var (id 32) >09:06:37,357 DEBUG blivet: action: [28] Create Format mdmember on partition vdb1 (id 25) >09:06:37,362 DEBUG blivet: action: [2] Create Format msdos disklabel on disk vda (id 1) >09:06:37,363 DEBUG blivet: action: [15] Create Device partition vda1 (id 20) >09:06:37,364 DEBUG blivet: action: [25] Create Device partition vda2 (id 24) >09:06:37,366 DEBUG blivet: action: [26] Create Format mdmember on partition vda2 (id 24) >09:06:37,367 DEBUG blivet: action: [29] Create Device mdarray 00 (id 26) >09:06:37,367 DEBUG blivet: action: [30] Create Format lvmpv on mdarray 00 (id 26) >09:06:37,368 DEBUG blivet: action: [17] Create Device lvmvg fedora (id 21) >09:06:37,375 DEBUG blivet: action: [20] Create Device lvmlv fedora-swap (id 23) >09:06:37,375 DEBUG blivet: action: [21] Create Format swap on lvmlv fedora-swap (id 23) >09:06:37,376 DEBUG blivet: action: [18] Create Device lvmlv fedora-root (id 22) >09:06:37,376 DEBUG blivet: action: [19] Create Format ext4 filesystem mounted at / on lvmlv fedora-root (id 22) >09:06:37,376 DEBUG blivet: action: [16] Create Format ext4 filesystem mounted at /boot on partition vda1 (id 20) >09:06:37,377 INFO blivet: pruning action queue... >09:06:37,392 INFO blivet: sorting actions... >09:06:37,416 DEBUG blivet: action: [1] Destroy Format None on disk vda (id 1) >09:06:37,419 DEBUG blivet: lvm filter: removing vda1 from the reject list >09:06:37,422 DEBUG blivet: vda1 wasn't in the reject list >09:06:37,426 DEBUG blivet: lvm filter: removing fedora from the reject list >09:06:37,428 DEBUG blivet: fedora wasn't in the reject list >09:06:37,430 DEBUG blivet: lvm filter: removing fedora-root from the reject list >09:06:37,432 DEBUG blivet: fedora-root wasn't in the reject list >09:06:37,433 DEBUG blivet: lvm filter: removing fedora-swap from the reject list >09:06:37,435 DEBUG blivet: fedora-swap wasn't in the reject list >09:06:37,436 DEBUG blivet: lvm filter: removing vda2 from the reject list >09:06:37,437 DEBUG blivet: vda2 wasn't in the reject list >09:06:37,438 DEBUG blivet: lvm filter: removing 00 from the reject list >09:06:37,442 DEBUG blivet: 00 wasn't in the reject list >09:06:37,443 DEBUG blivet: action: [4] Destroy Format None on disk vdb (id 2) >09:06:37,444 DEBUG blivet: lvm filter: removing fedora from the reject list >09:06:37,445 DEBUG blivet: fedora wasn't in the reject list >09:06:37,446 DEBUG blivet: lvm filter: removing fedora-root from the reject list >09:06:37,447 DEBUG blivet: fedora-root wasn't in the reject list >09:06:37,448 DEBUG blivet: lvm filter: removing fedora-swap from the reject list >09:06:37,449 DEBUG blivet: fedora-swap wasn't in the reject list >09:06:37,451 DEBUG blivet: lvm filter: removing vdb1 from the reject list >09:06:37,451 DEBUG blivet: vdb1 wasn't in the reject list >09:06:37,452 DEBUG blivet: lvm filter: removing 00 from the reject list >09:06:37,452 DEBUG blivet: 00 wasn't in the reject list >09:06:37,455 DEBUG blivet: lvm filter: removing vdb2 from the reject list >09:06:37,456 DEBUG blivet: vdb2 wasn't in the reject list >09:06:37,456 DEBUG blivet: lvm filter: removing 00 from the reject list >09:06:37,456 DEBUG blivet: 00 wasn't in the reject list >09:06:37,456 DEBUG blivet: lvm filter: removing fedora00 from the reject list >09:06:37,456 DEBUG blivet: fedora00 wasn't in the reject list >09:06:37,457 DEBUG blivet: lvm filter: removing fedora00-var from the reject list >09:06:37,457 DEBUG blivet: fedora00-var wasn't in the reject list >09:06:37,457 DEBUG blivet: lvm filter: removing fedora00-home from the reject list >09:06:37,457 DEBUG blivet: fedora00-home wasn't in the reject list >09:06:37,457 DEBUG blivet: action: [7] Destroy Format None on disk vdc (id 3) >09:06:37,464 DEBUG blivet: lvm filter: removing 00 from the reject list >09:06:37,465 DEBUG blivet: 00 wasn't in the reject list >09:06:37,465 DEBUG blivet: lvm filter: removing fedora00 from the reject list >09:06:37,465 DEBUG blivet: fedora00 wasn't in the reject list >09:06:37,465 DEBUG blivet: lvm filter: removing fedora00-var from the reject list >09:06:37,466 DEBUG blivet: fedora00-var wasn't in the reject list >09:06:37,468 DEBUG blivet: lvm filter: removing fedora00-home from the reject list >09:06:37,468 DEBUG blivet: fedora00-home wasn't in the reject list >09:06:37,468 DEBUG blivet: lvm filter: removing vdc1 from the reject list >09:06:37,469 DEBUG blivet: vdc1 wasn't in the reject list >09:06:37,470 DEBUG blivet: action: [2] Create Format msdos disklabel on disk vda (id 1) >09:06:37,470 DEBUG blivet: lvm filter: removing vda1 from the reject list >09:06:37,471 DEBUG blivet: vda1 wasn't in the reject list >09:06:37,472 DEBUG blivet: lvm filter: removing fedora from the reject list >09:06:37,473 DEBUG blivet: fedora wasn't in the reject list >09:06:37,474 DEBUG blivet: lvm filter: removing fedora-root from the reject list >09:06:37,476 DEBUG blivet: fedora-root wasn't in the reject list >09:06:37,477 DEBUG blivet: lvm filter: removing fedora-swap from the reject list >09:06:37,479 DEBUG blivet: fedora-swap wasn't in the reject list >09:06:37,482 DEBUG blivet: lvm filter: removing vda2 from the reject list >09:06:37,484 DEBUG blivet: vda2 wasn't in the reject list >09:06:37,487 DEBUG blivet: lvm filter: removing 00 from the reject list >09:06:37,488 DEBUG blivet: 00 wasn't in the reject list >09:06:37,490 DEBUG blivet: action: [15] Create Device partition vda1 (id 20) >09:06:37,491 DEBUG blivet: action: [16] Create Format ext4 filesystem mounted at /boot on partition vda1 (id 20) >09:06:37,492 DEBUG blivet: action: [25] Create Device partition vda2 (id 24) >09:06:37,493 DEBUG blivet: lvm filter: removing fedora from the reject list >09:06:37,494 DEBUG blivet: fedora wasn't in the reject list >09:06:37,495 DEBUG blivet: lvm filter: removing fedora-root from the reject list >09:06:37,495 DEBUG blivet: fedora-root wasn't in the reject list >09:06:37,496 DEBUG blivet: lvm filter: removing fedora-swap from the reject list >09:06:37,497 DEBUG blivet: fedora-swap wasn't in the reject list >09:06:37,498 DEBUG blivet: lvm filter: removing 00 from the reject list >09:06:37,499 DEBUG blivet: 00 wasn't in the reject list >09:06:37,500 DEBUG blivet: action: [26] Create Format mdmember on partition vda2 (id 24) >09:06:37,501 DEBUG blivet: lvm filter: removing fedora from the reject list >09:06:37,502 DEBUG blivet: fedora wasn't in the reject list >09:06:37,503 DEBUG blivet: lvm filter: removing fedora-root from the reject list >09:06:37,504 DEBUG blivet: fedora-root wasn't in the reject list >09:06:37,506 DEBUG blivet: lvm filter: removing fedora-swap from the reject list >09:06:37,507 DEBUG blivet: fedora-swap wasn't in the reject list >09:06:37,510 DEBUG blivet: lvm filter: removing 00 from the reject list >09:06:37,512 DEBUG blivet: 00 wasn't in the reject list >09:06:37,516 DEBUG blivet: action: [5] Create Format msdos disklabel on disk vdb (id 2) >09:06:37,518 DEBUG blivet: lvm filter: removing fedora from the reject list >09:06:37,519 DEBUG blivet: fedora wasn't in the reject list >09:06:37,521 DEBUG blivet: lvm filter: removing fedora-root from the reject list >09:06:37,522 DEBUG blivet: fedora-root wasn't in the reject list >09:06:37,523 DEBUG blivet: lvm filter: removing fedora-swap from the reject list >09:06:37,523 DEBUG blivet: fedora-swap wasn't in the reject list >09:06:37,524 DEBUG blivet: lvm filter: removing vdb1 from the reject list >09:06:37,525 DEBUG blivet: vdb1 wasn't in the reject list >09:06:37,526 DEBUG blivet: lvm filter: removing 00 from the reject list >09:06:37,527 DEBUG blivet: 00 wasn't in the reject list >09:06:37,527 DEBUG blivet: lvm filter: removing vdb2 from the reject list >09:06:37,528 DEBUG blivet: vdb2 wasn't in the reject list >09:06:37,529 DEBUG blivet: lvm filter: removing 00 from the reject list >09:06:37,531 DEBUG blivet: 00 wasn't in the reject list >09:06:37,532 DEBUG blivet: lvm filter: removing fedora00 from the reject list >09:06:37,532 DEBUG blivet: fedora00 wasn't in the reject list >09:06:37,533 DEBUG blivet: lvm filter: removing fedora00-var from the reject list >09:06:37,536 DEBUG blivet: fedora00-var wasn't in the reject list >09:06:37,538 DEBUG blivet: lvm filter: removing fedora00-home from the reject list >09:06:37,540 DEBUG blivet: fedora00-home wasn't in the reject list >09:06:37,548 DEBUG blivet: action: [27] Create Device partition vdb1 (id 25) >09:06:37,551 DEBUG blivet: lvm filter: removing fedora from the reject list >09:06:37,552 DEBUG blivet: fedora wasn't in the reject list >09:06:37,557 DEBUG blivet: lvm filter: removing fedora-root from the reject list >09:06:37,559 DEBUG blivet: fedora-root wasn't in the reject list >09:06:37,559 DEBUG blivet: lvm filter: removing fedora-swap from the reject list >09:06:37,560 DEBUG blivet: fedora-swap wasn't in the reject list >09:06:37,561 DEBUG blivet: lvm filter: removing 00 from the reject list >09:06:37,562 DEBUG blivet: 00 wasn't in the reject list >09:06:37,563 DEBUG blivet: action: [28] Create Format mdmember on partition vdb1 (id 25) >09:06:37,564 DEBUG blivet: lvm filter: removing fedora from the reject list >09:06:37,567 DEBUG blivet: fedora wasn't in the reject list >09:06:37,570 DEBUG blivet: lvm filter: removing fedora-root from the reject list >09:06:37,573 DEBUG blivet: fedora-root wasn't in the reject list >09:06:37,579 DEBUG blivet: lvm filter: removing fedora-swap from the reject list >09:06:37,580 DEBUG blivet: fedora-swap wasn't in the reject list >09:06:37,582 DEBUG blivet: lvm filter: removing 00 from the reject list >09:06:37,586 DEBUG blivet: 00 wasn't in the reject list >09:06:37,587 DEBUG blivet: action: [29] Create Device mdarray 00 (id 26) >09:06:37,588 DEBUG blivet: lvm filter: removing fedora from the reject list >09:06:37,589 DEBUG blivet: fedora wasn't in the reject list >09:06:37,590 DEBUG blivet: lvm filter: removing fedora-root from the reject list >09:06:37,592 DEBUG blivet: fedora-root wasn't in the reject list >09:06:37,597 DEBUG blivet: lvm filter: removing fedora-swap from the reject list >09:06:37,598 DEBUG blivet: fedora-swap wasn't in the reject list >09:06:37,599 DEBUG blivet: action: [30] Create Format lvmpv on mdarray 00 (id 26) >09:06:37,600 DEBUG blivet: lvm filter: removing fedora from the reject list >09:06:37,601 DEBUG blivet: fedora wasn't in the reject list >09:06:37,601 DEBUG blivet: lvm filter: removing fedora-root from the reject list >09:06:37,602 DEBUG blivet: fedora-root wasn't in the reject list >09:06:37,603 DEBUG blivet: lvm filter: removing fedora-swap from the reject list >09:06:37,604 DEBUG blivet: fedora-swap wasn't in the reject list >09:06:37,608 DEBUG blivet: action: [17] Create Device lvmvg fedora (id 21) >09:06:37,610 DEBUG blivet: lvm filter: removing fedora-root from the reject list >09:06:37,612 DEBUG blivet: fedora-root wasn't in the reject list >09:06:37,614 DEBUG blivet: lvm filter: removing fedora-swap from the reject list >09:06:37,617 DEBUG blivet: fedora-swap wasn't in the reject list >09:06:37,618 DEBUG blivet: action: [18] Create Device lvmlv fedora-root (id 22) >09:06:37,622 DEBUG blivet: action: [19] Create Format ext4 filesystem mounted at / on lvmlv fedora-root (id 22) >09:06:37,624 DEBUG blivet: action: [20] Create Device lvmlv fedora-swap (id 23) >09:06:37,627 DEBUG blivet: action: [21] Create Format swap on lvmlv fedora-swap (id 23) >09:06:37,631 DEBUG blivet: action: [34] Create Device partition vdb2 (id 28) >09:06:37,637 DEBUG blivet: lvm filter: removing 00 from the reject list >09:06:37,637 DEBUG blivet: 00 wasn't in the reject list >09:06:37,639 DEBUG blivet: lvm filter: removing fedora00 from the reject list >09:06:37,640 DEBUG blivet: fedora00 wasn't in the reject list >09:06:37,642 DEBUG blivet: lvm filter: removing fedora00-var from the reject list >09:06:37,643 DEBUG blivet: fedora00-var wasn't in the reject list >09:06:37,645 DEBUG blivet: lvm filter: removing fedora00-home from the reject list >09:06:37,653 DEBUG blivet: fedora00-home wasn't in the reject list >09:06:37,654 DEBUG blivet: action: [35] Create Format mdmember on partition vdb2 (id 28) >09:06:37,655 DEBUG blivet: lvm filter: removing 00 from the reject list >09:06:37,656 DEBUG blivet: 00 wasn't in the reject list >09:06:37,661 DEBUG blivet: lvm filter: removing fedora00 from the reject list >09:06:37,663 DEBUG blivet: fedora00 wasn't in the reject list >09:06:37,664 DEBUG blivet: lvm filter: removing fedora00-var from the reject list >09:06:37,665 DEBUG blivet: fedora00-var wasn't in the reject list >09:06:37,666 DEBUG blivet: lvm filter: removing fedora00-home from the reject list >09:06:37,667 DEBUG blivet: fedora00-home wasn't in the reject list >09:06:37,669 DEBUG blivet: action: [8] Create Format msdos disklabel on disk vdc (id 3) >09:06:37,671 DEBUG blivet: lvm filter: removing 00 from the reject list >09:06:37,673 DEBUG blivet: 00 wasn't in the reject list >09:06:37,675 DEBUG blivet: lvm filter: removing fedora00 from the reject list >09:06:37,685 DEBUG blivet: fedora00 wasn't in the reject list >09:06:37,686 DEBUG blivet: lvm filter: removing fedora00-var from the reject list >09:06:37,687 DEBUG blivet: fedora00-var wasn't in the reject list >09:06:37,688 DEBUG blivet: lvm filter: removing fedora00-home from the reject list >09:06:37,689 DEBUG blivet: fedora00-home wasn't in the reject list >09:06:37,691 DEBUG blivet: lvm filter: removing vdc1 from the reject list >09:06:37,693 DEBUG blivet: vdc1 wasn't in the reject list >09:06:37,695 DEBUG blivet: action: [52] Create Device partition vdc1 (id 36) >09:06:37,701 DEBUG blivet: lvm filter: removing 00 from the reject list >09:06:37,702 DEBUG blivet: 00 wasn't in the reject list >09:06:37,702 DEBUG blivet: lvm filter: removing fedora00 from the reject list >09:06:37,704 DEBUG blivet: fedora00 wasn't in the reject list >09:06:37,705 DEBUG blivet: lvm filter: removing fedora00-var from the reject list >09:06:37,706 DEBUG blivet: fedora00-var wasn't in the reject list >09:06:37,708 DEBUG blivet: lvm filter: removing fedora00-home from the reject list >09:06:37,709 DEBUG blivet: fedora00-home wasn't in the reject list >09:06:37,712 DEBUG blivet: action: [53] Create Format mdmember on partition vdc1 (id 36) >09:06:37,714 DEBUG blivet: lvm filter: removing 00 from the reject list >09:06:37,717 DEBUG blivet: 00 wasn't in the reject list >09:06:37,719 DEBUG blivet: lvm filter: removing fedora00 from the reject list >09:06:37,720 DEBUG blivet: fedora00 wasn't in the reject list >09:06:37,721 DEBUG blivet: lvm filter: removing fedora00-var from the reject list >09:06:37,724 DEBUG blivet: fedora00-var wasn't in the reject list >09:06:37,727 DEBUG blivet: lvm filter: removing fedora00-home from the reject list >09:06:37,730 DEBUG blivet: fedora00-home wasn't in the reject list >09:06:37,731 DEBUG blivet: action: [38] Create Device mdarray 00 (id 30) >09:06:37,732 DEBUG blivet: lvm filter: removing fedora00 from the reject list >09:06:37,734 DEBUG blivet: fedora00 wasn't in the reject list >09:06:37,737 DEBUG blivet: lvm filter: removing fedora00-var from the reject list >09:06:37,738 DEBUG blivet: fedora00-var wasn't in the reject list >09:06:37,739 DEBUG blivet: lvm filter: removing fedora00-home from the reject list >09:06:37,740 DEBUG blivet: fedora00-home wasn't in the reject list >09:06:37,742 DEBUG blivet: action: [39] Create Format lvmpv on mdarray 00 (id 30) >09:06:37,743 DEBUG blivet: lvm filter: removing fedora00 from the reject list >09:06:37,745 DEBUG blivet: fedora00 wasn't in the reject list >09:06:37,746 DEBUG blivet: lvm filter: removing fedora00-var from the reject list >09:06:37,748 DEBUG blivet: fedora00-var wasn't in the reject list >09:06:37,749 DEBUG blivet: lvm filter: removing fedora00-home from the reject list >09:06:37,757 DEBUG blivet: fedora00-home wasn't in the reject list >09:06:37,758 DEBUG blivet: action: [40] Create Device lvmvg fedora00 (id 31) >09:06:37,758 DEBUG blivet: lvm filter: removing fedora00-var from the reject list >09:06:37,760 DEBUG blivet: fedora00-var wasn't in the reject list >09:06:37,760 DEBUG blivet: lvm filter: removing fedora00-home from the reject list >09:06:37,762 DEBUG blivet: fedora00-home wasn't in the reject list >09:06:37,766 DEBUG blivet: action: [41] Create Device lvmlv fedora00-var (id 32) >09:06:37,767 DEBUG blivet: action: [42] Create Format ext4 filesystem mounted at /var on lvmlv fedora00-var (id 32) >09:06:37,768 DEBUG blivet: action: [49] Create Device lvmlv fedora00-home (id 35) >09:06:37,769 DEBUG blivet: action: [50] Create Format ext4 filesystem mounted at /home on lvmlv fedora00-home (id 35) >09:06:37,770 INFO blivet: executing action: [1] Destroy Format None on disk vda (id 1) >09:06:37,776 DEBUG blivet: DiskDevice.setup: vda ; status: True ; controllable: True ; orig: True ; >09:06:37,780 DEBUG blivet: DeviceFormat.destroy: device: /dev/vda ; status: False ; type: None ; >09:06:37,992 DEBUG blivet: DiskDevice.teardown: vda ; status: True ; controllable: True ; >09:06:38,000 DEBUG blivet: DeviceFormat.teardown: device: /dev/vda ; status: False ; type: None ; >09:06:38,110 INFO blivet: executing action: [4] Destroy Format None on disk vdb (id 2) >09:06:38,118 DEBUG blivet: DiskDevice.setup: vdb ; status: True ; controllable: True ; orig: True ; >09:06:38,127 DEBUG blivet: DeviceFormat.destroy: device: /dev/vdb ; status: False ; type: None ; >09:06:38,284 DEBUG blivet: DiskDevice.teardown: vdb ; status: True ; controllable: True ; >09:06:38,287 DEBUG blivet: DeviceFormat.teardown: device: /dev/vdb ; status: False ; type: None ; >09:06:38,331 INFO blivet: executing action: [7] Destroy Format None on disk vdc (id 3) >09:06:38,333 DEBUG blivet: DiskDevice.setup: vdc ; status: True ; controllable: True ; orig: True ; >09:06:38,335 DEBUG blivet: DeviceFormat.destroy: device: /dev/vdc ; status: False ; type: None ; >09:06:38,393 DEBUG blivet: DiskDevice.teardown: vdc ; status: True ; controllable: True ; >09:06:38,395 DEBUG blivet: DeviceFormat.teardown: device: /dev/vdc ; status: False ; type: None ; >09:06:38,446 INFO blivet: executing action: [2] Create Format msdos disklabel on disk vda (id 1) >09:06:38,451 DEBUG blivet: DiskDevice.setup: vda ; status: True ; controllable: True ; orig: False ; >09:06:38,453 DEBUG blivet: DiskLabel.create: device: /dev/vda ; status: False ; type: disklabel ; >09:06:38,455 DEBUG blivet: DiskLabel.create: device: /dev/vda ; status: False ; type: disklabel ; >09:06:38,458 DEBUG blivet: DiskLabel.commit: device: /dev/vda ; numparts: 0 ; >09:06:38,544 DEBUG blivet: DiskDevice.updateSysfsPath: vda ; status: True ; >09:06:38,545 DEBUG blivet: vda sysfsPath set to /devices/pci0000:00/0000:00:07.0/virtio2/block/vda >09:06:38,570 INFO blivet: executing action: [15] Create Device partition vda1 (id 20) >09:06:38,573 DEBUG blivet: PartitionDevice.create: vda1 ; status: False ; >09:06:38,576 DEBUG blivet: PartitionDevice.setupParents: kids: 0 ; name: vda1 ; orig: False ; >09:06:38,578 DEBUG blivet: DiskDevice.setup: vda ; status: True ; controllable: True ; orig: False ; >09:06:38,580 DEBUG blivet: DiskLabel.setup: device: /dev/vda ; status: False ; type: disklabel ; >09:06:38,583 DEBUG blivet: DiskLabel.setup: device: /dev/vda ; status: False ; type: disklabel ; >09:06:38,584 DEBUG blivet: PartitionDevice._create: vda1 ; status: False ; >09:06:38,586 DEBUG blivet: PartitionDevice._wipe: vda1 ; status: False ; >09:06:38,718 DEBUG blivet: DiskLabel.commit: device: /dev/vda ; numparts: 1 ; >09:06:38,860 DEBUG blivet: post-commit partition path is /dev/vda1 >09:06:38,863 DEBUG blivet: PartitionDevice._setPartedPartition: vda1 ; >09:06:38,865 DEBUG blivet: device vda1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c064990> fileSystem: None > number: 1 path: /dev/vda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x54b5e10> PedPartition: <_ped.Partition object at 0x5b5d290> >09:06:38,867 DEBUG blivet: DeviceFormat.destroy: device: /dev/vda1 ; status: False ; type: None ; >09:06:38,942 DEBUG blivet: PartitionDevice.setup: vda1 ; status: True ; controllable: True ; orig: False ; >09:06:38,952 DEBUG blivet: PartitionDevice.updateSysfsPath: vda1 ; status: True ; >09:06:38,959 DEBUG blivet: PartitionDevice.updateSysfsPath: vda1 ; status: True ; >09:06:38,960 DEBUG blivet: vda1 sysfsPath set to /devices/pci0000:00/0000:00:07.0/virtio2/block/vda/vda1 >09:06:39,004 INFO blivet: executing action: [16] Create Format ext4 filesystem mounted at /boot on partition vda1 (id 20) >09:06:39,009 DEBUG blivet: PartitionDevice.setup: vda1 ; status: True ; controllable: True ; orig: False ; >09:06:39,010 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/vda1 ; flag: 1 ; >09:06:39,012 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/vda1 ; flag: 2 ; >09:06:39,014 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/vda1 ; flag: 3 ; >09:06:39,016 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/vda1 ; flag: 4 ; >09:06:39,018 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/vda1 ; flag: 5 ; >09:06:39,020 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/vda1 ; flag: 6 ; >09:06:39,023 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/vda1 ; flag: 8 ; >09:06:39,025 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/vda1 ; flag: 9 ; >09:06:39,027 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/vda1 ; flag: 10 ; >09:06:39,028 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/vda1 ; flag: 11 ; >09:06:39,031 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/vda1 ; flag: 12 ; >09:06:39,033 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/vda1 ; flag: 13 ; >09:06:39,034 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/vda1 ; flag: 14 ; >09:06:39,036 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/vda1 ; flag: 15 ; >09:06:39,039 DEBUG blivet: DiskLabel.commitToDisk: device: /dev/vda ; numparts: 1 ; >09:06:39,062 DEBUG blivet: Ext4FS.create: device: /dev/vda1 ; status: False ; type: ext4 ; >09:06:39,071 DEBUG blivet: Ext4FS.doFormat: device: /dev/vda1 ; mountpoint: /boot ; type: ext4 ; >09:06:39,655 DEBUG blivet: Ext4FS.notifyKernel: device: /dev/vda1 ; type: ext4 ; >09:06:39,662 DEBUG blivet: notifying kernel of 'change' event on device /sys/class/block/vda1 >09:06:39,729 DEBUG blivet: PartitionDevice.updateSysfsPath: vda1 ; status: True ; >09:06:39,732 DEBUG blivet: PartitionDevice.updateSysfsPath: vda1 ; status: True ; >09:06:39,734 DEBUG blivet: vda1 sysfsPath set to /devices/pci0000:00/0000:00:07.0/virtio2/block/vda/vda1 >09:06:39,754 INFO blivet: executing action: [25] Create Device partition vda2 (id 24) >09:06:39,757 DEBUG blivet: PartitionDevice.create: vda2 ; status: False ; >09:06:39,759 DEBUG blivet: PartitionDevice.setupParents: kids: 1 ; name: vda2 ; orig: False ; >09:06:39,761 DEBUG blivet: DiskDevice.setup: vda ; status: True ; controllable: True ; orig: False ; >09:06:39,763 DEBUG blivet: DiskLabel.setup: device: /dev/vda ; status: False ; type: disklabel ; >09:06:39,765 DEBUG blivet: DiskLabel.setup: device: /dev/vda ; status: False ; type: disklabel ; >09:06:39,767 DEBUG blivet: PartitionDevice._create: vda2 ; status: False ; >09:06:39,769 DEBUG blivet: PartitionDevice._wipe: vda2 ; status: False ; >09:06:39,916 DEBUG blivet: DiskLabel.commit: device: /dev/vda ; numparts: 2 ; >09:06:40,200 DEBUG blivet: post-commit partition path is /dev/vda2 >09:06:40,202 DEBUG blivet: PartitionDevice._setPartedPartition: vda2 ; >09:06:40,203 DEBUG blivet: device vda2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c064990> fileSystem: None > number: 2 path: /dev/vda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x5b47990> PedPartition: <_ped.Partition object at 0x5b5d2f0> >09:06:40,230 DEBUG blivet: DeviceFormat.destroy: device: /dev/vda2 ; status: False ; type: None ; >09:06:40,277 DEBUG blivet: PartitionDevice.setup: vda2 ; status: True ; controllable: True ; orig: False ; >09:06:40,284 DEBUG blivet: PartitionDevice.updateSysfsPath: vda2 ; status: True ; >09:06:40,292 DEBUG blivet: PartitionDevice.updateSysfsPath: vda2 ; status: True ; >09:06:40,294 DEBUG blivet: vda2 sysfsPath set to /devices/pci0000:00/0000:00:07.0/virtio2/block/vda/vda2 >09:06:40,342 INFO blivet: executing action: [26] Create Format mdmember on partition vda2 (id 24) >09:06:40,345 DEBUG blivet: PartitionDevice.setup: vda2 ; status: True ; controllable: True ; orig: False ; >09:06:40,347 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/vda2 ; flag: 1 ; >09:06:40,349 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/vda2 ; flag: 2 ; >09:06:40,350 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/vda2 ; flag: 3 ; >09:06:40,352 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/vda2 ; flag: 4 ; >09:06:40,354 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/vda2 ; flag: 6 ; >09:06:40,357 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/vda2 ; flag: 8 ; >09:06:40,359 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/vda2 ; flag: 9 ; >09:06:40,361 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/vda2 ; flag: 10 ; >09:06:40,362 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/vda2 ; flag: 11 ; >09:06:40,364 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/vda2 ; flag: 12 ; >09:06:40,366 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/vda2 ; flag: 13 ; >09:06:40,367 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/vda2 ; flag: 14 ; >09:06:40,369 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/vda2 ; flag: 15 ; >09:06:40,372 DEBUG blivet: PartitionDevice.setFlag: path: /dev/vda2 ; flag: 5 ; >09:06:40,375 DEBUG blivet: DiskLabel.commitToDisk: device: /dev/vda ; numparts: 2 ; >09:06:40,406 DEBUG blivet: MDRaidMember.create: device: /dev/vda2 ; status: False ; type: mdmember ; >09:06:40,438 DEBUG blivet: PartitionDevice.updateSysfsPath: vda2 ; status: True ; >09:06:40,441 DEBUG blivet: PartitionDevice.updateSysfsPath: vda2 ; status: True ; >09:06:40,441 DEBUG blivet: vda2 sysfsPath set to /devices/pci0000:00/0000:00:07.0/virtio2/block/vda/vda2 >09:06:40,463 INFO blivet: executing action: [5] Create Format msdos disklabel on disk vdb (id 2) >09:06:40,468 DEBUG blivet: DiskDevice.setup: vdb ; status: True ; controllable: True ; orig: False ; >09:06:40,470 DEBUG blivet: DiskLabel.create: device: /dev/vdb ; status: False ; type: disklabel ; >09:06:40,472 DEBUG blivet: DiskLabel.create: device: /dev/vdb ; status: False ; type: disklabel ; >09:06:40,475 DEBUG blivet: DiskLabel.commit: device: /dev/vdb ; numparts: 0 ; >09:06:40,612 DEBUG blivet: DiskDevice.updateSysfsPath: vdb ; status: True ; >09:06:40,614 DEBUG blivet: vdb sysfsPath set to /devices/pci0000:00/0000:00:09.0/virtio4/block/vdb >09:06:40,635 INFO blivet: executing action: [27] Create Device partition vdb1 (id 25) >09:06:40,637 DEBUG blivet: PartitionDevice.create: vdb1 ; status: False ; >09:06:40,639 DEBUG blivet: PartitionDevice.setupParents: kids: 1 ; name: vdb1 ; orig: False ; >09:06:40,641 DEBUG blivet: DiskDevice.setup: vdb ; status: True ; controllable: True ; orig: False ; >09:06:40,643 DEBUG blivet: DiskLabel.setup: device: /dev/vdb ; status: False ; type: disklabel ; >09:06:40,645 DEBUG blivet: DiskLabel.setup: device: /dev/vdb ; status: False ; type: disklabel ; >09:06:40,647 DEBUG blivet: PartitionDevice._create: vdb1 ; status: False ; >09:06:40,649 DEBUG blivet: PartitionDevice._wipe: vdb1 ; status: False ; >09:06:41,054 DEBUG blivet: DiskLabel.commit: device: /dev/vdb ; numparts: 1 ; >09:06:41,249 DEBUG blivet: post-commit partition path is /dev/vdb1 >09:06:41,253 DEBUG blivet: PartitionDevice._setPartedPartition: vdb1 ; >09:06:41,279 DEBUG blivet: device vdb1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f551c064dd0> fileSystem: None > number: 1 path: /dev/vdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x5745c50> PedPartition: <_ped.Partition object at 0x7f5518039830> >09:06:41,305 DEBUG blivet: DeviceFormat.destroy: device: /dev/vdb1 ; status: False ; type: None ; >09:06:41,344 DEBUG blivet: PartitionDevice.setup: vdb1 ; status: True ; controllable: True ; orig: False ; >09:06:41,357 DEBUG blivet: PartitionDevice.updateSysfsPath: vdb1 ; status: True ; >09:06:41,367 DEBUG blivet: PartitionDevice.updateSysfsPath: vdb1 ; status: True ; >09:06:41,369 DEBUG blivet: vdb1 sysfsPath set to /devices/pci0000:00/0000:00:09.0/virtio4/block/vdb/vdb1 >09:06:41,442 INFO blivet: executing action: [28] Create Format mdmember on partition vdb1 (id 25) >09:06:41,447 DEBUG blivet: PartitionDevice.setup: vdb1 ; status: True ; controllable: True ; orig: False ; >09:06:41,452 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/vdb1 ; flag: 1 ; >09:06:41,456 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/vdb1 ; flag: 2 ; >09:06:41,459 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/vdb1 ; flag: 3 ; >09:06:41,462 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/vdb1 ; flag: 4 ; >09:06:41,465 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/vdb1 ; flag: 6 ; >09:06:41,470 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/vdb1 ; flag: 8 ; >09:06:41,472 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/vdb1 ; flag: 9 ; >09:06:41,475 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/vdb1 ; flag: 10 ; >09:06:41,478 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/vdb1 ; flag: 11 ; >09:06:41,481 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/vdb1 ; flag: 12 ; >09:06:41,485 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/vdb1 ; flag: 13 ; >09:06:41,488 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/vdb1 ; flag: 14 ; >09:06:41,490 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/vdb1 ; flag: 15 ; >09:06:41,491 DEBUG blivet: PartitionDevice.setFlag: path: /dev/vdb1 ; flag: 5 ; >09:06:41,494 DEBUG blivet: DiskLabel.commitToDisk: device: /dev/vdb ; numparts: 1 ; >09:06:41,571 DEBUG blivet: MDRaidMember.create: device: /dev/vdb1 ; status: False ; type: mdmember ; >09:06:41,640 DEBUG blivet: PartitionDevice.updateSysfsPath: vdb1 ; status: True ; >09:06:41,643 DEBUG blivet: PartitionDevice.updateSysfsPath: vdb1 ; status: True ; >09:06:41,645 DEBUG blivet: vdb1 sysfsPath set to /devices/pci0000:00/0000:00:09.0/virtio4/block/vdb/vdb1 >09:06:41,680 INFO blivet: executing action: [29] Create Device mdarray 00 (id 26) >09:06:41,684 DEBUG blivet: MDRaidArrayDevice.create: 00 ; status: False ; >09:06:41,687 DEBUG blivet: MDRaidArrayDevice.setupParents: kids: 1 ; name: 00 ; orig: False ; >09:06:41,691 DEBUG blivet: PartitionDevice.setup: vda2 ; status: True ; controllable: True ; orig: False ; >09:06:41,694 DEBUG blivet: PartitionDevice.setup: vdb1 ; status: True ; controllable: True ; orig: False ; >09:06:41,697 DEBUG blivet: MDRaidArrayDevice._create: 00 ; status: False ; >09:06:42,043 DEBUG blivet: MDRaidArrayDevice.setup: 00 ; status: True ; controllable: True ; orig: False ; >09:06:42,130 DEBUG blivet: MDRaidArrayDevice.updateSysfsPath: 00 ; status: True ; >09:06:42,806 INFO blivet: executing action: [30] Create Format lvmpv on mdarray 00 (id 26) >09:06:42,851 DEBUG blivet: MDRaidArrayDevice.setup: 00 ; status: True ; controllable: True ; orig: False ; >09:06:42,873 DEBUG blivet: LVMPhysicalVolume.create: device: /dev/md/pv00 ; status: None ; type: lvmpv ; >09:06:42,886 DEBUG blivet: LVMPhysicalVolume.create: device: /dev/md/pv00 ; status: None ; type: lvmpv ; >09:06:42,900 DEBUG blivet: LVMPhysicalVolume.destroy: device: /dev/md/00 ; status: None ; type: lvmpv ; >09:06:43,155 DEBUG blivet: raw RAID 0 size == 5552.0 >09:06:43,157 INFO blivet: Using 4MB superBlockSize >09:06:43,159 DEBUG blivet: looking up parted Device: /dev/md/00 >09:06:43,165 DEBUG blivet: existing RAID 0 size == 5548.0 >09:06:43,170 DEBUG blivet: raw RAID 0 size == 5552.0 >09:06:43,172 INFO blivet: Using 4MB superBlockSize >09:06:43,174 DEBUG blivet: existing RAID 0 size == 5548.0 >09:06:43,178 DEBUG blivet: raw RAID 0 size == 5552.0 >09:06:43,181 INFO blivet: Using 4MB superBlockSize >09:06:43,183 DEBUG blivet: existing RAID 0 size == 5548.0 >09:06:43,185 DEBUG blivet: raw RAID 0 size == 5552.0 >09:06:43,187 INFO blivet: Using 4MB superBlockSize >09:06:43,188 DEBUG blivet: existing RAID 0 size == 5548.0 >09:06:43,190 DEBUG blivet: raw RAID 0 size == 5552.0 >09:06:43,192 INFO blivet: Using 4MB superBlockSize >09:06:43,193 DEBUG blivet: existing RAID 0 size == 5548.0 >09:06:43,194 DEBUG blivet: fedora size is 5544MB >09:06:43,196 DEBUG blivet: raw RAID 0 size == 5552.0 >09:06:43,197 INFO blivet: Using 4MB superBlockSize >09:06:43,199 DEBUG blivet: existing RAID 0 size == 5548.0 >09:06:43,200 DEBUG blivet: vg fedora has 44MB free >09:06:43,202 DEBUG blivet: raw RAID 0 size == 5552.0 >09:06:43,203 INFO blivet: Using 4MB superBlockSize >09:06:43,204 DEBUG blivet: existing RAID 0 size == 5548.0 >09:06:43,205 DEBUG blivet: fedora size is 5544MB >09:06:43,208 DEBUG blivet: raw RAID 0 size == 5552.0 >09:06:43,209 INFO blivet: Using 4MB superBlockSize >09:06:43,210 DEBUG blivet: existing RAID 0 size == 5548.0 >09:06:43,211 DEBUG blivet: vg fedora has 44MB free >09:06:43,214 DEBUG blivet: raw RAID 0 size == 5552.0 >09:06:43,217 INFO blivet: Using 4MB superBlockSize >09:06:43,223 DEBUG blivet: existing RAID 0 size == 5548.0 >09:06:43,226 DEBUG blivet: raw RAID 0 size == 5552.0 >09:06:43,227 INFO blivet: Using 4MB superBlockSize >09:06:43,228 DEBUG blivet: existing RAID 0 size == 5548.0 >09:06:43,229 DEBUG blivet: raw RAID 0 size == 5552.0 >09:06:43,230 INFO blivet: Using 4MB superBlockSize >09:06:43,231 DEBUG blivet: existing RAID 0 size == 5548.0 >09:06:43,235 DEBUG blivet: raw RAID 1 size == 4955.0 >09:06:43,236 INFO blivet: Using 4MB superBlockSize >09:06:43,237 DEBUG blivet: non-existent RAID 1 size == 4951.0 >09:06:43,239 DEBUG blivet: raw RAID 1 size == 4955.0 >09:06:43,239 INFO blivet: Using 4MB superBlockSize >09:06:43,240 DEBUG blivet: non-existent RAID 1 size == 4951.0 > > >/tmp/ifcfg.log: >09:02:21,832 DEBUG ifcfg: content of files (network initialization): >09:02:21,852 DEBUG ifcfg: all settings: [{'802-3-ethernet': {'s390-options': {}, 'mac-address': [82, 84, 0, 36, 100, 44]}, 'connection': {'timestamp': 1386856899L, 'type': '802-3-ethernet', 'id': 'Wired connection 1', 'uuid': '6e891d51-c02f-4b78-9015-17fc30448694'}}] >09:02:22,796 DEBUG ifcfg: content of files (missing ifcfgs created for devices ['eth0']): >09:02:22,799 DEBUG ifcfg: /etc/sysconfig/network-scripts/ifcfg-eth0: >09:02:22,801 DEBUG ifcfg: TYPE=Ethernet >09:02:22,802 DEBUG ifcfg: BOOTPROTO=dhcp >09:02:22,804 DEBUG ifcfg: DEFROUTE=yes >09:02:22,807 DEBUG ifcfg: IPV4_FAILURE_FATAL=no >09:02:22,810 DEBUG ifcfg: IPV6INIT=yes >09:02:22,821 DEBUG ifcfg: IPV6_AUTOCONF=yes >09:02:22,824 DEBUG ifcfg: IPV6_DEFROUTE=yes >09:02:22,824 DEBUG ifcfg: IPV6_PEERDNS=yes >09:02:22,824 DEBUG ifcfg: IPV6_PEERROUTES=yes >09:02:22,836 DEBUG ifcfg: IPV6_FAILURE_FATAL=no >09:02:22,836 DEBUG ifcfg: NAME=eth0 >09:02:22,836 DEBUG ifcfg: UUID=6e891d51-c02f-4b78-9015-17fc30448694 >09:02:22,837 DEBUG ifcfg: ONBOOT=no >09:02:22,849 DEBUG ifcfg: HWADDR=52:54:00:24:64:2C >09:02:22,849 DEBUG ifcfg: PEERDNS=yes >09:02:22,850 DEBUG ifcfg: PEERROUTES=yes >09:02:22,905 DEBUG ifcfg: all settings: [{'802-3-ethernet': {'s390-options': {}, 'mac-address': [82, 84, 0, 36, 100, 44]}, 'connection': {'timestamp': 1386856899L, 'autoconnect': False, 'type': '802-3-ethernet', 'id': 'eth0', 'uuid': '6e891d51-c02f-4b78-9015-17fc30448694'}, 'ipv4': {'routes': [], 'addresses': [], 'dns': [], 'method': 'auto'}, 'ipv6': {'routes': [], 'addresses': [], 'dns': [], 'method': 'auto'}}] >09:02:41,081 DEBUG ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-eth0 >09:02:41,083 DEBUG ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-eth0 > > >/proc/cmdline: >initrd=initrd0.img root=live:CDLABEL=Fedora-Live-KDE-x86_64-20-1 rootfstype=auto ro rd.live.image quiet rhgb rd.luks=0 rd.md=0 rd.dm=0 BOOT_IMAGE=vmlinuz0
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 1040716
:
835519
|
835520
|
835521
|
835522
|
835523
|
835524
|
835525
|
835526
|
835527
|
835528
| 835813