RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 1359124 - Installation of RHEL7.3 fail
Summary: Installation of RHEL7.3 fail
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: anaconda
Version: 7.3
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: rc
: ---
Assignee: Anaconda Maintenance Team
QA Contact: Release Test Team
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-07-22 10:50 UTC by aihua liang
Modified: 2020-12-15 07:43 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2020-12-15 07:43:16 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description aihua liang 2016-07-22 10:50:57 UTC
Description of problem:
  Installation of RHEL-7.3 fail.

Version-Release number of selected component (if applicable):
  kernel version:3.10.0-461.el7.x86_64
  qemu-kvm-rhev version:2.6.0-11.el7.x86_64
  RHEL7.3 ISO: RHEL-7.3-20160719.1-Server-x86_64-dvd1.iso

How reproducible:
  100%

Steps to Reproduce:
1.Install RHEL7.3 guest by qemu cmds:
/usr/libexec/qemu-kvm \
-name 'avocado-vt-vm1'  \
-machine pc  \
-nodefaults  \
-vga cirrus  \
-chardev socket,id=qmp_id_catch_monitor,path=/var/tmp/pa,server,nowait \
-mon chardev=qmp_id_catch_monitor,mode=control \
-drive id=drive_image1,if=none,snapshot=off,aio=native,cache=none,format=qcow2,file=/usr/share/avocado/data/avocado-vt/images/RHEL-Server-7.3-64-virtio.qcow2 \
-device virtio-blk-pci,id=image1,drive=drive_image1,bootindex=1,bus=pci.0,addr=03,disable-legacy=off,disable-modern=on \
-m 4096  \
-smp 2,maxcpus=2,cores=1,threads=1,sockets=2  \
-cpu 'SandyBridge' \
-drive id=drive_cd1,if=none,snapshot=off,aio=threads,cache=unsafe,media=cdrom,format=raw,file=/usr/share/avocado/data/avocado-vt/isos/linux/RHEL7.3-Server-x86_64.iso \
-device ide-cd,id=cd1,drive=drive_cd1,bootindex=2,bus=ide.0,unit=0 \
-kernel '/usr/share/avocado/data/avocado-vt/images/rhel73-64/vmlinuz'  \
-append 'ksdevice=link inst.ks=cdrom:/dev/sr1:/ks.cfg nicdelay=60 console=ttyS0,115200 console=tty0 biosdevname=0 net.ifnames=0'  \
-initrd '/usr/share/avocado/data/avocado-vt/images/rhel73-64/initrd.img'  \
-boot order=cdn,once=d,menu=off,strict=off  \
-no-shutdown \
-enable-kvm \
-spice port=4000,ipv4,disable-ticketing \
-monitor stdio \
-drive id=drive_unattended,if=none,snapshot=off,aio=threads,cache=unsafe,media=cdrom,format=raw,file=/usr/share/avocado/data/avocado-vt/images/rhel73-64/ks.iso \
-device ide-cd,id=unattended,drive=drive_unattended,bootindex=3,bus=ide.0,unit=1 \



Actual results:
  VM Entered emergency mode for initrd-switch-root.service startup failed and it can't find install tree under sysroot directory.


Expected results:
  Installation of RHEL7.3 should success.


Additional info:
 When install RHEL7.2 using qemu cmds above, it can success.
 When install RHEL7.3 using qemu cmds bellow, it also can success.
**********
/usr/libexec/qemu-kvm \
-name 'avocado-vt-vm1'  \
-machine pc  \
-nodefaults  \
-vga cirrus  \
-chardev socket,id=qmp_id_catch_monitor,path=/var/tmp/pa,server,nowait \
-mon chardev=qmp_id_catch_monitor,mode=control \
-drive id=drive_image1,if=none,snapshot=off,aio=native,cache=none,format=qcow2,file=/usr/share/avocado/data/avocado-vt/images/RHEL-Server-7.3-64-virtio.qcow2 \
-device virtio-blk-pci,id=image1,drive=drive_image1,bootindex=1,bus=pci.0,addr=03,disable-legacy=off,disable-modern=on \
-m 4096  \
-smp 2,maxcpus=2,cores=1,threads=1,sockets=2  \
-cpu 'SandyBridge' \
-drive id=drive_cd1,if=none,snapshot=off,aio=threads,cache=unsafe,media=cdrom,format=raw,file=/usr/share/avocado/data/avocado-vt/isos/linux/RHEL7.3-Server-x86_64.iso \
-device ide-cd,id=cd1,drive=drive_cd1,bootindex=2,bus=ide.0,unit=0 \
-kernel '/usr/share/avocado/data/avocado-vt/images/rhel73-64/vmlinuz'  \
-append 'ksdevice=link inst.repo=cdrom:/dev/sr0 inst.ks=cdrom:/dev/sr1:/ks.cfg nicdelay=60 console=ttyS0,115200 console=tty0 biosdevname=0 net.ifnames=0'  \
-initrd '/usr/share/avocado/data/avocado-vt/images/rhel73-64/initrd.img'  \
-boot order=cdn,once=d,menu=off,strict=off  \
-no-shutdown \
-enable-kvm \
-spice port=4000,ipv4,disable-ticketing \
-monitor stdio \
-drive id=drive_unattended,if=none,snapshot=off,aio=threads,cache=unsafe,media=cdrom,format=raw,file=/usr/share/avocado/data/avocado-vt/images/rhel73-64/ks.iso \
-device ide-cd,id=unattended,drive=drive_unattended,bootindex=3,bus=ide.0,unit=1 \

Comment 2 Alaa Hleihel 2016-08-07 11:58:18 UTC
I got similar failure while trying to install PPC VMs using the Alpha version images:
RHEL-7.3-20160729.1-Server-ppc64-dvd1.iso
RHEL-7.3-20160729.1-Server-ppc64le-dvd1.iso

Note: x86_64 VM installation passed with RHEL-7.3-20160729.1-Server-x86_64-dvd1.iso 

Regards,
Alaa

Comment 3 Alaa Hleihel 2016-08-07 15:53:09 UTC
[  OK  ] Closed udev Control Socket.
         Starting Cleanup udevd DB...
[  OK  ] Stopped Device-Mapper Multipath Device Controller.
[  OK  ] Started Cleanup udevd DB.
[  OK  ] Reached target Switch Root.
         Starting Switch Root...
[FAILED] Failed to start Switch Root.
See 'systemctl status initrd-switch-root.service' for details.

Generating "/run/initramfs/rdsosreport.txt"


Entering emergency mode. Exit the shell to continue.
Type "journalctl" to view system logs.
You might want to save "/run/initramfs/rdsosreport.txt" to a USB stick or /boot
after mounting them and attach it to a bug report.



from /run/initramfs/rdsosreport.txt:


:/# less /run/initramfs/rdsosreport.txt
+ cat /lib/dracut/dracut-033-450.el7
dracut-033-450.el7
+ cat /proc/cmdline
BOOT_IMAGE=/ppc/ppc64/vmlinuz ro
+ '[' -f /etc/cmdline ']'
+ for _i in '/etc/cmdline.d/*.conf'
+ '[' -f /etc/cmdline.d/99-anaconda-disable-disk-activation.conf ']'
+ echo /etc/cmdline.d/99-anaconda-disable-disk-activation.conf
/etc/cmdline.d/99-anaconda-disable-disk-activation.conf
+ cat /etc/cmdline.d/99-anaconda-disable-disk-activation.conf
rd.dm=0
rd.md=0
rd.lvm=0
rd.luks=0
+ cat /proc/self/mountinfo
2 2 0:2 / / rw shared:1 - rootfs rootfs rw,size=985024k,nr_inodes=15391
16 2 0:15 / /sys rw,nosuid,nodev,noexec,relatime shared:2 - sysfs sysfs rw
17 2 0:4 / /proc rw,nosuid,nodev,noexec,relatime shared:7 - proc proc rw
18 2 0:5 / /dev rw,nosuid shared:8 - devtmpfs devtmpfs rw,size=985024k,nr_inodes=15391,mode=755
19 16 0:14 / /sys/kernel/security rw,nosuid,nodev,noexec,relatime shared:3 - securityfs securityfs rw
20 18 0:16 / /dev/shm rw,nosuid,nodev shared:9 - tmpfs tmpfs rw
21 18 0:11 / /dev/pts rw,nosuid,noexec,relatime shared:10 - devpts devpts rw,gid=5,mode=620,ptmxmode=000
22 2 0:17 / /run rw,nosuid,nodev shared:11 - tmpfs tmpfs rw,mode=755
23 16 0:18 / /sys/fs/cgroup ro,nosuid,nodev,noexec shared:4 - tmpfs tmpfs ro,mode=755
24 23 0:19 / /sys/fs/cgroup/systemd rw,nosuid,nodev,noexec,relatime shared:5 - cgroup cgroup rw,xattr,release_agent=/usr/lib/systemd/systemd-cgroups-agent,name=systemd
25 16 0:20 / /sys/fs/pstore rw,nosuid,nodev,noexec,relatime shared:6 - pstore pstore rw
26 23 0:21 / /sys/fs/cgroup/memory rw,nosuid,nodev,noexec,relatime shared:12 - cgroup cgroup rw,memory
27 23 0:22 / /sys/fs/cgroup/perf_event rw,nosuid,nodev,noexec,relatime shared:13 - cgroup cgroup rw,perf_event
28 23 0:23 / /sys/fs/cgroup/freezer rw,nosuid,nodev,noexec,relatime shared:14 - cgroup cgroup rw,freezer
29 23 0:24 / /sys/fs/cgroup/cpu,cpuacct rw,nosuid,nodev,noexec,relatime shared:15 - cgroup cgroup rw,cpuacct,cpu
30 23 0:25 / /sys/fs/cgroup/pids rw,nosuid,nodev,noexec,relatime shared:16 - cgroup cgroup rw,pids
31 23 0:26 / /sys/fs/cgroup/net_cls,net_prio rw,nosuid,nodev,noexec,relatime shared:17 - cgroup cgroup rw,net_prio,net_cls
roup cgroup rw,blkio
33 23 0:28 / /sys/fs/cgroup/hugetlb rw,nosuid,nodev,noexec,relatime shared:19 - cgroup cgroup rw,hugetlb
34 23 0:29 / /sys/fs/cgroup/cpuset rw,nosuid,nodev,noexec,relatime shared:20 - cgroup cgroup rw,cpuset
35 23 0:30 / /sys/fs/cgroup/devices rw,nosuid,nodev,noexec,relatime shared:21 - cgroup cgroup rw,devices
59 16 0:32 / /sys/kernel/config rw,relatime shared:23 - configfs configfs rw
61 2 0:31 / /sysroot/var/lib/nfs/rpc_pipefs rw,relatime shared:22 - rpc_pipefs rpc_pipefs rw
+ cat /proc/mounts
rootfs / rootfs rw,size=985024k,nr_inodes=15391 0 0
sysfs /sys sysfs rw,nosuid,nodev,noexec,relatime 0 0
proc /proc proc rw,nosuid,nodev,noexec,relatime 0 0
devtmpfs /dev devtmpfs rw,nosuid,size=985024k,nr_inodes=15391,mode=755 0 0
securityfs /sys/kernel/security securityfs rw,nosuid,nodev,noexec,relatime 0 0
tmpfs /dev/shm tmpfs rw,nosuid,nodev 0 0
devpts /dev/pts devpts rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000 0 0
tmpfs /run tmpfs rw,nosuid,nodev,mode=755 0 0
tmpfs /sys/fs/cgroup tmpfs ro,nosuid,nodev,noexec,mode=755 0 0
cgroup /sys/fs/cgroup/systemd cgroup rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/usr/lib/systemd/systemd-cgroups-agent,name=systemd 0 0
pstore /sys/fs/pstore pstore rw,nosuid,nodev,noexec,relatime 0 0
cgroup /sys/fs/cgroup/memory cgroup rw,nosuid,nodev,noexec,relatime,memory 0 0
cgroup /sys/fs/cgroup/perf_event cgroup rw,nosuid,nodev,noexec,relatime,perf_event 0 0
cgroup /sys/fs/cgroup/freezer cgroup rw,nosuid,nodev,noexec,relatime,freezer 0 0
cgroup /sys/fs/cgroup/cpu,cpuacct cgroup rw,nosuid,nodev,noexec,relatime,cpuacct,cpu 0 0
cgroup /sys/fs/cgroup/pids cgroup rw,nosuid,nodev,noexec,relatime,pids 0 0
cgroup /sys/fs/cgroup/net_cls,net_prio cgroup rw,nosuid,nodev,noexec,relatime,net_prio,net_cls 0 0
cgroup /sys/fs/cgroup/blkio cgroup rw,nosuid,nodev,noexec,relatime,blkio 0 0
cgroup /sys/fs/cgroup/hugetlb cgroup rw,nosuid,nodev,noexec,relatime,hugetlb 0 0
cgroup /sys/fs/cgroup/cpuset cgroup rw,nosuid,nodev,noexec,relatime,cpuset 0 0
cgroup /sys/fs/cgroup/devices cgroup rw,nosuid,nodev,noexec,relatime,devices 0 0
configfs /sys/kernel/config configfs rw,relatime 0 0
rpc_pipefs /sysroot/var/lib/nfs/rpc_pipefs rpc_pipefs rw,relatime 0 0
+ blkid
/dev/sr0: UUID="2016-07-29-04-02-02-00" LABEL="RHEL-7.3 Server.ppc64le" TYPE="iso9660" PTTYPE="dos"
+ blkid -o udev
ID_FS_UUID=2016-07-29-04-02-02-00
ID_FS_UUID_ENC=2016-07-29-04-02-02-00
ID_FS_LABEL=RHEL-7.3_Server.ppc64le
ID_FS_LABEL_ENC=RHEL-7.3\x20Server.ppc64le
ID_FS_TYPE=iso9660
ID_PART_TABLE_TYPE=dos
+ ls -l /dev/disk/by-id /dev/disk/by-label /dev/disk/by-uuid
/dev/disk/by-id:
total 0
lrwxrwxrwx 1 root 0 9 Aug  7 15:33 scsi-0QEMU_QEMU_CD-ROM_drive-scsi0-0-0-1 -> ../../sr0
lrwxrwxrwx 1 root 0 9 Aug  7 15:33 scsi-0QEMU_QEMU_HARDDISK_drive-scsi0-0-0-0 -> ../../sda

/dev/disk/by-label:
total 0
lrwxrwxrwx 1 root 0 9 Aug  7 15:33 RHEL-7.3\x20Server.ppc64le -> ../../sr0

/dev/disk/by-uuid:
total 0
lrwxrwxrwx 1 root 0 9 Aug  7 15:33 2016-07-29-04-02-02-00 -> ../../sr0
+ for _i in '/etc/conf.d/*.conf'
+ '[' -f /etc/conf.d/systemd.conf ']'
+ echo /etc/conf.d/systemd.conf
/etc/conf.d/systemd.conf
+ cat /etc/conf.d/systemd.conf
systemdutildir="/usr/lib/systemd"
systemdsystemunitdir="/usr/lib/systemd/system"
systemdsystemconfdir="/etc/systemd/system"
+ command -v lvm
+ lvm pvdisplay
+ lvm vgdisplay
+ lvm lvdisplay
+ command -v dmsetup
+ dmsetup ls --tree
No devices found
+ cat /proc/mdstat
Personalities : [raid0] [raid1] [raid6] [raid5] [raid4] [raid10] [linear]
unused devices: <none>
+ command -v ip
+ ip addr
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN qlen 1
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
       valid_lft forever preferred_lft forever
    inet6 ::1/128 scope host
       valid_lft forever preferred_lft forever
2: eth0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN qlen 1000
    link/ether 52:54:00:6e:40:d7 brd ff:ff:ff:ff:ff:ff
+ command -v journalctl
+ journalctl -ab --no-pager -o short-monotonic
-- Logs begin at Sun 2016-08-07 15:33:47 UTC, end at Sun 2016-08-07 15:33:52 UTC. --
[    5.041476] localhost systemd-journal[59]: Runtime journal is using 8.0M (max allowed 101.4M, trying to leave 152.1M free of 1005.9M available <E2><86><92> current limit 101.4M).
[    0.000000] localhost kernel: Allocated 4718592 bytes for 2048 pacas at c00000000fb80000
[    0.000000] localhost kernel: Using pSeries machine description
[    0.000000] localhost kernel: Page sizes from device-tree:
[    0.000000] localhost kernel: base_shift=12: shift=12, sllp=0x0000, avpnm=0x00000000, tlbiel=1, penc=0
[    0.000000] localhost kernel: base_shift=16: shift=16, sllp=0x0110, avpnm=0x00000000, tlbiel=1, penc=1
[    0.000000] localhost kernel: Page orders: linear mapping = 16, virtual = 16, io = 12, vmemmap = 16
[    0.000000] localhost kernel: Using 1TB segments
[    0.000000] localhost kernel: Found initrd at 0xc000000003700000:0xc0000000059a8d9c
[    0.000000] localhost kernel: bootconsole [udbg0] enabled
[    0.000000] localhost kernel: Partition configured for 1 cpus.
[    0.000000] localhost kernel: CPU maps initialized for 1 thread per core
[    0.000000] localhost kernel:  (thread shift is 0)
[    0.000000] localhost kernel: Freed 4653056 bytes for unused pacas
[    0.000000] localhost kernel: Starting Linux PPC64 #1 SMP Wed Jul 27 18:25:08 EDT 2016
[    0.000000] localhost kernel: -----------------------------------------------------
[    0.000000] localhost kernel: ppc64_pft_size                = 0x18
[    0.000000] localhost kernel: physicalMemorySize            = 0x80000000
[    0.000000] localhost kernel: htab_hash_mask                = 0x1ffff
[    0.000000] localhost kernel: -----------------------------------------------------
[    0.000000] localhost kernel: Initializing cgroup subsys cpuset
[    0.000000] localhost kernel: Initializing cgroup subsys cpu
[    0.000000] localhost kernel: Initializing cgroup subsys cpuacct
[    0.000000] localhost kernel: Linux version 3.10.0-481.el7.ppc64le (mockbuild.eng.bos.redhat.com) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-4) (GCC) ) #1 SMP Wed Jul 27 18:25:08 EDT 2016
[    0.000000] localhost kernel: [boot]0012 Setup Arch
[    0.000000] localhost kernel: Node 0 Memory: 0x0-0x80000000
[    0.000000] localhost kernel: PCI host bridge /pci@800000020000000  ranges:
[    0.000000] localhost kernel:   IO 0x0000010080000000..0x000001008000ffff -> 0x0000000000000000
[    0.000000] localhost kernel:  MEM 0x00000100a0000000..0x000001011fffffff -> 0x0000000080000000
[    0.000000] localhost kernel:  MEM 0x0000010120000000..0x000001101fffffff -> 0x0000000100000000
[    0.000000] localhost kernel: PPC64 nvram contains 65536 bytes
[    0.000000] localhost kernel: Zone ranges:
[    0.000000] localhost kernel:   DMA      [mem 0x00000000-0x7fffffff]
[    0.000000] localhost kernel:   Normal   empty
[    0.000000] localhost kernel: Movable zone start for each node
[    0.000000] localhost kernel: Early memory node ranges
[    0.000000] localhost kernel:   node   0: [mem 0x00000000-0x7fffffff]
[    0.000000] localhost kernel: On node 0 totalpages: 32768
[    0.000000] localhost kernel:   DMA zone: 28 pages used for memmap
[    0.000000] localhost kernel:   DMA zone: 0 pages reserved
[    0.000000] localhost kernel:   DMA zone: 32768 pages, LIFO batch:1
[    0.000000] localhost kernel: [boot]0015 Setup Done
[    0.000000] localhost kernel: PERCPU: Embedded 3 pages/cpu @c000000001600000 s124952 r0 d71656 u1048576
[    0.000000] localhost kernel: pcpu-alloc: s124952 r0 d71656 u1048576 alloc=1*1048576
[    0.000000] localhost kernel: pcpu-alloc: [0] 0
[    0.000000] localhost kernel: Built 1 zonelists in Node order, mobility grouping on.  Total pages: 32740
[    0.000000] localhost kernel: Policy zone: DMA
nuz ro
[    0.000000] localhost kernel: PID hash table entries: 4096 (order: -1, 32768 bytes)
[    0.000000] localhost kernel: Sorting __ex_table...
[    0.000000] localhost kernel: freeing bootmem node 0
[    0.000000] localhost kernel: Memory: 1970112k/2097152k available (17088k kernel code, 0k reserved, 1344k data, 3662k bss, 4288k init)
[    0.000000] localhost kernel: SLUB: HWalign=128, Order=0-3, MinObjects=0, CPUs=1, Nodes=256
[    0.000000] localhost kernel: Hierarchical RCU implementation.
[    0.000000] localhost kernel:        RCU restricting CPUs from NR_CPUS=2048 to nr_cpu_ids=1.
[    0.000000] localhost kernel:        Offload RCU callbacks from all CPUs
[    0.000000] localhost kernel:        Offload RCU callbacks from CPUs: 0-2047.
[    0.000000] localhost kernel: NR_IRQS:512 nr_irqs:512 16
[    0.000000] localhost kernel: pic: no ISA interrupt controller
[    0.000000] localhost kernel: time_init: decrementer frequency = 512.000000 MHz
[    0.000000] localhost kernel: time_init: processor frequency   = 3425.000000 MHz
[    0.000001] localhost kernel: clocksource: timebase mult[1f40000] shift[24] registered
] cpu[0]
[    0.000715] localhost kernel: Console: colour dummy device 80x25
[    0.001183] localhost kernel: console [hvc0] enabled, bootconsole disabled
[    0.002302] localhost kernel: allocated 524288 bytes of page_cgroup
[    0.002414] localhost kernel: please try 'cgroup_disable=memory' option if you don't want memory cgroups
[    0.002491] localhost kernel: Enabling automatic NUMA balancing. Configure with numa_balancing= or the kernel.numa_balancing sysctl
[    0.002570] localhost kernel: pid_max: default: 32768 minimum: 301
[    0.002638] localhost kernel: Security Framework initialized
[    0.002679] localhost kernel: SELinux:  Initializing.
[    0.002712] localhost kernel: SELinux:  Starting in permissive mode
[    0.002775] localhost kernel: Dentry cache hash table entries: 262144 (order: 5, 2097152 bytes)
[    0.003217] localhost kernel: Inode-cache hash table entries: 131072 (order: 4, 1048576 bytes)
[    0.003467] localhost kernel: Mount-cache hash table entries: 4096
[    0.003881] localhost kernel: Initializing cgroup subsys memory
[    0.003977] localhost kernel: Initializing cgroup subsys devices
[    0.004022] localhost kernel: Initializing cgroup subsys freezer
[    0.004061] localhost kernel: Initializing cgroup subsys net_cls
[    0.004098] localhost kernel: Initializing cgroup subsys blkio
[    0.004138] localhost kernel: Initializing cgroup subsys perf_event
[    0.004176] localhost kernel: Initializing cgroup subsys hugetlb
[    0.004215] localhost kernel: Initializing cgroup subsys pids
[    0.004244] localhost kernel: Initializing cgroup subsys net_prio
[    0.004374] localhost kernel: EEH: pSeries platform initialized
[    0.004431] localhost kernel: POWER8 performance monitor hardware support registered
[    0.004483] localhost kernel: power8-pmu: PMAO restore workaround active.
[    0.005784] localhost kernel: Brought up 1 CPUs
[    0.005837] localhost kernel: Node 0 CPUs: 0
[    0.006026] localhost kernel: devtmpfs: initialized
[    0.013952] localhost kernel: EEH: devices created
[    0.014680] localhost kernel: atomic64 test passed
[    0.014972] localhost kernel: NET: Registered protocol family 16
[    0.015544] localhost kernel: EEH: No capable adapters found
[    0.015592] localhost kernel: IBM eBus Device Driver
[    0.015723] localhost kernel: RTAS daemon started
[    0.015862] localhost kernel: pstore: Registered nvram as persistent store backend
[    0.016648] localhost kernel: PCI: Probing PCI hardware
[    0.016700] localhost kernel: PCI host bridge to bus 0000:00
[    0.016732] localhost kernel: pci_bus 0000:00: root bus resource [io  0x10000-0x1ffff] (bus address [0x0000-0xffff])
000000-0x1011fffffff] (bus address [0x80000000-0xffffffff])
[    0.016891] localhost kernel: pci_bus 0000:00: root bus resource [mem 0x10120000000-0x1101fffffff] (bus address [0x100000000-0xfffffffff])
[    0.016973] localhost kernel: pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.018203] localhost kernel: IOMMU table initialized, virtual merging enabled
[    0.018266] localhost kernel: iommu: Adding device 0000:00:03.0 to group 0
[    0.018340] localhost kernel: iommu: Adding device 0000:00:02.0 to group 0
[    0.018410] localhost kernel: iommu: Adding device 0000:00:01.0 to group 0
[    0.018584] localhost kernel: PCI: Probing PCI hardware done
[    0.019398] localhost kernel: vgaarb: loaded
[    0.019466] localhost kernel: SCSI subsystem initialized
[    0.019523] localhost kernel: usbcore: registered new interface driver usbfs
[    0.019569] localhost kernel: usbcore: registered new interface driver hub
[    0.019613] localhost kernel: usbcore: registered new device driver usb
[    0.019810] localhost kernel: NetLabel: Initializing
[    0.019843] localhost kernel: NetLabel:  domain hash size = 128
[    0.019890] localhost kernel: NetLabel:  protocols = UNLABELED CIPSOv4
[    0.019949] localhost kernel: NetLabel:  unlabeled traffic allowed by default
[    0.020006] localhost kernel: Switched to clocksource timebase
[    0.024893] localhost kernel: NET: Registered protocol family 2
[    0.025085] localhost kernel: TCP established hash table entries: 16384 (order: 1, 131072 bytes)
[    0.025224] localhost kernel: TCP bind hash table entries: 16384 (order: 2, 262144 bytes)
[    0.025318] localhost kernel: TCP: Hash tables configured (established 16384 bind 16384)
[    0.025390] localhost kernel: TCP: reno registered
[    0.025421] localhost kernel: UDP hash table entries: 2048 (order: 0, 65536 bytes)
[    0.025495] localhost kernel: UDP-Lite hash table entries: 2048 (order: 0, 65536 bytes)
[    0.025579] localhost kernel: NET: Registered protocol family 1
[    0.090345] localhost kernel: PCI: CLS 0 bytes, default 128
[    0.090380] localhost kernel: Unpacking initramfs...
[    4.907389] localhost kernel: Freeing initrd memory: 35456K (c000000003700000 - c0000000059a0000)
[    4.913438] localhost kernel: rtas_flash: no firmware flash support
[    4.914199] localhost kernel: futex hash table entries: 256 (order: -1, 32768 bytes)
[    4.914267] localhost kernel: Initialise system trusted keyring
[    4.914331] localhost kernel: audit: initializing netlink socket (disabled)
[    4.914403] localhost kernel: type=2000 audit(1470584026.900:1): initialized
[    4.939435] localhost kernel: zpool: loaded
[    4.939463] localhost kernel: zbud: loaded
[    4.939655] localhost kernel: VFS: Disk quotas dquot_6.5.2
[    4.939735] localhost kernel: Dquot-cache hash table entries: 8192 (order 0, 65536 bytes)
[    4.939913] localhost kernel: hugetlbfs: disabling because there are no supported hugepage sizes
[    4.940017] localhost kernel: msgmni has been set to 4044
[    4.940123] localhost kernel: Key type big_key registered
[    4.940171] localhost kernel: SELinux:  Registering netfilter hooks
[    4.940585] localhost kernel: NET: Registered protocol family 38
[    4.940633] localhost kernel: Key type asymmetric registered
[    4.940665] localhost kernel: Asymmetric key parser 'x509' registered
[    4.940725] localhost kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[    4.940809] localhost kernel: io scheduler noop registered
[    4.940854] localhost kernel: io scheduler deadline registered (default)
[    4.940919] localhost kernel: io scheduler cfq registered
[    4.941054] localhost kernel: pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    4.941329] localhost kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    4.941552] localhost kernel: Linux agpgart interface v0.103
[    4.941620] localhost kernel: crash memory driver: version 1.1
[    4.941691] localhost kernel: rdac: device handler registered
[    4.941756] localhost kernel: hp_sw: device handler registered
[    4.941815] localhost kernel: emc: device handler registered
[    4.941850] localhost kernel: alua: device handler registered
[    4.941926] localhost kernel: libphy: Fixed MDIO Bus: probed
[    4.942007] localhost kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    4.942073] localhost kernel: ehci-pci: EHCI PCI platform driver
[    4.942123] localhost kernel: ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    4.942193] localhost kernel: ohci-pci: OHCI PCI platform driver
[    4.942724] localhost kernel: ohci-pci 0000:00:02.0: OHCI PCI host controller
[    4.942800] localhost kernel: ohci-pci 0000:00:02.0: new USB bus registered, assigned bus number 1
[    4.942976] localhost kernel: ohci-pci 0000:00:02.0: irq 18, io mem 0x100e0000000
[    5.000321] localhost kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0001
[    5.000376] localhost kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    5.000432] localhost kernel: usb usb1: Product: OHCI PCI host controller
[    5.000473] localhost kernel: usb usb1: Manufacturer: Linux 3.10.0-481.el7.ppc64le ohci_hcd
[    5.000523] localhost kernel: usb usb1: SerialNumber: 0000:00:02.0
[    5.000675] localhost kernel: hub 1-0:1.0: USB hub found
[    5.000733] localhost kernel: hub 1-0:1.0: 3 ports detected
[    5.000905] localhost kernel: uhci_hcd: USB Universal Host Controller Interface driver
[    5.001010] localhost kernel: usbcore: registered new interface driver usbserial
[    5.001071] localhost kernel: usbcore: registered new interface driver usbserial_generic
[    5.001167] localhost kernel: usbserial: USB Serial support registered for generic
[    5.001259] localhost kernel: mousedev: PS/2 mouse device common for all mice
[    5.001430] localhost kernel: rtc-generic rtc-generic: rtc core: registered rtc-generic as rtc0
[    5.001513] localhost kernel: cpuidle: using governor menu
[    5.001551] localhost kernel: pseries_idle_driver registered
[    5.001567] localhost kernel: hidraw: raw HID events driver (C) Jiri Kosina
[    5.001716] localhost kernel: usbcore: registered new interface driver usbhid
[    5.001759] localhost kernel: usbhid: USB HID core driver
[    5.001814] localhost kernel: drop_monitor: Initializing network drop monitor service
[    5.001951] localhost kernel: TCP: cubic registered
[    5.002000] localhost kernel: Initializing XFRM netlink socket
[    5.002143] localhost kernel: NET: Registered protocol family 10
[    5.002396] localhost kernel: NET: Registered protocol family 17
[    5.002478] localhost kernel: Running MSI bitmap self-tests ...
[    5.002578] localhost kernel: Loading compiled-in X.509 certificates
[    5.003079] localhost kernel: Loaded X.509 cert 'Red Hat Enterprise Linux Driver Update Program (key 3): bf57f3e87362bc7229d9f465321773dfd1f77a80'
[    5.003650] localhost kernel: Loaded X.509 cert 'Red Hat Enterprise Linux kpatch signing key: 4d38fd864ebe18c5f0b72e3852e2014c3a676fc8'
[    5.004160] localhost kernel: Loaded X.509 cert 'Red Hat Enterprise Linux kernel signing key: 57353176243571a7a8ce4445f2d4cb37d8f6dac8'
[    5.004297] localhost kernel: registered taskstats version 1
[    5.004510] localhost kernel: rtc-generic rtc-generic: setting system clock to 2016-08-07 15:33:47 UTC (1470584027)
[    5.005236] localhost kernel: Freeing unused kernel memory: 4288K (c000000000c80000 - c0000000010b0000)
[    5.010692] localhost systemd[1]: systemd 219 running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID +ELFUTILS +KMOD +IDN)
[    5.010875] localhost systemd[1]: Detected virtualization kvm.
[    5.010921] localhost systemd[1]: Detected architecture ppc64-le.
[    5.011028] localhost systemd[1]: Running in initial RAM disk.
[    5.011428] localhost systemd[1]: No hostname configured.
[    5.011528] localhost systemd[1]: Set hostname to <localhost>.
[    5.011589] localhost systemd[1]: Initializing machine ID from random generator.
lability.service, ignoring: Unit blk-availability.service failed to load: No such file or directory.
[    5.036877] localhost systemd[1]: Reached target Timers.
[    5.036969] localhost systemd[1]: Starting Timers.
[    5.037055] localhost systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[    5.037147] localhost systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.
[    5.037409] localhost systemd[1]: Reached target Encrypted Volumes.
[    5.037463] localhost systemd[1]: Starting Encrypted Volumes.
[    5.037703] localhost systemd[1]: Reached target Local File Systems.
[    5.037756] localhost systemd[1]: Starting Local File Systems.
[    5.038019] localhost systemd[1]: Reached target Swap.
[    5.038072] localhost systemd[1]: Starting Swap.
[    5.038292] localhost systemd[1]: Reached target Paths.
[    5.038343] localhost systemd[1]: Starting Paths.
[    5.038696] localhost systemd[1]: Created slice Root Slice.
[    5.038742] localhost systemd[1]: Starting Root Slice.
[    5.039070] localhost systemd[1]: Created slice System Slice.
[    5.039117] localhost systemd[1]: Starting System Slice.
[    5.039348] localhost systemd[1]: Reached target Slices.
[    5.039405] localhost systemd[1]: Starting Slices.
[    5.039643] localhost systemd[1]: Listening on udev Kernel Socket.
[    5.039693] localhost systemd[1]: Starting udev Kernel Socket.
[    5.039947] localhost systemd[1]: Listening on Journal Socket.
[    5.040084] localhost systemd[1]: Starting Journal Socket.
[    5.040607] localhost systemd[1]: Starting Journal Service...
[    5.041190] localhost systemd[1]: Starting Create list of required static device nodes for the current kernel...
[    5.041918] localhost systemd[1]: Starting dracut cmdline hook...
[    5.042479] localhost systemd[1]: Starting Device-Mapper Multipath Device Controller...
[    5.043131] localhost systemd[1]: Starting Apply Kernel Variables...
[    5.048317] localhost systemd[1]: Listening on udev Control Socket.
[    5.048369] localhost systemd[1]: Starting udev Control Socket.
[    5.049033] localhost systemd[1]: Started Create list of required static device nodes for the current kernel.
[    5.044564] localhost systemd-journal[59]: Journal started
[    5.059255] localhost kernel: device-mapper: uevent: version 1.0.3
[    5.061719] localhost systemd[1]: Started Apply Kernel Variables.
[    5.062114] localhost systemd[1]: Started Journal Service.
[    5.067010] localhost kernel: device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel
[    5.058727] localhost systemd[1]: Starting Create Static Device Nodes in /dev...
[    5.058876] localhost systemd[1]: Started Create Static Device Nodes in /dev.
[    5.070066] localhost kernel: device-mapper: multipath: version 1.11.0 loaded
[    5.077541] localhost systemd[1]: Started Device-Mapper Multipath Device Controller.
[    5.133308] localhost dracut-cmdline[61]: Loading Red Hat Enterprise Linux 7.3 ppc64le installer...
[    5.260310] localhost systemd[1]: Started dracut cmdline hook.
[    5.260458] localhost systemd[1]: Starting Open-iSCSI...
[    5.260745] localhost systemd[1]: Starting dracut pre-udev hook...
[    5.263513] localhost iscsid[310]: iSCSI logger with pid=313 started!
[    5.270883] localhost systemd[1]: Failed to read PID from file /var/run/iscsid.pid: Invalid argument
[    5.271198] localhost iscsid[313]: iSCSI daemon with pid=314 started!
[    5.278083] localhost systemd[1]: Started Open-iSCSI.
[    5.284431] localhost kernel: Loading iSCSI transport class v2.0-870.
[    5.298329] localhost kernel: squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    5.302909] localhost kernel: iscsi: registered transport (tcp)
[    5.323921] localhost kernel: md: raid0 personality registered for level 0
[    5.326095] localhost kernel: md: raid1 personality registered for level 1
[    5.327723] localhost kernel: async_tx: api initialized (async)
[    5.328348] localhost kernel: xor: measuring software checksum speed
[    5.420006] localhost kernel:    8regs     : 17107.200 MB/sec
[    5.520005] localhost kernel:    8regs_prefetch: 15129.600 MB/sec
[    5.620005] localhost kernel:    32regs    : 17945.600 MB/sec
[    5.720006] localhost kernel:    32regs_prefetch: 15635.200 MB/sec
[    5.820006] localhost kernel:    altivec   : 25107.200 MB/sec
[    5.820042] localhost kernel: xor: using function: altivec (25107.200 MB/sec)
[    5.990007] localhost kernel: raid6: altivecx1 gen()  9316 MB/s
[    6.160008] localhost kernel: raid6: altivecx2 gen() 15898 MB/s
[    6.330006] localhost kernel: raid6: altivecx4 gen() 23324 MB/s
[    6.500007] localhost kernel: raid6: altivecx8 gen() 16204 MB/s
[    6.670004] localhost kernel: raid6: int64x1  gen()  4013 MB/s
[    6.840009] localhost kernel: raid6: int64x2  gen()  8004 MB/s
[    7.010009] localhost kernel: raid6: int64x4  gen()  4155 MB/s
[    7.180018] localhost kernel: raid6: int64x8  gen()  4106 MB/s
[    7.180061] localhost kernel: raid6: using algorithm altivecx4 gen() (23324 MB/s)
[    7.180108] localhost kernel: raid6: using intx1 recovery algorithm
[    7.180159] localhost kernel: sched: RT throttling activated
[    7.184623] localhost kernel: md: raid6 personality registered for level 6
[    7.184671] localhost kernel: md: raid5 personality registered for level 5
[    7.184710] localhost kernel: md: raid4 personality registered for level 4
[    7.189191] localhost kernel: md: raid10 personality registered for level 10
[    7.190848] localhost kernel: md: linear personality registered for level -1
[    7.202725] localhost kernel: device-mapper: multipath round-robin: version 1.1.0 loaded
[    7.226421] localhost kernel: RPC: Registered named UNIX socket transport module.
[    7.226495] localhost kernel: RPC: Registered udp transport module.
[    7.226533] localhost kernel: RPC: Registered tcp transport module.
[    7.226572] localhost kernel: RPC: Registered tcp NFSv4.1 backchannel transport module.
[    7.437306] localhost kernel: virtio-pci 0000:00:03.0: enabling device (0100 -> 0101)
[    7.437764] localhost kernel: virtio-pci 0000:00:03.0: virtio_pci: leaving for legacy driver
[    7.446302] localhost kernel: virtio-pci 0000:00:01.0: enabling device (0100 -> 0103)
[    7.447154] localhost kernel: virtio-pci 0000:00:01.0: virtio_pci: leaving for legacy driver
[    7.463573] localhost kernel: ibmvscsi 2000: SRP_VERSION: 16.a
[    7.463678] localhost kernel: scsi host0: IBM POWER Virtual SCSI Adapter 1.5.9
[    7.463834] localhost kernel: ibmvscsi 2000: partner initialization complete
[    7.463894] localhost kernel: ibmvscsi 2000: host srp version: 16.a, host partition qemu (0), OS 2, max io 2097152
[    7.463985] localhost kernel: ibmvscsi 2000: sent SRP login
[    7.464025] localhost kernel: ibmvscsi 2000: SRP_LOGIN succeeded
ARDDISK    2.3. PQ: 0 ANSI: 5
[    7.464402] localhost kernel: scsi 0:0:0:1: CD-ROM            QEMU     QEMU CD-ROM      2.3. PQ: 0 ANSI: 5
[    7.520557] localhost kernel: sd 0:0:0:0: [sda] 41943040 512-byte logical blocks: (21.4 GB/20.0 GiB)
[    7.520913] localhost kernel: sd 0:0:0:0: [sda] Write Protect is off
[    7.520959] localhost kernel: sd 0:0:0:0: [sda] Mode Sense: 63 00 00 08
[    7.521023] localhost kernel: sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    7.522305] localhost kernel: sd 0:0:0:0: [sda] Attached SCSI disk
[    7.525545] localhost kernel: sr 0:0:0:1: [sr0] scsi3-mmc drive: 16x/50x cd/rw xa/form2 cdda tray
[    7.525612] localhost kernel: cdrom: Uniform CD-ROM driver Revision: 3.20
[    7.525861] localhost kernel: sr 0:0:0:1: Attached scsi CD-ROM sr0
[    7.536236] localhost iscsid[313]: can't open InitiatorName configuration file /etc/iscsi/initiatorname.iscsi
[    7.536378] localhost iscsid[313]: Warning: InitiatorName file /etc/iscsi/initiatorname.iscsi does not exist or does not contain a properly formated InitiatorName. If using software iscsi (iscsi_tcp or ib_iser) or partial offload (bnx2i or cxgbi iscsi), you may not be able to log into or d
[    7.536514] localhost iscsid[313]: can't open InitiatorAlias configuration file /etc/iscsi/initiatorname.iscsi
n file /etc/iscsi/iscsid.conf
[    7.536798] localhost rpc.statd[385]: Version 1.3.0 starting
[    7.536939] localhost rpc.statd[385]: Initializing NSM state
[    7.537075] localhost rpc.statd[385]: Running as root.  chown /var/lib/nfs/statd to choose different user
[    7.537224] localhost systemd[1]: Started dracut pre-udev hook.
[    7.537367] localhost systemd[1]: Starting udev Kernel Device Manager...
[    7.537520] localhost systemd-udevd[412]: starting version 219
[    7.537665] localhost systemd[1]: Started udev Kernel Device Manager.
[    7.537806] localhost systemd[1]: Starting dracut pre-trigger hook...
[    7.537945] localhost systemd[1]: Started dracut pre-trigger hook.
[    7.538085] localhost systemd[1]: Starting udev Coldplug all Devices...
[    7.538228] localhost systemd[1]: Started udev Coldplug all Devices.
[    7.538367] localhost systemd[1]: Starting dracut initqueue hook...
[    7.538505] localhost systemd[1]: Reached target System Initialization.
[    7.538645] localhost systemd[1]: Starting System Initialization.
[    7.564822] localhost systemd[1]: Started dracut initqueue hook.
[    7.564976] localhost systemd[1]: Starting dracut pre-mount hook...
[    7.565117] localhost systemd[1]: Reached target Remote File Systems (Pre).
[    7.565259] localhost systemd[1]: Starting Remote File Systems (Pre).
[    7.565398] localhost systemd[1]: Reached target Remote File Systems.
[    7.565538] localhost systemd[1]: Starting Remote File Systems.
[    7.579490] localhost systemd[1]: Started dracut pre-mount hook.
[    7.579648] localhost systemd[1]: Reached target Initrd Root File System.
[    7.579792] localhost systemd[1]: Starting Initrd Root File System.
[    7.579934] localhost systemd[1]: Starting Reload Configuration from the Real Root...
[    7.584637] localhost systemd[1]: Reloading.
[    7.625933] localhost systemd[1]: Started Reload Configuration from the Real Root.
[    7.626443] localhost systemd[1]: Reached target Initrd File Systems.
[    7.626642] localhost systemd[1]: Starting Initrd File Systems.
[    7.627021] localhost systemd[1]: Reached target Initrd Default Target.
[    7.627219] localhost systemd[1]: Starting Initrd Default Target.
[    7.627715] localhost systemd[1]: Starting dracut pre-pivot and cleanup hook...
[    8.001155] localhost multipathd[86]: path checkers start up
[    8.001320] localhost multipathd[86]: sda: add path (uevent)
[    9.957771] localhost rpcbind[381]: cannot open file = /run/rpcbind/rpcbind.xdr for writing
[    9.957906] localhost rpcbind[381]: cannot save any registration
[    9.958029] localhost rpcbind[381]: cannot open file = /run/rpcbind/portmap.xdr for writing
[    9.958150] localhost rpcbind[381]: cannot save any registration
[    9.969108] localhost systemd[1]: Started dracut pre-pivot and cleanup hook.
ons...
[    9.973498] localhost systemd[1]: Stopped target Timers.
[    9.973656] localhost systemd[1]: Stopping Timers.
[    9.974708] localhost systemd[1]: Stopped Cleaning Up and Shutting Down Daemons.
[    9.975324] localhost systemd[1]: Stopped dracut pre-pivot and cleanup hook.
[    9.975531] localhost systemd[1]: Stopping dracut pre-pivot and cleanup hook...
[    9.976106] localhost systemd[1]: Stopped target Remote File Systems.
[    9.976287] localhost systemd[1]: Stopping Remote File Systems.
[    9.976674] localhost systemd[1]: Stopped target Remote File Systems (Pre).
[    9.976856] localhost systemd[1]: Stopping Remote File Systems (Pre).
[    9.977355] localhost systemd[1]: Stopped dracut pre-mount hook.
[    9.977550] localhost systemd[1]: Stopping dracut pre-mount hook...
[    9.978202] localhost systemd[1]: Stopped dracut initqueue hook.
[    9.978389] localhost systemd[1]: Stopping dracut initqueue hook...
[    9.978946] localhost systemd[1]: Stopping Open-iSCSI...
[    9.979493] localhost systemd[1]: Stopped target Initrd Default Target.
[    9.979675] localhost systemd[1]: Stopping Initrd Default Target.
[    9.980131] localhost systemd[1]: Stopped target Basic System.
[    9.980293] localhost systemd[1]: Stopping Basic System.
[    9.980636] localhost systemd[1]: Stopped target Paths.
[    9.980829] localhost systemd[1]: Stopping Paths.
[    9.980989] localhost systemd[1]: Stopped Dispatch Password Requests to Console Directory Watch.
[    9.981162] localhost systemd[1]: Stopping Dispatch Password Requests to Console Directory Watch.
[    9.981498] localhost systemd[1]: Stopped target Sockets.
[    9.981657] localhost systemd[1]: Stopping Sockets.
[    9.982048] localhost systemd[1]: Closed Open-iSCSI iscsiuio Socket.
[    9.982214] localhost systemd[1]: Stopping Open-iSCSI iscsiuio Socket.
[    9.983140] localhost systemd[1]: Stopped target System Initialization.
[    9.983284] localhost systemd[1]: Stopping System Initialization.
[    9.983888] localhost systemd[1]: Stopped target Swap.
[    9.984031] localhost systemd[1]: Stopping Swap.
[    9.984653] localhost systemd[1]: Stopped udev Coldplug all Devices.
[    9.984796] localhost systemd[1]: Stopping udev Coldplug all Devices...
[    9.987048] localhost systemd[1]: Stopped dracut pre-trigger hook.
[    9.987205] localhost systemd[1]: Stopping dracut pre-trigger hook...
[    9.991563] localhost systemd[1]: Stopping udev Kernel Device Manager...
[    9.992215] localhost systemd[1]: Stopped target Local File Systems.
[    9.992635] localhost systemd[1]: Stopping Local File Systems.
[    9.993472] localhost iscsid[313]: iscsid shutting down.
[    9.994008] localhost systemd[1]: Stopped Apply Kernel Variables.
[    9.994159] localhost systemd[1]: Stopping Apply Kernel Variables...
[    9.994714] localhost systemd[1]: Stopped target Encrypted Volumes.
[    9.994874] localhost systemd[1]: Stopping Encrypted Volumes.
[    9.996308] localhost systemd[1]: Stopped target Slices.
[    9.996454] localhost systemd[1]: Stopping Slices.
[    9.996816] localhost systemd[1]: Stopped udev Kernel Device Manager.
[    9.997528] localhost systemd[1]: Stopped Open-iSCSI.
[    9.999026] localhost multipathd[86]: --------shut down-------
[    9.999689] localhost systemd[1]: Stopping Device-Mapper Multipath Device Controller...
[   10.000675] localhost systemd[1]: Stopped Create Static Device Nodes in /dev.
[   10.000874] localhost systemd[1]: Stopping Create Static Device Nodes in /dev...
[   10.002195] localhost systemd[1]: Stopped Create list of required static device nodes for the current kernel.
[   10.002371] localhost systemd[1]: Stopping Create list of required static device nodes for the current kernel...
[   10.003133] localhost systemd[1]: Stopped dracut pre-udev hook.
[   10.003328] localhost systemd[1]: Stopping dracut pre-udev hook...
[   10.003980] localhost systemd[1]: Stopped dracut cmdline hook.
[   10.004175] localhost systemd[1]: Stopping dracut cmdline hook...
[   10.004712] localhost systemd[1]: Closed udev Kernel Socket.
[   10.004894] localhost systemd[1]: Stopping udev Kernel Socket.
[   10.005238] localhost systemd[1]: Closed udev Control Socket.
[   10.005420] localhost systemd[1]: Stopping udev Control Socket.
[   10.005915] localhost systemd[1]: Starting Cleanup udevd DB...
[   10.006682] localhost systemd[1]: Stopped Device-Mapper Multipath Device Controller.
[   10.010630] localhost systemd[1]: Started Cleanup udevd DB.
[   10.010782] localhost systemd[1]: Reached target Switch Root.
[   10.010925] localhost systemd[1]: Starting Switch Root.
[   10.011067] localhost systemd[1]: Starting Switch Root...
[   10.014186] localhost systemctl[640]: Failed to switch root: Specified switch root path /sysroot does not seem to be an OS tree. os-release file is missing.
[   10.015875] localhost systemd[1]: initrd-switch-root.service: main process exited, code=exited, status=1/FAILURE
[   10.016025] localhost systemd[1]: Failed to start Switch Root.
[   10.016170] localhost systemd[1]: Startup finished in 4.996s (kernel) + 0 (initrd) + 5.018s (userspace) = 10.015s.
[   10.016317] localhost systemd[1]: Unit initrd-switch-root.service entered failed state.
[   10.016459] localhost systemd[1]: Triggering OnFailure= dependencies of initrd-switch-root.service.
[   10.016609] localhost systemd[1]: initrd-switch-root.service failed.
[   10.016753] localhost systemd[1]: Starting Setup Virtual Console...
[   10.018628] localhost systemd[1]: Started Setup Virtual Console.
[   10.018774] localhost systemd[1]: Started Emergency Shell.
[   10.018917] localhost systemd[1]: Starting Emergency Shell...
[   10.019060] localhost systemd[1]: Reached target Emergency Mode.
[   10.019201] localhost systemd[1]: Starting Emergency Mode.

Comment 5 RHEL Program Management 2020-12-15 07:43:16 UTC
After evaluating this issue, there are no plans to address it further or fix it in an upcoming release.  Therefore, it is being closed.  If plans change such that this issue will be fixed in an upcoming release, then the bug can be reopened.


Note You need to log in before you can comment on or make changes to this bug.