[Libguestfs] LVM flakey failures

Sam Eiderman sameid at google.com
Wed Apr 7 13:36:53 UTC 2021


I managed to get a reproduction with udevd --debug.

I just waited for g.inspect_os() (per g.launch()) to fail return anything
(/dev/rhel/root symlink doesn't exist) in 32 concurrent executions

Attached output (~300KB).

Thanks!
Sam

On Tue, Apr 6, 2021 at 7:29 PM Sam Eiderman <sameid at google.com> wrote:

> FYI, in debian the rules are a bit in a different flavor:
>
> 01-md-raid-creating.rules
> 50-firmware.rules
> 50-udev-default.rules
>
> 55-dm.rules
> 56-lvm.rules
>
> 60-block.rules
> 60-cdrom_id.rules
> 60-drm.rules
> 60-evdev.rules
> 60-input-id.rules
> 60-persistent-alsa.rules
> 60-persistent-input.rules
> 60-persistent-storage-dm.rules
> 60-persistent-storage-tape.rules
> 60-persistent-storage.rules
> 60-persistent-v4l.rules
> 60-sensor.rules
> 60-serial.rules
> 63-md-raid-arrays.rules
> 64-btrfs-dm.rules
> 64-btrfs.rules
> 64-md-raid-assembly.rules
> 69-lvm-metad.rules
> 69-md-clustered-confirm-device.rules
> 70-joystick.rules
> 70-mouse.rules
> 70-power-switch.rules
> 70-touchpad.rules
> 70-uaccess.rules
> 71-seat.rules
> 73-seat-late.rules
> 73-special-net-names.rules
> 73-usb-net-by-mac.rules
> 75-net-description.rules
> 75-probe_mtd.rules
> 78-sound-card.rules
> 80-debian-compat.rules
> 80-drivers.rules
> 80-net-setup-link.rules
> 82-gfs2-withdraw.rules
> 85-hwclock.rules
> 95-dm-notify.rules
> 99-systemd.rules
>
> So maybe there is some difference here.
>
> Sam
>
> On Mon, Apr 5, 2021 at 9:31 PM Richard W.M. Jones <rjones at redhat.com>
> wrote:
>
>> On Mon, Apr 05, 2021 at 05:49:17PM +0300, Sam Eiderman wrote:
>> > Yes, attached below (it's quite long)
>>
>> Thanks - just looking at the lines where the /dev/rhel/swap
>> device appears or its various synonyms:
>>
>> > 2021-03-07 10:58:46 T libguestfs - 0 - appliance - drwxr-xr-x 2 0 0 60
>> Mar  7 10:58 rhel
>> [...]
>> > 2021-03-07 10:58:47 T libguestfs - 0 - appliance - /dev/mapper:
>> > 2021-03-07 10:58:47 T libguestfs - 0 - appliance - total 0
>> > 2021-03-07 10:58:47 T libguestfs - 0 - appliance - crw------- 1 0 0 10,
>> 236 Mar
>> >  7 10:58 control
>> > 2021-03-07 10:58:47 T libguestfs - 0 - appliance - lrwxrwxrwx 1 0 0
>>   7 Mar
>> >  7 10:58 rhel-root -> ../dm-2
>> > 2021-03-07 10:58:47 T libguestfs - 0 - appliance - lrwxrwxrwx 1 0 0
>>   7 Mar
>> >  7 10:58 rhel-swap -> ../dm-1
>>
>> This is fairly early on during appliance boot where the init script is
>> listing out /dev/ recursively
>> (
>> https://github.com/libguestfs/libguestfs/blob/b18ac489db76a700f2168ae6eb64e9d450613a27/appliance/init#L159
>> ).
>> This is also after we did udevadm settle in the init script.  It's
>> interesting that at this point /dev/mapper/rhel-swap exists correctly,
>> but /dev/rhel/ is an empty directory.
>>
>> That's very much not expected ...
>>
>> A bit later in the init script we list out PVs/VGs/LVs and everything
>> looks normal:
>>
>> > 2021-03-07 10:58:47 T libguestfs - 0 - appliance - + lvm pvs
>> > 2021-03-07 10:58:47 T libguestfs - 0 - appliance -   PV         VG
>>  Fmt
>> >  Attr PSize   PFree
>> > 2021-03-07 10:58:47 T libguestfs - 0 - appliance -   /dev/sda2  rhel
>>  lvm2
>> > a--  <15.00g    0
>> > 2021-03-07 10:58:47 T libguestfs - 0 - appliance -   /dev/sdb   vg_myvg
>> lvm2
>> > a--  496.00m    0
>> > 2021-03-07 10:58:47 T libguestfs - 0 - appliance - + lvm vgs
>> > 2021-03-07 10:58:47 T libguestfs - 0 - appliance -   VG      #PV #LV
>> #SN Attr
>> > VSize   VFree
>> > 2021-03-07 10:58:47 T libguestfs - 0 - appliance -   rhel      1   2
>> 0 wz--n-
>> > <15.00g    0
>> > 2021-03-07 10:58:47 T libguestfs - 0 - appliance -   vg_myvg   1   1
>> 0 wz--n-
>> > 496.00m    0
>> > 2021-03-07 10:58:47 T libguestfs - 0 - appliance - + lvm lvs
>> > 2021-03-07 10:58:48 T libguestfs - 0 - appliance -   LV     VG
>>  Attr
>> > LSize   Pool Origin Data%  Meta%  Move Log Cpy%Sync Convert
>> > 2021-03-07 10:58:48 T libguestfs - 0 - appliance -   root   rhel
>>  -wi-a-----
>> >  13.39g
>> > 2021-03-07 10:58:48 T libguestfs - 0 - appliance -   swap   rhel
>>  -wi-a-----
>> >   1.60g
>> > 2021-03-07 10:58:48 T libguestfs - 0 - appliance -   lv_var vg_myvg
>> -wi-a-----
>> > 496.00m
>>
>> A little bit further on while we're executing the guestfs_inspect_os()
>> API call, we have this snippet:
>>
>> > 2021-03-07 10:58:49 T libguestfs - 0 - appliance - command: lvm 'lvs'
>> '-o'
>> > 'vg_name,lv_name' '-S' 'lv_role=public && lv_skip_activation!=yes'
>> > '--noheadings' '--separator' '/'
>> > 2021-03-07 10:58:49 T libguestfs - 0 - appliance - command: lvm
>> returned 0
>> > 2021-03-07 10:58:49 T libguestfs - 0 - appliance - command: lvm: stdout:
>> > 2021-03-07 10:58:49 T libguestfs - 0 - appliance -   rhel/root
>> > 2021-03-07 10:58:49 T libguestfs - 0 - appliance -   rhel/swap
>> > 2021-03-07 10:58:49 T libguestfs - 0 - appliance -   vg_myvg/lv_var
>> > 2021-03-07 10:58:49 T libguestfs - 0 - appliance - command: blkid '-c'
>> '/dev/
>> > null' '-o' 'value' '-s' 'TYPE' '/dev/rhel/root'
>> > 2021-03-07 10:58:49 T libguestfs - 0 - appliance - command: blkid
>> returned 0
>> > 2021-03-07 10:58:49 T libguestfs - 0 - appliance - command: blkid:
>> stdout:
>> > 2021-03-07 10:58:49 T libguestfs - 0 - appliance - xfs
>> > 2021-03-07 10:58:49 T libguestfs - 0 - appliance - command: blkid '-c'
>> '/dev/
>> > null' '-o' 'value' '-s' 'TYPE' '/dev/rhel/swap'
>> > 2021-03-07 10:58:49 T libguestfs - 0 - appliance - command: blkid
>> returned 2
>> > 2021-03-07 10:58:49 T libguestfs - 0 - appliance - command: blkid '-c'
>> '/dev/
>> > null' '-o' 'value' '-s' 'TYPE' '/dev/vg_myvg/lv_var'
>> > 2021-03-07 10:58:49 T libguestfs - 0 - appliance - command: blkid
>> returned 0
>> > 2021-03-07 10:58:49 T libguestfs - 0 - appliance - command: blkid:
>> stdout:
>> > 2021-03-07 10:58:49 T libguestfs - 0 - appliance - xfs
>>
>> If you look closely it's clear that /dev/rhel/root has been created,
>> /dev/vg_myvg/lv_var has been created (that was also an empty directory
>> earlier on), but /dev/rhel/swap has *not* been created--notice how the
>> blkid command exits with code 2.
>>
>> And obviously by the time we get down here ...
>>
>> > 2021-03-07 10:58:53 T libguestfs - 0 - appliance -   rhel/root
>> > 2021-03-07 10:58:53 T libguestfs - 0 - appliance -   rhel/swap
>> > 2021-03-07 10:58:53 T libguestfs - 0 - appliance -   vg_myvg/lv_var
>> > 2021-03-07 10:58:53 T libguestfs - 0 - appliance - guestfsd: error:
>> stat: /dev/
>> > rhel/swap: No such file or directory
>>
>> ... it still doesn't exist.
>>
>> We ran a udevadm --debug settle command before this, so if it wasn't
>> going to be created because of a delayed udev event then I'd expect it
>> should have done.
>>
>> I'm not much closer to understanding why the /dev/VG/LV nodes are
>> created so much later/delayed than the /dev/mapper/VG-LV nodes.  As
>> far as I can tell they should be created by udev
>> (/usr/lib/udev/rules.d/11-dm-lvm.rules in Fedora).
>>
>> Would suggest enabling udevadm debugging (uncomment #--debug in
>> appliance/init).
>>
>> It would also be good to have some more concrete reproducer: you might
>> have appliance/init kill PID 1 if /dev/rhel/swap does not exist, then
>> repeatedly run g.launch() to see if you can make it fail, all the time
>> while trying to capture the log of the failure with udev debugging
>> turned on.
>>
>> Rich.
>>
>> --
>> Richard Jones, Virtualization Group, Red Hat
>> http://people.redhat.com/~rjones
>> Read my programming and virtualization blog: http://rwmj.wordpress.com
>> virt-df lists disk usage of guests without needing to install any
>> software inside the virtual machine.  Supports Linux and Windows.
>> http://people.redhat.com/~rjones/virt-df/
>>
>>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/libguestfs/attachments/20210407/bebe3c55/attachment.htm>
-------------- next part --------------
/usr/bin/kvm \
    -global virtio-blk-pci.scsi=off \
    -no-user-config \
    -enable-fips \
    -nodefaults \
    -display none \
    -machine accel=kvm \
    -cpu host \
    -m 768 \
    -no-reboot \
    -rtc driftfix=slew \
    -no-hpet \
    -global kvm-pit.lost_tick_policy=discard \
    -kernel /appliance/kernel \
    -initrd /appliance/initrd \
    -object rng-random,filename=/dev/urandom,id=rng0 \
    -device virtio-rng-pci,rng=rng0 \
    -device virtio-scsi-pci,id=scsi \
    -drive file=/tmp/pwi-4mblp_5p.qcow2,cache=writeback,format=qcow2,id=hd0,if=none \
    -device scsi-hd,drive=hd0 \
    -drive file=/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/libguestfsGRNi0j/guestfsd.sock,id=channel0 \
    -device virtserialport,chardev=channel0,name=org.libguestfs.channel.0 \
    -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=8b68095f-a85f-4412-9dfd-becdb5a52896 selinux=0 guestfs_verbose=1 TERM=xterm vsyscall=emulate"
libguestfs: responding to serial console Device Status Report
\x1b[1;256r\x1b[256;256H\x1b[6n
Google, Inc.
Serial Graphics Adapter 03/05/17
SGABIOS $Id: sgabios.S 8 2010-04-22 00:03:40Z nlaredo $ (generic at generic) Sun, 05 Mar 2017 16:09:17 +0100
Term: 80x24
4 0
SeaBIOS (version 1.12.0-1)
Booting from ROM...
\x1b[2J[    0.000000] Linux version 4.19.0-12-amd64 (debian-kernel at lists.debian.org) (gcc version 8.3.0 (Debian 8.3.0-6)) #1 SMP Debian 4.19.152-1 (2020-10-18)
[    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=8b68095f-a85f-4412-9dfd-becdb5a52896 selinux=0 guestfs_verbose=1 TERM=xterm vsyscall=emulate
[    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: Supporting XSAVE feature 0x008: 'MPX bounds registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x020: 'AVX-512 opmask'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x040: 'AVX-512 Hi256'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x080: 'AVX-512 ZMM_Hi256'
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: xstate_offset[3]:  832, xstate_sizes[3]:   64
[    0.000000] x86/fpu: xstate_offset[4]:  896, xstate_sizes[4]:   64
[    0.000000] x86/fpu: xstate_offset[5]:  960, xstate_sizes[5]:   64
[    0.000000] x86/fpu: xstate_offset[6]: 1024, xstate_sizes[6]:  512
[    0.000000] x86/fpu: xstate_offset[7]: 1536, xstate_sizes[7]: 1024
[    0.000000] x86/fpu: Enabled xstate features 0xff, context size is 2560 bytes, using 'compacted' format.
[    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-0x000000002ffddfff] usable
[    0.000000] BIOS-e820: [mem 0x000000002ffde000-0x000000002fffffff] reserved
[    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] DMI: QEMU Standard PC (i440FX + PIIX, 1996), BIOS 1.12.0-1 04/01/2014
[    0.000000] Hypervisor detected: KVM
[    0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00
[    0.000000] kvm-clock: cpu 0, msr 2e3eb001, primary cpu clock
[    0.000000] kvm-clock: using sched offset of 1222957940 cycles
[    0.000005] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns
[    0.000010] tsc: Detected 3696.000 MHz processor
[    0.000438] last_pfn = 0x2ffde max_arch_pfn = 0x400000000
[    0.000492] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.005601] found SMP MP-table at [mem 0x000f5a90-0x000f5a9f]
[    0.005728] Using GB pages for direct mapping
[    0.005811] RAMDISK: [mem 0x2fb0a000-0x2ffcffff]
[    0.005837] ACPI: Early table checksum verification disabled
[    0.005882] ACPI: RSDP 0x00000000000F58C0 000014 (v00 BOCHS )
[    0.005885] ACPI: RSDT 0x000000002FFE1510 00002C (v01 BOCHS  BXPCRSDT 00000001 BXPC 00000001)
[    0.005889] ACPI: FACP 0x000000002FFE1424 000074 (v01 BOCHS  BXPCFACP 00000001 BXPC 00000001)
[    0.005893] ACPI: DSDT 0x000000002FFE0040 0013E4 (v01 BOCHS  BXPCDSDT 00000001 BXPC 00000001)
[    0.005895] ACPI: FACS 0x000000002FFE0000 000040
[    0.005897] ACPI: APIC 0x000000002FFE1498 000078 (v01 BOCHS  BXPCAPIC 00000001 BXPC 00000001)
[    0.006083] No NUMA configuration found
[    0.006083] Faking a node at [mem 0x0000000000000000-0x000000002ffddfff]
[    0.006086] NODE_DATA(0) allocated [mem 0x2ffd9000-0x2ffddfff]
[    0.006236] Zone ranges:
[    0.006237]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.006238]   DMA32    [mem 0x0000000001000000-0x000000002ffddfff]
[    0.006238]   Normal   empty
[    0.006239]   Device   empty
[    0.006240] Movable zone start for each node
[    0.006240] Early memory node ranges
[    0.006241]   node   0: [mem 0x0000000000001000-0x000000000009efff]
[    0.006241]   node   0: [mem 0x0000000000100000-0x000000002ffddfff]
[    0.006501] Zeroed struct page in unavailable ranges: 132 pages
[    0.006501] Initmem setup node 0 [mem 0x0000000000001000-0x000000002ffddfff]
[    0.009582] ACPI: PM-Timer IO Port: 0x608
[    0.009594] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])
[    0.009623] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23
[    0.009625] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.009626] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)
[    0.009627] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.009632] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)
[    0.009632] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)
[    0.009636] Using ACPI (MADT) for SMP configuration information
[    0.009638] TSC deadline timer available
[    0.009639] smpboot: Allowing 1 CPUs, 0 hotplug CPUs
[    0.009662] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.009663] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
[    0.009664] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]
[    0.009664] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]
[    0.009666] [mem 0x30000000-0xfeffbfff] available for PCI devices
[    0.009666] Booting paravirtualized kernel on KVM
[    0.009671] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[    0.064854] random: get_random_bytes called from start_kernel+0x93/0x52a with crng_init=0
[    0.064862] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:1 nr_node_ids:1
[    0.065107] percpu: Embedded 45 pages/cpu s144408 r8192 d31720 u2097152
[    0.065128] KVM setup async PF for cpu 0
[    0.065133] kvm-stealtime: cpu 0, msr 2ea161c0
[    0.065142] Built 1 zonelists, mobility grouping on.  Total pages: 193383
[    0.065143] Policy zone: DMA32
[    0.065144] 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=8b68095f-a85f-4412-9dfd-becdb5a52896 selinux=0 guestfs_verbose=1 TERM=xterm vsyscall=emulate
[    0.066596] Memory: 742764K/785904K available (10252K kernel code, 1247K rwdata, 3312K rodata, 1596K init, 2264K bss, 43140K reserved, 0K cma-reserved)
[    0.066779] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[    0.066783] Kernel/User page tables isolation: enabled
[    0.066818] ftrace: allocating 31917 entries in 125 pages
[    0.077254] rcu: Hierarchical RCU implementation.
[    0.077255] rcu: \tRCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=1.
[    0.077256] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1
[    0.078854] NR_IRQS: 33024, nr_irqs: 256, preallocated irqs: 16
[    0.079062] Console: colour *CGA 80x25
[    0.133452] console [ttyS0] enabled
[    0.133759] ACPI: Core revision 20180810
[    0.134287] APIC: Switch to symmetric I/O mode setup
[    0.134901] x2apic enabled
[    0.135316] Switched APIC routing to physical x2apic.
[    0.135730] KVM setup pv IPIs
[    0.136820] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.137341] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x6a8d280fdb9, max_idle_ns: 881591151302 ns
[    0.138228] Calibrating delay loop (skipped) preset value.. 7392.00 BogoMIPS (lpj=14784000)
[    0.142220] pid_max: default: 32768 minimum: 301
[    0.142646] Security Framework initialized
[    0.142978] Yama: disabled by default; enable with sysctl kernel.yama.*
[    0.143525] AppArmor: AppArmor initialized
[    0.144117] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)
[    0.144774] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)
[    0.145353] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)
[    0.146222] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)
[    0.147313] Disabling memory control group subsystem
[    0.147828] x86/cpu: Activated the Intel User Mode Instruction Prevention (UMIP) CPU feature
[    0.148594] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
[    0.149020] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
[    0.149531] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.150220] Spectre V2 : Mitigation: Full generic retpoline
[    0.150715] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.151373] Spectre V2 : Enabling Restricted Speculation for firmware calls
[    0.151974] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.152654] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
[    0.153472] TAA: Mitigation: Clear CPU buffers
[    0.154219] MDS: Mitigation: Clear CPU buffers
[    0.160137] Freeing SMP alternatives memory: 24K
[    0.161884] smpboot: CPU0: Intel(R) Xeon(R) W-2135 CPU @ 3.70GHz (family: 0x6, model: 0x55, stepping: 0x4)
[    0.162218] Performance Events: Skylake events, Intel PMU driver.
[    0.162218] ... version:                2
[    0.162218] ... bit width:              48
[    0.162218] ... generic registers:      4
[    0.162218] ... value mask:             0000ffffffffffff
[    0.162218] ... max period:             000000007fffffff
[    0.162218] ... fixed-purpose events:   3
[    0.162218] ... event mask:             000000070000000f
[    0.162252] rcu: Hierarchical SRCU implementation.
[    0.163053] random: crng done (trusting CPU's manufacturer)
[    0.163553] smp: Bringing up secondary CPUs ...
[    0.163956] smp: Brought up 1 node, 1 CPU
[    0.164285] smpboot: Max logical packages: 1
[    0.164631] smpboot: Total of 1 processors activated (7392.00 BogoMIPS)
[    0.165316] devtmpfs: initialized
[    0.165621] x86/mm: Memory block size: 128MB
[    0.166150] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.166228] futex hash table entries: 256 (order: 2, 16384 bytes)
[    0.166741] pinctrl core: initialized pinctrl subsystem
[    0.167287] NET: Registered protocol family 16
[    0.167746] audit: initializing netlink subsys (disabled)
[    0.168246] cpuidle: using governor ladder
[    0.168627] cpuidle: using governor menu
[    0.168986] KVM setup pv remote TLB flush
[    0.169319] ACPI: bus type PCI registered
[    0.169696] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.170226] audit: type=2000 audit(1617801894.648:1): state=initialized audit_enabled=0 res=1
[    0.171018] PCI: Using configuration type 1 for base access
[    0.171888] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.172438] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.173258] ACPI: Added _OSI(Module Device)
[    0.173604] ACPI: Added _OSI(Processor Device)
[    0.173965] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.174224] ACPI: Added _OSI(Processor Aggregator Device)
[    0.174659] ACPI: Added _OSI(Linux-Dell-Video)
[    0.175057] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.175769] ACPI: 1 ACPI AML tables successfully acquired and loaded
[    0.176929] ACPI: Interpreter enabled
[    0.177279] ACPI: (supports S0 S3 S4 S5)
[    0.177598] ACPI: Using IOAPIC for interrupt routing
[    0.178007] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.178286] ACPI: Enabled 2 GPEs in block 00 to 0F
[    0.179794] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.180332] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]
[    0.180965] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM
[    0.181505] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.
[    0.182374] acpiphp: Slot [2] registered
[    0.182715] acpiphp: Slot [3] registered
[    0.183086] acpiphp: Slot [4] registered
[    0.183420] acpiphp: Slot [5] registered
[    0.183752] acpiphp: Slot [6] registered
[    0.184121] acpiphp: Slot [7] registered
[    0.184454] acpiphp: Slot [8] registered
[    0.184788] acpiphp: Slot [9] registered
[    0.185188] acpiphp: Slot [10] registered
[    0.185528] acpiphp: Slot [11] registered
[    0.185867] acpiphp: Slot [12] registered
[    0.186248] acpiphp: Slot [13] registered
[    0.186591] acpiphp: Slot [14] registered
[    0.186933] acpiphp: Slot [15] registered
[    0.187323] acpiphp: Slot [16] registered
[    0.187663] acpiphp: Slot [17] registered
[    0.188002] acpiphp: Slot [18] registered
[    0.188380] acpiphp: Slot [19] registered
[    0.188722] acpiphp: Slot [20] registered
[    0.189073] acpiphp: Slot [21] registered
[    0.189453] acpiphp: Slot [22] registered
[    0.189795] acpiphp: Slot [23] registered
[    0.190145] acpiphp: Slot [24] registered
[    0.190239] acpiphp: Slot [25] registered
[    0.190580] acpiphp: Slot [26] registered
[    0.190923] acpiphp: Slot [27] registered
[    0.191331] acpiphp: Slot [28] registered
[    0.191671] acpiphp: Slot [29] registered
[    0.192021] acpiphp: Slot [30] registered
[    0.192410] acpiphp: Slot [31] registered
[    0.192757] PCI host bridge to bus 0000:00
[    0.193106] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.193717] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.194222] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.194885] pci_bus 0000:00: root bus resource [mem 0x30000000-0xfebfffff window]
[    0.195545] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]
[    0.196179] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.199433] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io  0x01f0-0x01f7]
[    0.200047] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io  0x03f6]
[    0.200690] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io  0x0170-0x0177]
[    0.201282] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io  0x0376]
[    0.202179] pci 0000:00:01.3: quirk: [io  0x0600-0x063f] claimed by PIIX4 ACPI
[    0.202226] pci 0000:00:01.3: quirk: [io  0x0700-0x070f] claimed by PIIX4 SMB
[    0.217552] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)
[    0.218084] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)
[    0.218265] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)
[    0.218827] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)
[    0.219305] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)
[    0.219872] vgaarb: loaded
[    0.220132] pps_core: LinuxPPS API ver. 1 registered
[    0.220588] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti at linux.it>
[    0.222229] PTP clock support registered
[    0.222583] EDAC MC: Ver: 3.0.0
[    0.222973] PCI: Using ACPI for IRQ routing
[    0.223516] clocksource: Switched to clocksource kvm-clock
[    0.227842] VFS: Disk quotas dquot_6.6.0
[    0.228195] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.228846] AppArmor: AppArmor Filesystem Enabled
[    0.231637] pnp: PnP ACPI init
[    0.232112] pnp: PnP ACPI: found 5 devices
[    0.237490] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.238290] NET: Registered protocol family 2
[    0.238733] tcp_listen_portaddr_hash hash table entries: 512 (order: 1, 8192 bytes)
[    0.239383] TCP established hash table entries: 8192 (order: 4, 65536 bytes)
[    0.239982] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)
[    0.240537] TCP: Hash tables configured (established 8192 bind 8192)
[    0.241085] UDP hash table entries: 512 (order: 2, 16384 bytes)
[    0.241587] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[    0.242172] NET: Registered protocol family 1
[    0.242557] NET: Registered protocol family 44
[    0.242947] pci 0000:00:01.0: PIIX3: Enabling Passive Release
[    0.243437] pci 0000:00:00.0: Limiting direct PCI/PCI transfers
[    0.243939] pci 0000:00:01.0: Activating ISA DMA hang workarounds
[    0.244504] Unpacking initramfs...
[    0.246695] Freeing initrd memory: 4888K
[    0.247141] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x6a8d280fdb9, max_idle_ns: 881591151302 ns
[    0.248309] Initialise system trusted keyrings
[    0.248694] Key type blacklist registered
[    0.249066] workingset: timestamp_bits=40 max_order=18 bucket_order=0
[    0.250137] zbud: loaded
[    0.250572] alg: self-tests disabled
[    0.251022] Key type asymmetric registered
[    0.251373] Asymmetric key parser 'x509' registered
[    0.251788] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
[    0.252424] io scheduler noop registered
[    0.252759] io scheduler deadline registered
[    0.253146] io scheduler cfq registered (default)
[    0.253544] io scheduler mq-deadline registered
[    0.253981] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    0.254648] Serial: 8250/16550 driver, 1 ports, IRQ sharing enabled
[    0.277090] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    0.277834] Linux agpgart interface v0.103
[    0.278235] AMD IOMMUv2 driver by Joerg Roedel <jroedel at suse.de>
[    0.278740] AMD IOMMUv2 functionality not available on this system
[    0.279331] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
[    0.280516] serio: i8042 KBD port at 0x60,0x64 irq 1
[    0.280945] serio: i8042 AUX port at 0x60,0x64 irq 12
[    0.281425] mousedev: PS/2 mouse device common for all mice
[    0.282036] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[    0.282956] rtc_cmos 00:00: RTC can wake from S4
[    0.283549] rtc_cmos 00:00: registered as rtc0
[    0.283936] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram
[    0.284492] ledtrig-cpu: registered to indicate activity on CPUs
[    0.285137] NET: Registered protocol family 10
[    0.285726] Segment Routing with IPv6
[    0.286057] mip6: Mobile IPv6
[    0.286324] NET: Registered protocol family 17
[    0.286720] mpls_gso: MPLS GSO support
[    0.287137] mce: Using 10 MCE banks
[    0.287452] sched_clock: Marking stable (231086264, 55232887)->(291401414, -5082263)
[    0.288177] registered taskstats version 1
[    0.288529] Loading compiled-in X.509 certificates
[    0.289085] Loaded X.509 cert 'Debian Secure Boot CA: 6ccece7e4c6c0d1f6149f3dd27dfcc5cbb419ea1'
[    0.289861] Loaded X.509 cert 'Debian Secure Boot Signer 2020: 00b55eb3b9'
[    0.290475] zswap: loaded using pool lzo/zbud
[    0.290878] AppArmor: AppArmor sha1 policy hashing enabled
[    0.291534] rtc_cmos 00:00: setting system clock to 2021-04-07 13:24:54 UTC (1617801894)
[    0.293211] Freeing unused kernel image memory: 1596K
[    0.298319] Write protecting the kernel read-only data: 16384k
[    0.299863] Freeing unused kernel image memory: 2028K
[    0.300418] Freeing unused kernel image memory: 784K
[    0.304973] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    0.305558] x86/mm: Checking user space page tables
[    0.311820] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    0.312432] Run /init as init process
supermin: mounting /proc
supermin: ext2 mini initrd starting up: 5.2.0 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=8b68095f-a85f-4412-9dfd-becdb5a52896 selinux=0 guestfs_verbose=1 TERM=xterm vsyscall=emulate
supermin: uptime: 0.26 0.03
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 crc32c_generic.ko
supermin: internal insmod libnvdimm.ko
supermin: internal insmod nfit.ko
supermin: internal insmod scsi_mod.ko
[    0.332947] SCSI subsystem initialized
supermin: internal insmod libata.ko
supermin: internal insmod ata_piix.ko
[    0.342807] scsi host0: ata_piix
[    0.343255] scsi host1: ata_piix
[    0.343555] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14
[    0.344149] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15
supermin: internal insmod virtio.ko
supermin: internal insmod virtio_ring.ko
supermin: internal insmod virtio_blk.ko
supermin: internal insmod rng-core.ko
supermin: internal insmod virtio-rng.ko
supermin: internal insmod virtio_console.ko
supermin: internal insmod crypto_engine.ko
supermin: internal insmod virtio_crypto.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 sd_mod.ko
supermin: internal insmod virtio_scsi.ko
supermin: internal insmod virtio_balloon.ko
supermin: internal insmod virtio_input.ko
supermin: internal insmod virtio_mmio.ko
supermin: internal insmod virtio_pci.ko
[    0.535195] PCI Interrupt Link [LNKB] enabled at IRQ 10
[    0.545844] PCI Interrupt Link [LNKC] enabled at IRQ 11
[    0.547303] scsi host2: Virtio SCSI HBA
[    0.550238] scsi 2:0:0:0: Direct-Access     QEMU     QEMU HARDDISK    2.5+ PQ: 0 ANSI: 5
[    0.551185] scsi 2:0:1:0: Direct-Access     QEMU     QEMU HARDDISK    2.5+ PQ: 0 ANSI: 5
[    0.566853] PCI Interrupt Link [LNKD] enabled at IRQ 11
[    0.608110] sd 2:0:0:0: Power-on or device reset occurred
[    0.608743] sd 2:0:1:0: Power-on or device reset occurred
[    0.609300] sd 2:0:0:0: [sda] 33554432 512-byte logical blocks: (17.2 GB/16.0 GiB)
[    0.609963] sd 2:0:0:0: [sda] Write Protect is off
[    0.610480] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    0.611267] sd 2:0:1:0: [sdb] 8388608 512-byte logical blocks: (4.29 GB/4.00 GiB)
[    0.611962] sd 2:0:1:0: [sdb] Write Protect is off
[    0.612443] sd 2:0:1:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    0.613953]  sda: sda1 sda2
[    0.614824] sd 2:0:0:0: [sda] Attached SCSI disk
[    0.615352] sd 2:0:1:0: [sdb] Attached SCSI disk
supermin: internal insmod fscrypto.ko
supermin: internal insmod jbd2.ko
supermin: internal insmod mbcache.ko
supermin: internal insmod crc16.ko
supermin: internal insmod ext4.ko
supermin: internal insmod crc-ccitt.ko
supermin: internal insmod crc-itu-t.ko
supermin: internal insmod crc64.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.652478] EXT4-fs (sdb): mounting ext2 file system using the ext4 subsystem
[    0.655369] 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=8b68095f-a85f-4412-9dfd-becdb5a52896 selinux=0 guestfs_verbose=1 TERM=xterm vsyscall=emulate == *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=8b68095f-a85f-4412-9dfd-becdb5a52896 selinux=0 guestfs_verbose=1 TERM=xterm vsyscall=emulate == *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=8b68095f-a85f-4412-9dfd-becdb5a52896 selinux=0 guestfs_verbose=1 TERM=xterm vsyscall=emulate == *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=8b68095f-a85f-4412-9dfd-becdb5a52896 selinux=0 guestfs_verbose=1 TERM=xterm vsyscall=emulate == *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=8b68095f-a85f-4412-9dfd-becdb5a52896 selinux=0 guestfs_verbose=1 TERM=xterm vsyscall=emulate == *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=' 71f2 f1bf 9c41 e4c8 4ffa 50d4 ac4f 72aa'
+ echo 71f2f1bf9c41e4c84ffa50d4ac4f72aa
+ 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:19] Unknown user 'systemd-network'.
[/usr/lib/tmpfiles.d/systemd.conf:20] Unknown user 'systemd-network'.
[/usr/lib/tmpfiles.d/systemd.conf:21] Unknown user 'systemd-network'.
[/usr/lib/tmpfiles.d/systemd.conf:25] Unknown group 'systemd-journal'.
[/usr/lib/tmpfiles.d/systemd.conf:26] Unknown group 'systemd-journal'.
Failed to parse ACL "d:group:adm:r-x": No such file or directory. Ignoring
Failed to parse ACL "group:adm:r-x": No such file or directory. Ignoring
Failed to parse ACL "group:adm:r--": No such file or directory. Ignoring
Failed to parse ACL "d:group::r-x,d:group:adm:r-x": No such file or directory. Ignoring
Failed to parse ACL "group::r-x,group:adm:r-x": No such file or directory. Ignoring
Failed to parse ACL "d:group:adm:r-x": No such file or directory. Ignoring
Failed to parse ACL "group:adm:r-x": No such file or directory. Ignoring
Failed to parse ACL "group:adm:r--": No such file or directory. Ignoring
+ 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 --debug
Unknown filesystem type 62656572 mounted on /sys/fs/cgroup.
Failed to determine root cgroup, ignoring cgroup memory limit: No medium found
Set children_max to 10
Starting version 241
+ udevadm trigger
hwdb.bin does not exist, please run 'systemd-hwdb update'
Load module index
timestamp of '/etc/systemd/network' changed
timestamp of '/lib/systemd/network' changed
Parsed configuration file /lib/systemd/network/99-default.link
Created link configuration context.
timestamp of '/etc/udev/rules.d' changed
Reading rules file: /lib/udev/rules.d/01-md-raid-creating.rules
Reading rules file: /lib/udev/rules.d/50-firmware.rules
Reading rules file: /lib/udev/rules.d/50-udev-default.rules
Specified group 'tty' unknown
Specified group 'dialout' unknown
Specified group 'kmem' unknown
Specified group 'input' unknown
Specified group 'video' unknown
Specified group 'render' unknown
Specified group 'audio' unknown
Specified group 'lp' unknown
Specified group 'disk' unknown
Specified group 'cdrom' unknown
Specified group 'tape' unknown
Specified group 'kvm' unknown
Reading rules file: /lib/udev/rules.d/55-dm.rules
Reading rules file: /lib/udev/rules.d/56-lvm.rules
Reading rules file: /lib/udev/rules.d/60-block.rules
Reading rules file: /lib/udev/rules.d/60-cdrom_id.rules
Reading rules file: /lib/udev/rules.d/60-drm.rules
Reading rules file: /lib/udev/rules.d/60-evdev.rules
Reading rules file: /lib/udev/rules.d/60-input-id.rules
Reading rules file: /lib/udev/rules.d/60-persistent-alsa.rules
Reading rules file: /lib/udev/rules.d/60-persistent-input.rules
+ udevadm settle --timeout=600
Reading rules file: /lib/udev/rules.d/60-persistent-storage-dm.rules
Reading rules file: /lib/udev/rules.d/60-persistent-storage-tape.rules
Reading rules file: /lib/udev/rules.d/60-persistent-storage.rules
Reading rules file: /lib/udev/rules.d/60-persistent-v4l.rules
Reading rules file: /lib/udev/rules.d/60-sensor.rules
Reading rules file: /lib/udev/rules.d/60-serial.rules
Reading rules file: /lib/udev/rules.d/63-md-raid-arrays.rules
Reading rules file: /lib/udev/rules.d/64-btrfs-dm.rules
Reading rules file: /lib/udev/rules.d/64-btrfs.rules
Reading rules file: /lib/udev/rules.d/64-md-raid-assembly.rules
Reading rules file: /lib/udev/rules.d/69-lvm-metad.rules
Reading rules file: /lib/udev/rules.d/69-md-clustered-confirm-device.rules
Reading rules file: /lib/udev/rules.d/70-joystick.rules
Reading rules file: /lib/udev/rules.d/70-mouse.rules
Reading rules file: /lib/udev/rules.d/70-power-switch.rules
Reading rules file: /lib/udev/rules.d/70-touchpad.rules
Reading rules file: /lib/udev/rules.d/70-uaccess.rules
Reading rules file: /lib/udev/rules.d/71-seat.rules
Reading rules file: /lib/udev/rules.d/73-seat-late.rules
Reading rules file: /lib/udev/rules.d/73-special-net-names.rules
Reading rules file: /lib/udev/rules.d/73-usb-net-by-mac.rules
Reading rules file: /lib/udev/rules.d/75-net-description.rules
Reading rules file: /lib/udev/rules.d/75-probe_mtd.rules
Reading rules file: /lib/udev/rules.d/78-sound-card.rules
Reading rules file: /lib/udev/rules.d/80-debian-compat.rules
Reading rules file: /lib/udev/rules.d/80-drivers.rules
Reading rules file: /lib/udev/rules.d/80-net-setup-link.rules
Reading rules file: /lib/udev/rules.d/82-gfs2-withdraw.rules
Reading rules file: /lib/udev/rules.d/85-hwclock.rules
Reading rules file: /lib/udev/rules.d/95-dm-notify.rules
Reading rules file: /etc/udev/rules.d/99-guestfs-serial.rules
Reading rules file: /lib/udev/rules.d/99-systemd.rules
Rules contain 49152 bytes tokens (4096 * 12 bytes), 14589 bytes strings
2122 strings (26485 bytes), 1424 de-duplicated (12595 bytes), 699 trie nodes used
chmod '/dev/net/tun' 0666
chmod '/dev/fuse' 0666
LNXSYSTM:00: Device (SEQNUM=743, ACTION=change) is queued
Validate module index
Check if link configuration needs reloading.
Successfully forked off 'n/a' as PID 107.
LNXSYSTM:00: Worker [107] is forked for processing SEQNUM=743.
LNXPWRBN:00: Device (SEQNUM=744, ACTION=change) is queued
LNXSYBUS:00: Device (SEQNUM=745, ACTION=change) is queued
ACPI0010:00: Device (SEQNUM=746, ACTION=change) is queued
LNXCPU:00: Device (SEQNUM=747, ACTION=change) is queued
PNP0103:00: Device (SEQNUM=748, ACTION=change) is queued
PNP0A03:00: Device (SEQNUM=749, ACTION=change) is queued
PNP0A06:00: Device (SEQNUM=750, ACTION=change) is queued
PNP0A06:01: Device (SEQNUM=751, ACTION=change) is queued
PNP0A06:02: Device (SEQNUM=752, ACTION=change) is queued
QEMU0002:00: Device (SEQNUM=753, ACTION=change) is queued
device:00: Device (SEQNUM=754, ACTION=change) is queued
device:01: Device (SEQNUM=755, ACTION=change) is queuedLNXSYSTM:00: Processing device (SEQNUM=743, ACTION=change)
LNXSYSTM:00: IMPORT builtin 'hwdb' /lib/udev/rules.d/50-udev-default.rules:14
LNXSYSTM:00: IMPORT builtin 'hwdb' fails: Invalid argument
LNXSYSTM:00: Device (SEQNUM=743, ACTION=change) processed
LNXSYSTM:00: sd-device-monitor: Passed 170 byte to netlink monitor

LNXPWRBN:00: sd-device-monitor: Passed 182 byte to netlink monitorLNXPWRBN:00: Processing device (SEQNUM=744, ACTION=change)
LNXPWRBN:00: IMPORT builtin 'hwdb' /lib/udev/rules.d/50-udev-default.rules:14
LNXPWRBN:00: IMPORT builtin 'hwdb' fails: Invalid argument
LNXPWRBN:00: Device (SEQNUM=744, ACTION=change) processed
LNXPWRBN:00: sd-device-monitor: Passed 182 byte to netlink monitor

Successfully forked off 'n/a' as PID 108.
LNXSYBUS:00: Worker [108] is forked for processing SEQNUM=745.
PNP0303:00: Device (SEQNUM=756, ACTION=change) is queued
PNP0400:00: Device (SEQNUM=757, ACTION=change) is queued
PNP0501:00: Device (SEQNUM=758, ACTION=change) is queued
PNP0501:01: Device (SEQNUM=759, ACTION=change) is queued
PNP0700:00: Device (SEQNUM=760, ACTION=change) is queued
PNP0B00:00: Device (SEQNUM=761, ACTION=change) is queued
PNP0F13:00: Device (SEQNUM=762, ACTION=change) is queued
device:02: Device (SEQNUM=763, ACTION=change) is queued
device:03: Device (SEQNUM=764, ACTION=change) is queued
device:04: Device (SEQNUM=765, ACTION=change) is queued
device:05: Device (SEQNUM=766, ACTION=change) is queuedLNXSYBUS:00: Processing device (SEQNUM=745, ACTION=change)
LNXSYBUS:00: IMPORT builtin 'hwdb' /lib/udev/rules.d/50-udev-default.rules:14
LNXSYBUS:00: IMPORT builtin 'hwdb' fails: Invalid argument
LNXSYBUS:00: Device (SEQNUM=745, ACTION=change) processed
LNXSYBUS:00: sd-device-monitor: Passed 182 byte to netlink monitor

ACPI0010:00: Processing device (SEQNUM=746, ACTION=change)
ACPI0010:00: IMPORT builtin 'hwdb' /lib/udev/rules.d/50-udev-default.rules:14
ACPI0010:00: IMPORT builtin 'hwdb' fails: Invalid argument
ACPI0010:00: Device (SEQNUM=746, ACTION=change) processed
ACPI0010:00: sd-device-monitor: Passed 202 byte to netlink monitor
ACPI0010:00: sd-device-monitor: Passed 202 byte to netlink monitor
PNP0103:00: sd-device-monitor: Passed 179 byte to netlink monitor
Successfully forked off 'n/a' as PID 109.
PNP0A03:00: Worker [109] is forked for processing SEQNUM=749.
device:06: Device (SEQNUM=767, ACTION=change) is queued
LNXCPU:00: Processing device (SEQNUM=747, ACTION=change)
LNXCPU:00: IMPORT builtin 'hwdb' /lib/udev/rules.d/50-udev-default.rules:14
LNXCPU:00: IMPORT builtin 'hwdb' fails: Invalid argument
LNXCPU:00: Device (SEQNUM=747, ACTION=change) processed
LNXCPU:00: sd-device-monitor: Passed 202 byte to netlink monitor
PNP0103:00: Processing device (SEQNUM=748, ACTION=change)
PNP0103:00: Device (SEQNUM=748, ACTION=change) processed
PNP0103:00: sd-device-monitor: Passed 179 byte to netlink monitor
LNXCPU:00: sd-device-monitor: Passed 202 byte to netlink monitor
device:07: Device (SEQNUM=768, ACTION=change) is queued
device:08: Device (SEQNUM=769, ACTION=change) is queued
device:09: Device (SEQNUM=770, ACTION=change) is queued
device:0a: Device (SEQNUM=771, ACTION=change) is queued
device:0b: Device (SEQNUM=772, ACTION=change) is queued
device:0c: Device (SEQNUM=773, ACTION=change) is queued
device:0d: Device (SEQNUM=774, ACTION=change) is queued
device:0e: Device (SEQNUM=775, ACTION=change) is queued
device:0f: Device (SEQNUM=776, ACTION=change) is queuedPNP0A03:00: Processing device (SEQNUM=749, ACTION=change)
PNP0A03:00: IMPORT builtin 'hwdb' /lib/udev/rules.d/50-udev-default.rules:14
PNP0A03:00: IMPORT builtin 'hwdb' fails: Invalid argument
PNP0A03:00: Device (SEQNUM=749, ACTION=change) processed
PNP0A03:00: sd-device-monitor: Passed 192 byte to netlink monitor

PNP0A06:00: Processing device (SEQNUM=750, ACTION=change)
PNP0A06:00: IMPORT builtin 'hwdb' /lib/udev/rules.d/50-udev-default.rules:14
PNP0A06:00: IMPORT builtin 'hwdb' fails: Invalid argument
PNP0A06:00: Device (SEQNUM=750, ACTION=change) processed
PNP0A06:00: sd-device-monitor: Passed 203 byte to netlink monitor
PNP0A06:00: sd-device-monitor: Passed 203 byte to netlink monitor
PNP0A06:01: Processing device (SEQNUM=751, ACTION=change)
PNP0A06:01: IMPORT builtin 'hwdb' /lib/udev/rules.d/50-udev-default.rules:14
PNP0A06:01: IMPORT builtin 'hwdb' fails: Invalid argument
PNP0A06:01: Device (SEQNUM=751, ACTION=change) processed
PNP0A06:01: sd-device-monitor: Passed 203 byte to netlink monitor
PNP0A06:01: sd-device-monitor: Passed 203 byte to netlink monitor
PNP0A06:02: Processing device (SEQNUM=752, ACTION=change)
PNP0A06:02: IMPORT builtin 'hwdb' /lib/udev/rules.d/50-udev-default.rules:14
PNP0A06:02: IMPORT builtin 'hwdb' fails: Invalid argument
PNP0A06:02: Device (SEQNUM=752, ACTION=change) processed
PNP0A06:02: sd-device-monitor: Passed 203 byte to netlink monitor
PNP0A06:02: sd-device-monitor: Passed 203 byte to netlink monitor
Successfully forked off 'n/a' as PID 110.
QEMU0002:00: Worker [110] is forked for processing SEQNUM=753.
Successfully forked off 'n/a' as PID 111.
QEMU0002:00: Processing device (SEQNUM=753, ACTION=change)
QEMU0002:00: IMPORT builtin 'hwdb' /lib/udev/rules.d/50-udev-default.rules:14
QEMU0002:00: IMPORT builtin 'hwdb' fails: Invalid argument
QEMU0002:00: Device (SEQNUM=753, ACTION=change) processed
QEMU0002:00: sd-device-monitor: Passed 205 byte to netlink monitor
device:00: Worker [111] is forked for processing SEQNUM=754.
Successfully forked off 'n/a' as PID 112.
device:01: Worker [112] is forked for processing SEQNUM=755.
Successfully forked off 'n/a' as PID 113.
device:02: Worker [113] is forked for processing SEQNUM=763.
Successfully forked off 'n/a' as PID 114.
device:03: Worker [114] is forked for processing SEQNUM=764.
Successfully forked off 'n/a' as PID 115.
device:04: Worker [115] is forked for processing SEQNUM=765.device:00: Processing device (SEQNUM=754, ACTION=change)
device:00: Device (SEQNUM=754, ACTION=change) processed
device:00: sd-device-monitor: Passed 179 byte to netlink monitor
device:02: Processing device (SEQNUM=763, ACTION=change)
device:02: Device (SEQNUM=763, ACTION=change) processed
device:02: sd-device-monitor: Passed 179 byte to netlink monitor
device:03: Processing device (SEQNUM=764, ACTION=change)device:01: Processing device (SEQNUM=755, ACTION=change)
device:01: Device (SEQNUM=755, ACTION=change) processed
device:01: sd-device-monitor: Passed 179 byte to netlink monitor

device:03: Device (SEQNUM=764, ACTION=change) processed
device:03: sd-device-monitor: Passed 179 byte to netlink monitor
device:04: Processing device (SEQNUM=765, ACTION=change)
device:04: Device (SEQNUM=765, ACTION=change) processed
device:04: sd-device-monitor: Passed 179 byte to netlink monitor
Successfully forked off 'n/a' as PID 116.
device:05: Worker [116] is forked for processing SEQNUM=766.
Maximum number (10) of children reached.
Maximum number (10) of children reached.
Maximum number (10) of children reached.
Maximum number (10) of children reached.
Maximum number (10) of children reached.
Maximum number (10) of children reached.
Maximum number (10) of children reached.
Maximum number (10) of children reached.
Maximum number (10) of children reached.
device:05: Processing device (SEQNUM=766, ACTION=change)
device:05: Device (SEQNUM=766, ACTION=change) processed
device:05: sd-device-monitor: Passed 179 byte to netlink monitor

Maximum number (10) of children reached.
device:10: Device (SEQNUM=777, ACTION=change) is queued
Maximum number (10) of children reached.
Maximum number (10) of children reached.
Maximum number (10) of children reached.
Maximum number (10) of children reached.
Maximum number (10) of children reached.
Maximum number (10) of children reached.
Maximum number (10) of children reached.
Maximum number (10) of children reached.
Maximum number (10) of children reached.
Maximum number (10) of children reached.
Maximum number (10) of children reached.
PNP0303:00: Processing device (SEQNUM=756, ACTION=change)
PNP0303:00: IMPORT builtin 'hwdb' /lib/udev/rules.d/50-udev-default.rules:14
PNP0303:00: IMPORT builtin 'hwdb' fails: Invalid argument
PNP0303:00: Device (SEQNUM=756, ACTION=change) processed
PNP0303:00: sd-device-monitor: Passed 213 byte to netlink monitor
PNP0303:00: sd-device-monitor: Passed 213 byte to netlink monitor
PNP0400:00: Processing device (SEQNUM=757, ACTION=change)
PNP0400:00: Device (SEQNUM=757, ACTION=change) processed
PNP0400:00: sd-device-monitor: Passed 200 byte to netlink monitor
PNP0400:00: sd-device-monitor: Passed 200 byte to netlink monitor
PNP0501:00: Processing device (SEQNUM=758, ACTION=change)
PNP0501:00: IMPORT builtin 'hwdb' /lib/udev/rules.d/50-udev-default.rules:14
PNP0501:00: IMPORT builtin 'hwdb' fails: Invalid argument
PNP0501:00: Device (SEQNUM=758, ACTION=change) processed
PNP0501:00: sd-device-monitor: Passed 213 byte to netlink monitor
PNP0501:00: sd-device-monitor: Passed 213 byte to netlink monitor
PNP0501:01: Processing device (SEQNUM=759, ACTION=change)
PNP0501:01: Device (SEQNUM=759, ACTION=change) processed
PNP0501:01: sd-device-monitor: Passed 200 byte to netlink monitor
PNP0501:01: sd-device-monitor: Passed 200 byte to netlink monitor
PNP0700:00: Processing device (SEQNUM=760, ACTION=change)
PNP0700:00: IMPORT builtin 'hwdb' /lib/udev/rules.d/50-udev-default.rules:14
PNP0700:00: IMPORT builtin 'hwdb' fails: Invalid argument
PNP0700:00: Device (SEQNUM=760, ACTION=change) processed
PNP0700:00: sd-device-monitor: Passed 213 byte to netlink monitor
PNP0700:00: sd-device-monitor: Passed 213 byte to netlink monitor
PNP0B00:00: Processing device (SEQNUM=761, ACTION=change)
PNP0B00:00: IMPORT builtin 'hwdb' /lib/udev/rules.d/50-udev-default.rules:14
PNP0B00:00: IMPORT builtin 'hwdb' fails: Invalid argument
PNP0B00:00: Device (SEQNUM=761, ACTION=change) processed
PNP0B00:00: sd-device-monitor: Passed 213 byte to netlink monitor
PNP0B00:00: sd-device-monitor: Passed 213 byte to netlink monitor
PNP0F13:00: Processing device (SEQNUM=762, ACTION=change)
PNP0F13:00: IMPORT builtin 'hwdb' /lib/udev/rules.d/50-udev-default.rules:14
PNP0F13:00: IMPORT builtin 'hwdb' fails: Invalid argument
PNP0F13:00: Device (SEQNUM=762, ACTION=change) processed
PNP0F13:00: sd-device-monitor: Passed 213 byte to netlink monitor
PNP0F13:00: sd-device-monitor: Passed 213 byte to netlink monitor
device:06: Processing device (SEQNUM=767, ACTION=change)
device:06: Device (SEQNUM=767, ACTION=change) processed
device:06: sd-device-monitor: Passed 179 byte to netlink monitor
device:06: sd-device-monitor: Passed 179 byte to netlink monitor
device:07: Processing device (SEQNUM=768, ACTION=change)
device:07: Device (SEQNUM=768, ACTION=change) processed
device:07: sd-device-monitor: Passed 179 byte to netlink monitor
device:07: sd-device-monitor: Passed 179 byte to netlink monitor
device:08: Processing device (SEQNUM=769, ACTION=change)
device:08: Device (SEQNUM=769, ACTION=change) processed
device:08: sd-device-monitor: Passed 179 byte to netlink monitor
device:08: sd-device-monitor: Passed 179 byte to netlink monitor
Maximum number (10) of children reached.
Maximum number (10) of children reached.
Maximum number (10) of children reached.
Maximum number (10) of children reached.
Maximum number (10) of children reached.
Maximum number (10) of children reached.
Maximum number (10) of children reached.
Maximum number (10) of children reached.
device:11: Device (SEQNUM=778, ACTION=change) is queued
Maximum number (10) of children reached.
Maximum number (10) of children reached.
Maximum number (10) of children reached.
Maximum number (10) of children reached.
Maximum number (10) of children reached.
Maximum number (10) of children reached.
Maximum number (10) of children reached.
Maximum number (10) of children reached.
Maximum number (10) of children reached.
device:09: Processing device (SEQNUM=770, ACTION=change)
device:09: Device (SEQNUM=770, ACTION=change) processed
device:09: sd-device-monitor: Passed 179 byte to netlink monitor
device:09: sd-device-monitor: Passed 179 byte to netlink monitor
device:0a: Processing device (SEQNUM=771, ACTION=change)
device:0a: Device (SEQNUM=771, ACTION=change) processed
device:0a: sd-device-monitor: Passed 179 byte to netlink monitor
device:0a: sd-device-monitor: Passed 179 byte to netlink monitor
device:0b: Processing device (SEQNUM=772, ACTION=change)
device:0b: Device (SEQNUM=772, ACTION=change) processed
device:0b: sd-device-monitor: Passed 179 byte to netlink monitor
device:0b: sd-device-monitor: Passed 179 byte to netlink monitor
device:0c: Processing device (SEQNUM=773, ACTION=change)
device:0c: Device (SEQNUM=773, ACTION=change) processed
device:0c: sd-device-monitor: Passed 179 byte to netlink monitor
device:0c: sd-device-monitor: Passed 179 byte to netlink monitor
device:0d: Processing device (SEQNUM=774, ACTION=change)
device:0d: Device (SEQNUM=774, ACTION=change) processed
device:0d: sd-device-monitor: Passed 179 byte to netlink monitor
device:0d: sd-device-monitor: Passed 179 byte to netlink monitor
device:0e: Processing device (SEQNUM=775, ACTION=change)
device:0e: Device (SEQNUM=775, ACTION=change) processed
device:0e: sd-device-monitor: Passed 179 byte to netlink monitor
device:0e: sd-device-monitor: Passed 179 byte to netlink monitor
device:0f: Processing device (SEQNUM=776, ACTION=change)
device:0f: Device (SEQNUM=776, ACTION=change) processed
device:0f: sd-device-monitor: Passed 179 byte to netlink monitor
device:0f: sd-device-monitor: Passed 179 byte to netlink monitor
device:10: Processing device (SEQNUM=777, ACTION=change)
device:10: Device (SEQNUM=777, ACTION=change) processed
device:10: sd-device-monitor: Passed 179 byte to netlink monitor
device:10: sd-device-monitor: Passed 179 byte to netlink monitor
device:11: Processing device (SEQNUM=778, ACTION=change)
device:11: Device (SEQNUM=778, ACTION=change) processed
device:11: sd-device-monitor: Passed 179 byte to netlink monitor
device:11: sd-device-monitor: Passed 179 byte to netlink monitor
device:12: Device (SEQNUM=779, ACTION=change) is queued
device:12: Processing device (SEQNUM=779, ACTION=change)
device:12: Device (SEQNUM=779, ACTION=change) processed
device:12: sd-device-monitor: Passed 179 byte to netlink monitor
device:12: sd-device-monitor: Passed 179 byte to netlink monitor
device:13: Device (SEQNUM=780, ACTION=change) is queued
device:13: Processing device (SEQNUM=780, ACTION=change)
device:13: Device (SEQNUM=780, ACTION=change) processed
device:13: sd-device-monitor: Passed 179 byte to netlink monitor
device:13: sd-device-monitor: Passed 179 byte to netlink monitor
device:14: Device (SEQNUM=781, ACTION=change) is queued
device:14: Processing device (SEQNUM=781, ACTION=change)
device:14: Device (SEQNUM=781, ACTION=change) processed
device:14: sd-device-monitor: Passed 179 byte to netlink monitor
device:14: sd-device-monitor: Passed 179 byte to netlink monitor
device:15: Device (SEQNUM=782, ACTION=change) is queued
device:15: Processing device (SEQNUM=782, ACTION=change)
device:15: Device (SEQNUM=782, ACTION=change) processed
device:15: sd-device-monitor: Passed 179 byte to netlink monitor
device:15: sd-device-monitor: Passed 179 byte to netlink monitor
device:16: Device (SEQNUM=783, ACTION=change) is queued
device:16: Processing device (SEQNUM=783, ACTION=change)
device:16: Device (SEQNUM=783, ACTION=change) processed
device:16: sd-device-monitor: Passed 179 byte to netlink monitor
device:16: sd-device-monitor: Passed 179 byte to netlink monitor
device:17: Device (SEQNUM=784, ACTION=change) is queued
device:17: Processing device (SEQNUM=784, ACTION=change)
device:17: Device (SEQNUM=784, ACTION=change) processed
device:17: sd-device-monitor: Passed 179 byte to netlink monitor
device:17: sd-device-monitor: Passed 179 byte to netlink monitor
device:18: Device (SEQNUM=785, ACTION=change) is queued
device:18: sd-device-monitor: Passed 179 byte to netlink monitor
device:19: Device (SEQNUM=786, ACTION=change) is queued
device:19: Processing device (SEQNUM=786, ACTION=change)
device:19: Device (SEQNUM=786, ACTION=change) processed
device:19: sd-device-monitor: Passed 179 byte to netlink monitor
device:18: Processing device (SEQNUM=785, ACTION=change)
device:18: Device (SEQNUM=785, ACTION=change) processed
device:18: sd-device-monitor: Passed 179 byte to netlink monitor
device:19: sd-device-monitor: Passed 179 byte to netlink monitor
device:1a: Device (SEQNUM=787, ACTION=change) is queued
device:1a: Processing device (SEQNUM=787, ACTION=change)
device:1a: Device (SEQNUM=787, ACTION=change) processed
device:1a: sd-device-monitor: Passed 179 byte to netlink monitor
device:1a: sd-device-monitor: Passed 179 byte to netlink monitor
device:1b: Device (SEQNUM=788, ACTION=change) is queued
device:1b: sd-device-monitor: Passed 179 byte to netlink monitor
device:1c: Device (SEQNUM=789, ACTION=change) is queued
device:1c: Processing device (SEQNUM=789, ACTION=change)
device:1c: Device (SEQNUM=789, ACTION=change) processed
device:1c: sd-device-monitor: Passed 179 byte to netlink monitor
device:1b: Processing device (SEQNUM=788, ACTION=change)
device:1b: Device (SEQNUM=788, ACTION=change) processed
device:1b: sd-device-monitor: Passed 179 byte to netlink monitor
device:1c: sd-device-monitor: Passed 179 byte to netlink monitor
device:1d: Device (SEQNUM=790, ACTION=change) is queued
device:1d: Processing device (SEQNUM=790, ACTION=change)
device:1d: Device (SEQNUM=790, ACTION=change) processed
device:1d: sd-device-monitor: Passed 179 byte to netlink monitor
device:1d: sd-device-monitor: Passed 179 byte to netlink monitor
device:1e: Device (SEQNUM=791, ACTION=change) is queued
device:1e: sd-device-monitor: Passed 179 byte to netlink monitor
device:1f: Device (SEQNUM=792, ACTION=change) is queued
device:1f: Processing device (SEQNUM=792, ACTION=change)
device:1f: Device (SEQNUM=792, ACTION=change) processed
device:1f: sd-device-monitor: Passed 179 byte to netlink monitor
device:1e: Processing device (SEQNUM=791, ACTION=change)
device:1e: Device (SEQNUM=791, ACTION=change) processed
device:1e: sd-device-monitor: Passed 179 byte to netlink monitor
device:1f: sd-device-monitor: Passed 179 byte to netlink monitor
device:20: Device (SEQNUM=793, ACTION=change) is queued
device:20: Processing device (SEQNUM=793, ACTION=change)
device:20: Device (SEQNUM=793, ACTION=change) processed
device:20: sd-device-monitor: Passed 179 byte to netlink monitor
device:20: sd-device-monitor: Passed 179 byte to netlink monitor
PNP0C0F:00: Device (SEQNUM=794, ACTION=change) is queued
PNP0C0F:00: sd-device-monitor: Passed 192 byte to netlink monitor
PNP0C0F:00: Processing device (SEQNUM=794, ACTION=change)
PNP0C0F:00: IMPORT builtin 'hwdb' /lib/udev/rules.d/50-udev-default.rules:14
PNP0C0F:00: IMPORT builtin 'hwdb' fails: Invalid argument
PNP0C0F:00: Device (SEQNUM=794, ACTION=change) processed
PNP0C0F:00: sd-device-monitor: Passed 192 byte to netlink monitor
PNP0C0F:01: Device (SEQNUM=795, ACTION=change) is queued
PNP0C0F:01: sd-device-monitor: Passed 192 byte to netlink monitor
PNP0C0F:02: Device (SEQNUM=796, ACTION=change) is queued
PNP0C0F:02: Processing device (SEQNUM=796, ACTION=change)
PNP0C0F:02: IMPORT builtin 'hwdb' /lib/udev/rules.d/50-udev-default.rules:14
PNP0C0F:02: IMPORT builtin 'hwdb' fails: Invalid argument
PNP0C0F:02: Device (SEQNUM=796, ACTION=change) processed
PNP0C0F:02: sd-device-monitor: Passed 192 byte to netlink monitor
PNP0C0F:01: Processing device (SEQNUM=795, ACTION=change)
PNP0C0F:01: IMPORT builtin 'hwdb' /lib/udev/rules.d/50-udev-default.rules:14
PNP0C0F:01: IMPORT builtin 'hwdb' fails: Invalid argument
PNP0C0F:01: Device (SEQNUM=795, ACTION=change) processed
PNP0C0F:01: sd-device-monitor: Passed 192 byte to netlink monitorPNP0C0F:02: sd-device-monitor: Passed 192 byte to netlink monitor
PNP0C0F:03: Device (SEQNUM=797, ACTION=change) is queued
PNP0C0F:03: Processing device (SEQNUM=797, ACTION=change)
PNP0C0F:03: IMPORT builtin 'hwdb' /lib/udev/rules.d/50-udev-default.rules:14
PNP0C0F:03: IMPORT builtin 'hwdb' fails: Invalid argument
PNP0C0F:03: Device (SEQNUM=797, ACTION=change) processed
PNP0C0F:03: sd-device-monitor: Passed 192 byte to netlink monitor
PNP0C0F:03: sd-device-monitor: Passed 192 byte to netlink monitor
PNP0C0F:04: Device (SEQNUM=798, ACTION=change) is queued
PNP0C0F:04: sd-device-monitor: Passed 192 byte to netlink monitor
LNXSYBUS:01: Device (SEQNUM=799, ACTION=change) is queued
LNXSYBUS:01: Processing device (SEQNUM=799, ACTION=change)
LNXSYBUS:01: IMPORT builtin 'hwdb' /lib/udev/rules.d/50-udev-default.rules:14
LNXSYBUS:01: IMPORT builtin 'hwdb' fails: Invalid argument
LNXSYBUS:01: Device (SEQNUM=799, ACTION=change) processed
LNXSYBUS:01: sd-device-monitor: Passed 182 byte to netlink monitor
PNP0C0F:04: Processing device (SEQNUM=798, ACTION=change)
PNP0C0F:04: IMPORT builtin 'hwdb' /lib/udev/rules.d/50-udev-default.rules:14
PNP0C0F:04: IMPORT builtin 'hwdb' fails: Invalid argument
PNP0C0F:04: Device (SEQNUM=798, ACTION=change) processed
PNP0C0F:04: sd-device-monitor: Passed 192 byte to netlink monitor

LNXSYBUS:01: sd-device-monitor: Passed 182 byte to netlink monitor
breakpoint: Device (SEQNUM=800, ACTION=change) is queued
breakpoint: Processing device (SEQNUM=800, ACTION=change)
breakpoint: Device (SEQNUM=800, ACTION=change) processed
breakpoint: sd-device-monitor: Passed 153 byte to netlink monitor
breakpoint: sd-device-monitor: Passed 153 byte to netlink monitor
cpu: Device (SEQNUM=801, ACTION=change) is queued
cpu: Processing device (SEQNUM=801, ACTION=change)
cpu: Device (SEQNUM=801, ACTION=change) processed
cpu: sd-device-monitor: Passed 146 byte to netlink monitor
cpu: sd-device-monitor: Passed 146 byte to netlink monitor
kprobe: Device (SEQNUM=802, ACTION=change) is queued
kprobe: sd-device-monitor: Passed 149 byte to netlink monitorkprobe: Processing device (SEQNUM=802, ACTION=change)
kprobe: Device (SEQNUM=802, ACTION=change) processed
kprobe: sd-device-monitor: Passed 149 byte to netlink monitor

msr: Device (SEQNUM=803, ACTION=change) is queued
msr: sd-device-monitor: Passed 146 byte to netlink monitor
0000:00:00.0: Device (SEQNUM=804, ACTION=change) is queued
0000:00:00.0: Processing device (SEQNUM=804, ACTION=change)
0000:00:00.0: IMPORT builtin 'hwdb' /lib/udev/rules.d/50-udev-default.rules:14
0000:00:00.0: IMPORT builtin 'hwdb' fails: Invalid argument
0000:00:00.0: Device (SEQNUM=804, ACTION=change) processed
0000:00:00.0: sd-device-monitor: Passed 304 byte to netlink monitor
msr: Processing device (SEQNUM=803, ACTION=change)
msr: Device (SEQNUM=803, ACTION=change) processed
msr: sd-device-monitor: Passed 146 byte to netlink monitor
0000:00:00.0: sd-device-monitor: Passed 304 byte to netlink monitor
0000:00:01.0: Device (SEQNUM=805, ACTION=change) is queued
0000:00:01.0: sd-device-monitor: Passed 304 byte to netlink monitor
0000:00:01.0: Processing device (SEQNUM=805, ACTION=change)
0000:00:01.0: IMPORT builtin 'hwdb' /lib/udev/rules.d/50-udev-default.rules:14
0000:00:01.0: IMPORT builtin 'hwdb' fails: Invalid argument
0000:00:01.0: Device (SEQNUM=805, ACTION=change) processed
0000:00:01.0: sd-device-monitor: Passed 304 byte to netlink monitor
0000:00:01.1: Device (SEQNUM=806, ACTION=change) is queued
0000:00:01.1: sd-device-monitor: Passed 320 byte to netlink monitor
ata1: Device (SEQNUM=807, ACTION=change) is queued
host0: Device (SEQNUM=808, ACTION=change) is queued0000:00:01.1: Processing device (SEQNUM=806, ACTION=change)
0000:00:01.1: IMPORT builtin 'hwdb' /lib/udev/rules.d/50-udev-default.rules:14
0000:00:01.1: IMPORT builtin 'hwdb' fails: Invalid argument
0000:00:01.1: Device (SEQNUM=806, ACTION=change) processed
0000:00:01.1: sd-device-monitor: Passed 320 byte to netlink monitor

ata1: sd-device-monitor: Passed 181 byte to netlink monitor
host0: Processing device (SEQNUM=808, ACTION=change)
host0: Device (SEQNUM=808, ACTION=change) processed
host0: sd-device-monitor: Passed 187 byte to netlink monitor
host0: sd-device-monitor: Passed 187 byte to netlink monitor
host0: Device (SEQNUM=809, ACTION=change) is queued
host0: Processing device (SEQNUM=809, ACTION=change)
host0: Device (SEQNUM=809, ACTION=change) processed
host0: sd-device-monitor: Passed 190 byte to netlink monitor
host0: sd-device-monitor: Passed 190 byte to netlink monitor
link1: Device (SEQNUM=810, ACTION=change) is queued
link1: Processing device (SEQNUM=810, ACTION=change)
link1: Device (SEQNUM=810, ACTION=change) processed
link1: sd-device-monitor: Passed 188 byte to netlink monitor
ata1: Processing device (SEQNUM=807, ACTION=change)
ata1: Device (SEQNUM=807, ACTION=change) processed
ata1: sd-device-monitor: Passed 181 byte to netlink monitor
link1: sd-device-monitor: Passed 188 byte to netlink monitor
dev1.0: Device (SEQNUM=811, ACTION=change) is queued
dev1.0: sd-device-monitor: Passed 200 byte to netlink monitor
dev1.1: Device (SEQNUM=812, ACTION=change) is queued
dev1.1: Processing device (SEQNUM=812, ACTION=change)
dev1.1: Device (SEQNUM=812, ACTION=change) processed
dev1.1: sd-device-monitor: Passed 200 byte to netlink monitor
dev1.0: Processing device (SEQNUM=811, ACTION=change)
dev1.0: Device (SEQNUM=811, ACTION=change) processed
dev1.0: sd-device-monitor: Passed 200 byte to netlink monitor
dev1.1: sd-device-monitor: Passed 200 byte to netlink monitor
ata2: Device (SEQNUM=813, ACTION=change) is queued
ata2: sd-device-monitor: Passed 181 byte to netlink monitor
host1: Device (SEQNUM=814, ACTION=change) is queued
host1: Processing device (SEQNUM=814, ACTION=change)
host1: Device (SEQNUM=814, ACTION=change) processed
host1: sd-device-monitor: Passed 187 byte to netlink monitor
host1: sd-device-monitor: Passed 187 byte to netlink monitor
host1: Device (SEQNUM=815, ACTION=change) is queued
host1: Processing device (SEQNUM=815, ACTION=change)
host1: Device (SEQNUM=815, ACTION=change) processed
host1: sd-device-monitor: Passed 190 byte to netlink monitor
host1: sd-device-monitor: Passed 190 byte to netlink monitor
link2: Device (SEQNUM=816, ACTION=change) is queued
link2: Processing device (SEQNUM=816, ACTION=change)
link2: Device (SEQNUM=816, ACTION=change) processed
link2: sd-device-monitor: Passed 188 byte to netlink monitor
link2: sd-device-monitor: Passed 188 byte to netlink monitor
dev2.0: Device (SEQNUM=817, ACTION=change) is queued
dev2.0: Processing device (SEQNUM=817, ACTION=change)
dev2.0: Device (SEQNUM=817, ACTION=change) processed
dev2.0: sd-device-monitor: Passed 200 byte to netlink monitor
dev2.0: sd-device-monitor: Passed 200 byte to netlink monitor
dev2.1: Device (SEQNUM=818, ACTION=change) is queued
dev2.1: Processing device (SEQNUM=818, ACTION=change)
dev2.1: Device (SEQNUM=818, ACTION=change) processed
dev2.1: sd-device-monitor: Passed 200 byte to netlink monitor
dev2.1: sd-device-monitor: Passed 200 byte to netlink monitor
0000:00:01.3: Device (SEQNUM=819, ACTION=change) is queued
0000:00:01.3: Processing device (SEQNUM=819, ACTION=change)
0000:00:01.3: IMPORT builtin 'hwdb' /lib/udev/rules.d/50-udev-default.rules:14
0000:00:01.3: IMPORT builtin 'hwdb' fails: Invalid argument
0000:00:01.3: Device (SEQNUM=819, ACTION=change) processed
0000:00:01.3: sd-device-monitor: Passed 304 byte to netlink monitor
0000:00:01.3: sd-device-monitor: Passed 304 byte to netlink monitor
0000:00:02.0: Device (SEQNUM=820, ACTION=change) is queued
0000:00:02.0: Processing device (SEQNUM=820, ACTION=change)
0000:00:02.0: IMPORT builtin 'hwdb' /lib/udev/rules.d/50-udev-default.rules:14
0000:00:02.0: IMPORT builtin 'hwdb' fails: Invalid argument
0000:00:02.0: Device (SEQNUM=820, ACTION=change) processed
0000:00:02.0: sd-device-monitor: Passed 321 byte to netlink monitor
0000:00:02.0: sd-device-monitor: Passed 321 byte to netlink monitor
virtio0: Device (SEQNUM=821, ACTION=change) is queued
virtio0: Processing device (SEQNUM=821, ACTION=change)
virtio0: IMPORT builtin 'hwdb' /lib/udev/rules.d/50-udev-default.rules:14
virtio0: IMPORT builtin 'hwdb' fails: Invalid argument
virtio0: Device (SEQNUM=821, ACTION=change) processed
virtio0: sd-device-monitor: Passed 221 byte to netlink monitor
virtio0: sd-device-monitor: Passed 221 byte to netlink monitor
0000:00:03.0: Device (SEQNUM=822, ACTION=change) is queued
0000:00:03.0: Processing device (SEQNUM=822, ACTION=change)
0000:00:03.0: IMPORT builtin 'hwdb' /lib/udev/rules.d/50-udev-default.rules:14
0000:00:03.0: IMPORT builtin 'hwdb' fails: Invalid argument
0000:00:03.0: Device (SEQNUM=822, ACTION=change) processed
0000:00:03.0: sd-device-monitor: Passed 322 byte to netlink monitor
ata2: Processing device (SEQNUM=813, ACTION=change)
ata2: Device (SEQNUM=813, ACTION=change) processed
ata2: sd-device-monitor: Passed 181 byte to netlink monitor
0000:00:03.0: sd-device-monitor: Passed 322 byte to netlink monitor
virtio1: Device (SEQNUM=823, ACTION=change) is queued
virtio1: Processing device (SEQNUM=823, ACTION=change)
virtio1: IMPORT builtin 'hwdb' /lib/udev/rules.d/50-udev-default.rules:14
virtio1: IMPORT builtin 'hwdb' fails: Invalid argument
virtio1: Device (SEQNUM=823, ACTION=change) processed
virtio1: sd-device-monitor: Passed 222 byte to netlink monitor
virtio1: sd-device-monitor: Passed 222 byte to netlink monitor
host2: Device (SEQNUM=824, ACTION=change) is queued
host2: Processing device (SEQNUM=824, ACTION=change)
host2: Device (SEQNUM=824, ACTION=change) processed
host2: sd-device-monitor: Passed 190 byte to netlink monitor
host2: sd-device-monitor: Passed 190 byte to netlink monitor
host2: Device (SEQNUM=825, ACTION=change) is queued
host2: Processing device (SEQNUM=825, ACTION=change)
host2: Device (SEQNUM=825, ACTION=change) processed
host2: sd-device-monitor: Passed 193 byte to netlink monitor
host2: sd-device-monitor: Passed 193 byte to netlink monitor
target2:0:0: Device (SEQNUM=826, ACTION=change) is queued
target2:0:0: sd-device-monitor: Passed 204 byte to netlink monitor
2:0:0:0: Device (SEQNUM=827, ACTION=change) is queued
sda: Device (SEQNUM=828, ACTION=change) is queued
sda1: Device (SEQNUM=829, ACTION=change) is queued
sda2: Device (SEQNUM=830, ACTION=change) is queued
2:0:0:0: Device (SEQNUM=831, ACTION=change) is queued
2:0:0:0: Device (SEQNUM=832, ACTION=change) is queued
2:0:0:0: Device (SEQNUM=833, ACTION=change) is queuedtarget2:0:0: Processing device (SEQNUM=826, ACTION=change)
target2:0:0: Device (SEQNUM=826, ACTION=change) processed
target2:0:0: sd-device-monitor: Passed 205 byte to netlink monitor

2:0:0:0: Processing device (SEQNUM=827, ACTION=change)
2:0:0:0: IMPORT builtin 'hwdb' /lib/udev/rules.d/50-udev-default.rules:14
2:0:0:0: IMPORT builtin 'hwdb' fails: Invalid argument
2:0:0:0: ATTR '/sys/devices/pci0000:00/0000:00:03.0/virtio1/host2/target2:0:0/2:0:0:0/block/sda/uevent' writing 'change' /lib/udev/rules.d/60-block.rules:8
2:0:0:0: RUN 'kmod load sg' /lib/udev/rules.d/80-debian-compat.rules:4
Loading module: sg
2:0:0:0: sd-device-monitor: Passed 244 byte to netlink monitor
target2:0:1: Device (SEQNUM=834, ACTION=change) is queued
target2:0:1: Processing device (SEQNUM=834, ACTION=change)
target2:0:1: Device (SEQNUM=834, ACTION=change) processed
target2:0:1: sd-device-monitor: Passed 205 byte to netlink monitor
target2:0:1: sd-device-monitor: Passed 205 byte to netlink monitor
2:0:1:0: Device (SEQNUM=835, ACTION=change) is queued
2:0:1:0: Processing device (SEQNUM=835, ACTION=change)
2:0:1:0: IMPORT builtin 'hwdb' /lib/udev/rules.d/50-udev-default.rules:14
2:0:1:0: IMPORT builtin 'hwdb' fails: Invalid argument
2:0:1:0: ATTR '/sys/devices/pci0000:00/0000:00:03.0/virtio1/host2/target2:0:1/2:0:1:0/block/sdb/uevent' writing 'change' /lib/udev/rules.d/60-block.rules:8
2:0:1:0: RUN 'kmod load sg' /lib/udev/rules.d/80-debian-compat.rules:42:0:1:0: sd-device-monitor: Passed 244 byte to netlink monitor
sdb: Device (SEQNUM=836, ACTION=change) is queued
2:0:1:0: Device (SEQNUM=837, ACTION=change) is queued
2:0:1:0: Device (SEQNUM=838, ACTION=change) is queued
2:0:1:0: Device (SEQNUM=839, ACTION=change) is queued
0000:00:04.0: Device (SEQNUM=840, ACTION=change) is queued
0000:00:04.0: Processing device (SEQNUM=840, ACTION=change)
0000:00:04.0: IMPORT builtin 'hwdb' /lib/udev/rules.d/50-udev-default.rules:14
0000:00:04.0: IMPORT builtin 'hwdb' fails: Invalid argument
0000:00:04.0: Device (SEQNUM=840, ACTION=change) processed
0000:00:04.0: sd-device-monitor: Passed 323 byte to netlink monitor

Loading module: sg
[    1.078238] sd 2:0:0:0: Attached scsi generic sg0 type 0
[    1.079439] sd 2:0:1:0: Attached scsi generic sg1 type 0
Inserted module 'sg'
2:0:0:0: Device (SEQNUM=827, ACTION=change) processed
2:0:0:0: sd-device-monitor: Passed 244 byte to netlink monitor
Inserted module 'sg'
2:0:1:0: Device (SEQNUM=835, ACTION=change) processed
2:0:1:0: sd-device-monitor: Passed 244 byte to netlink monitor
0000:00:04.0: sd-device-monitor: Passed 323 byte to netlink monitor
sda: sd-device-monitor: Passed 250 byte to netlink monitor
2:0:0:0: sd-device-monitor: Passed 247 byte to netlink monitor
2:0:0:0: Processing device (SEQNUM=832, ACTION=change)
2:0:0:0: Device (SEQNUM=832, ACTION=change) processed
2:0:0:0: sd-device-monitor: Passed 220 byte to netlink monitor
2:0:0:0: Processing device (SEQNUM=831, ACTION=change)
2:0:0:0: Handling device node '/dev/bsg/2:0:0:0', devnum=c247:0, mode=0600, uid=0, gid=0
2:0:0:0: Creating symlink '/dev/char/247:0' to '../bsg/2:0:0:0'sda: Processing device (SEQNUM=828, ACTION=change)
sda: IMPORT 'scsi_id --export --whitelisted -d /dev/sda' /lib/udev/rules.d/60-persistent-storage.rules:52
Starting 'scsi_id --export --whitelisted -d /dev/sda'
Successfully forked off '(spawn)' as PID 117.
2:0:0:0: sd-device-monitor: Passed 220 byte to netlink monitor
2:0:0:0: Processing device (SEQNUM=833, ACTION=change)
2:0:0:0: Device (SEQNUM=833, ACTION=change) processed
2:0:0:0: sd-device-monitor: Passed 216 byte to netlink monitor
2:0:0:0: sd-device-monitor: Passed 216 byte to netlink monitor
sdb: Processing device (SEQNUM=836, ACTION=change)
sdb: IMPORT 'scsi_id --export --whitelisted -d /dev/sdb' /lib/udev/rules.d/60-persistent-storage.rules:52
Starting 'scsi_id --export --whitelisted -d /dev/sdb'
Successfully forked off '(spawn)' as PID 118.
sdb: sd-device-monitor: Passed 251 byte to netlink monitor
2:0:1:0: Processing device (SEQNUM=837, ACTION=change)
2:0:1:0: Handling device node '/dev/bsg/2:0:1:0', devnum=c247:1, mode=0600, uid=0, gid=0
2:0:1:0: Creating symlink '/dev/char/247:1' to '../bsg/2:0:1:0'
2:0:1:0: sd-device: Created empty file '/run/udev/data/c247:1' for '/devices/pci0000:00/0000:00:03.0/virtio1/host2/target2:0:1/2:0:1:0/bsg/2:0:1:0'
2:0:1:0: Device (SEQNUM=837, ACTION=change) processed
2:0:1:0: sd-device-monitor: Passed 247 byte to netlink monitor
2:0:1:0: sd-device-monitor: Passed 247 byte to netlink monitor
2:0:1:0: Processing device (SEQNUM=838, ACTION=change)
2:0:1:0: Device (SEQNUM=838, ACTION=change) processed
2:0:1:0: sd-device-monitor: Passed 220 byte to netlink monitor
2:0:1:0: sd-device-monitor: Passed 220 byte to netlink monitor
2:0:1:0: Processing device (SEQNUM=839, ACTION=change)
2:0:1:0: Device (SEQNUM=839, ACTION=change) processed
2:0:1:0: sd-device-monitor: Passed 216 byte to netlink monitor
2:0:1:0: sd-device-monitor: Passed 216 byte to netlink monitor
virtio2: Device (SEQNUM=841, ACTION=change) is queued
virtio2: Processing device (SEQNUM=841, ACTION=change)
virtio2: IMPORT builtin 'hwdb' /lib/udev/rules.d/50-udev-default.rules:14
virtio2: IMPORT builtin 'hwdb' fails: Invalid argument
virtio2: Device (SEQNUM=841, ACTION=change) processed
virtio2: sd-device-monitor: Passed 226 byte to netlink monitor

2:0:0:0: sd-device: Created empty file '/run/udev/data/c247:0' for '/devices/pci0000:00/0000:00:03.0/virtio1/host2/target2:0:0/2:0:0:0/bsg/2:0:0:0'
2:0:0:0: Device (SEQNUM=831, ACTION=change) processed
2:0:0:0: sd-device-monitor: Passed 247 byte to netlink monitor
virtio2: sd-device-monitor: Passed 226 byte to netlink monitor
vport2p1: Device (SEQNUM=842, ACTION=change) is queued
vport2p1: sd-device-monitor: Passed 237 byte to netlink monitor
QEMU0002:00: Device (SEQNUM=843, ACTION=change) is queued
QEMU0002:00: Processing device (SEQNUM=843, ACTION=change)
QEMU0002:00: IMPORT builtin 'hwdb' /lib/udev/rules.d/50-udev-default.rules:14
QEMU0002:00: IMPORT builtin 'hwdb' fails: Invalid argument
QEMU0002:00: Device (SEQNUM=843, ACTION=change) processed
QEMU0002:00: sd-device-monitor: Passed 186 byte to netlink monitor
vport2p1: Processing device (SEQNUM=842, ACTION=change)
vport2p1: LINK 'virtio-ports/org.libguestfs.channel.0' /lib/udev/rules.d/50-udev-default.rules:7
vport2p1: Handling device node '/dev/vport2p1', devnum=c244:1, mode=0600, uid=0, gid=0
vport2p1: Creating symlink '/dev/char/244:1' to '../vport2p1'
vport2p1: Creating symlink '/dev/virtio-ports/org.libguestfs.channel.0' to '../vport2p1'
vport2p1: sd-device: Created db file '/run/udev/data/c244:1' for '/devices/pci0000:00/0000:00:04.0/virtio2/virtio-ports/vport2p1'
vport2p1: Device (SEQNUM=842, ACTION=change) processed
vport2p1: sd-device-monitor: Passed 304 byte to netlink monitor
QEMU0002:00: sd-device-monitor: Passed 186 byte to netlink monitor
0000:00: Device (SEQNUM=844, ACTION=change) is queued
0000:00: sd-device-monitor: Passed 165 byte to netlink monitor
alarmtimer: Device (SEQNUM=845, ACTION=change) is queued
alarmtimer: Processing device (SEQNUM=845, ACTION=change)
alarmtimer: IMPORT builtin 'hwdb' /lib/udev/rules.d/50-udev-default.rules:14
alarmtimer: IMPORT builtin 'hwdb' fails: Invalid argument0000:00: Processing device (SEQNUM=844, ACTION=change)
0000:00: Device (SEQNUM=844, ACTION=change) processed
0000:00: sd-device-monitor: Passed 165 byte to netlink monitor
alarmtimer: sd-device-monitor: Passed 206 byte to netlink monitor'scsi_id --export --whitelisted -d /dev/sda'(out) 'ID_SCSI=1'
'scsi_id --export --whitelisted -d /dev/sda'(out) 'ID_VENDOR=QEMU'
'scsi_id --export --whitelisted -d /dev/sda'(out) 'ID_VENDOR_ENC=QEMU\x20\x20\x20\x20''scsi_id --export --whitelisted -d /dev/sdb'(out) 'ID_SCSI=1'
'scsi_id --export --whitelisted -d /dev/sdb'(out) 'ID_VENDOR=QEMU'
'scsi_id --export --whitelisted -d /dev/sdb'(out) 'ID_VENDOR_ENC=QEMU\x20\x20\x20\x20'
'scsi_id --export --whitelisted -d /dev/sdb'(out) 'ID_MODEL=QEMU_HARDDISK'
'scsi_id --export --whitelisted -d /dev/sda'(out) 'ID_MODEL=QEMU_HARDDISK'
'scsi_id --export --whitelisted -d /dev/sda'(out) 'ID_MODEL_ENC=QEMU\x20HARDDISK\x20\x20\x20'
'scsi_id --export --whitelisted -d /dev/sda'(out) 'ID_REVISION=2.5+'

i8042: Device (SEQNUM=846, ACTION=change) is queued
i8042: sd-device-monitor: Passed 191 byte to netlink monitor
serio0: Device (SEQNUM=847, ACTION=change) is queued
i8042: Processing device (SEQNUM=846, ACTION=change)
i8042: IMPORT builtin 'hwdb' /lib/udev/rules.d/50-udev-default.rules:14
i8042: IMPORT builtin 'hwdb' fails: Invalid argument
i8042: Device (SEQNUM=846, ACTION=change) processed
i8042: sd-device-monitor: Passed 191 byte to netlink monitor

'scsi_id --export --whitelisted -d /dev/sdb'(out) 'ID_MODEL_ENC=QEMU\x20HARDDISK\x20\x20\x20'
'scsi_id --export --whitelisted -d /dev/sdb'(out) 'ID_REVISION=2.5+'
'scsi_id --export --whitelisted -d /dev/sdb'(out) 'ID_TYPE=disk'
input0: Device (SEQNUM=848, ACTION=change) is queued
serio0: sd-device-monitor: Passed 290 byte to netlink monitor
input0::capslock: Device (SEQNUM=849, ACTION=change) is queued
input0::numlock: Device (SEQNUM=850, ACTION=change) is queued
input0::scrolllock: Device (SEQNUM=851, ACTION=change) is queued
serio1: Device (SEQNUM=852, ACTION=change) is queued
serio1: Processing device (SEQNUM=852, ACTION=change)
serio1: IMPORT builtin 'hwdb' /lib/udev/rules.d/50-udev-default.rules:14
serio1: IMPORT builtin 'hwdb' fails: Invalid argument
serio1: Device (SEQNUM=852, ACTION=change) processed
serio1: sd-device-monitor: Passed 277 byte to netlink monitor
serio0: Processing device (SEQNUM=847, ACTION=change)
serio0: IMPORT builtin 'hwdb' /lib/udev/rules.d/50-udev-default.rules:14
serio0: IMPORT builtin 'hwdb' fails: Invalid argument
serio0: Device (SEQNUM=847, ACTION=change) processed
serio0: sd-device-monitor: Passed 290 byte to netlink monitor
'scsi_id --export --whitelisted -d /dev/sda'(out) 'ID_TYPE=disk'
'scsi_id --export --whitelisted -d /dev/sda'(out) 'ID_SERIAL=0QEMU_QEMU_HARDDISK_hd0''scsi_id --export --whitelisted -d /dev/sdb'(out) 'ID_SERIAL=0QEMU_QEMU_HARDDISK_appliance'
'scsi_id --export --whitelisted -d /dev/sdb'(out) 'ID_SERIAL_SHORT=appliance'
Process 'scsi_id --export --whitelisted -d /dev/sdb' succeeded.
sdb: LINK 'disk/by-id/scsi-0QEMU_QEMU_HARDDISK_appliance' /lib/udev/rules.d/60-persistent-storage.rules:54
sdb: IMPORT builtin 'path_id' /lib/udev/rules.d/60-persistent-storage.rules:78
sdb: LINK 'disk/by-path/pci-0000:00:03.0-scsi-0:0:1:0' /lib/udev/rules.d/60-persistent-storage.rules:80
'scsi_id --export --whitelisted -d /dev/sda'(out) 'ID_SERIAL_SHORT=hd0'
Process 'scsi_id --export --whitelisted -d /dev/sda' succeeded.
sda: LINK 'disk/by-id/scsi-0QEMU_QEMU_HARDDISK_hd0' /lib/udev/rules.d/60-persistent-storage.rules:54
sda: IMPORT builtin 'path_id' /lib/udev/rules.d/60-persistent-storage.rules:78
sda: LINK 'disk/by-path/pci-0000:00:03.0-scsi-0:0:0:0' /lib/udev/rules.d/60-persistent-storage.rules:80
sda: IMPORT builtin 'blkid' /lib/udev/rules.d/60-persistent-storage.rules:95
serio1: sd-device-monitor: Passed 277 byte to netlink monitor
input0: sd-device-monitor: Passed 518 byte to netlink monitor
pcspkr: Device (SEQNUM=853, ACTION=change) is queued
pcspkr: Processing device (SEQNUM=853, ACTION=change)
pcspkr: IMPORT builtin 'hwdb' /lib/udev/rules.d/50-udev-default.rules:14
pcspkr: IMPORT builtin 'hwdb' fails: Invalid argument
pcspkr: Device (SEQNUM=853, ACTION=change) processed
pcspkr: sd-device-monitor: Passed 180 byte to netlink monitor
input0: Processing device (SEQNUM=848, ACTION=change)
input0: IMPORT builtin 'hwdb' /lib/udev/rules.d/50-udev-default.rules:14
input0: IMPORT builtin 'hwdb' fails: Invalid argument
input0: IMPORT builtin 'input_id' /lib/udev/rules.d/60-input-id.rules:5
input0: capabilities/ev raw kernel attribute: 120013
input0: capabilities/abs raw kernel attribute: 0
input0: capabilities/rel raw kernel attribute: 0
input0: capabilities/key raw kernel attribute: 402000000 3803078f800d001 feffffdfffefffff fffffffffffffffe
input0: properties raw kernel attribute: 0
input0: test_key: checking bit block 0 for any keys; found=1
alarmtimer: Device (SEQNUM=845, ACTION=change) processed
alarmtimer: sd-device-monitor: Passed 206 byte to netlink monitor
pcspkr: sd-device-monitor: Passed 180 byte to netlink monitor
platform-framebuffer.0: Device (SEQNUM=854, ACTION=change) is queued
platform-framebuffer.0: sd-device-monitor: Passed 210 byte to netlink monitor
reg-dummy: Device (SEQNUM=855, ACTION=change) is queued
reg-dummy: Processing device (SEQNUM=855, ACTION=change)
reg-dummy: IMPORT builtin 'hwdb' /lib/udev/rules.d/50-udev-default.rules:14
reg-dummy: IMPORT builtin 'hwdb' fails: Invalid argument
reg-dummy: Device (SEQNUM=855, ACTION=change) processed
reg-dummy: sd-device-monitor: Passed 203 byte to netlink monitor
platform-framebuffer.0: Processing device (SEQNUM=854, ACTION=change)
platform-framebuffer.0: IMPORT builtin 'hwdb' /lib/udev/rules.d/50-udev-default.rules:14
platform-framebuffer.0: IMPORT builtin 'hwdb' fails: Invalid argument
platform-framebuffer.0: Device (SEQNUM=854, ACTION=change) processed
platform-framebuffer.0: sd-device-monitor: Passed 210 byte to netlink monitor

sdb: IMPORT builtin 'blkid' /lib/udev/rules.d/60-persistent-storage.rules:95
sdb: Probe /dev/sdb with raid and offset=0
sda: Probe /dev/sda with raid and offset=0
reg-dummy: sd-device-monitor: Passed 203 byte to netlink monitor
regulator.0: Device (SEQNUM=856, ACTION=change) is queued
regulator.0: Processing device (SEQNUM=856, ACTION=change)
regulator.0: Device (SEQNUM=856, ACTION=change) processed
regulator.0: sd-device-monitor: Passed 181 byte to netlink monitor
regulator.0: sd-device-monitor: Passed 181 byte to netlink monitor
serial8250: Device (SEQNUM=857, ACTION=change) is queued
serial8250: Processing device (SEQNUM=857, ACTION=change)
serial8250: IMPORT builtin 'hwdb' /lib/udev/rules.d/50-udev-default.rules:14
serial8250: IMPORT builtin 'hwdb' fails: Invalid argument
serial8250: Device (SEQNUM=857, ACTION=change) processed
serial8250: sd-device-monitor: Passed 206 byte to netlink monitor
serial8250: sd-device-monitor: Passed 206 byte to netlink monitor
00:00: Device (SEQNUM=858, ACTION=change) is queued
00:00: Processing device (SEQNUM=858, ACTION=change)
00:00: Device (SEQNUM=858, ACTION=change) processed
00:00: sd-device-monitor: Passed 161 byte to netlink monitor
00:00: sd-device-monitor: Passed 161 byte to netlink monitor
cmos_nvram0: Device (SEQNUM=859, ACTION=change) is queued
cmos_nvram0: Processing device (SEQNUM=859, ACTION=change)
cmos_nvram0: Device (SEQNUM=859, ACTION=change) processed
cmos_nvram0: sd-device-monitor: Passed 159 byte to netlink monitor
cmos_nvram0: sd-device-monitor: Passed 159 byte to netlink monitor
rtc0: Device (SEQNUM=860, ACTION=change) is queued
rtc0: Processing device (SEQNUM=860, ACTION=change)
rtc0: LINK 'rtc' /lib/udev/rules.d/50-udev-default.rules:10
rtc0: LINK 'rtc' /lib/udev/rules.d/50-udev-default.rules:11
rtc0: RUN '/lib/udev/hwclock-set $root/$name' /lib/udev/rules.d/85-hwclock.rules:4
rtc0: Handling device node '/dev/rtc0', devnum=c252:0, mode=0600, uid=0, gid=0
rtc0: Creating symlink '/dev/char/252:0' to '../rtc0'
rtc0: Creating symlink '/dev/rtc' to 'rtc0'
rtc0: sd-device: Created db file '/run/udev/data/c252:0' for '/devices/pnp0/00:00/rtc/rtc0'
Starting '/lib/udev/hwclock-set /dev/rtc0'
Successfully forked off '(spawn)' as PID 119.
rtc0: sd-device-monitor: Passed 190 byte to netlink monitor
00:01: Device (SEQNUM=861, ACTION=change) is queued
00:01: Processing device (SEQNUM=861, ACTION=change)
00:01: Device (SEQNUM=861, ACTION=change) processed
00:01: sd-device-monitor: Passed 162 byte to netlink monitor
00:01: sd-device-monitor: Passed 162 byte to netlink monitor
input0: test_key: checking bit block 64 for any keys; found=1
00:02: Device (SEQNUM=862, ACTION=change) is queued
input0: test_key: checking bit block 128 for any keys; found=1

input0: test_key: checking bit block 192 for any keys; found=100:02: Processing device (SEQNUM=862, ACTION=change)
00:02: Device (SEQNUM=862, ACTION=change) processed
00:02: sd-device-monitor: Passed 162 byte to netlink monitor

00:02: sd-device-monitor: Passed 162 byte to netlink monitorinput0: IMPORT builtin 'hwdb' /lib/udev/rules.d/60-input-id.rules:6sda: Handling device node '/dev/sda', devnum=b8:0, mode=0600, uid=0, gid=0
sda: Creating symlink '/dev/block/8:0' to '../sda'
sda: Creating symlink '/dev/disk/by-id/scsi-0QEMU_QEMU_HARDDISK_hd0' to '../../sda'
sda: Creating symlink '/dev/disk/by-path/pci-0000:00:03.0-scsi-0:0:0:0' to '../../sda'
00:03: Device (SEQNUM=863, ACTION=change) is queued
00:03: Processing device (SEQNUM=863, ACTION=change)
00:03: Device (SEQNUM=863, ACTION=change) processed
00:03: sd-device-monitor: Passed 145 byte to netlink monitor

input0: IMPORT builtin 'hwdb' fails: Invalid argument
input0: IMPORT builtin 'path_id' /lib/udev/rules.d/60-persistent-input.rules:35
input0: sd-device: Created db file '/run/udev/data/+input:input0' for '/devices/platform/i8042/serio0/input/input0'00:03: sd-device-monitor: Passed 145 byte to netlink monitor
00:04: Device (SEQNUM=864, ACTION=change) is queued
00:04: Processing device (SEQNUM=864, ACTION=change)
00:04: Device (SEQNUM=864, ACTION=change) processed
00:04: sd-device-monitor: Passed 159 byte to netlink monitor

00:04: sd-device-monitor: Passed 159 byte to netlink monitorsda: sd-device: Created db file '/run/udev/data/b8:0' for '/devices/pci0000:00/0000:00:03.0/virtio1/host2/target2:0:0/2:0:0:0/block/sda'
ttyS0: Device (SEQNUM=865, ACTION=change) is queued
ttyS0: Processing device (SEQNUM=865, ACTION=change)
ttyS0: Handling device node '/dev/ttyS0', devnum=c4:64, mode=0600, uid=0, gid=0
ttyS0: Creating symlink '/dev/char/4:64' to '../ttyS0'
ttyS0: sd-device: Created db file '/run/udev/data/c4:64' for '/devices/pnp0/00:04/tty/ttyS0'
ttyS0: Device (SEQNUM=865, ACTION=change) processed
ttyS0: sd-device-monitor: Passed 206 byte to netlink monitor
input0: Device (SEQNUM=848, ACTION=change) processed
input0: sd-device-monitor: Passed 732 byte to netlink monitor

sda: Adding watch on '/dev/sda'
sda: sd-device: Created db file '/run/udev/data/b8:0' for '/devices/pci0000:00/0000:00:03.0/virtio1/host2/target2:0:0/2:0:0:0/block/sda'
sda: Device (SEQNUM=828, ACTION=change) processed
ttyS0: sd-device-monitor: Passed 191 byte to netlink monitor
input0::capslock: sd-device-monitor: Passed 187 byte to netlink monitor
input0::numlock: Processing device (SEQNUM=850, ACTION=change)
input0::numlock: Device (SEQNUM=850, ACTION=change) processed
input0::numlock: sd-device-monitor: Passed 186 byte to netlink monitor
input0::capslock: Processing device (SEQNUM=849, ACTION=change)
input0::capslock: Device (SEQNUM=849, ACTION=change) processed
input0::capslock: sd-device-monitor: Passed 187 byte to netlink monitor
input0::numlock: sd-device-monitor: Passed 186 byte to netlink monitor

input0::scrolllock: Processing device (SEQNUM=851, ACTION=change)
input0::scrolllock: Device (SEQNUM=851, ACTION=change) processed
input0::scrolllock: sd-device-monitor: Passed 189 byte to netlink monitor
input0::scrolllock: sd-device-monitor: Passed 189 byte to netlink monitor
software: Device (SEQNUM=866, ACTION=change) is queued
software: Processing device (SEQNUM=866, ACTION=change)
software: Device (SEQNUM=866, ACTION=change) processed
software: sd-device-monitor: Passed 152 byte to netlink monitor
sda: sd-device-monitor: Passed 748 byte to netlink monitor
software: sd-device-monitor: Passed 152 byte to netlink monitor
sda1: sd-device-monitor: Passed 269 byte to netlink monitor
sda2: Processing device (SEQNUM=830, ACTION=change)
sda2: LINK 'disk/by-id/scsi-0QEMU_QEMU_HARDDISK_hd0-part2' /lib/udev/rules.d/60-persistent-storage.rules:55
sda2: LINK 'disk/by-path/pci-0000:00:03.0-scsi-0:0:0:0-part2' /lib/udev/rules.d/60-persistent-storage.rules:81
sda2: IMPORT builtin 'blkid' /lib/udev/rules.d/60-persistent-storage.rules:95sda1: Processing device (SEQNUM=829, ACTION=change)
sda1: LINK 'disk/by-id/scsi-0QEMU_QEMU_HARDDISK_hd0-part1' /lib/udev/rules.d/60-persistent-storage.rules:55
sda1: LINK 'disk/by-path/pci-0000:00:03.0-scsi-0:0:0:0-part1' /lib/udev/rules.d/60-persistent-storage.rules:81
sda1: IMPORT builtin 'blkid' /lib/udev/rules.d/60-persistent-storage.rules:95
sda1: Probe /dev/sda1 with raid and offset=0
sda2: sd-device-monitor: Passed 269 byte to netlink monitor
broadcast: Device (SEQNUM=867, ACTION=change) is queued
broadcast: Processing device (SEQNUM=867, ACTION=change)
broadcast: Device (SEQNUM=867, ACTION=change) processed
broadcast: sd-device-monitor: Passed 171 byte to netlink monitor
broadcast: sd-device-monitor: Passed 171 byte to netlink monitor
clockevent0: Device (SEQNUM=868, ACTION=change) is queued
clockevent0: Processing device (SEQNUM=868, ACTION=change)
clockevent0: Device (SEQNUM=868, ACTION=change) processed
clockevent0: sd-device-monitor: Passed 173 byte to netlink monitor

sda2: Probe /dev/sda2 with raid and offset=0
clockevent0: sd-device-monitor: Passed 173 byte to netlink monitor
clocksource0: Device (SEQNUM=869, ACTION=change) is queued
clocksource0: Processing device (SEQNUM=869, ACTION=change)
clocksource0: Device (SEQNUM=869, ACTION=change) processed
clocksource0: sd-device-monitor: Passed 174 byte to netlink monitor
clocksource0: sd-device-monitor: Passed 174 byte to netlink monitor
PNP0A06:00: Device (SEQNUM=870, ACTION=change) is queued
PNP0A06:00: Processing device (SEQNUM=870, ACTION=change)
PNP0A06:00: Device (SEQNUM=870, ACTION=change) processed
PNP0A06:00: sd-device-monitor: Passed 168 byte to netlink monitor
PNP0A06:00: sd-device-monitor: Passed 168 byte to netlink monitor
sda2: LINK 'disk/by-partuuid/000ba8af-02' /lib/udev/rules.d/60-persistent-storage.rules:106
sda2: LINK 'disk/by-id/lvm-pv-uuid-BkFQcR-tGdm-0mfJ-mmwW-mYRN-jLMx-4eIAQm' /lib/udev/rules.d/69-lvm-metad.rules:43PNP0A06:01: Device (SEQNUM=871, ACTION=change) is queued
PNP0A06:01: Processing device (SEQNUM=871, ACTION=change)
PNP0A06:01: Device (SEQNUM=871, ACTION=change) processed
PNP0A06:01: sd-device-monitor: Passed 168 byte to netlink monitor
PNP0A06:01: sd-device-monitor: Passed 168 byte to netlink monitor
PNP0A06:02: Device (SEQNUM=872, ACTION=change) is queued

sda2: Handling device node '/dev/sda2', devnum=b8:2, mode=0600, uid=0, gid=0
sda2: Creating symlink '/dev/block/8:2' to '../sda2'
sda2: Creating symlink '/dev/disk/by-id/lvm-pv-uuid-BkFQcR-tGdm-0mfJ-mmwW-mYRN-jLMx-4eIAQm' to '../../sda2'
sda2: Creating symlink '/dev/disk/by-path/pci-0000:00:03.0-scsi-0:0:0:0-part2' to '../../sda2'
sda2: Creating symlink '/dev/disk/by-partuuid/000ba8af-02' to '../../sda2'PNP0A06:02: Processing device (SEQNUM=872, ACTION=change)
PNP0A06:02: sd-device-monitor: Passed 168 byte to netlink monitor
cpu0: Device (SEQNUM=873, ACTION=change) is queuedsda1: LINK 'disk/by-uuid/6365d0a8-a1bb-437b-9c23-eee1399f9505' /lib/udev/rules.d/60-persistent-storage.rules:98
cpu0: Processing device (SEQNUM=873, ACTION=change)
cpu0: IMPORT builtin 'hwdb' /lib/udev/rules.d/50-udev-default.rules:14
cpu0: IMPORT builtin 'hwdb' fails: Invalid argument
cpu0: Device (SEQNUM=873, ACTION=change) processed
cpu0: sd-device-monitor: Passed 781 byte to netlink monitor
cpu0: sd-device-monitor: Passed 781 byte to netlink monitor
mc: Device (SEQNUM=874, ACTION=change) is queued
mc: sd-device-monitor: Passed 150 byte to netlink monitormc: Processing device (SEQNUM=874, ACTION=change)
mc: Device (SEQNUM=874, ACTION=change) processedPNP0A06:02: Device (SEQNUM=872, ACTION=change) processed
PNP0A06:02: sd-device-monitor: Passed 168 byte to netlink monitor
mc: sd-device-monitor: Passed 150 byte to netlink monitor
sdb: LINK 'disk/by-uuid/8b68095f-a85f-4412-9dfd-becdb5a52896' /lib/udev/rules.d/60-persistent-storage.rules:98
sdb: Handling device node '/dev/sdb', devnum=b8:16, mode=0600, uid=0, gid=0
sdb: Creating symlink '/dev/block/8:16' to '../sdb'
sdb: Creating symlink '/dev/disk/by-uuid/8b68095f-a85f-4412-9dfd-becdb5a52896' to '../../sdb'
sdb: Creating symlink '/dev/disk/by-path/pci-0000:00:03.0-scsi-0:0:1:0' to '../../sdb'
sdb: Creating symlink '/dev/disk/by-id/scsi-0QEMU_QEMU_HARDDISK_appliance' to '../../sdb'
sdb: sd-device: Created db file '/run/udev/data/b8:16' for '/devices/pci0000:00/0000:00:03.0/virtio1/host2/target2:0:1/2:0:1:0/block/sdb'
machinecheck0: Device (SEQNUM=875, ACTION=change) is queued
machinecheck0: sd-device-monitor: Passed 177 byte to netlink monitor
memory0: Device (SEQNUM=876, ACTION=change) is queued
memory0: Processing device (SEQNUM=876, ACTION=change)
memory0: Device (SEQNUM=876, ACTION=change) processed
memory0: sd-device-monitor: Passed 159 byte to netlink monitor
machinecheck0: Processing device (SEQNUM=875, ACTION=change)

sda2: Creating symlink '/dev/disk/by-id/scsi-0QEMU_QEMU_HARDDISK_hd0-part2' to '../../sda2'
sda2: sd-device: Created db file '/run/udev/data/b8:2' for '/devices/pci0000:00/0000:00:03.0/virtio1/host2/target2:0:0/2:0:0:0/block/sda/sda2'
sda2: Adding watch on '/dev/sda2'
sda2: sd-device: Created db file '/run/udev/data/b8:2' for '/devices/pci0000:00/0000:00:03.0/virtio1/host2/target2:0:0/2:0:0:0/block/sda/sda2'
sda2: Device (SEQNUM=830, ACTION=change) processed

machinecheck0: Device (SEQNUM=875, ACTION=change) processed
machinecheck0: sd-device-monitor: Passed 177 byte to netlink monitor
sda1: LINK 'disk/by-partuuid/000ba8af-01' /lib/udev/rules.d/60-persistent-storage.rules:106
sda1: Handling device node '/dev/sda1', devnum=b8:1, mode=0600, uid=0, gid=0
sda1: Creating symlink '/dev/block/8:1' to '../sda1'
sda1: Creating symlink '/dev/disk/by-uuid/6365d0a8-a1bb-437b-9c23-eee1399f9505' to '../../sda1'
sda1: Creating symlink '/dev/disk/by-partuuid/000ba8af-01' to '../../sda1'
sda1: Creating symlink '/dev/disk/by-path/pci-0000:00:03.0-scsi-0:0:0:0-part1' to '../../sda1'memory0: sd-device-monitor: Passed 159 byte to netlink monitor
memory1: Device (SEQNUM=877, ACTION=change) is queued
memory1: Processing device (SEQNUM=877, ACTION=change)
memory1: Device (SEQNUM=877, ACTION=change) processed
memory1: sd-device-monitor: Passed 159 byte to netlink monitor

memory1: sd-device-monitor: Passed 159 byte to netlink monitor
memory2: Device (SEQNUM=878, ACTION=change) is queued
memory2: Processing device (SEQNUM=878, ACTION=change)
memory2: Device (SEQNUM=878, ACTION=change) processed
memory2: sd-device-monitor: Passed 159 byte to netlink monitor

sdb: Adding watch on '/dev/sdb'
sdb: sd-device: Created db file '/run/udev/data/b8:16' for '/devices/pci0000:00/0000:00:03.0/virtio1/host2/target2:0:1/2:0:1:0/block/sdb'
sdb: Device (SEQNUM=836, ACTION=change) processed
memory2: sd-device-monitor: Passed 159 byte to netlink monitor
memory3: Device (SEQNUM=879, ACTION=change) is queued
memory3: Processing device (SEQNUM=879, ACTION=change)
memory3: Device (SEQNUM=879, ACTION=change) processed
memory3: sd-device-monitor: Passed 159 byte to netlink monitor
sda2: sd-device-monitor: Passed 1357 byte to netlink monitor
memory3: sd-device-monitor: Passed 159 byte to netlink monitor
memory4: Device (SEQNUM=880, ACTION=change) is queued
memory4: sd-device-monitor: Passed 159 byte to netlink monitor
memory5: Device (SEQNUM=881, ACTION=change) is queuedmemory4: Processing device (SEQNUM=880, ACTION=change)
memory4: Device (SEQNUM=880, ACTION=change) processed
memory4: sd-device-monitor: Passed 159 byte to netlink monitor

sda1: Creating symlink '/dev/disk/by-id/scsi-0QEMU_QEMU_HARDDISK_hd0-part1' to '../../sda1'
sda1: sd-device: Created db file '/run/udev/data/b8:1' for '/devices/pci0000:00/0000:00:03.0/virtio1/host2/target2:0:0/2:0:0:0/block/sda/sda1'
sda1: Adding watch on '/dev/sda1'
sda1: sd-device: Created db file '/run/udev/data/b8:1' for '/devices/pci0000:00/0000:00:03.0/virtio1/host2/target2:0:0/2:0:0:0/block/sda/sda1'sdb: sd-device-monitor: Passed 920 byte to netlink monitor

memory5: Processing device (SEQNUM=881, ACTION=change)
memory5: Device (SEQNUM=881, ACTION=change) processed
memory5: sd-device-monitor: Passed 159 byte to netlink monitor
memory5: sd-device-monitor: Passed 159 byte to netlink monitor
node0: Device (SEQNUM=882, ACTION=change) is queued
node0: Processing device (SEQNUM=882, ACTION=change)
node0: Device (SEQNUM=882, ACTION=change) processed
node0: sd-device-monitor: Passed 153 byte to netlink monitor
node0: sd-device-monitor: Passed 153 byte to netlink monitor
tracepoint: Device (SEQNUM=883, ACTION=change) is queued
tracepoint: sd-device-monitor: Passed 154 byte to netlink monitor
uprobe: Device (SEQNUM=884, ACTION=change) is queued
uprobe: Processing device (SEQNUM=884, ACTION=change)
uprobe: Device (SEQNUM=884, ACTION=change) processed
uprobe: sd-device-monitor: Passed 150 byte to netlink monitor
tracepoint: Processing device (SEQNUM=883, ACTION=change)
tracepoint: Device (SEQNUM=883, ACTION=change) processed
tracepoint: sd-device-monitor: Passed 154 byte to netlink monitor

sda1: Device (SEQNUM=829, ACTION=change) processed
sda1: sd-device-monitor: Passed 1201 byte to netlink monitor
uprobe: sd-device-monitor: Passed 150 byte to netlink monitor
8:0: Device (SEQNUM=885, ACTION=change) is queued
8:0: sd-device-monitor: Passed 150 byte to netlink monitor
8:16: Device (SEQNUM=886, ACTION=change) is queued
8:16: Processing device (SEQNUM=886, ACTION=change)
8:16: Device (SEQNUM=886, ACTION=change) processed8:0: Processing device (SEQNUM=885, ACTION=change)
8:0: Device (SEQNUM=885, ACTION=change) processed
8:0: sd-device-monitor: Passed 150 byte to netlink monitor

8:16: sd-device-monitor: Passed 151 byte to netlink monitor
8:16: sd-device-monitor: Passed 151 byte to netlink monitor
id: Device (SEQNUM=887, ACTION=change) is queued
id: Processing device (SEQNUM=887, ACTION=change)
id: IMPORT builtin 'hwdb' /lib/udev/rules.d/50-udev-default.rules:14
id: IMPORT builtin 'hwdb' fails: Invalid argument
id: sd-device-monitor: Passed 284 byte to netlink monitor
fbcon: Device (SEQNUM=888, ACTION=change) is queued
fbcon: Processing device (SEQNUM=888, ACTION=change)
fbcon: Device (SEQNUM=888, ACTION=change) processed
fbcon: sd-device-monitor: Passed 162 byte to netlink monitor
id: Device (SEQNUM=887, ACTION=change) processed
id: sd-device-monitor: Passed 284 byte to netlink monitor
fbcon: sd-device-monitor: Passed 162 byte to netlink monitor
mice: Device (SEQNUM=889, ACTION=change) is queued
mice: sd-device-monitor: Passed 197 byte to netlink monitormice: Processing device (SEQNUM=889, ACTION=change)
mice: IMPORT builtin 'input_id' /lib/udev/rules.d/60-input-id.rules:5
mice: IMPORT builtin 'hwdb' /lib/udev/rules.d/60-input-id.rules:6
mice: IMPORT builtin 'hwdb' fails: Invalid argument
mice: Handling device node '/dev/input/mice', devnum=c13:63, mode=0600, uid=0, gid=0
mice: Creating symlink '/dev/char/13:63' to '../input/mice'
mice: sd-device: Created empty file '/run/udev/data/c13:63' for '/devices/virtual/input/mice'
mice: Device (SEQNUM=889, ACTION=change) processed

full: Device (SEQNUM=890, ACTION=change) is queued
full: Processing device (SEQNUM=890, ACTION=change)
full: Handling device node '/dev/full', devnum=c1:7, mode=0666, uid=0, gid=0
full: Creating symlink '/dev/char/1:7' to '../full'
full: sd-device: Created empty file '/run/udev/data/c1:7' for '/devices/virtual/mem/full'
full: Device (SEQNUM=890, ACTION=change) processed
full: sd-device-monitor: Passed 198 byte to netlink monitor
full: sd-device-monitor: Passed 198 byte to netlink monitor
kmsg: Device (SEQNUM=891, ACTION=change) is queued
kmsg: sd-device-monitor: Passed 199 byte to netlink monitor
mem: Device (SEQNUM=892, ACTION=change) is queued
mem: Processing device (SEQNUM=892, ACTION=change)
mem: Handling device node '/dev/mem', devnum=c1:1, mode=0600, uid=0, gid=0
mem: Creating symlink '/dev/char/1:1' to '../mem'
mem: sd-device: Created empty file '/run/udev/data/c1:1' for '/devices/virtual/mem/mem'
mem: Device (SEQNUM=892, ACTION=change) processed
mem: sd-device-monitor: Passed 183 byte to netlink monitor
kmsg: Processing device (SEQNUM=891, ACTION=change)
kmsg: Handling device node '/dev/kmsg', devnum=c1:11, mode=0644, uid=0, gid=0
kmsg: Creating symlink '/dev/char/1:11' to '../kmsg'
kmsg: sd-device: Created empty file '/run/udev/data/c1:11' for '/devices/virtual/mem/kmsg'
kmsg: Device (SEQNUM=891, ACTION=change) processed
kmsg: sd-device-monitor: Passed 199 byte to netlink monitor
mem: sd-device-monitor: Passed 183 byte to netlink monitor
null: Device (SEQNUM=893, ACTION=change) is queued
null: sd-device-monitor: Passed 198 byte to netlink monitor
port: Device (SEQNUM=894, ACTION=change) is queuedmice: sd-device-monitor: Passed 197 byte to netlink monitor
null: Processing device (SEQNUM=893, ACTION=change)
null: Handling device node '/dev/null', devnum=c1:3, mode=0666, uid=0, gid=0
null: Creating symlink '/dev/char/1:3' to '../null'
null: sd-device: Created empty file '/run/udev/data/c1:3' for '/devices/virtual/mem/null'
null: Device (SEQNUM=893, ACTION=change) processed
null: sd-device-monitor: Passed 198 byte to netlink monitor

port: Processing device (SEQNUM=894, ACTION=change)
port: Handling device node '/dev/port', devnum=c1:4, mode=0600, uid=0, gid=0
port: Creating symlink '/dev/char/1:4' to '../port'
port: sd-device: Created empty file '/run/udev/data/c1:4' for '/devices/virtual/mem/port'
port: Device (SEQNUM=894, ACTION=change) processed
port: sd-device-monitor: Passed 185 byte to netlink monitor
port: sd-device-monitor: Passed 185 byte to netlink monitor
random: Device (SEQNUM=895, ACTION=change) is queued
random: Processing device (SEQNUM=895, ACTION=change)
random: Handling device node '/dev/random', devnum=c1:8, mode=0666, uid=0, gid=0
random: Creating symlink '/dev/char/1:8' to '../random'
random: sd-device: Created empty file '/run/udev/data/c1:8' for '/devices/virtual/mem/random'
random: Device (SEQNUM=895, ACTION=change) processed
random: sd-device-monitor: Passed 202 byte to netlink monitor
random: sd-device-monitor: Passed 202 byte to netlink monitor
urandom: Device (SEQNUM=896, ACTION=change) is queued
urandom: sd-device-monitor: Passed 204 byte to netlink monitor
zero: Device (SEQNUM=897, ACTION=change) is queued
zero: sd-device-monitor: Passed 198 byte to netlink monitorzero: Processing device (SEQNUM=897, ACTION=change)
zero: Handling device node '/dev/zero', devnum=c1:5, mode=0666, uid=0, gid=0
zero: Creating symlink '/dev/char/1:5' to '../zero'
zero: sd-device: Created empty file '/run/udev/data/c1:5' for '/devices/virtual/mem/zero'
zero: Device (SEQNUM=897, ACTION=change) processed
zero: sd-device-monitor: Passed 198 byte to netlink monitor
urandom: Processing device (SEQNUM=896, ACTION=change)
urandom: Handling device node '/dev/urandom', devnum=c1:9, mode=0666, uid=0, gid=0
urandom: Creating symlink '/dev/char/1:9' to '../urandom'
cpu_dma_latency: Device (SEQNUM=898, ACTION=change) is queued
cpu_dma_latency: sd-device-monitor: Passed 211 byte to netlink monitor
hpet: Device (SEQNUM=899, ACTION=change) is queued
hpet: Processing device (SEQNUM=899, ACTION=change)
hpet: Handling device node '/dev/hpet', devnum=c10:228, mode=0600, uid=0, gid=0
hpet: Creating symlink '/dev/char/10:228' to '../hpet'
hpet: sd-device: Created empty file '/run/udev/data/c10:228' for '/devices/virtual/misc/hpet'
hpet: Device (SEQNUM=899, ACTION=change) processed
hpet: sd-device-monitor: Passed 190 byte to netlink monitor

urandom: sd-device: Created empty file '/run/udev/data/c1:9' for '/devices/virtual/mem/urandom'
urandom: Device (SEQNUM=896, ACTION=change) processed
urandom: sd-device-monitor: Passed 204 byte to netlink monitor
hpet: sd-device-monitor: Passed 190 byte to netlink monitor
hw_random: Device (SEQNUM=900, ACTION=change) is queued
hw_random: sd-device-monitor: Passed 196 byte to netlink monitor
memory_bandwidth: Device (SEQNUM=901, ACTION=change) is queued
memory_bandwidth: Processing device (SEQNUM=901, ACTION=change)
memory_bandwidth: Handling device node '/dev/memory_bandwidth', devnum=c10:59, mode=0600, uid=0, gid=0
memory_bandwidth: Creating symlink '/dev/char/10:59' to '../memory_bandwidth'
memory_bandwidth: sd-device: Created empty file '/run/udev/data/c10:59' for '/devices/virtual/misc/memory_bandwidth'
memory_bandwidth: Device (SEQNUM=901, ACTION=change) processed
memory_bandwidth: sd-device-monitor: Passed 213 byte to netlink monitor
cpu_dma_latency: Processing device (SEQNUM=898, ACTION=change)
cpu_dma_latency: Handling device node '/dev/cpu_dma_latency', devnum=c10:62, mode=0600, uid=0, gid=0hw_random: Processing device (SEQNUM=900, ACTION=change)
hw_random: Handling device node '/dev/hwrng', devnum=c10:183, mode=0600, uid=0, gid=0
hw_random: Creating symlink '/dev/char/10:183' to '../hwrng'
hw_random: sd-device: Created empty file '/run/udev/data/c10:183' for '/devices/virtual/misc/hw_random'
hw_random: Device (SEQNUM=900, ACTION=change) processed
hw_random: sd-device-monitor: Passed 196 byte to netlink monitor

cpu_dma_latency: Creating symlink '/dev/char/10:62' to '../cpu_dma_latency'memory_bandwidth: sd-device-monitor: Passed 213 byte to netlink monitor
network_latency: Device (SEQNUM=902, ACTION=change) is queued
network_latency: sd-device-monitor: Passed 211 byte to netlink monitor
network_throughput: Device (SEQNUM=903, ACTION=change) is queued
network_throughput: Processing device (SEQNUM=903, ACTION=change)
network_throughput: Handling device node '/dev/network_throughput', devnum=c10:60, mode=0600, uid=0, gid=0
network_throughput: Creating symlink '/dev/char/10:60' to '../network_throughput'
network_throughput: sd-device: Created empty file '/run/udev/data/c10:60' for '/devices/virtual/misc/network_throughput'
cpu_dma_latency: sd-device: Created empty file '/run/udev/data/c10:62' for '/devices/virtual/misc/cpu_dma_latency'
cpu_dma_latency: Device (SEQNUM=898, ACTION=change) processed
cpu_dma_latency: sd-device-monitor: Passed 211 byte to netlink monitor
network_throughput: sd-device-monitor: Passed 217 byte to netlink monitor
psaux: Device (SEQNUM=904, ACTION=change) is queued
psaux: sd-device-monitor: Passed 190 byte to netlink monitor
snapshot: Device (SEQNUM=905, ACTION=change) is queued
snapshot: Processing device (SEQNUM=905, ACTION=change)
snapshot: Handling device node '/dev/snapshot', devnum=c10:231, mode=0600, uid=0, gid=0
snapshot: Creating symlink '/dev/char/10:231' to '../snapshot'
snapshot: sd-device: Created empty file '/run/udev/data/c10:231' for '/devices/virtual/misc/snapshot'
snapshot: Device (SEQNUM=905, ACTION=change) processed
snapshot: sd-device-monitor: Passed 198 byte to netlink monitor
network_latency: Processing device (SEQNUM=902, ACTION=change)
network_latency: Handling device node '/dev/network_latency', devnum=c10:61, mode=0600, uid=0, gid=0psaux: Processing device (SEQNUM=904, ACTION=change)
psaux: Handling device node '/dev/psaux', devnum=c10:1, mode=0600, uid=0, gid=0
psaux: Creating symlink '/dev/char/10:1' to '../psaux'
psaux: sd-device: Created empty file '/run/udev/data/c10:1' for '/devices/virtual/misc/psaux'
psaux: Device (SEQNUM=904, ACTION=change) processed
psaux: sd-device-monitor: Passed 190 byte to netlink monitor

network_latency: Creating symlink '/dev/char/10:61' to '../network_latency'
network_latency: sd-device: Created empty file '/run/udev/data/c10:61' for '/devices/virtual/misc/network_latency'
network_throughput: Device (SEQNUM=903, ACTION=change) processed
network_throughput: sd-device-monitor: Passed 217 byte to netlink monitor
snapshot: sd-device-monitor: Passed 198 byte to netlink monitor
vga_arbiter: Device (SEQNUM=906, ACTION=change) is queued
vga_arbiter: sd-device-monitor: Passed 203 byte to netlink monitor
lo: Device (SEQNUM=907, ACTION=change) is queued
lo: Processing device (SEQNUM=907, ACTION=change)
lo: IMPORT builtin 'net_id' /lib/udev/rules.d/75-net-description.rules:6
lo: IMPORT builtin 'path_id' /lib/udev/rules.d/80-net-setup-link.rules:5
network_latency: Device (SEQNUM=902, ACTION=change) processed
network_latency: sd-device-monitor: Passed 211 byte to netlink monitor
vga_arbiter: Processing device (SEQNUM=906, ACTION=change)
vga_arbiter: Handling device node '/dev/vga_arbiter', devnum=c10:63, mode=0600, uid=0, gid=0
vga_arbiter: Creating symlink '/dev/char/10:63' to '../vga_arbiter'
vga_arbiter: sd-device: Created empty file '/run/udev/data/c10:63' for '/devices/virtual/misc/vga_arbiter'
vga_arbiter: Device (SEQNUM=906, ACTION=change) processedlo: sd-device-monitor: Passed 172 byte to netlink monitor
cooling_device0: Device (SEQNUM=908, ACTION=change) is queued
cooling_device0: sd-device-monitor: Passed 170 byte to netlink monitor
console: Device (SEQNUM=909, ACTION=change) is queued
console: Processing device (SEQNUM=909, ACTION=change)
console: Handling device node '/dev/console', devnum=c5:1, mode=0600, uid=0, gid=0
console: Creating symlink '/dev/char/5:1' to '../console'
console: sd-device: Created empty file '/run/udev/data/c5:1' for '/devices/virtual/tty/console'
console: Device (SEQNUM=909, ACTION=change) processed
console: sd-device-monitor: Passed 191 byte to netlink monitor
cooling_device0: Processing device (SEQNUM=908, ACTION=change)
cooling_device0: Device (SEQNUM=908, ACTION=change) processed
cooling_device0: sd-device-monitor: Passed 170 byte to netlink monitor

lo: IMPORT builtin 'path_id' fails: No such file or directory
lo: sd-device: Created empty file '/run/udev/data/n1' for '/devices/virtual/net/lo'
lo: Device (SEQNUM=907, ACTION=change) processed
lo: sd-device-monitor: Passed 172 byte to netlink monitorconsole: sd-device-monitor: Passed 191 byte to netlink monitor
ptmx: Device (SEQNUM=910, ACTION=change) is queued
ptmx: Processing device (SEQNUM=910, ACTION=change)
ptmx: Handling device node '/dev/ptmx', devnum=c5:2, mode=0666, uid=0, gid=0
ptmx: Creating symlink '/dev/char/5:2' to '../ptmx'
ptmx: sd-device: Created empty file '/run/udev/data/c5:2' for '/devices/virtual/tty/ptmx'
ptmx: Device (SEQNUM=910, ACTION=change) processed
ptmx: sd-device-monitor: Passed 198 byte to netlink monitor


vga_arbiter: sd-device-monitor: Passed 203 byte to netlink monitor
ptmx: sd-device-monitor: Passed 198 byte to netlink monitor
tty: Device (SEQNUM=911, ACTION=change) is queued
tty: sd-device-monitor: Passed 196 byte to netlink monitor
tty0: Device (SEQNUM=912, ACTION=change) is queued
tty0: Processing device (SEQNUM=912, ACTION=change)
tty0: Handling device node '/dev/tty0', devnum=c4:0, mode=0600, uid=0, gid=0
tty0: Creating symlink '/dev/char/4:0' to '../tty0'
tty0: sd-device: Created empty file '/run/udev/data/c4:0' for '/devices/virtual/tty/tty0'
tty: Processing device (SEQNUM=911, ACTION=change)
tty: Handling device node '/dev/tty', devnum=c5:0, mode=0666, uid=0, gid=0
tty: Creating symlink '/dev/char/5:0' to '../tty'
tty: sd-device: Created empty file '/run/udev/data/c5:0' for '/devices/virtual/tty/tty'
tty: Device (SEQNUM=911, ACTION=change) processed
tty: sd-device-monitor: Passed 196 byte to netlink monitor
tty0: sd-device-monitor: Passed 185 byte to netlink monitor
tty1: Device (SEQNUM=913, ACTION=change) is queued
tty1: sd-device-monitor: Passed 185 byte to netlink monitor
tty0: Device (SEQNUM=912, ACTION=change) processed
tty0: sd-device-monitor: Passed 185 byte to netlink monitor
tty10: Device (SEQNUM=914, ACTION=change) is queued
tty10: sd-device-monitor: Passed 188 byte to netlink monitor
tty11: Device (SEQNUM=915, ACTION=change) is queued
tty11: Processing device (SEQNUM=915, ACTION=change)
tty11: Handling device node '/dev/tty11', devnum=c4:11, mode=0600, uid=0, gid=0
tty11: Creating symlink '/dev/char/4:11' to '../tty11'
tty11: sd-device: Created empty file '/run/udev/data/c4:11' for '/devices/virtual/tty/tty11'
tty11: Device (SEQNUM=915, ACTION=change) processed
tty11: sd-device-monitor: Passed 188 byte to netlink monitor
tty10: Processing device (SEQNUM=914, ACTION=change)
tty10: Handling device node '/dev/tty10', devnum=c4:10, mode=0600, uid=0, gid=0
tty10: Creating symlink '/dev/char/4:10' to '../tty10'
tty10: sd-device: Created empty file '/run/udev/data/c4:10' for '/devices/virtual/tty/tty10'
tty10: Device (SEQNUM=914, ACTION=change) processed
tty10: sd-device-monitor: Passed 188 byte to netlink monitor
tty11: sd-device-monitor: Passed 188 byte to netlink monitortty1: Processing device (SEQNUM=913, ACTION=change)
tty1: Handling device node '/dev/tty1', devnum=c4:1, mode=0600, uid=0, gid=0
tty1: Creating symlink '/dev/char/4:1' to '../tty1'
tty1: sd-device: Created empty file '/run/udev/data/c4:1' for '/devices/virtual/tty/tty1'
tty1: Device (SEQNUM=913, ACTION=change) processed
tty1: sd-device-monitor: Passed 185 byte to netlink monitor

tty12: Device (SEQNUM=916, ACTION=change) is queued
tty12: sd-device-monitor: Passed 188 byte to netlink monitor
tty13: Device (SEQNUM=917, ACTION=change) is queued
tty13: sd-device-monitor: Passed 188 byte to netlink monitor
tty14: Device (SEQNUM=918, ACTION=change) is queued
tty14: Processing device (SEQNUM=918, ACTION=change)
tty14: Handling device node '/dev/tty14', devnum=c4:14, mode=0600, uid=0, gid=0
tty14: Creating symlink '/dev/char/4:14' to '../tty14'
tty14: sd-device: Created empty file '/run/udev/data/c4:14' for '/devices/virtual/tty/tty14'
tty14: Device (SEQNUM=918, ACTION=change) processed
tty14: sd-device-monitor: Passed 188 byte to netlink monitor
tty13: Processing device (SEQNUM=917, ACTION=change)
tty14: sd-device-monitor: Passed 188 byte to netlink monitor
tty15: Device (SEQNUM=919, ACTION=change) is queued
tty15: Processing device (SEQNUM=919, ACTION=change)
tty15: Handling device node '/dev/tty15', devnum=c4:15, mode=0600, uid=0, gid=0
tty15: Creating symlink '/dev/char/4:15' to '../tty15'
tty15: sd-device: Created empty file '/run/udev/data/c4:15' for '/devices/virtual/tty/tty15'
tty15: Device (SEQNUM=919, ACTION=change) processed
tty15: sd-device-monitor: Passed 188 byte to netlink monitor
tty12: Processing device (SEQNUM=916, ACTION=change)
tty12: Handling device node '/dev/tty12', devnum=c4:12, mode=0600, uid=0, gid=0
tty12: Creating symlink '/dev/char/4:12' to '../tty12'
tty12: sd-device: Created empty file '/run/udev/data/c4:12' for '/devices/virtual/tty/tty12'
tty12: Device (SEQNUM=916, ACTION=change) processed
tty12: sd-device-monitor: Passed 188 byte to netlink monitor
tty15: sd-device-monitor: Passed 188 byte to netlink monitor
tty16: Device (SEQNUM=920, ACTION=change) is queued
tty16: sd-device-monitor: Passed 188 byte to netlink monitor
tty17: Device (SEQNUM=921, ACTION=change) is queuedtty13: Handling device node '/dev/tty13', devnum=c4:13, mode=0600, uid=0, gid=0
tty13: Creating symlink '/dev/char/4:13' to '../tty13'
tty13: sd-device: Created empty file '/run/udev/data/c4:13' for '/devices/virtual/tty/tty13'
tty13: Device (SEQNUM=917, ACTION=change) processed
tty13: sd-device-monitor: Passed 188 byte to netlink monitor

tty17: Processing device (SEQNUM=921, ACTION=change)
tty17: Handling device node '/dev/tty17', devnum=c4:17, mode=0600, uid=0, gid=0
tty17: Creating symlink '/dev/char/4:17' to '../tty17'
tty17: sd-device: Created empty file '/run/udev/data/c4:17' for '/devices/virtual/tty/tty17'
tty17: Device (SEQNUM=921, ACTION=change) processed
tty17: sd-device-monitor: Passed 188 byte to netlink monitor
tty17: sd-device-monitor: Passed 188 byte to netlink monitor
tty18: Device (SEQNUM=922, ACTION=change) is queued
tty18: sd-device-monitor: Passed 188 byte to netlink monitor
tty19: Device (SEQNUM=923, ACTION=change) is queued
tty19: Processing device (SEQNUM=923, ACTION=change)
tty19: Handling device node '/dev/tty19', devnum=c4:19, mode=0600, uid=0, gid=0tty16: Processing device (SEQNUM=920, ACTION=change)
tty16: Handling device node '/dev/tty16', devnum=c4:16, mode=0600, uid=0, gid=0
tty16: Creating symlink '/dev/char/4:16' to '../tty16'
tty16: sd-device: Created empty file '/run/udev/data/c4:16' for '/devices/virtual/tty/tty16'
tty16: Device (SEQNUM=920, ACTION=change) processed
tty16: sd-device-monitor: Passed 188 byte to netlink monitor

tty19: Creating symlink '/dev/char/4:19' to '../tty19'
tty19: sd-device: Created empty file '/run/udev/data/c4:19' for '/devices/virtual/tty/tty19'
tty19: Device (SEQNUM=923, ACTION=change) processed
tty19: sd-device-monitor: Passed 188 byte to netlink monitor
tty19: sd-device-monitor: Passed 188 byte to netlink monitor
tty2: Device (SEQNUM=924, ACTION=change) is queued
tty2: sd-device-monitor: Passed 185 byte to netlink monitor
tty20: Device (SEQNUM=925, ACTION=change) is queued
tty20: Processing device (SEQNUM=925, ACTION=change)
tty20: Handling device node '/dev/tty20', devnum=c4:20, mode=0600, uid=0, gid=0
tty20: Creating symlink '/dev/char/4:20' to '../tty20'
tty20: sd-device: Created empty file '/run/udev/data/c4:20' for '/devices/virtual/tty/tty20'tty2: Processing device (SEQNUM=924, ACTION=change)
tty2: Handling device node '/dev/tty2', devnum=c4:2, mode=0600, uid=0, gid=0
tty2: Creating symlink '/dev/char/4:2' to '../tty2'
tty2: sd-device: Created empty file '/run/udev/data/c4:2' for '/devices/virtual/tty/tty2'
tty2: Device (SEQNUM=924, ACTION=change) processed
tty2: sd-device-monitor: Passed 185 byte to netlink monitor
tty20: sd-device-monitor: Passed 188 byte to netlink monitor
tty21: Device (SEQNUM=926, ACTION=change) is queued
tty21: sd-device-monitor: Passed 188 byte to netlink monitor
tty20: Device (SEQNUM=925, ACTION=change) processed
tty20: sd-device-monitor: Passed 188 byte to netlink monitor
tty18: Processing device (SEQNUM=922, ACTION=change)
tty18: Handling device node '/dev/tty18', devnum=c4:18, mode=0600, uid=0, gid=0
tty18: Creating symlink '/dev/char/4:18' to '../tty18'
tty18: sd-device: Created empty file '/run/udev/data/c4:18' for '/devices/virtual/tty/tty18'
tty18: Device (SEQNUM=922, ACTION=change) processed
tty18: sd-device-monitor: Passed 188 byte to netlink monitor
tty22: Device (SEQNUM=927, ACTION=change) is queued
tty22: sd-device-monitor: Passed 188 byte to netlink monitor
tty23: Device (SEQNUM=928, ACTION=change) is queued
tty23: Processing device (SEQNUM=928, ACTION=change)
tty23: Handling device node '/dev/tty23', devnum=c4:23, mode=0600, uid=0, gid=0
tty23: Creating symlink '/dev/char/4:23' to '../tty23'
tty23: sd-device: Created empty file '/run/udev/data/c4:23' for '/devices/virtual/tty/tty23'
tty23: Device (SEQNUM=928, ACTION=change) processed
tty23: sd-device-monitor: Passed 188 byte to netlink monitortty22: Processing device (SEQNUM=927, ACTION=change)
tty22: Handling device node '/dev/tty22', devnum=c4:22, mode=0600, uid=0, gid=0
tty22: Creating symlink '/dev/char/4:22' to '../tty22'
tty22: sd-device: Created empty file '/run/udev/data/c4:22' for '/devices/virtual/tty/tty22'
tty22: Device (SEQNUM=927, ACTION=change) processed
tty22: sd-device-monitor: Passed 188 byte to netlink monitor

tty23: sd-device-monitor: Passed 188 byte to netlink monitor
tty24: Device (SEQNUM=929, ACTION=change) is queued
tty24: Processing device (SEQNUM=929, ACTION=change)
tty24: Handling device node '/dev/tty24', devnum=c4:24, mode=0600, uid=0, gid=0
tty24: Creating symlink '/dev/char/4:24' to '../tty24'
tty24: sd-device: Created empty file '/run/udev/data/c4:24' for '/devices/virtual/tty/tty24'
tty24: Device (SEQNUM=929, ACTION=change) processed
tty24: sd-device-monitor: Passed 188 byte to netlink monitor
tty24: sd-device-monitor: Passed 188 byte to netlink monitor
tty25: Device (SEQNUM=930, ACTION=change) is queued
tty25: Processing device (SEQNUM=930, ACTION=change)
tty25: Handling device node '/dev/tty25', devnum=c4:25, mode=0600, uid=0, gid=0
tty25: Creating symlink '/dev/char/4:25' to '../tty25'
tty25: sd-device: Created empty file '/run/udev/data/c4:25' for '/devices/virtual/tty/tty25'
tty25: Device (SEQNUM=930, ACTION=change) processed
tty25: sd-device-monitor: Passed 188 byte to netlink monitor
tty25: sd-device-monitor: Passed 188 byte to netlink monitor
tty26: Device (SEQNUM=931, ACTION=change) is queued
tty26: Processing device (SEQNUM=931, ACTION=change)
tty26: Handling device node '/dev/tty26', devnum=c4:26, mode=0600, uid=0, gid=0
tty26: Creating symlink '/dev/char/4:26' to '../tty26'
tty26: sd-device: Created empty file '/run/udev/data/c4:26' for '/devices/virtual/tty/tty26'
tty26: Device (SEQNUM=931, ACTION=change) processed
tty26: sd-device-monitor: Passed 188 byte to netlink monitor
tty21: Processing device (SEQNUM=926, ACTION=change)
tty21: Handling device node '/dev/tty21', devnum=c4:21, mode=0600, uid=0, gid=0
tty21: Creating symlink '/dev/char/4:21' to '../tty21'
tty21: sd-device: Created empty file '/run/udev/data/c4:21' for '/devices/virtual/tty/tty21'
tty21: Device (SEQNUM=926, ACTION=change) processed
tty21: sd-device-monitor: Passed 188 byte to netlink monitor
tty26: sd-device-monitor: Passed 188 byte to netlink monitor
tty27: Device (SEQNUM=932, ACTION=change) is queued
tty27: sd-device-monitor: Passed 188 byte to netlink monitor
tty28: Device (SEQNUM=933, ACTION=change) is queued
tty28: Processing device (SEQNUM=933, ACTION=change)
tty28: Handling device node '/dev/tty28', devnum=c4:28, mode=0600, uid=0, gid=0
tty28: Creating symlink '/dev/char/4:28' to '../tty28'
tty28: sd-device: Created empty file '/run/udev/data/c4:28' for '/devices/virtual/tty/tty28'
tty28: Device (SEQNUM=933, ACTION=change) processed
tty28: sd-device-monitor: Passed 188 byte to netlink monitor
tty28: sd-device-monitor: Passed 188 byte to netlink monitor
tty29: Device (SEQNUM=934, ACTION=change) is queued
tty29: Processing device (SEQNUM=934, ACTION=change)
tty29: Handling device node '/dev/tty29', devnum=c4:29, mode=0600, uid=0, gid=0
tty29: Creating symlink '/dev/char/4:29' to '../tty29'
tty29: sd-device: Created empty file '/run/udev/data/c4:29' for '/devices/virtual/tty/tty29'
tty29: Device (SEQNUM=934, ACTION=change) processed
tty29: sd-device-monitor: Passed 188 byte to netlink monitor
tty27: Processing device (SEQNUM=932, ACTION=change)
tty27: Handling device node '/dev/tty27', devnum=c4:27, mode=0600, uid=0, gid=0
tty27: Creating symlink '/dev/char/4:27' to '../tty27'
tty27: sd-device: Created empty file '/run/udev/data/c4:27' for '/devices/virtual/tty/tty27'
tty27: Device (SEQNUM=932, ACTION=change) processed
tty27: sd-device-monitor: Passed 188 byte to netlink monitor
tty29: sd-device-monitor: Passed 188 byte to netlink monitor
tty3: Device (SEQNUM=935, ACTION=change) is queued
tty3: sd-device-monitor: Passed 185 byte to netlink monitor
tty30: Device (SEQNUM=936, ACTION=change) is queued
tty30: Processing device (SEQNUM=936, ACTION=change)
tty30: Handling device node '/dev/tty30', devnum=c4:30, mode=0600, uid=0, gid=0
tty30: Creating symlink '/dev/char/4:30' to '../tty30'
tty30: sd-device: Created empty file '/run/udev/data/c4:30' for '/devices/virtual/tty/tty30'
tty30: Device (SEQNUM=936, ACTION=change) processed
tty30: sd-device-monitor: Passed 188 byte to netlink monitor
tty3: Processing device (SEQNUM=935, ACTION=change)
tty3: Handling device node '/dev/tty3', devnum=c4:3, mode=0600, uid=0, gid=0
tty3: Creating symlink '/dev/char/4:3' to '../tty3'
tty3: sd-device: Created empty file '/run/udev/data/c4:3' for '/devices/virtual/tty/tty3'
tty3: Device (SEQNUM=935, ACTION=change) processed
tty3: sd-device-monitor: Passed 185 byte to netlink monitor

tty30: sd-device-monitor: Passed 188 byte to netlink monitor
tty31: Device (SEQNUM=937, ACTION=change) is queued
tty31: sd-device-monitor: Passed 188 byte to netlink monitor
tty32: Device (SEQNUM=938, ACTION=change) is queued
tty32: sd-device-monitor: Passed 188 byte to netlink monitor
tty33: Device (SEQNUM=939, ACTION=change) is queued
tty33: sd-device-monitor: Passed 188 byte to netlink monitor
tty34: Device (SEQNUM=940, ACTION=change) is queued
tty34: Processing device (SEQNUM=940, ACTION=change)
tty34: Handling device node '/dev/tty34', devnum=c4:34, mode=0600, uid=0, gid=0
tty34: Creating symlink '/dev/char/4:34' to '../tty34'
tty34: sd-device: Created empty file '/run/udev/data/c4:34' for '/devices/virtual/tty/tty34'
tty34: Device (SEQNUM=940, ACTION=change) processed
tty34: sd-device-monitor: Passed 188 byte to netlink monitor
tty32: Processing device (SEQNUM=938, ACTION=change)
tty32: Handling device node '/dev/tty32', devnum=c4:32, mode=0600, uid=0, gid=0
tty32: Creating symlink '/dev/char/4:32' to '../tty32'
tty32: sd-device: Created empty file '/run/udev/data/c4:32' for '/devices/virtual/tty/tty32'
tty31: Processing device (SEQNUM=937, ACTION=change)
tty31: Handling device node '/dev/tty31', devnum=c4:31, mode=0600, uid=0, gid=0
tty31: Creating symlink '/dev/char/4:31' to '../tty31'
tty31: sd-device: Created empty file '/run/udev/data/c4:31' for '/devices/virtual/tty/tty31'
tty31: Device (SEQNUM=937, ACTION=change) processedtty34: sd-device-monitor: Passed 188 byte to netlink monitor
tty35: Device (SEQNUM=941, ACTION=change) is queued
tty35: Processing device (SEQNUM=941, ACTION=change)
tty35: Handling device node '/dev/tty35', devnum=c4:35, mode=0600, uid=0, gid=0
tty35: Creating symlink '/dev/char/4:35' to '../tty35'
tty35: sd-device: Created empty file '/run/udev/data/c4:35' for '/devices/virtual/tty/tty35'
tty32: Device (SEQNUM=938, ACTION=change) processed
tty32: sd-device-monitor: Passed 188 byte to netlink monitor
tty35: Device (SEQNUM=941, ACTION=change) processed
tty35: sd-device-monitor: Passed 188 byte to netlink monitor
tty33: Processing device (SEQNUM=939, ACTION=change)
tty33: Handling device node '/dev/tty33', devnum=c4:33, mode=0600, uid=0, gid=0
tty33: Creating symlink '/dev/char/4:33' to '../tty33'tty35: sd-device-monitor: Passed 188 byte to netlink monitor
tty36: Device (SEQNUM=942, ACTION=change) is queued
tty36: Processing device (SEQNUM=942, ACTION=change)
tty36: Handling device node '/dev/tty36', devnum=c4:36, mode=0600, uid=0, gid=0
tty36: Creating symlink '/dev/char/4:36' to '../tty36'
tty36: sd-device: Created empty file '/run/udev/data/c4:36' for '/devices/virtual/tty/tty36'
tty36: Device (SEQNUM=942, ACTION=change) processed
tty36: sd-device-monitor: Passed 188 byte to netlink monitor
tty37: Device (SEQNUM=943, ACTION=change) is queued
tty37: Processing device (SEQNUM=943, ACTION=change)
tty37: Handling device node '/dev/tty37', devnum=c4:37, mode=0600, uid=0, gid=0
tty37: Creating symlink '/dev/char/4:37' to '../tty37'
tty37: sd-device: Created empty file '/run/udev/data/c4:37' for '/devices/virtual/tty/tty37'
tty37: Device (SEQNUM=943, ACTION=change) processed
tty33: sd-device: Created empty file '/run/udev/data/c4:33' for '/devices/virtual/tty/tty33'
tty33: Device (SEQNUM=939, ACTION=change) processed
tty33: sd-device-monitor: Passed 188 byte to netlink monitor
tty37: sd-device-monitor: Passed 188 byte to netlink monitor
tty38: Device (SEQNUM=944, ACTION=change) is queued
tty38: sd-device-monitor: Passed 188 byte to netlink monitor

tty31: sd-device-monitor: Passed 188 byte to netlink monitor
tty36: sd-device-monitor: Passed 188 byte to netlink monitor
tty39: Device (SEQNUM=945, ACTION=change) is queued
tty39: Processing device (SEQNUM=945, ACTION=change)
tty39: Handling device node '/dev/tty39', devnum=c4:39, mode=0600, uid=0, gid=0
tty39: Creating symlink '/dev/char/4:39' to '../tty39'
tty39: sd-device: Created empty file '/run/udev/data/c4:39' for '/devices/virtual/tty/tty39'
tty39: Device (SEQNUM=945, ACTION=change) processed
tty37: sd-device-monitor: Passed 188 byte to netlink monitor
tty38: Processing device (SEQNUM=944, ACTION=change)
tty38: Handling device node '/dev/tty38', devnum=c4:38, mode=0600, uid=0, gid=0
tty38: Creating symlink '/dev/char/4:38' to '../tty38'
tty38: sd-device: Created empty file '/run/udev/data/c4:38' for '/devices/virtual/tty/tty38'
tty38: Device (SEQNUM=944, ACTION=change) processed
tty39: sd-device-monitor: Passed 188 byte to netlink monitor
tty4: Device (SEQNUM=946, ACTION=change) is queued
tty4: Processing device (SEQNUM=946, ACTION=change)
tty4: Handling device node '/dev/tty4', devnum=c4:4, mode=0600, uid=0, gid=0
tty4: Creating symlink '/dev/char/4:4' to '../tty4'
tty4: sd-device: Created empty file '/run/udev/data/c4:4' for '/devices/virtual/tty/tty4'
tty4: Device (SEQNUM=946, ACTION=change) processed
tty4: sd-device-monitor: Passed 185 byte to netlink monitortty4: sd-device-monitor: Passed 185 byte to netlink monitor
tty40: Device (SEQNUM=947, ACTION=change) is queued
tty40: Processing device (SEQNUM=947, ACTION=change)
tty40: Handling device node '/dev/tty40', devnum=c4:40, mode=0600, uid=0, gid=0
tty40: Creating symlink '/dev/char/4:40' to '../tty40'
tty40: sd-device: Created empty file '/run/udev/data/c4:40' for '/devices/virtual/tty/tty40'
tty40: Device (SEQNUM=947, ACTION=change) processed
tty40: sd-device-monitor: Passed 188 byte to netlink monitor
tty39: sd-device-monitor: Passed 188 byte to netlink monitor
tty40: sd-device-monitor: Passed 188 byte to netlink monitor
tty41: Device (SEQNUM=948, ACTION=change) is queued
tty41: sd-device-monitor: Passed 188 byte to netlink monitor
tty42: Device (SEQNUM=949, ACTION=change) is queued
tty42: Processing device (SEQNUM=949, ACTION=change)
tty42: Handling device node '/dev/tty42', devnum=c4:42, mode=0600, uid=0, gid=0
tty42: Creating symlink '/dev/char/4:42' to '../tty42'
tty42: sd-device: Created empty file '/run/udev/data/c4:42' for '/devices/virtual/tty/tty42'
tty42: Device (SEQNUM=949, ACTION=change) processed
tty42: sd-device-monitor: Passed 188 byte to netlink monitor
tty41: Processing device (SEQNUM=948, ACTION=change)
tty41: Handling device node '/dev/tty41', devnum=c4:41, mode=0600, uid=0, gid=0
tty41: Creating symlink '/dev/char/4:41' to '../tty41'
tty41: sd-device: Created empty file '/run/udev/data/c4:41' for '/devices/virtual/tty/tty41'
tty41: Device (SEQNUM=948, ACTION=change) processed
tty41: sd-device-monitor: Passed 188 byte to netlink monitor
tty38: sd-device-monitor: Passed 188 byte to netlink monitor

tty42: sd-device-monitor: Passed 188 byte to netlink monitor
tty43: Device (SEQNUM=950, ACTION=change) is queued
tty43: Processing device (SEQNUM=950, ACTION=change)
tty43: Handling device node '/dev/tty43', devnum=c4:43, mode=0600, uid=0, gid=0
tty43: Creating symlink '/dev/char/4:43' to '../tty43'
tty43: sd-device: Created empty file '/run/udev/data/c4:43' for '/devices/virtual/tty/tty43'
tty43: Device (SEQNUM=950, ACTION=change) processedtty43: sd-device-monitor: Passed 188 byte to netlink monitor
tty44: Device (SEQNUM=951, ACTION=change) is queued
tty44: Processing device (SEQNUM=951, ACTION=change)
tty44: Handling device node '/dev/tty44', devnum=c4:44, mode=0600, uid=0, gid=0
tty44: Creating symlink '/dev/char/4:44' to '../tty44'
tty44: sd-device: Created empty file '/run/udev/data/c4:44' for '/devices/virtual/tty/tty44'
tty44: Device (SEQNUM=951, ACTION=change) processed
tty44: sd-device-monitor: Passed 188 byte to netlink monitor
tty43: sd-device-monitor: Passed 188 byte to netlink monitor

tty44: sd-device-monitor: Passed 188 byte to netlink monitor
tty45: Device (SEQNUM=952, ACTION=change) is queued
tty45: Processing device (SEQNUM=952, ACTION=change)
tty45: Handling device node '/dev/tty45', devnum=c4:45, mode=0600, uid=0, gid=0
tty45: Creating symlink '/dev/char/4:45' to '../tty45'
tty45: sd-device: Created empty file '/run/udev/data/c4:45' for '/devices/virtual/tty/tty45'
tty45: Device (SEQNUM=952, ACTION=change) processed
tty45: sd-device-monitor: Passed 188 byte to netlink monitor
tty46: Device (SEQNUM=953, ACTION=change) is queued
tty46: Processing device (SEQNUM=953, ACTION=change)
tty46: Handling device node '/dev/tty46', devnum=c4:46, mode=0600, uid=0, gid=0
tty46: Creating symlink '/dev/char/4:46' to '../tty46'
tty46: sd-device: Created empty file '/run/udev/data/c4:46' for '/devices/virtual/tty/tty46'
tty46: Device (SEQNUM=953, ACTION=change) processed
tty46: sd-device-monitor: Passed 188 byte to netlink monitor
tty46: sd-device-monitor: Passed 188 byte to netlink monitor
tty47: Device (SEQNUM=954, ACTION=change) is queued
tty47: sd-device-monitor: Passed 188 byte to netlink monitor
tty48: Device (SEQNUM=955, ACTION=change) is queued
tty48: sd-device-monitor: Passed 188 byte to netlink monitor
tty49: Device (SEQNUM=956, ACTION=change) is queued
tty49: Processing device (SEQNUM=956, ACTION=change)
tty49: Handling device node '/dev/tty49', devnum=c4:49, mode=0600, uid=0, gid=0
tty49: Creating symlink '/dev/char/4:49' to '../tty49'
tty49: sd-device: Created empty file '/run/udev/data/c4:49' for '/devices/virtual/tty/tty49'
tty49: Device (SEQNUM=956, ACTION=change) processed
tty49: sd-device-monitor: Passed 188 byte to netlink monitor
tty47: Processing device (SEQNUM=954, ACTION=change)
tty47: Handling device node '/dev/tty47', devnum=c4:47, mode=0600, uid=0, gid=0
tty47: Creating symlink '/dev/char/4:47' to '../tty47'
tty47: sd-device: Created empty file '/run/udev/data/c4:47' for '/devices/virtual/tty/tty47'
tty47: Device (SEQNUM=954, ACTION=change) processed
tty47: sd-device-monitor: Passed 188 byte to netlink monitor
tty48: Processing device (SEQNUM=955, ACTION=change)
tty48: Handling device node '/dev/tty48', devnum=c4:48, mode=0600, uid=0, gid=0
tty48: Creating symlink '/dev/char/4:48' to '../tty48'
tty48: sd-device: Created empty file '/run/udev/data/c4:48' for '/devices/virtual/tty/tty48'
tty48: Device (SEQNUM=955, ACTION=change) processed
tty48: sd-device-monitor: Passed 188 byte to netlink monitor
tty49: sd-device-monitor: Passed 188 byte to netlink monitor
tty5: Device (SEQNUM=957, ACTION=change) is queued
tty5: sd-device-monitor: Passed 185 byte to netlink monitor
tty50: Device (SEQNUM=958, ACTION=change) is queued
tty50: sd-device-monitor: Passed 188 byte to netlink monitor
tty51: Device (SEQNUM=959, ACTION=change) is queued
tty51: Processing device (SEQNUM=959, ACTION=change)
tty51: Handling device node '/dev/tty51', devnum=c4:51, mode=0600, uid=0, gid=0
tty51: Creating symlink '/dev/char/4:51' to '../tty51'
tty51: sd-device: Created empty file '/run/udev/data/c4:51' for '/devices/virtual/tty/tty51'
tty51: Device (SEQNUM=959, ACTION=change) processed
tty51: sd-device-monitor: Passed 188 byte to netlink monitor
tty5: Processing device (SEQNUM=957, ACTION=change)
tty5: Handling device node '/dev/tty5', devnum=c4:5, mode=0600, uid=0, gid=0
tty5: Creating symlink '/dev/char/4:5' to '../tty5'
tty5: sd-device: Created empty file '/run/udev/data/c4:5' for '/devices/virtual/tty/tty5'
tty5: Device (SEQNUM=957, ACTION=change) processed
tty5: sd-device-monitor: Passed 185 byte to netlink monitor
tty50: Processing device (SEQNUM=958, ACTION=change)
tty50: Handling device node '/dev/tty50', devnum=c4:50, mode=0600, uid=0, gid=0
tty50: Creating symlink '/dev/char/4:50' to '../tty50'
tty50: sd-device: Created empty file '/run/udev/data/c4:50' for '/devices/virtual/tty/tty50'
tty50: Device (SEQNUM=958, ACTION=change) processed
tty50: sd-device-monitor: Passed 188 byte to netlink monitor
tty51: sd-device-monitor: Passed 188 byte to netlink monitor
tty52: Device (SEQNUM=960, ACTION=change) is queued
tty52: sd-device-monitor: Passed 188 byte to netlink monitor
tty53: Device (SEQNUM=961, ACTION=change) is queued
tty53: sd-device-monitor: Passed 188 byte to netlink monitor
tty54: Device (SEQNUM=962, ACTION=change) is queued
tty54: Processing device (SEQNUM=962, ACTION=change)
tty54: Handling device node '/dev/tty54', devnum=c4:54, mode=0600, uid=0, gid=0
tty54: Creating symlink '/dev/char/4:54' to '../tty54'
tty54: sd-device: Created empty file '/run/udev/data/c4:54' for '/devices/virtual/tty/tty54'
tty54: Device (SEQNUM=962, ACTION=change) processed
tty54: sd-device-monitor: Passed 188 byte to netlink monitor
tty52: Processing device (SEQNUM=960, ACTION=change)
tty52: Handling device node '/dev/tty52', devnum=c4:52, mode=0600, uid=0, gid=0
tty52: Creating symlink '/dev/char/4:52' to '../tty52'
tty52: sd-device: Created empty file '/run/udev/data/c4:52' for '/devices/virtual/tty/tty52'
tty52: Device (SEQNUM=960, ACTION=change) processed
tty52: sd-device-monitor: Passed 188 byte to netlink monitor
tty53: Processing device (SEQNUM=961, ACTION=change)
tty53: Handling device node '/dev/tty53', devnum=c4:53, mode=0600, uid=0, gid=0
tty53: Creating symlink '/dev/char/4:53' to '../tty53'
tty53: sd-device: Created empty file '/run/udev/data/c4:53' for '/devices/virtual/tty/tty53'
tty53: Device (SEQNUM=961, ACTION=change) processed
tty53: sd-device-monitor: Passed 188 byte to netlink monitor
tty54: sd-device-monitor: Passed 188 byte to netlink monitor
tty55: Device (SEQNUM=963, ACTION=change) is queued
tty55: sd-device-monitor: Passed 188 byte to netlink monitor
tty56: Device (SEQNUM=964, ACTION=change) is queued
tty56: sd-device-monitor: Passed 188 byte to netlink monitor
tty57: Device (SEQNUM=965, ACTION=change) is queued
tty57: Processing device (SEQNUM=965, ACTION=change)
tty57: Handling device node '/dev/tty57', devnum=c4:57, mode=0600, uid=0, gid=0
tty57: Creating symlink '/dev/char/4:57' to '../tty57'
tty57: sd-device: Created empty file '/run/udev/data/c4:57' for '/devices/virtual/tty/tty57'
tty57: Device (SEQNUM=965, ACTION=change) processed
tty57: sd-device-monitor: Passed 188 byte to netlink monitor
tty55: Processing device (SEQNUM=963, ACTION=change)
tty56: Processing device (SEQNUM=964, ACTION=change)
tty56: Handling device node '/dev/tty56', devnum=c4:56, mode=0600, uid=0, gid=0
tty56: Creating symlink '/dev/char/4:56' to '../tty56'
tty56: sd-device: Created empty file '/run/udev/data/c4:56' for '/devices/virtual/tty/tty56'
tty56: Device (SEQNUM=964, ACTION=change) processed
tty56: sd-device-monitor: Passed 188 byte to netlink monitor
tty55: Handling device node '/dev/tty55', devnum=c4:55, mode=0600, uid=0, gid=0
tty55: Creating symlink '/dev/char/4:55' to '../tty55'
tty55: sd-device: Created empty file '/run/udev/data/c4:55' for '/devices/virtual/tty/tty55'
tty55: Device (SEQNUM=963, ACTION=change) processed
tty55: sd-device-monitor: Passed 188 byte to netlink monitor
tty57: sd-device-monitor: Passed 188 byte to netlink monitor
tty58: Device (SEQNUM=966, ACTION=change) is queued
tty58: sd-device-monitor: Passed 188 byte to netlink monitor
tty59: Device (SEQNUM=967, ACTION=change) is queued
tty59: sd-device-monitor: Passed 188 byte to netlink monitor
tty6: Device (SEQNUM=968, ACTION=change) is queued
tty6: Processing device (SEQNUM=968, ACTION=change)
tty6: Handling device node '/dev/tty6', devnum=c4:6, mode=0600, uid=0, gid=0
tty6: Creating symlink '/dev/char/4:6' to '../tty6'
tty6: sd-device: Created empty file '/run/udev/data/c4:6' for '/devices/virtual/tty/tty6'
tty6: Device (SEQNUM=968, ACTION=change) processed
tty6: sd-device-monitor: Passed 185 byte to netlink monitor
tty58: Processing device (SEQNUM=966, ACTION=change)
tty58: Handling device node '/dev/tty58', devnum=c4:58, mode=0600, uid=0, gid=0
tty58: Creating symlink '/dev/char/4:58' to '../tty58'
tty58: sd-device: Created empty file '/run/udev/data/c4:58' for '/devices/virtual/tty/tty58'
tty58: Device (SEQNUM=966, ACTION=change) processed
tty58: sd-device-monitor: Passed 188 byte to netlink monitor
tty59: Processing device (SEQNUM=967, ACTION=change)
tty59: Handling device node '/dev/tty59', devnum=c4:59, mode=0600, uid=0, gid=0
tty59: Creating symlink '/dev/char/4:59' to '../tty59'
tty59: sd-device: Created empty file '/run/udev/data/c4:59' for '/devices/virtual/tty/tty59'
tty59: Device (SEQNUM=967, ACTION=change) processed
tty59: sd-device-monitor: Passed 188 byte to netlink monitor

tty45: sd-device-monitor: Passed 188 byte to netlink monitor
tty6: sd-device-monitor: Passed 185 byte to netlink monitor
tty60: Device (SEQNUM=969, ACTION=change) is queued
tty60: sd-device-monitor: Passed 188 byte to netlink monitor
tty61: Device (SEQNUM=970, ACTION=change) is queued
tty61: Processing device (SEQNUM=970, ACTION=change)
tty61: Handling device node '/dev/tty61', devnum=c4:61, mode=0600, uid=0, gid=0
tty61: Creating symlink '/dev/char/4:61' to '../tty61'
tty61: sd-device: Created empty file '/run/udev/data/c4:61' for '/devices/virtual/tty/tty61'
tty61: Device (SEQNUM=970, ACTION=change) processed
tty61: sd-device-monitor: Passed 188 byte to netlink monitor
tty60: Processing device (SEQNUM=969, ACTION=change)
tty60: Handling device node '/dev/tty60', devnum=c4:60, mode=0600, uid=0, gid=0
tty60: Creating symlink '/dev/char/4:60' to '../tty60'
tty60: sd-device: Created empty file '/run/udev/data/c4:60' for '/devices/virtual/tty/tty60'
tty60: Device (SEQNUM=969, ACTION=change) processed
tty60: sd-device-monitor: Passed 188 byte to netlink monitor
tty61: sd-device-monitor: Passed 188 byte to netlink monitor
tty62: Device (SEQNUM=971, ACTION=change) is queued
tty62: sd-device-monitor: Passed 188 byte to netlink monitor
tty63: Device (SEQNUM=972, ACTION=change) is queued
tty63: Processing device (SEQNUM=972, ACTION=change)
tty63: Handling device node '/dev/tty63', devnum=c4:63, mode=0600, uid=0, gid=0
tty63: Creating symlink '/dev/char/4:63' to '../tty63'
tty63: sd-device: Created empty file '/run/udev/data/c4:63' for '/devices/virtual/tty/tty63'
tty63: Device (SEQNUM=972, ACTION=change) processed
tty63: sd-device-monitor: Passed 188 byte to netlink monitor
tty63: sd-device-monitor: Passed 188 byte to netlink monitor
tty7: Device (SEQNUM=973, ACTION=change) is queued
tty7: sd-device-monitor: Passed 185 byte to netlink monitortty62: Processing device (SEQNUM=971, ACTION=change)
tty62: Handling device node '/dev/tty62', devnum=c4:62, mode=0600, uid=0, gid=0
tty62: Creating symlink '/dev/char/4:62' to '../tty62'
tty62: sd-device: Created empty file '/run/udev/data/c4:62' for '/devices/virtual/tty/tty62'
tty62: Device (SEQNUM=971, ACTION=change) processed
tty62: sd-device-monitor: Passed 188 byte to netlink monitor

tty8: Device (SEQNUM=974, ACTION=change) is queued
tty8: sd-device-monitor: Passed 185 byte to netlink monitor
tty9: Device (SEQNUM=975, ACTION=change) is queuedtty7: Processing device (SEQNUM=973, ACTION=change)
tty7: Handling device node '/dev/tty7', devnum=c4:7, mode=0600, uid=0, gid=0
tty7: Creating symlink '/dev/char/4:7' to '../tty7'
tty7: sd-device: Created empty file '/run/udev/data/c4:7' for '/devices/virtual/tty/tty7'
tty7: Device (SEQNUM=973, ACTION=change) processed
tty7: sd-device-monitor: Passed 185 byte to netlink monitor

tty9: Processing device (SEQNUM=975, ACTION=change)
tty9: Handling device node '/dev/tty9', devnum=c4:9, mode=0600, uid=0, gid=0
tty9: Creating symlink '/dev/char/4:9' to '../tty9'
tty9: sd-device: Created empty file '/run/udev/data/c4:9' for '/devices/virtual/tty/tty9'
tty9: Device (SEQNUM=975, ACTION=change) processed
tty9: sd-device-monitor: Passed 185 byte to netlink monitor
tty9: sd-device-monitor: Passed 185 byte to netlink monitor
vcs: Device (SEQNUM=976, ACTION=change) is queued
vcs: sd-device-monitor: Passed 181 byte to netlink monitor
vcs1: Device (SEQNUM=977, ACTION=change) is queued
vcs1: Processing device (SEQNUM=977, ACTION=change)
vcs1: Handling device node '/dev/vcs1', devnum=c7:1, mode=0600, uid=0, gid=0
vcs1: Creating symlink '/dev/char/7:1' to '../vcs1'
vcs1: sd-device: Created empty file '/run/udev/data/c7:1' for '/devices/virtual/vc/vcs1'
vcs1: Device (SEQNUM=977, ACTION=change) processed
vcs1: sd-device-monitor: Passed 183 byte to netlink monitor
tty8: Processing device (SEQNUM=974, ACTION=change)
tty8: Handling device node '/dev/tty8', devnum=c4:8, mode=0600, uid=0, gid=0
tty8: Creating symlink '/dev/char/4:8' to '../tty8'
tty8: sd-device: Created empty file '/run/udev/data/c4:8' for '/devices/virtual/tty/tty8'vcs1: sd-device-monitor: Passed 183 byte to netlink monitor
vcsa: Device (SEQNUM=978, ACTION=change) is queued
vcsa: sd-device-monitor: Passed 185 byte to netlink monitor
vcsa1: Device (SEQNUM=979, ACTION=change) is queued
vcsa1: Processing device (SEQNUM=979, ACTION=change)
vcsa1: Handling device node '/dev/vcsa1', devnum=c7:129, mode=0600, uid=0, gid=0
vcsa1: Creating symlink '/dev/char/7:129' to '../vcsa1'
vcsa1: sd-device: Created empty file '/run/udev/data/c7:129' for '/devices/virtual/vc/vcsa1'
vcsa1: Device (SEQNUM=979, ACTION=change) processed
vcsa1: sd-device-monitor: Passed 187 byte to netlink monitor
vcs: Processing device (SEQNUM=976, ACTION=change)
vcs: Handling device node '/dev/vcs', devnum=c7:0, mode=0600, uid=0, gid=0
vcs: Creating symlink '/dev/char/7:0' to '../vcs'
vcs: sd-device: Created empty file '/run/udev/data/c7:0' for '/devices/virtual/vc/vcs'
vcs: Device (SEQNUM=976, ACTION=change) processed
vcs: sd-device-monitor: Passed 181 byte to netlink monitor

tty8: Device (SEQNUM=974, ACTION=change) processedvcsa: Processing device (SEQNUM=978, ACTION=change)
vcsa: Handling device node '/dev/vcsa', devnum=c7:128, mode=0600, uid=0, gid=0
vcsa: Creating symlink '/dev/char/7:128' to '../vcsa'
vcsa: sd-device: Created empty file '/run/udev/data/c7:128' for '/devices/virtual/vc/vcsa'
vcsa: Device (SEQNUM=978, ACTION=change) processed
vcsa: sd-device-monitor: Passed 185 byte to netlink monitor

tty8: sd-device-monitor: Passed 185 byte to netlink monitor
vcsa1: sd-device-monitor: Passed 187 byte to netlink monitor
vcsu: Device (SEQNUM=980, ACTION=change) is queued
vcsu: sd-device-monitor: Passed 184 byte to netlink monitor
vcsu1: Device (SEQNUM=981, ACTION=change) is queued
vcsu1: sd-device-monitor: Passed 186 byte to netlink monitor
vtcon0: Device (SEQNUM=982, ACTION=change) is queued
vtcon0: sd-device-monitor: Passed 165 byte to netlink monitor
writeback: Device (SEQNUM=983, ACTION=change) is queued
writeback: Processing device (SEQNUM=983, ACTION=change)
writeback: Device (SEQNUM=983, ACTION=change) processed
writeback: sd-device-monitor: Passed 168 byte to netlink monitor
vcsu: Processing device (SEQNUM=980, ACTION=change)
vcsu1: Processing device (SEQNUM=981, ACTION=change)
vcsu1: Handling device node '/dev/vcsu1', devnum=c7:65, mode=0600, uid=0, gid=0
vcsu1: Creating symlink '/dev/char/7:65' to '../vcsu1'vtcon0: Processing device (SEQNUM=982, ACTION=change)
vtcon0: Device (SEQNUM=982, ACTION=change) processed
vtcon0: sd-device-monitor: Passed 165 byte to netlink monitor

vcsu1: sd-device: Created empty file '/run/udev/data/c7:65' for '/devices/virtual/vc/vcsu1'
vcsu1: Device (SEQNUM=981, ACTION=change) processed
vcsu1: sd-device-monitor: Passed 186 byte to netlink monitor
writeback: sd-device-monitor: Passed 168 byte to netlink monitor
sda: Device (SEQNUM=984, ACTION=change) is queued
sda: sd-device-monitor: Passed 250 byte to netlink monitor
sdb: Device (SEQNUM=985, ACTION=change) is queued
sdb: Processing device (SEQNUM=985, ACTION=change)
sdb: Removing watch
sdb: IMPORT 'scsi_id --export --whitelisted -d /dev/sdb' /lib/udev/rules.d/60-persistent-storage.rules:52
Starting 'scsi_id --export --whitelisted -d /dev/sdb'
Successfully forked off '(spawn)' as PID 122.
sda: Processing device (SEQNUM=984, ACTION=change)
sda: Removing watch
sda: IMPORT 'scsi_id --export --whitelisted -d /dev/sda' /lib/udev/rules.d/60-persistent-storage.rules:52
Starting 'scsi_id --export --whitelisted -d /dev/sda'
Successfully forked off '(spawn)' as PID 123.
sdb: sd-device-monitor: Passed 251 byte to netlink monitor
sg: Device (SEQNUM=986, ACTION=add) is queued
sg: Processing device (SEQNUM=986, ACTION=add)
sg: Device (SEQNUM=986, ACTION=add) processed
sg: sd-device-monitor: Passed 123 byte to netlink monitor
sg: sd-device-monitor: Passed 123 byte to netlink monitor
scsi_generic: Device (SEQNUM=987, ACTION=add) is queued
scsi_generic: Processing device (SEQNUM=987, ACTION=add)
scsi_generic: Device (SEQNUM=987, ACTION=add) processed
scsi_generic: sd-device-monitor: Passed 131 byte to netlink monitor
scsi_generic: sd-device-monitor: Passed 131 byte to netlink monitor
sg0: Device (SEQNUM=988, ACTION=add) is queued
sg0: Processing device (SEQNUM=988, ACTION=add)
sg0: GROUP 0 /lib/udev/rules.d/50-udev-default.rules:67
sg0: Handling device node '/dev/sg0', devnum=c21:0, mode=0600, uid=0, gid=0
sg0: Preserve permissions of /dev/sg0, 020600, uid=0, gid=0
sg0: Creating symlink '/dev/char/21:0' to '../sg0'
sg0: sd-device: Created empty file '/run/udev/data/c21:0' for '/devices/pci0000:00/0000:00:03.0/virtio1/host2/target2:0:0/2:0:0:0/scsi_generic/sg0'
sg0: Device (SEQNUM=988, ACTION=add) processed
sg0: sd-device-monitor: Passed 236 byte to netlink monitor
sg0: sd-device-monitor: Passed 236 byte to netlink monitor
sg1: Device (SEQNUM=989, ACTION=add) is queued
sg1: Processing device (SEQNUM=989, ACTION=add)
sg1: GROUP 0 /lib/udev/rules.d/50-udev-default.rules:67
sg1: Handling device node '/dev/sg1', devnum=c21:1, mode=0600, uid=0, gid=0
sg1: Preserve permissions of /dev/sg1, 020600, uid=0, gid=0
sg1: Creating symlink '/dev/char/21:1' to '../sg1'
sg1: sd-device: Created empty file '/run/udev/data/c21:1' for '/devices/pci0000:00/0000:00:03.0/virtio1/host2/target2:0:1/2:0:1:0/scsi_generic/sg1'
sg1: Device (SEQNUM=989, ACTION=add) processed
sg1: sd-device-monitor: Passed 236 byte to netlink monitor
sg1: sd-device-monitor: Passed 236 byte to netlink monitor
Received udev control message (PING)
'scsi_id --export --whitelisted -d /dev/sda'(out) 'ID_SCSI=1'
'scsi_id --export --whitelisted -d /dev/sda'(out) 'ID_VENDOR=QEMU'
'scsi_id --export --whitelisted -d /dev/sda'(out) 'ID_VENDOR_ENC=QEMU\x20\x20\x20\x20'
'scsi_id --export --whitelisted -d /dev/sda'(out) 'ID_MODEL=QEMU_HARDDISK'
'scsi_id --export --whitelisted -d /dev/sda'(out) 'ID_MODEL_ENC=QEMU\x20HARDDISK\x20\x20\x20'
'scsi_id --export --whitelisted -d /dev/sda'(out) 'ID_REVISION=2.5+'
'scsi_id --export --whitelisted -d /dev/sda'(out) 'ID_TYPE=disk'
'scsi_id --export --whitelisted -d /dev/sda'(out) 'ID_SERIAL=0QEMU_QEMU_HARDDISK_hd0'
'scsi_id --export --whitelisted -d /dev/sda'(out) 'ID_SERIAL_SHORT=hd0'
'scsi_id --export --whitelisted -d /dev/sdb'(out) 'ID_SCSI=1'
'scsi_id --export --whitelisted -d /dev/sdb'(out) 'ID_VENDOR=QEMU'
'scsi_id --export --whitelisted -d /dev/sdb'(out) 'ID_VENDOR_ENC=QEMU\x20\x20\x20\x20'
'scsi_id --export --whitelisted -d /dev/sdb'(out) 'ID_MODEL=QEMU_HARDDISK'
'scsi_id --export --whitelisted -d /dev/sdb'(out) 'ID_MODEL_ENC=QEMU\x20HARDDISK\x20\x20\x20'
'scsi_id --export --whitelisted -d /dev/sdb'(out) 'ID_REVISION=2.5+'
'scsi_id --export --whitelisted -d /dev/sdb'(out) 'ID_TYPE=disk'
'scsi_id --export --whitelisted -d /dev/sdb'(out) 'ID_SERIAL=0QEMU_QEMU_HARDDISK_appliance'
'scsi_id --export --whitelisted -d /dev/sdb'(out) 'ID_SERIAL_SHORT=appliance'
Process '/lib/udev/hwclock-set /dev/rtc0' succeeded.
rtc0: Device (SEQNUM=860, ACTION=change) processed
rtc0: sd-device-monitor: Passed 208 byte to netlink monitor
vcsu: Handling device node '/dev/vcsu', devnum=c7:64, mode=0600, uid=0, gid=0
vcsu: Creating symlink '/dev/char/7:64' to '../vcsu'
vcsu: sd-device: Created empty file '/run/udev/data/c7:64' for '/devices/virtual/vc/vcsu'
vcsu: Device (SEQNUM=980, ACTION=change) processed
vcsu: sd-device-monitor: Passed 184 byte to netlink monitor
Process 'scsi_id --export --whitelisted -d /dev/sda' succeeded.
sda: LINK 'disk/by-id/scsi-0QEMU_QEMU_HARDDISK_hd0' /lib/udev/rules.d/60-persistent-storage.rules:54
sda: IMPORT builtin 'path_id' /lib/udev/rules.d/60-persistent-storage.rules:78
sda: LINK 'disk/by-path/pci-0000:00:03.0-scsi-0:0:0:0' /lib/udev/rules.d/60-persistent-storage.rules:80
sda: IMPORT builtin 'blkid' /lib/udev/rules.d/60-persistent-storage.rules:95
sda: Probe /dev/sda with raid and offset=0
Process 'scsi_id --export --whitelisted -d /dev/sdb' succeeded.
sda: Handling device node '/dev/sda', devnum=b8:0, mode=0600, uid=0, gid=0
sda: Preserve already existing symlink '/dev/block/8:0' to '../sda'
sda: Found 'b8:0' claiming '/run/udev/links/\x2fdisk\x2fby-id\x2fscsi-0QEMU_QEMU_HARDDISK_hd0'sdb: LINK 'disk/by-id/scsi-0QEMU_QEMU_HARDDISK_appliance' /lib/udev/rules.d/60-persistent-storage.rules:54
sdb: IMPORT builtin 'path_id' /lib/udev/rules.d/60-persistent-storage.rules:78
sdb: LINK 'disk/by-path/pci-0000:00:03.0-scsi-0:0:1:0' /lib/udev/rules.d/60-persistent-storage.rules:80
sdb: IMPORT builtin 'blkid' /lib/udev/rules.d/60-persistent-storage.rules:95
sdb: Probe /dev/sdb with raid and offset=0

sda: Preserve already existing symlink '/dev/disk/by-id/scsi-0QEMU_QEMU_HARDDISK_hd0' to '../../sda'
sda: Found 'b8:0' claiming '/run/udev/links/\x2fdisk\x2fby-path\x2fpci-0000:00:03.0-scsi-0:0:0:0'
sda: Preserve already existing symlink '/dev/disk/by-path/pci-0000:00:03.0-scsi-0:0:0:0' to '../../sda'
sda: sd-device: Created db file '/run/udev/data/b8:0' for '/devices/pci0000:00/0000:00:03.0/virtio1/host2/target2:0:0/2:0:0:0/block/sda'
sda: Adding watch on '/dev/sda'
sda: sd-device: Created db file '/run/udev/data/b8:0' for '/devices/pci0000:00/0000:00:03.0/virtio1/host2/target2:0:0/2:0:0:0/block/sda'sdb: LINK 'disk/by-uuid/8b68095f-a85f-4412-9dfd-becdb5a52896' /lib/udev/rules.d/60-persistent-storage.rules:98
sdb: Handling device node '/dev/sdb', devnum=b8:16, mode=0600, uid=0, gid=0
sdb: Preserve already existing symlink '/dev/block/8:16' to '../sdb'
sdb: Found 'b8:16' claiming '/run/udev/links/\x2fdisk\x2fby-uuid\x2f8b68095f-a85f-4412-9dfd-becdb5a52896'
sdb: Preserve already existing symlink '/dev/disk/by-uuid/8b68095f-a85f-4412-9dfd-becdb5a52896' to '../../sdb'
sdb: Found 'b8:16' claiming '/run/udev/links/\x2fdisk\x2fby-path\x2fpci-0000:00:03.0-scsi-0:0:1:0'
sda: Device (SEQNUM=984, ACTION=change) processed
sda: sd-device-monitor: Passed 748 byte to netlink monitor

sdb: Preserve already existing symlink '/dev/disk/by-path/pci-0000:00:03.0-scsi-0:0:1:0' to '../../sdb'
sdb: Found 'b8:16' claiming '/run/udev/links/\x2fdisk\x2fby-id\x2fscsi-0QEMU_QEMU_HARDDISK_appliance'
sdb: Preserve already existing symlink '/dev/disk/by-id/scsi-0QEMU_QEMU_HARDDISK_appliance' to '../../sdb'
sdb: sd-device: Created db file '/run/udev/data/b8:16' for '/devices/pci0000:00/0000:00:03.0/virtio1/host2/target2:0:1/2:0:1:0/block/sdb'
sdb: Adding watch on '/dev/sdb'
sdb: sd-device: Created db file '/run/udev/data/b8:16' for '/devices/pci0000:00/0000:00:03.0/virtio1/host2/target2:0:1/2:0:1:0/block/sdb'
sdb: Device (SEQNUM=985, ACTION=change) processed
sdb: sd-device-monitor: Passed 920 byte to netlink monitor
+ 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
+ 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
dm_mod: Device (SEQNUM=990, ACTION=add) is queued
dm_mod: sd-device-monitor: Passed 127 byte to netlink monitor
dm_mod: Processing device (SEQNUM=990, ACTION=add)
dm_mod: Device (SEQNUM=990, ACTION=add) processed
dm_mod: sd-device-monitor: Passed 127 byte to netlink monitor
:0002632: Device (SEQNUM=991, ACTION=add) is queued
:0002632: sd-device-monitor: Passed 132 byte to netlink monitor
:0002632: Processing device (SEQNUM=991, ACTION=add)
:0002632: Device (SEQNUM=991, ACTION=add) processed
:0002632: sd-device-monitor: Passed 132 byte to netlink monitor
[    1.848829] device-mapper: uevent: version 1.0.3
:0003312: Device (SEQNUM=992, ACTION=add) is queued
:0003312: sd-device-monitor: Passed 132 byte to netlink monitor:0003312: Processing device (SEQNUM=992, ACTION=add)
:0003312: Device (SEQNUM=992, ACTION=add) processed
:0003312: sd-device-monitor: Passed 132 byte to netlink monitor

[    1.851924] device-mapper: ioctl: 4.39.0-ioctl (2018-04-03) initialised: dm-devel at redhat.com
+ lvm pvscan --cache --activate ay
device-mapper: Device (SEQNUM=993, ACTION=add) is queued
device-mapper: sd-device-monitor: Passed 193 byte to netlink monitor
device-mapper: Processing device (SEQNUM=993, ACTION=add)
device-mapper: NAME 'mapper/control' /lib/udev/rules.d/55-dm.rules:31
device-mapper: Handling device node '/dev/mapper/control', devnum=c10:236, mode=0600, uid=0, gid=0
device-mapper: Preserve permissions of /dev/mapper/control, 020600, uid=0, gid=0
device-mapper: Creating symlink '/dev/char/10:236' to '../mapper/control'
device-mapper: sd-device: Created empty file '/run/udev/data/c10:236' for '/devices/virtual/misc/device-mapper'
device-mapper: Device (SEQNUM=993, ACTION=add) processed
device-mapper: sd-device-monitor: Passed 193 byte to netlink monitor
253:0: Device (SEQNUM=994, ACTION=add) is queued
253:0: sd-device-monitor: Passed 136 byte to netlink monitor
253:0: Processing device (SEQNUM=994, ACTION=add)
253:0: Device (SEQNUM=994, ACTION=add) processed
253:0: sd-device-monitor: Passed 136 byte to netlink monitor
dm-0: Device (SEQNUM=995, ACTION=add) is queued
dm-0: sd-device-monitor: Passed 188 byte to netlink monitor
dm-0: Processing device (SEQNUM=995, ACTION=add)
dm-0: GROUP 0 /lib/udev/rules.d/50-udev-default.rules:59
dm-0: Handling device node '/dev/dm-0', devnum=b253:0, mode=0600, uid=0, gid=0
dm-0: Preserve permissions of /dev/dm-0, 060600, uid=0, gid=0
dm-0: Creating symlink '/dev/block/253:0' to '../dm-0'dm-0: Device (SEQNUM=996, ACTION=change) is queued
253:1: Device (SEQNUM=997, ACTION=add) is queued
253:1: Processing device (SEQNUM=997, ACTION=add)
253:1: Device (SEQNUM=997, ACTION=add) processed
253:1: sd-device-monitor: Passed 136 byte to netlink monitor
253:1: sd-device-monitor: Passed 136 byte to netlink monitor
dm-1: Device (SEQNUM=998, ACTION=add) is queued
dm-1: Processing device (SEQNUM=998, ACTION=add)
dm-1: GROUP 0 /lib/udev/rules.d/50-udev-default.rules:59
dm-1: Handling device node '/dev/dm-1', devnum=b253:1, mode=0600, uid=0, gid=0
dm-1: Preserve permissions of /dev/dm-1, 060600, uid=0, gid=0
dm-1: Creating symlink '/dev/block/253:1' to '../dm-1'
dm-1: sd-device: Created db file '/run/udev/data/b253:1' for '/devices/virtual/block/dm-1'
dm-1: Device (SEQNUM=998, ACTION=add) processeddm-1: sd-device-monitor: Passed 188 byte to netlink monitor
dm-1: Device (SEQNUM=999, ACTION=change) is queued

dm-0: sd-device: Created db file '/run/udev/data/b253:0' for '/devices/virtual/block/dm-0'
dm-0: Device (SEQNUM=995, ACTION=add) processed
dm-0: sd-device-monitor: Passed 327 byte to netlink monitor
dm-0: sd-device-monitor: Passed 209 byte to netlink monitor

dm-1: sd-device-monitor: Passed 327 byte to netlink monitordm-0: Processing device (SEQNUM=996, ACTION=change)
dm-0: IMPORT '/sbin/dmsetup udevflags 6336918' /lib/udev/rules.d/55-dm.rules:52
Starting '/sbin/dmsetup udevflags 6336918'
Successfully forked off '(spawn)' as PID 136.

dm-1: sd-device-monitor: Passed 209 byte to netlink monitor
dm-1: Processing device (SEQNUM=999, ACTION=change)
dm-1: IMPORT '/sbin/dmsetup udevflags 6336918' /lib/udev/rules.d/55-dm.rules:52
Starting '/sbin/dmsetup udevflags 6336918'
Successfully forked off '(spawn)' as PID 137.
'/sbin/dmsetup udevflags 6336918'(out) 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG='1''
'/sbin/dmsetup udevflags 6336918'(out) 'DM_UDEV_PRIMARY_SOURCE_FLAG='1''
Process '/sbin/dmsetup udevflags 6336918' succeeded.
dm-0: LINK 'mapper/rhel-swap' /lib/udev/rules.d/55-dm.rules:136
dm-0: IMPORT '/sbin/dmsetup splitname --nameprefixes --noheadings --rows rhel-swap' /lib/udev/rules.d/56-lvm.rules:21
Starting '/sbin/dmsetup splitname --nameprefixes --noheadings --rows rhel-swap'
Successfully forked off '(spawn)' as PID 138.'/sbin/dmsetup udevflags 6336918'(out) 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG='1''
'/sbin/dmsetup udevflags 6336918'(out) 'DM_UDEV_PRIMARY_SOURCE_FLAG='1''

'/sbin/dmsetup splitname --nameprefixes --noheadings --rows rhel-swap'(out) 'DM_VG_NAME='rhel''
'/sbin/dmsetup splitname --nameprefixes --noheadings --rows rhel-swap'(out) 'DM_LV_NAME='swap''
'/sbin/dmsetup splitname --nameprefixes --noheadings --rows rhel-swap'(out) 'DM_LV_LAYER='''
Process '/sbin/dmsetup splitname --nameprefixes --noheadings --rows rhel-swap' succeeded.Process '/sbin/dmsetup udevflags 6336918' succeeded.
dm-1: LINK 'mapper/rhel-root' /lib/udev/rules.d/55-dm.rules:136
dm-1: IMPORT '/sbin/dmsetup splitname --nameprefixes --noheadings --rows rhel-root' /lib/udev/rules.d/56-lvm.rules:21
Starting '/sbin/dmsetup splitname --nameprefixes --noheadings --rows rhel-root'
Successfully forked off '(spawn)' as PID 139.

dm-0: LINK 'rhel/swap' /lib/udev/rules.d/56-lvm.rules:47
dm-0: LINK 'disk/by-id/dm-name-rhel-swap' /lib/udev/rules.d/60-persistent-storage-dm.rules:17
dm-0: LINK 'disk/by-id/dm-uuid-LVM-x06hRU2yvmTSN0lIa6z1DKEgd9r51XboEVgg8YdhPyNGooshjsJZFwDraGqJBAAp' /lib/udev/rules.d/60-persistent-storage-dm.rules:18
dm-0: IMPORT builtin 'blkid' /lib/udev/rules.d/60-persistent-storage-dm.rules:23
dm-0: Probe /dev/dm-0 with raid and offset=0
Process '/sbin/dmsetup splitname --nameprefixes --noheadings --rows rhel-root' succeeded.
dm-1: RUN '/sbin/dmsetup udevcomplete $env{DM_COOKIE}' /lib/udev/rules.d/95-dm-notify.rules:12
dm-1: Handling device node '/dev/dm-1', devnum=b253:1, mode=0600, uid=0, gid=0
dm-1: Preserve already existing symlink '/dev/block/253:1' to '../dm-1'
dm-1: Creating symlink '/dev/mapper/rhel-root' to '../dm-1'
dm-1: sd-device: Created db file '/run/udev/data/b253:1' for '/devices/virtual/block/dm-1'
Starting '/sbin/dmsetup udevcomplete 6336918'
Successfully forked off '(spawn)' as PID 140.
dm-0: LINK 'disk/by-uuid/7ed3e932-edd1-4d73-9272-5a7c05ba84d5' /lib/udev/rules.d/60-persistent-storage-dm.rules:25
Process '/sbin/dmsetup udevcomplete 6336918' succeeded.
dm-1: Device (SEQNUM=999, ACTION=change) processed
dm-1: sd-device-monitor: Passed 556 byte to netlink monitor
dm-0: RUN '/sbin/dmsetup udevcomplete $env{DM_COOKIE}' /lib/udev/rules.d/95-dm-notify.rules:12
dm-0: Handling device node '/dev/dm-0', devnum=b253:0, mode=0600, uid=0, gid=0
dm-0: Preserve already existing symlink '/dev/block/253:0' to '../dm-0'
dm-0: Creating symlink '/dev/rhel/swap' to '../dm-0'
dm-0: Creating symlink '/dev/disk/by-id/dm-uuid-LVM-x06hRU2yvmTSN0lIa6z1DKEgd9r51XboEVgg8YdhPyNGooshjsJZFwDraGqJBAAp' to '../../dm-0'
dm-0: Creating symlink '/dev/disk/by-uuid/7ed3e932-edd1-4d73-9272-5a7c05ba84d5' to '../../dm-0'
dm-0: Creating symlink '/dev/mapper/rhel-swap' to '../dm-0'
dm-0: Creating symlink '/dev/disk/by-id/dm-name-rhel-swap' to '../../dm-0'
dm-0: sd-device: Created db file '/run/udev/data/b253:0' for '/devices/virtual/block/dm-0'
Starting '/sbin/dmsetup udevcomplete 6336918'
Successfully forked off '(spawn)' as PID 141.
  2 logical volume(s) in volume group "rhel" now active
Process '/sbin/dmsetup udevcomplete 6336918' succeeded.
dm-0: Adding watch on '/dev/dm-0'
dm-0: sd-device: Created db file '/run/udev/data/b253:0' for '/devices/virtual/block/dm-0'
dm-0: Device (SEQNUM=996, ACTION=change) processed
dm-0: sd-device-monitor: Passed 900 byte to netlink monitor
+ mdadm -As --auto=yes --run
mdadm: No arrays found in config file or automatically
+ ldmtool create all
[
]
+ test 1 = 1
+ test '' '!=' 1
+ uname -a
Linux (none) 4.19.0-12-amd64 #1 SMP Debian 4.19.152-1 (2020-10-18) x86_64 GNU/Linux
+ ls -lR /dev
/dev:
total 0
crw------- 1 0 0  10, 235 Apr  7 13:24 autofs
drwxr-xr-x 2 0 0      160 Apr  7 13:24 block
drwxr-xr-x 2 0 0       80 Apr  7 13:24 bsg
crw------- 1 0 0  10, 234 Apr  7 13:24 btrfs-control
drwxr-xr-x 2 0 0     2020 Apr  7 13:24 char
crw------- 1 0 0   5,   1 Apr  7 13:24 console
lrwxrwxrwx 1 0 0       11 Apr  7 13:24 core -> /proc/kcore
crw------- 1 0 0  10,  62 Apr  7 13:24 cpu_dma_latency
crw------- 1 0 0  10, 203 Apr  7 13:24 cuse
drwxr-xr-x 6 0 0      120 Apr  7 13:24 disk
brw------- 1 0 0 253,   0 Apr  7 13:24 dm-0
brw------- 1 0 0 253,   1 Apr  7 13:24 dm-1
lrwxrwxrwx 1 0 0       13 Apr  7 13:24 fd -> /proc/self/fd
crw-rw-rw- 1 0 0   1,   7 Apr  7 13:24 full
crw-rw-rw- 1 0 0  10, 229 Apr  7 13:24 fuse
crw------- 1 0 0  10, 228 Apr  7 13:24 hpet
crw------- 1 0 0  10, 183 Apr  7 13:24 hwrng
drwxr-xr-x 2 0 0       60 Apr  7 13:24 input
crw-r--r-- 1 0 0   1,  11 Apr  7 13:24 kmsg
crw------- 1 0 0  10, 237 Apr  7 13:24 loop-control
drwxr-xr-x 2 0 0      100 Apr  7 13:24 mapper
crw------- 1 0 0   1,   1 Apr  7 13:24 mem
crw------- 1 0 0  10,  59 Apr  7 13:24 memory_bandwidth
drwxr-xr-x 2 0 0       60 Apr  7 13:24 net
crw------- 1 0 0  10,  61 Apr  7 13:24 network_latency
crw------- 1 0 0  10,  60 Apr  7 13:24 network_throughput
crw-rw-rw- 1 0 0   1,   3 Apr  7 13:24 null
crw------- 1 0 0   1,   4 Apr  7 13:24 port
crw------- 1 0 0 108,   0 Apr  7 13:24 ppp
crw------- 1 0 0  10,   1 Apr  7 13:24 psaux
crw-rw-rw- 1 0 0   5,   2 Apr  7 13:24 ptmx
drwxr-xr-x 2 0 0        0 Apr  7 13:24 pts
crw-rw-rw- 1 0 0   1,   8 Apr  7 13:24 random
crw------- 1 0 0  10, 242 Apr  7 13:24 rfkill
drwxr-xr-x 2 0 0       60 Apr  7 13:24 rhel
lrwxrwxrwx 1 0 0        4 Apr  7 13:24 rtc -> rtc0
crw------- 1 0 0 252,   0 Apr  7 13:24 rtc0
brw------- 1 0 0   8,   0 Apr  7 13:24 sda
brw------- 1 0 0   8,   1 Apr  7 13:24 sda1
brw------- 1 0 0   8,   2 Apr  7 13:24 sda2
brw------- 1 0 0   8,  16 Apr  7 13:24 sdb
crw------- 1 0 0  21,   0 Apr  7 13:24 sg0
crw------- 1 0 0  21,   1 Apr  7 13:24 sg1
drwxrwxrwt 2 0 0       40 Apr  7 13:24 shm
crw------- 1 0 0  10, 231 Apr  7 13:24 snapshot
drwxr-xr-x 2 0 0       80 Apr  7 13:24 snd
lrwxrwxrwx 1 0 0       15 Apr  7 13:24 stderr -> /proc/self/fd/2
lrwxrwxrwx 1 0 0       15 Apr  7 13:24 stdin -> /proc/self/fd/0
lrwxrwxrwx 1 0 0       15 Apr  7 13:24 stdout -> /proc/self/fd/1
crw-rw-rw- 1 0 0   5,   0 Apr  7 13:24 tty
crw------- 1 0 0   4,   0 Apr  7 13:24 tty0
crw------- 1 0 0   4,   1 Apr  7 13:24 tty1
crw------- 1 0 0   4,  10 Apr  7 13:24 tty10
crw------- 1 0 0   4,  11 Apr  7 13:24 tty11
crw------- 1 0 0   4,  12 Apr  7 13:24 tty12
crw------- 1 0 0   4,  13 Apr  7 13:24 tty13
crw------- 1 0 0   4,  14 Apr  7 13:24 tty14
crw------- 1 0 0   4,  15 Apr  7 13:24 tty15
crw------- 1 0 0   4,  16 Apr  7 13:24 tty16
crw------- 1 0 0   4,  17 Apr  7 13:24 tty17
crw------- 1 0 0   4,  18 Apr  7 13:24 tty18
crw------- 1 0 0   4,  19 Apr  7 13:24 tty19
crw------- 1 0 0   4,   2 Apr  7 13:24 tty2
crw------- 1 0 0   4,  20 Apr  7 13:24 tty20
crw------- 1 0 0   4,  21 Apr  7 13:24 tty21
crw------- 1 0 0   4,  22 Apr  7 13:24 tty22
crw------- 1 0 0   4,  23 Apr  7 13:24 tty23
crw------- 1 0 0   4,  24 Apr  7 13:24 tty24
crw------- 1 0 0   4,  25 Apr  7 13:24 tty25
crw------- 1 0 0   4,  26 Apr  7 13:24 tty26
crw------- 1 0 0   4,  27 Apr  7 13:24 tty27
crw------- 1 0 0   4,  28 Apr  7 13:24 tty28
crw------- 1 0 0   4,  29 Apr  7 13:24 tty29
crw------- 1 0 0   4,   3 Apr  7 13:24 tty3
crw------- 1 0 0   4,  30 Apr  7 13:24 tty30
crw------- 1 0 0   4,  31 Apr  7 13:24 tty31
crw------- 1 0 0   4,  32 Apr  7 13:24 tty32
crw------- 1 0 0   4,  33 Apr  7 13:24 tty33
crw------- 1 0 0   4,  34 Apr  7 13:24 tty34
crw------- 1 0 0   4,  35 Apr  7 13:24 tty35
crw------- 1 0 0   4,  36 Apr  7 13:24 tty36
crw------- 1 0 0   4,  37 Apr  7 13:24 tty37
crw------- 1 0 0   4,  38 Apr  7 13:24 tty38
crw------- 1 0 0   4,  39 Apr  7 13:24 tty39
crw------- 1 0 0   4,   4 Apr  7 13:24 tty4
crw------- 1 0 0   4,  40 Apr  7 13:24 tty40
crw------- 1 0 0   4,  41 Apr  7 13:24 tty41
crw------- 1 0 0   4,  42 Apr  7 13:24 tty42
crw------- 1 0 0   4,  43 Apr  7 13:24 tty43
crw------- 1 0 0   4,  44 Apr  7 13:24 tty44
crw------- 1 0 0   4,  45 Apr  7 13:24 tty45
crw------- 1 0 0   4,  46 Apr  7 13:24 tty46
crw------- 1 0 0   4,  47 Apr  7 13:24 tty47
crw------- 1 0 0   4,  48 Apr  7 13:24 tty48
crw------- 1 0 0   4,  49 Apr  7 13:24 tty49
crw------- 1 0 0   4,   5 Apr  7 13:24 tty5
crw------- 1 0 0   4,  50 Apr  7 13:24 tty50
crw------- 1 0 0   4,  51 Apr  7 13:24 tty51
crw------- 1 0 0   4,  52 Apr  7 13:24 tty52
crw------- 1 0 0   4,  53 Apr  7 13:24 tty53
crw------- 1 0 0   4,  54 Apr  7 13:24 tty54
crw------- 1 0 0   4,  55 Apr  7 13:24 tty55
crw------- 1 0 0   4,  56 Apr  7 13:24 tty56
crw------- 1 0 0   4,  57 Apr  7 13:24 tty57
crw------- 1 0 0   4,  58 Apr  7 13:24 tty58
crw------- 1 0 0   4,  59 Apr  7 13:24 tty59
crw------- 1 0 0   4,   6 Apr  7 13:24 tty6
crw------- 1 0 0   4,  60 Apr  7 13:24 tty60
crw------- 1 0 0   4,  61 Apr  7 13:24 tty61
crw------- 1 0 0   4,  62 Apr  7 13:24 tty62
crw------- 1 0 0   4,  63 Apr  7 13:24 tty63
crw------- 1 0 0   4,   7 Apr  7 13:24 tty7
crw------- 1 0 0   4,   8 Apr  7 13:24 tty8
crw------- 1 0 0   4,   9 Apr  7 13:24 tty9
crw------- 1 0 0   4,  64 Apr  7 13:24 ttyS0
crw------- 1 0 0  10, 239 Apr  7 13:24 uhid
crw------- 1 0 0  10, 223 Apr  7 13:24 uinput
crw-rw-rw- 1 0 0   1,   9 Apr  7 13:24 urandom
crw------- 1 0 0   7,   0 Apr  7 13:24 vcs
crw------- 1 0 0   7,   1 Apr  7 13:24 vcs1
crw------- 1 0 0   7, 128 Apr  7 13:24 vcsa
crw------- 1 0 0   7, 129 Apr  7 13:24 vcsa1
crw------- 1 0 0   7,  64 Apr  7 13:24 vcsu
crw------- 1 0 0   7,  65 Apr  7 13:24 vcsu1
drwxr-xr-x 2 0 0       60 Apr  7 13:24 vfio
crw------- 1 0 0  10,  63 Apr  7 13:24 vga_arbiter
crw------- 1 0 0  10, 137 Apr  7 13:24 vhci
crw------- 1 0 0  10, 238 Apr  7 13:24 vhost-net
crw------- 1 0 0  10, 241 Apr  7 13:24 vhost-vsock
drwxr-xr-x 2 0 0       60 Apr  7 13:24 virtio-ports
crw------- 1 0 0 244,   1 Apr  7 13:24 vport2p1
crw-rw-rw- 1 0 0   1,   5 Apr  7 13:24 zero

/dev/block:
total 0
lrwxrwxrwx 1 0 0 7 Apr  7 13:24 253:0 -> ../dm-0
lrwxrwxrwx 1 0 0 7 Apr  7 13:24 253:1 -> ../dm-1
lrwxrwxrwx 1 0 0 6 Apr  7 13:24 8:0 -> ../sda
lrwxrwxrwx 1 0 0 7 Apr  7 13:24 8:1 -> ../sda1
lrwxrwxrwx 1 0 0 6 Apr  7 13:24 8:16 -> ../sdb
lrwxrwxrwx 1 0 0 7 Apr  7 13:24 8:2 -> ../sda2

/dev/bsg:
total 0
crw------- 1 0 0 247, 0 Apr  7 13:24 2:0:0:0
crw------- 1 0 0 247, 1 Apr  7 13:24 2:0:1:0

/dev/char:
total 0
lrwxrwxrwx 1 0 0  8 Apr  7 13:24 10:1 -> ../psaux
lrwxrwxrwx 1 0 0  8 Apr  7 13:24 10:183 -> ../hwrng
lrwxrwxrwx 1 0 0  7 Apr  7 13:24 10:228 -> ../hpet
lrwxrwxrwx 1 0 0 11 Apr  7 13:24 10:231 -> ../snapshot
lrwxrwxrwx 1 0 0 17 Apr  7 13:24 10:236 -> ../mapper/control
lrwxrwxrwx 1 0 0 19 Apr  7 13:24 10:59 -> ../memory_bandwidth
lrwxrwxrwx 1 0 0 21 Apr  7 13:24 10:60 -> ../network_throughput
lrwxrwxrwx 1 0 0 18 Apr  7 13:24 10:61 -> ../network_latency
lrwxrwxrwx 1 0 0 18 Apr  7 13:24 10:62 -> ../cpu_dma_latency
lrwxrwxrwx 1 0 0 14 Apr  7 13:24 10:63 -> ../vga_arbiter
lrwxrwxrwx 1 0 0 13 Apr  7 13:24 13:63 -> ../input/mice
lrwxrwxrwx 1 0 0  6 Apr  7 13:24 1:1 -> ../mem
lrwxrwxrwx 1 0 0  7 Apr  7 13:24 1:11 -> ../kmsg
lrwxrwxrwx 1 0 0  7 Apr  7 13:24 1:3 -> ../null
lrwxrwxrwx 1 0 0  7 Apr  7 13:24 1:4 -> ../port
lrwxrwxrwx 1 0 0  7 Apr  7 13:24 1:5 -> ../zero
lrwxrwxrwx 1 0 0  7 Apr  7 13:24 1:7 -> ../full
lrwxrwxrwx 1 0 0  9 Apr  7 13:24 1:8 -> ../random
lrwxrwxrwx 1 0 0 10 Apr  7 13:24 1:9 -> ../urandom
lrwxrwxrwx 1 0 0  6 Apr  7 13:24 21:0 -> ../sg0
lrwxrwxrwx 1 0 0  6 Apr  7 13:24 21:1 -> ../sg1
lrwxrwxrwx 1 0 0 11 Apr  7 13:24 244:1 -> ../vport2p1
lrwxrwxrwx 1 0 0 14 Apr  7 13:24 247:0 -> ../bsg/2:0:0:0
lrwxrwxrwx 1 0 0 14 Apr  7 13:24 247:1 -> ../bsg/2:0:1:0
lrwxrwxrwx 1 0 0  7 Apr  7 13:24 252:0 -> ../rtc0
lrwxrwxrwx 1 0 0  7 Apr  7 13:24 4:0 -> ../tty0
lrwxrwxrwx 1 0 0  7 Apr  7 13:24 4:1 -> ../tty1
lrwxrwxrwx 1 0 0  8 Apr  7 13:24 4:10 -> ../tty10
lrwxrwxrwx 1 0 0  8 Apr  7 13:24 4:11 -> ../tty11
lrwxrwxrwx 1 0 0  8 Apr  7 13:24 4:12 -> ../tty12
lrwxrwxrwx 1 0 0  8 Apr  7 13:24 4:13 -> ../tty13
lrwxrwxrwx 1 0 0  8 Apr  7 13:24 4:14 -> ../tty14
lrwxrwxrwx 1 0 0  8 Apr  7 13:24 4:15 -> ../tty15
lrwxrwxrwx 1 0 0  8 Apr  7 13:24 4:16 -> ../tty16
lrwxrwxrwx 1 0 0  8 Apr  7 13:24 4:17 -> ../tty17
lrwxrwxrwx 1 0 0  8 Apr  7 13:24 4:18 -> ../tty18
lrwxrwxrwx 1 0 0  8 Apr  7 13:24 4:19 -> ../tty19
lrwxrwxrwx 1 0 0  7 Apr  7 13:24 4:2 -> ../tty2
lrwxrwxrwx 1 0 0  8 Apr  7 13:24 4:20 -> ../tty20
lrwxrwxrwx 1 0 0  8 Apr  7 13:24 4:21 -> ../tty21
lrwxrwxrwx 1 0 0  8 Apr  7 13:24 4:22 -> ../tty22
lrwxrwxrwx 1 0 0  8 Apr  7 13:24 4:23 -> ../tty23
lrwxrwxrwx 1 0 0  8 Apr  7 13:24 4:24 -> ../tty24
lrwxrwxrwx 1 0 0  8 Apr  7 13:24 4:25 -> ../tty25
lrwxrwxrwx 1 0 0  8 Apr  7 13:24 4:26 -> ../tty26
lrwxrwxrwx 1 0 0  8 Apr  7 13:24 4:27 -> ../tty27
lrwxrwxrwx 1 0 0  8 Apr  7 13:24 4:28 -> ../tty28
lrwxrwxrwx 1 0 0  8 Apr  7 13:24 4:29 -> ../tty29
lrwxrwxrwx 1 0 0  7 Apr  7 13:24 4:3 -> ../tty3
lrwxrwxrwx 1 0 0  8 Apr  7 13:24 4:30 -> ../tty30
lrwxrwxrwx 1 0 0  8 Apr  7 13:24 4:31 -> ../tty31
lrwxrwxrwx 1 0 0  8 Apr  7 13:24 4:32 -> ../tty32
lrwxrwxrwx 1 0 0  8 Apr  7 13:24 4:33 -> ../tty33
lrwxrwxrwx 1 0 0  8 Apr  7 13:24 4:34 -> ../tty34
lrwxrwxrwx 1 0 0  8 Apr  7 13:24 4:35 -> ../tty35
lrwxrwxrwx 1 0 0  8 Apr  7 13:24 4:36 -> ../tty36
lrwxrwxrwx 1 0 0  8 Apr  7 13:24 4:37 -> ../tty37
lrwxrwxrwx 1 0 0  8 Apr  7 13:24 4:38 -> ../tty38
lrwxrwxrwx 1 0 0  8 Apr  7 13:24 4:39 -> ../tty39
lrwxrwxrwx 1 0 0  7 Apr  7 13:24 4:4 -> ../tty4
lrwxrwxrwx 1 0 0  8 Apr  7 13:24 4:40 -> ../tty40
lrwxrwxrwx 1 0 0  8 Apr  7 13:24 4:41 -> ../tty41
lrwxrwxrwx 1 0 0  8 Apr  7 13:24 4:42 -> ../tty42
lrwxrwxrwx 1 0 0  8 Apr  7 13:24 4:43 -> ../tty43
lrwxrwxrwx 1 0 0  8 Apr  7 13:24 4:44 -> ../tty44
lrwxrwxrwx 1 0 0  8 Apr  7 13:24 4:45 -> ../tty45
lrwxrwxrwx 1 0 0  8 Apr  7 13:24 4:46 -> ../tty46
lrwxrwxrwx 1 0 0  8 Apr  7 13:24 4:47 -> ../tty47
lrwxrwxrwx 1 0 0  8 Apr  7 13:24 4:48 -> ../tty48
lrwxrwxrwx 1 0 0  8 Apr  7 13:24 4:49 -> ../tty49
lrwxrwxrwx 1 0 0  7 Apr  7 13:24 4:5 -> ../tty5
lrwxrwxrwx 1 0 0  8 Apr  7 13:24 4:50 -> ../tty50
lrwxrwxrwx 1 0 0  8 Apr  7 13:24 4:51 -> ../tty51
lrwxrwxrwx 1 0 0  8 Apr  7 13:24 4:52 -> ../tty52
lrwxrwxrwx 1 0 0  8 Apr  7 13:24 4:53 -> ../tty53
lrwxrwxrwx 1 0 0  8 Apr  7 13:24 4:54 -> ../tty54
lrwxrwxrwx 1 0 0  8 Apr  7 13:24 4:55 -> ../tty55
lrwxrwxrwx 1 0 0  8 Apr  7 13:24 4:56 -> ../tty56
lrwxrwxrwx 1 0 0  8 Apr  7 13:24 4:57 -> ../tty57
lrwxrwxrwx 1 0 0  8 Apr  7 13:24 4:58 -> ../tty58
lrwxrwxrwx 1 0 0  8 Apr  7 13:24 4:59 -> ../tty59
lrwxrwxrwx 1 0 0  7 Apr  7 13:24 4:6 -> ../tty6
lrwxrwxrwx 1 0 0  8 Apr  7 13:24 4:60 -> ../tty60
lrwxrwxrwx 1 0 0  8 Apr  7 13:24 4:61 -> ../tty61
lrwxrwxrwx 1 0 0  8 Apr  7 13:24 4:62 -> ../tty62
lrwxrwxrwx 1 0 0  8 Apr  7 13:24 4:63 -> ../tty63
lrwxrwxrwx 1 0 0  8 Apr  7 13:24 4:64 -> ../ttyS0
lrwxrwxrwx 1 0 0  7 Apr  7 13:24 4:7 -> ../tty7
lrwxrwxrwx 1 0 0  7 Apr  7 13:24 4:8 -> ../tty8
lrwxrwxrwx 1 0 0  7 Apr  7 13:24 4:9 -> ../tty9
lrwxrwxrwx 1 0 0  6 Apr  7 13:24 5:0 -> ../tty
lrwxrwxrwx 1 0 0 10 Apr  7 13:24 5:1 -> ../console
lrwxrwxrwx 1 0 0  7 Apr  7 13:24 5:2 -> ../ptmx
lrwxrwxrwx 1 0 0  6 Apr  7 13:24 7:0 -> ../vcs
lrwxrwxrwx 1 0 0  7 Apr  7 13:24 7:1 -> ../vcs1
lrwxrwxrwx 1 0 0  7 Apr  7 13:24 7:128 -> ../vcsa
lrwxrwxrwx 1 0 0  8 Apr  7 13:24 7:129 -> ../vcsa1
lrwxrwxrwx 1 0 0  7 Apr  7 13:24 7:64 -> ../vcsu
lrwxrwxrwx 1 0 0  8 Apr  7 13:24 7:65 -> ../vcsu1

/dev/disk:
total 0
drwxr-xr-x 2 0 0 180 Apr  7 13:24 by-id
drwxr-xr-x 2 0 0  80 Apr  7 13:24 by-partuuid
drwxr-xr-x 2 0 0 120 Apr  7 13:24 by-path
drwxr-xr-x 2 0 0 100 Apr  7 13:24 by-uuid

/dev/disk/by-id:
total 0
lrwxrwxrwx 1 0 0 10 Apr  7 13:24 dm-name-rhel-swap -> ../../dm-0
lrwxrwxrwx 1 0 0 10 Apr  7 13:24 dm-uuid-LVM-x06hRU2yvmTSN0lIa6z1DKEgd9r51XboEVgg8YdhPyNGooshjsJZFwDraGqJBAAp -> ../../dm-0
lrwxrwxrwx 1 0 0 10 Apr  7 13:24 lvm-pv-uuid-BkFQcR-tGdm-0mfJ-mmwW-mYRN-jLMx-4eIAQm -> ../../sda2
lrwxrwxrwx 1 0 0  9 Apr  7 13:24 scsi-0QEMU_QEMU_HARDDISK_appliance -> ../../sdb
lrwxrwxrwx 1 0 0  9 Apr  7 13:24 scsi-0QEMU_QEMU_HARDDISK_hd0 -> ../../sda
lrwxrwxrwx 1 0 0 10 Apr  7 13:24 scsi-0QEMU_QEMU_HARDDISK_hd0-part1 -> ../../sda1
lrwxrwxrwx 1 0 0 10 Apr  7 13:24 scsi-0QEMU_QEMU_HARDDISK_hd0-part2 -> ../../sda2

/dev/disk/by-partuuid:
total 0
lrwxrwxrwx 1 0 0 10 Apr  7 13:24 000ba8af-01 -> ../../sda1
lrwxrwxrwx 1 0 0 10 Apr  7 13:24 000ba8af-02 -> ../../sda2

/dev/disk/by-path:
total 0
lrwxrwxrwx 1 0 0  9 Apr  7 13:24 pci-0000:00:03.0-scsi-0:0:0:0 -> ../../sda
lrwxrwxrwx 1 0 0 10 Apr  7 13:24 pci-0000:00:03.0-scsi-0:0:0:0-part1 -> ../../sda1
lrwxrwxrwx 1 0 0 10 Apr  7 13:24 pci-0000:00:03.0-scsi-0:0:0:0-part2 -> ../../sda2
lrwxrwxrwx 1 0 0  9 Apr  7 13:24 pci-0000:00:03.0-scsi-0:0:1:0 -> ../../sdb

/dev/disk/by-uuid:
total 0
lrwxrwxrwx 1 0 0 10 Apr  7 13:24 6365d0a8-a1bb-437b-9c23-eee1399f9505 -> ../../sda1
lrwxrwxrwx 1 0 0 10 Apr  7 13:24 7ed3e932-edd1-4d73-9272-5a7c05ba84d5 -> ../../dm-0
lrwxrwxrwx 1 0 0  9 Apr  7 13:24 8b68095f-a85f-4412-9dfd-becdb5a52896 -> ../../sdb

/dev/input:
total 0
crw------- 1 0 0 13, 63 Apr  7 13:24 mice

/dev/mapper:
total 0
crw------- 1 0 0 10, 236 Apr  7 13:24 control
lrwxrwxrwx 1 0 0       7 Apr  7 13:24 rhel-root -> ../dm-1
lrwxrwxrwx 1 0 0       7 Apr  7 13:24 rhel-swap -> ../dm-0

/dev/net:
total 0
crw-rw-rw- 1 0 0 10, 200 Apr  7 13:24 tun

/dev/pts:
total 0
c--------- 1 0 0 5, 2 Apr  7 13:24 ptmx

/dev/rhel:
total 0
lrwxrwxrwx 1 0 0 7 Apr  7 13:24 swap -> ../dm-0

/dev/shm:
total 0

/dev/snd:
total 0
crw------- 1 0 0 116,  1 Apr  7 13:24 seq
crw------- 1 0 0 116, 33 Apr  7 13:24 timer

/dev/vfio:
total 0
crw------- 1 0 0 10, 196 Apr  7 13:24 vfio

/dev/virtio-ports:
total 0
lrwxrwxrwx 1 0 0 11 Apr  7 13:24 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=150420k,mode=755 0 0
/dev /dev devtmpfs rw,relatime,size=371392k,nr_inodes=92848,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
cat: /proc/mdstat: No such file or directory
+ lvm config
+ lvm pvs
  PV         VG   Fmt  Attr PSize   PFree
  /dev/sda2  rhel lvm2 a--  <15.00g    0 
+ lvm vgs
  VG   #PV #LV #SN Attr   VSize   VFree
  rhel   1   2   0 wz--n- <15.00g    0 
+ lvm lvs
  LV   VG   Attr       LSize  Pool Origin Data%  Meta%  Move Log Cpy%Sync Convert
  root rhel -wi-a----- 13.39g                                                    
  swap rhel -wi-a-----  1.60g                                                    
+ 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
+ ip r
+ cat /etc/resolv.conf
cat: /etc/resolv.conf: No such file or directory
+ lsmod
Module                  Size  Used by
dm_mod                155648  4
sg                     36864  0
libcrc32c              16384  0
crc8                   16384  0
crc7                   16384  0
crc64                  16384  0
crc_itu_t              16384  0
crc_ccitt              16384  0
ext4                  745472  1
crc16                  16384  1 ext4
mbcache                16384  1 ext4
jbd2                  122880  1 ext4
fscrypto               32768  1 ext4
virtio_pci             28672  0
virtio_mmio            16384  0
virtio_input           16384  0
virtio_balloon         20480  0
virtio_scsi            20480  2
sd_mod                 61440  3
nd_pmem                20480  0
nd_btt                 24576  1 nd_pmem
virtio_net             53248  0
net_failover           20480  1 virtio_net
failover               16384  1 net_failover
virtio_crypto          24576  0
crypto_engine          16384  1 virtio_crypto
virtio_console         32768  0
virtio_rng             16384  0
rng_core               16384  1 virtio_rng
virtio_blk             20480  0
virtio_ring            28672  10 virtio_rng,virtio_mmio,virtio_console,virtio_balloon,virtio_scsi,virtio_crypto,virtio_input,virtio_pci,virtio_blk,virtio_net
virtio                 16384  10 virtio_rng,virtio_mmio,virtio_console,virtio_balloon,virtio_scsi,virtio_crypto,virtio_input,virtio_pci,virtio_blk,virtio_net
ata_piix               36864  0
libata                270336  1 ata_piix
scsi_mod              249856  4 virtio_scsi,sd_mod,libata,sg
nfit                   61440  0
libnvdimm             172032  3 nd_btt,nd_pmem,nfit
crc32c_generic         16384  0
crc32_generic          16384  0
crct10dif_pclmul       16384  0
crc32c_intel           24576  2
crc32_pclmul           16384  0
+ date
Wed Apr  7 13:24:56 UTC 2021
+ echo -n 'clocksource: '
clocksource: + cat /sys/devices/system/clocksource/clocksource0/current_clocksource
kvm-clock
+ echo -n 'uptime: '
uptime: + cat /proc/uptime
2.19 0.32
+ cmd=guestfsd
++ grep -Eo 'guestfs_channel=[^[:space:]]+' /proc/cmdline
+ eval
+ test x '!=' x
+ test 1 = 1
+ cmd='guestfsd --verbose'
+ test '' = 1
+ false
+ test '' = 1
+ echo guestfsd --verbose
guestfsd --verbose
+ guestfsd --verbose
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
Received udev control message (PING)
commandrvf: stdout=n stderr=y flags=0x0
commandrvf: udevadm --debug settle -E /dev/sdb
Received udev control message (PING)
trying to open virtio-serial channel '/dev/virtio-ports/org.libguestfs.channel.0'
commandrvf: stdout=n stderr=y flags=0x0
commandrvf: udevadm --debug settle
Received udev control message (PING)
libguestfs: recv_from_daemon: received GUESTFS_LAUNCH_FLAG
libguestfs: appliance is up
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
Received udev control message (PING)
commandrvf: stdout=n stderr=y flags=0x0
commandrvf: udevadm --debug settle -E /dev/sdb
Received udev control message (PING)
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
Received udev control message (PING)
commandrvf: stdout=n stderr=y flags=0x0
commandrvf: udevadm --debug settle -E /dev/sdb
Received udev control message (PING)
commandrvf: stdout=n stderr=y flags=0x0
commandrvf: udevadm --debug settle
Received udev control message (PING)
command: parted '-m' '-s' '--' '/dev/sda' 'unit' 'b' 'print'
sda1: Inotify event: 8 for /dev/sda1
Device /dev/sda1 is closed, synthesising 'change'
sda1: Device (SEQNUM=1000, ACTION=change) is queued
sda1: Processing device (SEQNUM=1000, ACTION=change)
sda1: Removing watch
sda1: LINK 'disk/by-id/scsi-0QEMU_QEMU_HARDDISK_hd0-part1' /lib/udev/rules.d/60-persistent-storage.rules:55
sda1: LINK 'disk/by-path/pci-0000:00:03.0-scsi-0:0:0:0-part1' /lib/udev/rules.d/60-persistent-storage.rules:81
sda1: IMPORT builtin 'blkid' /lib/udev/rules.d/60-persistent-storage.rules:95
sda1: Probe /dev/sda1 with raid and offset=0sda1: sd-device-monitor: Passed 270 byte to netlink monitor
sda2: Inotify event: 8 for /dev/sda2
Device /dev/sda2 is closed, synthesising 'change'
sda2: Device (SEQNUM=1001, ACTION=change) is queued
sda2: Processing device (SEQNUM=1001, ACTION=change)
sda2: Removing watch
sda2: LINK 'disk/by-id/scsi-0QEMU_QEMU_HARDDISK_hd0-part2' /lib/udev/rules.d/60-persistent-storage.rules:55
sda2: LINK 'disk/by-path/pci-0000:00:03.0-scsi-0:0:0:0-part2' /lib/udev/rules.d/60-persistent-storage.rules:81
sda2: IMPORT builtin 'blkid' /lib/udev/rules.d/60-persistent-storage.rules:95
sda2: Probe /dev/sda2 with raid and offset=0
sda2: sd-device-monitor: Passed 270 byte to netlink monitor

sda: Inotify event: 8 for /dev/sda
sda2: LINK 'disk/by-partuuid/000ba8af-02' /lib/udev/rules.d/60-persistent-storage.rules:106
command: parted returned 0
command: parted: stdout:
BYT;
/dev/sda:17179869184B:scsi:512:512:msdos:QEMU QEMU HARDDISK:;
1:1048576B:1074790399B:1073741824B:xfs::boot;
2:1074790400B:17179869183B:16105078784B:::lvm;
commandrvf: stdout=n stderr=y flags=0x0
commandrvf: udevadm --debug settle
Device '/dev/sda' is closed, synthesising 'change'
Device '/dev/sda' is closed, synthesising partition '/dev/sda1' 'change'
Device '/dev/sda' is closed, synthesising partition '/dev/sda2' 'change'sda1: LINK 'disk/by-uuid/6365d0a8-a1bb-437b-9c23-eee1399f9505' /lib/udev/rules.d/60-persistent-storage.rules:98
sda1: LINK 'disk/by-partuuid/000ba8af-01' /lib/udev/rules.d/60-persistent-storage.rules:106
sda1: Handling device node '/dev/sda1', devnum=b8:1, mode=0600, uid=0, gid=0
sda1: Preserve already existing symlink '/dev/block/8:1' to '../sda1'
sda1: Found 'b8:1' claiming '/run/udev/links/\x2fdisk\x2fby-uuid\x2f6365d0a8-a1bb-437b-9c23-eee1399f9505'
sda1: Preserve already existing symlink '/dev/disk/by-uuid/6365d0a8-a1bb-437b-9c23-eee1399f9505' to '../../sda1'
sda: Inotify event: 8 for /dev/sda
Device '/dev/sda' is closed, synthesising 'change'
Device '/dev/sda' is closed, synthesising partition '/dev/sda1' 'change'
Device '/dev/sda' is closed, synthesising partition '/dev/sda2' 'change'sda2: LINK 'disk/by-id/lvm-pv-uuid-BkFQcR-tGdm-0mfJ-mmwW-mYRN-jLMx-4eIAQm' /lib/udev/rules.d/69-lvm-metad.rules:43
sda2: Handling device node '/dev/sda2', devnum=b8:2, mode=0600, uid=0, gid=0
sda2: Preserve already existing symlink '/dev/block/8:2' to '../sda2'
sda2: Found 'b8:2' claiming '/run/udev/links/\x2fdisk\x2fby-id\x2flvm-pv-uuid-BkFQcR-tGdm-0mfJ-mmwW-mYRN-jLMx-4eIAQm'
sda2: Preserve already existing symlink '/dev/disk/by-id/lvm-pv-uuid-BkFQcR-tGdm-0mfJ-mmwW-mYRN-jLMx-4eIAQm' to '../../sda2'

sda: Device (SEQNUM=1002, ACTION=change) is queued
sda1: Device (SEQNUM=1003, ACTION=change) is queued
sda2: Device (SEQNUM=1004, ACTION=change) is queued
sda: Device (SEQNUM=1005, ACTION=change) is queued
sda1: Device (SEQNUM=1006, ACTION=change) is queued
sda2: Device (SEQNUM=1007, ACTION=change) is queued
Received udev control message (PING)

sda1: Found 'b8:1' claiming '/run/udev/links/\x2fdisk\x2fby-partuuid\x2f000ba8af-01'
sda1: Preserve already existing symlink '/dev/disk/by-partuuid/000ba8af-01' to '../../sda1'
sda1: Found 'b8:1' claiming '/run/udev/links/\x2fdisk\x2fby-path\x2fpci-0000:00:03.0-scsi-0:0:0:0-part1'
sda1: Preserve already existing symlink '/dev/disk/by-path/pci-0000:00:03.0-scsi-0:0:0:0-part1' to '../../sda1'
sda1: Found 'b8:1' claiming '/run/udev/links/\x2fdisk\x2fby-id\x2fscsi-0QEMU_QEMU_HARDDISK_hd0-part1'
sda1: Preserve already existing symlink '/dev/disk/by-id/scsi-0QEMU_QEMU_HARDDISK_hd0-part1' to '../../sda1'
sda1: sd-device: Created db file '/run/udev/data/b8:1' for '/devices/pci0000:00/0000:00:03.0/virtio1/host2/target2:0:0/2:0:0:0/block/sda/sda1'sda2: Found 'b8:2' claiming '/run/udev/links/\x2fdisk\x2fby-path\x2fpci-0000:00:03.0-scsi-0:0:0:0-part2'
sda2: Preserve already existing symlink '/dev/disk/by-path/pci-0000:00:03.0-scsi-0:0:0:0-part2' to '../../sda2'
sda2: Found 'b8:2' claiming '/run/udev/links/\x2fdisk\x2fby-partuuid\x2f000ba8af-02'
sda2: Preserve already existing symlink '/dev/disk/by-partuuid/000ba8af-02' to '../../sda2'
sda2: Found 'b8:2' claiming '/run/udev/links/\x2fdisk\x2fby-id\x2fscsi-0QEMU_QEMU_HARDDISK_hd0-part2'
sda2: Preserve already existing symlink '/dev/disk/by-id/scsi-0QEMU_QEMU_HARDDISK_hd0-part2' to '../../sda2'
sda1: Adding watch on '/dev/sda1'
sda1: sd-device: Created db file '/run/udev/data/b8:1' for '/devices/pci0000:00/0000:00:03.0/virtio1/host2/target2:0:0/2:0:0:0/block/sda/sda1'
sda1: Device (SEQNUM=1000, ACTION=change) processed

sda2: sd-device: Created db file '/run/udev/data/b8:2' for '/devices/pci0000:00/0000:00:03.0/virtio1/host2/target2:0:0/2:0:0:0/block/sda/sda2'
sda2: Adding watch on '/dev/sda2'
sda2: sd-device: Created db file '/run/udev/data/b8:2' for '/devices/pci0000:00/0000:00:03.0/virtio1/host2/target2:0:0/2:0:0:0/block/sda/sda2'sda1: sd-device-monitor: Passed 1202 byte to netlink monitor

sda2: Device (SEQNUM=1001, ACTION=change) processed
sda2: sd-device-monitor: Passed 1358 byte to netlink monitor
sda: sd-device-monitor: Passed 251 byte to netlink monitor
sda: Processing device (SEQNUM=1002, ACTION=change)
sda: Removing watch
sda: Inotify event: 8000 for /dev/sda
sda: Removing watch
sda: IMPORT 'scsi_id --export --whitelisted -d /dev/sda' /lib/udev/rules.d/60-persistent-storage.rules:52
Starting 'scsi_id --export --whitelisted -d /dev/sda'
Successfully forked off '(spawn)' as PID 176.
'scsi_id --export --whitelisted -d /dev/sda'(out) 'ID_SCSI=1'
'scsi_id --export --whitelisted -d /dev/sda'(out) 'ID_VENDOR=QEMU'
'scsi_id --export --whitelisted -d /dev/sda'(out) 'ID_VENDOR_ENC=QEMU\x20\x20\x20\x20'
'scsi_id --export --whitelisted -d /dev/sda'(out) 'ID_MODEL=QEMU_HARDDISK'
'scsi_id --export --whitelisted -d /dev/sda'(out) 'ID_MODEL_ENC=QEMU\x20HARDDISK\x20\x20\x20'
'scsi_id --export --whitelisted -d /dev/sda'(out) 'ID_REVISION=2.5+'
'scsi_id --export --whitelisted -d /dev/sda'(out) 'ID_TYPE=disk'
'scsi_id --export --whitelisted -d /dev/sda'(out) 'ID_SERIAL=0QEMU_QEMU_HARDDISK_hd0'
'scsi_id --export --whitelisted -d /dev/sda'(out) 'ID_SERIAL_SHORT=hd0'
Process 'scsi_id --export --whitelisted -d /dev/sda' succeeded.
sda: LINK 'disk/by-id/scsi-0QEMU_QEMU_HARDDISK_hd0' /lib/udev/rules.d/60-persistent-storage.rules:54
sda: IMPORT builtin 'path_id' /lib/udev/rules.d/60-persistent-storage.rules:78
sda: LINK 'disk/by-path/pci-0000:00:03.0-scsi-0:0:0:0' /lib/udev/rules.d/60-persistent-storage.rules:80
sda: IMPORT builtin 'blkid' /lib/udev/rules.d/60-persistent-storage.rules:95
sda: Probe /dev/sda with raid and offset=0
sda: Handling device node '/dev/sda', devnum=b8:0, mode=0600, uid=0, gid=0
sda: Preserve already existing symlink '/dev/block/8:0' to '../sda'
sda: Found 'b8:0' claiming '/run/udev/links/\x2fdisk\x2fby-id\x2fscsi-0QEMU_QEMU_HARDDISK_hd0'
sda: Preserve already existing symlink '/dev/disk/by-id/scsi-0QEMU_QEMU_HARDDISK_hd0' to '../../sda'
sda: Found 'b8:0' claiming '/run/udev/links/\x2fdisk\x2fby-path\x2fpci-0000:00:03.0-scsi-0:0:0:0'
sda: Preserve already existing symlink '/dev/disk/by-path/pci-0000:00:03.0-scsi-0:0:0:0' to '../../sda'
sda: sd-device: Created db file '/run/udev/data/b8:0' for '/devices/pci0000:00/0000:00:03.0/virtio1/host2/target2:0:0/2:0:0:0/block/sda'
sda: Adding watch on '/dev/sda'
sda: sd-device: Created db file '/run/udev/data/b8:0' for '/devices/pci0000:00/0000:00:03.0/virtio1/host2/target2:0:0/2:0:0:0/block/sda'
sda: Device (SEQNUM=1002, ACTION=change) processed
sda: sd-device-monitor: Passed 749 byte to netlink monitor
sda1: sd-device-monitor: Passed 270 byte to netlink monitor
sda2: sd-device-monitor: Passed 270 byte to netlink monitor
sda2: Processing device (SEQNUM=1004, ACTION=change)
sda2: Removing watch
sda2: LINK 'disk/by-id/scsi-0QEMU_QEMU_HARDDISK_hd0-part2' /lib/udev/rules.d/60-persistent-storage.rules:55
sda2: LINK 'disk/by-path/pci-0000:00:03.0-scsi-0:0:0:0-part2' /lib/udev/rules.d/60-persistent-storage.rules:81sda1: Processing device (SEQNUM=1003, ACTION=change)
sda1: Removing watch
sda1: Inotify event: 8000 for /dev/sda1
sda1: Removing watch

sda2: IMPORT builtin 'blkid' /lib/udev/rules.d/60-persistent-storage.rules:95
sda2: Probe /dev/sda2 with raid and offset=0
sda1: LINK 'disk/by-id/scsi-0QEMU_QEMU_HARDDISK_hd0-part1' /lib/udev/rules.d/60-persistent-storage.rules:55sda2: LINK 'disk/by-partuuid/000ba8af-02' /lib/udev/rules.d/60-persistent-storage.rules:106
sda2: LINK 'disk/by-id/lvm-pv-uuid-BkFQcR-tGdm-0mfJ-mmwW-mYRN-jLMx-4eIAQm' /lib/udev/rules.d/69-lvm-metad.rules:43
sda2: Handling device node '/dev/sda2', devnum=b8:2, mode=0600, uid=0, gid=0
sda1: LINK 'disk/by-path/pci-0000:00:03.0-scsi-0:0:0:0-part1' /lib/udev/rules.d/60-persistent-storage.rules:81
sda1: IMPORT builtin 'blkid' /lib/udev/rules.d/60-persistent-storage.rules:95
sda1: Probe /dev/sda1 with raid and offset=0

sda2: Preserve already existing symlink '/dev/block/8:2' to '../sda2'
sda2: Found 'b8:2' claiming '/run/udev/links/\x2fdisk\x2fby-id\x2flvm-pv-uuid-BkFQcR-tGdm-0mfJ-mmwW-mYRN-jLMx-4eIAQm'
sda2: Preserve already existing symlink '/dev/disk/by-id/lvm-pv-uuid-BkFQcR-tGdm-0mfJ-mmwW-mYRN-jLMx-4eIAQm' to '../../sda2'
sda2: Found 'b8:2' claiming '/run/udev/links/\x2fdisk\x2fby-path\x2fpci-0000:00:03.0-scsi-0:0:0:0-part2'
sda2: Preserve already existing symlink '/dev/disk/by-path/pci-0000:00:03.0-scsi-0:0:0:0-part2' to '../../sda2'
sda2: Found 'b8:2' claiming '/run/udev/links/\x2fdisk\x2fby-partuuid\x2f000ba8af-02'
sda2: Preserve already existing symlink '/dev/disk/by-partuuid/000ba8af-02' to '../../sda2'
sda2: Found 'b8:2' claiming '/run/udev/links/\x2fdisk\x2fby-id\x2fscsi-0QEMU_QEMU_HARDDISK_hd0-part2'
sda2: Preserve already existing symlink '/dev/disk/by-id/scsi-0QEMU_QEMU_HARDDISK_hd0-part2' to '../../sda2'
sda2: sd-device: Created db file '/run/udev/data/b8:2' for '/devices/pci0000:00/0000:00:03.0/virtio1/host2/target2:0:0/2:0:0:0/block/sda/sda2'
sda2: Adding watch on '/dev/sda2'
sda1: LINK 'disk/by-uuid/6365d0a8-a1bb-437b-9c23-eee1399f9505' /lib/udev/rules.d/60-persistent-storage.rules:98
sda1: LINK 'disk/by-partuuid/000ba8af-01' /lib/udev/rules.d/60-persistent-storage.rules:106
sda1: Handling device node '/dev/sda1', devnum=b8:1, mode=0600, uid=0, gid=0
sda1: Preserve already existing symlink '/dev/block/8:1' to '../sda1'sda2: sd-device: Created db file '/run/udev/data/b8:2' for '/devices/pci0000:00/0000:00:03.0/virtio1/host2/target2:0:0/2:0:0:0/block/sda/sda2'
sda2: Device (SEQNUM=1004, ACTION=change) processed
sda2: sd-device-monitor: Passed 1358 byte to netlink monitor

sda1: Found 'b8:1' claiming '/run/udev/links/\x2fdisk\x2fby-uuid\x2f6365d0a8-a1bb-437b-9c23-eee1399f9505'
sda1: Preserve already existing symlink '/dev/disk/by-uuid/6365d0a8-a1bb-437b-9c23-eee1399f9505' to '../../sda1'
sda1: Found 'b8:1' claiming '/run/udev/links/\x2fdisk\x2fby-partuuid\x2f000ba8af-01'
sda1: Preserve already existing symlink '/dev/disk/by-partuuid/000ba8af-01' to '../../sda1'
sda1: Found 'b8:1' claiming '/run/udev/links/\x2fdisk\x2fby-path\x2fpci-0000:00:03.0-scsi-0:0:0:0-part1'
sda1: Preserve already existing symlink '/dev/disk/by-path/pci-0000:00:03.0-scsi-0:0:0:0-part1' to '../../sda1'
sda1: Found 'b8:1' claiming '/run/udev/links/\x2fdisk\x2fby-id\x2fscsi-0QEMU_QEMU_HARDDISK_hd0-part1'
sda1: Preserve already existing symlink '/dev/disk/by-id/scsi-0QEMU_QEMU_HARDDISK_hd0-part1' to '../../sda1'
sda1: sd-device: Created db file '/run/udev/data/b8:1' for '/devices/pci0000:00/0000:00:03.0/virtio1/host2/target2:0:0/2:0:0:0/block/sda/sda1'
sda1: Adding watch on '/dev/sda1'
sda1: sd-device: Created db file '/run/udev/data/b8:1' for '/devices/pci0000:00/0000:00:03.0/virtio1/host2/target2:0:0/2:0:0:0/block/sda/sda1'
sda1: Device (SEQNUM=1003, ACTION=change) processed
sda1: sd-device-monitor: Passed 1202 byte to netlink monitor
sda: sd-device-monitor: Passed 251 byte to netlink monitor
sda: Processing device (SEQNUM=1005, ACTION=change)
sda: Removing watch
sda: Inotify event: 8000 for /dev/sda
sda: Removing watch
sda: IMPORT 'scsi_id --export --whitelisted -d /dev/sda' /lib/udev/rules.d/60-persistent-storage.rules:52
Starting 'scsi_id --export --whitelisted -d /dev/sda'
Successfully forked off '(spawn)' as PID 178.
'scsi_id --export --whitelisted -d /dev/sda'(out) 'ID_SCSI=1'
'scsi_id --export --whitelisted -d /dev/sda'(out) 'ID_VENDOR=QEMU'
'scsi_id --export --whitelisted -d /dev/sda'(out) 'ID_VENDOR_ENC=QEMU\x20\x20\x20\x20'
'scsi_id --export --whitelisted -d /dev/sda'(out) 'ID_MODEL=QEMU_HARDDISK'
'scsi_id --export --whitelisted -d /dev/sda'(out) 'ID_MODEL_ENC=QEMU\x20HARDDISK\x20\x20\x20'
'scsi_id --export --whitelisted -d /dev/sda'(out) 'ID_REVISION=2.5+'
'scsi_id --export --whitelisted -d /dev/sda'(out) 'ID_TYPE=disk'
'scsi_id --export --whitelisted -d /dev/sda'(out) 'ID_SERIAL=0QEMU_QEMU_HARDDISK_hd0'
'scsi_id --export --whitelisted -d /dev/sda'(out) 'ID_SERIAL_SHORT=hd0'
Process 'scsi_id --export --whitelisted -d /dev/sda' succeeded.
sda: LINK 'disk/by-id/scsi-0QEMU_QEMU_HARDDISK_hd0' /lib/udev/rules.d/60-persistent-storage.rules:54
sda: IMPORT builtin 'path_id' /lib/udev/rules.d/60-persistent-storage.rules:78
sda: LINK 'disk/by-path/pci-0000:00:03.0-scsi-0:0:0:0' /lib/udev/rules.d/60-persistent-storage.rules:80
sda: IMPORT builtin 'blkid' /lib/udev/rules.d/60-persistent-storage.rules:95
sda: Probe /dev/sda with raid and offset=0
sda: Handling device node '/dev/sda', devnum=b8:0, mode=0600, uid=0, gid=0
sda: Preserve already existing symlink '/dev/block/8:0' to '../sda'
sda: Found 'b8:0' claiming '/run/udev/links/\x2fdisk\x2fby-id\x2fscsi-0QEMU_QEMU_HARDDISK_hd0'
sda: Preserve already existing symlink '/dev/disk/by-id/scsi-0QEMU_QEMU_HARDDISK_hd0' to '../../sda'
sda: Found 'b8:0' claiming '/run/udev/links/\x2fdisk\x2fby-path\x2fpci-0000:00:03.0-scsi-0:0:0:0'
sda: Preserve already existing symlink '/dev/disk/by-path/pci-0000:00:03.0-scsi-0:0:0:0' to '../../sda'
sda: sd-device: Created db file '/run/udev/data/b8:0' for '/devices/pci0000:00/0000:00:03.0/virtio1/host2/target2:0:0/2:0:0:0/block/sda'
sda: Adding watch on '/dev/sda'
sda: sd-device: Created db file '/run/udev/data/b8:0' for '/devices/pci0000:00/0000:00:03.0/virtio1/host2/target2:0:0/2:0:0:0/block/sda'
sda: Device (SEQNUM=1005, ACTION=change) processed
sda: sd-device-monitor: Passed 749 byte to netlink monitor
sda1: sd-device-monitor: Passed 270 byte to netlink monitor
sda2: sd-device-monitor: Passed 270 byte to netlink monitor
sda2: Processing device (SEQNUM=1007, ACTION=change)
sda2: Removing watch
sda2: LINK 'disk/by-id/scsi-0QEMU_QEMU_HARDDISK_hd0-part2' /lib/udev/rules.d/60-persistent-storage.rules:55
sda2: LINK 'disk/by-path/pci-0000:00:03.0-scsi-0:0:0:0-part2' /lib/udev/rules.d/60-persistent-storage.rules:81
sda2: IMPORT builtin 'blkid' /lib/udev/rules.d/60-persistent-storage.rules:95
sda2: Probe /dev/sda2 with raid and offset=0
sda1: Processing device (SEQNUM=1006, ACTION=change)
sda1: Removing watch
sda1: Inotify event: 8000 for /dev/sda1
sda1: Removing watch
sda2: LINK 'disk/by-partuuid/000ba8af-02' /lib/udev/rules.d/60-persistent-storage.rules:106sda1: LINK 'disk/by-id/scsi-0QEMU_QEMU_HARDDISK_hd0-part1' /lib/udev/rules.d/60-persistent-storage.rules:55
sda1: LINK 'disk/by-path/pci-0000:00:03.0-scsi-0:0:0:0-part1' /lib/udev/rules.d/60-persistent-storage.rules:81
sda1: IMPORT builtin 'blkid' /lib/udev/rules.d/60-persistent-storage.rules:95
sda1: Probe /dev/sda1 with raid and offset=0

sda2: LINK 'disk/by-id/lvm-pv-uuid-BkFQcR-tGdm-0mfJ-mmwW-mYRN-jLMx-4eIAQm' /lib/udev/rules.d/69-lvm-metad.rules:43
sda2: Handling device node '/dev/sda2', devnum=b8:2, mode=0600, uid=0, gid=0
sda2: Preserve already existing symlink '/dev/block/8:2' to '../sda2'
sda2: Found 'b8:2' claiming '/run/udev/links/\x2fdisk\x2fby-id\x2flvm-pv-uuid-BkFQcR-tGdm-0mfJ-mmwW-mYRN-jLMx-4eIAQm'
sda2: Preserve already existing symlink '/dev/disk/by-id/lvm-pv-uuid-BkFQcR-tGdm-0mfJ-mmwW-mYRN-jLMx-4eIAQm' to '../../sda2'
sda2: Found 'b8:2' claiming '/run/udev/links/\x2fdisk\x2fby-path\x2fpci-0000:00:03.0-scsi-0:0:0:0-part2'
sda2: Preserve already existing symlink '/dev/disk/by-path/pci-0000:00:03.0-scsi-0:0:0:0-part2' to '../../sda2'
sda2: Found 'b8:2' claiming '/run/udev/links/\x2fdisk\x2fby-partuuid\x2f000ba8af-02'
sda2: Preserve already existing symlink '/dev/disk/by-partuuid/000ba8af-02' to '../../sda2'
sda2: Found 'b8:2' claiming '/run/udev/links/\x2fdisk\x2fby-id\x2fscsi-0QEMU_QEMU_HARDDISK_hd0-part2'
sda2: Preserve already existing symlink '/dev/disk/by-id/scsi-0QEMU_QEMU_HARDDISK_hd0-part2' to '../../sda2'
sda2: sd-device: Created db file '/run/udev/data/b8:2' for '/devices/pci0000:00/0000:00:03.0/virtio1/host2/target2:0:0/2:0:0:0/block/sda/sda2'
sda2: Adding watch on '/dev/sda2'
sda2: sd-device: Created db file '/run/udev/data/b8:2' for '/devices/pci0000:00/0000:00:03.0/virtio1/host2/target2:0:0/2:0:0:0/block/sda/sda2'
sda2: Device (SEQNUM=1007, ACTION=change) processed
sda2: sd-device-monitor: Passed 1358 byte to netlink monitor
sda1: LINK 'disk/by-uuid/6365d0a8-a1bb-437b-9c23-eee1399f9505' /lib/udev/rules.d/60-persistent-storage.rules:98
sda1: LINK 'disk/by-partuuid/000ba8af-01' /lib/udev/rules.d/60-persistent-storage.rules:106
sda1: Handling device node '/dev/sda1', devnum=b8:1, mode=0600, uid=0, gid=0
sda1: Preserve already existing symlink '/dev/block/8:1' to '../sda1'
sda1: Found 'b8:1' claiming '/run/udev/links/\x2fdisk\x2fby-uuid\x2f6365d0a8-a1bb-437b-9c23-eee1399f9505'
sda1: Preserve already existing symlink '/dev/disk/by-uuid/6365d0a8-a1bb-437b-9c23-eee1399f9505' to '../../sda1'
sda1: Found 'b8:1' claiming '/run/udev/links/\x2fdisk\x2fby-partuuid\x2f000ba8af-01'
sda1: Preserve already existing symlink '/dev/disk/by-partuuid/000ba8af-01' to '../../sda1'
sda1: Found 'b8:1' claiming '/run/udev/links/\x2fdisk\x2fby-path\x2fpci-0000:00:03.0-scsi-0:0:0:0-part1'
sda1: Preserve already existing symlink '/dev/disk/by-path/pci-0000:00:03.0-scsi-0:0:0:0-part1' to '../../sda1'
sda1: Found 'b8:1' claiming '/run/udev/links/\x2fdisk\x2fby-id\x2fscsi-0QEMU_QEMU_HARDDISK_hd0-part1'
sda1: Preserve already existing symlink '/dev/disk/by-id/scsi-0QEMU_QEMU_HARDDISK_hd0-part1' to '../../sda1'
sda1: sd-device: Created db file '/run/udev/data/b8:1' for '/devices/pci0000:00/0000:00:03.0/virtio1/host2/target2:0:0/2:0:0:0/block/sda/sda1'
sda1: Adding watch on '/dev/sda1'
sda1: sd-device: Created db file '/run/udev/data/b8:1' for '/devices/pci0000:00/0000:00:03.0/virtio1/host2/target2:0:0/2:0:0:0/block/sda/sda1'
sda1: Device (SEQNUM=1006, ACTION=change) processed
sda1: sd-device-monitor: Passed 1202 byte to netlink monitor
commandrvf: stdout=n stderr=y flags=0x0
commandrvf: udevadm --debug settle
Received udev control message (PING)
command: parted '-m' '-s' '--' '/dev/sda' 'unit' 'b' 'print'
sda1: Inotify event: 8 for /dev/sda1
Device /dev/sda1 is closed, synthesising 'change'
sda1: Device (SEQNUM=1008, ACTION=change) is queued
sda1: Processing device (SEQNUM=1008, ACTION=change)
sda1: Removing watch
sda1: LINK 'disk/by-id/scsi-0QEMU_QEMU_HARDDISK_hd0-part1' /lib/udev/rules.d/60-persistent-storage.rules:55
sda1: LINK 'disk/by-path/pci-0000:00:03.0-scsi-0:0:0:0-part1' /lib/udev/rules.d/60-persistent-storage.rules:81
sda1: IMPORT builtin 'blkid' /lib/udev/rules.d/60-persistent-storage.rules:95sda1: sd-device-monitor: Passed 270 byte to netlink monitor
sda2: Inotify event: 8 for /dev/sda2
Device /dev/sda2 is closed, synthesising 'change'
sda: Inotify event: 8 for /dev/sda

sda1: Probe /dev/sda1 with raid and offset=0
Device '/dev/sda' is closed, synthesising 'change'command: parted returned 0
command: parted: stdout:
BYT;
/dev/sda:17179869184B:scsi:512:512:msdos:QEMU QEMU HARDDISK:;
1:1048576B:1074790399B:1073741824B:xfs::boot;
2:1074790400B:17179869183B:16105078784B:::lvm;
commandrvf: stdout=n stderr=y flags=0x0
commandrvf: udevadm --debug settle

Device '/dev/sda' is closed, synthesising partition '/dev/sda1' 'change'
Device '/dev/sda' is closed, synthesising partition '/dev/sda2' 'change'
sda2: Device (SEQNUM=1009, ACTION=change) is queued
sda2: Processing device (SEQNUM=1009, ACTION=change)
sda2: Removing watch
sda2: LINK 'disk/by-id/scsi-0QEMU_QEMU_HARDDISK_hd0-part2' /lib/udev/rules.d/60-persistent-storage.rules:55
sda2: LINK 'disk/by-path/pci-0000:00:03.0-scsi-0:0:0:0-part2' /lib/udev/rules.d/60-persistent-storage.rules:81
sda2: IMPORT builtin 'blkid' /lib/udev/rules.d/60-persistent-storage.rules:95
sda2: Probe /dev/sda2 with raid and offset=0
sda2: LINK 'disk/by-partuuid/000ba8af-02' /lib/udev/rules.d/60-persistent-storage.rules:106sda2: sd-device-monitor: Passed 270 byte to netlink monitor

sda2: LINK 'disk/by-id/lvm-pv-uuid-BkFQcR-tGdm-0mfJ-mmwW-mYRN-jLMx-4eIAQm' /lib/udev/rules.d/69-lvm-metad.rules:43sda: Inotify event: 8 for /dev/sda
Device '/dev/sda' is closed, synthesising 'change'
Device '/dev/sda' is closed, synthesising partition '/dev/sda1' 'change'sda1: LINK 'disk/by-uuid/6365d0a8-a1bb-437b-9c23-eee1399f9505' /lib/udev/rules.d/60-persistent-storage.rules:98
sda1: LINK 'disk/by-partuuid/000ba8af-01' /lib/udev/rules.d/60-persistent-storage.rules:106
sda1: Handling device node '/dev/sda1', devnum=b8:1, mode=0600, uid=0, gid=0
sda1: Preserve already existing symlink '/dev/block/8:1' to '../sda1'
sda1: Found 'b8:1' claiming '/run/udev/links/\x2fdisk\x2fby-uuid\x2f6365d0a8-a1bb-437b-9c23-eee1399f9505'
sda1: Preserve already existing symlink '/dev/disk/by-uuid/6365d0a8-a1bb-437b-9c23-eee1399f9505' to '../../sda1'
sda2: Handling device node '/dev/sda2', devnum=b8:2, mode=0600, uid=0, gid=0
sda2: Preserve already existing symlink '/dev/block/8:2' to '../sda2'
sda2: Found 'b8:2' claiming '/run/udev/links/\x2fdisk\x2fby-id\x2flvm-pv-uuid-BkFQcR-tGdm-0mfJ-mmwW-mYRN-jLMx-4eIAQm'
sda2: Preserve already existing symlink '/dev/disk/by-id/lvm-pv-uuid-BkFQcR-tGdm-0mfJ-mmwW-mYRN-jLMx-4eIAQm' to '../../sda2'
sda2: Found 'b8:2' claiming '/run/udev/links/\x2fdisk\x2fby-path\x2fpci-0000:00:03.0-scsi-0:0:0:0-part2'
sda2: Preserve already existing symlink '/dev/disk/by-path/pci-0000:00:03.0-scsi-0:0:0:0-part2' to '../../sda2'
Device '/dev/sda' is closed, synthesising partition '/dev/sda2' 'change'
sda: Device (SEQNUM=1010, ACTION=change) is queued
sda1: Device (SEQNUM=1011, ACTION=change) is queued
sda2: Device (SEQNUM=1012, ACTION=change) is queued
sda: Device (SEQNUM=1013, ACTION=change) is queued
sda1: Found 'b8:1' claiming '/run/udev/links/\x2fdisk\x2fby-partuuid\x2f000ba8af-01'
sda1: Preserve already existing symlink '/dev/disk/by-partuuid/000ba8af-01' to '../../sda1'
sda1: Found 'b8:1' claiming '/run/udev/links/\x2fdisk\x2fby-path\x2fpci-0000:00:03.0-scsi-0:0:0:0-part1'
sda1: Preserve already existing symlink '/dev/disk/by-path/pci-0000:00:03.0-scsi-0:0:0:0-part1' to '../../sda1'
sda1: Found 'b8:1' claiming '/run/udev/links/\x2fdisk\x2fby-id\x2fscsi-0QEMU_QEMU_HARDDISK_hd0-part1'
sda2: Found 'b8:2' claiming '/run/udev/links/\x2fdisk\x2fby-partuuid\x2f000ba8af-02'
sda2: Preserve already existing symlink '/dev/disk/by-partuuid/000ba8af-02' to '../../sda2'
sda2: Found 'b8:2' claiming '/run/udev/links/\x2fdisk\x2fby-id\x2fscsi-0QEMU_QEMU_HARDDISK_hd0-part2'
sda2: Preserve already existing symlink '/dev/disk/by-id/scsi-0QEMU_QEMU_HARDDISK_hd0-part2' to '../../sda2'
sda2: sd-device: Created db file '/run/udev/data/b8:2' for '/devices/pci0000:00/0000:00:03.0/virtio1/host2/target2:0:0/2:0:0:0/block/sda/sda2'
sda2: Adding watch on '/dev/sda2'
sda1: Preserve already existing symlink '/dev/disk/by-id/scsi-0QEMU_QEMU_HARDDISK_hd0-part1' to '../../sda1'
sda1: sd-device: Created db file '/run/udev/data/b8:1' for '/devices/pci0000:00/0000:00:03.0/virtio1/host2/target2:0:0/2:0:0:0/block/sda/sda1'
sda1: Adding watch on '/dev/sda1'
sda1: sd-device: Created db file '/run/udev/data/b8:1' for '/devices/pci0000:00/0000:00:03.0/virtio1/host2/target2:0:0/2:0:0:0/block/sda/sda1'
sda1: Device (SEQNUM=1008, ACTION=change) processed

sda2: sd-device: Created db file '/run/udev/data/b8:2' for '/devices/pci0000:00/0000:00:03.0/virtio1/host2/target2:0:0/2:0:0:0/block/sda/sda2'
sda1: Device (SEQNUM=1014, ACTION=change) is queued
sda2: Device (SEQNUM=1015, ACTION=change) is queued
Received udev control message (PING)
sda1: sd-device-monitor: Passed 1202 byte to netlink monitor

sda2: Device (SEQNUM=1009, ACTION=change) processed
sda2: sd-device-monitor: Passed 1358 byte to netlink monitor
sda: sd-device-monitor: Passed 251 byte to netlink monitor
sda: Processing device (SEQNUM=1010, ACTION=change)
sda: Removing watch
sda: Inotify event: 8000 for /dev/sda
sda: Removing watch
sda: IMPORT 'scsi_id --export --whitelisted -d /dev/sda' /lib/udev/rules.d/60-persistent-storage.rules:52
Starting 'scsi_id --export --whitelisted -d /dev/sda'
Successfully forked off '(spawn)' as PID 184.
'scsi_id --export --whitelisted -d /dev/sda'(out) 'ID_SCSI=1'
'scsi_id --export --whitelisted -d /dev/sda'(out) 'ID_VENDOR=QEMU'
'scsi_id --export --whitelisted -d /dev/sda'(out) 'ID_VENDOR_ENC=QEMU\x20\x20\x20\x20'
'scsi_id --export --whitelisted -d /dev/sda'(out) 'ID_MODEL=QEMU_HARDDISK'
'scsi_id --export --whitelisted -d /dev/sda'(out) 'ID_MODEL_ENC=QEMU\x20HARDDISK\x20\x20\x20'
'scsi_id --export --whitelisted -d /dev/sda'(out) 'ID_REVISION=2.5+'
'scsi_id --export --whitelisted -d /dev/sda'(out) 'ID_TYPE=disk'
'scsi_id --export --whitelisted -d /dev/sda'(out) 'ID_SERIAL=0QEMU_QEMU_HARDDISK_hd0'
'scsi_id --export --whitelisted -d /dev/sda'(out) 'ID_SERIAL_SHORT=hd0'
Process 'scsi_id --export --whitelisted -d /dev/sda' succeeded.
sda: LINK 'disk/by-id/scsi-0QEMU_QEMU_HARDDISK_hd0' /lib/udev/rules.d/60-persistent-storage.rules:54
sda: IMPORT builtin 'path_id' /lib/udev/rules.d/60-persistent-storage.rules:78
sda: LINK 'disk/by-path/pci-0000:00:03.0-scsi-0:0:0:0' /lib/udev/rules.d/60-persistent-storage.rules:80
sda: IMPORT builtin 'blkid' /lib/udev/rules.d/60-persistent-storage.rules:95
sda: Probe /dev/sda with raid and offset=0
sda: Handling device node '/dev/sda', devnum=b8:0, mode=0600, uid=0, gid=0
sda: Preserve already existing symlink '/dev/block/8:0' to '../sda'
sda: Found 'b8:0' claiming '/run/udev/links/\x2fdisk\x2fby-id\x2fscsi-0QEMU_QEMU_HARDDISK_hd0'
sda: Preserve already existing symlink '/dev/disk/by-id/scsi-0QEMU_QEMU_HARDDISK_hd0' to '../../sda'
sda: Found 'b8:0' claiming '/run/udev/links/\x2fdisk\x2fby-path\x2fpci-0000:00:03.0-scsi-0:0:0:0'
sda: Preserve already existing symlink '/dev/disk/by-path/pci-0000:00:03.0-scsi-0:0:0:0' to '../../sda'
sda: sd-device: Created db file '/run/udev/data/b8:0' for '/devices/pci0000:00/0000:00:03.0/virtio1/host2/target2:0:0/2:0:0:0/block/sda'
sda: Adding watch on '/dev/sda'
sda: sd-device: Created db file '/run/udev/data/b8:0' for '/devices/pci0000:00/0000:00:03.0/virtio1/host2/target2:0:0/2:0:0:0/block/sda'
sda: Device (SEQNUM=1010, ACTION=change) processed
sda: sd-device-monitor: Passed 749 byte to netlink monitor
sda1: sd-device-monitor: Passed 270 byte to netlink monitor
sda2: sd-device-monitor: Passed 270 byte to netlink monitor
sda2: Processing device (SEQNUM=1012, ACTION=change)
sda2: Removing watch
sda2: LINK 'disk/by-id/scsi-0QEMU_QEMU_HARDDISK_hd0-part2' /lib/udev/rules.d/60-persistent-storage.rules:55
sda2: LINK 'disk/by-path/pci-0000:00:03.0-scsi-0:0:0:0-part2' /lib/udev/rules.d/60-persistent-storage.rules:81
sda2: IMPORT builtin 'blkid' /lib/udev/rules.d/60-persistent-storage.rules:95
sda2: Probe /dev/sda2 with raid and offset=0
sda1: Processing device (SEQNUM=1011, ACTION=change)
sda1: Removing watch
sda1: Inotify event: 8000 for /dev/sda1
sda1: Removing watch
sda2: LINK 'disk/by-partuuid/000ba8af-02' /lib/udev/rules.d/60-persistent-storage.rules:106sda1: LINK 'disk/by-id/scsi-0QEMU_QEMU_HARDDISK_hd0-part1' /lib/udev/rules.d/60-persistent-storage.rules:55
sda2: LINK 'disk/by-id/lvm-pv-uuid-BkFQcR-tGdm-0mfJ-mmwW-mYRN-jLMx-4eIAQm' /lib/udev/rules.d/69-lvm-metad.rules:43
sda2: Handling device node '/dev/sda2', devnum=b8:2, mode=0600, uid=0, gid=0
sda2: Preserve already existing symlink '/dev/block/8:2' to '../sda2'
sda2: Found 'b8:2' claiming '/run/udev/links/\x2fdisk\x2fby-id\x2flvm-pv-uuid-BkFQcR-tGdm-0mfJ-mmwW-mYRN-jLMx-4eIAQm'
sda2: Preserve already existing symlink '/dev/disk/by-id/lvm-pv-uuid-BkFQcR-tGdm-0mfJ-mmwW-mYRN-jLMx-4eIAQm' to '../../sda2'
sda2: Found 'b8:2' claiming '/run/udev/links/\x2fdisk\x2fby-path\x2fpci-0000:00:03.0-scsi-0:0:0:0-part2'
sda1: LINK 'disk/by-path/pci-0000:00:03.0-scsi-0:0:0:0-part1' /lib/udev/rules.d/60-persistent-storage.rules:81
sda1: IMPORT builtin 'blkid' /lib/udev/rules.d/60-persistent-storage.rules:95
sda1: Probe /dev/sda1 with raid and offset=0

sda2: Preserve already existing symlink '/dev/disk/by-path/pci-0000:00:03.0-scsi-0:0:0:0-part2' to '../../sda2'
sda2: Found 'b8:2' claiming '/run/udev/links/\x2fdisk\x2fby-partuuid\x2f000ba8af-02'
sda2: Preserve already existing symlink '/dev/disk/by-partuuid/000ba8af-02' to '../../sda2'
sda2: Found 'b8:2' claiming '/run/udev/links/\x2fdisk\x2fby-id\x2fscsi-0QEMU_QEMU_HARDDISK_hd0-part2'
sda2: Preserve already existing symlink '/dev/disk/by-id/scsi-0QEMU_QEMU_HARDDISK_hd0-part2' to '../../sda2'
sda2: sd-device: Created db file '/run/udev/data/b8:2' for '/devices/pci0000:00/0000:00:03.0/virtio1/host2/target2:0:0/2:0:0:0/block/sda/sda2'
sda2: Adding watch on '/dev/sda2'
sda2: sd-device: Created db file '/run/udev/data/b8:2' for '/devices/pci0000:00/0000:00:03.0/virtio1/host2/target2:0:0/2:0:0:0/block/sda/sda2'
sda2: Device (SEQNUM=1012, ACTION=change) processed
sda2: sd-device-monitor: Passed 1358 byte to netlink monitor
sda1: LINK 'disk/by-uuid/6365d0a8-a1bb-437b-9c23-eee1399f9505' /lib/udev/rules.d/60-persistent-storage.rules:98
sda1: LINK 'disk/by-partuuid/000ba8af-01' /lib/udev/rules.d/60-persistent-storage.rules:106
sda1: Handling device node '/dev/sda1', devnum=b8:1, mode=0600, uid=0, gid=0
sda1: Preserve already existing symlink '/dev/block/8:1' to '../sda1'
sda1: Found 'b8:1' claiming '/run/udev/links/\x2fdisk\x2fby-uuid\x2f6365d0a8-a1bb-437b-9c23-eee1399f9505'
sda1: Preserve already existing symlink '/dev/disk/by-uuid/6365d0a8-a1bb-437b-9c23-eee1399f9505' to '../../sda1'
sda1: Found 'b8:1' claiming '/run/udev/links/\x2fdisk\x2fby-partuuid\x2f000ba8af-01'
sda1: Preserve already existing symlink '/dev/disk/by-partuuid/000ba8af-01' to '../../sda1'
sda1: Found 'b8:1' claiming '/run/udev/links/\x2fdisk\x2fby-path\x2fpci-0000:00:03.0-scsi-0:0:0:0-part1'
sda1: Preserve already existing symlink '/dev/disk/by-path/pci-0000:00:03.0-scsi-0:0:0:0-part1' to '../../sda1'
sda1: Found 'b8:1' claiming '/run/udev/links/\x2fdisk\x2fby-id\x2fscsi-0QEMU_QEMU_HARDDISK_hd0-part1'
sda1: Preserve already existing symlink '/dev/disk/by-id/scsi-0QEMU_QEMU_HARDDISK_hd0-part1' to '../../sda1'
sda1: sd-device: Created db file '/run/udev/data/b8:1' for '/devices/pci0000:00/0000:00:03.0/virtio1/host2/target2:0:0/2:0:0:0/block/sda/sda1'
sda1: Adding watch on '/dev/sda1'
sda1: sd-device: Created db file '/run/udev/data/b8:1' for '/devices/pci0000:00/0000:00:03.0/virtio1/host2/target2:0:0/2:0:0:0/block/sda/sda1'
sda1: Device (SEQNUM=1011, ACTION=change) processed
sda1: sd-device-monitor: Passed 1202 byte to netlink monitor
sda: sd-device-monitor: Passed 251 byte to netlink monitor
sda: Processing device (SEQNUM=1013, ACTION=change)
sda: Removing watch
sda: Inotify event: 8000 for /dev/sda
sda: Removing watch
sda: IMPORT 'scsi_id --export --whitelisted -d /dev/sda' /lib/udev/rules.d/60-persistent-storage.rules:52
Starting 'scsi_id --export --whitelisted -d /dev/sda'
Successfully forked off '(spawn)' as PID 185.
'scsi_id --export --whitelisted -d /dev/sda'(out) 'ID_SCSI=1'
'scsi_id --export --whitelisted -d /dev/sda'(out) 'ID_VENDOR=QEMU'
'scsi_id --export --whitelisted -d /dev/sda'(out) 'ID_VENDOR_ENC=QEMU\x20\x20\x20\x20'
'scsi_id --export --whitelisted -d /dev/sda'(out) 'ID_MODEL=QEMU_HARDDISK'
'scsi_id --export --whitelisted -d /dev/sda'(out) 'ID_MODEL_ENC=QEMU\x20HARDDISK\x20\x20\x20'
'scsi_id --export --whitelisted -d /dev/sda'(out) 'ID_REVISION=2.5+'
'scsi_id --export --whitelisted -d /dev/sda'(out) 'ID_TYPE=disk'
'scsi_id --export --whitelisted -d /dev/sda'(out) 'ID_SERIAL=0QEMU_QEMU_HARDDISK_hd0'
'scsi_id --export --whitelisted -d /dev/sda'(out) 'ID_SERIAL_SHORT=hd0'
Process 'scsi_id --export --whitelisted -d /dev/sda' succeeded.
sda: LINK 'disk/by-id/scsi-0QEMU_QEMU_HARDDISK_hd0' /lib/udev/rules.d/60-persistent-storage.rules:54
sda: IMPORT builtin 'path_id' /lib/udev/rules.d/60-persistent-storage.rules:78
sda: LINK 'disk/by-path/pci-0000:00:03.0-scsi-0:0:0:0' /lib/udev/rules.d/60-persistent-storage.rules:80
sda: IMPORT builtin 'blkid' /lib/udev/rules.d/60-persistent-storage.rules:95
sda: Probe /dev/sda with raid and offset=0
sda: Handling device node '/dev/sda', devnum=b8:0, mode=0600, uid=0, gid=0
sda: Preserve already existing symlink '/dev/block/8:0' to '../sda'
sda: Found 'b8:0' claiming '/run/udev/links/\x2fdisk\x2fby-id\x2fscsi-0QEMU_QEMU_HARDDISK_hd0'
sda: Preserve already existing symlink '/dev/disk/by-id/scsi-0QEMU_QEMU_HARDDISK_hd0' to '../../sda'
sda: Found 'b8:0' claiming '/run/udev/links/\x2fdisk\x2fby-path\x2fpci-0000:00:03.0-scsi-0:0:0:0'
sda: Preserve already existing symlink '/dev/disk/by-path/pci-0000:00:03.0-scsi-0:0:0:0' to '../../sda'
sda: sd-device: Created db file '/run/udev/data/b8:0' for '/devices/pci0000:00/0000:00:03.0/virtio1/host2/target2:0:0/2:0:0:0/block/sda'
sda: Adding watch on '/dev/sda'
sda: sd-device: Created db file '/run/udev/data/b8:0' for '/devices/pci0000:00/0000:00:03.0/virtio1/host2/target2:0:0/2:0:0:0/block/sda'
sda: Device (SEQNUM=1013, ACTION=change) processed
sda: sd-device-monitor: Passed 749 byte to netlink monitor
sda1: sd-device-monitor: Passed 270 byte to netlink monitor
sda2: sd-device-monitor: Passed 270 byte to netlink monitor
sda2: Processing device (SEQNUM=1015, ACTION=change)
sda2: Removing watch
sda2: LINK 'disk/by-id/scsi-0QEMU_QEMU_HARDDISK_hd0-part2' /lib/udev/rules.d/60-persistent-storage.rules:55
sda2: LINK 'disk/by-path/pci-0000:00:03.0-scsi-0:0:0:0-part2' /lib/udev/rules.d/60-persistent-storage.rules:81
sda2: IMPORT builtin 'blkid' /lib/udev/rules.d/60-persistent-storage.rules:95
sda2: Probe /dev/sda2 with raid and offset=0sda1: Processing device (SEQNUM=1014, ACTION=change)
sda1: Removing watch
sda1: Inotify event: 8000 for /dev/sda1
sda1: Removing watch

sda2: LINK 'disk/by-partuuid/000ba8af-02' /lib/udev/rules.d/60-persistent-storage.rules:106
sda2: LINK 'disk/by-id/lvm-pv-uuid-BkFQcR-tGdm-0mfJ-mmwW-mYRN-jLMx-4eIAQm' /lib/udev/rules.d/69-lvm-metad.rules:43
sda2: Handling device node '/dev/sda2', devnum=b8:2, mode=0600, uid=0, gid=0
sda2: Preserve already existing symlink '/dev/block/8:2' to '../sda2'sda1: LINK 'disk/by-id/scsi-0QEMU_QEMU_HARDDISK_hd0-part1' /lib/udev/rules.d/60-persistent-storage.rules:55
sda1: LINK 'disk/by-path/pci-0000:00:03.0-scsi-0:0:0:0-part1' /lib/udev/rules.d/60-persistent-storage.rules:81
sda1: IMPORT builtin 'blkid' /lib/udev/rules.d/60-persistent-storage.rules:95
sda1: Probe /dev/sda1 with raid and offset=0

sda2: Found 'b8:2' claiming '/run/udev/links/\x2fdisk\x2fby-id\x2flvm-pv-uuid-BkFQcR-tGdm-0mfJ-mmwW-mYRN-jLMx-4eIAQm'
sda2: Preserve already existing symlink '/dev/disk/by-id/lvm-pv-uuid-BkFQcR-tGdm-0mfJ-mmwW-mYRN-jLMx-4eIAQm' to '../../sda2'
sda2: Found 'b8:2' claiming '/run/udev/links/\x2fdisk\x2fby-path\x2fpci-0000:00:03.0-scsi-0:0:0:0-part2'
sda2: Preserve already existing symlink '/dev/disk/by-path/pci-0000:00:03.0-scsi-0:0:0:0-part2' to '../../sda2'
sda2: Found 'b8:2' claiming '/run/udev/links/\x2fdisk\x2fby-partuuid\x2f000ba8af-02'
sda2: Preserve already existing symlink '/dev/disk/by-partuuid/000ba8af-02' to '../../sda2'
sda2: Found 'b8:2' claiming '/run/udev/links/\x2fdisk\x2fby-id\x2fscsi-0QEMU_QEMU_HARDDISK_hd0-part2'
sda2: Preserve already existing symlink '/dev/disk/by-id/scsi-0QEMU_QEMU_HARDDISK_hd0-part2' to '../../sda2'
sda2: sd-device: Created db file '/run/udev/data/b8:2' for '/devices/pci0000:00/0000:00:03.0/virtio1/host2/target2:0:0/2:0:0:0/block/sda/sda2'
sda1: LINK 'disk/by-uuid/6365d0a8-a1bb-437b-9c23-eee1399f9505' /lib/udev/rules.d/60-persistent-storage.rules:98
sda1: LINK 'disk/by-partuuid/000ba8af-01' /lib/udev/rules.d/60-persistent-storage.rules:106
sda1: Handling device node '/dev/sda1', devnum=b8:1, mode=0600, uid=0, gid=0
sda1: Preserve already existing symlink '/dev/block/8:1' to '../sda1'
sda1: Found 'b8:1' claiming '/run/udev/links/\x2fdisk\x2fby-uuid\x2f6365d0a8-a1bb-437b-9c23-eee1399f9505'
sda1: Preserve already existing symlink '/dev/disk/by-uuid/6365d0a8-a1bb-437b-9c23-eee1399f9505' to '../../sda1'
sda1: Found 'b8:1' claiming '/run/udev/links/\x2fdisk\x2fby-partuuid\x2f000ba8af-01'sda2: Adding watch on '/dev/sda2'
sda2: sd-device: Created db file '/run/udev/data/b8:2' for '/devices/pci0000:00/0000:00:03.0/virtio1/host2/target2:0:0/2:0:0:0/block/sda/sda2'
sda2: Device (SEQNUM=1015, ACTION=change) processed
sda2: sd-device-monitor: Passed 1358 byte to netlink monitor

sda1: Preserve already existing symlink '/dev/disk/by-partuuid/000ba8af-01' to '../../sda1'
sda1: Found 'b8:1' claiming '/run/udev/links/\x2fdisk\x2fby-path\x2fpci-0000:00:03.0-scsi-0:0:0:0-part1'
sda1: Preserve already existing symlink '/dev/disk/by-path/pci-0000:00:03.0-scsi-0:0:0:0-part1' to '../../sda1'
sda1: Found 'b8:1' claiming '/run/udev/links/\x2fdisk\x2fby-id\x2fscsi-0QEMU_QEMU_HARDDISK_hd0-part1'
sda1: Preserve already existing symlink '/dev/disk/by-id/scsi-0QEMU_QEMU_HARDDISK_hd0-part1' to '../../sda1'
sda1: sd-device: Created db file '/run/udev/data/b8:1' for '/devices/pci0000:00/0000:00:03.0/virtio1/host2/target2:0:0/2:0:0:0/block/sda/sda1'
sda1: Adding watch on '/dev/sda1'
sda1: sd-device: Created db file '/run/udev/data/b8:1' for '/devices/pci0000:00/0000:00:03.0/virtio1/host2/target2:0:0/2:0:0:0/block/sda/sda1'
sda1: Device (SEQNUM=1014, ACTION=change) processed
sda1: sd-device-monitor: Passed 1202 byte to netlink monitor
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
Received udev control message (PING)
command: sfdisk '--part-type' '/dev/sda' '1'
command: sfdisk returned 0
command: sfdisk: stdout:
83
commandrvf: stdout=n stderr=y flags=0x0
commandrvf: udevadm --debug settle
Received udev control message (PING)
commandrvf: stdout=n stderr=y flags=0x0
commandrvf: udevadm --debug settle
Received udev control message (PING)
command: fold-stdout-on-stderr sgdisk '/dev/sda' '-i' '1'
sda: Inotify event: 8 for /dev/sda
command: sgdisk returned 0
command: sgdisk: stderr:

***************************************************************
Found invalid GPT and valid MBR; converting MBR to GPT format
in memory. 
***************************************************************


Warning! Secondary partition table overlaps the last partition by
33 blocks!
You will need to delete this partition or resize it in another utility.
Partition GUID code: 0FC63DAF-8483-4772-8E79-3D69D8477DE4 (Linux filesystem)
Partition unique GUID: DB8464B2-F155-45E2-87CD-F15C1A2E5139
First sector: 2048 (at 1024.0 KiB)
Last sector: 2099199 (at 1025.0 MiB)
Partition size: 2097152 sectors (1024.0 MiB)
Attribute flags: 0000000000000000
Partition name: 'Linux filesystem'
commandrvf: stdout=n stderr=y flags=0x0
commandrvf: udevadm --debug settle
Device '/dev/sda' is closed, synthesising 'change'
Device '/dev/sda' is closed, synthesising partition '/dev/sda1' 'change'
Device '/dev/sda' is closed, synthesising partition '/dev/sda2' 'change'
sda: Device (SEQNUM=1016, ACTION=change) is queued
sda: Processing device (SEQNUM=1016, ACTION=change)
sda: Removing watch
sda: IMPORT 'scsi_id --export --whitelisted -d /dev/sda' /lib/udev/rules.d/60-persistent-storage.rules:52
Starting 'scsi_id --export --whitelisted -d /dev/sda'
Successfully forked off '(spawn)' as PID 193.
sda: sd-device-monitor: Passed 251 byte to netlink monitor
sda1: Device (SEQNUM=1017, ACTION=change) is queued
sda2: Device (SEQNUM=1018, ACTION=change) is queued
Received udev control message (PING)
'scsi_id --export --whitelisted -d /dev/sda'(out) 'ID_SCSI=1'
'scsi_id --export --whitelisted -d /dev/sda'(out) 'ID_VENDOR=QEMU'
'scsi_id --export --whitelisted -d /dev/sda'(out) 'ID_VENDOR_ENC=QEMU\x20\x20\x20\x20'
'scsi_id --export --whitelisted -d /dev/sda'(out) 'ID_MODEL=QEMU_HARDDISK'
'scsi_id --export --whitelisted -d /dev/sda'(out) 'ID_MODEL_ENC=QEMU\x20HARDDISK\x20\x20\x20'
'scsi_id --export --whitelisted -d /dev/sda'(out) 'ID_REVISION=2.5+'
'scsi_id --export --whitelisted -d /dev/sda'(out) 'ID_TYPE=disk'
'scsi_id --export --whitelisted -d /dev/sda'(out) 'ID_SERIAL=0QEMU_QEMU_HARDDISK_hd0'
'scsi_id --export --whitelisted -d /dev/sda'(out) 'ID_SERIAL_SHORT=hd0'
Process 'scsi_id --export --whitelisted -d /dev/sda' succeeded.
sda: LINK 'disk/by-id/scsi-0QEMU_QEMU_HARDDISK_hd0' /lib/udev/rules.d/60-persistent-storage.rules:54
sda: IMPORT builtin 'path_id' /lib/udev/rules.d/60-persistent-storage.rules:78
sda: LINK 'disk/by-path/pci-0000:00:03.0-scsi-0:0:0:0' /lib/udev/rules.d/60-persistent-storage.rules:80
sda: IMPORT builtin 'blkid' /lib/udev/rules.d/60-persistent-storage.rules:95
sda: Probe /dev/sda with raid and offset=0
sda: Handling device node '/dev/sda', devnum=b8:0, mode=0600, uid=0, gid=0
sda: Preserve already existing symlink '/dev/block/8:0' to '../sda'
sda: Found 'b8:0' claiming '/run/udev/links/\x2fdisk\x2fby-id\x2fscsi-0QEMU_QEMU_HARDDISK_hd0'
sda: Preserve already existing symlink '/dev/disk/by-id/scsi-0QEMU_QEMU_HARDDISK_hd0' to '../../sda'
sda: Found 'b8:0' claiming '/run/udev/links/\x2fdisk\x2fby-path\x2fpci-0000:00:03.0-scsi-0:0:0:0'
sda: Preserve already existing symlink '/dev/disk/by-path/pci-0000:00:03.0-scsi-0:0:0:0' to '../../sda'
sda: sd-device: Created db file '/run/udev/data/b8:0' for '/devices/pci0000:00/0000:00:03.0/virtio1/host2/target2:0:0/2:0:0:0/block/sda'
sda: Adding watch on '/dev/sda'
sda: sd-device: Created db file '/run/udev/data/b8:0' for '/devices/pci0000:00/0000:00:03.0/virtio1/host2/target2:0:0/2:0:0:0/block/sda'
sda: Device (SEQNUM=1016, ACTION=change) processed
sda: sd-device-monitor: Passed 749 byte to netlink monitor
sda1: sd-device-monitor: Passed 270 byte to netlink monitor
sda2: sd-device-monitor: Passed 270 byte to netlink monitor
sda2: Processing device (SEQNUM=1018, ACTION=change)
sda2: Removing watch
sda2: LINK 'disk/by-id/scsi-0QEMU_QEMU_HARDDISK_hd0-part2' /lib/udev/rules.d/60-persistent-storage.rules:55
sda2: LINK 'disk/by-path/pci-0000:00:03.0-scsi-0:0:0:0-part2' /lib/udev/rules.d/60-persistent-storage.rules:81
sda2: IMPORT builtin 'blkid' /lib/udev/rules.d/60-persistent-storage.rules:95
sda2: Probe /dev/sda2 with raid and offset=0
sda2: LINK 'disk/by-partuuid/000ba8af-02' /lib/udev/rules.d/60-persistent-storage.rules:106
sda2: LINK 'disk/by-id/lvm-pv-uuid-BkFQcR-tGdm-0mfJ-mmwW-mYRN-jLMx-4eIAQm' /lib/udev/rules.d/69-lvm-metad.rules:43
sda2: Handling device node '/dev/sda2', devnum=b8:2, mode=0600, uid=0, gid=0
sda2: Preserve already existing symlink '/dev/block/8:2' to '../sda2'
sda2: Found 'b8:2' claiming '/run/udev/links/\x2fdisk\x2fby-id\x2flvm-pv-uuid-BkFQcR-tGdm-0mfJ-mmwW-mYRN-jLMx-4eIAQm'
sda2: Preserve already existing symlink '/dev/disk/by-id/lvm-pv-uuid-BkFQcR-tGdm-0mfJ-mmwW-mYRN-jLMx-4eIAQm' to '../../sda2'
sda2: Found 'b8:2' claiming '/run/udev/links/\x2fdisk\x2fby-path\x2fpci-0000:00:03.0-scsi-0:0:0:0-part2'
sda2: Preserve already existing symlink '/dev/disk/by-path/pci-0000:00:03.0-scsi-0:0:0:0-part2' to '../../sda2'
sda2: Found 'b8:2' claiming '/run/udev/links/\x2fdisk\x2fby-partuuid\x2f000ba8af-02'
sda2: Preserve already existing symlink '/dev/disk/by-partuuid/000ba8af-02' to '../../sda2'
sda2: Found 'b8:2' claiming '/run/udev/links/\x2fdisk\x2fby-id\x2fscsi-0QEMU_QEMU_HARDDISK_hd0-part2'
sda2: Preserve already existing symlink '/dev/disk/by-id/scsi-0QEMU_QEMU_HARDDISK_hd0-part2' to '../../sda2'
sda2: sd-device: Created db file '/run/udev/data/b8:2' for '/devices/pci0000:00/0000:00:03.0/virtio1/host2/target2:0:0/2:0:0:0/block/sda/sda2'
sda2: Adding watch on '/dev/sda2'
sda2: sd-device: Created db file '/run/udev/data/b8:2' for '/devices/pci0000:00/0000:00:03.0/virtio1/host2/target2:0:0/2:0:0:0/block/sda/sda2'
sda2: Device (SEQNUM=1018, ACTION=change) processed
sda2: sd-device-monitor: Passed 1358 byte to netlink monitor
sda1: Processing device (SEQNUM=1017, ACTION=change)
sda1: Removing watch
sda1: LINK 'disk/by-id/scsi-0QEMU_QEMU_HARDDISK_hd0-part1' /lib/udev/rules.d/60-persistent-storage.rules:55
sda1: LINK 'disk/by-path/pci-0000:00:03.0-scsi-0:0:0:0-part1' /lib/udev/rules.d/60-persistent-storage.rules:81
sda1: IMPORT builtin 'blkid' /lib/udev/rules.d/60-persistent-storage.rules:95
sda1: Probe /dev/sda1 with raid and offset=0
sda1: LINK 'disk/by-uuid/6365d0a8-a1bb-437b-9c23-eee1399f9505' /lib/udev/rules.d/60-persistent-storage.rules:98
sda1: LINK 'disk/by-partuuid/000ba8af-01' /lib/udev/rules.d/60-persistent-storage.rules:106
sda1: Handling device node '/dev/sda1', devnum=b8:1, mode=0600, uid=0, gid=0
sda1: Preserve already existing symlink '/dev/block/8:1' to '../sda1'
sda1: Found 'b8:1' claiming '/run/udev/links/\x2fdisk\x2fby-uuid\x2f6365d0a8-a1bb-437b-9c23-eee1399f9505'
sda1: Preserve already existing symlink '/dev/disk/by-uuid/6365d0a8-a1bb-437b-9c23-eee1399f9505' to '../../sda1'
sda1: Found 'b8:1' claiming '/run/udev/links/\x2fdisk\x2fby-partuuid\x2f000ba8af-01'
sda1: Preserve already existing symlink '/dev/disk/by-partuuid/000ba8af-01' to '../../sda1'
sda1: Found 'b8:1' claiming '/run/udev/links/\x2fdisk\x2fby-path\x2fpci-0000:00:03.0-scsi-0:0:0:0-part1'
sda1: Preserve already existing symlink '/dev/disk/by-path/pci-0000:00:03.0-scsi-0:0:0:0-part1' to '../../sda1'
sda1: Found 'b8:1' claiming '/run/udev/links/\x2fdisk\x2fby-id\x2fscsi-0QEMU_QEMU_HARDDISK_hd0-part1'
sda1: Preserve already existing symlink '/dev/disk/by-id/scsi-0QEMU_QEMU_HARDDISK_hd0-part1' to '../../sda1'
sda1: sd-device: Created db file '/run/udev/data/b8:1' for '/devices/pci0000:00/0000:00:03.0/virtio1/host2/target2:0:0/2:0:0:0/block/sda/sda1'
sda1: Adding watch on '/dev/sda1'
sda1: sd-device: Created db file '/run/udev/data/b8:1' for '/devices/pci0000:00/0000:00:03.0/virtio1/host2/target2:0:0/2:0:0:0/block/sda/sda1'
sda1: Device (SEQNUM=1017, ACTION=change) processed
sda1: sd-device-monitor: Passed 1202 byte to netlink monitor
commandrvf: stdout=n stderr=y flags=0x0
commandrvf: udevadm --debug settle
Received udev control message (PING)
command: parted '-m' '-s' '--' '/dev/sda' 'unit' 'b' 'print'
sda1: Inotify event: 8 for /dev/sda1
Device /dev/sda1 is closed, synthesising 'change'
sda1: Device (SEQNUM=1019, ACTION=change) is queued
sda1: Processing device (SEQNUM=1019, ACTION=change)
sda1: Removing watch
sda1: LINK 'disk/by-id/scsi-0QEMU_QEMU_HARDDISK_hd0-part1' /lib/udev/rules.d/60-persistent-storage.rules:55
sda1: LINK 'disk/by-path/pci-0000:00:03.0-scsi-0:0:0:0-part1' /lib/udev/rules.d/60-persistent-storage.rules:81
sda1: IMPORT builtin 'blkid' /lib/udev/rules.d/60-persistent-storage.rules:95
sda1: Probe /dev/sda1 with raid and offset=0
sda1: sd-device-monitor: Passed 270 byte to netlink monitor
sda2: Inotify event: 8 for /dev/sda2
Device /dev/sda2 is closed, synthesising 'change'
sda2: Device (SEQNUM=1020, ACTION=change) is queued
sda2: Processing device (SEQNUM=1020, ACTION=change)
sda2: Removing watch
sda2: LINK 'disk/by-id/scsi-0QEMU_QEMU_HARDDISK_hd0-part2' /lib/udev/rules.d/60-persistent-storage.rules:55
sda2: LINK 'disk/by-path/pci-0000:00:03.0-scsi-0:0:0:0-part2' /lib/udev/rules.d/60-persistent-storage.rules:81
sda2: IMPORT builtin 'blkid' /lib/udev/rules.d/60-persistent-storage.rules:95
sda2: Probe /dev/sda2 with raid and offset=0
sda2: LINK 'disk/by-partuuid/000ba8af-02' /lib/udev/rules.d/60-persistent-storage.rules:106
sda2: LINK 'disk/by-id/lvm-pv-uuid-BkFQcR-tGdm-0mfJ-mmwW-mYRN-jLMx-4eIAQm' /lib/udev/rules.d/69-lvm-metad.rules:43
sda2: Handling device node '/dev/sda2', devnum=b8:2, mode=0600, uid=0, gid=0
sda2: Preserve already existing symlink '/dev/block/8:2' to '../sda2'
sda2: Found 'b8:2' claiming '/run/udev/links/\x2fdisk\x2fby-id\x2flvm-pv-uuid-BkFQcR-tGdm-0mfJ-mmwW-mYRN-jLMx-4eIAQm'
sda2: Preserve already existing symlink '/dev/disk/by-id/lvm-pv-uuid-BkFQcR-tGdm-0mfJ-mmwW-mYRN-jLMx-4eIAQm' to '../../sda2'
sda2: Found 'b8:2' claiming '/run/udev/links/\x2fdisk\x2fby-path\x2fpci-0000:00:03.0-scsi-0:0:0:0-part2'
sda2: Preserve already existing symlink '/dev/disk/by-path/pci-0000:00:03.0-scsi-0:0:0:0-part2' to '../../sda2'
sda2: Found 'b8:2' claiming '/run/udev/links/\x2fdisk\x2fby-partuuid\x2f000ba8af-02'
sda2: Preserve already existing symlink '/dev/disk/by-partuuid/000ba8af-02' to '../../sda2'
sda2: Found 'b8:2' claiming '/run/udev/links/\x2fdisk\x2fby-id\x2fscsi-0QEMU_QEMU_HARDDISK_hd0-part2'
sda2: Preserve already existing symlink '/dev/disk/by-id/scsi-0QEMU_QEMU_HARDDISK_hd0-part2' to '../../sda2'
sda2: sd-device: Created db file '/run/udev/data/b8:2' for '/devices/pci0000:00/0000:00:03.0/virtio1/host2/target2:0:0/2:0:0:0/block/sda/sda2'
sda2: Adding watch on '/dev/sda2'
sda2: sd-device: Created db file '/run/udev/data/b8:2' for '/devices/pci0000:00/0000:00:03.0/virtio1/host2/target2:0:0/2:0:0:0/block/sda/sda2'
sda2: Device (SEQNUM=1020, ACTION=change) processed
sda2: sd-device-monitor: Passed 1358 byte to netlink monitor
sda2: sd-device-monitor: Passed 270 byte to netlink monitor
sda: Inotify event: 8 for /dev/sda
Device '/dev/sda' is closed, synthesising 'change'
Device '/dev/sda' is closed, synthesising partition '/dev/sda1' 'change'
Device '/dev/sda' is closed, synthesising partition '/dev/sda2' 'change'
sda: Device (SEQNUM=1021, ACTION=change) is queued
sda1: Device (SEQNUM=1022, ACTION=change) is queued
sda2: Device (SEQNUM=1023, ACTION=change) is queued
command: parted returned 0
command: parted: stdout:
BYT;
/dev/sda:17179869184B:scsi:512:512:msdos:QEMU QEMU HARDDISK:;
1:1048576B:1074790399B:1073741824B:xfs::boot;
2:1074790400B:17179869183B:16105078784B:::lvm;
commandrvf: stdout=n stderr=y flags=0x0
commandrvf: udevadm --debug settle
sda: Inotify event: 8 for /dev/sda
sda1: LINK 'disk/by-uuid/6365d0a8-a1bb-437b-9c23-eee1399f9505' /lib/udev/rules.d/60-persistent-storage.rules:98
sda1: LINK 'disk/by-partuuid/000ba8af-01' /lib/udev/rules.d/60-persistent-storage.rules:106
sda1: Handling device node '/dev/sda1', devnum=b8:1, mode=0600, uid=0, gid=0
sda1: Preserve already existing symlink '/dev/block/8:1' to '../sda1'
sda1: Found 'b8:1' claiming '/run/udev/links/\x2fdisk\x2fby-uuid\x2f6365d0a8-a1bb-437b-9c23-eee1399f9505'
sda1: Preserve already existing symlink '/dev/disk/by-uuid/6365d0a8-a1bb-437b-9c23-eee1399f9505' to '../../sda1'
sda1: Found 'b8:1' claiming '/run/udev/links/\x2fdisk\x2fby-partuuid\x2f000ba8af-01'
sda1: Preserve already existing symlink '/dev/disk/by-partuuid/000ba8af-01' to '../../sda1'
sda1: Found 'b8:1' claiming '/run/udev/links/\x2fdisk\x2fby-path\x2fpci-0000:00:03.0-scsi-0:0:0:0-part1'
sda1: Preserve already existing symlink '/dev/disk/by-path/pci-0000:00:03.0-scsi-0:0:0:0-part1' to '../../sda1'
sda1: Found 'b8:1' claiming '/run/udev/links/\x2fdisk\x2fby-id\x2fscsi-0QEMU_QEMU_HARDDISK_hd0-part1'
sda1: Preserve already existing symlink '/dev/disk/by-id/scsi-0QEMU_QEMU_HARDDISK_hd0-part1' to '../../sda1'
sda1: sd-device: Created db file '/run/udev/data/b8:1' for '/devices/pci0000:00/0000:00:03.0/virtio1/host2/target2:0:0/2:0:0:0/block/sda/sda1'
sda1: Adding watch on '/dev/sda1'
sda1: sd-device: Created db file '/run/udev/data/b8:1' for '/devices/pci0000:00/0000:00:03.0/virtio1/host2/target2:0:0/2:0:0:0/block/sda/sda1'
sda1: Device (SEQNUM=1019, ACTION=change) processed
sda1: sd-device-monitor: Passed 1202 byte to netlink monitor
Device '/dev/sda' is closed, synthesising 'change'
Device '/dev/sda' is closed, synthesising partition '/dev/sda1' 'change'
Device '/dev/sda' is closed, synthesising partition '/dev/sda2' 'change'
sda: Device (SEQNUM=1024, ACTION=change) is queued
sda: Processing device (SEQNUM=1021, ACTION=change)
sda: Removing watch
sda: IMPORT 'scsi_id --export --whitelisted -d /dev/sda' /lib/udev/rules.d/60-persistent-storage.rules:52
Starting 'scsi_id --export --whitelisted -d /dev/sda'
Successfully forked off '(spawn)' as PID 199.
sda: sd-device-monitor: Passed 251 byte to netlink monitor
sda1: Device (SEQNUM=1025, ACTION=change) is queued
sda2: Device (SEQNUM=1026, ACTION=change) is queued
Received udev control message (PING)
'scsi_id --export --whitelisted -d /dev/sda'(out) 'ID_SCSI=1'
'scsi_id --export --whitelisted -d /dev/sda'(out) 'ID_VENDOR=QEMU'
'scsi_id --export --whitelisted -d /dev/sda'(out) 'ID_VENDOR_ENC=QEMU\x20\x20\x20\x20'
'scsi_id --export --whitelisted -d /dev/sda'(out) 'ID_MODEL=QEMU_HARDDISK'
'scsi_id --export --whitelisted -d /dev/sda'(out) 'ID_MODEL_ENC=QEMU\x20HARDDISK\x20\x20\x20'
'scsi_id --export --whitelisted -d /dev/sda'(out) 'ID_REVISION=2.5+'
'scsi_id --export --whitelisted -d /dev/sda'(out) 'ID_TYPE=disk'
'scsi_id --export --whitelisted -d /dev/sda'(out) 'ID_SERIAL=0QEMU_QEMU_HARDDISK_hd0'
'scsi_id --export --whitelisted -d /dev/sda'(out) 'ID_SERIAL_SHORT=hd0'
Process 'scsi_id --export --whitelisted -d /dev/sda' succeeded.
sda: LINK 'disk/by-id/scsi-0QEMU_QEMU_HARDDISK_hd0' /lib/udev/rules.d/60-persistent-storage.rules:54
sda: IMPORT builtin 'path_id' /lib/udev/rules.d/60-persistent-storage.rules:78
sda: LINK 'disk/by-path/pci-0000:00:03.0-scsi-0:0:0:0' /lib/udev/rules.d/60-persistent-storage.rules:80
sda: IMPORT builtin 'blkid' /lib/udev/rules.d/60-persistent-storage.rules:95
sda: Probe /dev/sda with raid and offset=0
sda: Handling device node '/dev/sda', devnum=b8:0, mode=0600, uid=0, gid=0
sda: Preserve already existing symlink '/dev/block/8:0' to '../sda'
sda: Found 'b8:0' claiming '/run/udev/links/\x2fdisk\x2fby-id\x2fscsi-0QEMU_QEMU_HARDDISK_hd0'
sda: Preserve already existing symlink '/dev/disk/by-id/scsi-0QEMU_QEMU_HARDDISK_hd0' to '../../sda'
sda: Found 'b8:0' claiming '/run/udev/links/\x2fdisk\x2fby-path\x2fpci-0000:00:03.0-scsi-0:0:0:0'
sda: Preserve already existing symlink '/dev/disk/by-path/pci-0000:00:03.0-scsi-0:0:0:0' to '../../sda'
sda: sd-device: Created db file '/run/udev/data/b8:0' for '/devices/pci0000:00/0000:00:03.0/virtio1/host2/target2:0:0/2:0:0:0/block/sda'
sda: Adding watch on '/dev/sda'
sda: sd-device: Created db file '/run/udev/data/b8:0' for '/devices/pci0000:00/0000:00:03.0/virtio1/host2/target2:0:0/2:0:0:0/block/sda'
sda: Device (SEQNUM=1021, ACTION=change) processed
sda: sd-device-monitor: Passed 749 byte to netlink monitor
sda1: sd-device-monitor: Passed 270 byte to netlink monitor
sda2: sd-device-monitor: Passed 270 byte to netlink monitor
sda2: Processing device (SEQNUM=1023, ACTION=change)
sda2: Removing watch
sda2: LINK 'disk/by-id/scsi-0QEMU_QEMU_HARDDISK_hd0-part2' /lib/udev/rules.d/60-persistent-storage.rules:55
sda2: LINK 'disk/by-path/pci-0000:00:03.0-scsi-0:0:0:0-part2' /lib/udev/rules.d/60-persistent-storage.rules:81
sda2: IMPORT builtin 'blkid' /lib/udev/rules.d/60-persistent-storage.rules:95
sda2: Probe /dev/sda2 with raid and offset=0
sda1: Processing device (SEQNUM=1022, ACTION=change)
sda1: Removing watch
sda1: Inotify event: 8000 for /dev/sda1
sda1: Removing watch
sda1: LINK 'disk/by-id/scsi-0QEMU_QEMU_HARDDISK_hd0-part1' /lib/udev/rules.d/60-persistent-storage.rules:55
sda1: LINK 'disk/by-path/pci-0000:00:03.0-scsi-0:0:0:0-part1' /lib/udev/rules.d/60-persistent-storage.rules:81
sda1: IMPORT builtin 'blkid' /lib/udev/rules.d/60-persistent-storage.rules:95
sda1: Probe /dev/sda1 with raid and offset=0
sda2: LINK 'disk/by-partuuid/000ba8af-02' /lib/udev/rules.d/60-persistent-storage.rules:106
sda2: LINK 'disk/by-id/lvm-pv-uuid-BkFQcR-tGdm-0mfJ-mmwW-mYRN-jLMx-4eIAQm' /lib/udev/rules.d/69-lvm-metad.rules:43
sda2: Handling device node '/dev/sda2', devnum=b8:2, mode=0600, uid=0, gid=0
sda2: Preserve already existing symlink '/dev/block/8:2' to '../sda2'
sda2: Found 'b8:2' claiming '/run/udev/links/\x2fdisk\x2fby-id\x2flvm-pv-uuid-BkFQcR-tGdm-0mfJ-mmwW-mYRN-jLMx-4eIAQm'
sda2: Preserve already existing symlink '/dev/disk/by-id/lvm-pv-uuid-BkFQcR-tGdm-0mfJ-mmwW-mYRN-jLMx-4eIAQm' to '../../sda2'
sda2: Found 'b8:2' claiming '/run/udev/links/\x2fdisk\x2fby-path\x2fpci-0000:00:03.0-scsi-0:0:0:0-part2'
sda2: Preserve already existing symlink '/dev/disk/by-path/pci-0000:00:03.0-scsi-0:0:0:0-part2' to '../../sda2'
sda2: Found 'b8:2' claiming '/run/udev/links/\x2fdisk\x2fby-partuuid\x2f000ba8af-02'
sda2: Preserve already existing symlink '/dev/disk/by-partuuid/000ba8af-02' to '../../sda2'
sda2: Found 'b8:2' claiming '/run/udev/links/\x2fdisk\x2fby-id\x2fscsi-0QEMU_QEMU_HARDDISK_hd0-part2'
sda2: Preserve already existing symlink '/dev/disk/by-id/scsi-0QEMU_QEMU_HARDDISK_hd0-part2' to '../../sda2'
sda2: sd-device: Created db file '/run/udev/data/b8:2' for '/devices/pci0000:00/0000:00:03.0/virtio1/host2/target2:0:0/2:0:0:0/block/sda/sda2'
sda1: LINK 'disk/by-uuid/6365d0a8-a1bb-437b-9c23-eee1399f9505' /lib/udev/rules.d/60-persistent-storage.rules:98
sda1: LINK 'disk/by-partuuid/000ba8af-01' /lib/udev/rules.d/60-persistent-storage.rules:106
sda1: Handling device node '/dev/sda1', devnum=b8:1, mode=0600, uid=0, gid=0
sda1: Preserve already existing symlink '/dev/block/8:1' to '../sda1'
sda1: Found 'b8:1' claiming '/run/udev/links/\x2fdisk\x2fby-uuid\x2f6365d0a8-a1bb-437b-9c23-eee1399f9505'
sda1: Preserve already existing symlink '/dev/disk/by-uuid/6365d0a8-a1bb-437b-9c23-eee1399f9505' to '../../sda1'
sda1: Found 'b8:1' claiming '/run/udev/links/\x2fdisk\x2fby-partuuid\x2f000ba8af-01'sda2: Adding watch on '/dev/sda2'
sda2: sd-device: Created db file '/run/udev/data/b8:2' for '/devices/pci0000:00/0000:00:03.0/virtio1/host2/target2:0:0/2:0:0:0/block/sda/sda2'
sda2: Device (SEQNUM=1023, ACTION=change) processed
sda2: sd-device-monitor: Passed 1358 byte to netlink monitor

sda1: Preserve already existing symlink '/dev/disk/by-partuuid/000ba8af-01' to '../../sda1'
sda1: Found 'b8:1' claiming '/run/udev/links/\x2fdisk\x2fby-path\x2fpci-0000:00:03.0-scsi-0:0:0:0-part1'
sda1: Preserve already existing symlink '/dev/disk/by-path/pci-0000:00:03.0-scsi-0:0:0:0-part1' to '../../sda1'
sda1: Found 'b8:1' claiming '/run/udev/links/\x2fdisk\x2fby-id\x2fscsi-0QEMU_QEMU_HARDDISK_hd0-part1'
sda1: Preserve already existing symlink '/dev/disk/by-id/scsi-0QEMU_QEMU_HARDDISK_hd0-part1' to '../../sda1'
sda1: sd-device: Created db file '/run/udev/data/b8:1' for '/devices/pci0000:00/0000:00:03.0/virtio1/host2/target2:0:0/2:0:0:0/block/sda/sda1'
sda1: Adding watch on '/dev/sda1'
sda1: sd-device: Created db file '/run/udev/data/b8:1' for '/devices/pci0000:00/0000:00:03.0/virtio1/host2/target2:0:0/2:0:0:0/block/sda/sda1'
sda1: Device (SEQNUM=1022, ACTION=change) processed
sda1: sd-device-monitor: Passed 1202 byte to netlink monitor
sda: sd-device-monitor: Passed 251 byte to netlink monitor
sda: Processing device (SEQNUM=1024, ACTION=change)
sda: Removing watch
sda: Inotify event: 8000 for /dev/sda
sda: Removing watch
sda: IMPORT 'scsi_id --export --whitelisted -d /dev/sda' /lib/udev/rules.d/60-persistent-storage.rules:52
Starting 'scsi_id --export --whitelisted -d /dev/sda'
Successfully forked off '(spawn)' as PID 200.
'scsi_id --export --whitelisted -d /dev/sda'(out) 'ID_SCSI=1'
'scsi_id --export --whitelisted -d /dev/sda'(out) 'ID_VENDOR=QEMU'
'scsi_id --export --whitelisted -d /dev/sda'(out) 'ID_VENDOR_ENC=QEMU\x20\x20\x20\x20'
'scsi_id --export --whitelisted -d /dev/sda'(out) 'ID_MODEL=QEMU_HARDDISK'
'scsi_id --export --whitelisted -d /dev/sda'(out) 'ID_MODEL_ENC=QEMU\x20HARDDISK\x20\x20\x20'
'scsi_id --export --whitelisted -d /dev/sda'(out) 'ID_REVISION=2.5+'
'scsi_id --export --whitelisted -d /dev/sda'(out) 'ID_TYPE=disk'
'scsi_id --export --whitelisted -d /dev/sda'(out) 'ID_SERIAL=0QEMU_QEMU_HARDDISK_hd0'
'scsi_id --export --whitelisted -d /dev/sda'(out) 'ID_SERIAL_SHORT=hd0'
Process 'scsi_id --export --whitelisted -d /dev/sda' succeeded.
sda: LINK 'disk/by-id/scsi-0QEMU_QEMU_HARDDISK_hd0' /lib/udev/rules.d/60-persistent-storage.rules:54
sda: IMPORT builtin 'path_id' /lib/udev/rules.d/60-persistent-storage.rules:78
sda: LINK 'disk/by-path/pci-0000:00:03.0-scsi-0:0:0:0' /lib/udev/rules.d/60-persistent-storage.rules:80
sda: IMPORT builtin 'blkid' /lib/udev/rules.d/60-persistent-storage.rules:95
sda: Probe /dev/sda with raid and offset=0
sda: Handling device node '/dev/sda', devnum=b8:0, mode=0600, uid=0, gid=0
sda: Preserve already existing symlink '/dev/block/8:0' to '../sda'
sda: Found 'b8:0' claiming '/run/udev/links/\x2fdisk\x2fby-id\x2fscsi-0QEMU_QEMU_HARDDISK_hd0'
sda: Preserve already existing symlink '/dev/disk/by-id/scsi-0QEMU_QEMU_HARDDISK_hd0' to '../../sda'
sda: Found 'b8:0' claiming '/run/udev/links/\x2fdisk\x2fby-path\x2fpci-0000:00:03.0-scsi-0:0:0:0'
sda: Preserve already existing symlink '/dev/disk/by-path/pci-0000:00:03.0-scsi-0:0:0:0' to '../../sda'
sda: sd-device: Created db file '/run/udev/data/b8:0' for '/devices/pci0000:00/0000:00:03.0/virtio1/host2/target2:0:0/2:0:0:0/block/sda'
sda: Adding watch on '/dev/sda'
sda: sd-device: Created db file '/run/udev/data/b8:0' for '/devices/pci0000:00/0000:00:03.0/virtio1/host2/target2:0:0/2:0:0:0/block/sda'
sda: Device (SEQNUM=1024, ACTION=change) processed
sda: sd-device-monitor: Passed 749 byte to netlink monitor
sda1: sd-device-monitor: Passed 270 byte to netlink monitor
sda2: sd-device-monitor: Passed 270 byte to netlink monitor
sda2: Processing device (SEQNUM=1026, ACTION=change)
sda2: Removing watch
sda2: LINK 'disk/by-id/scsi-0QEMU_QEMU_HARDDISK_hd0-part2' /lib/udev/rules.d/60-persistent-storage.rules:55
sda2: LINK 'disk/by-path/pci-0000:00:03.0-scsi-0:0:0:0-part2' /lib/udev/rules.d/60-persistent-storage.rules:81
sda2: IMPORT builtin 'blkid' /lib/udev/rules.d/60-persistent-storage.rules:95
sda2: Probe /dev/sda2 with raid and offset=0
sda1: Processing device (SEQNUM=1025, ACTION=change)
sda1: Removing watch
sda1: Inotify event: 8000 for /dev/sda1
sda1: Removing watch
sda2: LINK 'disk/by-partuuid/000ba8af-02' /lib/udev/rules.d/60-persistent-storage.rules:106
sda2: LINK 'disk/by-id/lvm-pv-uuid-BkFQcR-tGdm-0mfJ-mmwW-mYRN-jLMx-4eIAQm' /lib/udev/rules.d/69-lvm-metad.rules:43
sda2: Handling device node '/dev/sda2', devnum=b8:2, mode=0600, uid=0, gid=0sda1: LINK 'disk/by-id/scsi-0QEMU_QEMU_HARDDISK_hd0-part1' /lib/udev/rules.d/60-persistent-storage.rules:55
sda1: LINK 'disk/by-path/pci-0000:00:03.0-scsi-0:0:0:0-part1' /lib/udev/rules.d/60-persistent-storage.rules:81
sda1: IMPORT builtin 'blkid' /lib/udev/rules.d/60-persistent-storage.rules:95
sda1: Probe /dev/sda1 with raid and offset=0

sda2: Preserve already existing symlink '/dev/block/8:2' to '../sda2'
sda2: Found 'b8:2' claiming '/run/udev/links/\x2fdisk\x2fby-id\x2flvm-pv-uuid-BkFQcR-tGdm-0mfJ-mmwW-mYRN-jLMx-4eIAQm'
sda2: Preserve already existing symlink '/dev/disk/by-id/lvm-pv-uuid-BkFQcR-tGdm-0mfJ-mmwW-mYRN-jLMx-4eIAQm' to '../../sda2'
sda2: Found 'b8:2' claiming '/run/udev/links/\x2fdisk\x2fby-path\x2fpci-0000:00:03.0-scsi-0:0:0:0-part2'
sda2: Preserve already existing symlink '/dev/disk/by-path/pci-0000:00:03.0-scsi-0:0:0:0-part2' to '../../sda2'
sda2: Found 'b8:2' claiming '/run/udev/links/\x2fdisk\x2fby-partuuid\x2f000ba8af-02'
sda2: Preserve already existing symlink '/dev/disk/by-partuuid/000ba8af-02' to '../../sda2'
sda2: Found 'b8:2' claiming '/run/udev/links/\x2fdisk\x2fby-id\x2fscsi-0QEMU_QEMU_HARDDISK_hd0-part2'
sda2: Preserve already existing symlink '/dev/disk/by-id/scsi-0QEMU_QEMU_HARDDISK_hd0-part2' to '../../sda2'
sda1: LINK 'disk/by-uuid/6365d0a8-a1bb-437b-9c23-eee1399f9505' /lib/udev/rules.d/60-persistent-storage.rules:98
sda1: LINK 'disk/by-partuuid/000ba8af-01' /lib/udev/rules.d/60-persistent-storage.rules:106
sda1: Handling device node '/dev/sda1', devnum=b8:1, mode=0600, uid=0, gid=0
sda1: Preserve already existing symlink '/dev/block/8:1' to '../sda1'
sda1: Found 'b8:1' claiming '/run/udev/links/\x2fdisk\x2fby-uuid\x2f6365d0a8-a1bb-437b-9c23-eee1399f9505'
sda1: Preserve already existing symlink '/dev/disk/by-uuid/6365d0a8-a1bb-437b-9c23-eee1399f9505' to '../../sda1'
sda1: Found 'b8:1' claiming '/run/udev/links/\x2fdisk\x2fby-partuuid\x2f000ba8af-01'
sda1: Preserve already existing symlink '/dev/disk/by-partuuid/000ba8af-01' to '../../sda1'
sda1: Found 'b8:1' claiming '/run/udev/links/\x2fdisk\x2fby-path\x2fpci-0000:00:03.0-scsi-0:0:0:0-part1'
sda1: Preserve already existing symlink '/dev/disk/by-path/pci-0000:00:03.0-scsi-0:0:0:0-part1' to '../../sda1'sda2: sd-device: Created db file '/run/udev/data/b8:2' for '/devices/pci0000:00/0000:00:03.0/virtio1/host2/target2:0:0/2:0:0:0/block/sda/sda2'
sda2: Adding watch on '/dev/sda2'
sda2: sd-device: Created db file '/run/udev/data/b8:2' for '/devices/pci0000:00/0000:00:03.0/virtio1/host2/target2:0:0/2:0:0:0/block/sda/sda2'
sda2: Device (SEQNUM=1026, ACTION=change) processed
sda2: sd-device-monitor: Passed 1358 byte to netlink monitor

sda1: Found 'b8:1' claiming '/run/udev/links/\x2fdisk\x2fby-id\x2fscsi-0QEMU_QEMU_HARDDISK_hd0-part1'
sda1: Preserve already existing symlink '/dev/disk/by-id/scsi-0QEMU_QEMU_HARDDISK_hd0-part1' to '../../sda1'
sda1: sd-device: Created db file '/run/udev/data/b8:1' for '/devices/pci0000:00/0000:00:03.0/virtio1/host2/target2:0:0/2:0:0:0/block/sda/sda1'
sda1: Adding watch on '/dev/sda1'
sda1: sd-device: Created db file '/run/udev/data/b8:1' for '/devices/pci0000:00/0000:00:03.0/virtio1/host2/target2:0:0/2:0:0:0/block/sda/sda1'
sda1: Device (SEQNUM=1025, ACTION=change) processed
sda1: sd-device-monitor: Passed 1202 byte to netlink monitor
commandrvf: stdout=n stderr=y flags=0x0
commandrvf: udevadm --debug settle
Received udev control message (PING)
command: parted '-m' '-s' '--' '/dev/sda' 'unit' 'b' 'print'
sda1: Inotify event: 8 for /dev/sda1
Device /dev/sda1 is closed, synthesising 'change'
sda1: Device (SEQNUM=1027, ACTION=change) is queued
sda1: Processing device (SEQNUM=1027, ACTION=change)
sda1: Removing watch
sda1: LINK 'disk/by-id/scsi-0QEMU_QEMU_HARDDISK_hd0-part1' /lib/udev/rules.d/60-persistent-storage.rules:55
sda1: LINK 'disk/by-path/pci-0000:00:03.0-scsi-0:0:0:0-part1' /lib/udev/rules.d/60-persistent-storage.rules:81
sda1: IMPORT builtin 'blkid' /lib/udev/rules.d/60-persistent-storage.rules:95sda1: sd-device-monitor: Passed 270 byte to netlink monitor
sda2: Inotify event: 8 for /dev/sda2
Device /dev/sda2 is closed, synthesising 'change'
sda: Inotify event: 8 for /dev/sda

Device '/dev/sda' is closed, synthesising 'change'sda1: Probe /dev/sda1 with raid and offset=0

Device '/dev/sda' is closed, synthesising partition '/dev/sda1' 'change'command: parted returned 0
command: parted: stdout:
BYT;
/dev/sda:17179869184B:scsi:512:512:msdos:QEMU QEMU HARDDISK:;
1:1048576B:1074790399B:1073741824B:xfs::boot;
2:1074790400B:17179869183B:16105078784B:::lvm;
commandrvf: stdout=n stderr=y flags=0x0
commandrvf: udevadm --debug settle

Device '/dev/sda' is closed, synthesising partition '/dev/sda2' 'change'
sda2: Inotify event: 8 for /dev/sda2
Device /dev/sda2 is closed, synthesising 'change'
sda2: Device (SEQNUM=1028, ACTION=change) is queued
sda2: Processing device (SEQNUM=1028, ACTION=change)
sda2: Removing watch
sda2: LINK 'disk/by-id/scsi-0QEMU_QEMU_HARDDISK_hd0-part2' /lib/udev/rules.d/60-persistent-storage.rules:55
sda2: LINK 'disk/by-path/pci-0000:00:03.0-scsi-0:0:0:0-part2' /lib/udev/rules.d/60-persistent-storage.rules:81
sda2: IMPORT builtin 'blkid' /lib/udev/rules.d/60-persistent-storage.rules:95
sda2: Probe /dev/sda2 with raid and offset=0
sda2: sd-device-monitor: Passed 270 byte to netlink monitor
sda: Inotify event: 8 for /dev/sda
sda2: LINK 'disk/by-partuuid/000ba8af-02' /lib/udev/rules.d/60-persistent-storage.rules:106
sda2: LINK 'disk/by-id/lvm-pv-uuid-BkFQcR-tGdm-0mfJ-mmwW-mYRN-jLMx-4eIAQm' /lib/udev/rules.d/69-lvm-metad.rules:43
sda2: Handling device node '/dev/sda2', devnum=b8:2, mode=0600, uid=0, gid=0
sda2: Preserve already existing symlink '/dev/block/8:2' to '../sda2'
sda1: LINK 'disk/by-uuid/6365d0a8-a1bb-437b-9c23-eee1399f9505' /lib/udev/rules.d/60-persistent-storage.rules:98
sda1: LINK 'disk/by-partuuid/000ba8af-01' /lib/udev/rules.d/60-persistent-storage.rules:106
sda1: Handling device node '/dev/sda1', devnum=b8:1, mode=0600, uid=0, gid=0
sda1: Preserve already existing symlink '/dev/block/8:1' to '../sda1'
sda1: Found 'b8:1' claiming '/run/udev/links/\x2fdisk\x2fby-uuid\x2f6365d0a8-a1bb-437b-9c23-eee1399f9505'
sda1: Preserve already existing symlink '/dev/disk/by-uuid/6365d0a8-a1bb-437b-9c23-eee1399f9505' to '../../sda1'
sda1: Found 'b8:1' claiming '/run/udev/links/\x2fdisk\x2fby-partuuid\x2f000ba8af-01'
sda1: Preserve already existing symlink '/dev/disk/by-partuuid/000ba8af-01' to '../../sda1'
sda2: Found 'b8:2' claiming '/run/udev/links/\x2fdisk\x2fby-id\x2flvm-pv-uuid-BkFQcR-tGdm-0mfJ-mmwW-mYRN-jLMx-4eIAQm'
sda2: Preserve already existing symlink '/dev/disk/by-id/lvm-pv-uuid-BkFQcR-tGdm-0mfJ-mmwW-mYRN-jLMx-4eIAQm' to '../../sda2'
sda2: Found 'b8:2' claiming '/run/udev/links/\x2fdisk\x2fby-path\x2fpci-0000:00:03.0-scsi-0:0:0:0-part2'
sda2: Preserve already existing symlink '/dev/disk/by-path/pci-0000:00:03.0-scsi-0:0:0:0-part2' to '../../sda2'
sda2: Found 'b8:2' claiming '/run/udev/links/\x2fdisk\x2fby-partuuid\x2f000ba8af-02'
sda2: Preserve already existing symlink '/dev/disk/by-partuuid/000ba8af-02' to '../../sda2'Device '/dev/sda' is closed, synthesising 'change'
Device '/dev/sda' is closed, synthesising partition '/dev/sda1' 'change'
Device '/dev/sda' is closed, synthesising partition '/dev/sda2' 'change'
sda: Device (SEQNUM=1029, ACTION=change) is queued
sda1: Device (SEQNUM=1030, ACTION=change) is queued
sda2: Device (SEQNUM=1031, ACTION=change) is queued
sda2: Device (SEQNUM=1032, ACTION=change) is queuedsda1: Found 'b8:1' claiming '/run/udev/links/\x2fdisk\x2fby-path\x2fpci-0000:00:03.0-scsi-0:0:0:0-part1'
sda1: Preserve already existing symlink '/dev/disk/by-path/pci-0000:00:03.0-scsi-0:0:0:0-part1' to '../../sda1'
sda1: Found 'b8:1' claiming '/run/udev/links/\x2fdisk\x2fby-id\x2fscsi-0QEMU_QEMU_HARDDISK_hd0-part1'
sda1: Preserve already existing symlink '/dev/disk/by-id/scsi-0QEMU_QEMU_HARDDISK_hd0-part1' to '../../sda1'
sda1: sd-device: Created db file '/run/udev/data/b8:1' for '/devices/pci0000:00/0000:00:03.0/virtio1/host2/target2:0:0/2:0:0:0/block/sda/sda1'
sda: Device (SEQNUM=1033, ACTION=change) is queued
sda1: Device (SEQNUM=1034, ACTION=change) is queued
sda2: Device (SEQNUM=1035, ACTION=change) is queued
Received udev control message (PING)

sda2: Found 'b8:2' claiming '/run/udev/links/\x2fdisk\x2fby-id\x2fscsi-0QEMU_QEMU_HARDDISK_hd0-part2'
sda2: Preserve already existing symlink '/dev/disk/by-id/scsi-0QEMU_QEMU_HARDDISK_hd0-part2' to '../../sda2'
sda2: sd-device: Created db file '/run/udev/data/b8:2' for '/devices/pci0000:00/0000:00:03.0/virtio1/host2/target2:0:0/2:0:0:0/block/sda/sda2'
sda2: Adding watch on '/dev/sda2'
sda2: sd-device: Created db file '/run/udev/data/b8:2' for '/devices/pci0000:00/0000:00:03.0/virtio1/host2/target2:0:0/2:0:0:0/block/sda/sda2'
sda2: Device (SEQNUM=1028, ACTION=change) processed
sda2: sd-device-monitor: Passed 1358 byte to netlink monitor

sda1: Adding watch on '/dev/sda1'
sda1: sd-device: Created db file '/run/udev/data/b8:1' for '/devices/pci0000:00/0000:00:03.0/virtio1/host2/target2:0:0/2:0:0:0/block/sda/sda1'
sda1: Device (SEQNUM=1027, ACTION=change) processed
sda1: sd-device-monitor: Passed 1202 byte to netlink monitor
sda: sd-device-monitor: Passed 251 byte to netlink monitor
sda: Processing device (SEQNUM=1029, ACTION=change)
sda: Removing watch
sda: Inotify event: 8000 for /dev/sda
sda: Removing watch
sda: IMPORT 'scsi_id --export --whitelisted -d /dev/sda' /lib/udev/rules.d/60-persistent-storage.rules:52
Starting 'scsi_id --export --whitelisted -d /dev/sda'
Successfully forked off '(spawn)' as PID 206.
'scsi_id --export --whitelisted -d /dev/sda'(out) 'ID_SCSI=1'
'scsi_id --export --whitelisted -d /dev/sda'(out) 'ID_VENDOR=QEMU'
'scsi_id --export --whitelisted -d /dev/sda'(out) 'ID_VENDOR_ENC=QEMU\x20\x20\x20\x20'
'scsi_id --export --whitelisted -d /dev/sda'(out) 'ID_MODEL=QEMU_HARDDISK'
'scsi_id --export --whitelisted -d /dev/sda'(out) 'ID_MODEL_ENC=QEMU\x20HARDDISK\x20\x20\x20'
'scsi_id --export --whitelisted -d /dev/sda'(out) 'ID_REVISION=2.5+'
'scsi_id --export --whitelisted -d /dev/sda'(out) 'ID_TYPE=disk'
'scsi_id --export --whitelisted -d /dev/sda'(out) 'ID_SERIAL=0QEMU_QEMU_HARDDISK_hd0'
'scsi_id --export --whitelisted -d /dev/sda'(out) 'ID_SERIAL_SHORT=hd0'
Process 'scsi_id --export --whitelisted -d /dev/sda' succeeded.
sda: LINK 'disk/by-id/scsi-0QEMU_QEMU_HARDDISK_hd0' /lib/udev/rules.d/60-persistent-storage.rules:54
sda: IMPORT builtin 'path_id' /lib/udev/rules.d/60-persistent-storage.rules:78
sda: LINK 'disk/by-path/pci-0000:00:03.0-scsi-0:0:0:0' /lib/udev/rules.d/60-persistent-storage.rules:80
sda: IMPORT builtin 'blkid' /lib/udev/rules.d/60-persistent-storage.rules:95
sda: Probe /dev/sda with raid and offset=0
sda: Handling device node '/dev/sda', devnum=b8:0, mode=0600, uid=0, gid=0
sda: Preserve already existing symlink '/dev/block/8:0' to '../sda'
sda: Found 'b8:0' claiming '/run/udev/links/\x2fdisk\x2fby-id\x2fscsi-0QEMU_QEMU_HARDDISK_hd0'
sda: Preserve already existing symlink '/dev/disk/by-id/scsi-0QEMU_QEMU_HARDDISK_hd0' to '../../sda'
sda: Found 'b8:0' claiming '/run/udev/links/\x2fdisk\x2fby-path\x2fpci-0000:00:03.0-scsi-0:0:0:0'
sda: Preserve already existing symlink '/dev/disk/by-path/pci-0000:00:03.0-scsi-0:0:0:0' to '../../sda'
sda: sd-device: Created db file '/run/udev/data/b8:0' for '/devices/pci0000:00/0000:00:03.0/virtio1/host2/target2:0:0/2:0:0:0/block/sda'
sda: Adding watch on '/dev/sda'
sda: sd-device: Created db file '/run/udev/data/b8:0' for '/devices/pci0000:00/0000:00:03.0/virtio1/host2/target2:0:0/2:0:0:0/block/sda'
sda: Device (SEQNUM=1029, ACTION=change) processed
sda: sd-device-monitor: Passed 749 byte to netlink monitor
sda1: sd-device-monitor: Passed 270 byte to netlink monitor
sda2: sd-device-monitor: Passed 270 byte to netlink monitor
sda2: Processing device (SEQNUM=1031, ACTION=change)
sda2: Removing watch
sda2: LINK 'disk/by-id/scsi-0QEMU_QEMU_HARDDISK_hd0-part2' /lib/udev/rules.d/60-persistent-storage.rules:55
sda2: LINK 'disk/by-path/pci-0000:00:03.0-scsi-0:0:0:0-part2' /lib/udev/rules.d/60-persistent-storage.rules:81
sda2: IMPORT builtin 'blkid' /lib/udev/rules.d/60-persistent-storage.rules:95
sda2: Probe /dev/sda2 with raid and offset=0
sda1: Processing device (SEQNUM=1030, ACTION=change)
sda1: Removing watch
sda1: Inotify event: 8000 for /dev/sda1
sda1: Removing watch
sda2: LINK 'disk/by-partuuid/000ba8af-02' /lib/udev/rules.d/60-persistent-storage.rules:106
sda2: LINK 'disk/by-id/lvm-pv-uuid-BkFQcR-tGdm-0mfJ-mmwW-mYRN-jLMx-4eIAQm' /lib/udev/rules.d/69-lvm-metad.rules:43
sda2: Handling device node '/dev/sda2', devnum=b8:2, mode=0600, uid=0, gid=0
sda2: Preserve already existing symlink '/dev/block/8:2' to '../sda2'
sda2: Found 'b8:2' claiming '/run/udev/links/\x2fdisk\x2fby-id\x2flvm-pv-uuid-BkFQcR-tGdm-0mfJ-mmwW-mYRN-jLMx-4eIAQm'
sda2: Preserve already existing symlink '/dev/disk/by-id/lvm-pv-uuid-BkFQcR-tGdm-0mfJ-mmwW-mYRN-jLMx-4eIAQm' to '../../sda2'
sda2: Found 'b8:2' claiming '/run/udev/links/\x2fdisk\x2fby-path\x2fpci-0000:00:03.0-scsi-0:0:0:0-part2'
sda2: Preserve already existing symlink '/dev/disk/by-path/pci-0000:00:03.0-scsi-0:0:0:0-part2' to '../../sda2'
sda2: Found 'b8:2' claiming '/run/udev/links/\x2fdisk\x2fby-partuuid\x2f000ba8af-02'
sda2: Preserve already existing symlink '/dev/disk/by-partuuid/000ba8af-02' to '../../sda2'
sda2: Found 'b8:2' claiming '/run/udev/links/\x2fdisk\x2fby-id\x2fscsi-0QEMU_QEMU_HARDDISK_hd0-part2'
sda2: Preserve already existing symlink '/dev/disk/by-id/scsi-0QEMU_QEMU_HARDDISK_hd0-part2' to '../../sda2'
sda2: sd-device: Created db file '/run/udev/data/b8:2' for '/devices/pci0000:00/0000:00:03.0/virtio1/host2/target2:0:0/2:0:0:0/block/sda/sda2'
sda2: Adding watch on '/dev/sda2'
sda2: sd-device: Created db file '/run/udev/data/b8:2' for '/devices/pci0000:00/0000:00:03.0/virtio1/host2/target2:0:0/2:0:0:0/block/sda/sda2'
sda2: Device (SEQNUM=1031, ACTION=change) processed
sda1: LINK 'disk/by-id/scsi-0QEMU_QEMU_HARDDISK_hd0-part1' /lib/udev/rules.d/60-persistent-storage.rules:55
sda1: LINK 'disk/by-path/pci-0000:00:03.0-scsi-0:0:0:0-part1' /lib/udev/rules.d/60-persistent-storage.rules:81
sda1: IMPORT builtin 'blkid' /lib/udev/rules.d/60-persistent-storage.rules:95
sda1: Probe /dev/sda1 with raid and offset=0
sda2: sd-device-monitor: Passed 1358 byte to netlink monitor
sda2: sd-device-monitor: Passed 270 byte to netlink monitor
sda2: Processing device (SEQNUM=1032, ACTION=change)
sda2: Removing watch
sda2: Inotify event: 8000 for /dev/sda2
sda2: Removing watch
sda2: LINK 'disk/by-id/scsi-0QEMU_QEMU_HARDDISK_hd0-part2' /lib/udev/rules.d/60-persistent-storage.rules:55
sda2: LINK 'disk/by-path/pci-0000:00:03.0-scsi-0:0:0:0-part2' /lib/udev/rules.d/60-persistent-storage.rules:81
sda2: IMPORT builtin 'blkid' /lib/udev/rules.d/60-persistent-storage.rules:95
sda2: Probe /dev/sda2 with raid and offset=0
sda2: LINK 'disk/by-partuuid/000ba8af-02' /lib/udev/rules.d/60-persistent-storage.rules:106
sda2: LINK 'disk/by-id/lvm-pv-uuid-BkFQcR-tGdm-0mfJ-mmwW-mYRN-jLMx-4eIAQm' /lib/udev/rules.d/69-lvm-metad.rules:43
sda2: Handling device node '/dev/sda2', devnum=b8:2, mode=0600, uid=0, gid=0
sda2: Preserve already existing symlink '/dev/block/8:2' to '../sda2'
sda2: Found 'b8:2' claiming '/run/udev/links/\x2fdisk\x2fby-id\x2flvm-pv-uuid-BkFQcR-tGdm-0mfJ-mmwW-mYRN-jLMx-4eIAQm'
sda2: Preserve already existing symlink '/dev/disk/by-id/lvm-pv-uuid-BkFQcR-tGdm-0mfJ-mmwW-mYRN-jLMx-4eIAQm' to '../../sda2'
sda2: Found 'b8:2' claiming '/run/udev/links/\x2fdisk\x2fby-path\x2fpci-0000:00:03.0-scsi-0:0:0:0-part2'
sda2: Preserve already existing symlink '/dev/disk/by-path/pci-0000:00:03.0-scsi-0:0:0:0-part2' to '../../sda2'
sda2: Found 'b8:2' claiming '/run/udev/links/\x2fdisk\x2fby-partuuid\x2f000ba8af-02'
sda2: Preserve already existing symlink '/dev/disk/by-partuuid/000ba8af-02' to '../../sda2'
sda2: Found 'b8:2' claiming '/run/udev/links/\x2fdisk\x2fby-id\x2fscsi-0QEMU_QEMU_HARDDISK_hd0-part2'
sda2: Preserve already existing symlink '/dev/disk/by-id/scsi-0QEMU_QEMU_HARDDISK_hd0-part2' to '../../sda2'
sda2: sd-device: Created db file '/run/udev/data/b8:2' for '/devices/pci0000:00/0000:00:03.0/virtio1/host2/target2:0:0/2:0:0:0/block/sda/sda2'
sda2: Adding watch on '/dev/sda2'
sda2: sd-device: Created db file '/run/udev/data/b8:2' for '/devices/pci0000:00/0000:00:03.0/virtio1/host2/target2:0:0/2:0:0:0/block/sda/sda2'
sda2: Device (SEQNUM=1032, ACTION=change) processed
sda2: sd-device-monitor: Passed 1358 byte to netlink monitor
sda1: LINK 'disk/by-uuid/6365d0a8-a1bb-437b-9c23-eee1399f9505' /lib/udev/rules.d/60-persistent-storage.rules:98
sda1: LINK 'disk/by-partuuid/000ba8af-01' /lib/udev/rules.d/60-persistent-storage.rules:106
sda1: Handling device node '/dev/sda1', devnum=b8:1, mode=0600, uid=0, gid=0
sda1: Preserve already existing symlink '/dev/block/8:1' to '../sda1'
sda1: Found 'b8:1' claiming '/run/udev/links/\x2fdisk\x2fby-uuid\x2f6365d0a8-a1bb-437b-9c23-eee1399f9505'
sda1: Preserve already existing symlink '/dev/disk/by-uuid/6365d0a8-a1bb-437b-9c23-eee1399f9505' to '../../sda1'
sda1: Found 'b8:1' claiming '/run/udev/links/\x2fdisk\x2fby-partuuid\x2f000ba8af-01'
sda1: Preserve already existing symlink '/dev/disk/by-partuuid/000ba8af-01' to '../../sda1'
sda1: Found 'b8:1' claiming '/run/udev/links/\x2fdisk\x2fby-path\x2fpci-0000:00:03.0-scsi-0:0:0:0-part1'
sda1: Preserve already existing symlink '/dev/disk/by-path/pci-0000:00:03.0-scsi-0:0:0:0-part1' to '../../sda1'
sda1: Found 'b8:1' claiming '/run/udev/links/\x2fdisk\x2fby-id\x2fscsi-0QEMU_QEMU_HARDDISK_hd0-part1'
sda1: Preserve already existing symlink '/dev/disk/by-id/scsi-0QEMU_QEMU_HARDDISK_hd0-part1' to '../../sda1'
sda1: sd-device: Created db file '/run/udev/data/b8:1' for '/devices/pci0000:00/0000:00:03.0/virtio1/host2/target2:0:0/2:0:0:0/block/sda/sda1'
sda1: Adding watch on '/dev/sda1'
sda1: sd-device: Created db file '/run/udev/data/b8:1' for '/devices/pci0000:00/0000:00:03.0/virtio1/host2/target2:0:0/2:0:0:0/block/sda/sda1'
sda1: Device (SEQNUM=1030, ACTION=change) processed
sda1: sd-device-monitor: Passed 1202 byte to netlink monitor
sda: sd-device-monitor: Passed 251 byte to netlink monitor
sda: Processing device (SEQNUM=1033, ACTION=change)
sda: Removing watch
sda: Inotify event: 8000 for /dev/sda
sda: Removing watch
sda: IMPORT 'scsi_id --export --whitelisted -d /dev/sda' /lib/udev/rules.d/60-persistent-storage.rules:52
Starting 'scsi_id --export --whitelisted -d /dev/sda'
Successfully forked off '(spawn)' as PID 207.
'scsi_id --export --whitelisted -d /dev/sda'(out) 'ID_SCSI=1'
'scsi_id --export --whitelisted -d /dev/sda'(out) 'ID_VENDOR=QEMU'
'scsi_id --export --whitelisted -d /dev/sda'(out) 'ID_VENDOR_ENC=QEMU\x20\x20\x20\x20'
'scsi_id --export --whitelisted -d /dev/sda'(out) 'ID_MODEL=QEMU_HARDDISK'
'scsi_id --export --whitelisted -d /dev/sda'(out) 'ID_MODEL_ENC=QEMU\x20HARDDISK\x20\x20\x20'
'scsi_id --export --whitelisted -d /dev/sda'(out) 'ID_REVISION=2.5+'
'scsi_id --export --whitelisted -d /dev/sda'(out) 'ID_TYPE=disk'
'scsi_id --export --whitelisted -d /dev/sda'(out) 'ID_SERIAL=0QEMU_QEMU_HARDDISK_hd0'
'scsi_id --export --whitelisted -d /dev/sda'(out) 'ID_SERIAL_SHORT=hd0'
Process 'scsi_id --export --whitelisted -d /dev/sda' succeeded.
sda: LINK 'disk/by-id/scsi-0QEMU_QEMU_HARDDISK_hd0' /lib/udev/rules.d/60-persistent-storage.rules:54
sda: IMPORT builtin 'path_id' /lib/udev/rules.d/60-persistent-storage.rules:78
sda: LINK 'disk/by-path/pci-0000:00:03.0-scsi-0:0:0:0' /lib/udev/rules.d/60-persistent-storage.rules:80
sda: IMPORT builtin 'blkid' /lib/udev/rules.d/60-persistent-storage.rules:95
sda: Probe /dev/sda with raid and offset=0
sda: Handling device node '/dev/sda', devnum=b8:0, mode=0600, uid=0, gid=0
sda: Preserve already existing symlink '/dev/block/8:0' to '../sda'
sda: Found 'b8:0' claiming '/run/udev/links/\x2fdisk\x2fby-id\x2fscsi-0QEMU_QEMU_HARDDISK_hd0'
sda: Preserve already existing symlink '/dev/disk/by-id/scsi-0QEMU_QEMU_HARDDISK_hd0' to '../../sda'
sda: Found 'b8:0' claiming '/run/udev/links/\x2fdisk\x2fby-path\x2fpci-0000:00:03.0-scsi-0:0:0:0'
sda: Preserve already existing symlink '/dev/disk/by-path/pci-0000:00:03.0-scsi-0:0:0:0' to '../../sda'
sda: sd-device: Created db file '/run/udev/data/b8:0' for '/devices/pci0000:00/0000:00:03.0/virtio1/host2/target2:0:0/2:0:0:0/block/sda'
sda: Adding watch on '/dev/sda'
sda: sd-device: Created db file '/run/udev/data/b8:0' for '/devices/pci0000:00/0000:00:03.0/virtio1/host2/target2:0:0/2:0:0:0/block/sda'
sda: Device (SEQNUM=1033, ACTION=change) processed
sda: sd-device-monitor: Passed 749 byte to netlink monitor
sda1: sd-device-monitor: Passed 270 byte to netlink monitor
sda2: sd-device-monitor: Passed 270 byte to netlink monitor
sda2: Processing device (SEQNUM=1035, ACTION=change)
sda2: Removing watch
sda2: LINK 'disk/by-id/scsi-0QEMU_QEMU_HARDDISK_hd0-part2' /lib/udev/rules.d/60-persistent-storage.rules:55
sda2: LINK 'disk/by-path/pci-0000:00:03.0-scsi-0:0:0:0-part2' /lib/udev/rules.d/60-persistent-storage.rules:81
sda2: IMPORT builtin 'blkid' /lib/udev/rules.d/60-persistent-storage.rules:95
sda2: Probe /dev/sda2 with raid and offset=0
sda2: LINK 'disk/by-partuuid/000ba8af-02' /lib/udev/rules.d/60-persistent-storage.rules:106
sda2: LINK 'disk/by-id/lvm-pv-uuid-BkFQcR-tGdm-0mfJ-mmwW-mYRN-jLMx-4eIAQm' /lib/udev/rules.d/69-lvm-metad.rules:43
sda2: Handling device node '/dev/sda2', devnum=b8:2, mode=0600, uid=0, gid=0
sda2: Preserve already existing symlink '/dev/block/8:2' to '../sda2'
sda2: Found 'b8:2' claiming '/run/udev/links/\x2fdisk\x2fby-id\x2flvm-pv-uuid-BkFQcR-tGdm-0mfJ-mmwW-mYRN-jLMx-4eIAQm'
sda2: Preserve already existing symlink '/dev/disk/by-id/lvm-pv-uuid-BkFQcR-tGdm-0mfJ-mmwW-mYRN-jLMx-4eIAQm' to '../../sda2'
sda2: Found 'b8:2' claiming '/run/udev/links/\x2fdisk\x2fby-path\x2fpci-0000:00:03.0-scsi-0:0:0:0-part2'
sda2: Preserve already existing symlink '/dev/disk/by-path/pci-0000:00:03.0-scsi-0:0:0:0-part2' to '../../sda2'
sda2: Found 'b8:2' claiming '/run/udev/links/\x2fdisk\x2fby-partuuid\x2f000ba8af-02'
sda2: Preserve already existing symlink '/dev/disk/by-partuuid/000ba8af-02' to '../../sda2'
sda2: Found 'b8:2' claiming '/run/udev/links/\x2fdisk\x2fby-id\x2fscsi-0QEMU_QEMU_HARDDISK_hd0-part2'
sda2: Preserve already existing symlink '/dev/disk/by-id/scsi-0QEMU_QEMU_HARDDISK_hd0-part2' to '../../sda2'
sda2: sd-device: Created db file '/run/udev/data/b8:2' for '/devices/pci0000:00/0000:00:03.0/virtio1/host2/target2:0:0/2:0:0:0/block/sda/sda2'
sda2: Adding watch on '/dev/sda2'
sda2: sd-device: Created db file '/run/udev/data/b8:2' for '/devices/pci0000:00/0000:00:03.0/virtio1/host2/target2:0:0/2:0:0:0/block/sda/sda2'
sda2: Device (SEQNUM=1035, ACTION=change) processed
sda2: sd-device-monitor: Passed 1358 byte to netlink monitor
sda1: Processing device (SEQNUM=1034, ACTION=change)
sda1: Removing watch
sda1: Inotify event: 8000 for /dev/sda1
sda1: Removing watch
sda1: LINK 'disk/by-id/scsi-0QEMU_QEMU_HARDDISK_hd0-part1' /lib/udev/rules.d/60-persistent-storage.rules:55
sda1: LINK 'disk/by-path/pci-0000:00:03.0-scsi-0:0:0:0-part1' /lib/udev/rules.d/60-persistent-storage.rules:81
sda1: IMPORT builtin 'blkid' /lib/udev/rules.d/60-persistent-storage.rules:95
sda1: Probe /dev/sda1 with raid and offset=0
sda1: LINK 'disk/by-uuid/6365d0a8-a1bb-437b-9c23-eee1399f9505' /lib/udev/rules.d/60-persistent-storage.rules:98
sda1: LINK 'disk/by-partuuid/000ba8af-01' /lib/udev/rules.d/60-persistent-storage.rules:106
sda1: Handling device node '/dev/sda1', devnum=b8:1, mode=0600, uid=0, gid=0
sda1: Preserve already existing symlink '/dev/block/8:1' to '../sda1'
sda1: Found 'b8:1' claiming '/run/udev/links/\x2fdisk\x2fby-uuid\x2f6365d0a8-a1bb-437b-9c23-eee1399f9505'
sda1: Preserve already existing symlink '/dev/disk/by-uuid/6365d0a8-a1bb-437b-9c23-eee1399f9505' to '../../sda1'
sda1: Found 'b8:1' claiming '/run/udev/links/\x2fdisk\x2fby-partuuid\x2f000ba8af-01'
sda1: Preserve already existing symlink '/dev/disk/by-partuuid/000ba8af-01' to '../../sda1'
sda1: Found 'b8:1' claiming '/run/udev/links/\x2fdisk\x2fby-path\x2fpci-0000:00:03.0-scsi-0:0:0:0-part1'
sda1: Preserve already existing symlink '/dev/disk/by-path/pci-0000:00:03.0-scsi-0:0:0:0-part1' to '../../sda1'
sda1: Found 'b8:1' claiming '/run/udev/links/\x2fdisk\x2fby-id\x2fscsi-0QEMU_QEMU_HARDDISK_hd0-part1'
sda1: Preserve already existing symlink '/dev/disk/by-id/scsi-0QEMU_QEMU_HARDDISK_hd0-part1' to '../../sda1'
sda1: sd-device: Created db file '/run/udev/data/b8:1' for '/devices/pci0000:00/0000:00:03.0/virtio1/host2/target2:0:0/2:0:0:0/block/sda/sda1'
sda1: Adding watch on '/dev/sda1'
sda1: sd-device: Created db file '/run/udev/data/b8:1' for '/devices/pci0000:00/0000:00:03.0/virtio1/host2/target2:0:0/2:0:0:0/block/sda/sda1'
sda1: Device (SEQNUM=1034, ACTION=change) processed
sda1: sd-device-monitor: Passed 1202 byte to netlink monitor
commandrvf: stdout=n stderr=y flags=0x0
commandrvf: udevadm --debug settle
Received udev control message (PING)
command: sfdisk '--part-type' '/dev/sda' '2'
command: sfdisk returned 0
command: sfdisk: stdout:
8e
commandrvf: stdout=n stderr=y flags=0x0
commandrvf: udevadm --debug settle
Received udev control message (PING)
commandrvf: stdout=n stderr=y flags=0x0
commandrvf: udevadm --debug settle
Received udev control message (PING)
command: fold-stdout-on-stderr sgdisk '/dev/sda' '-i' '2'
sda: Inotify event: 8 for /dev/sda
Device '/dev/sda' is closed, synthesising 'change'
Device '/dev/sda' is closed, synthesising partition '/dev/sda1' 'change'
Device '/dev/sda' is closed, synthesising partition '/dev/sda2' 'change'
sda: Device (SEQNUM=1036, ACTION=change) is queuedcommand: sgdisk returned 0
command: sgdisk: stderr:

***************************************************************
Found invalid GPT and valid MBR; converting MBR to GPT format
in memory. 
***************************************************************


Warning! Secondary partition table overlaps the last partition by
33 blocks!
You will need to delete this partition or resize it in another utility.
Partition GUID code: E6D6D379-F507-44C2-A23C-238F2A3DF928 (Linux LVM)
Partition unique GUID: 24B08706-2BE9-4CF2-B624-37FB336943FB
First sector: 2099200 (at 1.0 GiB)
Last sector: 33554431 (at 16.0 GiB)
Partition size: 31455232 sectors (15.0 GiB)
Attribute flags: 0000000000000000
Partition name: 'Linux LVM'
commandrvf: stdout=n stderr=y flags=0x0
commandrvf: udevadm --debug settle

sda: Processing device (SEQNUM=1036, ACTION=change)
sda: Removing watch
sda: IMPORT 'scsi_id --export --whitelisted -d /dev/sda' /lib/udev/rules.d/60-persistent-storage.rules:52
Starting 'scsi_id --export --whitelisted -d /dev/sda'
Successfully forked off '(spawn)' as PID 214.
sda: sd-device-monitor: Passed 251 byte to netlink monitor
sda1: Device (SEQNUM=1037, ACTION=change) is queued
sda2: Device (SEQNUM=1038, ACTION=change) is queued
'scsi_id --export --whitelisted -d /dev/sda'(out) 'ID_SCSI=1'
'scsi_id --export --whitelisted -d /dev/sda'(out) 'ID_VENDOR=QEMU'
'scsi_id --export --whitelisted -d /dev/sda'(out) 'ID_VENDOR_ENC=QEMU\x20\x20\x20\x20'
'scsi_id --export --whitelisted -d /dev/sda'(out) 'ID_MODEL=QEMU_HARDDISK'
'scsi_id --export --whitelisted -d /dev/sda'(out) 'ID_MODEL_ENC=QEMU\x20HARDDISK\x20\x20\x20'
'scsi_id --export --whitelisted -d /dev/sda'(out) 'ID_REVISION=2.5+'
'scsi_id --export --whitelisted -d /dev/sda'(out) 'ID_TYPE=disk'
'scsi_id --export --whitelisted -d /dev/sda'(out) 'ID_SERIAL=0QEMU_QEMU_HARDDISK_hd0'
'scsi_id --export --whitelisted -d /dev/sda'(out) 'ID_SERIAL_SHORT=hd0'
Received udev control message (PING)
Process 'scsi_id --export --whitelisted -d /dev/sda' succeeded.
sda: LINK 'disk/by-id/scsi-0QEMU_QEMU_HARDDISK_hd0' /lib/udev/rules.d/60-persistent-storage.rules:54
sda: IMPORT builtin 'path_id' /lib/udev/rules.d/60-persistent-storage.rules:78
sda: LINK 'disk/by-path/pci-0000:00:03.0-scsi-0:0:0:0' /lib/udev/rules.d/60-persistent-storage.rules:80
sda: IMPORT builtin 'blkid' /lib/udev/rules.d/60-persistent-storage.rules:95
sda: Probe /dev/sda with raid and offset=0
sda: Handling device node '/dev/sda', devnum=b8:0, mode=0600, uid=0, gid=0
sda: Preserve already existing symlink '/dev/block/8:0' to '../sda'
sda: Found 'b8:0' claiming '/run/udev/links/\x2fdisk\x2fby-id\x2fscsi-0QEMU_QEMU_HARDDISK_hd0'
sda: Preserve already existing symlink '/dev/disk/by-id/scsi-0QEMU_QEMU_HARDDISK_hd0' to '../../sda'
sda: Found 'b8:0' claiming '/run/udev/links/\x2fdisk\x2fby-path\x2fpci-0000:00:03.0-scsi-0:0:0:0'
sda: Preserve already existing symlink '/dev/disk/by-path/pci-0000:00:03.0-scsi-0:0:0:0' to '../../sda'
sda: sd-device: Created db file '/run/udev/data/b8:0' for '/devices/pci0000:00/0000:00:03.0/virtio1/host2/target2:0:0/2:0:0:0/block/sda'
sda: Adding watch on '/dev/sda'
sda: sd-device: Created db file '/run/udev/data/b8:0' for '/devices/pci0000:00/0000:00:03.0/virtio1/host2/target2:0:0/2:0:0:0/block/sda'
sda: Device (SEQNUM=1036, ACTION=change) processed
sda: sd-device-monitor: Passed 749 byte to netlink monitor
sda1: sd-device-monitor: Passed 270 byte to netlink monitor
sda2: sd-device-monitor: Passed 270 byte to netlink monitor
sda2: Processing device (SEQNUM=1038, ACTION=change)
sda2: Removing watch
sda2: LINK 'disk/by-id/scsi-0QEMU_QEMU_HARDDISK_hd0-part2' /lib/udev/rules.d/60-persistent-storage.rules:55
sda2: LINK 'disk/by-path/pci-0000:00:03.0-scsi-0:0:0:0-part2' /lib/udev/rules.d/60-persistent-storage.rules:81
sda2: IMPORT builtin 'blkid' /lib/udev/rules.d/60-persistent-storage.rules:95
sda2: Probe /dev/sda2 with raid and offset=0
sda2: LINK 'disk/by-partuuid/000ba8af-02' /lib/udev/rules.d/60-persistent-storage.rules:106
sda2: LINK 'disk/by-id/lvm-pv-uuid-BkFQcR-tGdm-0mfJ-mmwW-mYRN-jLMx-4eIAQm' /lib/udev/rules.d/69-lvm-metad.rules:43
sda2: Handling device node '/dev/sda2', devnum=b8:2, mode=0600, uid=0, gid=0
sda2: Preserve already existing symlink '/dev/block/8:2' to '../sda2'
sda2: Found 'b8:2' claiming '/run/udev/links/\x2fdisk\x2fby-id\x2flvm-pv-uuid-BkFQcR-tGdm-0mfJ-mmwW-mYRN-jLMx-4eIAQm'
sda2: Preserve already existing symlink '/dev/disk/by-id/lvm-pv-uuid-BkFQcR-tGdm-0mfJ-mmwW-mYRN-jLMx-4eIAQm' to '../../sda2'
sda2: Found 'b8:2' claiming '/run/udev/links/\x2fdisk\x2fby-path\x2fpci-0000:00:03.0-scsi-0:0:0:0-part2'
sda2: Preserve already existing symlink '/dev/disk/by-path/pci-0000:00:03.0-scsi-0:0:0:0-part2' to '../../sda2'
sda2: Found 'b8:2' claiming '/run/udev/links/\x2fdisk\x2fby-partuuid\x2f000ba8af-02'
sda2: Preserve already existing symlink '/dev/disk/by-partuuid/000ba8af-02' to '../../sda2'
sda2: Found 'b8:2' claiming '/run/udev/links/\x2fdisk\x2fby-id\x2fscsi-0QEMU_QEMU_HARDDISK_hd0-part2'
sda2: Preserve already existing symlink '/dev/disk/by-id/scsi-0QEMU_QEMU_HARDDISK_hd0-part2' to '../../sda2'
sda2: sd-device: Created db file '/run/udev/data/b8:2' for '/devices/pci0000:00/0000:00:03.0/virtio1/host2/target2:0:0/2:0:0:0/block/sda/sda2'
sda2: Adding watch on '/dev/sda2'
sda2: sd-device: Created db file '/run/udev/data/b8:2' for '/devices/pci0000:00/0000:00:03.0/virtio1/host2/target2:0:0/2:0:0:0/block/sda/sda2'
sda2: Device (SEQNUM=1038, ACTION=change) processed
sda2: sd-device-monitor: Passed 1358 byte to netlink monitor
sda1: Processing device (SEQNUM=1037, ACTION=change)
sda1: Removing watch
sda1: LINK 'disk/by-id/scsi-0QEMU_QEMU_HARDDISK_hd0-part1' /lib/udev/rules.d/60-persistent-storage.rules:55
sda1: LINK 'disk/by-path/pci-0000:00:03.0-scsi-0:0:0:0-part1' /lib/udev/rules.d/60-persistent-storage.rules:81
sda1: IMPORT builtin 'blkid' /lib/udev/rules.d/60-persistent-storage.rules:95
sda1: Probe /dev/sda1 with raid and offset=0
sda1: LINK 'disk/by-uuid/6365d0a8-a1bb-437b-9c23-eee1399f9505' /lib/udev/rules.d/60-persistent-storage.rules:98
sda1: LINK 'disk/by-partuuid/000ba8af-01' /lib/udev/rules.d/60-persistent-storage.rules:106
sda1: Handling device node '/dev/sda1', devnum=b8:1, mode=0600, uid=0, gid=0
sda1: Preserve already existing symlink '/dev/block/8:1' to '../sda1'
sda1: Found 'b8:1' claiming '/run/udev/links/\x2fdisk\x2fby-uuid\x2f6365d0a8-a1bb-437b-9c23-eee1399f9505'
sda1: Preserve already existing symlink '/dev/disk/by-uuid/6365d0a8-a1bb-437b-9c23-eee1399f9505' to '../../sda1'
sda1: Found 'b8:1' claiming '/run/udev/links/\x2fdisk\x2fby-partuuid\x2f000ba8af-01'
sda1: Preserve already existing symlink '/dev/disk/by-partuuid/000ba8af-01' to '../../sda1'
sda1: Found 'b8:1' claiming '/run/udev/links/\x2fdisk\x2fby-path\x2fpci-0000:00:03.0-scsi-0:0:0:0-part1'
sda1: Preserve already existing symlink '/dev/disk/by-path/pci-0000:00:03.0-scsi-0:0:0:0-part1' to '../../sda1'
sda1: Found 'b8:1' claiming '/run/udev/links/\x2fdisk\x2fby-id\x2fscsi-0QEMU_QEMU_HARDDISK_hd0-part1'
sda1: Preserve already existing symlink '/dev/disk/by-id/scsi-0QEMU_QEMU_HARDDISK_hd0-part1' to '../../sda1'
sda1: sd-device: Created db file '/run/udev/data/b8:1' for '/devices/pci0000:00/0000:00:03.0/virtio1/host2/target2:0:0/2:0:0:0/block/sda/sda1'
sda1: Adding watch on '/dev/sda1'
sda1: sd-device: Created db file '/run/udev/data/b8:1' for '/devices/pci0000:00/0000:00:03.0/virtio1/host2/target2:0:0/2:0:0:0/block/sda/sda1'
sda1: Device (SEQNUM=1037, ACTION=change) processed
sda1: sd-device-monitor: Passed 1202 byte to netlink monitor
command: blkid '-c' '/dev/null' '-o' 'value' '-s' 'TYPE' '/dev/sda1'
command: blkid returned 0
command: blkid: stdout:
xfs
command: blkid '-c' '/dev/null' '-o' 'value' '-s' 'TYPE' '/dev/sda2'
command: blkid returned 0
command: blkid: stdout:
LVM2_member
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[    --trustcache ]
\t[    --unbuffered ]
\t[    --units 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 ]

  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
command: lvm: stdout:
  rhel/root
  rhel/swap
command: blkid '-c' '/dev/null' '-o' 'value' '-s' 'TYPE' '/dev/rhel/root'
command: blkid returned 2
command: blkid '-c' '/dev/null' '-o' 'value' '-s' 'TYPE' '/dev/rhel/swap'
command: blkid returned 0
command: blkid: stdout:
swap
check_for_filesystem_on: /dev/sda1 (xfs)
command: mount '-o' 'ro' '/dev/sda1' '/sysroot//'
xfs: Device (SEQNUM=1039, ACTION=add) is queued
Validate module index
Check if link configuration needs reloading.
xfs: Processing device (SEQNUM=1039, ACTION=add)
xfs: Device (SEQNUM=1039, ACTION=add) processed
xfs: sd-device-monitor: Passed 125 byte to netlink monitor
xfs: sd-device-monitor: Passed 125 byte to netlink monitor
[    4.068679] SGI XFS with ACLs, security attributes, realtime, no debug enabled
:0000184: Device (SEQNUM=1040, ACTION=add) is queued
:0000184: sd-device-monitor: Passed 133 byte to netlink monitor
:0000184: Processing device (SEQNUM=1040, ACTION=add)
:0000184: Device (SEQNUM=1040, ACTION=add) processed:0000224: Device (SEQNUM=1041, ACTION=add) is queued
:0000224: Processing device (SEQNUM=1041, ACTION=add)
:0000224: Device (SEQNUM=1041, ACTION=add) processed
:0000224: sd-device-monitor: Passed 133 byte to netlink monitor:0000224: sd-device-monitor: Passed 133 byte to netlink monitor
:0000480: Device (SEQNUM=1042, ACTION=add) is queued
:0000480: Processing device (SEQNUM=1042, ACTION=add)
:0000480: Device (SEQNUM=1042, ACTION=add) processed
:0000480: sd-device-monitor: Passed 133 byte to netlink monitor

:0000480: sd-device-monitor: Passed 133 byte to netlink monitor
:0000232: Device (SEQNUM=1043, ACTION=add) is queued
:0000232: sd-device-monitor: Passed 133 byte to netlink monitor:0000232: Processing device (SEQNUM=1043, ACTION=add)

:0000272: Device (SEQNUM=1044, ACTION=add) is queued
:0000272: sd-device-monitor: Passed 133 byte to netlink monitor
:0000440: Device (SEQNUM=1045, ACTION=add) is queued:0000272: Processing device (SEQNUM=1044, ACTION=add)
:0000272: Device (SEQNUM=1044, ACTION=add) processed
:0000272: sd-device-monitor: Passed 133 byte to netlink monitor

:0000440: Processing device (SEQNUM=1045, ACTION=add)
:0000440: Device (SEQNUM=1045, ACTION=add) processed
:0000440: sd-device-monitor: Passed 133 byte to netlink monitor
:0000440: sd-device-monitor: Passed 133 byte to netlink monitor
xfs_inode: Device (SEQNUM=1046, ACTION=add) is queued:0000232: Device (SEQNUM=1043, ACTION=add) processed
:0000232: sd-device-monitor: Passed 133 byte to netlink monitor

:0000184: sd-device-monitor: Passed 133 byte to netlink monitor

xfs_inode: Processing device (SEQNUM=1046, ACTION=add)xfs_inode: sd-device-monitor: Passed 134 byte to netlink monitor
:0000176: Device (SEQNUM=1047, ACTION=add) is queued
:0000176: Processing device (SEQNUM=1047, ACTION=add)
:0000176: Device (SEQNUM=1047, ACTION=add) processed
:0000176: sd-device-monitor: Passed 133 byte to netlink monitor

xfs_inode: Device (SEQNUM=1046, ACTION=add) processed
xfs_inode: sd-device-monitor: Passed 134 byte to netlink monitor:0000176: sd-device-monitor: Passed 133 byte to netlink monitor
:0000696: Device (SEQNUM=1048, ACTION=add) is queued
[    4.119896] XFS (sda1): Mounting V5 Filesystem
:0000696: Processing device (SEQNUM=1048, ACTION=add)
:0000696: Device (SEQNUM=1048, ACTION=add) processed
:0000696: sd-device-monitor: Passed 133 byte to netlink monitor
:0000696: sd-device-monitor: Passed 133 byte to netlink monitor
:0000216: Device (SEQNUM=1049, ACTION=add) is queued

:0000216: Processing device (SEQNUM=1049, ACTION=add)
:0000216: Device (SEQNUM=1049, ACTION=add) processed
:0000216: sd-device-monitor: Passed 133 byte to netlink monitor
:0000216: sd-device-monitor: Passed 133 byte to netlink monitor
:0000504: Device (SEQNUM=1050, ACTION=add) is queued
:0000504: Processing device (SEQNUM=1050, ACTION=add)
:0000504: Device (SEQNUM=1050, ACTION=add) processed
:0000504: sd-device-monitor: Passed 133 byte to netlink monitor:0000504: sd-device-monitor: Passed 133 byte to netlink monitor
:0000528: Device (SEQNUM=1051, ACTION=add) is queued
:0000528: Processing device (SEQNUM=1051, ACTION=add)
:0000528: Device (SEQNUM=1051, ACTION=add) processed:0000528: sd-device-monitor: Passed 133 byte to netlink monitor

:0000528: sd-device-monitor: Passed 133 byte to netlink monitor

[    4.565775] XFS (sda1): Ending clean mount
command: mount returned 0
chroot: /sysroot: running 'is_file: /grub/menu.lst'
chroot: /sysroot: running 'is_file: /grub/grub.conf'
chroot: /sysroot: running 'is_file: /grub2/grub.cfg'
check_filesystem: /dev/sda1 matched Grub /boot
command: umount '/sysroot'
[    4.580599] XFS (sda1): Unmounting Filesystem
command: umount returned 0
check_for_filesystem_on: /dev/rhel/root (unknown)
command: mount '-o' 'ro' '/dev/rhel/root' '/sysroot//'
command: mount returned 32
command: mount: stderr:
mount: /sysroot: special device /dev/rhel/root does not exist.
check_for_filesystem_on: /dev/rhel/swap (swap)
inspect_os: fses:
fs: /dev/sda1 (xfs) role: other
fs: /dev/rhel/swap (swap) role: swap
inspect_get_roots: roots:
guestfsd: => inspect_os (0x1e0) took 2.23 secs
libguestfs: closing guestfs handle 0x25986a0 (state 2)
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=150420k,mode=755 freq=0 passno=0
umount-all: /proc/mounts: fsname=/dev dir=/dev type=devtmpfs opts=rw,relatime,size=371392k,nr_inodes=92848,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
Received udev control message (PING)
commandrvf: stdout=n stderr=y flags=0x0
commandrvf: udevadm --debug settle -E /dev/sda
Received udev control message (PING)
fsync /dev/sda
guestfsd: => internal_autosync (0x11a) took 0.04 secs
libguestfs: sending SIGTERM to process 2662
libguestfs: qemu maxrss 199168K
libguestfs: command: run: rm
libguestfs: command: run: \ -rf /tmp/libguestfsdn58Hy
libguestfs: command: run: rm
libguestfs: command: run: \ -rf /tmp/libguestfsGRNi0j


More information about the Libguestfs mailing list