Skip to content

Instantly share code, notes, and snippets.

@prakashmishra1598
Created August 1, 2023 13:55
Show Gist options
  • Save prakashmishra1598/2fc5a9fb9b1c94fe50d7d4c4717354f9 to your computer and use it in GitHub Desktop.
Save prakashmishra1598/2fc5a9fb9b1c94fe50d7d4c4717354f9 to your computer and use it in GitHub Desktop.
Virt-v2v logs while migrating Windows Server 2016
Extracting libguestfs appliance...
appliance/
appliance/kernel
appliance/initrd
appliance/root
appliance/README.fixed
Run virt-v2v with the following input:
<domain type="kvm"><name>windows-server-2016-migration-test</name><memory>17179869184</memory><os><type>hvm</type><boot dev="hd"></boot></os><cpu><topology sockets="2" cores="2"></topology></cpu><devices><disk type="file" device="disk"><driver name="qemu" type="raw"></driver><source file="/mnt/disks/disk0/disk.img"></source><target dev="hda" bus="virtio"></target></disk></devices></domain>[ 0.0] Opening the source -i libvirtxml /mnt/v2v/input.xml
virt-v2v: virt-v2v 1.42.0rhel=8,release=22.module_el8+310+72016cce (x86_64)
libvirt version: 8.0.0
libvirt xml is:
<domain type="kvm"><name>windows-server-2016-migration-test</name><memory>17179869184</memory><os><type>hvm</type><boot dev="hd"></boot></os><cpu><topology sockets="2" cores="2"></topology></cpu><devices><disk type="file" device="disk"><driver name="qemu" type="raw"></driver><source file="/mnt/disks/disk0/disk.img"></source><target dev="hda" bus="virtio"></target></disk></devices></domain>
source name: windows-server-2016-migration-test
hypervisor type: kvm
VM genid:
memory: 17592186044416 (bytes)
nr vCPUs: 4
CPU vendor:
CPU model:
CPU topology:
[ 0.0] Creating an overlay to protect the source from being modified
CPU features:
firmware: unknown
display:
video:
sound:
disks:
/mnt/disks/disk0/disk.img (raw) [virtio-blk]
removable media:
NICs:
check_host_free_space: large_tmpdir=/var/tmp free_space=48556507136
qemu-img 'create' '-q' '-o' 'compat=1.1' '-b' '/mnt/disks/disk0/disk.img' '-F' 'raw' '-f' 'qcow2' '/var/tmp/v2vovl3c9d17.qcow2'
libguestfs: trace: set_verbose true
libguestfs: trace: set_verbose = 0
libguestfs: trace: disk_has_backing_file "/var/tmp/v2vovl3c9d17.qcow2"
libguestfs: command: run: qemu-img --help | grep -sqE -- '\binfo\b.*-U\b'
libguestfs: command: run: qemu-img
libguestfs: command: run: \ info
libguestfs: command: run: \ -U
libguestfs: command: run: \ --output json
libguestfs: command: run: \ /var/tmp/v2vovl3c9d17.qcow2
libguestfs: parse_json: qemu-img info JSON output:\n{\n "backing-filename-format": "raw",\n "virtual-size": 66265808896,\n "filename": "/var/tmp/v2vovl3c9d17.qcow2",\n "cluster-size": 65536,\n "format": "qcow2",\n "actual-size": 200704,\n "format-specific": {\n "type": "qcow2",\n "data": {\n "compat": "1.1",\n "compression-type": "zlib",\n "lazy-refcounts": false,\n "refcount-bits": 16,\n "corrupt": false,\n "extended-l2": false\n }\n },\n "full-backing-filename": "/mnt/disks/disk0/disk.img",\n "backing-filename": "/mnt/disks/disk0/disk.img",\n "dirty-flag": false\n}\n\n
libguestfs: trace: disk_has_backing_file = 1
libguestfs: trace: set_verbose true
libguestfs: trace: set_verbose = 0
libguestfs: trace: disk_virtual_size "/var/tmp/v2vovl3c9d17.qcow2"
libguestfs: command: run: qemu-img --help | grep -sqE -- '\binfo\b.*-U\b'
libguestfs: command: run: qemu-img
libguestfs: command: run: \ info
libguestfs: command: run: \ -U
libguestfs: command: run: \ --output json
libguestfs: command: run: \ /var/tmp/v2vovl3c9d17.qcow2
libguestfs: parse_json: qemu-img info JSON output:\n{\n "backing-filename-format": "raw",\n "virtual-size": 66265808896,\n "filename": "/var/tmp/v2vovl3c9d17.qcow2",\n "cluster-size": 65536,\n "format": "qcow2",\n "actual-size": 200704,\n "format-specific": {\n "type": "qcow2",\n "data": {\n "compat": "1.1",\n "compression-type": "zlib",\n "lazy-refcounts": false,\n "refcount-bits": 16,\n "corrupt": false,\n "extended-l2": false\n }\n },\n "full-backing-filename": "/mnt/disks/disk0/disk.img",\n "backing-filename": "/mnt/disks/disk0/disk.img",\n "dirty-flag": false\n}\n\n
libguestfs: trace: disk_virtual_size = 66265808896
[ 0.3] Opening the overlay
libguestfs: trace: set_verbose true
libguestfs: trace: set_verbose = 0
libguestfs: trace: set_identifier "v2v"
libguestfs: trace: v2v: set_identifier = 0
libguestfs: trace: v2v: get_memsize
libguestfs: trace: v2v: get_memsize = 1280
libguestfs: trace: v2v: set_memsize 3584
libguestfs: trace: v2v: set_memsize = 0
libguestfs: trace: v2v: set_network true
libguestfs: trace: v2v: set_network = 0
libguestfs: trace: v2v: add_drive "/var/tmp/v2vovl3c9d17.qcow2" "format:qcow2" "cachemode:unsafe" "discard:besteffort" "copyonread:true"
libguestfs: trace: v2v: add_drive = 0
libguestfs: trace: v2v: launch
libguestfs: trace: v2v: max_disks
libguestfs: trace: v2v: max_disks = 255
libguestfs: trace: v2v: get_tmpdir
libguestfs: trace: v2v: get_tmpdir = "/tmp"
libguestfs: trace: v2v: version
libguestfs: trace: v2v: version = <struct guestfs_version = major: 1, minor: 44, release: 0, extra: rhel=8,release=9.module_el8+310+72016cce,libvirt, >
libguestfs: trace: v2v: get_backend
libguestfs: trace: v2v: get_backend = "direct"
libguestfs: launch: program=virt-v2v
libguestfs: launch: identifier=v2v
libguestfs: launch: version=1.44.0rhel=8,release=9.module_el8+310+72016cce,libvirt
libguestfs: launch: backend registered: unix
libguestfs: launch: backend registered: uml
libguestfs: launch: backend registered: libvirt
libguestfs: launch: backend registered: direct
libguestfs: launch: backend=direct
libguestfs: launch: tmpdir=/tmp/libguestfstoNYlv
libguestfs: launch: umask=0022
libguestfs: launch: euid=107
libguestfs: begin testing qemu features
libguestfs: trace: v2v: get_cachedir
libguestfs: trace: v2v: get_cachedir = "/var/tmp"
libguestfs: checking for previously cached test results of /usr/libexec/qemu-kvm, in /var/tmp/.guestfs-107
libguestfs: command: run: /usr/libexec/qemu-kvm
libguestfs: command: run: \ -display none
libguestfs: command: run: \ -help
libguestfs: command: run: /usr/libexec/qemu-kvm
libguestfs: command: run: \ -display none
libguestfs: command: run: \ -machine accel=kvm:tcg
libguestfs: command: run: \ -device ?
libguestfs: command: run: echo '{ "execute": "qmp_capabilities" }' '{ "execute": "query-qmp-schema" }' '{ "execute": "quit" }' | QEMU_AUDIO_DRV=none "/usr/libexec/qemu-kvm" -display none -machine "accel=kvm:tcg" -qmp stdio
libguestfs: command: run: echo '{ "execute": "qmp_capabilities" }' '{ "execute": "query-kvm" }' '{ "execute": "quit" }' | QEMU_AUDIO_DRV=none "/usr/libexec/qemu-kvm" -display none -machine "accel=kvm:tcg" -qmp stdio
libguestfs: saving test results
libguestfs: qemu version: 6.2
libguestfs: qemu mandatory locking: yes
libguestfs: qemu KVM: enabled
libguestfs: trace: v2v: get_backend_setting "force_tcg"
libguestfs: trace: v2v: get_backend_setting = NULL (error)
libguestfs: trace: v2v: get_sockdir
libguestfs: trace: v2v: get_sockdir = "/tmp"
libguestfs: finished testing qemu features
libguestfs: trace: v2v: get_backend_setting "gdb"
libguestfs: trace: v2v: get_backend_setting = NULL (error)
libguestfs: command: run: file
libguestfs: command: run: \ -- /var/tmp/libguestfs-appliance/appliance/root
/usr/libexec/qemu-kvm \
-global virtio-blk-pci.scsi=off \
-no-user-config \
-enable-fips \
-nodefaults \
-display none \
-machine accel=kvm:tcg \
-cpu max,la57=off \
-m 3584 \
-no-reboot \
-rtc driftfix=slew \
-no-hpet \
-global kvm-pit.lost_tick_policy=discard \
-kernel /var/tmp/libguestfs-appliance/appliance/kernel \
-initrd /var/tmp/libguestfs-appliance/appliance/initrd \
-object rng-random,filename=/dev/urandom,id=rng0 \
-device virtio-rng-pci,rng=rng0 \
-device virtio-scsi-pci,id=scsi \
-drive file=/var/tmp/v2vovl3c9d17.qcow2,cache=unsafe,format=qcow2,copy-on-read=on,discard=unmap,id=hd0,if=none \
-device scsi-hd,drive=hd0 \
-drive file=/var/tmp/libguestfs-appliance/appliance/root,snapshot=on,id=appliance,cache=unsafe,if=none,format=raw \
-device scsi-hd,drive=appliance \
-device virtio-serial-pci \
-serial stdio \
-device sga \
-chardev socket,path=/tmp/libguestfsT3Xw54/guestfsd.sock,id=channel0 \
-device virtserialport,chardev=channel0,name=org.libguestfs.channel.0 \
-netdev user,id=usernet,net=169.254.0.0/16 \
-device virtio-net-pci,netdev=usernet \
-append "panic=1 console=ttyS0 edd=off udevtimeout=6000 udev.event-timeout=6000 no_timer_check printk.time=1 cgroup_disable=memory usbcore.nousb cryptomgr.notests tsc=reliable 8250.nr_uarts=1 root=UUID=95469e45-6206-4528-bea9-a44b646cadeb selinux=0 guestfs_verbose=1 guestfs_network=1 TERM=linux guestfs_identifier=v2v"
qemu-kvm: -enable-fips: warning: -enable-fips is deprecated, please build QEMU with the `libgcrypt` library as the cryptography provider to enable FIPS compliance
qemu-kvm: -device sga: warning: -device sga is deprecated, use -machine graphics=off
libguestfs: responding to serial console Device Status Report
\x1b[1;256r\x1b[256;256H\x1b[6n
Google, Inc.
Serial Graphics Adapter 04/04/23
SGABIOS $Id$ (mockbuild@) Tue Apr 4 14:57:08 UTC 2023
Term: 80x24
4 0
\x1b[2J
SeaBIOS (version 1.16.0-3.module_el8+310+72016cce)
iPXE (http://ipxe.org) 00:05.0 C100 PCI2.10 PnP PMM+BFF8DF10+BFECDF10 C100
Press Ctrl-B to configure iPXE (PCI 00:05.0)...
Booting from ROM...
\x1b[2J[ 0.000000] Linux version 4.18.0-448.el8.x86_64 (mockbuild@kbuilder.bsys.centos.org) (gcc version 8.5.0 20210514 (Red Hat 8.5.0-18) (GCC)) #1 SMP Wed Jan 18 15:02:46 UTC 2023
[ 0.000000] Command line: panic=1 console=ttyS0 edd=off udevtimeout=6000 udev.event-timeout=6000 no_timer_check printk.time=1 cgroup_disable=memory usbcore.nousb cryptomgr.notests tsc=reliable 8250.nr_uarts=1 root=UUID=95469e45-6206-4528-bea9-a44b646cadeb selinux=0 guestfs_verbose=1 guestfs_network=1 TERM=linux guestfs_identifier=v2v
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.
[ 0.000000] signal: max sigframe size: 1776
[ 0.000000] 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-0x00000000bffdcfff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000bffdd000-0x00000000bfffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000011fffffff] usable
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] SMBIOS 2.8 present.
[ 0.000000] DMI: Red Hat KVM, BIOS 1.16.0-3.module_el8+310+72016cce 04/01/2014
[ 0.000000] Hypervisor detected: KVM
[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00
[ 0.000000] kvm-clock: using sched offset of 225928549 cycles
[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns
[ 0.000000] tsc: Detected 2599.996 MHz processor
[ 0.000000] last_pfn = 0x120000 max_arch_pfn = 0x400000000
[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
[ 0.000000] last_pfn = 0xbffdd max_arch_pfn = 0x400000000
[ 0.000000] found SMP MP-table at [mem 0x000f5b40-0x000f5b4f]
[ 0.000000] Using GB pages for direct mapping
[ 0.000000] RAMDISK: [mem 0xbfb34000-0xbffcffff]
[ 0.000000] ACPI: Early table checksum verification disabled
[ 0.000000] ACPI: RSDP 0x00000000000F5900 000014 (v00 BOCHS )
[ 0.000000] ACPI: RSDT 0x00000000BFFE17D8 000030 (v01 BOCHS BXPC 00000001 BXPC 00000001)
[ 0.000000] ACPI: FACP 0x00000000BFFE16C4 000074 (v01 BOCHS BXPC 00000001 BXPC 00000001)
[ 0.000000] ACPI: DSDT 0x00000000BFFE0040 001684 (v01 BOCHS BXPC 00000001 BXPC 00000001)
[ 0.000000] ACPI: FACS 0x00000000BFFE0000 000040
[ 0.000000] ACPI: APIC 0x00000000BFFE1738 000078 (v01 BOCHS BXPC 00000001 BXPC 00000001)
[ 0.000000] ACPI: WAET 0x00000000BFFE17B0 000028 (v01 BOCHS BXPC 00000001 BXPC 00000001)
[ 0.000000] ACPI: Reserving FACP table memory at [mem 0xbffe16c4-0xbffe1737]
[ 0.000000] ACPI: Reserving DSDT table memory at [mem 0xbffe0040-0xbffe16c3]
[ 0.000000] ACPI: Reserving FACS table memory at [mem 0xbffe0000-0xbffe003f]
[ 0.000000] ACPI: Reserving APIC table memory at [mem 0xbffe1738-0xbffe17af]
[ 0.000000] ACPI: Reserving WAET table memory at [mem 0xbffe17b0-0xbffe17d7]
[ 0.000000] No NUMA configuration found
[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000011fffffff]
[ 0.000000] NODE_DATA(0) allocated [mem 0x11ffd3000-0x11fffdfff]
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[ 0.000000] DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
[ 0.000000] Normal [mem 0x0000000100000000-0x000000011fffffff]
[ 0.000000] Device 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-0x00000000bffdcfff]
[ 0.000000] node 0: [mem 0x0000000100000000-0x000000011fffffff]
[ 0.000000] Zeroed struct page in unavailable ranges: 133 pages
[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000011fffffff]
[ 0.000000] ACPI: PM-Timer IO Port: 0x608
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])
[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)
[ 0.000000] Using ACPI (MADT) for SMP configuration information
[ 0.000000] TSC deadline timer available
[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs
[ 0.000000] kvm-guest: KVM setup pv remote TLB flush
[ 0.000000] kvm-guest: setup PV sched yield
[ 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] PM: Registered nosave memory: [mem 0xbffdd000-0xbfffffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xfeffbfff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfeffc000-0xfeffffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xfffbffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfffc0000-0xffffffff]
[ 0.000000] [mem 0xc0000000-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:8192 nr_cpumask_bits:1 nr_cpu_ids:1 nr_node_ids:1
[ 0.000000] percpu: Embedded 55 pages/cpu s188416 r8192 d28672 u2097152
[ 0.000000] kvm-guest: PV spinlocks disabled, single CPU
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 902877
[ 0.000000] Policy zone: Normal
[ 0.000000] Kernel command line: panic=1 console=ttyS0 edd=off udevtimeout=6000 udev.event-timeout=6000 no_timer_check printk.time=1 cgroup_disable=memory usbcore.nousb cryptomgr.notests tsc=reliable 8250.nr_uarts=1 root=UUID=95469e45-6206-4528-bea9-a44b646cadeb selinux=0 guestfs_verbose=1 guestfs_network=1 TERM=linux guestfs_identifier=v2v
[ 0.000000] Specific versions of hardware are certified with Red Hat Enterprise Linux 8. Please see the list of hardware certified with Red Hat Enterprise Linux 8 at https://catalog.redhat.com.
[ 0.000000] cgroup: Disabling memory control group subsystem
[ 0.000000] software IO TLB: area num 1.
[ 0.000000] Memory: 3154128K/3669484K available (12293K kernel code, 5885K rwdata, 8416K rodata, 2552K init, 14244K bss, 180720K reserved, 0K cma-reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[ 0.000000] Kernel/User page tables isolation: enabled
[ 0.000000] ftrace: allocating 40493 entries in 159 pages
[ 0.000000] ftrace: allocated 159 pages with 6 groups
[ 0.000000] rcu: Hierarchical RCU implementation.
[ 0.000000] rcu: \tRCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=1.
[ 0.000000] \tRude variant of Tasks RCU enabled.
[ 0.000000] \tTracing variant of Tasks RCU enabled.
[ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
[ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1
[ 0.000000] NR_IRQS: 524544, nr_irqs: 256, preallocated irqs: 16
[ 0.000000] random: crng done (trusting CPU's manufacturer)
[ 0.001000] Console: colour *CGA 80x25
[ 0.001000] printk: console [ttyS0] enabled
[ 0.001000] ACPI: Core revision 20220331
[ 0.001000] APIC: Switch to symmetric I/O mode setup
[ 0.001000] x2apic enabled
[ 0.001000] Switched APIC routing to physical x2apic.
[ 0.001000] kvm-guest: setup PV IPIs
[ 0.001000] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x257a386c905, max_idle_ns: 440795250529 ns
[ 0.001000] Calibrating delay loop (skipped) preset value.. 5199.99 BogoMIPS (lpj=2599996)
[ 0.001000] pid_max: default: 32768 minimum: 301
[ 0.001000] LSM: Security Framework initializing
[ 0.001000] Yama: becoming mindful.
[ 0.001000] LSM support for eBPF active
[ 0.001000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, vmalloc)
[ 0.001000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, vmalloc)
[ 0.001000] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, vmalloc)
[ 0.001000] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, vmalloc)
[ 0.001000] x86/cpu: User Mode Instruction Prevention (UMIP) activated
[ 0.001000] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
[ 0.001000] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
[ 0.001000] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[ 0.001000] Spectre V2 : Mitigation: Retpolines
[ 0.001000] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[ 0.001000] Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
[ 0.001000] Spectre V2 : Enabling Restricted Speculation for firmware calls
[ 0.001000] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[ 0.001000] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[ 0.001000] MDS: Mitigation: Clear CPU buffers
[ 0.001000] MMIO Stale Data: Vulnerable: Clear CPU buffers attempted, no microcode
[ 0.001000] Freeing SMP alternatives memory: 36K
[ 0.001000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2640 v3 @ 2.60GHz (family: 0x6, model: 0x3f, stepping: 0x2)
[ 0.001144] Performance Events: Haswell events, full-width counters, Intel PMU driver.
[ 0.002005] ... version: 2
[ 0.002698] ... bit width: 48
[ 0.003003] ... generic registers: 4
[ 0.003684] ... value mask: 0000ffffffffffff
[ 0.004002] ... max period: 00007fffffffffff
[ 0.004939] ... fixed-purpose events: 3
[ 0.005002] ... event mask: 000000070000000f
[ 0.006026] rcu: Hierarchical SRCU implementation.
[ 0.007446] smp: Bringing up secondary CPUs ...
[ 0.008005] smp: Brought up 1 node, 1 CPU
[ 0.008710] smpboot: Max logical packages: 1
[ 0.009003] smpboot: Total of 1 processors activated (5199.99 BogoMIPS)
[ 0.011960] node 0 deferred pages initialised in 1ms
[ 0.012258] devtmpfs: initialized
[ 0.012890] x86/mm: Memory block size: 128MB
[ 0.013529] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[ 0.014012] futex hash table entries: 256 (order: 2, 16384 bytes, vmalloc)
[ 0.015055] pinctrl core: initialized pinctrl subsystem
[ 0.016096] NET: Registered protocol family 16
[ 0.017160] DMA: preallocated 512 KiB GFP_KERNEL pool for atomic allocations
[ 0.018012] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.019007] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.020016] audit: initializing netlink subsys (disabled)
[ 0.021129] cpuidle: using governor menu
[ 0.021929] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 0.022122] PCI: Using configuration type 1 for base access
[ 0.023082] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off
[ 0.025008] audit: type=2000 audit(1690560120.369:1): state=initialized audit_enabled=0 res=1
[ 0.026204] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.027012] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.028120] cryptd: max_cpu_qlen set to 1000
[ 0.028927] ACPI: Added _OSI(Module Device)
[ 0.029005] ACPI: Added _OSI(Processor Device)
[ 0.029766] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.030002] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.030930] ACPI: Added _OSI(Linux-Dell-Video)
[ 0.031011] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[ 0.031923] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[ 0.032536] ACPI: 1 ACPI AML tables successfully acquired and loaded
[ 0.033947] ACPI: Interpreter enabled
[ 0.034025] ACPI: PM: (supports S0 S5)
[ 0.034936] ACPI: Using IOAPIC for interrupt routing
[ 0.035028] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.036097] ACPI: Enabled 2 GPEs in block 00 to 0F
[ 0.038517] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[ 0.039014] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI EDR HPX-Type3]
[ 0.040003] acpi PNP0A03:00: _OSC: not requesting OS control; OS requires [ExtendedConfig ASPM ClockPM MSI]
[ 0.041016] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.
[ 0.042357] acpiphp: Slot [2] registered
[ 0.043013] acpiphp: Slot [3] registered
[ 0.043736] acpiphp: Slot [4] registered
[ 0.044024] acpiphp: Slot [5] registered
[ 0.044718] acpiphp: Slot [6] registered
[ 0.045021] acpiphp: Slot [7] registered
[ 0.045664] acpiphp: Slot [8] registered
[ 0.046033] acpiphp: Slot [9] registered
[ 0.046636] acpiphp: Slot [10] registered
[ 0.047019] acpiphp: Slot [11] registered
[ 0.047778] acpiphp: Slot [12] registered
[ 0.048018] acpiphp: Slot [13] registered
[ 0.048745] acpiphp: Slot [14] registered
[ 0.049020] acpiphp: Slot [15] registered
[ 0.049749] acpiphp: Slot [16] registered
[ 0.050022] acpiphp: Slot [17] registered
[ 0.050727] acpiphp: Slot [18] registered
[ 0.051020] acpiphp: Slot [19] registered
[ 0.051706] acpiphp: Slot [20] registered
[ 0.052019] acpiphp: Slot [21] registered
[ 0.052628] acpiphp: Slot [22] registered
[ 0.053023] acpiphp: Slot [23] registered
[ 0.053714] acpiphp: Slot [24] registered
[ 0.054018] acpiphp: Slot [25] registered
[ 0.054723] acpiphp: Slot [26] registered
[ 0.055019] acpiphp: Slot [27] registered
[ 0.055764] acpiphp: Slot [28] registered
[ 0.056034] acpiphp: Slot [29] registered
[ 0.056735] acpiphp: Slot [30] registered
[ 0.057021] acpiphp: Slot [31] registered
[ 0.057664] PCI host bridge to bus 0000:00
[ 0.058002] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
[ 0.059002] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
[ 0.060002] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[ 0.061004] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]
[ 0.062003] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window]
[ 0.063002] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 0.064005] pci 0000:00:00.0: [8086:1237] type 00 class 0x060000
[ 0.065860] pci 0000:00:01.0: [8086:7000] type 00 class 0x060100
[ 0.066671] pci 0000:00:01.1: [8086:7010] type 00 class 0x010180
[ 0.069202] pci 0000:00:01.1: reg 0x20: [io 0xc0c0-0xc0cf]
[ 0.071213] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]
[ 0.072003] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]
[ 0.073002] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]
[ 0.074002] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]
[ 0.075147] pci 0000:00:01.3: [8086:7113] type 00 class 0x068000
[ 0.076544] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI
[ 0.077011] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB
[ 0.078345] pci 0000:00:02.0: [1af4:1005] type 00 class 0x00ff00
[ 0.079750] pci 0000:00:02.0: reg 0x10: [io 0xc080-0xc09f]
[ 0.082991] pci 0000:00:02.0: reg 0x20: [mem 0xfebf0000-0xfebf3fff 64bit pref]
[ 0.084949] pci 0000:00:03.0: [1af4:1004] type 00 class 0x010000
[ 0.086873] pci 0000:00:03.0: reg 0x10: [io 0xc000-0xc03f]
[ 0.088003] pci 0000:00:03.0: reg 0x14: [mem 0xfebc0000-0xfebc0fff]
[ 0.091490] pci 0000:00:03.0: reg 0x20: [mem 0xfebf4000-0xfebf7fff 64bit pref]
[ 0.094055] pci 0000:00:04.0: [1af4:1003] type 00 class 0x078000
[ 0.096003] pci 0000:00:04.0: reg 0x10: [io 0xc040-0xc07f]
[ 0.097887] pci 0000:00:04.0: reg 0x14: [mem 0xfebc1000-0xfebc1fff]
[ 0.100003] pci 0000:00:04.0: reg 0x20: [mem 0xfebf8000-0xfebfbfff 64bit pref]
[ 0.103502] pci 0000:00:05.0: [1af4:1000] type 00 class 0x020000
[ 0.104932] pci 0000:00:05.0: reg 0x10: [io 0xc0a0-0xc0bf]
[ 0.105736] pci 0000:00:05.0: reg 0x14: [mem 0xfebc2000-0xfebc2fff]
[ 0.108002] pci 0000:00:05.0: reg 0x20: [mem 0xfebfc000-0xfebfffff 64bit pref]
[ 0.109830] pci 0000:00:05.0: reg 0x30: [mem 0xfeb80000-0xfebbffff pref]
[ 0.112283] ACPI: PCI: Interrupt link LNKA configured for IRQ 10
[ 0.113145] ACPI: PCI: Interrupt link LNKB configured for IRQ 10
[ 0.114105] ACPI: PCI: Interrupt link LNKC configured for IRQ 11
[ 0.115103] ACPI: PCI: Interrupt link LNKD configured for IRQ 11
[ 0.116077] ACPI: PCI: Interrupt link LNKS configured for IRQ 9
[ 0.117186] iommu: Default domain type: Passthrough
[ 0.118079] SCSI subsystem initialized
[ 0.118754] usbcore: USB support disabled
[ 0.119029] pps_core: LinuxPPS API ver. 1 registered
[ 0.119915] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.120005] PTP clock support registered
[ 0.120779] EDAC MC: Ver: 3.0.0
[ 0.121213] PCI: Using ACPI for IRQ routing
[ 0.122219] NetLabel: Initializing
[ 0.122801] NetLabel: domain hash size = 128
[ 0.123002] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
[ 0.123957] NetLabel: unlabeled traffic allowed by default
[ 0.124043] vgaarb: loaded
[ 0.124619] clocksource: Switched to clocksource kvm-clock
[ 0.136603] VFS: Disk quotas dquot_6.6.0
[ 0.137291] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.138526] pnp: PnP ACPI init
[ 0.139305] pnp: PnP ACPI: found 5 devices
[ 0.145459] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[ 0.146933] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]
[ 0.147923] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window]
[ 0.148917] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[ 0.150123] pci_bus 0000:00: resource 7 [mem 0xc0000000-0xfebfffff window]
[ 0.151366] pci_bus 0000:00: resource 8 [mem 0x140000000-0x1bfffffff window]
[ 0.152592] NET: Registered protocol family 2
[ 0.153666] IP idents hash table entries: 65536 (order: 7, 524288 bytes, vmalloc)
[ 0.156224] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, vmalloc)
[ 0.157487] TCP established hash table entries: 32768 (order: 6, 262144 bytes, vmalloc)
[ 0.158804] TCP bind hash table entries: 32768 (order: 7, 524288 bytes, vmalloc)
[ 0.160112] TCP: Hash tables configured (established 32768 bind 32768)
[ 0.161324] MPTCP token hash table entries: 4096 (order: 4, 98304 bytes, vmalloc)
[ 0.162658] UDP hash table entries: 2048 (order: 4, 65536 bytes, vmalloc)
[ 0.163885] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, vmalloc)
[ 0.165161] NET: Registered protocol family 1
[ 0.165935] NET: Registered protocol family 44
[ 0.166697] pci 0000:00:00.0: Limiting direct PCI/PCI transfers
[ 0.167746] pci 0000:00:01.0: PIIX3: Enabling Passive Release
[ 0.168785] pci 0000:00:01.0: Activating ISA DMA hang workarounds
[ 0.169876] PCI: CLS 0 bytes, default 64
[ 0.170546] Unpacking initramfs...
[ 0.173580] Freeing initrd memory: 4720K
[ 0.174271] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 0.175398] software IO TLB: mapped [mem 0x00000000bbb34000-0x00000000bfb34000] (64MB)
[ 0.176753] ACPI: bus type thunderbolt registered
[ 0.177659] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x257a386c905, max_idle_ns: 440795250529 ns
[ 0.179473] alg: self-tests disabled
[ 0.180699] Initialise system trusted keyrings
[ 0.181522] Key type blacklist registered
[ 0.182214] workingset: timestamp_bits=36 max_order=20 bucket_order=0
[ 0.184866] zbud: loaded
[ 0.185628] pstore: using deflate compression
[ 0.186417] Platform Keyring initialized
[ 0.196823] NET: Registered protocol family 38
[ 0.197543] Key type asymmetric registered
[ 0.198236] Asymmetric key parser 'x509' registered
[ 0.199057] Running certificate verification selftests
[ 0.200754] Loaded X.509 cert 'Certificate verification self-testing key: f58703bb33ce1b73ee02eccdee5b8817518fe3db'
[ 0.203188] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
[ 0.204387] io scheduler mq-deadline registered
[ 0.205168] io scheduler kyber registered
[ 0.205885] io scheduler bfq registered
[ 0.206540] atomic64_test: passed for x86-64 platform with CX8 and with SSE
[ 0.207760] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[ 0.208927] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
[ 0.210157] ACPI: Power Button [PWRF]
[ 0.227648] ACPI: \_SB_.LNKB: Enabled at IRQ 10
[ 0.245588] ACPI: \_SB_.LNKC: Enabled at IRQ 11
[ 0.262615] ACPI: \_SB_.LNKD: Enabled at IRQ 11
[ 0.279900] ACPI: \_SB_.LNKA: Enabled at IRQ 10
[ 0.281760] Serial: 8250/16550 driver, 1 ports, IRQ sharing enabled
[ 0.307024] 00:03: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[ 0.308443] Non-volatile memory driver v1.3
[ 0.309629] rdac: device handler registered
[ 0.310445] hp_sw: device handler registered
[ 0.311288] emc: device handler registered
[ 0.312066] alua: device handler registered
[ 0.312945] libphy: Fixed MDIO Bus: probed
[ 0.313722] usbserial: usb_serial_init - registering generic driver failed
[ 0.314942] usbserial: usb_serial_init - returning with error -19
[ 0.316041] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
[ 0.318174] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 0.319092] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 0.320044] mousedev: PS/2 mouse device common for all mice
[ 0.321109] rtc_cmos 00:04: RTC can wake from S4
[ 0.322387] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1
[ 0.324871] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4
[ 0.326351] rtc_cmos 00:04: registered as rtc0
[ 0.327200] rtc_cmos 00:04: alarms up to one day, y3k, 242 bytes nvram
[ 0.328330] intel_pstate: CPU model not supported
[ 0.329453] hid: raw HID events driver (C) Jiri Kosina
[ 0.330418] drop_monitor: Initializing network drop monitor service
[ 0.331734] Initializing XFRM netlink socket
[ 0.332528] NET: Registered protocol family 10
[ 0.333728] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3
[ 0.335463] Segment Routing with IPv6
[ 0.336098] NET: Registered protocol family 17
[ 0.336885] mpls_gso: MPLS GSO support
[ 0.337745] AVX2 version of gcm_enc/dec engaged.
[ 0.338542] AES CTR mode by8 optimization enabled
[ 0.339640] sched_clock: Marking stable (339363004, 0)->(1017061516, -677698512)
[ 0.340988] registered taskstats version 1
[ 0.341790] Loading compiled-in X.509 certificates
[ 0.343069] Loaded X.509 cert 'CentOS kernel signing key: db717fd156206ff25e7b3f14e9d627c8e3d86575'
[ 0.344675] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b'
[ 0.346399] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717'
[ 0.348022] zswap: loaded using pool lzo/zbud
[ 0.348862] page_owner is disabled
[ 0.349660] Key type big_key registered
[ 0.350424] Key type encrypted registered
[ 0.351205] ima: No TPM chip found, activating TPM-bypass!
[ 0.352169] ima: Allocated hash algorithm: sha256
[ 0.352989] ima: No architecture policies found
[ 0.353854] evm: Initialising EVM extended attributes:
[ 0.354754] evm: security.selinux
[ 0.355382] evm: security.ima
[ 0.355913] evm: security.capability
[ 0.356474] evm: HMAC attrs: 0x1
[ 0.357298] rtc_cmos 00:04: setting system clock to 2023-07-28 16:02:00 UTC (1690560120)
[ 0.359649] Freeing unused decrypted memory: 2036K
[ 0.361384] Freeing unused kernel image (initmem) memory: 2552K
[ 0.363014] Write protecting the kernel read-only data: 24576k
[ 0.365157] Freeing unused kernel image (text/rodata gap) memory: 2012K
[ 0.366634] Freeing unused kernel image (rodata/data gap) memory: 1824K
supermin: mounting /proc
supermin: ext2 mini initrd starting up: 5.2.1 glibc
supermin: cmdline: panic=1 console=ttyS0 edd=off udevtimeout=6000 udev.event-timeout=6000 no_timer_check printk.time=1 cgroup_disable=memory usbcore.nousb cryptomgr.notests tsc=reliable 8250.nr_uarts=1 root=UUID=95469e45-6206-4528-bea9-a44b646cadeb selinux=0 guestfs_verbose=1 guestfs_network=1 TERM=linux guestfs_identifier=v2v
supermin: uptime: 0.37 0.00
supermin: mounting /sys
supermin: internal insmod crc32-pclmul.ko
supermin: internal insmod crc32c-intel.ko
supermin: internal insmod crct10dif-pclmul.ko
supermin: internal insmod crc32_generic.ko
supermin: internal insmod libnvdimm.ko
supermin: internal insmod nfit.ko
supermin: internal insmod libata.ko
supermin: internal insmod ata_piix.ko
[ 0.395691] scsi host0: ata_piix
[ 0.396346] scsi host1: ata_piix
[ 0.396875] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14
[ 0.397987] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15
supermin: internal insmod virtio_blk.ko
supermin: internal insmod virtio_console.ko
supermin: internal insmod failover.ko
supermin: internal insmod net_failover.ko
supermin: internal insmod virtio_net.ko
supermin: internal insmod nd_btt.ko
supermin: internal insmod nd_pmem.ko
supermin: internal insmod t10-pi.ko
supermin: internal insmod sd_mod.ko
supermin: internal insmod virtio_scsi.ko
[ 0.621098] scsi host2: Virtio SCSI HBA
[ 0.623456] scsi 2:0:0:0: Direct-Access QEMU QEMU HARDDISK 2.5+ PQ: 0 ANSI: 5
[ 0.626627] scsi 2:0:1:0: Direct-Access QEMU QEMU HARDDISK 2.5+ PQ: 0 ANSI: 5
[ 0.653546] sd 2:0:0:0: Power-on or device reset occurred
[ 0.655279] sd 2:0:1:0: Power-on or device reset occurred
[ 0.656851] sd 2:0:0:0: [sda] 129425408 512-byte logical blocks: (66.3 GB/61.7 GiB)
[ 0.658737] sd 2:0:0:0: [sda] Write Protect is off
[ 0.660059] sd 2:0:1:0: [sdb] 8388608 512-byte logical blocks: (4.29 GB/4.00 GiB)
[ 0.661749] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 0.664120] sd 2:0:1:0: [sdb] Write Protect is off
[ 0.665464] sd 2:0:1:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 0.669305] sda: sda1 sda2
[ 0.671337] sd 2:0:0:0: [sda] Attached SCSI disk
[ 0.672621] sd 2:0:1:0: [sdb] Attached SCSI disk
supermin: internal insmod virtio_balloon.ko
supermin: internal insmod virtio_input.ko
supermin: internal insmod vdpa.ko
supermin: internal insmod virtio_vdpa.ko
supermin: internal insmod jbd2.ko
supermin: internal insmod mbcache.ko
supermin: internal insmod ext4.ko
supermin: internal insmod fuse.ko
[ 0.715230] fuse: init (API version 7.33)
supermin: internal insmod virtiofs.ko
supermin: internal insmod crc-itu-t.ko
supermin: internal insmod crc7.ko
supermin: internal insmod crc8.ko
supermin: internal insmod libcrc32c.ko
supermin: picked 8:16 as root device
supermin: creating /dev/root as block special 8:16
supermin: mounting new root on /root
[ 0.725805] EXT4-fs (sdb): mounting ext2 file system using the ext4 subsystem
[ 0.730632] EXT4-fs (sdb): mounted filesystem without journal. Opts:
supermin: deleting initramfs files
supermin: chroot
Starting /init script ...
+ [[ panic=1 console=ttyS0 edd=off udevtimeout=6000 udev.event-timeout=6000 no_timer_check printk.time=1 cgroup_disable=memory usbcore.nousb cryptomgr.notests tsc=reliable 8250.nr_uarts=1 root=UUID=95469e45-6206-4528-bea9-a44b646cadeb selinux=0 guestfs_verbose=1 guestfs_network=1 TERM=linux guestfs_identifier=v2v == *guestfs_network=1* ]]
+ guestfs_network=1
+ [[ panic=1 console=ttyS0 edd=off udevtimeout=6000 udev.event-timeout=6000 no_timer_check printk.time=1 cgroup_disable=memory usbcore.nousb cryptomgr.notests tsc=reliable 8250.nr_uarts=1 root=UUID=95469e45-6206-4528-bea9-a44b646cadeb selinux=0 guestfs_verbose=1 guestfs_network=1 TERM=linux guestfs_identifier=v2v == *guestfs_rescue=1* ]]
+ [[ panic=1 console=ttyS0 edd=off udevtimeout=6000 udev.event-timeout=6000 no_timer_check printk.time=1 cgroup_disable=memory usbcore.nousb cryptomgr.notests tsc=reliable 8250.nr_uarts=1 root=UUID=95469e45-6206-4528-bea9-a44b646cadeb selinux=0 guestfs_verbose=1 guestfs_network=1 TERM=linux guestfs_identifier=v2v == *guestfs_noreboot=1* ]]
+ [[ panic=1 console=ttyS0 edd=off udevtimeout=6000 udev.event-timeout=6000 no_timer_check printk.time=1 cgroup_disable=memory usbcore.nousb cryptomgr.notests tsc=reliable 8250.nr_uarts=1 root=UUID=95469e45-6206-4528-bea9-a44b646cadeb selinux=0 guestfs_verbose=1 guestfs_network=1 TERM=linux guestfs_identifier=v2v == *guestfs_boot_analysis=1* ]]
+ '[' '!' -d /sys ']'
+ mkdir -p /sys
+ mount -t sysfs /sys /sys
+ mkdir -p /run
+ mount -t tmpfs -o nosuid,size=20%,mode=0755 tmpfs /run
+ mkdir -p /run/lock
+ ln -s ../run/lock /var/lock
+ test -e /etc/mtab
+ ln -s /proc/mounts /etc/mtab
+ mount -t devtmpfs /dev /dev
+ mkdir -p /dev/pts
+ mount -t devpts /dev/pts /dev/pts
+ mkdir -p /dev/shm
+ mount -t tmpfs -o mode=1777 shmfs /dev/shm
+ [[ panic=1 console=ttyS0 edd=off udevtimeout=6000 udev.event-timeout=6000 no_timer_check printk.time=1 cgroup_disable=memory usbcore.nousb cryptomgr.notests tsc=reliable 8250.nr_uarts=1 root=UUID=95469e45-6206-4528-bea9-a44b646cadeb selinux=0 guestfs_verbose=1 guestfs_network=1 TERM=linux guestfs_identifier=v2v == *selinux=1* ]]
+ mkdir -p /run/tmpfiles.d
+ kmod static-nodes --format=tmpfiles --output=/run/tmpfiles.d/kmod.conf
++ od -x -A n
++ dd if=/dev/urandom bs=16 count=1 status=none
+ machine_id=' 0145 de8a dba1 dec7 a32b dad6 d95c ef5c'
+ echo 0145de8adba1dec7a32bdad6d95cef5c
+ systemd-tmpfiles --prefix=/dev --prefix=/run --prefix=/var/run --create --boot
[/usr/lib/tmpfiles.d/systemd.conf:11] Unknown group 'utmp'.
[/usr/lib/tmpfiles.d/systemd.conf:22] Unknown group 'systemd-journal'.
[/usr/lib/tmpfiles.d/systemd.conf:23] Unknown group 'systemd-journal'.
+ for f in /lib/systemd/systemd-udevd /usr/lib/systemd/systemd-udevd /sbin/udevd /lib/udev/udevd /usr/lib/udev/udevd
+ '[' -x /lib/systemd/systemd-udevd ']'
+ UDEVD=/lib/systemd/systemd-udevd
+ break
+ '[' -z /lib/systemd/systemd-udevd ']'
+ /lib/systemd/systemd-udevd --daemon
starting version 239 (239-70.el8)
+ udevadm trigger
+ udevadm settle --timeout=600
[ 1.019309] sd 2:0:0:0: Attached scsi generic sg0 type 0
[ 1.024411] sd 2:0:1:0: Attached scsi generic sg1 type 0
+ shopt -s nullglob
+ for f in /sys/block/sd*/device/timeout
+ echo 300
+ for f in /sys/block/sd*/device/timeout
+ echo 300
+ for f in /sys/block/{h,s,ub,v}d*/queue/scheduler
+ echo noop
/init: line 116: echo: write error: Invalid argument
+ for f in /sys/block/{h,s,ub,v}d*/queue/scheduler
+ echo noop
/init: line 116: echo: write error: Invalid argument
+ shopt -u nullglob
+ ip addr add 127.0.0.1/8 brd + dev lo scope host
+ ip link set dev lo up
+ test 1 = 1
++ ls -I all -I default -I lo /proc/sys/net/ipv4/conf
+ iface=eth0
+ touch /etc/fstab
+ rm -f /etc/dhcp/dhclient-enter-hooks.d/resolved
+ dhclient --version
+ dhclient eth0
[ 1.173043] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 1.632124] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
+ mdadm -As --auto=yes --no-degraded
mdadm: No arrays found in config file or automatically
+ mkdir -p /tmp/lvm
+ touch /tmp/lvm/lvm.conf
+ LVM_SYSTEM_DIR=/tmp/lvm
+ export LVM_SYSTEM_DIR
+ lvmetad
/init: line 144: lvmetad: command not found
+ modprobe dm_mod
[ 3.295820] device-mapper: uevent: version 1.0.3
[ 3.297959] device-mapper: ioctl: 4.46.0-ioctl (2022-02-22) initialised: dm-devel@redhat.com
+ lvm pvscan --cache --activate ay
+ mdadm -As --auto=yes --run
mdadm: No arrays found in config file or automatically
+ ldmtool create all
/init: line 154: ldmtool: command not found
+ test 1 = 1
+ test '' '!=' 1
+ uname -a
Linux (none) 4.18.0-448.el8.x86_64 #1 SMP Wed Jan 18 15:02:46 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
+ ls -lR /dev
/dev:
total 0
crw-r--r-- 1 root root 10, 235 Jul 28 16:02 autofs
drwxr-xr-x 2 root root 120 Jul 28 16:02 block
drwxr-xr-x 2 root root 80 Jul 28 16:02 bsg
drwxr-xr-x 2 root root 2180 Jul 28 16:02 char
crw------- 1 root root 5, 1 Jul 28 16:02 console
lrwxrwxrwx 1 root root 11 Jul 28 16:02 core -> /proc/kcore
drwxr-xr-x 3 root root 60 Jul 28 16:02 cpu
crw------- 1 root root 10, 62 Jul 28 16:02 cpu_dma_latency
drwxr-xr-x 7 root root 140 Jul 28 16:02 disk
lrwxrwxrwx 1 root root 13 Jul 28 16:02 fd -> /proc/self/fd
crw-rw-rw- 1 root root 1, 7 Jul 28 16:02 full
crw-rw-rw- 1 root root 10, 229 Jul 28 16:02 fuse
crw------- 1 root root 10, 228 Jul 28 16:02 hpet
crw------- 1 root root 10, 183 Jul 28 16:02 hwrng
drwxr-xr-x 3 root root 200 Jul 28 16:02 input
crw-r--r-- 1 root root 1, 11 Jul 28 16:02 kmsg
crw-rw---- 1 root disk 10, 237 Jul 28 16:02 loop-control
drwxr-xr-x 2 root root 60 Jul 28 16:02 mapper
crw------- 1 root root 10, 227 Jul 28 16:02 mcelog
crw------- 1 root root 1, 1 Jul 28 16:02 mem
drwxr-xr-x 2 root root 60 Jul 28 16:02 net
crw-rw-rw- 1 root root 1, 3 Jul 28 16:02 null
crw------- 1 root root 10, 144 Jul 28 16:02 nvram
crw------- 1 root root 1, 4 Jul 28 16:02 port
crw-rw-rw- 1 root root 5, 2 Jul 28 16:02 ptmx
drwxr-xr-x 2 root root 0 Jul 28 16:02 pts
crw-rw-rw- 1 root root 1, 8 Jul 28 16:02 random
drwxr-xr-x 2 root root 60 Jul 28 16:02 raw
lrwxrwxrwx 1 root root 4 Jul 28 16:02 rtc -> rtc0
crw------- 1 root root 251, 0 Jul 28 16:02 rtc0
brw------- 1 root root 8, 0 Jul 28 16:02 sda
brw------- 1 root root 8, 1 Jul 28 16:02 sda1
brw------- 1 root root 8, 2 Jul 28 16:02 sda2
brw------- 1 root root 8, 16 Jul 28 16:02 sdb
crw-rw---- 1 root disk 21, 0 Jul 28 16:02 sg0
crw-rw---- 1 root disk 21, 1 Jul 28 16:02 sg1
drwxrwxrwt 2 root root 40 Jul 28 16:02 shm
crw------- 1 root root 10, 231 Jul 28 16:02 snapshot
lrwxrwxrwx 1 root root 15 Jul 28 16:02 stderr -> /proc/self/fd/2
lrwxrwxrwx 1 root root 15 Jul 28 16:02 stdin -> /proc/self/fd/0
lrwxrwxrwx 1 root root 15 Jul 28 16:02 stdout -> /proc/self/fd/1
crw-rw-rw- 1 root root 5, 0 Jul 28 16:02 tty
crw------- 1 root root 4, 0 Jul 28 16:02 tty0
crw------- 1 root root 4, 1 Jul 28 16:02 tty1
crw------- 1 root root 4, 10 Jul 28 16:02 tty10
crw------- 1 root root 4, 11 Jul 28 16:02 tty11
crw------- 1 root root 4, 12 Jul 28 16:02 tty12
crw------- 1 root root 4, 13 Jul 28 16:02 tty13
crw------- 1 root root 4, 14 Jul 28 16:02 tty14
crw------- 1 root root 4, 15 Jul 28 16:02 tty15
crw------- 1 root root 4, 16 Jul 28 16:02 tty16
crw------- 1 root root 4, 17 Jul 28 16:02 tty17
crw------- 1 root root 4, 18 Jul 28 16:02 tty18
crw------- 1 root root 4, 19 Jul 28 16:02 tty19
crw------- 1 root root 4, 2 Jul 28 16:02 tty2
crw------- 1 root root 4, 20 Jul 28 16:02 tty20
crw------- 1 root root 4, 21 Jul 28 16:02 tty21
crw------- 1 root root 4, 22 Jul 28 16:02 tty22
crw------- 1 root root 4, 23 Jul 28 16:02 tty23
crw------- 1 root root 4, 24 Jul 28 16:02 tty24
crw------- 1 root root 4, 25 Jul 28 16:02 tty25
crw------- 1 root root 4, 26 Jul 28 16:02 tty26
crw------- 1 root root 4, 27 Jul 28 16:02 tty27
crw------- 1 root root 4, 28 Jul 28 16:02 tty28
crw------- 1 root root 4, 29 Jul 28 16:02 tty29
crw------- 1 root root 4, 3 Jul 28 16:02 tty3
crw------- 1 root root 4, 30 Jul 28 16:02 tty30
crw------- 1 root root 4, 31 Jul 28 16:02 tty31
crw------- 1 root root 4, 32 Jul 28 16:02 tty32
crw------- 1 root root 4, 33 Jul 28 16:02 tty33
crw------- 1 root root 4, 34 Jul 28 16:02 tty34
crw------- 1 root root 4, 35 Jul 28 16:02 tty35
crw------- 1 root root 4, 36 Jul 28 16:02 tty36
crw------- 1 root root 4, 37 Jul 28 16:02 tty37
crw------- 1 root root 4, 38 Jul 28 16:02 tty38
crw------- 1 root root 4, 39 Jul 28 16:02 tty39
crw------- 1 root root 4, 4 Jul 28 16:02 tty4
crw------- 1 root root 4, 40 Jul 28 16:02 tty40
crw------- 1 root root 4, 41 Jul 28 16:02 tty41
crw------- 1 root root 4, 42 Jul 28 16:02 tty42
crw------- 1 root root 4, 43 Jul 28 16:02 tty43
crw------- 1 root root 4, 44 Jul 28 16:02 tty44
crw------- 1 root root 4, 45 Jul 28 16:02 tty45
crw------- 1 root root 4, 46 Jul 28 16:02 tty46
crw------- 1 root root 4, 47 Jul 28 16:02 tty47
crw------- 1 root root 4, 48 Jul 28 16:02 tty48
crw------- 1 root root 4, 49 Jul 28 16:02 tty49
crw------- 1 root root 4, 5 Jul 28 16:02 tty5
crw------- 1 root root 4, 50 Jul 28 16:02 tty50
crw------- 1 root root 4, 51 Jul 28 16:02 tty51
crw------- 1 root root 4, 52 Jul 28 16:02 tty52
crw------- 1 root root 4, 53 Jul 28 16:02 tty53
crw------- 1 root root 4, 54 Jul 28 16:02 tty54
crw------- 1 root root 4, 55 Jul 28 16:02 tty55
crw------- 1 root root 4, 56 Jul 28 16:02 tty56
crw------- 1 root root 4, 57 Jul 28 16:02 tty57
crw------- 1 root root 4, 58 Jul 28 16:02 tty58
crw------- 1 root root 4, 59 Jul 28 16:02 tty59
crw------- 1 root root 4, 6 Jul 28 16:02 tty6
crw------- 1 root root 4, 60 Jul 28 16:02 tty60
crw------- 1 root root 4, 61 Jul 28 16:02 tty61
crw------- 1 root root 4, 62 Jul 28 16:02 tty62
crw------- 1 root root 4, 63 Jul 28 16:02 tty63
crw------- 1 root root 4, 7 Jul 28 16:02 tty7
crw------- 1 root root 4, 8 Jul 28 16:02 tty8
crw------- 1 root root 4, 9 Jul 28 16:02 tty9
crw------- 1 root root 4, 64 Jul 28 16:02 ttyS0
crw------- 1 root root 10, 239 Jul 28 16:02 uhid
crw------- 1 root root 10, 223 Jul 28 16:02 uinput
crw-rw-rw- 1 root root 1, 9 Jul 28 16:02 urandom
crw------- 1 root root 246, 0 Jul 28 16:02 usbmon0
crw------- 1 root root 7, 0 Jul 28 16:02 vcs
crw------- 1 root root 7, 1 Jul 28 16:02 vcs1
crw------- 1 root root 7, 128 Jul 28 16:02 vcsa
crw------- 1 root root 7, 129 Jul 28 16:02 vcsa1
drwxr-xr-x 2 root root 60 Jul 28 16:02 vfio
crw------- 1 root root 10, 63 Jul 28 16:02 vga_arbiter
crw------- 1 root root 10, 238 Jul 28 16:02 vhost-net
crw------- 1 root root 10, 241 Jul 28 16:02 vhost-vsock
drwxr-xr-x 2 root root 60 Jul 28 16:02 virtio-ports
crw------- 1 root root 242, 1 Jul 28 16:02 vport2p1
crw-rw-rw- 1 root root 1, 5 Jul 28 16:02 zero
/dev/block:
total 0
lrwxrwxrwx 1 root root 6 Jul 28 16:02 8:0 -> ../sda
lrwxrwxrwx 1 root root 7 Jul 28 16:02 8:1 -> ../sda1
lrwxrwxrwx 1 root root 6 Jul 28 16:02 8:16 -> ../sdb
lrwxrwxrwx 1 root root 7 Jul 28 16:02 8:2 -> ../sda2
/dev/bsg:
total 0
crw------- 1 root root 247, 0 Jul 28 16:02 2:0:0:0
crw------- 1 root root 247, 1 Jul 28 16:02 2:0:1:0
/dev/char:
total 0
lrwxrwxrwx 1 root root 8 Jul 28 16:02 10:144 -> ../nvram
lrwxrwxrwx 1 root root 8 Jul 28 16:02 10:183 -> ../hwrng
lrwxrwxrwx 1 root root 9 Jul 28 16:02 10:227 -> ../mcelog
lrwxrwxrwx 1 root root 7 Jul 28 16:02 10:228 -> ../hpet
lrwxrwxrwx 1 root root 7 Jul 28 16:02 10:229 -> ../fuse
lrwxrwxrwx 1 root root 11 Jul 28 16:02 10:231 -> ../snapshot
lrwxrwxrwx 1 root root 9 Jul 28 16:02 10:235 -> ../autofs
lrwxrwxrwx 1 root root 17 Jul 28 16:02 10:236 -> ../mapper/control
lrwxrwxrwx 1 root root 18 Jul 28 16:02 10:62 -> ../cpu_dma_latency
lrwxrwxrwx 1 root root 14 Jul 28 16:02 10:63 -> ../vga_arbiter
lrwxrwxrwx 1 root root 15 Jul 28 16:02 13:32 -> ../input/mouse0
lrwxrwxrwx 1 root root 15 Jul 28 16:02 13:33 -> ../input/mouse1
lrwxrwxrwx 1 root root 13 Jul 28 16:02 13:63 -> ../input/mice
lrwxrwxrwx 1 root root 15 Jul 28 16:02 13:64 -> ../input/event0
lrwxrwxrwx 1 root root 15 Jul 28 16:02 13:65 -> ../input/event1
lrwxrwxrwx 1 root root 15 Jul 28 16:02 13:66 -> ../input/event2
lrwxrwxrwx 1 root root 15 Jul 28 16:02 13:67 -> ../input/event3
lrwxrwxrwx 1 root root 13 Jul 28 16:02 162:0 -> ../raw/rawctl
lrwxrwxrwx 1 root root 6 Jul 28 16:02 1:1 -> ../mem
lrwxrwxrwx 1 root root 7 Jul 28 16:02 1:11 -> ../kmsg
lrwxrwxrwx 1 root root 7 Jul 28 16:02 1:3 -> ../null
lrwxrwxrwx 1 root root 7 Jul 28 16:02 1:4 -> ../port
lrwxrwxrwx 1 root root 7 Jul 28 16:02 1:5 -> ../zero
lrwxrwxrwx 1 root root 7 Jul 28 16:02 1:7 -> ../full
lrwxrwxrwx 1 root root 9 Jul 28 16:02 1:8 -> ../random
lrwxrwxrwx 1 root root 10 Jul 28 16:02 1:9 -> ../urandom
lrwxrwxrwx 1 root root 12 Jul 28 16:02 202:0 -> ../cpu/0/msr
lrwxrwxrwx 1 root root 14 Jul 28 16:02 203:0 -> ../cpu/0/cpuid
lrwxrwxrwx 1 root root 6 Jul 28 16:02 21:0 -> ../sg0
lrwxrwxrwx 1 root root 6 Jul 28 16:02 21:1 -> ../sg1
lrwxrwxrwx 1 root root 11 Jul 28 16:02 242:1 -> ../vport2p1
lrwxrwxrwx 1 root root 10 Jul 28 16:02 246:0 -> ../usbmon0
lrwxrwxrwx 1 root root 14 Jul 28 16:02 247:0 -> ../bsg/2:0:0:0
lrwxrwxrwx 1 root root 14 Jul 28 16:02 247:1 -> ../bsg/2:0:1:0
lrwxrwxrwx 1 root root 7 Jul 28 16:02 251:0 -> ../rtc0
lrwxrwxrwx 1 root root 7 Jul 28 16:02 4:0 -> ../tty0
lrwxrwxrwx 1 root root 7 Jul 28 16:02 4:1 -> ../tty1
lrwxrwxrwx 1 root root 8 Jul 28 16:02 4:10 -> ../tty10
lrwxrwxrwx 1 root root 8 Jul 28 16:02 4:11 -> ../tty11
lrwxrwxrwx 1 root root 8 Jul 28 16:02 4:12 -> ../tty12
lrwxrwxrwx 1 root root 8 Jul 28 16:02 4:13 -> ../tty13
lrwxrwxrwx 1 root root 8 Jul 28 16:02 4:14 -> ../tty14
lrwxrwxrwx 1 root root 8 Jul 28 16:02 4:15 -> ../tty15
lrwxrwxrwx 1 root root 8 Jul 28 16:02 4:16 -> ../tty16
lrwxrwxrwx 1 root root 8 Jul 28 16:02 4:17 -> ../tty17
lrwxrwxrwx 1 root root 8 Jul 28 16:02 4:18 -> ../tty18
lrwxrwxrwx 1 root root 8 Jul 28 16:02 4:19 -> ../tty19
lrwxrwxrwx 1 root root 7 Jul 28 16:02 4:2 -> ../tty2
lrwxrwxrwx 1 root root 8 Jul 28 16:02 4:20 -> ../tty20
lrwxrwxrwx 1 root root 8 Jul 28 16:02 4:21 -> ../tty21
lrwxrwxrwx 1 root root 8 Jul 28 16:02 4:22 -> ../tty22
lrwxrwxrwx 1 root root 8 Jul 28 16:02 4:23 -> ../tty23
lrwxrwxrwx 1 root root 8 Jul 28 16:02 4:24 -> ../tty24
lrwxrwxrwx 1 root root 8 Jul 28 16:02 4:25 -> ../tty25
lrwxrwxrwx 1 root root 8 Jul 28 16:02 4:26 -> ../tty26
lrwxrwxrwx 1 root root 8 Jul 28 16:02 4:27 -> ../tty27
lrwxrwxrwx 1 root root 8 Jul 28 16:02 4:28 -> ../tty28
lrwxrwxrwx 1 root root 8 Jul 28 16:02 4:29 -> ../tty29
lrwxrwxrwx 1 root root 7 Jul 28 16:02 4:3 -> ../tty3
lrwxrwxrwx 1 root root 8 Jul 28 16:02 4:30 -> ../tty30
lrwxrwxrwx 1 root root 8 Jul 28 16:02 4:31 -> ../tty31
lrwxrwxrwx 1 root root 8 Jul 28 16:02 4:32 -> ../tty32
lrwxrwxrwx 1 root root 8 Jul 28 16:02 4:33 -> ../tty33
lrwxrwxrwx 1 root root 8 Jul 28 16:02 4:34 -> ../tty34
lrwxrwxrwx 1 root root 8 Jul 28 16:02 4:35 -> ../tty35
lrwxrwxrwx 1 root root 8 Jul 28 16:02 4:36 -> ../tty36
lrwxrwxrwx 1 root root 8 Jul 28 16:02 4:37 -> ../tty37
lrwxrwxrwx 1 root root 8 Jul 28 16:02 4:38 -> ../tty38
lrwxrwxrwx 1 root root 8 Jul 28 16:02 4:39 -> ../tty39
lrwxrwxrwx 1 root root 7 Jul 28 16:02 4:4 -> ../tty4
lrwxrwxrwx 1 root root 8 Jul 28 16:02 4:40 -> ../tty40
lrwxrwxrwx 1 root root 8 Jul 28 16:02 4:41 -> ../tty41
lrwxrwxrwx 1 root root 8 Jul 28 16:02 4:42 -> ../tty42
lrwxrwxrwx 1 root root 8 Jul 28 16:02 4:43 -> ../tty43
lrwxrwxrwx 1 root root 8 Jul 28 16:02 4:44 -> ../tty44
lrwxrwxrwx 1 root root 8 Jul 28 16:02 4:45 -> ../tty45
lrwxrwxrwx 1 root root 8 Jul 28 16:02 4:46 -> ../tty46
lrwxrwxrwx 1 root root 8 Jul 28 16:02 4:47 -> ../tty47
lrwxrwxrwx 1 root root 8 Jul 28 16:02 4:48 -> ../tty48
lrwxrwxrwx 1 root root 8 Jul 28 16:02 4:49 -> ../tty49
lrwxrwxrwx 1 root root 7 Jul 28 16:02 4:5 -> ../tty5
lrwxrwxrwx 1 root root 8 Jul 28 16:02 4:50 -> ../tty50
lrwxrwxrwx 1 root root 8 Jul 28 16:02 4:51 -> ../tty51
lrwxrwxrwx 1 root root 8 Jul 28 16:02 4:52 -> ../tty52
lrwxrwxrwx 1 root root 8 Jul 28 16:02 4:53 -> ../tty53
lrwxrwxrwx 1 root root 8 Jul 28 16:02 4:54 -> ../tty54
lrwxrwxrwx 1 root root 8 Jul 28 16:02 4:55 -> ../tty55
lrwxrwxrwx 1 root root 8 Jul 28 16:02 4:56 -> ../tty56
lrwxrwxrwx 1 root root 8 Jul 28 16:02 4:57 -> ../tty57
lrwxrwxrwx 1 root root 8 Jul 28 16:02 4:58 -> ../tty58
lrwxrwxrwx 1 root root 8 Jul 28 16:02 4:59 -> ../tty59
lrwxrwxrwx 1 root root 7 Jul 28 16:02 4:6 -> ../tty6
lrwxrwxrwx 1 root root 8 Jul 28 16:02 4:60 -> ../tty60
lrwxrwxrwx 1 root root 8 Jul 28 16:02 4:61 -> ../tty61
lrwxrwxrwx 1 root root 8 Jul 28 16:02 4:62 -> ../tty62
lrwxrwxrwx 1 root root 8 Jul 28 16:02 4:63 -> ../tty63
lrwxrwxrwx 1 root root 8 Jul 28 16:02 4:64 -> ../ttyS0
lrwxrwxrwx 1 root root 7 Jul 28 16:02 4:7 -> ../tty7
lrwxrwxrwx 1 root root 7 Jul 28 16:02 4:8 -> ../tty8
lrwxrwxrwx 1 root root 7 Jul 28 16:02 4:9 -> ../tty9
lrwxrwxrwx 1 root root 6 Jul 28 16:02 5:0 -> ../tty
lrwxrwxrwx 1 root root 10 Jul 28 16:02 5:1 -> ../console
lrwxrwxrwx 1 root root 7 Jul 28 16:02 5:2 -> ../ptmx
lrwxrwxrwx 1 root root 6 Jul 28 16:02 7:0 -> ../vcs
lrwxrwxrwx 1 root root 7 Jul 28 16:02 7:1 -> ../vcs1
lrwxrwxrwx 1 root root 7 Jul 28 16:02 7:128 -> ../vcsa
lrwxrwxrwx 1 root root 8 Jul 28 16:02 7:129 -> ../vcsa1
/dev/cpu:
total 0
drwxr-xr-x 2 root root 80 Jul 28 16:02 0
/dev/cpu/0:
total 0
crw------- 1 root root 203, 0 Jul 28 16:02 cpuid
crw------- 1 root root 202, 0 Jul 28 16:02 msr
/dev/disk:
total 0
drwxr-xr-x 2 root root 120 Jul 28 16:02 by-id
drwxr-xr-x 2 root root 60 Jul 28 16:02 by-label
drwxr-xr-x 2 root root 80 Jul 28 16:02 by-partuuid
drwxr-xr-x 2 root root 120 Jul 28 16:02 by-path
drwxr-xr-x 2 root root 100 Jul 28 16:02 by-uuid
/dev/disk/by-id:
total 0
lrwxrwxrwx 1 root root 9 Jul 28 16:02 scsi-0QEMU_QEMU_HARDDISK_appliance -> ../../sdb
lrwxrwxrwx 1 root root 9 Jul 28 16:02 scsi-0QEMU_QEMU_HARDDISK_hd0 -> ../../sda
lrwxrwxrwx 1 root root 10 Jul 28 16:02 scsi-0QEMU_QEMU_HARDDISK_hd0-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 Jul 28 16:02 scsi-0QEMU_QEMU_HARDDISK_hd0-part2 -> ../../sda2
/dev/disk/by-label:
total 0
lrwxrwxrwx 1 root root 10 Jul 28 16:02 'System\x20Reserved' -> ../../sda1
/dev/disk/by-partuuid:
total 0
lrwxrwxrwx 1 root root 10 Jul 28 16:02 ebba5efe-01 -> ../../sda1
lrwxrwxrwx 1 root root 10 Jul 28 16:02 ebba5efe-02 -> ../../sda2
/dev/disk/by-path:
total 0
lrwxrwxrwx 1 root root 9 Jul 28 16:02 pci-0000:00:03.0-scsi-0:0:0:0 -> ../../sda
lrwxrwxrwx 1 root root 10 Jul 28 16:02 pci-0000:00:03.0-scsi-0:0:0:0-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 Jul 28 16:02 pci-0000:00:03.0-scsi-0:0:0:0-part2 -> ../../sda2
lrwxrwxrwx 1 root root 9 Jul 28 16:02 pci-0000:00:03.0-scsi-0:0:1:0 -> ../../sdb
/dev/disk/by-uuid:
total 0
lrwxrwxrwx 1 root root 10 Jul 28 16:02 42422C91422C8BAB -> ../../sda2
lrwxrwxrwx 1 root root 10 Jul 28 16:02 52A82BBEA82B9F89 -> ../../sda1
lrwxrwxrwx 1 root root 9 Jul 28 16:02 95469e45-6206-4528-bea9-a44b646cadeb -> ../../sdb
/dev/input:
total 0
drwxr-xr-x 2 root root 100 Jul 28 16:02 by-path
crw------- 1 root root 13, 64 Jul 28 16:02 event0
crw------- 1 root root 13, 65 Jul 28 16:02 event1
crw------- 1 root root 13, 66 Jul 28 16:02 event2
crw------- 1 root root 13, 67 Jul 28 16:02 event3
crw------- 1 root root 13, 63 Jul 28 16:02 mice
crw------- 1 root root 13, 32 Jul 28 16:02 mouse0
crw------- 1 root root 13, 33 Jul 28 16:02 mouse1
/dev/input/by-path:
total 0
lrwxrwxrwx 1 root root 9 Jul 28 16:02 platform-i8042-serio-0-event-kbd -> ../event1
lrwxrwxrwx 1 root root 9 Jul 28 16:02 platform-i8042-serio-1-event-mouse -> ../event2
lrwxrwxrwx 1 root root 9 Jul 28 16:02 platform-i8042-serio-1-mouse -> ../mouse0
/dev/mapper:
total 0
crw------- 1 root root 10, 236 Jul 28 16:02 control
/dev/net:
total 0
crw-rw-rw- 1 root root 10, 200 Jul 28 16:02 tun
/dev/pts:
total 0
c--------- 1 root root 5, 2 Jul 28 16:02 ptmx
/dev/raw:
total 0
crw------- 1 root root 162, 0 Jul 28 16:02 rawctl
/dev/shm:
total 0
/dev/vfio:
total 0
crw------- 1 root root 10, 196 Jul 28 16:02 vfio
/dev/virtio-ports:
total 0
lrwxrwxrwx 1 root root 11 Jul 28 16:02 org.libguestfs.channel.0 -> ../vport2p1
+ cat /proc/mounts
/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=700392k,mode=755 0 0
/dev /dev devtmpfs rw,relatime,size=1744400k,nr_inodes=436100,mode=755 0 0
/dev/pts /dev/pts devpts rw,relatime,mode=600,ptmxmode=000 0 0
shmfs /dev/shm tmpfs rw,relatime 0 0
+ cat /proc/mdstat
Personalities :
unused devices: <none>
+ lvm config
+ lvm pvs
+ lvm vgs
+ lvm lvs
+ ip a
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
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 fq_codel state UP group default qlen 1000
link/ether 52:54:00:12:34:56 brd ff:ff:ff:ff:ff:ff
inet 169.254.2.15/16 brd 169.254.255.255 scope global dynamic eth0
valid_lft 86460sec preferred_lft 86460sec
inet6 fec0::5054:ff:fe12:3456/64 scope site tentative dynamic mngtmpaddr
valid_lft 86400sec preferred_lft 14400sec
inet6 fe80::5054:ff:fe12:3456/64 scope link
valid_lft forever preferred_lft forever
+ ip r
default via 169.254.2.2 dev eth0
169.254.0.0/16 dev eth0 proto kernel scope link src 169.254.2.15
+ cat /etc/resolv.conf
; generated by /usr/sbin/dhclient-script
nameserver 169.254.2.3
+ lsmod
Module Size Used by
dm_mod 151552 0
sg 40960 0
libcrc32c 16384 0
crc8 16384 0
crc7 16384 0
crc_itu_t 16384 0
virtiofs 28672 0
fuse 155648 1 virtiofs
ext4 774144 1
mbcache 16384 1 ext4
jbd2 131072 1 ext4
virtio_vdpa 16384 0
vdpa 32768 1 virtio_vdpa
virtio_input 16384 0
virtio_balloon 20480 0
virtio_scsi 20480 1
sd_mod 53248 1
t10_pi 16384 1 sd_mod
nd_pmem 20480 0
nd_btt 28672 1 nd_pmem
virtio_net 57344 0
net_failover 24576 1 virtio_net
failover 16384 1 net_failover
virtio_console 36864 0
virtio_blk 20480 0
ata_piix 36864 0
libata 266240 1 ata_piix
nfit 65536 0
libnvdimm 200704 3 nd_btt,nd_pmem,nfit
crc32_generic 16384 0
crct10dif_pclmul 16384 1
crc32c_intel 24576 2
crc32_pclmul 16384 0
+ date
Fri Jul 28 16:02:03 UTC 2023
+ echo -n 'clocksource: '
clocksource: + cat /sys/devices/system/clocksource/clocksource0/current_clocksource
kvm-clock
+ echo -n 'uptime: '
uptime: + cat /proc/uptime
3.70 2.18
+ cmd=guestfsd
++ grep -Eo 'guestfs_channel=[^[:space:]]+' /proc/cmdline
+ eval
+ test x '!=' x
+ test 1 = 1
+ cmd='guestfsd --verbose'
+ test 1 = 1
+ cmd='guestfsd --verbose --network'
+ false
+ test '' = 1
+ echo guestfsd --verbose --network
guestfsd --verbose --network
+ guestfsd --verbose --network
lvm_system_dir = /tmp/lvm
OCaml daemon loaded
commandrvf: stdout=y stderr=y flags=0x0
commandrvf: ls -1v /dev/disk/by-path
commandrvf: stdout=n stderr=y flags=0x0
commandrvf: udevadm --debug settle -E /dev/sda
calling: settle
commandrvf: stdout=n stderr=y flags=0x0
commandrvf: udevadm --debug settle -E /dev/sdb
calling: settle
trying to open virtio-serial channel '/dev/virtio-ports/org.libguestfs.channel.0'
commandrvf: stdout=n stderr=y flags=0x0
commandrvf: udevadm --debug settle
calling: settle
libguestfs: recv_from_daemon: received GUESTFS_LAUNCH_FLAG
libguestfs: appliance is up
libguestfs: trace: v2v: launch = 0
libguestfs: trace: v2v: c_pointer
libguestfs: trace: v2v: c_pointer = 93909686064512
libguestfs: trace: v2v: list_partitions
guestfsd: <= list_partitions (0x8) request length 40 bytes
command: ls '-1v' '/dev/disk/by-path'
command: ls returned 0
command: ls: stdout:
pci-0000:00:03.0-scsi-0:0:0:0
pci-0000:00:03.0-scsi-0:0:0:0-part1
pci-0000:00:03.0-scsi-0:0:0:0-part2
pci-0000:00:03.0-scsi-0:0:1:0
commandrvf: stdout=n stderr=y flags=0x0
commandrvf: udevadm --debug settle -E /dev/sda
calling: settle
commandrvf: stdout=n stderr=y flags=0x0
commandrvf: udevadm --debug settle -E /dev/sdb
calling: settle
libguestfs: trace: v2v: list_partitions = ["/dev/sda1", "/dev/sda2"]
libguestfs: trace: v2v: vfs_type "/dev/sda1"
guestfsd: => list_partitions (0x8) took 0.02 secs
guestfsd: <= vfs_type (0xc6) request length 56 bytes
commandrvf: stdout=n stderr=y flags=0x0
commandrvf: udevadm --debug settle -E /dev/sda1
calling: settle
command: blkid '-c' '/dev/null' '-o' 'value' '-s' 'TYPE' '/dev/sda1'
command: blkid returned 0
command: blkid: stdout:
ntfs
guestfsd: => vfs_type (0xc6) took 0.02 secs
libguestfs: trace: v2v: vfs_type = "ntfs"
libguestfs: trace: v2v: vfs_type "/dev/sda2"
guestfsd: <= vfs_type (0xc6) request length 56 bytes
commandrvf: stdout=n stderr=y flags=0x0
commandrvf: udevadm --debug settle -E /dev/sda2
calling: settle
command: blkid '-c' '/dev/null' '-o' 'value' '-s' 'TYPE' '/dev/sda2'
command: blkid returned 0
command: blkid: stdout:
ntfs
guestfsd: => vfs_type (0xc6) took 0.01 secs
libguestfs: trace: v2v: vfs_type = "ntfs"
[ 5.6] Inspecting the overlay
libguestfs: trace: v2v: inspect_os
guestfsd: <= inspect_os (0x1e0) request length 40 bytes
command: ls '-1v' '/dev/disk/by-path'
command: ls returned 0
command: ls: stdout:
pci-0000:00:03.0-scsi-0:0:0:0
pci-0000:00:03.0-scsi-0:0:0:0-part1
pci-0000:00:03.0-scsi-0:0:0:0-part2
pci-0000:00:03.0-scsi-0:0:1:0
commandrvf: stdout=n stderr=y flags=0x0
commandrvf: udevadm --debug settle -E /dev/sda
calling: settle
commandrvf: stdout=n stderr=y flags=0x0
commandrvf: udevadm --debug settle -E /dev/sdb
calling: settle
command: ls '-1v' '/dev/disk/by-path'
command: ls returned 0
command: ls: stdout:
pci-0000:00:03.0-scsi-0:0:0:0
pci-0000:00:03.0-scsi-0:0:0:0-part1
pci-0000:00:03.0-scsi-0:0:0:0-part2
pci-0000:00:03.0-scsi-0:0:1:0
commandrvf: stdout=n stderr=y flags=0x0
commandrvf: udevadm --debug settle -E /dev/sda
calling: settle
commandrvf: stdout=n stderr=y flags=0x0
commandrvf: udevadm --debug settle -E /dev/sdb
calling: settle
commandrvf: stdout=n stderr=y flags=0x0
commandrvf: udevadm --debug settle
calling: settle
command: parted '-m' '-s' '--' '/dev/sda' 'unit' 'b' 'print'
command: parted returned 0
command: parted: stdout:
BYT;
/dev/sda:66265808896B:scsi:512:512:msdos:QEMU QEMU HARDDISK:;
1:1048576B:525336575B:524288000B:ntfs::boot;
2:525336576B:64423460863B:63898124288B:ntfs::;
commandrvf: stdout=n stderr=y flags=0x0
commandrvf: udevadm --debug settle
calling: settle
commandrvf: stdout=n stderr=y flags=0x0
commandrvf: udevadm --debug settle
calling: settle
command: parted '-m' '-s' '--' '/dev/sda' 'unit' 'b' 'print'
command: parted returned 0
command: parted: stdout:
BYT;
/dev/sda:66265808896B:scsi:512:512:msdos:QEMU QEMU HARDDISK:;
1:1048576B:525336575B:524288000B:ntfs::boot;
2:525336576B:64423460863B:63898124288B:ntfs::;
commandrvf: stdout=n stderr=y flags=0x0
commandrvf: udevadm --debug settle
calling: settle
command: sfdisk '--help'
command: sfdisk returned 0
command: sfdisk: stdout:
Usage:
sfdisk [options] <dev> [[-N] <part>]
sfdisk [options] <command>
Display or manipulate a disk partition table.
Commands:
-A, --activate <dev> [<part> ...] list or set bootable (P)MBR partitions
-d, --dump <dev> dump partition table (usable for later input)
-J, --json <dev> dump partition table in JSON format
-g, --show-geometry [<dev> ...] list geometry of all or specified devices
-l, --list [<dev> ...] list partitions of each device
-F, --list-free [<dev> ...] list unpartitioned free areas of each device
-r, --reorder <dev> fix partitions order (by start offset)
-s, --show-size [<dev> ...] list sizes of all or specified devices
-T, --list-types print the recognized types (see -X)
-V, --verify [<dev> ...] test whether partitions seem correct
--delete <dev> [<part> ...] delete all or specified partitions
--part-label <dev> <part> [<str>] print or change partition label
--part-type <dev> <part> [<type>] print or change partition type
--part-uuid <dev> <part> [<uuid>] print or change partition uuid
--part-attrs <dev> <part> [<str>] print or change partition attributes
<dev> device (usually disk) path
<part> partition number
<type> partition type, GUID for GPT, hex for MBR
Options:
-a, --append append partitions to existing partition table
-b, --backup backup partition table sectors (see -O)
--bytes print SIZE in bytes rather than in human readable format
--move-data[=<typescript>] move partition data after relocation (requires -N)
-f, --force disable all consistency checking
--color[=<when>] colorize output (auto, always or never)
colors are enabled by default
-N, --partno <num> specify partition number
-n, --no-act do everything except write to device
--no-reread do not check whether the device is in use
--no-tell-kernel do not tell kernel about changes
-O, --backup-file <path> override default backup file name
-o, --output <list> output columns
-q, --quiet suppress extra info messages
-w, --wipe <mode> wipe signatures (auto, always or never)
-W, --wipe-partitions <mode> wipe signatures from new partitions (auto, always or never)
-X, --label <name> specify label type (dos, gpt, ...)
-Y, --label-nested <name> specify nested label type (dos, bsd)
-G, --show-pt-geometry deprecated, alias to --show-geometry
-L, --Linux deprecated, only for backward compatibility
-u, --unit S deprecated, only sector unit is supported
-h, --help display this help
-v, --version display version
Available output columns:
gpt: Device Start End Sectors Size Type Type-UUID Attrs Name UUID
dos: Device Start End Sectors Cylinders Size Type Id Attrs Boot End-C/H/S
Start-C/H/S
bsd: Slice Start End Sectors Cylinders Size Type Bsize Cpg Fsize
sgi: Device Start End Sectors Cylinders Size Type Id Attrs
sun: Device Start End Sectors Cylinders Size Type Id Flags
For more details see sfdisk(8).
commandrvf: stdout=n stderr=y flags=0x0
commandrvf: udevadm --debug settle
calling: settle
command: sfdisk '--part-type' '/dev/sda' '1'
command: sfdisk returned 0
command: sfdisk: stdout:
7
commandrvf: stdout=n stderr=y flags=0x0
commandrvf: udevadm --debug settle
calling: settle
commandrvf: stdout=n stderr=y flags=0x0
commandrvf: udevadm --debug settle
calling: settle
command: fold-stdout-on-stderr sgdisk '/dev/sda' '-i' '1'
[ 4.112179] sda: sda1 sda2
command: sgdisk returned 0
command: sgdisk: stderr:
Warning: Partition table header claims that the size of partition table
entries is 0 bytes, but this program supports only 128-byte entries.
Adjusting accordingly, but partition table may be garbage.
Warning: Partition table header claims that the size of partition table
entries is 0 bytes, but this program supports only 128-byte entries.
Adjusting accordingly, but partition table may be garbage.
***************************************************************
Found invalid GPT and valid MBR; converting MBR to GPT format
in memory.
***************************************************************
Partition GUID code: EBD0A0A2-B9E5-4433-87C0-68B6B72699C7 (Microsoft basic data)
Partition unique GUID: 71315775-913C-4418-8E9D-514DCD526EE2
First sector: 2048 (at 1024.0 KiB)
Last sector: 1026047 (at 501.0 MiB)
Partition size: 1024000 sectors (500.0 MiB)
Attribute flags: 0000000000000000
Partition name: 'Microsoft basic data'
commandrvf: stdout=n stderr=y flags=0x0
commandrvf: udevadm --debug settle
calling: settle
commandrvf: stdout=n stderr=y flags=0x0
commandrvf: udevadm --debug settle
calling: settle
command: parted '-m' '-s' '--' '/dev/sda' 'unit' 'b' 'print'
command: parted returned 0
command: parted: stdout:
BYT;
/dev/sda:66265808896B:scsi:512:512:msdos:QEMU QEMU HARDDISK:;
1:1048576B:525336575B:524288000B:ntfs::boot;
2:525336576B:64423460863B:63898124288B:ntfs::;
commandrvf: stdout=n stderr=y flags=0x0
commandrvf: udevadm --debug settle
calling: settle
commandrvf: stdout=n stderr=y flags=0x0
commandrvf: udevadm --debug settle
calling: settle
command: parted '-m' '-s' '--' '/dev/sda' 'unit' 'b' 'print'
command: parted returned 0
command: parted: stdout:
BYT;
/dev/sda:66265808896B:scsi:512:512:msdos:QEMU QEMU HARDDISK:;
1:1048576B:525336575B:524288000B:ntfs::boot;
2:525336576B:64423460863B:63898124288B:ntfs::;
commandrvf: stdout=n stderr=y flags=0x0
commandrvf: udevadm --debug settle
calling: settle
commandrvf: stdout=n stderr=y flags=0x0
commandrvf: udevadm --debug settle
calling: settle
command: sfdisk '--part-type' '/dev/sda' '2'
command: sfdisk returned 0
command: sfdisk: stdout:
7
commandrvf: stdout=n stderr=y flags=0x0
commandrvf: udevadm --debug settle
calling: settle
commandrvf: stdout=n stderr=y flags=0x0
commandrvf: udevadm --debug settle
calling: settle
command: fold-stdout-on-stderr sgdisk '/dev/sda' '-i' '2'
[ 4.308660] sda: sda1 sda2
command: sgdisk returned 0
command: sgdisk: stderr:
Warning: Partition table header claims that the size of partition table
entries is 0 bytes, but this program supports only 128-byte entries.
Adjusting accordingly, but partition table may be garbage.
Warning: Partition table header claims that the size of partition table
entries is 0 bytes, but this program supports only 128-byte entries.
Adjusting accordingly, but partition table may be garbage.
***************************************************************
Found invalid GPT and valid MBR; converting MBR to GPT format
in memory.
***************************************************************
Partition GUID code: EBD0A0A2-B9E5-4433-87C0-68B6B72699C7 (Microsoft basic data)
Partition unique GUID: 5C489DF5-D8B5-4989-A4E1-5DD29FD0D988
First sector: 1026048 (at 501.0 MiB)
Last sector: 125827071 (at 60.0 GiB)
Partition size: 124801024 sectors (59.5 GiB)
Attribute flags: 0000000000000000
Partition name: 'Microsoft basic data'
commandrvf: stdout=n stderr=y flags=0x0
commandrvf: udevadm --debug settle
calling: settle
command: blkid '-c' '/dev/null' '-o' 'value' '-s' 'TYPE' '/dev/sda1'
command: blkid returned 0
command: blkid: stdout:
ntfs
command: blkid '-c' '/dev/null' '-o' 'value' '-s' 'TYPE' '/dev/sda2'
command: blkid returned 0
command: blkid: stdout:
ntfs
command: lvm 'lvs' '--help'
command: lvm returned 0
command: lvm: stdout:
lvs - Display information about logical volumes
lvs
\t[ -H|--history ]
\t[ -a|--all ]
\t[ -o|--options String ]
\t[ -S|--select String ]
\t[ -O|--sort String ]
\t[ --segments ]
\t[ --aligned ]
\t[ --binary ]
\t[ --configreport log|vg|lv|pv|pvseg|seg ]
\t[ --foreign ]
\t[ --ignorelockingfailure ]
\t[ --logonly ]
\t[ --nameprefixes ]
\t[ --noheadings ]
\t[ --nosuffix ]
\t[ --readonly ]
\t[ --reportformat basic|json ]
\t[ --rows ]
\t[ --separator String ]
\t[ --shared ]
\t[ --unbuffered ]
\t[ --units [Number]r|R|h|H|b|B|s|S|k|K|m|M|g|G|t|T|p|P|e|E ]
\t[ --unquoted ]
\t[ COMMON_OPTIONS ]
\t[ VG|LV|Tag ... ]
Common options for lvm:
\t[ -d|--debug ]
\t[ -h|--help ]
\t[ -q|--quiet ]
\t[ -v|--verbose ]
\t[ -y|--yes ]
\t[ -t|--test ]
\t[ --commandprofile String ]
\t[ --config String ]
\t[ --driverloaded y|n ]
\t[ --nolocking ]
\t[ --lockopt String ]
\t[ --longhelp ]
\t[ --profile String ]
\t[ --version ]
\t[ --devicesfile String ]
\t[ --devices PV ]
\t[ --nohints ]
\t[ --journal String ]
Use --longhelp to show all options and advanced commands.
command: lvm 'lvs' '-o' 'vg_name,lv_name' '-S' 'lv_role=public && lv_skip_activation!=yes' '--noheadings' '--separator' '/'
command: lvm returned 0
check_for_filesystem_on: /dev/sda1 (ntfs)
command: mount '-o' 'ro' '/dev/sda1' '/sysroot//'
command: mount returned 32
command: mount: stderr:
mount: /sysroot: unknown filesystem type 'ntfs'.
check_for_filesystem_on: /dev/sda2 (ntfs)
command: mount '-o' 'ro' '/dev/sda2' '/sysroot//'
command: mount returned 32
command: mount: stderr:
mount: /sysroot: unknown filesystem type 'ntfs'.
inspect_os: fses:
inspect_get_roots: roots:
guestfsd: => inspect_os (0x1e0) took 0.59 secs
libguestfs: trace: v2v: inspect_os = []
virt-v2v: error: inspection could not detect the source guest (or physical
machine).
Assuming that you are running virt-v2v/virt-p2v on a source which is
supported (and not, for example, a blank disk), then this should not
happen.
No root device found in this operating system image.
rm -rf '/var/tmp/null.EqtLqY'
libguestfs: trace: v2v: close
libguestfs: closing guestfs handle 0x55690d7a9580 (state 2)
libguestfs: trace: v2v: internal_autosync
guestfsd: <= internal_autosync (0x11a) request length 40 bytes
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=700392k,mode=755 freq=0 passno=0
umount-all: /proc/mounts: fsname=/dev dir=/dev type=devtmpfs opts=rw,relatime,size=1744400k,nr_inodes=436100,mode=755 freq=0 passno=0
umount-all: /proc/mounts: fsname=/dev/pts dir=/dev/pts type=devpts opts=rw,relatime,mode=600,ptmxmode=000 freq=0 passno=0
umount-all: /proc/mounts: fsname=shmfs dir=/dev/shm type=tmpfs opts=rw,relatime freq=0 passno=0
commandrvf: stdout=n stderr=y flags=0x0
commandrvf: udevadm --debug settle -E /dev/sdb
calling: settle
commandrvf: stdout=n stderr=y flags=0x0
commandrvf: udevadm --debug settle -E /dev/sda
calling: settle
fsync /dev/sda
guestfsd: => internal_autosync (0x11a) took 0.03 secs
libguestfs: trace: v2v: internal_autosync = 0
libguestfs: sending SIGTERM to process 53
libguestfs: qemu maxrss 381792K
libguestfs: command: run: rm
libguestfs: command: run: \ -rf /tmp/libguestfstoNYlv
libguestfs: command: run: rm
libguestfs: command: run: \ -rf /tmp/libguestfsT3Xw54
libguestfs: trace: close
libguestfs: closing guestfs handle 0x55690d7a8a90 (state 0)
libguestfs: trace: close
libguestfs: closing guestfs handle 0x55690d7a4240 (state 0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment