[Libguestfs] P2V conversion failed with "/run/lvm/lvmetad.socket: connect failed: No such file or directory"

Tejas Gadaria refond.gmrt at gmail.com
Sat Oct 31 16:44:32 UTC 2015


Hi,

We are trying to do P2V conversion with virt-p2v.

we have conversion server (virt-p2v) and physical server (virt-p2v) server
configured as per below documentation.

http://libguestfs.org/virt-p2v.1.html#kernel-command-line-configuration

After "Start Conversion" from GUI interface, we are conversion fails with
"/run/lvm/lvmetad.socket: connect failed: No such file or directory" Error.

Logs are attached for more details. Also FYI, we are using BL460c Gen8
server.

Any help will be appreciated.


Thanks,
Tejas
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/libguestfs/attachments/20151031/c77d1de3/attachment.htm>
-------------- next part --------------
virt-v2v: libguestfs 1.28.12 (x86_64)
[   0.0] Opening the source -i libvirtxml /tmp/virt-p2v-20151020-459ukyor/physical.xml
libvirt xml is:
<?xml version="1.0"?>
<!-- NOTE!

  This libvirt XML is generated by the virt-p2v front end, in
  order to communicate with the backend virt-v2v process running
  on the conversion server.  It is a minimal description of the
  physical machine.  If the target of the conversion is libvirt,
  then virt-v2v will generate the real target libvirt XML, which
  has only a little to do with the XML in this file.

  TL;DR: Don't try to load this XML into libvirt. -->
<domain type="physical">
  <name>p2v_converted</name>
  <memory unit="KiB">2097152</memory>
  <currentMemory unit="KiB">2097152</currentMemory>
  <vcpu>2</vcpu>
  <os>
    <type arch="x86_64">hvm</type>
  </os>
  <features>
    <apic/>
    <pae/>
  </features>
  <devices>
    <disk type="network" device="disk">
      <driver name="qemu" type="raw"/>
      <source protocol="nbd">
        <host name="localhost" port="58357"/>
      </source>
      <target dev="vda"/>
    </disk>
    <disk type="network" device="cdrom">
      <driver name="qemu" type="raw"/>
      <target dev="sr0"/>
    </disk>
    <interface type="network">
      <source network="default"/>
      <target dev="eth0"/>
      <mac address="52:54:00:6e:3c:6d"/>
    </interface>
  </devices>
</domain>

    source name: p2v_converted
hypervisor type: physical
         memory: 2147483648 (bytes)
       nr vCPUs: 2
   CPU features: pae,apic
        display: 
disks:
	nbd:localhost:58357 (raw)
removable media:
	CD-ROM
NICs:
	Network "default" mac: 52:54:00:6e:3c:6d
[   0.0] Creating an overlay to protect the source from being modified
qemu-img create -q -f qcow2 -b 'nbd:localhost:58357' -o 'compat=1.1,backing_fmt=raw' /var/tmp/v2vovl81e3dc.qcow2
[   1.0] Opening the overlay
libguestfs: trace: set_verbose true
libguestfs: trace: set_verbose = 0
libguestfs: trace: set_network true
libguestfs: trace: set_network = 0
libguestfs: trace: add_drive "/var/tmp/v2vovl81e3dc.qcow2" "format:qcow2" "cachemode:unsafe" "discard:besteffort" "copyonread:true"
libguestfs: trace: add_drive = 0
libguestfs: trace: launch
libguestfs: trace: get_tmpdir
libguestfs: trace: get_tmpdir = "/tmp"
libguestfs: trace: version
libguestfs: trace: version = <struct guestfs_version *>
libguestfs: trace: get_backend
libguestfs: trace: get_backend = "libvirt"
libguestfs: launch: program=virt-v2v
libguestfs: launch: version=1.28.12fedora=21,release=1.fc21,libvirt
libguestfs: launch: backend registered: unix
libguestfs: launch: backend registered: uml
libguestfs: launch: backend registered: libvirt
libguestfs: launch: backend registered: direct
libguestfs: launch: backend=libvirt
libguestfs: launch: tmpdir=/tmp/libguestfsmDtHwq
libguestfs: launch: umask=0022
libguestfs: launch: euid=0
libguestfs: libvirt version = 1002009 (1.2.9)
libguestfs: guest random name = guestfs-8dwqdqkv47f22db3
libguestfs: [00000ms] connect to libvirt
libguestfs: opening libvirt handle: URI = qemu:///system, auth = default+wrapper, flags = 0
libguestfs: successfully opened libvirt handle: conn = 0x1e1fcc0
libguestfs: qemu version (reported by libvirt) = 2001003 (2.1.3)
libguestfs: [00011ms] get libvirt capabilities
libguestfs: [00024ms] parsing capabilities XML
libguestfs: trace: get_backend_setting "force_tcg"
libguestfs: trace: get_backend_setting = NULL (error)
libguestfs: trace: get_backend_setting "internal_libvirt_label"
libguestfs: trace: get_backend_setting = NULL (error)
libguestfs: trace: get_backend_setting "internal_libvirt_imagelabel"
libguestfs: trace: get_backend_setting = NULL (error)
libguestfs: trace: get_backend_setting "internal_libvirt_norelabel_disks"
libguestfs: trace: get_backend_setting = NULL (error)
libguestfs: trace: get_backend_setting "network_bridge"
libguestfs: trace: get_backend_setting = NULL (error)
libguestfs: [00027ms] build appliance
libguestfs: trace: get_cachedir
libguestfs: trace: get_cachedir = "/var/tmp"
libguestfs: [00027ms] begin building supermin appliance
libguestfs: [00027ms] run supermin
libguestfs: command: run: /usr/bin/supermin
libguestfs: command: run: \ --build
libguestfs: command: run: \ --verbose
libguestfs: command: run: \ --if-newer
libguestfs: command: run: \ --lock /var/tmp/.guestfs-0/lock
libguestfs: command: run: \ --copy-kernel
libguestfs: command: run: \ -f ext2
libguestfs: command: run: \ --host-cpu x86_64
libguestfs: command: run: \ /usr/lib64/guestfs/supermin.d
libguestfs: command: run: \ -o /var/tmp/.guestfs-0/appliance.d
supermin: version: 5.1.10
supermin: rpm: detected RPM version 4.12
supermin: package handler: fedora/rpm
supermin: acquiring lock on /var/tmp/.guestfs-0/lock
supermin: build: /usr/lib64/guestfs/supermin.d
supermin: build: visiting /usr/lib64/guestfs/supermin.d/base.tar.gz type gzip base image (tar)
supermin: build: visiting /usr/lib64/guestfs/supermin.d/daemon.tar.gz type gzip base image (tar)
supermin: build: visiting /usr/lib64/guestfs/supermin.d/excludefiles type uncompressed excludefiles
supermin: build: visiting /usr/lib64/guestfs/supermin.d/hostfiles type uncompressed hostfiles
supermin: build: visiting /usr/lib64/guestfs/supermin.d/init.tar.gz type gzip base image (tar)
supermin: build: visiting /usr/lib64/guestfs/supermin.d/packages type uncompressed packages
supermin: build: visiting /usr/lib64/guestfs/supermin.d/udev-rules.tar.gz type gzip base image (tar)
supermin: build: visiting /usr/lib64/guestfs/supermin.d/zz-packages-gfs2 type uncompressed packages
supermin: build: visiting /usr/lib64/guestfs/supermin.d/zz-packages-hfsplus type uncompressed packages
supermin: build: visiting /usr/lib64/guestfs/supermin.d/zz-packages-jfs type uncompressed packages
supermin: build: visiting /usr/lib64/guestfs/supermin.d/zz-packages-nilfs type uncompressed packages
supermin: build: visiting /usr/lib64/guestfs/supermin.d/zz-packages-reiserfs type uncompressed packages
supermin: build: visiting /usr/lib64/guestfs/supermin.d/zz-packages-rescue type uncompressed packages
supermin: build: visiting /usr/lib64/guestfs/supermin.d/zz-packages-rsync type uncompressed packages
supermin: build: visiting /usr/lib64/guestfs/supermin.d/zz-packages-xfs type uncompressed packages
supermin: build: visiting /usr/lib64/guestfs/supermin.d/zz-packages-zfs type uncompressed packages
supermin: build: 220 packages, including dependencies
supermin: build: 32911 files
supermin: build: 18665 files, after removing unreadable files
supermin: build: 8682 files, after matching excludefiles
supermin: build: 8689 files, after adding hostfiles
supermin: build: 8718 files, after munging
supermin: kernel: picked kernel vmlinuz-4.1.8-100.fc21.x86_64
supermin: kernel: picked modules path /lib/modules/4.1.8-100.fc21.x86_64
supermin: kernel: kernel_version 4.1.8-100.fc21.x86_64
supermin: kernel: modules /lib/modules/4.1.8-100.fc21.x86_64
supermin: ext2: creating empty ext2 filesystem '/var/tmp/.guestfs-0/appliance.d.05z7zzqm/root'
supermin: ext2: populating from base image
supermin: ext2: copying files from host filesystem
supermin: ext2: copying kernel modules
supermin: ext2: creating minimal initrd '/var/tmp/.guestfs-0/appliance.d.05z7zzqm/initrd'
supermin: ext2: wrote 29 modules to minimal initrd
supermin: renaming /var/tmp/.guestfs-0/appliance.d.05z7zzqm to /var/tmp/.guestfs-0/appliance.d
libguestfs: [13728ms] finished building supermin appliance
libguestfs: trace: disk_create "/tmp/libguestfsmDtHwq/overlay1" "qcow2" -1 "backingfile:/var/tmp/.guestfs-0/appliance.d/root" "backingformat:raw"
libguestfs: command: run: qemu-img
libguestfs: command: run: \ create
libguestfs: command: run: \ -f qcow2
libguestfs: command: run: \ -o backing_file=/var/tmp/.guestfs-0/appliance.d/root,backing_fmt=raw
libguestfs: command: run: \ /tmp/libguestfsmDtHwq/overlay1
Formatting '/tmp/libguestfsmDtHwq/overlay1', fmt=qcow2 size=4294967296 backing_file='/var/tmp/.guestfs-0/appliance.d/root' backing_fmt='raw' encryption=off cluster_size=65536 lazy_refcounts=off 
libguestfs: trace: disk_create = 0
libguestfs: [13761ms] create libvirt XML
libguestfs: trace: get_cachedir
libguestfs: trace: get_cachedir = "/var/tmp"
libguestfs: libvirt XML:\n<?xml version="1.0"?>\n<domain type="kvm" xmlns:qemu="http://libvirt.org/schemas/domain/qemu/1.0">\n  <name>guestfs-8dwqdqkv47f22db3</name>\n  <memory unit="MiB">500</memory>\n  <currentMemory unit="MiB">500</currentMemory>\n  <cpu mode="host-passthrough">\n    <model fallback="allow"/>\n  </cpu>\n  <vcpu>1</vcpu>\n  <clock offset="utc">\n    <timer name="rtc" tickpolicy="catchup"/>\n    <timer name="pit" tickpolicy="delay"/>\n    <timer name="hpet" present="no"/>\n  </clock>\n  <os>\n    <type>hvm</type>\n    <kernel>/var/tmp/.guestfs-0/appliance.d/kernel</kernel>\n    <initrd>/var/tmp/.guestfs-0/appliance.d/initrd</initrd>\n    <cmdline>panic=1 console=ttyS0 udevtimeout=6000 udev.event-timeout=6000 no_timer_check acpi=off printk.time=1 cgroup_disable=memory root=/dev/sdb selinux=0 guestfs_verbose=1 guestfs_network=1 TERM=linux</cmdline>\n    <bios useserial="yes"/>\n  </os>\n  <on_reboot>destroy</on_reboot>\n  <devices>\n    <controller type="scsi" index="0" model="virtio-scsi"/>\n    <disk device="disk" type="file">\n      <source file="/var/tmp/v2vovl81e3dc.qcow2"/>\n      <target dev="sda" bus="scsi"/>\n      <driver name="qemu" type="qcow2" cache="unsafe" discard="unmap"/>\n      <address type="drive" controller="0" bus="0" target="0" unit="0"/>\n    </disk>\n    <disk type="file" device="disk">\n      <source file="/tmp/libguestfsmDtHwq/overlay1"/>\n      <target dev="sdb" bus="scsi"/>\n      <driver name="qemu" type="qcow2" cache="unsafe"/>\n      <address type="drive" controller="0" bus="0" target="1" unit="0"/>\n      <shareable/>\n    </disk>\n    <serial type="unix">\n      <source mode="connect" path="/tmp/libguestfsmDtHwq/console.sock"/>\n      <target port="0"/>\n    </serial>\n    <channel type="unix">\n      <source mode="connect" path="/tmp/libguestfsmDtHwq/guestfsd.sock"/>\n      <target type="virtio" name="org.libguestfs.channel.0"/>\n    </channel>\n    <interface type="bridge">\n      <source bridge="virbr0"/>\n      <model type="virtio"/>\n    </interface>\n  </devices>\n  <qemu:commandline>\n    <qemu:env name="TMPDIR" value="/var/tmp"/>\n  </qemu:commandline>\n</domain>\n
libguestfs: trace: get_cachedir
libguestfs: trace: get_cachedir = "/var/tmp"
libguestfs: command: run: ls
libguestfs: command: run: \ -a
libguestfs: command: run: \ -l
libguestfs: command: run: \ -R
libguestfs: command: run: \ -Z /var/tmp/.guestfs-0
libguestfs: /var/tmp/.guestfs-0:
libguestfs: drwxr-xr-x. root root unconfined_u:object_r:user_tmp_t:s0 .
libguestfs: drwxrwxrwt. root root system_u:object_r:tmp_t:s0       ..
libguestfs: drwxr-xr-x. root root unconfined_u:object_r:user_tmp_t:s0 appliance.d
libguestfs: -rw-r--r--. root root unconfined_u:object_r:user_tmp_t:s0 lock
libguestfs: 
libguestfs: /var/tmp/.guestfs-0/appliance.d:
libguestfs: drwxr-xr-x. root root unconfined_u:object_r:user_tmp_t:s0 .
libguestfs: drwxr-xr-x. root root unconfined_u:object_r:user_tmp_t:s0 ..
libguestfs: -rw-r--r--. root root unconfined_u:object_r:user_tmp_t:s0 initrd
libguestfs: -rwxr-xr-x. root root unconfined_u:object_r:user_tmp_t:s0 kernel
libguestfs: -rw-r--r--. root root unconfined_u:object_r:user_tmp_t:s0 root
libguestfs: command: run: ls
libguestfs: command: run: \ -a
libguestfs: command: run: \ -l
libguestfs: command: run: \ -Z /tmp/libguestfsmDtHwq
libguestfs: drwxr-xr-x. root root unconfined_u:object_r:user_tmp_t:s0 .
libguestfs: drwxrwxrwt. root root system_u:object_r:tmp_t:s0       ..
libguestfs: srw-rw----. root qemu unconfined_u:object_r:user_tmp_t:s0 console.sock
libguestfs: srw-rw----. root qemu unconfined_u:object_r:user_tmp_t:s0 guestfsd.sock
libguestfs: -rw-r--r--. root root unconfined_u:object_r:user_tmp_t:s0 overlay1
libguestfs: -rwxr-xr-x. root root unconfined_u:object_r:user_tmp_t:s0 umask-check
libguestfs: [13768ms] launch libvirt guest
\x1b[1;256r\x1b[256;256H\x1b[6n
Google, Inc.
Serial Graphics Adapter 06/08/14
SGABIOS $Id: sgabios.S 8 2010-04-22 00:03:40Z nlaredo $ (mockbuild@) Sun Jun  8 11:52:13 UTC 2014
Term: 80x24
4 0
\x1b[2J
SeaBIOS (version 1.7.5-20140709_153950-)


Machine UUID 199e100c-3914-4d5d-864e-b339d5b19784






iPXE (http://ipxe.org) 00:02.0 C100 PCI2.10 PnP PMM+1F394410+1F2F4410 C100


Press Ctrl-B to configure iPXE (PCI 00:02.0)...

                                                                               







Booting from ROM...


Probing EDD (edd=off to disable)... ok

\x1b[2J[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Initializing cgroup subsys cpuacct
[    0.000000] Linux version 4.1.8-100.fc21.x86_64 (mockbuild at bkernel02.phx2.fedoraproject.org) (gcc version 4.9.2 20150212 (Red Hat 4.9.2-6) (GCC) ) #1 SMP Tue Sep 22 12:13:06 UTC 2015
[    0.000000] Command line: panic=1 console=ttyS0 udevtimeout=6000 udev.event-timeout=6000 no_timer_check acpi=off printk.time=1 cgroup_disable=memory root=/dev/sdb selinux=0 guestfs_verbose=1 guestfs_network=1 TERM=linux
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009f7ff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009f800-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001f3fffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] SMBIOS 2.8 present.
[    0.000000] Hypervisor detected: KVM
[    0.000000] e820: last_pfn = 0x1f400 max_arch_pfn = 0x400000000
[    0.000000] PAT configuration [0-7]: WB  WC  UC- UC  WB  WC  UC- UC  
[    0.000000] found SMP MP-table at [mem 0x000f1040-0x000f104f] mapped at [ffff8800000f1040]
[    0.000000] Using GB pages for direct mapping
[    0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
[    0.000000] init_memory_mapping: [mem 0x1f000000-0x1f1fffff]
[    0.000000] init_memory_mapping: [mem 0x00100000-0x1effffff]
[    0.000000] init_memory_mapping: [mem 0x1f200000-0x1f3fffff]
[    0.000000] RAMDISK: [mem 0x1f2dd000-0x1f3fffff]
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x000000001f3fffff]
[    0.000000] NODE_DATA(0) allocated [mem 0x1f2c9000-0x1f2dcfff]
[    0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00
[    0.000000] kvm-clock: cpu 0, msr 0:1f2b9001, primary cpu clock
[    0.000000] clocksource kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.000000]   DMA32    [mem 0x0000000001000000-0x000000001f3fffff]
[    0.000000]   Normal   empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000001000-0x000000000009efff]
[    0.000000]   node   0: [mem 0x0000000000100000-0x000000001f3fffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001f3fffff]
[    0.000000] SFI: Simple Firmware Interface v0.81 http://simplefirmware.org
[    0.000000] Intel MultiProcessor Specification v1.4
[    0.000000] MPTABLE: OEM ID: BOCHSCPU
[    0.000000] MPTABLE: Product ID: 0.1         
[    0.000000] MPTABLE: APIC at: 0xFEE00000
[    0.000000] Processor #0 (Bootup-CPU)
[    0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23
[    0.000000] Processors: 1
[    0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs
[    0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]
[    0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]
[    0.000000] e820: [mem 0x1f400000-0xfeffbfff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on KVM
[    0.000000] clocksource refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[    0.000000] setup_percpu: NR_CPUS:1024 nr_cpumask_bits:1 nr_cpu_ids:1 nr_node_ids:1
[    0.000000] PERCPU: Embedded 34 pages/cpu @ffff88001f000000 s102360 r8192 d28712 u2097152
[    0.000000] KVM setup async PF for cpu 0
[    0.000000] kvm-stealtime: cpu 0, msr 1f00e5c0
[    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 125881
[    0.000000] Policy zone: DMA32
[    0.000000] Kernel command line: panic=1 console=ttyS0 udevtimeout=6000 udev.event-timeout=6000 no_timer_check acpi=off printk.time=1 cgroup_disable=memory root=/dev/sdb selinux=0 guestfs_verbose=1 guestfs_network=1 TERM=linux
[    0.000000] Disabling memory control group subsystem
[    0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)
[    0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form
[    0.000000] Memory: 484924K/511608K available (7798K kernel code, 1318K rwdata, 3288K rodata, 1524K init, 1532K bss, 26684K reserved, 0K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[    0.000000] Hierarchical RCU implementation.
[    0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.
[    0.000000] \tRCU restricting CPUs from NR_CPUS=1024 to nr_cpu_ids=1.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1
[    0.000000] NR_IRQS:65792 nr_irqs:256 16
[    0.000000] \tOffload RCU callbacks from all CPUs
[    0.000000] \tOffload RCU callbacks from CPUs: 0.
[    0.000000] Console: colour *CGA 80x25
[    0.000000] console [ttyS0] enabled
[    0.000000] tsc: Detected 2693.508 MHz processor
[    0.002000] Calibrating delay loop (skipped) preset value.. 5387.01 BogoMIPS (lpj=2693508)
[    0.002288] pid_max: default: 32768 minimum: 301
[    0.002761] Security Framework initialized
[    0.003009] SELinux:  Disabled at boot.
[    0.003444] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)
[    0.004122] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)
[    0.005066] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)
[    0.005701] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)
[    0.006147] Initializing cgroup subsys blkio
[    0.007006] Initializing cgroup subsys memory
[    0.007442] Initializing cgroup subsys devices
[    0.007873] Initializing cgroup subsys freezer
[    0.008006] Initializing cgroup subsys net_cls
[    0.008433] Initializing cgroup subsys perf_event
[    0.009005] Initializing cgroup subsys net_prio
[    0.009443] Initializing cgroup subsys hugetlb
[    0.011089] mce: CPU supports 10 MCE banks
[    0.011538] Last level iTLB entries: 4KB 512, 2MB 8, 4MB 8
[    0.012004] Last level dTLB entries: 4KB 512, 2MB 0, 4MB 0, 1GB 4
[    0.024897] Freeing SMP alternatives memory: 28K (ffffffff81ec8000 - ffffffff81ecf000)
[    0.029431] ftrace: allocating 28205 entries in 111 pages
[    0.037208] x2apic enabled
[    0.038005] Switched APIC routing to physical x2apic.
[    0.039716] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.040015] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2697 v2 @ 2.70GHz (fam: 06, model: 3e, stepping: 04)
[    0.040937] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver.
[    0.041479] ... version:                2
[    0.041866] ... bit width:              48
[    0.042004] ... generic registers:      8
[    0.042394] ... value mask:             0000ffffffffffff
[    0.042884] ... max period:             000000007fffffff
[    0.043004] ... fixed-purpose events:   3
[    0.043379] ... event mask:             00000007000000ff
[    0.044427] x86: Booted up 1 node, 1 CPUs
[    0.044814] smpboot: Total of 1 processors activated (5387.01 BogoMIPS)
[    0.045289] devtmpfs: initialized
[    0.047502] clocksource jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[    0.048073] atomic64_test: passed for x86-64 platform with CX8 and with SSE
[    0.048733] pinctrl core: initialized pinctrl subsystem
[    0.049075] RTC time: 11:14:14, date: 10/20/15
[    0.049592] NET: Registered protocol family 16
[    0.050151] cpuidle: using governor menu
[    0.050715] PCI: Using configuration type 1 for base access
[    0.051095] perf_event_intel: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off
[    0.052814] ACPI: Interpreter disabled.
[    0.053062] vgaarb: loaded
[    0.053381] SCSI subsystem initialized
[    0.053812] usbcore: registered new interface driver usbfs
[    0.054013] usbcore: registered new interface driver hub
[    0.054514] usbcore: registered new device driver usb
[    0.055057] PCI: Probing PCI hardware
[    0.055436] PCI host bridge to bus 0000:00
[    0.055824] pci_bus 0000:00: root bus resource [io  0x0000-0xffff]
[    0.056006] pci_bus 0000:00: root bus resource [mem 0x00000000-0xffffffffff]
[    0.056650] pci_bus 0000:00: No busn resource found for root bus, will use [bus 00-ff]
[    0.062434] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io  0x01f0-0x01f7]
[    0.063005] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io  0x03f6]
[    0.063623] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io  0x0170-0x0177]
[    0.064005] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io  0x0376]
[    0.097227] pci 0000:00:01.0: PIIX/ICH IRQ router [8086:7000]
[    0.097969] NetLabel: Initializing
[    0.098005] NetLabel:  domain hash size = 128
[    0.098409] NetLabel:  protocols = UNLABELED CIPSOv4
[    0.098885] NetLabel:  unlabeled traffic allowed by default
[    0.099071] Switched to clocksource kvm-clock
[    0.104073] pnp: PnP ACPI: disabled
[    0.105564] NET: Registered protocol family 2
[    0.106117] TCP established hash table entries: 4096 (order: 3, 32768 bytes)
[    0.106788] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)
[    0.107404] TCP: Hash tables configured (established 4096 bind 4096)
[    0.108556] UDP hash table entries: 256 (order: 1, 8192 bytes)
[    0.109116] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
[    0.109741] NET: Registered protocol family 1
[    0.110501] pci 0000:00:00.0: Limiting direct PCI/PCI transfers
[    0.111068] pci 0000:00:01.0: PIIX3: Enabling Passive Release
[    0.111951] pci 0000:00:01.0: Activating ISA DMA hang workarounds
[    0.112565] pci 0000:00:01.2: PCI->APIC IRQ transform: INT D -> IRQ 25
[    0.113647] Unpacking initramfs...
[    0.114624] Freeing initrd memory: 1164K (ffff88001f2dd000 - ffff88001f400000)
[    0.115402] platform rtc_cmos: registered platform RTC device (no PNP device found)
[    0.116183] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1
[    0.116738] microcode: Microcode Update Driver: v2.00 <tigran at aivazian.fsnet.co.uk>, Peter Oruba
[    0.117732] AVX version of gcm_enc/dec engaged.
[    0.118516] AES CTR mode by8 optimization enabled
[    0.119228] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)
[    0.120062] futex hash table entries: 256 (order: 2, 16384 bytes)
[    0.120644] Initialise system trusted keyring
[    0.121078] audit: initializing netlink subsys (disabled)
[    0.121591] audit: type=2000 audit(1445339654.450:1): initialized
[    0.122432] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    0.124121] zpool: loaded
[    0.124390] zbud: loaded
[    0.125340] VFS: Disk quotas dquot_6.6.0
[    0.125750] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.126709] Key type big_key registered
[    0.127489] alg: No test for stdrng (krng)
[    0.127888] NET: Registered protocol family 38
[    0.128328] Key type asymmetric registered
[    0.128712] Asymmetric key parser 'x509' registered
[    0.129209] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[    0.129924] io scheduler noop registered
[    0.130316] io scheduler deadline registered
[    0.130740] io scheduler cfq registered (default)
[    0.131267] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    0.131802] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    0.132866] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    0.157956] serial8250: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    0.158997] Non-volatile memory driver v1.3
[    0.159768] Linux agpgart interface v0.103
[    0.161114] scsi host0: ata_piix
[    0.161500] scsi host1: ata_piix
[    0.161838] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14
[    0.162483] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15
[    0.163350] libphy: Fixed MDIO Bus: probed
[    0.163792] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.164427] ehci-pci: EHCI PCI platform driver
[    0.164858] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    0.165452] ohci-pci: OHCI PCI platform driver
[    0.165878] uhci_hcd: USB Universal Host Controller Interface driver
[    0.166685] uhci_hcd 0000:00:01.2: PCI->APIC IRQ transform: INT D -> IRQ 25
[    0.167928] uhci_hcd 0000:00:01.2: UHCI Host Controller
[    0.168470] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1
[    0.169186] uhci_hcd 0000:00:01.2: detected 2 ports
[    0.169697] uhci_hcd 0000:00:01.2: irq 25, io base 0x0000c040
[    0.170301] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001
[    0.170923] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.171641] usb usb1: Product: UHCI Host Controller
[    0.172101] usb usb1: Manufacturer: Linux 4.1.8-100.fc21.x86_64 uhci_hcd
[    0.172761] usb usb1: SerialNumber: 0000:00:01.2
[    0.173289] hub 1-0:1.0: USB hub found
[    0.173711] hub 1-0:1.0: 2 ports detected
[    0.174225] usbcore: registered new interface driver usbserial
[    0.174823] usbcore: registered new interface driver usbserial_generic
[    0.175510] usbserial: USB Serial support registered for generic
[    0.176100] i8042: PNP: No PS/2 controller found. Probing ports directly.
[    0.177355] serio: i8042 KBD port at 0x60,0x64 irq 1
[    0.177874] serio: i8042 AUX port at 0x60,0x64 irq 12
[    0.178441] mousedev: PS/2 mouse device common for all mice
[    0.179227] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[    0.181516] rtc_cmos rtc_cmos: rtc core: registered rtc_cmos as rtc0
[    0.182236] rtc_cmos rtc_cmos: alarms up to one day, 114 bytes nvram
[    0.182919] device-mapper: uevent: version 1.0.3
[    0.183433] device-mapper: ioctl: 4.31.0-ioctl (2015-3-12) initialised: dm-devel at redhat.com
[    0.184360] hidraw: raw HID events driver (C) Jiri Kosina
[    0.184957] usbcore: registered new interface driver usbhid
[    0.185495] usbhid: USB HID core driver
[    0.185954] drop_monitor: Initializing network drop monitor service
[    0.186622] ip_tables: (C) 2000-2006 Netfilter Core Team
[    0.187241] Initializing XFRM netlink socket
[    0.187730] NET: Registered protocol family 10
[    0.188318] mip6: Mobile IPv6
[    0.188615] NET: Registered protocol family 17
[    0.189307] Loading compiled-in X.509 certificates
[    0.190601] Loaded X.509 cert 'Fedora kernel signing key: eb1ff293ad2bbc286a8975a68f63413be1091914'
[    0.191525] registered taskstats version 1
[    0.192161]   Magic number: 3:860:226
[    0.192580] rtc_cmos rtc_cmos: setting system clock to 2015-10-20 11:14:14 UTC (1445339654)
[    0.318305] Freeing unused kernel memory: 1524K (ffffffff81d4b000 - ffffffff81ec8000)
[    0.319577] Write protecting the kernel read-only data: 12288k
[    0.320846] Freeing unused kernel memory: 380K (ffff8800017a1000 - ffff880001800000)
[    0.322496] Freeing unused kernel memory: 808K (ffff880001b36000 - ffff880001c00000)
supermin: mounting /proc
supermin: uptime: 0.32 0.15
supermin: ext2 mini initrd starting up: 5.1.10 zlib xz
supermin: cmdline: panic=1 console=ttyS0 udevtimeout=6000 udev.event-timeout=6000 no_timer_check acpi=off printk.time=1 cgroup_disable=memory root=/dev/sdb selinux=0 guestfs_verbose=1 guestfs_network=1 TERM=linux
supermin: mounting /sys
supermin: internal insmod crc32-pclmul.ko.xz
supermin: running xz
done with xz 8751 read
[    0.329987] alg: No test for crc32 (crc32-pclmul)
supermin: internal insmod crc32c-intel.ko.xz
supermin: running xz
done with xz 20191 read
supermin: internal insmod crct10dif-pclmul.ko.xz
supermin: running xz
done with xz 11455 read
supermin: internal insmod crc32.ko.xz
supermin: running xz
done with xz 5991 read
[    0.336792] alg: No test for crc32 (crc32-table)
supermin: internal insmod virtio.ko.xz
supermin: running xz
done with xz 14855 read
supermin: internal insmod virtio_ring.ko.xz
supermin: running xz
done with xz 18799 read
supermin: internal insmod virtio_blk.ko.xz
supermin: running xz
done with xz 23055 read
supermin: internal insmod virtio-rng.ko.xz
supermin: running xz
done with xz 8583 read
supermin: internal insmod virtio_console.ko.xz
supermin: running xz
done with xz 43599 read
supermin: internal insmod ideapad_slidebar.ko.xz
supermin: running xz
done with xz 12983 read
[    0.351918] ideapad_slidebar: DMI does not match
insmod: init_module: ideapad_slidebar.ko.xz: No such device
supermin: internal insmod virtio_net.ko.xz
supermin: running xz
done with xz 48335 read
supermin: internal insmod sparse-keymap.ko.xz
supermin: running xz
done with xz 8767 read
supermin: internal insmod rfkill.ko.xz
supermin: running xz
done with xz 41871 read
supermin: internal insmod ideapad-laptop.ko.xz
supermin: running xz
done with xz 26719 read
supermin: internal insmod megaraid.ko.xz
supermin: running xz
done with xz 67519 read
supermin: internal insmod megaraid_mm.ko.xz
supermin: running xz
done with xz 19895 read
[    0.370880] megaraid cmm: 2.20.2.7 (Release Date: Sun Jul 16 00:01:03 EST 2006)
supermin: internal insmod megaraid_mbox.ko.xz
supermin: running xz
done with xz 56375 read
[    0.375732] megaraid: 2.20.5.1 (Release Date: Thu Nov 16 15:32:35 EST 2006)
supermin: internal insmod megaraid_sas.ko.xz
supermin: running xz
done with xz 170831 read
[    0.384949] megasas: 06.806.08.00-rc1
supermin: internal insmod scsi_transport_spi.ko.xz
supermin: running xz
done with xz 46199 read
supermin: internal insmod sym53c8xx.ko.xz
supermin: running xz
done with xz 120783 read
supermin: internal insmod virtio_scsi.ko.xz
supermin: running xz
done with xz 25887 read
supermin: internal insmod virtio_balloon.ko.xz
supermin: running xz
done with xz 17551 read
supermin: internal insmod virtio_input.ko.xz
supermin: running xz
done with xz 12823 read
supermin: internal insmod virtio_mmio.ko.xz
supermin: running xz
done with xz 13551 read
supermin: internal insmod virtio_pci.ko.xz
supermin: running xz
done with xz 31943 read
[    0.407984] virtio-pci 0000:00:02.0: PCI->APIC IRQ transform: INT A -> IRQ 24
[    0.408699] virtio-pci 0000:00:02.0: virtio_pci: leaving for legacy driver
[    0.411311] virtio-pci 0000:00:03.0: PCI->APIC IRQ transform: INT A -> IRQ 25
[    0.412024] virtio-pci 0000:00:03.0: virtio_pci: leaving for legacy driver
[    0.413212] scsi host2: Virtio SCSI HBA
[    0.413827] virtio-pci 0000:00:04.0: PCI->APIC IRQ transform: INT A -> IRQ 25
[    0.414611] virtio-pci 0000:00:04.0: virtio_pci: leaving for legacy driver
[    0.416167] scsi 2:0:0:0: Direct-Access     QEMU     QEMU HARDDISK    2.1. PQ: 0 ANSI: 5
[    0.417281] scsi 2:0:1:0: Direct-Access     QEMU     QEMU HARDDISK    2.1. PQ: 0 ANSI: 5
[    0.427893] virtio-pci 0000:00:05.0: PCI->APIC IRQ transform: INT A -> IRQ 24
[    0.429696] virtio-pci 0000:00:05.0: virtio_pci: leaving for legacy driver
[    0.447581] sd 2:0:0:0: [sda] 41943040 512-byte logical blocks: (21.4 GB/20.0 GiB)
[    0.448562] sd 2:0:0:0: Attached scsi generic sg0 type 0
[    0.449330] sd 2:0:0:0: [sda] Write Protect is off
[    0.449966] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    0.451044] sd 2:0:1:0: [sdb] 8388608 512-byte logical blocks: (4.29 GB/4.00 GiB)
[    0.451914] sd 2:0:1:0: Attached scsi generic sg1 type 0
[    0.453131] sd 2:0:1:0: [sdb] Write Protect is off
[    0.453820] sd 2:0:1:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    0.458873] sd 2:0:1:0: [sdb] Attached SCSI disk
[    0.459986] sd 2:0:0:0: [sda] Attached SCSI disk
supermin: internal insmod crc-ccitt.ko.xz
supermin: running xz
done with xz 4431 read
supermin: internal insmod crc-itu-t.ko.xz
supermin: running xz
done with xz 4431 read
supermin: internal insmod crc8.ko.xz
supermin: running xz
done with xz 4175 read
supermin: internal insmod libcrc32c.ko.xz
supermin: running xz
done with xz 5111 read
supermin: picked /sys/block/sdb/dev as root device
supermin: creating /dev/root as block special 8:16
supermin: mounting new root on /root
[    0.472439] EXT4-fs (sdb): mounting ext2 file system using the ext4 subsystem
[    0.476537] EXT4-fs (sdb): mounted filesystem without journal. Opts: 
supermin: chroot
Starting /init script ...
ln: failed to create symbolic link '/etc/mtab': File exists
[    0.649458] random: systemd-tmpfile urandom read with 55 bits of entropy available
[/usr/lib/tmpfiles.d/systemd.conf:26] Failed to replace specifiers: /run/log/journal/%m
[/usr/lib/tmpfiles.d/systemd.conf:29] Failed to replace specifiers: /var/log/journal/%m
starting version 217
specified group 'input' unknown
[    0.786822] input: PC Speaker as /devices/platform/pcspkr/input/input3
[    0.980167] random: nonblocking pool is initialized
[    1.012336] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input2
[    1.116063] clocksource tsc: mask: 0xffffffffffffffff max_cycles: 0x26d349e8249, max_idle_ns: 440795288087 ns
/init: line 86: /sys/block/hd*/queue/scheduler: No such file or directory
/init: line 86: /sys/block/ubd*/queue/scheduler: No such file or directory
/init: line 86: /sys/block/vd*/queue/scheduler: No such file or directory
mdadm: No arrays found in config file or automatically
  Configuration setting "global/sparse_segtype_default" unknown.
  Configuration setting "devices/external_device_info_source" unknown.
  Configuration setting "devices/fw_raid_component_detection" unknown.
  lvmetad is not active yet, using direct activation during sysinit
  No volume groups found
[
]
Linux (none) 4.1.8-100.fc21.x86_64 #1 SMP Tue Sep 22 12:13:06 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
/dev:
total 0
crw------- 1 root root  10, 235 Oct 20 11:14 autofs
drwxr-xr-x 2 root root       80 Oct 20 11:14 block
drwxr-xr-x 2 root root       80 Oct 20 11:14 bsg
crw------- 1 root root  10, 234 Oct 20 11:14 btrfs-control
drwxr-xr-x 3 root root       60 Oct 20 11:14 bus
drwxr-xr-x 2 root root     2380 Oct 20 11:14 char
crw------- 1 root root   5,   1 Oct 20 11:14 console
lrwxrwxrwx 1 root root       11 Oct 20 11:14 core -> /proc/kcore
drwxr-xr-x 3 root root       80 Oct 20 11:14 cpu
crw------- 1 root root  10,  62 Oct 20 11:14 cpu_dma_latency
crw------- 1 root root  10, 203 Oct 20 11:14 cuse
drwxr-xr-x 5 root root      100 Oct 20 11:14 disk
lrwxrwxrwx 1 root root       13 Oct 20 11:14 fd -> /proc/self/fd
crw-rw-rw- 1 root root   1,   7 Oct 20 11:14 full
crw-rw-rw- 1 root root  10, 229 Oct 20 11:14 fuse
crw------- 1 root root  10, 183 Oct 20 11:14 hwrng
drwxr-xr-x 3 root root      160 Oct 20 11:14 input
crw-r--r-- 1 root root   1,  11 Oct 20 11:14 kmsg
crw-rw---- 1 root disk  10, 237 Oct 20 11:14 loop-control
drwxr-xr-x 2 root root       60 Oct 20 11:14 mapper
crw------- 1 root root  10, 227 Oct 20 11:14 mcelog
crw------- 1 root root  10,  57 Oct 20 11:14 megadev0
crw------- 1 root root   1,   1 Oct 20 11:14 mem
crw------- 1 root root  10,  59 Oct 20 11:14 memory_bandwidth
drwxr-xr-x 2 root root       60 Oct 20 11:14 net
crw------- 1 root root  10,  61 Oct 20 11:14 network_latency
crw------- 1 root root  10,  60 Oct 20 11:14 network_throughput
crw-rw-rw- 1 root root   1,   3 Oct 20 11:14 null
crw------- 1 root root  10, 144 Oct 20 11:14 nvram
crw------- 1 root root   1,   4 Oct 20 11:14 port
crw------- 1 root root 108,   0 Oct 20 11:14 ppp
crw-rw-rw- 1 root root   5,   2 Oct 20 11:14 ptmx
crw-rw-rw- 1 root root   1,   8 Oct 20 11:14 random
drwxr-xr-x 2 root root       60 Oct 20 11:14 raw
crw------- 1 root root  10,  58 Oct 20 11:14 rfkill
lrwxrwxrwx 1 root root        4 Oct 20 11:14 rtc -> rtc0
crw------- 1 root root 254,   0 Oct 20 11:14 rtc0
brw------- 1 root root   8,   0 Oct 20 11:14 sda
brw------- 1 root root   8,  16 Oct 20 11:14 sdb
crw------- 1 root root  21,   0 Oct 20 11:14 sg0
crw------- 1 root root  21,   1 Oct 20 11:14 sg1
crw------- 1 root root  10, 231 Oct 20 11:14 snapshot
drwxr-xr-x 3 root root      140 Oct 20 11:14 snd
lrwxrwxrwx 1 root root       15 Oct 20 11:14 stderr -> /proc/self/fd/2
lrwxrwxrwx 1 root root       15 Oct 20 11:14 stdin -> /proc/self/fd/0
lrwxrwxrwx 1 root root       15 Oct 20 11:14 stdout -> /proc/self/fd/1
crw-rw-rw- 1 root root   5,   0 Oct 20 11:14 tty
crw------- 1 root root   4,   0 Oct 20 11:14 tty0
crw------- 1 root root   4,   1 Oct 20 11:14 tty1
crw------- 1 root root   4,  10 Oct 20 11:14 tty10
crw------- 1 root root   4,  11 Oct 20 11:14 tty11
crw------- 1 root root   4,  12 Oct 20 11:14 tty12
crw------- 1 root root   4,  13 Oct 20 11:14 tty13
crw------- 1 root root   4,  14 Oct 20 11:14 tty14
crw------- 1 root root   4,  15 Oct 20 11:14 tty15
crw------- 1 root root   4,  16 Oct 20 11:14 tty16
crw------- 1 root root   4,  17 Oct 20 11:14 tty17
crw------- 1 root root   4,  18 Oct 20 11:14 tty18
crw------- 1 root root   4,  19 Oct 20 11:14 tty19
crw------- 1 root root   4,   2 Oct 20 11:14 tty2
crw------- 1 root root   4,  20 Oct 20 11:14 tty20
crw------- 1 root root   4,  21 Oct 20 11:14 tty21
crw------- 1 root root   4,  22 Oct 20 11:14 tty22
crw------- 1 root root   4,  23 Oct 20 11:14 tty23
crw------- 1 root root   4,  24 Oct 20 11:14 tty24
crw------- 1 root root   4,  25 Oct 20 11:14 tty25
crw------- 1 root root   4,  26 Oct 20 11:14 tty26
crw------- 1 root root   4,  27 Oct 20 11:14 tty27
crw------- 1 root root   4,  28 Oct 20 11:14 tty28
crw------- 1 root root   4,  29 Oct 20 11:14 tty29
crw------- 1 root root   4,   3 Oct 20 11:14 tty3
crw------- 1 root root   4,  30 Oct 20 11:14 tty30
crw------- 1 root root   4,  31 Oct 20 11:14 tty31
crw------- 1 root root   4,  32 Oct 20 11:14 tty32
crw------- 1 root root   4,  33 Oct 20 11:14 tty33
crw------- 1 root root   4,  34 Oct 20 11:14 tty34
crw------- 1 root root   4,  35 Oct 20 11:14 tty35
crw------- 1 root root   4,  36 Oct 20 11:14 tty36
crw------- 1 root root   4,  37 Oct 20 11:14 tty37
crw------- 1 root root   4,  38 Oct 20 11:14 tty38
crw------- 1 root root   4,  39 Oct 20 11:14 tty39
crw------- 1 root root   4,   4 Oct 20 11:14 tty4
crw------- 1 root root   4,  40 Oct 20 11:14 tty40
crw------- 1 root root   4,  41 Oct 20 11:14 tty41
crw------- 1 root root   4,  42 Oct 20 11:14 tty42
crw------- 1 root root   4,  43 Oct 20 11:14 tty43
crw------- 1 root root   4,  44 Oct 20 11:14 tty44
crw------- 1 root root   4,  45 Oct 20 11:14 tty45
crw------- 1 root root   4,  46 Oct 20 11:14 tty46
crw------- 1 root root   4,  47 Oct 20 11:14 tty47
crw------- 1 root root   4,  48 Oct 20 11:14 tty48
crw------- 1 root root   4,  49 Oct 20 11:14 tty49
crw------- 1 root root   4,   5 Oct 20 11:14 tty5
crw------- 1 root root   4,  50 Oct 20 11:14 tty50
crw------- 1 root root   4,  51 Oct 20 11:14 tty51
crw------- 1 root root   4,  52 Oct 20 11:14 tty52
crw------- 1 root root   4,  53 Oct 20 11:14 tty53
crw------- 1 root root   4,  54 Oct 20 11:14 tty54
crw------- 1 root root   4,  55 Oct 20 11:14 tty55
crw------- 1 root root   4,  56 Oct 20 11:14 tty56
crw------- 1 root root   4,  57 Oct 20 11:14 tty57
crw------- 1 root root   4,  58 Oct 20 11:14 tty58
crw------- 1 root root   4,  59 Oct 20 11:14 tty59
crw------- 1 root root   4,   6 Oct 20 11:14 tty6
crw------- 1 root root   4,  60 Oct 20 11:14 tty60
crw------- 1 root root   4,  61 Oct 20 11:14 tty61
crw------- 1 root root   4,  62 Oct 20 11:14 tty62
crw------- 1 root root   4,  63 Oct 20 11:14 tty63
crw------- 1 root root   4,   7 Oct 20 11:14 tty7
crw------- 1 root root   4,   8 Oct 20 11:14 tty8
crw------- 1 root root   4,   9 Oct 20 11:14 tty9
crw------- 1 root root   4,  64 Oct 20 11:14 ttyS0
crw------- 1 root root   4,  65 Oct 20 11:14 ttyS1
crw------- 1 root root   4,  66 Oct 20 11:14 ttyS2
crw------- 1 root root   4,  67 Oct 20 11:14 ttyS3
crw------- 1 root root  10, 239 Oct 20 11:14 uhid
crw------- 1 root root  10, 223 Oct 20 11:14 uinput
crw-rw-rw- 1 root root   1,   9 Oct 20 11:14 urandom
crw------- 1 root root 251,   0 Oct 20 11:14 usbmon0
crw------- 1 root root 251,   1 Oct 20 11:14 usbmon1
crw------- 1 root root   7,   0 Oct 20 11:14 vcs
crw------- 1 root root   7,   1 Oct 20 11:14 vcs1
crw------- 1 root root   7, 128 Oct 20 11:14 vcsa
crw------- 1 root root   7, 129 Oct 20 11:14 vcsa1
drwxr-xr-x 2 root root       60 Oct 20 11:14 vfio
crw------- 1 root root  10,  63 Oct 20 11:14 vga_arbiter
crw------- 1 root root  10, 137 Oct 20 11:14 vhci
crw------- 1 root root  10, 238 Oct 20 11:14 vhost-net
drwxr-xr-x 2 root root       60 Oct 20 11:14 virtio-ports
crw------- 1 root root 247,   1 Oct 20 11:14 vport2p1
crw-rw-rw- 1 root root   1,   5 Oct 20 11:14 zero

/dev/block:
total 0
lrwxrwxrwx 1 root root 6 Oct 20 11:14 8:0 -> ../sda
lrwxrwxrwx 1 root root 6 Oct 20 11:14 8:16 -> ../sdb

/dev/bsg:
total 0
crw------- 1 root root 252, 0 Oct 20 11:14 2:0:0:0
crw------- 1 root root 252, 1 Oct 20 11:14 2:0:1:0

/dev/bus:
total 0
drwxr-xr-x 3 root root 60 Oct 20 11:14 usb

/dev/bus/usb:
total 0
drwxr-xr-x 2 root root 60 Oct 20 11:14 001

/dev/bus/usb/001:
total 0
crw------- 1 root root 189, 0 Oct 20 11:14 001

/dev/char:
total 0
lrwxrwxrwx 1 root root  8 Oct 20 11:14 10:144 -> ../nvram
lrwxrwxrwx 1 root root  8 Oct 20 11:14 10:183 -> ../hwrng
lrwxrwxrwx 1 root root 16 Oct 20 11:14 10:184 -> ../cpu/microcode
lrwxrwxrwx 1 root root  9 Oct 20 11:14 10:227 -> ../mcelog
lrwxrwxrwx 1 root root 11 Oct 20 11:14 10:231 -> ../snapshot
lrwxrwxrwx 1 root root  9 Oct 20 11:14 10:235 -> ../autofs
lrwxrwxrwx 1 root root 17 Oct 20 11:14 10:236 -> ../mapper/control
lrwxrwxrwx 1 root root 11 Oct 20 11:14 10:57 -> ../megadev0
lrwxrwxrwx 1 root root  9 Oct 20 11:14 10:58 -> ../rfkill
lrwxrwxrwx 1 root root 19 Oct 20 11:14 10:59 -> ../memory_bandwidth
lrwxrwxrwx 1 root root 21 Oct 20 11:14 10:60 -> ../network_throughput
lrwxrwxrwx 1 root root 18 Oct 20 11:14 10:61 -> ../network_latency
lrwxrwxrwx 1 root root 18 Oct 20 11:14 10:62 -> ../cpu_dma_latency
lrwxrwxrwx 1 root root 14 Oct 20 11:14 10:63 -> ../vga_arbiter
lrwxrwxrwx 1 root root 16 Oct 20 11:14 116:2 -> ../snd/controlC0
lrwxrwxrwx 1 root root 15 Oct 20 11:14 116:3 -> ../snd/pcmC0D0p
lrwxrwxrwx 1 root root 12 Oct 20 11:14 116:33 -> ../snd/timer
lrwxrwxrwx 1 root root 15 Oct 20 11:14 13:32 -> ../input/mouse0
lrwxrwxrwx 1 root root 13 Oct 20 11:14 13:63 -> ../input/mice
lrwxrwxrwx 1 root root 15 Oct 20 11:14 13:64 -> ../input/event0
lrwxrwxrwx 1 root root 15 Oct 20 11:14 13:65 -> ../input/event1
lrwxrwxrwx 1 root root 15 Oct 20 11:14 13:66 -> ../input/event2
lrwxrwxrwx 1 root root 13 Oct 20 11:14 162:0 -> ../raw/rawctl
lrwxrwxrwx 1 root root 18 Oct 20 11:14 189:0 -> ../bus/usb/001/001
lrwxrwxrwx 1 root root  6 Oct 20 11:14 1:1 -> ../mem
lrwxrwxrwx 1 root root  7 Oct 20 11:14 1:11 -> ../kmsg
lrwxrwxrwx 1 root root  7 Oct 20 11:14 1:3 -> ../null
lrwxrwxrwx 1 root root  7 Oct 20 11:14 1:4 -> ../port
lrwxrwxrwx 1 root root  7 Oct 20 11:14 1:5 -> ../zero
lrwxrwxrwx 1 root root  7 Oct 20 11:14 1:7 -> ../full
lrwxrwxrwx 1 root root  9 Oct 20 11:14 1:8 -> ../random
lrwxrwxrwx 1 root root 10 Oct 20 11:14 1:9 -> ../urandom
lrwxrwxrwx 1 root root 12 Oct 20 11:14 202:0 -> ../cpu/0/msr
lrwxrwxrwx 1 root root 14 Oct 20 11:14 203:0 -> ../cpu/0/cpuid
lrwxrwxrwx 1 root root  6 Oct 20 11:14 21:0 -> ../sg0
lrwxrwxrwx 1 root root  6 Oct 20 11:14 21:1 -> ../sg1
lrwxrwxrwx 1 root root 11 Oct 20 11:14 247:1 -> ../vport2p1
lrwxrwxrwx 1 root root 10 Oct 20 11:14 251:0 -> ../usbmon0
lrwxrwxrwx 1 root root 10 Oct 20 11:14 251:1 -> ../usbmon1
lrwxrwxrwx 1 root root 14 Oct 20 11:14 252:0 -> ../bsg/2:0:0:0
lrwxrwxrwx 1 root root 14 Oct 20 11:14 252:1 -> ../bsg/2:0:1:0
lrwxrwxrwx 1 root root  7 Oct 20 11:14 254:0 -> ../rtc0
lrwxrwxrwx 1 root root  7 Oct 20 11:14 4:0 -> ../tty0
lrwxrwxrwx 1 root root  7 Oct 20 11:14 4:1 -> ../tty1
lrwxrwxrwx 1 root root  8 Oct 20 11:14 4:10 -> ../tty10
lrwxrwxrwx 1 root root  8 Oct 20 11:14 4:11 -> ../tty11
lrwxrwxrwx 1 root root  8 Oct 20 11:14 4:12 -> ../tty12
lrwxrwxrwx 1 root root  8 Oct 20 11:14 4:13 -> ../tty13
lrwxrwxrwx 1 root root  8 Oct 20 11:14 4:14 -> ../tty14
lrwxrwxrwx 1 root root  8 Oct 20 11:14 4:15 -> ../tty15
lrwxrwxrwx 1 root root  8 Oct 20 11:14 4:16 -> ../tty16
lrwxrwxrwx 1 root root  8 Oct 20 11:14 4:17 -> ../tty17
lrwxrwxrwx 1 root root  8 Oct 20 11:14 4:18 -> ../tty18
lrwxrwxrwx 1 root root  8 Oct 20 11:14 4:19 -> ../tty19
lrwxrwxrwx 1 root root  7 Oct 20 11:14 4:2 -> ../tty2
lrwxrwxrwx 1 root root  8 Oct 20 11:14 4:20 -> ../tty20
lrwxrwxrwx 1 root root  8 Oct 20 11:14 4:21 -> ../tty21
lrwxrwxrwx 1 root root  8 Oct 20 11:14 4:22 -> ../tty22
lrwxrwxrwx 1 root root  8 Oct 20 11:14 4:23 -> ../tty23
lrwxrwxrwx 1 root root  8 Oct 20 11:14 4:24 -> ../tty24
lrwxrwxrwx 1 root root  8 Oct 20 11:14 4:25 -> ../tty25
lrwxrwxrwx 1 root root  8 Oct 20 11:14 4:26 -> ../tty26
lrwxrwxrwx 1 root root  8 Oct 20 11:14 4:27 -> ../tty27
lrwxrwxrwx 1 root root  8 Oct 20 11:14 4:28 -> ../tty28
lrwxrwxrwx 1 root root  8 Oct 20 11:14 4:29 -> ../tty29
lrwxrwxrwx 1 root root  7 Oct 20 11:14 4:3 -> ../tty3
lrwxrwxrwx 1 root root  8 Oct 20 11:14 4:30 -> ../tty30
lrwxrwxrwx 1 root root  8 Oct 20 11:14 4:31 -> ../tty31
lrwxrwxrwx 1 root root  8 Oct 20 11:14 4:32 -> ../tty32
lrwxrwxrwx 1 root root  8 Oct 20 11:14 4:33 -> ../tty33
lrwxrwxrwx 1 root root  8 Oct 20 11:14 4:34 -> ../tty34
lrwxrwxrwx 1 root root  8 Oct 20 11:14 4:35 -> ../tty35
lrwxrwxrwx 1 root root  8 Oct 20 11:14 4:36 -> ../tty36
lrwxrwxrwx 1 root root  8 Oct 20 11:14 4:37 -> ../tty37
lrwxrwxrwx 1 root root  8 Oct 20 11:14 4:38 -> ../tty38
lrwxrwxrwx 1 root root  8 Oct 20 11:14 4:39 -> ../tty39
lrwxrwxrwx 1 root root  7 Oct 20 11:14 4:4 -> ../tty4
lrwxrwxrwx 1 root root  8 Oct 20 11:14 4:40 -> ../tty40
lrwxrwxrwx 1 root root  8 Oct 20 11:14 4:41 -> ../tty41
lrwxrwxrwx 1 root root  8 Oct 20 11:14 4:42 -> ../tty42
lrwxrwxrwx 1 root root  8 Oct 20 11:14 4:43 -> ../tty43
lrwxrwxrwx 1 root root  8 Oct 20 11:14 4:44 -> ../tty44
lrwxrwxrwx 1 root root  8 Oct 20 11:14 4:45 -> ../tty45
lrwxrwxrwx 1 root root  8 Oct 20 11:14 4:46 -> ../tty46
lrwxrwxrwx 1 root root  8 Oct 20 11:14 4:47 -> ../tty47
lrwxrwxrwx 1 root root  8 Oct 20 11:14 4:48 -> ../tty48
lrwxrwxrwx 1 root root  8 Oct 20 11:14 4:49 -> ../tty49
lrwxrwxrwx 1 root root  7 Oct 20 11:14 4:5 -> ../tty5
lrwxrwxrwx 1 root root  8 Oct 20 11:14 4:50 -> ../tty50
lrwxrwxrwx 1 root root  8 Oct 20 11:14 4:51 -> ../tty51
lrwxrwxrwx 1 root root  8 Oct 20 11:14 4:52 -> ../tty52
lrwxrwxrwx 1 root root  8 Oct 20 11:14 4:53 -> ../tty53
lrwxrwxrwx 1 root root  8 Oct 20 11:14 4:54 -> ../tty54
lrwxrwxrwx 1 root root  8 Oct 20 11:14 4:55 -> ../tty55
lrwxrwxrwx 1 root root  8 Oct 20 11:14 4:56 -> ../tty56
lrwxrwxrwx 1 root root  8 Oct 20 11:14 4:57 -> ../tty57
lrwxrwxrwx 1 root root  8 Oct 20 11:14 4:58 -> ../tty58
lrwxrwxrwx 1 root root  8 Oct 20 11:14 4:59 -> ../tty59
lrwxrwxrwx 1 root root  7 Oct 20 11:14 4:6 -> ../tty6
lrwxrwxrwx 1 root root  8 Oct 20 11:14 4:60 -> ../tty60
lrwxrwxrwx 1 root root  8 Oct 20 11:14 4:61 -> ../tty61
lrwxrwxrwx 1 root root  8 Oct 20 11:14 4:62 -> ../tty62
lrwxrwxrwx 1 root root  8 Oct 20 11:14 4:63 -> ../tty63
lrwxrwxrwx 1 root root  8 Oct 20 11:14 4:64 -> ../ttyS0
lrwxrwxrwx 1 root root  8 Oct 20 11:14 4:65 -> ../ttyS1
lrwxrwxrwx 1 root root  8 Oct 20 11:14 4:66 -> ../ttyS2
lrwxrwxrwx 1 root root  8 Oct 20 11:14 4:67 -> ../ttyS3
lrwxrwxrwx 1 root root  7 Oct 20 11:14 4:7 -> ../tty7
lrwxrwxrwx 1 root root  7 Oct 20 11:14 4:8 -> ../tty8
lrwxrwxrwx 1 root root  7 Oct 20 11:14 4:9 -> ../tty9
lrwxrwxrwx 1 root root  6 Oct 20 11:14 5:0 -> ../tty
lrwxrwxrwx 1 root root 10 Oct 20 11:14 5:1 -> ../console
lrwxrwxrwx 1 root root  7 Oct 20 11:14 5:2 -> ../ptmx
lrwxrwxrwx 1 root root  6 Oct 20 11:14 7:0 -> ../vcs
lrwxrwxrwx 1 root root  7 Oct 20 11:14 7:1 -> ../vcs1
lrwxrwxrwx 1 root root  7 Oct 20 11:14 7:128 -> ../vcsa
lrwxrwxrwx 1 root root  8 Oct 20 11:14 7:129 -> ../vcsa1

/dev/cpu:
total 0
drwxr-xr-x 2 root root      80 Oct 20 11:14 0
crw------- 1 root root 10, 184 Oct 20 11:14 microcode

/dev/cpu/0:
total 0
crw------- 1 root root 203, 0 Oct 20 11:14 cpuid
crw------- 1 root root 202, 0 Oct 20 11:14 msr

/dev/disk:
total 0
drwxr-xr-x 2 root root 80 Oct 20 11:14 by-id
drwxr-xr-x 2 root root 80 Oct 20 11:14 by-path
drwxr-xr-x 2 root root 60 Oct 20 11:14 by-uuid

/dev/disk/by-id:
total 0
lrwxrwxrwx 1 root root 9 Oct 20 11:14 scsi-0QEMU_QEMU_HARDDISK_drive-scsi0-0-0-0 -> ../../sda
lrwxrwxrwx 1 root root 9 Oct 20 11:14 scsi-0QEMU_QEMU_HARDDISK_drive-scsi0-0-1-0 -> ../../sdb

/dev/disk/by-path:
total 0
lrwxrwxrwx 1 root root 9 Oct 20 11:14 pci-0000:00:03.0-scsi-0:0:0:0 -> ../../sda
lrwxrwxrwx 1 root root 9 Oct 20 11:14 pci-0000:00:03.0-scsi-0:0:1:0 -> ../../sdb

/dev/disk/by-uuid:
total 0
lrwxrwxrwx 1 root root 9 Oct 20 11:14 2896a21f-cacb-4faf-95a7-e3b772d4c517 -> ../../sdb

/dev/input:
total 0
drwxr-xr-x 2 root root    120 Oct 20 11:14 by-path
crw------- 1 root root 13, 64 Oct 20 11:14 event0
crw------- 1 root root 13, 65 Oct 20 11:14 event1
crw------- 1 root root 13, 66 Oct 20 11:14 event2
crw------- 1 root root 13, 63 Oct 20 11:14 mice
crw------- 1 root root 13, 32 Oct 20 11:14 mouse0

/dev/input/by-path:
total 0
lrwxrwxrwx 1 root root 9 Oct 20 11:14 platform-i8042-serio-0-event-kbd -> ../event0
lrwxrwxrwx 1 root root 9 Oct 20 11:14 platform-i8042-serio-1-event-mouse -> ../event2
lrwxrwxrwx 1 root root 9 Oct 20 11:14 platform-i8042-serio-1-mouse -> ../mouse0
lrwxrwxrwx 1 root root 9 Oct 20 11:14 platform-pcspkr-event-spkr -> ../event1

/dev/mapper:
total 0
crw------- 1 root root 10, 236 Oct 20 11:14 control

/dev/net:
total 0
crw-rw-rw- 1 root root 10, 200 Oct 20 11:14 tun

/dev/raw:
total 0
crw------- 1 root root 162, 0 Oct 20 11:14 rawctl

/dev/snd:
total 0
drwxr-xr-x 2 root root       60 Oct 20 11:14 by-path
crw-rw---- 1 root audio 116,  2 Oct 20 11:14 controlC0
crw-rw---- 1 root audio 116,  3 Oct 20 11:14 pcmC0D0p
crw-rw---- 1 root audio 116,  1 Oct 20 11:14 seq
crw-rw---- 1 root audio 116, 33 Oct 20 11:14 timer

/dev/snd/by-path:
total 0
lrwxrwxrwx 1 root root 12 Oct 20 11:14 platform-pcspkr -> ../controlC0

/dev/vfio:
total 0
crw------- 1 root root 10, 196 Oct 20 11:14 vfio

/dev/virtio-ports:
total 0
lrwxrwxrwx 1 root root 11 Oct 20 11:14 org.libguestfs.channel.0 -> ../vport2p1
/dev/root / ext2 rw,noatime 0 0
/proc /proc proc rw,relatime 0 0
/sys /sys sysfs rw,relatime 0 0
tmpfs /run tmpfs rw,nosuid,relatime,size=97768k,mode=755 0 0
/dev /dev devtmpfs rw,relatime,size=242476k,nr_inodes=60619,mode=755 0 0
  Configuration setting "global/sparse_segtype_default" unknown.
  Configuration setting "devices/external_device_info_source" unknown.
  Configuration setting "devices/fw_raid_component_detection" unknown.
  /run/lvm/lvmetad.socket: connect failed: No such file or directory
  WARNING: Failed to connect to lvmetad. Falling back to internal scanning.
  Configuration setting "global/sparse_segtype_default" unknown.
  Configuration setting "devices/external_device_info_source" unknown.
  Configuration setting "devices/fw_raid_component_detection" unknown.
  /run/lvm/lvmetad.socket: connect failed: No such file or directory
  WARNING: Failed to connect to lvmetad. Falling back to internal scanning.
  No volume groups found
  Configuration setting "global/sparse_segtype_default" unknown.
  Configuration setting "devices/external_device_info_source" unknown.
  Configuration setting "devices/fw_raid_component_detection" unknown.
  /run/lvm/lvmetad.socket: connect failed: No such file or directory
  WARNING: Failed to connect to lvmetad. Falling back to internal scanning.
  No volume groups found
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default 
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 brd 127.255.255.255 scope host lo
       valid_lft forever preferred_lft forever
    inet6 ::1/128 scope host 
       valid_lft forever preferred_lft forever
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000
    link/ether 52:54:00:50:20:86 brd ff:ff:ff:ff:ff:ff
    inet 192.168.122.213/24 brd 192.168.122.255 scope global dynamic eth0
       valid_lft 3600sec preferred_lft 3600sec
    inet6 fe80::5054:ff:fe50:2086/64 scope link 
       valid_lft forever preferred_lft forever
default via 192.168.122.1 dev eth0 
192.168.122.0/24 dev eth0  proto kernel  scope link  src 192.168.122.213 
Module                  Size  Used by
snd_pcsp               20480  0 
snd_pcm               118784  1 snd_pcsp
ata_generic            16384  0 
serio_raw              16384  0 
pata_acpi              16384  0 
snd_timer              32768  1 snd_pcm
snd                    81920  3 snd_timer,snd_pcm,snd_pcsp
ghash_clmulni_intel    16384  0 
soundcore              16384  1 snd
libcrc32c              16384  0 
crc8                   16384  0 
crc_itu_t              16384  0 
crc_ccitt              16384  0 
virtio_pci             24576  0 
virtio_mmio            16384  0 
virtio_input           16384  0 
virtio_balloon         16384  0 
virtio_scsi            20480  1 
sym53c8xx              81920  0 
scsi_transport_spi     32768  1 sym53c8xx
megaraid_sas          118784  0 
megaraid_mbox          40960  0 
megaraid_mm            20480  1 megaraid_mbox
megaraid               45056  0 
ideapad_laptop         24576  0 
rfkill                 24576  1 ideapad_laptop
sparse_keymap          16384  1 ideapad_laptop
virtio_net             32768  0 
virtio_console         28672  0 
virtio_rng             16384  0 
virtio_blk             20480  0 
virtio_ring            20480  9 virtio_blk,virtio_net,virtio_pci,virtio_rng,virtio_balloon,virtio_input,virtio_console,virtio_mmio,virtio_scsi
virtio                 16384  9 virtio_blk,virtio_net,virtio_pci,virtio_rng,virtio_balloon,virtio_input,virtio_console,virtio_mmio,virtio_scsi
crc32                  16384  0 
crct10dif_pclmul       16384  0 
crc32c_intel           24576  1 
crc32_pclmul           16384  0 
Tue Oct 20 11:14:27 UTC 2015
clocksource: kvm-clock
uptime: 13.17 11.63
verbose daemon enabled
linux command line: panic=1 console=ttyS0 udevtimeout=6000 udev.event-timeout=6000 no_timer_check acpi=off printk.time=1 cgroup_disable=memory root=/dev/sdb selinux=0 guestfs_verbose=1 guestfs_network=1 TERM=linux

trying to open virtio-serial channel '/dev/virtio-ports/org.libguestfs.channel.0'
udevadm --debug settle
calling: settle
libguestfs: recv_from_daemon: received GUESTFS_LAUNCH_FLAG
libguestfs: [28599ms] appliance is up
libguestfs: trace: launch = 0
libguestfs: trace: blockdev_getsize64 "/dev/sda"
guestfsd: main_loop: new request, len 0x34
udevadm --debug settle
calling: settle
blockdev --getsize64 /dev/sda
libguestfs: trace: blockdev_getsize64 = 21474836480
[  29.0] Initializing the target -o local -os /var/tmp/
[  29.0] Inspecting the overlay
libguestfs: trace: inspect_os
libguestfs: trace: umount_all
guestfsd: main_loop: proc 63 (blockdev_getsize64) took 0.00 seconds
guestfsd: main_loop: new request, len 0x28
umount-all: /proc/mounts: fsname=/dev/root dir=/ type=ext2 opts=rw,noatime freq=0 passno=0
umount-all: /proc/mounts: fsname=/proc dir=/proc type=proc opts=rw,relatime freq=0 passno=0
umount-all: /proc/mounts: fsname=/sys dir=/sys type=sysfs opts=rw,relatime freq=0 passno=0
umount-all: /proc/mounts: fsname=tmpfs dir=/run type=tmpfs opts=rw,nosuid,relatime,size=97768k,mode=755 freq=0 passno=0
umount-all: /proc/mounts: fsname=/dev dir=/dev type=devtmpfs opts=rw,relatime,size=242476k,nr_inodes=60619,mode=755 freq=0 passno=0
guestfsd: main_loop: proc 47 (umount_all) took 0.00 seconds
libguestfs: trace: umount_all = 0
libguestfs: trace: list_filesystems
libguestfs: trace: feature_available "lvm2"
guestfsd: main_loop: new request, len 0x34
guestfsd: main_loop: proc 398 (feature_available) took 0.00 secondslibguestfs: trace: feature_available = 1
libguestfs: trace: feature_available "ldm"

guestfsd: main_loop: new request, len 0x34
guestfsd: main_loop: proc 398 (flibguestfs: trace: feature_available = 1
libguestfs: trace: list_devices
eature_available) took 0.00 seconds
guestfsd: main_loop: new request, len 0x28
guestfsd: main_loop: proc 7 (list_devices) took 0.00 seconds
libguestfs: trace: list_devices = ["/dev/sda"]
libguestfs: trace: list_partitions
guestfsd: main_loop: new request, len 0x28
guestfsd: main_loop: proc 8 (list_partitions) took 0.00 seconds
libguestfs: trace: list_partitions = []
libguestfs: trace: list_md_devices
guestfsd: main_loop: new request, len 0x28
guestfsd: main_loop: proc 300 (list_md_devices) took 0.00 seconds
libguestfs: trace: list_md_devices = []
libguestfs: trace: vfs_type "/dev/sda"
guestfsd: main_loop: new request, len 0x34
blkid -c /dev/null -o value -s TYPE /dev/sda
libguestfs: trace: vfs_type = ""
libguestfs: trace: lvs
guestfsd: main_loop: proc 198 (vfs_type) took 0.19 seconds
guestfsd: main_loop: new request, len 0x28
lvm lvs -o vg_name,lv_name --noheadings --separator /
  Configuration setting "global/sparse_segtype_default" unknown.
  Configuration setting "devices/external_device_info_source" unknown.
  Configuration setting "devices/fw_raid_component_detection" unknown.
  /run/lvm/lvmetad.socket: connect failed: No such file or directory
  WARNING: Failed to connect to lvmetad. Falling back to internal scanning.
  No volume groups found
guestfsd: main_loop: proc 11 (lvs) took 0.05 seconds
libguestfs: trace: lvs = []
libguestfs: trace: list_ldm_volumes
guestfsd: main_loop: new request, len 0x28
guestfsd: main_loop: proc 380 (list_ldm_volumes) took 0.00 seconds
libguestfs: trace: list_ldm_volumes = []
libguestfs: trace: list_ldm_partitions
guestfsd: main_loop: new request, len 0x28
guestfsd: main_loop: proc 381 (list_ldm_partitions) took 0.00 seconds
libguestfs: trace: list_ldm_partitions = []
libguestfs: trace: list_filesystems = ["/dev/sda", "unknown"]
libguestfs: trace: vfs_type "/dev/sda"
guestfsd: main_loop: new request, len 0x34
blkid -c /dev/null -o value -s TYPE /dev/sda
libguestfs: trace: vfs_type = ""
libguestfs: check_for_filesystem_on: /dev/sda ()
libguestfs: trace: internal_parse_mountable "/dev/sda"
guestfsd: main_loop: proc 198 (vfs_type) took 0.20 seconds
guestfsd: main_loop: new request, len 0x34
guestfsd: main_loop: proc 396 (internal_parse_mountable) took 0.00 seconds
libguestfs: trace: internal_parse_mountable = <struct guestfs_internal_mountable *>
libguestfs: trace: is_whole_device "/dev/sda"
guestfsd: main_loop: new request, len 0x34
guestfsd: main_loop: proc 395 (is_whole_device) took 0.00 seconds
libguestfs: trace: is_whole_device = 1
libguestfs: trace: isoinfo_device "/dev/sda"
guestfsd: main_loop: new request, len 0x34
isoinfo --debug -d -i /dev/sda
guestfsd: error: 
guestfsd: main_loop: proc 313 (isoinfo_device) took 0.00 seconds
libguestfs: trace: isoinfo_device = NULL (error)
libguestfs: trace: mount_ro "/dev/sda" "/"
guestfsd: main_loop: new request, len 0x3c
mount -o ro /dev/sda /sysroot/
mount: wrong fs type, bad option, bad superblock on /dev/sda,
       missing codepage or helper program, or other error

       In some cases useful info is found in syslog - try
       dmesg | tail or so.
guestfsd: error: /dev/sda on / (options: 'ro'): mount: wrong fs type, bad option, bad superblock on /dev/sda,
       missing codepage or helper program, or other error

       In some cases useful info is found in syslog - try
       dmesg | tail or so.
guestfsd: main_loop: proc 73 (mount_ro) took 0.46 seconds
libguestfs: trace: mount_ro = -1 (error)
libguestfs: trace: inspect_get_roots
libguestfs: trace: inspect_get_roots = []
libguestfs: trace: inspect_os = []
virt-v2v: error: no root device found in this operating system image.

If reporting bugs, run virt-v2v with debugging enabled and include the 
complete output:

  virt-v2v -v -x [...]
libguestfs: trace: close
libguestfs: closing guestfs handle 0x1e1eec0 (state 2)
libguestfs: trace: internal_autosync
guestfsd: main_loop: new request, len 0x28
umount-all: /proc/mounts: fsname=/dev/root dir=/ type=ext2 opts=rw,noatime freq=0 passno=0
umount-all: /proc/mounts: fsname=/proc dir=/proc type=proc opts=rw,relatime freq=0 passno=0
umount-all: /proc/mounts: fsname=/sys dir=/sys type=sysfs opts=rw,relatime freq=0 passno=0
umount-all: /proc/mounts: fsname=tmpfs dir=/run type=tmpfs opts=rw,nosuid,relatime,size=97768k,mode=755 freq=0 passno=0
umount-all: /proc/mounts: fsname=/dev dir=/dev type=devtmpfs opts=rw,relatime,size=242476k,nr_inodes=60619,mode=755 freq=0 passno=0
fsync /dev/sda
guestfsd: main_loop: proc 282 (internal_autosync) took 0.00 seconds
libguestfs: trace: internal_autosync = 0
libguestfs: calling virDomainDestroy "guestfs-8dwqdqkv47f22db3" flags=0
libguestfs: command: run: rm
libguestfs: command: run: \ -rf /tmp/libguestfsmDtHwq


More information about the Libguestfs mailing list