Giter Club home page Giter Club logo

os's Introduction

RHEL CoreOS and CentOS Stream CoreOS config

This repository is the "config" repository used to build RHEL CoreOS and CentOS Stream CoreOS using coreos-assembler.

There was a previous git repository inside the Red Hat firewall that was never published. The history of that repository is entangled with various private things and is omitted. This repository is now canonical.

Variants

To support building both a RHEL-based and a CentOS Stream-based CoreOS, the coreos-assembler concept of variants is used. The following variants are supported:

  • rhel-9.4: RHEL 9.4-based CoreOS; including OpenShift components.
  • c9s: CentOS Stream-based CoreOS, including OpenShift components. This currently includes some packages from RHEL because not all packages required by OpenShift are provided in CentOS Stream.

The default variant is rhel-9.4.

Reporting issues

The issue tracker for this repository is only used to track the development work related to RHEL CoreOS.

Please report OKD or CentOS Stream CoreOS issues in the OKD issue tracker.

Please see this FAQ entry for Red Hat support.

Frequently Asked Questions

A lot of common questions are answered in the FAQ.

Building and developing CentOS Stream CoreOS

See the SCOS development doc.

Building and developing RHEL CoreOS

See the RHCOS development doc.

CI Configuration

See OpenShift CI notes for more information.

os's People

Contributors

arithx avatar ashcrow avatar bgilbert avatar c4rt0 avatar cgwalters avatar cheesesashimi avatar coreosbot avatar dustymabe avatar gursewak1997 avatar huijinghei avatar jbtrystram avatar jlebon avatar jmarrero avatar jschintag avatar kelvinfan001 avatar lorbuschris avatar marmijo avatar miabbott avatar mike-nguyen avatar nikita-dubrovskii avatar openshift-ci[bot] avatar openshift-merge-bot[bot] avatar openshift-merge-robot avatar prashanth684 avatar prestist avatar rahuls0720 avatar ravanelli avatar sohankunkerkar avatar travier avatar yuqi-zhang avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

os's Issues

disabling docker by default; removing it from the compose?

In openshift/redhat-release-coreos#6 there was mention of either disabling docker by default or removing it completely from the compose.

Rather than litter that PR with design discussion, I've opened this issue. ๐Ÿ˜„

While I'm in favor of both of these (maybe disable first, then incrementally move towards removal) the use case that immediately comes to mind is oc cluster up or minishift. The oc cluster up case still requires docker (not sure about minishift). I believe one or both of those were being considered as a development path for OpenShift devs?

So outright removal doesn't seem wise right now?

Change Ignition to handle pivot, or move it to installer

In all of our discussions of "Ignition runs once", in fact we will almost certainly need it to run twice when doing a pivot. Alternatively, it can be the installer's job. We will need to decide this soon.

I can imagine the installer doing this by basically laying down ssh creds, then adding a systemd unit like this:

[Unit]
ConditionPathExists=!/usr/lib/os.release.d/os-release-rhcos
[Service]
ExecStart=/opt/installer/bin/pivot ...

Then the other systemd units all do the opposite:

[Unit]
ConditionPathExists=/usr/lib/os.release.d/os-release-rhcos
[Service]
ExecStart=/opt/installer/bin/install ...

So we don't do Ignition twice, but all of the systemd units are conditionalized to only run in one case or the other.

Discussion: SSH Shell Greeter

In an early meetings we had talked about gating ssh access via a menu of some kind. Over the weekend I threw together this as a possible starting point. The questions I have are:

  1. Do we still want to gate ssh access via a menu in RHCOS?
  2. If so, what menu options should be present?
  3. If so, does this look like a good starting point?

/cc @cgwalters @bgilbert @dustymabe @lucab

Note: This isn't something we need to figure out now, but since I put together the above code I figured we might as well restart the conversation.

network.service is enabled

Shouldn't be. We should being using NM. Offhand...I suspect this is rd.neednet=1 which we're using for Ignition - dracut may have some rules somewhere which is telling the target to enable network.service? If so I'm not finding it.

revive ignition disks

currently ignition disks stage is missing from RHCOS because we pulled it out in the dracut modules. We need to re-evaluate this and put it back it and also make sure our "boot once detection" still works.

No log output seen if ignition hangs

Bug

Operating System Version

  • RHCOS ~4392

Ignition Version

0.27.0-2.gitcc7ebe0.fc30

Environment

  • libvirt
  • openstack

What hardware/cloud provider/hypervisor is being used to run Ignition?

  • libvirt
  • openstack

Expected Behavior

If ignition is unable to honor the config the boot will fail with log output

Actual Behavior

If ignition is unable to honor the config the booting hangs with no log output.

Reproduction Steps

  1. Provide an ignition config to RHCOS (example to be provided)
  2. Booting hangs with no logs

Other Information

The following PRs addressed similar issues earlier on:

This was reported by @eparis.

error: Commit $COMMIT has no parent

I'm seeing the following over and over in the cloud build:

+ ostree --repo=repo rev-parse 'fef5001fa01e0a4fc6537568ee0649b7420fb67a97e4a849cda33fe304fd6972^'
error: Commit fef5001fa01e0a4fc6537568ee0649b7420fb67a97e4a849cda33fe304fd6972 has no parent
+ ostree --repo=repo rev-parse '9b6ede677640701890b4ac647bfe2ff6d5694c8312f0b4f70c53fecb2c66c748^'
error: Commit 9b6ede677640701890b4ac647bfe2ff6d5694c8312f0b4f70c53fecb2c66c748 has no parent

Line is https://github.com/openshift/os/blob/master/Jenkinsfile.cloud#L168

Ignition handling of various cloud providers

Right now, we have some magic in bootengine for detecting AWS based on Xen and OpenStack based on dmidecode output, though this is clearly not ideal. IIUC, CL had different OEM packages for each cloud that drops in a small grub cfg script which is used at runtime to build the kernel cmdline, e.g. https://github.com/coreos/coreos-overlay/blob/master/coreos-base/oem-gce/files/grub.cfg.

One idea is to have a small libguestfs script that does something similar for each cloud-specific image we provide before uploading them?

treecompose failure

New group entry: systemd-network

(rpm-ostree compose tree:444): GLib-GObject-CRITICAL **: 14:48:48.544: g_object_get_qdata: assertion 'G_IS_OBJECT (object)' failed

(rpm-ostree compose tree:444): GLib-GIO-CRITICAL **: 14:48:48.544: g_file_get_path: assertion 'G_IS_FILE (file)' failed

Ugh. Not sure if it's related to the recent merge or not. Can't repro locally yet. Debugging.

openshift fails to read config file

So I was setting up my local dev, following the docs for openshift on libvirt. I downloaded the latest rhcos image and went through the install, but bootkube failed because it couldn't read a config file. I know this seems like an installer issue, but I think it's an rhcos issue, and you will see why in a second.

Essentially, it was mounting some volumes onto a container to render some assets (see https://github.com/openshift/installer/blob/master/modules/bootkube/resources/bootkube.sh#L7-L12 and https://github.com/openshift/installer/blob/master/modules/bootkube/resources/bootkube.service#L11) and the renderer needed /opt/tectonic/kco-config.yaml (mounted into the container at /assets/kco-config.yaml). However only the directory structure of /opt/tectonic was making it into the container (I used an alpine container to figure that out). In the course of debugging, I tried adding the :z suffix to the volume mount with the alpine container, and the problem went away. When I tried to repro the original issue after that, it was gone, even without the :z suffix.

Reading up on the :z volume mount suffix, it seems like it can have consequences on the host machine (https://stackoverflow.com/a/35222815), particularly, it seems to manipulate selinux labels in some way. My guess is that something changed in the base image kind of recently having to do with the labels on /opt/tectonic (or /var/opt/tectonic which afaict is hardlinked one way or the other), and now the docker command fails to mount the files in properly, and the :z suffix inadvertently fixes the issue.

I'm not sure what could've changed to cause this, but I figured I would throw it out there and see if anyone had some insight. It was definitely a thorn at any rate.

Streamline pivot โžฐ experience

We should provide a tool that handles all the bits to do a container pivot โžฐ, something like:

$ coreos-container-pivot registry.example.com:exampleos:latest

Also in order to make things work better with ignition/cloud-init, maybe have it exit 77 if nothing changed, and optionally add a --reboot arg, so that one can do (in shell script):

do_pivot() {
  set +e
  coreos-container-pivot registry.example.com:exampleos:latest
  rc=$?
  set -e
  case "${rc}" in
    0) systemctl reboot;;;
    77) ;;
    *) exit "${rc}"
  esac
}

Or just:

coreos-container-pivot --reboot registry.example.com:exampleos:latest

and that's a no-op if we're already targeting that container.

Supporting some of this nicely is probably going to require driving down into rpm-ostree's origin data what the container sha256 is or so.

Ignition fails creating folders in /sysroot

As a result of running kola run against RHCOS I've found that Ignition is failing when attempting to create directories inside of /sysroot.

[    8.262414] Starting Setup Virtual Console...ignition[734]: CRITICAL : files: createFilesystemsFiles: createFiles: op(4): [failed]   writing file "/resource/data": mkdir /sysroot/resource: permission  denied

I'm unsure if this is something that's intended.

How to handle Ignition first-boot detection

Located here for lack of a better location to put this issue up.

Ignition should only run once. On CL today this is handled by detecting a file on the boot partition in the grub config. If this file is noticed a kernel command line argument is set, which a systemd generator in the initrd notices and then enables the Ignition units. One of these units then deletes the file once Ignition succeeds.

The way I see it there are two main options for achieving this in red hat land:

Detect a file on the boot partition via the grub config

Similar (identical, really) logic as CL could be used in the grub config of RHCOS to trigger Ignition. Additionally it's really straightforward to enable networking in the initrd by adding some kernel command line arguments, so adding those only when Ignition is going to run would be easy.

The biggest downside I see is that this solution becomes much trickier to implement in an RPM for a system that doesn't include Ignition by default (e.g. Fedora). Modifying the grub config for the sake of Ignition on those platforms seems like a bad idea, so if RHCOS goes with this solution a different one will need to be devised for Fedora/etc.

Detect a file on the boot partition via Ignition's systemd generator

A systemd generator is used in the initrd to determine if Ignition should run. This generator could look for the file on the boot partition itself, and enable the network and Ignition when its present.

The downsides of this are:

  • I already tried this, but the generator was failing for reasons I don't understand. I may have simply had a programming error, but the generator would succeed when manually run from an emergency shell, so I think the generators run early enough to be racing with udev.
  • The generator needs to be able to find the boot partition, so we'll need to mandate that the boot partition has a well known label (e.g. boot). Such a mandate may not be possible on other platforms such as Fedora.
  • I have yet to find a reasonable way to start the network once the initrd is running. Finding someone more experienced with dracut may make this a non-issue.

I'd love people's thoughts on this, especially on if I'm missing any other big positives/negatives for this approach or if we should strive to keep the RHCOS run-Ignition-once solution the same as we use on other platforms.

oscontainer tags

We should make use of tags; today we just push :latest, and I manually pushed a :alpha tag.

It'd be great to have someone look at automatically tagging :alpha after it passes tests - and also ensuring that once this is done we have corresponding images generated (and hmm....we should probably put the kickstart in the oscontainer too!)

Also, to make things more complex: I think we should defer uploading AMIs until after basic qemu sanity checking. Right now the AMI upload is 20 minutes; we could have run tons of basic qemu tests in that time.

So maybe the flow is e.g.:

treecompose -> :latest
basic sanity tests -> :alpha-sanity -> upload to EC2
Once it's in EC2 we do a lot more extensive testing, maybe of a cluster -> :alpha-cluster-sanity

Promotion from :alpha-cluster-sanity to e.g. :beta would be manual?

Yet another tricky thing in all of this is that we will almost certainly need to (in practice) decouple OS-basics testing from kube-and-above testing.

Pull in (or rewrite) toolbox

I think the idea of https://github.com/coreos/toolbox is really critical - even if the implementation is very basic.

My strawman: Write a new tool that uses podman via the varlink API. Have some opinionated defaults, like mounting /srv:/srv for passthrough, and also e.g. -v /etc:/host/etc:ro -v /usr:/host/usr:ro say. But also just pass through some basic options like --pid=host.

In my dev containers I ended up doing -v /home:/srv/container-home so that I get persistent history. There's a whole big decision point about using --rm by default here (which forces storing state elsewhere, IMO a good idea) or not.

ostree compose not properly detected "changes"

I have identified two compose runs that obviously have different content in them that is reporting "no changes":

The jenkins pipeline view shows 1168 building with ignition-0.23.0-0.7.el7.x86_64 (dustymabe-ignition) and 1169 buildilng with ignition-0.23.0-0.8.el7.x86_64 but 1169 reports at the bottom: No apparent changes since previous commit

Building locally is super confusing

Right now all build logic for the OS is in Jenkinsfiles. This is great for a pipeline, terrible for people who want to build locally and test things. I believe we need to find a way to separate building from the pipeline so that developers can build local dev versions of RHCOS.

See #107

oc cluster up fails

Not entirely sure what's going wrong...looking through the logs quickly I see some etcd cert issues at least.

# rpm-ostree status
State: idle; auto updates disabled
Deployments:
โ— ostree://rhcos:openshift/3.10/x86_64/os
                   Version: 3.10-7.5.23 (2018-05-29 16:09:02)
                    Commit: d953d2db12ae9f778814d879ef5ad7a7636c5a9de86b0fc8c72ac46f9aa255db
# rpm -q origin
origin-3.10.0-0.alpha.0.1323.836f8e3.x86_64

ignition build failure

Currently we use the Fedora guildelines for ExclusiveArch but our buildroot today isn't pulling in the necessary golang macros, so we end up with ExclusiveArch: (nothing).

This is a painful type of issue when mixing fedora/el spec builds. We can likely just drop the ExclusiveArch for now in our spec - but it might also not be too hard to add the golang macros to our buildroot definition.

systemd units created by Ignition don't have their symlinks created

Ignition expects that systemd-preset will run and take care of creating relevant symlinks.

As a result currently any systemd unit created by Ignition will not run despite being enabled.

Per @cgwalters systemd-preset won't run on RHCOS:
that's another consequence of the ConditionFirstBoot= not being set - it only works for systems with empty /etc (neither classic fedora/rhel nor ostree-based systems)

Use imagefactory for Vagrant boxes

The problem now is https://github.com/cgwalters/qcow2-to-vagrant doesn't handle all of the formatting goop for e.g. VirtualBox too. That may not be hard to add...but at this point it's probably saner to have the Vagrant box be a separate ImageFactory run like it is with FAH today.

That said...conceptually a nice approach for Vagrant would be to inject a default Ignition config that sets it all up rather than the systemd unit we do now - but only if we can extract the "make an OVA" bits from ImageFactory without duplicating too much code.

Ignition: useradd failure during initial boot

When a non-default user is specified in an Ignition config it fails during the useradd trying to create the home directory.

[   19.778871] ignition[723]: CRITICAL : files: failed to create users/groups: failed to create users: failed to create user "core": exit status 12: Cmd: "/usr/sbin/useradd" "--root" "/sysroot" "--       create-home" "--password" "*" "core" Stdout: "" Stderr: "useradd: cannot create directory /home/core\n"] Started Emergency Shell.

Some additional investigation into the ordering might be required if the /home symlink is non-functional currently.

Full serial console run @ https://slack-files.com/T027F3GAJ-FB33Q74Q1-bef7bf3c2c

Missing binary: etcdctl

etcdctl is present on Container Linux.

Is this something that we'd want to ship in the base OS or something that we expect users to run inside of a container?

generating + publishing pkg diffs between oscontainers

The RHCOS ostree repo only has a single commit in it at the end of the pipeline. This makes collecting pkg diffs between commits via rpm-ostree db diff not quite as easy as before.

I think it would be useful to generate these kinds of changes and publish them as part of the metadata we make available. But I think we should decide on which versions we are diff'ing.

In #77, @cgwalters suggested starting to tag buildmaster, latest, beta, and stable versions of the oscontainer, where buildmaster has no testing and latest has minimal smoke testing.

Using the above tags, I suggest to start with a latest -> beta diff and beta -> stable diff as the set of pkg diff metadata we would publish to users.

We could keep diffs between each buildmaster or each latest internal for our own debugging purposes?

Any thoughts or suggestions?

No ignition

The patches all got merged, the problem seems to be for some reason we don't have /boot/coreos-firstboot in /boot in the images. Debugging.

Unable to use pivot or docker for rebasing into container content

Hi,
As title suggests, I was unable to use pivot/(docker + rebase) locally. Below is the method I have tried.

-------docker login is done earlier ------
[root@localhost ~]# ./pivot registry.svc.ci.openshift.org/rhcos/os:latest
pivot version 0.0.0 (56ac45679f34297b39fdc74b874900efa33eb8e5)
Running: skopeo inspect docker://registry.svc.ci.openshift.org/rhcos/os:latest
Trying to pull registry.svc.ci.openshift.org/rhcos/os:latest@sha256:05815042ae65eabac9c1406b7a8cc8fae45345407fe95cc939367f2d2a031ea2...Getting image source signatures
Copying blob sha256:9fd0835072117c2226c8ae1334aaf880e02edbba573329c3e3bcb7f6136a0dac
 71.23 MB / 71.23 MB [======================================================] 8s
Copying blob sha256:b3ccca4efa9f6752e8706e6de91a5db79717ce248517a4e9f374f06e7dca7097
 709.60 MB / 709.60 MB [=================================================] 1m27s
Copying config sha256:03b98184dc2939e423efefaa044d31ed06d717ee09351affab5b68ed0b7562c6
 2.21 KB / 2.21 KB [========================================================] 0s
Writing manifest to image destination
Storing signatures
03b98184dc2939e423efefaa044d31ed06d717ee09351affab5b68ed0b7562c6
Running: podman run -d --name ostree-container-pivot --entrypoint sleep registry.svc.ci.openshift.org/rhcos/os:latest@sha256:05815042ae65eabac9c1406b7a8cc8fae45345407fe95cc939367f2d2a031ea2 infinity
Running: podman mount 83ff4446d6fd4bec3d90f74c340b0e853d1a0a9546b76fcd22ff6bd662416152
Running: ostree --repo=srv/tree/repo refs
error: /var/lib/containers/storage/overlay/8ffccd95b35cabd32a7ff839004623a483a1b1d85b5bc5bc49cd651fb705d73b/merged/srv/tree/repo: opendir(/var/lib/containers/storage/overlay/8ffccd95b35cabd32a7ff839004623a483a1b1d85b5bc5bc49cd651fb705d73b/merged/srv/tree/repo): No such file or directory
F0706 14:33:40.715089    2900 run.go:34] ostree: exit status 1
goroutine 1 [running]:
github.com/ashcrow/pivot/vendor/github.com/golang/glog.stacks(0xc420016e00, 0xc420066a20, 0x3f, 0x10b)
	/home/steve/Tech/Envs/go/src/github.com/ashcrow/pivot/vendor/github.com/golang/glog/glog.go:769 +0xa7
github.com/ashcrow/pivot/vendor/github.com/golang/glog.(*loggingT).output(0x6e7d40, 0xc400000003, 0xc420094160, 0x6c99d8, 0x6, 0x22, 0x0)
	/home/steve/Tech/Envs/go/src/github.com/ashcrow/pivot/vendor/github.com/golang/glog/glog.go:720 +0x36b
github.com/ashcrow/pivot/vendor/github.com/golang/glog.(*loggingT).printf(0x6e7d40, 0xc400000003, 0x5ee520, 0x6, 0xc4200cb7e8, 0x2, 0x2)
	/home/steve/Tech/Envs/go/src/github.com/ashcrow/pivot/vendor/github.com/golang/glog/glog.go:655 +0x14f
github.com/ashcrow/pivot/vendor/github.com/golang/glog.Fatalf(0x5ee520, 0x6, 0xc4200cb7e8, 0x2, 0x2)
	/home/steve/Tech/Envs/go/src/github.com/ashcrow/pivot/vendor/github.com/golang/glog/glog.go:1148 +0x67
github.com/ashcrow/pivot/utils.RunGetOut(0x5ee742, 0x6, 0xc4200cbab0, 0x2, 0x2, 0xc4200438f0, 0x6b)
	/home/steve/Tech/Envs/go/src/github.com/ashcrow/pivot/utils/run.go:34 +0x310
github.com/ashcrow/pivot/cmd.Execute(0x6e58c0, 0xc420083a70, 0x1, 0x1)
	/home/steve/Tech/Envs/go/src/github.com/ashcrow/pivot/cmd/root.go:89 +0x5e2
github.com/ashcrow/pivot/vendor/github.com/spf13/cobra.(*Command).execute(0x6e58c0, 0xc42000a1d0, 0x1, 0x1, 0x6e58c0, 0xc42000a1d0)
	/home/steve/Tech/Envs/go/src/github.com/ashcrow/pivot/vendor/github.com/spf13/cobra/command.go:766 +0x2b9
github.com/ashcrow/pivot/vendor/github.com/spf13/cobra.(*Command).ExecuteC(0x6e58c0, 0x4, 0x6ce500, 0xc420083a20)
	/home/steve/Tech/Envs/go/src/github.com/ashcrow/pivot/vendor/github.com/spf13/cobra/command.go:852 +0x37e
github.com/ashcrow/pivot/vendor/github.com/spf13/cobra.(*Command).Execute(0x6e58c0, 0xb, 0x5ee21a)
	/home/steve/Tech/Envs/go/src/github.com/ashcrow/pivot/vendor/github.com/spf13/cobra/command.go:800 +0x2b
main.main()
	/home/steve/Tech/Envs/go/src/github.com/ashcrow/pivot/main.go:25 +0x154
[root@localhost ~]# rpm-ostree status
State: idle; auto updates disabled
Deployments:
* ostree://fedora-atomic:fedora/28/x86_64/atomic-host
                   Version: 28.20180527.0 (2018-05-27 19:05:29)
                    Commit: 291ea90da29bc5abe757b5a50813b3de1396b08412939a89b3b671aba9856093
              GPGSignature: Valid signature by 128CF232A9371991C8A65695E08E7E629DB62FB1

As above suggests, the image seems to be pulling down correctly, but neither pivot or docker way are able to rebase/use the /repo content from the container. I have seen this behaviour for two hosts.. Am I missing something? Thanks :).

No sudoers groups exist with NOPASSWD

By default it doesn't seem like any groups exist in /etc/sudoers. On Container Linux both the %sudo group & the core user have NOPASSWD.

The default sudoers for CL (from /usr/share/baselayout/sudoers):

## Default sudoers for CoreOS

## Pass LESSCHARSET through for systemd commands run through sudo that call less.
## See https://github.com/coreos/bugs/issues/365.
Defaults env_keep += "LESSCHARSET"

## enable root and wheel
root ALL=(ALL) ALL
%wheel ALL=(ALL) ALL

## enable passwordless access for sudo
%sudo ALL=(ALL) NOPASSWD: ALL

## the core user has no password by default
core ALL=(ALL) NOPASSWD: ALL

## Read drop-in files from /etc/sudoers.d
## (the '#' here does not indicate a comment)
#includedir /etc/sudoers.d

re-organize this repo

There are a ton of files in the top level and they are for various purposes. It would be nice if we could group things together in subfolders and have a structure that was more user friendly.

Thoughts?

Make SELinux enforcing

AFAIK we have enforcing=0 as a hack to bringup Ignition. We need to ship in enforcing mode.

Issue pulling user_data in OpenStack

Ignition fails to pull user_data due to what appears to be a networking issue. I'm using rhcos-openstack.qcow2.gz from http://aos-ostree.rhev-ci-vms.eng.rdu2.redhat.com/rhcos/images/cloud/latest/ dated some time last week. I can replicate this on both OpenStack v9 and v10. The console logs are as follows:

> [H[J[1;1H[?25l[m[H[J[1;1H[20;7H[mUse the ^ and v keys to change the selection. > Press 'e' to edit the selected item, or 'c' for a command prompt. [4;80H [7m[4;1H Red Hat CoreOS 3.10 4.0.3999 (ostree) [m[4;79H[m[m[5;1H [m[5;79H[m[m[6;1H [m[6;79H[m[m[7;1H [m[7;79H[m[m[8;1H [m[8;79H[m[m[9;1H [m[9;79H[m[m[10;1H [m[10;79H[m[m[11;1H [m[11;79H[m[m[12;1H [m[12;79H[m[m[13;1H [m[13;79H[m[m[14;1H [m[14;79H[m[m[15;1H [m[15;79H[m[m[16;1H [m[16;79H[m[m[17;1H [m[17;79H[m[m[18;1H [m[18;79H[m[18;80H [4;79H[22;1H The selected entry will be started automatically in 1s. [4;79H[22;1H The selected entry will be started automatically in 0s. [4;79H[?25h[H[J[1;1H[H[J[1;1H[ 0.000000] Initializing cgroup subsys cpuset > [ 0.000000] Initializing cgroup subsys cpu > [ 0.000000] Initializing cgroup subsys cpuacct > [ 0.000000] Linux version 3.10.0-862.2.3.el7.x86_64 ([email protected]) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-28) (GCC) ) #1 SMP Mon Apr 30 12:37:51 EDT 2018 > [ 0.000000] Command line: BOOT_IMAGE=/ostree/rhcos-e7f7c60f676784d3592864ddc4ffde0b8e45656ab0e71cd32331dbcce9881534/vmlinuz-3.10.0-862.2.3.el7.x86_64 no_timer_check console=tty0 console=ttyS0,115200n8 net.ifnames=0 biosdevname=0 ip=dhcp rd.neednet=1 enforcing=0 rw coreos.firstboot=detected rd.lvm.lv=coreos/root root=/dev/mapper/coreos-root ostree=/ostree/boot.0/rhcos/e7f7c60f676784d3592864ddc4ffde0b8e45656ab0e71cd32331dbcce9881534/0 coreos.oem.id=openstack > [ 0.000000] e820: BIOS-provided physical RAM map: > [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable > [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved > [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved > [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000bffd9fff] usable > [ 0.000000] BIOS-e820: [mem 0x00000000bffda000-0x00000000bfffffff] reserved > [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved > [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved > [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000023fffffff] usable > [ 0.000000] NX (Execute Disable) protection: active > [ 0.000000] SMBIOS 2.8 present. > [ 0.000000] Hypervisor detected: KVM > [ 0.000000] e820: last_pfn = 0x240000 max_arch_pfn = 0x400000000 > [ 0.000000] PAT configuration [0-7]: WB WC UC- UC WB WP UC- UC > [ 0.000000] e820: last_pfn = 0xbffda max_arch_pfn = 0x400000000 > [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffffffffff2002f0] > [ 0.000000] Using GB pages for direct mapping > [ 0.000000] RAMDISK: [mem 0x307ee000-0x343eefff] > [ 0.000000] Early table checksum verification disabled > [ 0.000000] ACPI: RSDP 00000000000f70a0 00014 (v00 BOCHS ) > [ 0.000000] ACPI: RSDT 00000000bffe14c9 0002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) > [ 0.000000] ACPI: FACP 00000000bffe13dd 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) > [ 0.000000] ACPI: DSDT 00000000bffe0040 0139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) > [ 0.000000] ACPI: FACS 00000000bffe0000 00040 > [ 0.000000] ACPI: APIC 00000000bffe1451 00078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) > [ 0.000000] No NUMA configuration found > [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000023fffffff] > [ 0.000000] NODE_DATA(0) allocated [mem 0x23ffd9000-0x23fffffff] > [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 > [ 0.000000] kvm-clock: cpu 0, msr 2:3ff89001, primary cpu clock > [ 0.000000] kvm-clock: using sched offset of 4128179240 cycles > [ 0.000000] Zone ranges: > [ 0.000000] DMA [mem 0x00001000-0x00ffffff] > [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] > [ 0.000000] Normal [mem 0x100000000-0x23fffffff] > [ 0.000000] Movable zone start for each node > [ 0.000000] Early memory node ranges > [ 0.000000] node 0: [mem 0x00001000-0x0009efff] > [ 0.000000] node 0: [mem 0x00100000-0xbffd9fff] > [ 0.000000] node 0: [mem 0x100000000-0x23fffffff] > [ 0.000000] Initmem setup node 0 [mem 0x00001000-0x23fffffff] > [ 0.000000] ACPI: PM-Timer IO Port: 0x608 > [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) > [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) > [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) > [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 > [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) > [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) > [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) > [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) > [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) > [ 0.000000] Using ACPI (MADT) for SMP configuration information > [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs > [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] > [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] > [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] > [ 0.000000] PM: Registered nosave memory: [mem 0xbffda000-0xbfffffff] > [ 0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xfeffbfff] > [ 0.000000] PM: Registered nosave memory: [mem 0xfeffc000-0xfeffffff] > [ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xfffbffff] > [ 0.000000] PM: Registered nosave memory: [mem 0xfffc0000-0xffffffff] > [ 0.000000] e820: [mem 0xc0000000-0xfeffbfff] available for PCI devices > [ 0.000000] Booting paravirtualized kernel on KVM > [ 0.000000] setup_percpu: NR_CPUS:5120 nr_cpumask_bits:1 nr_cpu_ids:1 nr_node_ids:1 > [ 0.000000] PERCPU: Embedded 35 pages/cpu @ffffa0343fc00000 s104856 r8192 d30312 u2097152 > [ 0.000000] KVM setup async PF for cpu 0 > [ 0.000000] kvm-stealtime: cpu 0, msr 23fc134c0 > [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) > [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 2064227 > [ 0.000000] Policy zone: Normal > [ 0.000000] Kernel command line: BOOT_IMAGE=/ostree/rhcos-e7f7c60f676784d3592864ddc4ffde0b8e45656ab0e71cd32331dbcce9881534/vmlinuz-3.10.0-862.2.3.el7.x86_64 no_timer_check console=tty0 console=ttyS0,115200n8 net.ifnames=0 biosdevname=0 ip=dhcp rd.neednet=1 enforcing=0 rw coreos.firstboot=detected rd.lvm.lv=coreos/root root=/dev/mapper/coreos-root ostree=/ostree/boot.0/rhcos/e7f7c60f676784d3592864ddc4ffde0b8e45656ab0e71cd32331dbcce9881534/0 coreos.oem.id=openstack > [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) > [ 0.000000] x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100 > [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form > [ 0.000000] Memory: 5096576k/9437184k available (7324k kernel code, 1049120k absent, 278188k reserved, 6305k data, 1832k init) > [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 > [ 0.000000] x86/pti: Unmapping kernel while in userspace > [ 0.000000] Hierarchical RCU implementation. > [ 0.000000] RCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=1. > [ 0.000000] NR_IRQS:327936 nr_irqs:256 0 > [ 0.000000] Console: colour VGA+ 80x25 > [ 0.000000] console [tty0] enabled > [ 0.000000] console [ttyS0] enabled > [ 0.000000] allocated 33554432 bytes of page_cgroup > [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups > [ 0.000000] tsc: Detected 1999.997 MHz processor > [ 0.450681] Calibrating delay loop (skipped) preset value.. 3999.99 BogoMIPS (lpj=1999997) > [ 0.452743] pid_max: default: 32768 minimum: 301 > [ 0.453799] Security Framework initialized > [ 0.454839] SELinux: Initializing. > [ 0.455855] Yama: becoming mindful. > [ 0.457490] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes) > [ 0.467409] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes) > [ 0.472372] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes) > [ 0.473705] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes) > [ 0.476271] Initializing cgroup subsys memory > [ 0.477283] Initializing cgroup subsys devices > [ 0.478256] Initializing cgroup subsys freezer > [ 0.479231] Initializing cgroup subsys net_cls > [ 0.480199] Initializing cgroup subsys blkio > [ 0.481227] Initializing cgroup subsys perf_event > [ 0.482283] Initializing cgroup subsys hugetlb > [ 0.483429] Initializing cgroup subsys pids > [ 0.484438] Initializing cgroup subsys net_prio > [ 0.485557] CPU: Physical Processor ID: 0 > [ 0.487331] mce: CPU supports 10 MCE banks > [ 0.488309] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 > [ 0.489403] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 > [ 0.490738] tlb_flushall_shift: 6 > [ 0.491959] FEATURE SPEC_CTRL Not Present > [ 0.493387] FEATURE IBPB_SUPPORT Not Present > [ 0.495374] Spectre V2 : Vulnerable: Retpoline without IBPB > [ 0.525631] Freeing SMP alternatives: 24k freed > [ 0.532786] ACPI: Core revision 20130517 > [ 0.534701] ACPI: All ACPI Tables successfully acquired > [ 0.536213] ftrace: allocating 28047 entries in 110 pages > [ 0.583640] Enabling x2apic > [ 0.584502] Enabled x2apic > [ 0.585608] Switched APIC routing to physical x2apic. > [ 0.587659] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 > [ 0.588820] smpboot: CPU0: Intel Core Processor (Skylake) (fam: 06, model: 5e, stepping: 03) > [ 0.590889] Performance Events: unsupported p6 CPU model 94 no PMU driver, software events only. > [ 0.592963] KVM setup paravirtual spinlock > [ 0.595613] Brought up 1 CPUs > [ 0.596541] smpboot: Max logical packages: 1 > [ 0.597494] smpboot: Total of 1 processors activated (3999.99 BogoMIPS) > [ 0.614412] node 0 initialised, 753325 pages in 15ms > [ 0.615747] devtmpfs: initialized > [ 0.619113] EVM: security.selinux > [ 0.620013] EVM: security.ima > [ 0.620809] EVM: security.capability > [ 0.623177] atomic64 test passed for x86-64 platform with CX8 and with SSE > [ 0.624477] pinctrl core: initialized pinctrl subsystem > [ 0.625709] RTC time: 21:21:36, date: 08/10/18 > [ 0.626819] NET: Registered protocol family 16 > [ 0.628154] ACPI: bus type PCI registered > [ 0.629092] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 > [ 0.630439] PCI: Using configuration type 1 for base access > [ 0.632984] ACPI: Added _OSI(Module Device) > [ 0.633969] ACPI: Added _OSI(Processor Device) > [ 0.634992] ACPI: Added _OSI(3.0 _SCP Extensions) > [ 0.635977] ACPI: Added _OSI(Processor Aggregator Device) > [ 0.640844] ACPI: Interpreter enabled > [ 0.641772] ACPI: (supports S0 S5) > [ 0.642657] ACPI: Using IOAPIC for interrupt routing > [ 0.643771] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug > [ 0.645732] ACPI: Enabled 2 GPEs in block 00 to 0F > [ 0.649727] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) > [ 0.650928] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] > [ 0.652181] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM > [ 0.653575] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. > [ 0.656232] acpiphp: Slot [3] registered > [ 0.657161] acpiphp: Slot [4] registered > [ 0.658081] acpiphp: Slot [5] registered > [ 0.659030] acpiphp: Slot [6] registered > [ 0.659945] acpiphp: Slot [7] registered > [ 0.660973] acpiphp: Slot [8] registered > [ 0.662106] acpiphp: Slot [9] registered > [ 0.663188] acpiphp: Slot [10] registered > [ 0.664216] acpiphp: Slot [11] registered > [ 0.665140] acpiphp: Slot [12] registered > [ 0.666068] acpiphp: Slot [13] registered > [ 0.666992] acpiphp: Slot [14] registered > [ 0.667925] acpiphp: Slot [15] registered > [ 0.668843] acpiphp: Slot [16] registered > [ 0.669773] acpiphp: Slot [17] registered > [ 0.670697] acpiphp: Slot [18] registered > [ 0.671646] acpiphp: Slot [19] registered > [ 0.672694] acpiphp: Slot [20] registered > [ 0.673618] acpiphp: Slot [21] registered > [ 0.674570] acpiphp: Slot [22] registered > [ 0.675699] acpiphp: Slot [23] registered > [ 0.676655] acpiphp: Slot [24] registered > [ 0.677650] acpiphp: Slot [25] registered > [ 0.678824] acpiphp: Slot [26] registered > [ 0.679800] acpiphp: Slot [27] registered > [ 0.680767] acpiphp: Slot [28] registered > [ 0.681800] acpiphp: Slot [29] registered > [ 0.682768] acpiphp: Slot [30] registered > [ 0.683712] acpiphp: Slot [31] registered > [ 0.684636] PCI host bridge to bus 0000:00 > [ 0.685563] pci_bus 0000:00: root bus resource [bus 00-ff] > [ 0.686625] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] > [ 0.687824] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] > [ 0.689153] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] > [ 0.690953] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window] > [ 0.703410] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] > [ 0.706481] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] > [ 0.707656] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] > [ 0.709058] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] > [ 0.719838] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI > [ 0.721715] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB > [ 0.858660] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) > [ 0.860418] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) > [ 0.862104] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) > [ 0.863761] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) > [ 0.866286] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) > [ 0.868169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none > [ 0.869981] vgaarb: loaded > [ 0.870747] vgaarb: bridge control possible 0000:00:02.0 > [ 0.872228] SCSI subsystem initialized > [ 0.873185] ACPI: bus type USB registered > [ 0.874153] usbcore: registered new interface driver usbfs > [ 0.875284] usbcore: registered new interface driver hub > [ 0.876587] usbcore: registered new device driver usb > [ 0.877839] EDAC MC: Ver: 3.0.0 > [ 0.879054] PCI: Using ACPI for IRQ routing > [ 0.880417] NetLabel: Initializing > [ 0.881305] NetLabel: domain hash size = 128 > [ 0.882378] NetLabel: protocols = UNLABELED CIPSOv4 > [ 0.883481] NetLabel: unlabeled traffic allowed by default > [ 0.884734] amd_nb: Cannot enumerate AMD northbridges > [ 0.885816] Switched to clocksource kvm-clock > [ 0.897592] pnp: PnP ACPI init > [ 0.898482] ACPI: bus type PNP registered > [ 0.900005] pnp: PnP ACPI: found 6 devices > [ 0.900990] ACPI: bus type PNP unregistered > [ 0.908314] NET: Registered protocol family 2 > [ 0.909652] TCP established hash table entries: 65536 (order: 7, 524288 bytes) > [ 0.911916] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes) > [ 0.914052] TCP: Hash tables configured (established 65536 bind 65536) > [ 0.915370] TCP: reno registered > [ 0.916340] UDP hash table entries: 4096 (order: 5, 131072 bytes) > [ 0.917644] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes) > [ 0.919134] NET: Registered protocol family 1 > [ 0.920250] pci 0000:00:00.0: Limiting direct PCI/PCI transfers > [ 0.921471] pci 0000:00:01.0: PIIX3: Enabling Passive Release > [ 0.922671] pci 0000:00:01.0: Activating ISA DMA hang workarounds > [ 0.951864] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 > [ 0.981733] Unpacking initramfs... > [ 1.939483] Freeing initrd memory: 61444k freed > [ 1.961508] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) > [ 1.962772] software IO TLB [mem 0xbbfda000-0xbffda000] (64MB) mapped at [ffffa032bbfda000-ffffa032bffd9fff] > [ 1.985881] sha1_ssse3: Using AVX2 optimized SHA-1 implementation > [ 1.987363] sha256_ssse3: Using AVX2 optimized SHA-256 implementation > [ 1.989132] futex hash table entries: 256 (order: 2, 16384 bytes) > [ 1.990346] Initialise system trusted keyring > [ 1.991411] audit: initializing netlink socket (disabled) > [ 1.992855] type=2000 audit(1533936097.464:1): initialized > [ 2.030648] HugeTLB registered 1 GB page size, pre-allocated 0 pages > [ 2.031888] HugeTLB registered 2 MB page size, pre-allocated 0 pages > [ 2.034824] zpool: loaded > [ 2.035626] zbud: loaded > [ 2.036913] VFS: Disk quotas dquot_6.5.2 > [ 2.037896] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) > [ 2.039542] msgmni has been set to 15959 > [ 2.040595] Key type big_key registered > [ 2.042473] NET: Registered protocol family 38 > [ 2.043474] Key type asymmetric registered > [ 2.044410] Asymmetric key parser 'x509' registered > [ 2.045482] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 248) > [ 2.047350] io scheduler noop registered > [ 2.048276] io scheduler deadline registered (default) > [ 2.049361] io scheduler cfq registered > [ 2.050277] io scheduler mq-deadline registered > [ 2.051254] io scheduler kyber registered > [ 2.052445] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 > [ 2.053539] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 > [ 2.055365] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 > [ 2.057169] ACPI: Power Button [PWRF] > [ 2.058952] GHES: HEST is not enabled! > [ 2.060178] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled > [ 2.085975] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A > [ 2.111197] 00:05: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A > [ 2.113001] Non-volatile memory driver v1.3 > [ 2.114013] Linux agpgart interface v0.103 > [ 2.115268] crash memory driver: version 1.1 > [ 2.116496] rdac: device handler registered > [ 2.117504] hp_sw: device handler registered > [ 2.118520] emc: device handler registered > [ 2.119493] alua: device handler registered > [ 2.120542] libphy: Fixed MDIO Bus: probed > [ 2.121597] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver > [ 2.122799] ehci-pci: EHCI PCI platform driver > [ 2.123822] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver > [ 2.124977] ohci-pci: OHCI PCI platform driver > [ 2.125997] uhci_hcd: USB Universal Host Controller Interface driver > [ 2.157619] uhci_hcd 0000:00:01.2: UHCI Host Controller > [ 2.159129] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 > [ 2.161347] uhci_hcd 0000:00:01.2: detected 2 ports > [ 2.162720] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 > [ 2.164110] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 > [ 2.165384] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 > [ 2.167726] usb usb1: Product: UHCI Host Controller > [ 2.169169] usb usb1: Manufacturer: Linux 3.10.0-862.2.3.el7.x86_64 uhci_hcd > [ 2.170577] usb usb1: SerialNumber: 0000:00:01.2 > [ 2.172217] hub 1-0:1.0: USB hub found > [ 2.173542] hub 1-0:1.0: 2 ports detected > [ 2.175000] usbcore: registered new interface driver usbserial > [ 2.176233] usbcore: registered new interface driver usbserial_generic > [ 2.177774] usbserial: USB Serial support registered for generic > [ 2.179265] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 > [ 2.182252] serio: i8042 KBD port at 0x60,0x64 irq 1 > [ 2.183659] serio: i8042 AUX port at 0x60,0x64 irq 12 > [ 2.185082] mousedev: PS/2 mouse device common for all mice > [ 2.187008] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 > [ 2.189705] rtc_cmos 00:00: RTC can wake from S4 > [ 2.192230] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2 > [ 2.195135] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 > [ 2.196969] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram > [ 2.198980] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 > [ 2.201330] cpuidle: using governor menu > [ 2.202782] hidraw: raw HID events driver (C) Jiri Kosina > [ 2.204097] usbcore: registered new interface driver usbhid > [ 2.205513] usbhid: USB HID core driver > [ 2.206791] drop_monitor: Initializing network drop monitor service > [ 2.208675] TCP: cubic registered > [ 2.209650] Initializing XFRM netlink socket > [ 2.210871] NET: Registered protocol family 10 > [ 2.212358] NET: Registered protocol family 17 > [ 2.213425] mpls_gso: MPLS GSO support > [ 2.214942] microcode: CPU0 sig=0x506e3, pf=0x1, revision=0x1 > [ 2.216359] microcode: Microcode Update Driver: v2.01 , Peter Oruba > [ 2.218701] Loading compiled-in X.509 certificates > [ 2.220596] Loaded X.509 cert 'Red Hat Enterprise Linux Driver Update Program (key 3): bf57f3e87362bc7229d9f465321773dfd1f77a80' > [ 2.223610] Loaded X.509 cert 'Red Hat Enterprise Linux kpatch signing key: 4d38fd864ebe18c5f0b72e3852e2014c3a676fc8' > [ 2.226438] Loaded X.509 cert 'Red Hat Enterprise Linux kernel signing key: f069858c32950cc1b2e7de8ce20e565a586495b1' > [ 2.228961] registered taskstats version 1 > [ 2.233839] Key type trusted registered > [ 2.236900] Key type encrypted registered > [ 2.238105] IMA: No TPM chip found, activating TPM-bypass! (rc=-19) > [ 2.239987] Magic number: 14:813:398 > [ 2.241126] rtc_cmos 00:00: setting system clock to 2018-08-10 21:21:37 UTC (1533936097) > [ 2.244609] Freeing unused kernel memory: 1832k freed > [ 2.246970] Write protecting the kernel read-only data: 12288k > [ 2.250475] Freeing unused kernel memory: 856k freed > [ 2.254648] Freeing unused kernel memory: 684k freed > [ 2.260821] random: systemd: uninitialized urandom read (16 bytes read) > [ 2.262716] random: systemd: uninitialized urandom read (16 bytes read) > [ 2.264441] random: systemd: uninitialized urandom read (16 bytes read) > [ 2.267337] 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) > [ 2.271308] systemd[1]: Detected virtualization kvm. > [ 2.272690] systemd[1]: Detected architecture x86-64. > [ 2.274023] systemd[1]: Running in initial RAM disk. > > Welcome to [0;34mRed Hat CoreOS 3.10 dracut-033-535.el7 (Initramfs)[0m! > > [ 2.275982] systemd[1]: No hostname configured. > [ 2.277191] systemd[1]: Set hostname to . > [ 2.278620] systemd[1]: Initializing machine ID from KVM UUID. > [ 2.289880] random: systemd-cryptse: uninitialized urandom read (16 bytes read) > [ 2.339425] random: systemd: uninitialized urandom read (16 bytes read) > [ 2.340889] random: systemd: uninitialized urandom read (16 bytes read) > [ 2.342235] random: systemd: uninitialized urandom read (16 bytes read) > [ 2.343537] random: systemd: uninitialized urandom read (16 bytes read) > [ 2.345722] random: systemd: uninitialized urandom read (16 bytes read) > [ 2.347245] random: systemd: uninitialized urandom read (16 bytes read) > [ 2.353709] systemd[1]: Cannot add dependency job for unit blk-availability.service, ignoring: Unit not found. > [[32m OK [0m] Created slice Root Slice. > [ 2.357239] systemd[1]: Created slice Root Slice. > [ 2.358318] systemd[1]: Starting Root Slice. > [[32m OK [0m] Reached target Local File Systems. > [ 2.359795] systemd[1]: Reached target Local File Systems. > [ 2.360933] systemd[1]: Starting Local File Systems. > [[32m OK [0m] Created slice System Slice. > [ 2.362511] systemd[1]: Created slice System Slice. > [ 2.363568] systemd[1]: Starting System Slice. > [[32m OK [0m] Listening on udev Kernel Socket. > [ 2.365101] systemd[1]: Listening on udev Kernel Socket. > [ 2.366203] systemd[1]: Starting udev Kernel Socket. > [[32m OK [0m] Reached target Slices. > [ 2.367631] systemd[1]: Reached target Slices. > [ 2.368630] systemd[1]: Starting Slices. > [[32m OK [0m] Listening on Journal Socket. > [ 2.370041] systemd[1]: Listening on Journal Socket. > [ 2.371099] systemd[1]: Starting Journal Socket. > [ 2.372762] systemd[1]: Starting Journal Service... > Starting Journal Service... > [[32m OK [0m] Reached target Swap. > [ 2.374647] systemd[1]: Reached target Swap. > [ 2.375855] systemd[1]: Starting Swap. > [[32m OK [0m] Reached target Timers. > [ 2.378424] systemd[1]: Reached target Timers. > [ 2.381899] systemd[1]: Starting Timers. > [[32m OK [0m] Listening on udev Control Socket. > [ 2.384530] systemd[1]: Listening on udev Control Socket. > [ 2.387894] systemd[1]: Starting udev Control Socket. > [ 2.391592] systemd[1]: Starting Apply Kernel Variables... > Starting Apply Kernel Variables... > [[32m OK [0m] Reached target Local Encrypted Volumes. > [ 2.397938] systemd[1]: Reached target Local Encrypted Volumes. > [ 2.402561] systemd[1]: Starting Local Encrypted Volumes. > [ 2.406758] systemd[1]: Starting Create list of required static device nodes for the current kernel... > Starting Create list of required st... nodes for the current kernel... > [ 2.415654] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. > [ 2.420700] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch. > [[32m OK [0m] Reached target Paths. > [ 2.423431] systemd[1]: Reached target Paths. > [ 2.424569] systemd[1]: Starting Paths. > [ 2.426370] systemd[1]: Starting dracut cmdline hook... > Starting dracut cmdline hook... > [[32m OK [0m] Started Journal Service. > [ 2.429140] systemd[1]: Started Journal Service. > [[32m OK [0m] Started Apply Kernel Variables. > [ 1.854627] systemd[1]: Started Apply Kernel Variables. > [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. > [ 1.858068] systemd[1]: Started Create list of required static device nodes for the current kernel. > [ 1.860969] systemd[1]: Starting Create Static Device Nodes in /dev... > Starting Create Static Device Nodes in /dev... > [[32m OK [0m] Started Create Static Device Nodes in /dev. > [ 1.868949] systemd[1]: Started Create Static Device Nodes in /dev. > [ 2.475843] usb 1-1: new full-speed USB device number 2 using uhci_hcd > [ 2.604163] random: fast init done > [[32m OK [0m] Started dracut cmdline hook. > [ 2.032114] systemd[1]: Started dracut cmdline hook. > Starting dracut pre-udev hook... > [ 2.035076] systemd[1]: Starting dracut pre-udev hook... > [ 2.628688] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 > [ 2.630048] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 > [ 2.631395] usb 1-1: Product: QEMU USB Tablet > [ 2.632420] usb 1-1: Manufacturer: QEMU > [ 2.633390] usb 1-1: SerialNumber: 42 > [ 2.642235] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4 > [ 2.644602] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0 > [ 2.655465] device-mapper: uevent: version 1.0.3 > [ 2.656640] device-mapper: ioctl: 4.37.0-ioctl (2017-09-20) initialised: [email protected] > [ 2.708310] RPC: Registered named UNIX socket transport module. > [ 2.709508] RPC: Registered udp transport module. > [ 2.710542] RPC: Registered tcp transport module. > [ 2.711556] RPC: Registered tcp NFSv4.1 backchannel transport module. > [ 2.723418] rpcbind[266]: cannot get uid of 'rpc': No such file or directory > [ 2.142931] rpcbind[266]: cannot get uid of 'rpc': No such file or directory > [ 2.730774] rpc.statd[270]: Version 1.3.0 starting > [ 2.150184] rpc.statd[270]: Version 1.3.0 starting > [ 2.736332] rpc.statd[270]: Initializing NSM state > [ 2.155583] rpc.statd[270]: Initializing NSM state > [ 2.738810] rpc.statd[270]: Running as root. chown /var/lib/nfs/statd to choose different user > [ 2.160018] rpc.statd[270]: Running as root. chown /var/lib/nfs/statd to choose different user > [ 2.744733] rpc.statd[270]: Failed to register (statd, 1, udp): svc_reg() err: RPC: Remote system error - Connection refused > [ 2.186586] rpc.statd[270]: Failed to register (statd, 1, udp): svc_reg() err: RPC: Remote system error - Connection refused > [ 2.769385] rpc.statd[270]: Failed to register (statd, 1, tcp): svc_reg() err: RPC: Remote system error - Connection refused > [ 2.191802] rpc.statd[270]: Failed to register (statd, 1, tcp): svc_reg() err: RPC: Remote system error - Connection refused > [ 2.774587] rpc.statd[270]: Failed to register (statd, 1, udp6): svc_reg() err: RPC: Remote system error - Connection refused > [ 2.196666] rpc.statd[270]: Failed to register (statd, 1, udp6): svc_reg() err: RPC: Remote system error - Connection refused > [ 2.779471] rpc.statd[270]: Failed to register (statd, 1, tcp6): svc_reg() err: RPC: Remote system error - Connection refused > [ 2.200447] rpc.statd[270]: Failed to register (statd, 1, tcp6): svc_reg() err: RPC: Remote system error - Connection refused > [ 2.201376] dracut-pre-udev[246]: rpc.idmapd: Could not find user "nobody" > [ 2.784579] rpc.statd[270]: failed to create RPC listeners, exiting > [ 2.203976] rpc.statd[270]: failed to create RPC listeners, exiting > [[32m OK [0m] Started dracut pre-udev hook. > Starting udev Kernel Device Manager...[ 2.227206] systemd[1]: Started dracut pre-udev hook. > [ 2.227936] systemd[1]: Starting udev Kernel Device Manager... > > [ 2.232217] systemd-udevd[296]: starting version 219 > [ 2.233251] systemd-udevd[296]: Network interface NamePolicy= disabled on kernel command line, ignoring. > [ 2.817057] systemd-udevd[296]: specified group 'tty' unknown > [ 2.236435] systemd-udevd[296]: specified group 'tty' unknown > [ 2.819868] systemd-udevd[296]: specified group 'kmem' unknown > [ 2.239225] systemd-udevd[296]: specified group 'kmem' unknown > [ 2.821752] systemd-udevd[296]: specified group 'input' unknown > [[32m OK [0m] Started udev Kernel Device Manager. > Starting dracut pre-trigger hook... > [ 2.245029] systemd-udevd[296]: specified group 'input' unknown > [ 2.834256] systemd-udevd[296]: specified group 'video' unknown > [ 2.255412] systemd-udevd[296]: specified group 'video' unknown > [ 2.840738] systemd-udevd[296]: specified group 'audio' unknown > [ 2.262024] systemd-udevd[296]: specified group 'audio' unknown > [ 2.844785] systemd-udevd[296]: specified group 'lp' unknown > [ 2.266022] systemd-udevd[296]: specified group 'lp' unknown > [ 2.848614] systemd-udevd[296]: specified group 'disk' unknown > [ 2.269228] systemd-udevd[296]: specified group 'disk' unknown > [ 2.269999] systemd[1]: Started udev Kernel Device Manager. > [ 2.270807] systemd[1]: Starting dracut pre-trigger hook... > [[32m OK [0m] Started dracut pre-trigger hook. > [ 2.321073] systemd[1]: Started dracut pre-trigger hook. > [ 2.322211] systemd[1]: Starting udev Coldplug all Devices... > Starting udev Coldplug all Devices... > [ 2.330064] systemd-udevd[296]: Network interface NamePolicy= disabled on kernel command line, ignoring. > [ 2.913013] systemd-udevd[296]: specified group 'tty' unknown > [ 2.333041] systemd-udevd[296]: specified group 'tty' unknown > [ 2.915709] systemd-udevd[296]: specified group 'kmem' unknown > [ 2.339025] systemd-udevd[296]: specified group 'kmem' unknown > [ 2.921632] systemd-udevd[296]: specified group 'input' unknown > [ 2.350878] systemd-udevd[296]: specified group 'input' unknown > [ 2.934608] systemd-udevd[296]: specified group 'video' unknown > [ 2.362069] systemd-udevd[296]: specified group 'video' unknown > Mounting Configuration File System... > [ 2.949447] systemd-udevd[296]: specified group 'audio' unknown > [ 2.376025] systemd-udevd[296]: specified group 'audio' unknown > [ 2.962348] systemd-udevd[296]: specified group 'lp' unknown > [[32m OK [0m] Mounted Configuration File System. > [ 2.386035] systemd-udevd[296]: specified group 'lp' unknown > [ 2.985206] systemd-udevd[296]: specified group 'disk' unknown > [ 2.986561] tsc: Refined TSC clocksource calibration: 1999.998 MHz > [ 2.414971] systemd-udevd[296]: specified group 'disk' unknown > [ 2.444214] systemd[1]: Mounting Configuration File System... > [ 2.444983] [[32m OK [0m] Started udev Coldplug all Devices. > [[32m OK [0m] Reached target System Initialization. > [[32m OK [0m] Listening on Open-iSCSI iscsiuio Socket. > [[32m OK [0m] Reached target Sockets. > [[32m OK [0m] Reached target Basic System. > Starting Open-iSCSI... > [ 3.036037] FDC 0 is a S82078B > systemd[1]: Mounted Configuration File System. > [ 2.461825] systemd[1]: Started udev Coldplug all Devices. > [ 2.473469] systemd[1]: Reached target System Initialization. > [ 3.059138] cryptd: max_cpu_qlen set to 100 > [ 3.064355] iscsid[353]: iSCSI logger with pid=355 started! > [ 2.496027] iscsid[353]: iSCSI logger with pid=355 started! > [ 2.496700] systemd[1]: Starting System Initialization. > [ 3.090134] iscsid[355]: iSCSI daemon with pid=356 started! > [ 2.518029] iscsid[355]: iSCSI daemon with pid=356 started! > [ 2.530163] systemd[1]: Listening on Open-iSCSI iscsiuio Socket. > [ 2.538039] systemd[1]: Starting Open-iSCSI iscsiuio Socket. > [ 2.538918] systemd[1]: Reached target Sockets. > [ 2.551035] systemd[1]: Starting Sockets. > [ 2.551643] systemd[1]: Reached target Basic System.[ 3.147926] Loading iSCSI transport class v2.0-870. > [ 3.152786] AVX2 version of gcm_enc/dec engaged. > [ 3.153841] AES CTR mode by8 optimization enabled > > [ 2.573770] systemd[1]: Starting Basic System. > [ 2.579531] systemd[1]: Starting Open-iSCSI... > [ 2.584483] systemd[1]: Failed to read PID from file /var/run/iscsid.pid: Invalid argument[[32m OK [0m] Started Open-iSCSI. > Starting dracut initqueue hook... > > [ 2.599206] systemd[1]: Started Open-iSCSI. > [ 2.599856] systemd[1]: Starting dracut initqueue hook... > [ 3.225859] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 > [ 3.232019] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni) > [ 3.233896] scsi host0: ata_piix > [ 3.236840] scsi host1: ata_piix > [ 3.237758] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 > [ 3.239340] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 > [ 3.244846] alg: No test for __generic-gcm-aes-aesni (__driver-generic-gcm-aes-aesni) > [ 2.716961] dracut-initqueue[367]: RTNETLINK answers: File exists > [ 3.337233] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 > [ 3.367543] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 > [ 3.393544] vda: vda1 vda2 > [ 3.402849] vdb: > [ 3.018423] dracut-initqueue[367]: dhcp: PREINIT eth0 up > [ 3.035105] dhclient[494]: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 4 (xid=0x77e7085b) > [ 3.037202] dhclient[494]: DHCPREQUEST on eth0 to 255.255.255.255 port 67 (xid=0x77e7085b) > [ 3.039275] dhclient[494]: DHCPOFFER from 10.74.148.53 > [ 3.040398] dhclient[494]: DHCPACK from 10.74.148.53 (xid=0x77e7085b) > [ 3.059577] dracut-initqueue[367]: dhcp: BOND setting eth0 > [ 4.066217] iscsid[355]: can't open InitiatorName configuration file /etc/iscsi/initiatorname.iscsi > [ 3.487351] iscsid[355]: can't open InitiatorName configuration file /etc/iscsi/initiatorname.iscsi > [ 4.070599] iscsid[355]: Warning: InitiatorName file /etc/iscsi/initiatorname.iscsi does not exist or does not contain a properly formatted 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 > [ 3.493346] iscsid[355]: Warning: InitiatorName file /etc/iscsi/initiatorname.iscsi does not exist or does not contain a properly formatted 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 > [ 4.077082] iscsid[355]: can't open InitiatorAlias configuration file /etc/iscsi/initiatorname.iscsi > [ 3.497267] iscsid[355]: can't open InitiatorAlias configuration file /etc/iscsi/initiatorname.iscsi > [ 4.080047] iscsid[355]: can't open iscsid.safe_logout configuration file /etc/iscsi/iscsid.conf > [ 3.500164] iscsid[355]: can't open iscsid.safe_logout configuration file /etc/iscsi/iscsid.conf > [ 5.072243] dhclient[494]: bound to 10.74.148.76 -- renewal in 36765 seconds. > [[32m OK [0m] Found device /dev/mapper/coreos-root. > [ 5.180485] systemd[1]: Found device /dev/mapper/coreos-root. > [ 5.182284] systemd[1]: Starting File System Check on /dev/mapper/coreos-root... > Starting File System Check on /dev/mapper/coreos-root... > [ 5.199392] systemd-fsck[579]: /sbin/fsck.xfs: XFS file system. > [[32m OK [0m] Started File System Check on /dev/mapper/coreos-root. > [ 5.201657] systemd[1]: Started File System Check on /dev/mapper/coreos-root. > [[32m OK [0m] Started dracut initqueue hook. > [ 5.748079] systemd[1]: Started dracut initqueue hook. > [ 5.749044] systemd[1]: Starting dracut pre-mount hook... > Starting dracut pre-mount hook... > [[32m OK [0m] Reached target Remote File Systems (Pre). > [ 5.750833] systemd[1]: Reached target Remote File Systems (Pre). > [ 5.751685] systemd[1]: Starting Remote File Systems (Pre). > [[32m OK [0m] Reached target Remote File Systems. > [ 5.753131] systemd[1]: Reached target Remote File Systems. > [ 5.754065] systemd[1]: Starting Remote File Systems. > [[32m OK [0m] Started dracut pre-mount hook. > [ 5.773069] systemd[1]: Started dracut pre-mount hook. > [ 5.773967] systemd[1]: Mounting /sysroot... > Mounting /sysroot... > [ 6.433917] SGI XFS with ACLs, security attributes, no debug enabled > [ 6.438078] XFS (dm-0): Mounting V5 Filesystem > [ 6.560819] XFS (dm-0): Ending clean mount > [[32m OK [0m] Mounted /sysroot. > [[32m OK [0m] Reached target Initrd Root File System. > [ 5.982152] systemd[1]: Mounted /sysroot. > [ 5.982867] systemd[1]: Reached target Initrd Root File System. > [ 5.983686] systemd[1]: Starting Initrd Root File System. Starting Reload Configuration from the Real Root... > [ 5.985414] systemd[1]: Starting Reload Configuration from the Real Root... > > [ 5.992051] systemd[1]: Reloading. > [[32m OK [0m] Started Reload Configuration from the Real Root. > [ 6.055420] systemd[1]: Started Reload Configuration from the Real Root. > [[32m OK [0m] Reached target Initrd File Systems. > [ 6.056928] systemd[1]: Reached target Initrd File Systems. > [ 6.057675] systemd[1]: Starting Initrd File Systems. > [[32m OK [0m] Reached target Initrd Default Target. > [ 6.059056] systemd[1]: Reached target Initrd Default Target. > [ 6.059756] systemd[1]: Starting Initrd Default Target. Starting dracut pre-pivot and cleanup hook... > > [ 6.061317] systemd[1]: Starting dracut pre-pivot and cleanup hook... > [[32m OK [0m] Started dracut pre-pivot and cleanup hook. > Starting Cleaning Up and Shutting Down Daemons... > [ 6.257076] systemd[1]: Started dracut pre-pivot and cleanup hook. > [ 6.258063] systemd[1]: Starting Cleaning Up and Shutting Down Daemons... > [[32m OK [0m] Stopped target Timers. > [ 6.265939] systemd[1]: Stopped target Timers. > [ 6.267136] systemd[1]: Stopping Timers. > [[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons. > [ 6.268748] systemd[1]: Stopped Cleaning Up and Shutting Down Daemons. > [[32m OK [0m] Stopped dracut pre-pivot and cleanup hook. > [ 6.271930] systemd[1]: Stopped dracut pre-pivot and cleanup hook. > [ 6.273041] systemd[1]: Stopping dracut pre-pivot and cleanup hook... > Stopping dracut pre-pivot and cleanup hook... > [[32m OK [0m] Stopped dracut pre-mount hook. > [ 6.275031] systemd[1]: Stopped dracut pre-mount hook. > [ 6.275906] systemd[1]: Stopping dracut pre-mount hook... > Stopping dracut pre-mount hook... > [[32m OK [0m] Stopped target Remote File Systems. > [ 6.277601] systemd[1]: Stopped target Remote File Systems. > [[32m OK [0m] Stopped target Remote File Systems (Pre). > [ 6.279076] systemd[1]: Stopping Remote File Systems. > [ 6.279776] systemd[1]: Stopped target Remote File Systems (Pre). > [ 6.280580] systemd[1]: Stopping Remote File Systems (Pre).[[32m OK [0m] Stopped dracut initqueue hook. > Stopping dracut initqueue hook... > [ 6.282560] systemd[1]: Stopped dracut initqueue hook. > Stopping Open-iSCSI... > [ 6.284486] systemd[1]: Stopping dracut initqueue hook... > [ 6.285197] systemd[1]: Stopping Open-iSCSI... > > [[32m OK [0m] Stopped target Initrd Default Target. > [[32m OK [0m] Stopped target Basic System. > [[32m OK [0m] Stopped target Sockets.[ 6.287227] systemd[1]: Stopped target Initrd Default Target. > [ 6.287916] > [[32m OK [0m] Closed Open-iSCSI iscsiuio Socket. > [[32m OK [0m] Stopped target Paths. > systemd[1]: Stopping Initrd Default Target. > [ 6.290643] systemd[1]: Stopped target Basic System.[[32m OK [0m] Stopped target Slices. > [[32m OK [0m] Stopped target System Initialization. > > [ 6.293414] systemd[1]: Stopping Basic System. > [[32m OK [0m] Stopped udev Coldplug all Devices.[ 6.878937] iscsid[355]: iscsid shutting down. > > Stopping udev Coldplug all Devices... > [[32m OK [0m[ 6.299107] iscsid[355]: iscsid shutting down. > [ 6.299745] systemd[1]: Stopped target Sockets.] Stopped dracut pre-trigger hook. > Stopping dracut pre-trigger hook... > > Stopping udev Kernel Device Manager... > [[32m OK [0m] Stopped Apply Kernel Variables.[ 6.307358] systemd[1]: Stopping Sockets. > [ 6.307990] systemd[1]: Closed Open-iSCSI iscsiuio Socket. > [ 6.308740] systemd[1]: Stopping Open-iSCSI iscsiuio Socket. > Stopping Apply Kernel Variables... > [[32m OK [0m] Stopped target Swap. > [[32m OK [0m > [ 6.311301] systemd[1]: Stopped target Paths. > [ 6.311921] ] Stopped target Local File Systems. > [[32m OK [0m] Stopped target Local Encrypted Volumes. > [[32m OK [0m] Stopped udev Kernel Device Manager. > systemd[1]: Stopping Paths. > [ 6.314506] systemd[1]: Stopped Dispatch Password Requests to Console Directory Watch. > [ 6.315876] systemd[[32m OK [0m] Stopped Open-iSCSI. > [1]: Stopping Dispatch Password Requests to Console Directory Watch. > [ 6.317777] systemd[1]: [[32m OK [0m] Stopped target Slices. > [ 6.319458] systemd[1]: Stopping Slices. > Stopped Create Static Device Nodes in /dev.[ 6.321151] systemd[1]: Stopped target System Initialization. > [ 6.321865] systemd > Stopping Create Static Device Nodes in /dev... > [[32m OK [0m[1]: Stopping System Initialization. > [ 6.323528] systemd[1]: Stopped udev Coldplug all Devices. > ] Stopped Create list of required sta...ce nodes for the current kernel. > Stopping Create list of required st... nodes for the current kernel...[ 6.325319] systemd[1]: Stopping udev Coldplug all Devices... > > [[32m OK [0m] Stopped dracut pre-udev hook. > Stopping dracut pre-udev hook...[ 6.327199] systemd[1]: Stopped dracut pre-trigger hook. > [ 6.327863] systemd > [[32m OK [0m] Stopped dracut cmdline hook. > Stopping dracut cmdline hook...[1]: Stopping dracut pre-trigger hook... > [ 6.329607] systemd[1]: Stopping udev Kernel Device Manager... > [[32m OK [0m] Closed udev Control Socket. > [[32m OK [0m] Closed udev Kernel Socket. > [ 6.331313] systemd[1]: Stopped Apply Kernel Variables. > [ 6.331962] > Starting Cleanup udevd DB...systemd[1]: Stopping Apply Kernel Variables... > [ 6.333768] systemd[1]: > Stopped target Swap. > [ 6.334710] systemd[1]: Stopping Swap. > [ 6.336340] systemd[1]: Stopped target Local File Systems. > [ 6.338245] systemd[1]: Stopping Local File Systems. > [ 6.338895] systemd[1]: Stopped target Local Encrypted Volumes. > [ 6.340641] systemd[1]: Stopping Local Encrypted Volumes. > [ 6.342193] systemd[1]: Stopped udev Kernel Device Manager. > [ 6.342890] [[32m OK [0m] Started Cleanup udevd DB. > [[32m OK [0m] Reached target Switch Root. > Starting Ask OSTree to mount /var in initramfs... > systemd[1]: Stopped Open-iSCSI. > [ 6.347068] systemd[1]: Stopped Create Static Device Nodes in /dev. > [ 6.347837] systemd[1]: Stopping Create Static Device Nodes in /dev... > [ 6.349726] systemd[1]: Stopped Create list of required static device nodes for the current kernel. > [ 6.351911] systemd[1]: Stopping Create list of required static device nodes for the current kernel... > [ 6.354708] systemd[1]: Stopped dracut pre-udev hook.[[32m OK [0m] Started Ask OSTree to mount /var in initramfs. > Starting OSTree Prepare OS/... > > [ 6.357636] systemd[1]: Stopping dracut pre-udev hook... > [ 6.360243] systemd[1]: Stopped dracut cmdline hook. > [ 6.361453] systemd[1]: Stopping dracut cmdline hook... > [ 6.362288] systemd[1]: Closed udev Control Socket. > [ 6.362946] systemd[1]: Stopping udev Control Socket. > [ 6.363675] systemd[1]: Closed udev Kernel Socket. > [ 6.364339] systemd[1]: Stopping udev Kernel Socket. > [ 6.365177] systemd[1]: Starting Cleanup udevd DB... > [ 6.365824] systemd[1]: Started Cleanup udevd DB. > [ 6.366474] systemd[1]: Reached target Switch Root. > [ 6.367159] systemd[1]: Starting Switch Root. > [ 6.367774] systemd[1]: Starting Ask OSTree to mount /var in initramfs... > [ 6.368648] systemd[1]: Started Ask OSTree to mount /var in initramfs. > [ 6.369446] systemd[1]: Starting OSTree Prepare OS/... > [ 6.381114] ostree-prepare-root[725]: Resolved OSTree target to: /sysroot/ostree/deploy/rhcos/deploy/a6d9144d664945c4e6cd517a05d117497caf761ec242faf2e5ad7a3eb492db18.0[[32m OK [0m] Started OSTree Prepare OS/. > > [ 6.384266] systemd[1]: Started OSTree Prepare OS/. > Starting Ignition (files)... > [ 6.386827] systemd[1]: Starting Ignition (files)... > [ 6.394850] ignition[728]: INFO : Ignition 0.26.0 > [ 6.395708] ignition[728]: INFO : reading system config file "/usr/lib/ignition/base.ign" > [ 6.396787] ignition[728]: INFO : no config at "/usr/lib/ignition/base.ign" > [ 6.398048] ignition[728]: DEBUG : parsed url from cmdline: "" > [ 6.398804] ignition[728]: INFO : no config URL provided > [ 6.400741] ignition[728]: INFO : reading system config file "/usr/lib/ignition/user.ign" > [ 6.401961] ignition[728]: INFO : no config at "/usr/lib/ignition/user.ign" > [ 6.402980] ignition[728]: INFO : GET http://169.254.169.254/openstack/latest/user_data: attempt #1 > [ 6.403991] ignition[728]: DEBUG : config drive ("/dev/disk/by-label/config-2") not found. Waiting... > [ 6.405054] ignition[728]: DEBUG : config drive ("/dev/disk/by-label/CONFIG-2") not found. Waiting... > [ 7.402152] ignition[728]: DEBUG : config drive ("/dev/disk/by-label/CONFIG-2") not found. Waiting... > [ 7.403304] ignition[728]: DEBUG : config drive ("/dev/disk/by-label/config-2") not found. Waiting... > [ 8.402322] ignition[728]: DEBUG : config drive ("/dev/disk/by-label/config-2") not found. Waiting... > [ 8.403431] ignition[728]: DEBUG : config drive ("/dev/disk/by-label/CONFIG-2") not found. Waiting... > [ 9.402555] ignition[728]: DEBUG : config drive ("/dev/disk/by-label/CONFIG-2") not found. Waiting... > [ 9.403716] ignition[728]: DEBUG : config drive ("/dev/disk/by-label/config-2") not found. Waiting... > [ 10.402786] ignition[728]: DEBUG : config drive ("/dev/disk/by-label/config-2") not found. Waiting... > [ 10.403910] ignition[728]: DEBUG : config drive ("/dev/disk/by-label/CONFIG-2") not found. Waiting... > [ 11.403043] ignition[728]: DEBUG : config drive ("/dev/disk/by-label/CONFIG-2") not found. Waiting... > [ 11.404206] ignition[728]: DEBUG : config drive ("/dev/disk/by-label/config-2") not found. Waiting... > [ 12.403262] ignition[728]: DEBUG : config drive ("/dev/disk/by-label/config-2") not found. Waiting... > [ 12.404721] ignition[728]: DEBUG : config drive ("/dev/disk/by-label/CONFIG-2") not found. Waiting... > [ 13.403521] ignition[728]: DEBUG : config drive ("/dev/disk/by-label/CONFIG-2") not found. Waiting... > [ 13.404893] ignition[728]: DEBUG : config drive ("/dev/disk/by-label/config-2") not found. Waiting... > [ 13.417747] ignition[728]: INFO : GET error: Get http://169.254.169.254/openstack/latest/user_data: dial tcp 169.254.169.254:80: getsockopt: no route to host > [ 13.618205] ignition[728]: INFO : GET http://169.254.169.254/openstack/latest/user_data: attempt #2 > [ 13.619502] ignition[728]: INFO : GET error: Get http://169.254.169.254/openstack/latest/user_data: dial tcp 169.254.169.254:80: getsockopt: no route to host > [ 14.019558] ignition[728]: INFO : GET http://169.254.169.254/openstack/latest/user_data: attempt #3 > [ 14.020885] ignition[728]: INFO : GET error: Get http://169.254.169.254/openstack/latest/user_data: dial tcp 169.254.169.254:80: getsockopt: no route to host > [ 14.403752] ignition[728]: DEBUG : config drive ("/dev/disk/by-label/config-2") not found. Waiting... > [ 14.404897] ignition[728]: DEBUG : config drive ("/dev/disk/by-label/CONFIG-2") not found. Waiting... > [ 14.821037] ignition[728]: INFO : GET http://169.254.169.254/openstack/latest/user_data: attempt #4 > [ 14.822440] ignition[728]: INFO : GET error: Get http://169.254.169.254/openstack/latest/user_data: dial tcp 169.254.169.254:80: getsockopt: no route to host > [ 15.404033] ignition[728]: DEBUG : config drive ("/dev/disk/by-label/CONFIG-2") not found. Waiting... > [ 15.405174] ignition[728]: DEBUG : config drive ("/dev/disk/by-label/config-2") not found. Waiting... > [ 16.404259] ignition[728]: DEBUG : config drive ("/dev/disk/by-label/config-2") not found. Waiting... > [ 16.405379] ignition[728]: DEBUG : config drive ("/dev/disk/by-label/CONFIG-2") not found. Waiting... > [ 16.422405] ignition[728]: INFO : GET http://169.254.169.254/openstack/latest/user_data: attempt #5 > [ 16.423610] ignition[728]: INFO : GET error: Get http://169.254.169.254/openstack/latest/user_data: dial tcp 169.254.169.254:80: getsockopt: no route to host > [ 17.404517] ignition[728]: DEBUG : config drive ("/dev/disk/by-label/CONFIG-2") not found. Waiting... > [ 17.406064] ignition[728]: DEBUG : config drive ("/dev/disk/by-label/config-2") not found. Waiting... > [ 18.404763] ignition[728]: DEBUG : config drive ("/dev/disk/by-label/config-2") not found. Waiting... > [ 18.405997] ignition[728]: DEBUG : config drive ("/dev/disk/by-label/CONFIG-2") not found. Waiting... > [ 19.405072] ignition[728]: DEBUG : config drive ("/dev/disk/by-label/CONFIG-2") not found. Waiting... > [ 19.406252] ignition[728]: DEBUG : config drive ("/dev/disk/by-label/config-2") not found. Waiting... > [ 19.623830] ignition[728]: INFO : GET http://169.254.169.254/openstack/latest/user_data: attempt #6 > [ 19.625952] ignition[728]: INFO : GET error: Get http://169.254.169.254/openstack/latest/user_data: dial tcp 169.254.169.254:80: getsockopt: no route to host > [ 20.405332] ignition[728]: DEBUG : config drive ("/dev/disk/by-label/config-2") not found. Waiting... > [ 20.406665] ignition[728]: DEBUG : config drive ("/dev/disk/by-label/CONFIG-2") not found. Waiting... > [ 21.405584] ignition[728]: DEBUG : config drive ("/dev/disk/by-label/CONFIG-2") not found. Waiting... > [ 21.406713] ignition[728]: DEBUG : config drive ("/dev/disk/by-label/config-2") not found. Waiting... > [ 22.405834] ignition[728]: DEBUG : config drive ("/dev/disk/by-label/config-2") not found. Waiting... > [ 22.407021] ignition[728]: DEBUG : config drive ("/dev/disk/by-label/CONFIG-2") not found. Waiting... > [ 23.406244] ignition[728]: DEBUG : config drive ("/dev/disk/by-label/CONFIG-2") not found. Waiting... > [ 23.407425] ignition[728]: DEBUG : config drive ("/dev/disk/by-label/config-2") not found. Waiting... > [ 24.406460] ignition[728]: DEBUG : config drive ("/dev/disk/by-label/config-2") not found. Waiting... > [ 24.407661] ignition[728]: DEBUG : config drive ("/dev/disk/by-label/CONFIG-2") not found. Waiting... > [ 24.625044] ignition[728]: INFO : GET http://169.254.169.254/openstack/latest/user_data: attempt #7 > [ 24.626610] ignition[728]: INFO : GET error: Get http://169.254.169.254/openstack/latest/user_data: dial tcp 169.254.169.254:80: getsockopt: no route to host > [ 25.406705] ignition[728]: DEBUG : config drive ("/dev/disk/by-label/CONFIG-2") not found. Waiting... > [ 25.408303] ignition[728]: DEBUG : config drive ("/dev/disk/by-label/config-2") not found. Waiting... > [ 26.406947] ignition[728]: DEBUG : config drive ("/dev/disk/by-label/config-2") not found. Waiting... > [ 26.408153] ignition[728]: DEBUG : config drive ("/dev/disk/by-label/CONFIG-2") not found. Waiting... > [ 27.407209] ignition[728]: DEBUG : config drive ("/dev/disk/by-label/CONFIG-2") not found. Waiting... > [ 27.408702] ignition[728]: DEBUG : config drive ("/dev/disk/by-label/config-2") not found. Waiting... > [ 28.407457] ignition[728]: DEBUG : config drive ("/dev/disk/by-label/config-2") not found. Waiting... > [ 28.408815] ignition[728]: DEBUG : config drive ("/dev/disk/by-label/CONFIG-2") not found. Waiting... > [ 29.407656] ignition[728]: DEBUG : config drive ("/dev/disk/by-label/CONFIG-2") not found. Waiting... > [ 29.408818] ignition[728]: DEBUG : config drive ("/dev/disk/by-label/config-2") not found. Waiting... > [ 29.626570] ignition[728]: INFO : GET http://169.254.169.254/openstack/latest/user_data: attempt #8 > [ 29.628098] ignition[728]: INFO : GET error: Get http://169.254.169.254/openstack/latest/user_data: dial tcp 169.254.169.254:80: getsockopt: no route to host > [ 30.408059] ignition[728]: DEBUG : config drive ("/dev/disk/by-label/config-2") not found. Waiting... > [ 30.409661] ignition[728]: DEBUG : config drive ("/dev/disk/by-label/CONFIG-2") not found. Waiting... > [ 31.408277] ignition[728]: DEBUG : config drive ("/dev/disk/by-label/CONFIG-2") not found. Waiting... > [ 31.409474] ignition[728]: DEBUG : config drive ("/dev/disk/by-label/config-2") not found. Waiting... > [ 32.408477] ignition[728]: DEBUG : config drive ("/dev/disk/by-label/config-2") not found. Waiting... > [ 32.409843] ignition[728]: DEBUG : config drive ("/dev/disk/by-label/CONFIG-2") not found. Waiting... > [ 33.408710] ignition[728]: DEBUG : config drive ("/dev/disk/by-label/CONFIG-2") not found. Waiting... > [ 33.409827] ignition[728]: DEBUG : config drive ("/dev/disk/by-label/config-2") not found. Waiting... > [ 34.408893] ignition[728]: DEBUG : config drive ("/dev/disk/by-label/config-2") not found. Waiting... > [ 34.410051] ignition[728]: DEBUG : config drive ("/dev/disk/by-label/CONFIG-2") not found. Waiting... > [ 34.627916] ignition[728]: INFO : GET http://169.254.169.254/openstack/latest/user_data: attempt #9 > [ 34.629282] ignition[728]: INFO : GET error: Get http://169.254.169.254/openstack/latest/user_data: dial tcp 169.254.169.254:80: getsockopt: no route to host > [ 35.409193] ignition[728]: DEBUG : config drive ("/dev/disk/by-label/CONFIG-2") not found. Waiting... > [ 35.410374] ignition[728]: DEBUG : config drive ("/dev/disk/by-label/config-2") not found. Waiting... > [[32m OK [0m] Started Ignition (files). > Starting Switch Root... > [ 36.401531] systemd[1]: Started Ignition (files). > [ 36.402365] ignition[728]: INFO : neither config drive nor metadata service were available in time. Continuing without a config... > [ 36.405180] ignition[728]: WARNING : failed to fetch config: not a config (empty) > [ 36.405820] ignition[728]: INFO : not a config (empty): ignoring user-provided config > [ 36.407588] ignition[728]: INFO : reading system config file "/usr/lib/ignition/default.ign" > [ 36.410312] ignition[728]: INFO : no config at "/usr/lib/ignition/default.ign" > [ 36.410948] systemd[1]: Starting Switch Root... > [ 37.005791] systemd[1]: Switching root. > [ 36.425115] systemd[1]: Switching root. > [ 37.007771] systemd-journald[95]: Received SIGTERM from PID 1 (systemd). > [ 37.581985] type=1403 audit(1533936132.840:2): policy loaded auid=4294967295 ses=4294967295 > [ 37.593664] systemd[1]: Successfully loaded SELinux policy in 190.553ms. > [ 37.685675] ip_tables: (C) 2000-2006 Netfilter Core Team > [ 37.686868] systemd[1]: Inserted module 'ip_tables' > [ 37.711071] systemd[1]: Relabelled /dev and /run in 20.399ms. > [ 37.745467] systemd[1]: [/etc/systemd/system.conf.d/origin-accounting.conf:5] Unknown lvalue 'DefaultIOAccounting' in section 'Manager' > > Welcome to [0;31mRed Hat CoreOS 3.10[0m! > > [[32m OK [0m] Stopped Switch Root. > [[32m OK [0m] Stopped Journal Service. > Starting Journal Service... > [[32m OK [0m] Listening on udev Kernel Socket. > [[32m OK [0m] Reached target Remote Encrypted Volumes. > [[32m OK [0m] Listening on udev Control Socket. > Starting Setup Virtual Console... > [[32m OK [0m] Listening on LVM2 metadata daemon socket. > [[32m OK [0m] Reached target Swap. > Mounting Huge Pages File System... > [[32m OK [0m] Created slice system-getty.slice. > [[32m OK [0m] Created slice system-serial\x2dgetty.slice. > [[32m OK [0m] Listening on Device-mapper event daemon FIFOs. > Mounting Temporary Directory... > Starting Create list of required st... nodes for the current kernel... > Mounting Debug File System... > [[32m OK [0m] Created slice User and Session Slice. > Mounting POSIX Message Queue File System... > [[32m OK [0m] Stopped target Switch Root. > [[32m OK [0m] Stopped target Initrd File Systems. > [[32m OK [0m] Stopped File System Check on Root Device. > Stopping File System Check on Root Device... > Starting Remount Root and Kernel File Systems... > [[32m OK [0m] Listening on LVM2 poll daemon socket. > [[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. > [[32m OK [0m] Reached target Remote File Systems. > Starting Availability of block devices... > Starting Monitoring of LVM2 mirrors... dmeventd or progress polling... > [[32m OK [0m] Created slice system-selinux\x2dpol...grate\x2dlocal\x2dchanges.slice. > [[32m OK [0m] Stopped target Initrd Root File System. > [[32m OK [0m] Reached target Paths. > [[32m OK [0m] Reached target Slices. > [[32m OK [0m] Reached target Local Encrypted Volumes. > [[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. > [[32m OK [0m] Listening on Delayed Shutdown Socket. > Starting Apply Kernel Variables... > [[32m OK [0m] Mounted Debug File System. > [[32m OK [0m] Mounted POSIX Message Queue File System. > [[32m OK [0m] Mounted Huge Pages File System. > [[32m OK [0m] Mounted Temporary Directory. > [[32m OK [0m] Started Journal Service. > [[32m OK [0m] Started Setup Virtual Console. > [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. > [[32m OK [0m] Started Remount Root and Kernel File Systems. > [[32m OK [0m] Started Availability of block devices. > [[32m OK [0m] Started Apply Kernel Variables. > [[32m OK [0m] Started LVM2 metadata daemon. > Starting LVM2 metadata daemon... > Starting OSTree Remount OS/ bind mounts... > Starting First Boot Wizard... > Starting Rebuild Hardware Database... > [[32m OK [0m] Started Seed default bash profile for root. > Starting Seed default bash profile for root... > Starting Create Static Device Nodes in /dev... > [[32m OK [0m] Started OSTree Remount OS/ bind mounts. > Starting Load/Save Random Seed... > Starting Flush Journal to Persistent Storage... > [[32m OK [0m] Started Load/Save Random Seed. > [[32m OK [0m] Started First Boot Wizard. > [ 39.134182] systemd-journald[751]: Received request to flush runtime journal from PID 1 > [ 39.154375] random: crng init done > [[32m OK [0m] Started Create Static Device Nodes in /dev. > Starting udev Kernel Device Manager... > [[32m OK [0m] Started Flush Journal to Persistent Storage. > [[32m OK [0m] Started udev Kernel Device Manager. > [[32m OK [0m] Started Rebuild Hardware Database. > Starting udev Coldplug all Devices... > [[32m OK [0m] Started udev Coldplug all Devices. > [ 39.721768] input: PC Speaker as /devices/platform/pcspkr/input/input5 > [[32m OK [0m] Created slice system-lvm2\x2dpvscan.slice. > Starting LVM2 PV scan on device 252:2... > [ 39.786360] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0 > [[32m OK [0m] Found device /dev/disk/by-uuid/e1ad011a-e12b-4bef-bda4-8ca506c3b52f. > [[32m OK [0m] Found device /dev/ttyS0. > [[32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling. > [[32m OK [0m] Reached target Local File Systems (Pre). > Mounting /boot... > [ 39.943270] XFS (vda1): Mounting V5 Filesystem > [ 40.007099] ppdev: user-space parallel port driver > [ 40.056110] Error: Driver 'pcspkr' is already registered, aborting... > [ 40.135175] [TTM] Zone kernel: Available graphics memory: 4087358 kiB > [ 40.136628] [TTM] Zone dma32: Available graphics memory: 2097152 kiB > [ 40.137855] [TTM] Initializing pool allocator > [ 40.140889] [TTM] Initializing DMA pool allocator > [ 40.143893] [drm] fb mappable at 0xFC000000 > [ 40.145029] [drm] vram aper at 0xFC000000 > [ 40.146099] [drm] size 33554432 > [ 40.146987] [drm] fb depth is 24 > [ 40.147907] [drm] pitch is 3072 > [ 40.153115] fbcon: cirrusdrmfb (fb0) is primary device > [ 40.197948] Console: switching to colour frame buffer device 128x48 > [ 40.202641] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device > [ 40.206232] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0 > [ 41.631067] XFS (vda1): Ending clean mount > [[32m OK [0m] Mounted /boot. > [[32m OK [0m] Reached target Local File Systems. > Starting Create Volatile Files and Directories... > Starting Rebuild Journal Catalog... > Starting Migrate local SELinux poli...tructure to the new structure... > [[32m OK [0m] Started Rebuild Journal Catalog. > Starting Update is Completed... > [[32m OK [0m] Started Update is Completed. > [[32m OK [0m] Started Migrate local SELinux polic... structure to the new structure. > [[32m OK [0m] Started Create Volatile Files and Directories. > Starting Update UTMP about System Boot/Shutdown... > [[32m OK [0m] Started Update UTMP about System Boot/Shutdown. > [[32m OK [0m] Reached target System Initialization. > [[32m OK [0m] Listening on RPCbind Server Activation Socket. > Starting RPC bind service... > [[32m OK [0m] Listening on Docker Block RHEL push plugin Socket for the API. > [[32m OK [0m] Listening on D-Bus System Message Bus Socket. > [[32m OK [0m] Reached target Sockets. > [[32m OK [0m] Reached target Basic System. > Starting Authorization Manager... > Starting Open Container Initiative Daemon... > Starting Docker Storage Setup... > Starting Permit User Sessions... > [[32m OK [0m] Started irqbalance daemon. > Starting irqbalance daemon... > Starting Login Service... > Starting Mark boot complete... > [[32m OK [0m] Reached target Containers. > Starting OpenSSH Server Key Generation... > Starting NTP client/server... > [[32m OK [0m] Started D-Bus System Message Bus. > Starting D-Bus System Message Bus... > Starting Network Manager... > [[32m OK [0m] Reached target Timers. > [[32m OK [0m] Started LVM2 PV scan on device 252:2. > [[32m OK [0m] Started RPC bind service. > [[32m OK [0m] Started Permit User Sessions. > [[32m OK [0m] Started Mark boot complete. > [[32m OK [0m] Started Getty on tty1. > Starting Getty on tty1... > [[32m OK [0m] Started Serial Getty on ttyS0. > Starting Serial Getty on ttyS0... > [[32m OK [0m] Reached target Login Prompts. > [[32m OK [0m] Started Login Service. > [[32m OK [0m] Started NTP client/server. > [[32m OK [0m] Started Authorization Manager. > Starting Hostname Service... > [[32m OK [0m] Started Hostname Service. > [[32m OK [0m] Started Network Manager. > [[32m OK [0m] Reached target Network. > Starting SystemWide Container Registries... > Starting Dynamic System Tuning Daemon... > Starting Network Manager Script Dispatcher Service... > [[32m OK [0m] Started Network Manager Script Dispatcher Service. > [ 43.279892] TECH PREVIEW: Overlay filesystem may not be fully supported. > [ 43.279892] Please review provided documentation for limitations. > [ 43.691020] nf_conntrack version 0.5.0 (65536 buckets, 262144 max) > [[32m OK [0m] Started Open Container Initiative Daemon. > [[32m OK [0m] Started Docker Storage Setup. > [[32m OK [0m] Started SystemWide Container Registries. > Starting Docker Application Container Engine... > [[32m OK [0m] Started OpenSSH Server Key Generation. > Starting OpenSSH server daemon... > [[32m OK [0m] Started OpenSSH server daemon. > [[32m OK [0m] Started Dynamic System Tuning Daemon. > [ 46.685947] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this. > [ 46.698930] Bridge firewalling registered > [ 46.981854] IPv6: ADDRCONF(NETDEV_UP): docker0: link is not ready > [[32m OK [0m] Started Docker Block RHEL push plugin authZ Plugin. > Starting Docker Block RHEL push plugin authZ Plugin... > > Red Hat CoreOS 3.10 > Kernel 3.10.0-862.2.3.el7.x86_64 on an x86_64 > > host-10-74-148-76 login:

Add release tagging

Right now we don't tag releases, and our CI doesn't gate anything.

Our first step here should be having kola or whatever actually be involved in promoting a tag.

We also need an explicit tagging/promotion model of e.g. "alpha/beta/stable".

oscontainer image retention policy

Using the tag strategy in #77, are there any opinions on how many versions of buildmaster (no testing completed on that tag) we should retain?

@cgwalters suggested 3-4 in an internal Jira issue, which seems like a good amount. Any other opinions on the matter?

missing Red Hat CA cert; unable to pull images from Red Hat registry

I think the removal of subscription-manager and its associated dependencies caused RHCOS to lose the Red Hat CA. This is impacting the ability to pull container images from the Red Hat registry.

This looks similar to CentOS/sig-atomic-buildscripts#329

# rpm-ostree status
State: idle
AutomaticUpdates: disabled
Deployments:
โ— ostree://rhcos:openshift/3.10/x86_64/os
                   Version: 3.10-7.5 (2018-07-17 19:50:05)
                    Commit: 195f9e0cf36d04682fc8d380093b40eef1dd96009e85ce86a7e5419029e4aeea

# podman --log-level debug pull registry.access.redhat.com/rhel
DEBU[0000] [graphdriver] trying provided driver "overlay" 
DEBU[0000] overlay: override_kernelcheck=true           
DEBU[0000] overlay test mount with multiple lowers succeeded 
DEBU[0000] backingFs=xfs, projectQuotaSupported=false, useNativeDiff=true 
INFO[0000] CNI network crio-bridge (type=bridge) is used from /etc/cni/net.d/100-crio-bridge.conf 
INFO[0000] Initial CNI setting succeeded                
DEBU[0000] parsed reference to refname into "[overlay@/var/lib/containers/storage+/var/run/containers/storage:overlay.override_kernel_check=true]registry.access.redhat.com/rhel:latest" 
DEBU[0000] reference "[overlay@/var/lib/containers/storage+/var/run/containers/storage:overlay.override_kernel_check=true]registry.access.redhat.com/rhel:latest" does not resolve to an image ID 
DEBU[0000] parsed reference to refname into "[overlay@/var/lib/containers/storage+/var/run/containers/storage:overlay.override_kernel_check=true]registry.access.redhat.com/rhel:latest" 
DEBU[0000] reference "[overlay@/var/lib/containers/storage+/var/run/containers/storage:overlay.override_kernel_check=true]registry.access.redhat.com/rhel:latest" does not resolve to an image ID 
DEBU[0000] parsed reference to refname into "[overlay@/var/lib/containers/storage+/var/run/containers/storage:overlay.override_kernel_check=true]registry.access.redhat.com/rhel:latest" 
Trying to pull registry.access.redhat.com/rhel...DEBU[0000] Using registries.d directory /etc/containers/registries.d for sigstore configuration 
DEBU[0000]  Using "default-docker" configuration        
DEBU[0000]  No signature storage configuration found for registry.access.redhat.com/rhel:latest 
DEBU[0000] Looking for TLS certificates and private keys in /etc/docker/certs.d/registry.access.redhat.com 
DEBU[0000]  crt: /etc/docker/certs.d/registry.access.redhat.com/redhat-ca.crt 
Failed
ERRO[0000] error pulling image "registry.access.redhat.com/rhel": unable to pull registry.access.redhat.com/rhel 

# docker pull registry.access.redhat.com/rhel
Using default tag: latest
Trying to pull repository registry.access.redhat.com/rhel ... 
open /etc/docker/certs.d/registry.access.redhat.com/redhat-ca.crt: no such file or directory

# ls -l /etc/docker/certs.d/registry.access.redhat.com/redhat-ca.crt 
lrwxrwxrwx. 1 root root 27 Jul 17 20:25 /etc/docker/certs.d/registry.access.redhat.com/redhat-ca.crt -> /etc/rhsm/ca/redhat-uep.pem

# ls -l /etc/rhsm/ca/redhat-uep.pem
ls: cannot access /etc/rhsm/ca/redhat-uep.pem: No such file or directory

# rpm -qf /etc/rhsm/ca/redhat-uep/.pem
error: file /etc/rhsm/ca/redhat-uep/.pem: No such file or directory

rdgo sync broken?

We're still not getting the crio change; looks like treecompose isn't picking up the updated rdgo repo:

rpm-md repo 'rhcos-continuous'; generated: 2018-07-13 14:50:15

Something going wrong with the s3 sync?

build infrastructure related random idea dump

  1. Move to a jenkins instance in api.ci; see openshift/release#1000
    1a) Use GCE nested virt for vmimage builds
  2. Split out the pipeline to a separate repo
  3. Move to pinning all of the base (non-rdgo) RPMs in the manifest; updates to them are driven a bot that submits PRs. Think like what Cockpit does to update their VMs.
  4. Change rdgo to work the same way but with git commits
    4a) Related, rewrite or replace/rework rpmdistro-gitoverlay
  5. Containerize the imagefactory bits so we can consistently use containers and not classic systems

$PATH for interactive non-login shells is sadly limited

While debugging coreos.selinux.enforcing on RHCOS, the test was reporting command not found for getenforce. Yet when I logged in directly or via Manhole(), I was able to run getenforce just fine.

When I finally inspected the value of $PATH in both cases, I found the issue. When logged in directly (as core user), I get the following $PATH

PATH=/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/core/.local/bin:/home/core/bin

...but when running a test via kola:

PATH=/usr/local/bin:/usr/bin

And since getenforce lives in /usr/sbin, the kola tests are unable to find it during execution.

I think I was able to make sense of how $PATH was getting set for the login shell case (thanks man bash!), but I haven't been able to figure out where the default path is configured for the non-login case.

Related to this, the value for $PATH in the non-login case on Container Linux looks like this:

PATH=/usr/bin:/bin:/usr/sbin:/sbin

container image versioning

Today we're building the ostree twice (once in the Dockerfile triggered by prow, and once in Jenkins), and pushing two different containers to two different registries.

The Dockerfile path entirely tosses the ostree commit history concept and loses our "did something change" handling. We are also not using this container content to build virt images.

We really need to get to one ostree commit stream.

Further, we need to handle versioning for this in a saner way - just pushing :latest isn't going to cut it. I'd strawman we have buildmaster, latest, beta, stable or so - the buildmaster concept here means that it hasn't undergone any tests yet. latest is what I've used smoketested for in the past. Then beta and stable are manual promotions?

oscontainer on registry.svc.ci.openshift.org is 3 weeks old

Perhaps I am missing something, but as part of our pipeline, we should be pushing the newest oscontainer image to registry.svc.ci.openshift.org, like shown here:

https://github.com/openshift/os/blob/master/Jenkinsfile.treecompose#L121

However, in my own testing (and in the Pull and run oscontainer stage), the :latest image on the registry is showing up as 3 weeks old; last built on 2018-06-27.

The pipeline keeps on chugging along as if everything is fine, though.

Any ideas?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.