Bug 1882572 - "restart container runtime" is skipped when running 3.11 installation with ansible-2.9
Summary: "restart container runtime" is skipped when running 3.11 installation with an...
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: Installer
Version: 3.11.0
Hardware: Unspecified
OS: Unspecified
urgent
high
Target Milestone: ---
: 3.11.z
Assignee: Russell Teague
QA Contact: Johnny Liu
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2020-09-25 02:42 UTC by Johnny Liu
Modified: 2023-10-06 21:30 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Cause: Ansible handlers are called at the end of a playbook phase such as 'Tasks'. Task files were called in the container_runtime role twice which resulted in the handler conditions to be reset. Consequence: The Ansible handler didn't run as expected and therefore did not restart the container runtime. Fix: The two role task imports were combined into one task to prevent handler conditionals from being reset. Result: The Ansible handler runs as expected and restarts the container runtime.
Clone Of:
Environment:
Last Closed: 2020-11-12 10:08:21 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Github openshift openshift-ansible pull 12244 0 None closed Bug 1882572: playbooks/container-runtime: Combine role import into one task 2020-11-27 08:15:01 UTC
Red Hat Bugzilla 1854008 0 medium CLOSED The symlink logs file in /var/log/containers are not created after finishing the OCP3.11 installation 2023-10-06 20:58:56 UTC
Red Hat Product Errata RHBA-2020:4430 0 None None None 2020-11-12 10:08:55 UTC

Internal Links: 1854008

Description Johnny Liu 2020-09-25 02:42:30 UTC
Description of problem:
To consume prerelease images, set oreg and openshift_docker_insecure_registries to an internal inscure registry, installaton get failed, becasue can not pull images from the internal registry, check more found the internal registry is not added into runtime insecure registries list.

After login to nodes, insecure registy is already added into system config file, but runtime did not restarted, that lead to the insecure registry change did not take effect.

Add some debug code to get output:
TASK [container_runtime : debug] ***********************************************
Thursday 24 September 2020  18:20:18 +0800 (0:00:00.494)       0:01:57.603 **** 
ok: [ci-vm-10-0-151-208.hosted.upshift.rdu2.redhat.com] => {
    "openshift_use_crio_only": "false"
}
ok: [ci-vm-10-0-150-39.hosted.upshift.rdu2.redhat.com] => {
    "openshift_use_crio_only": "false"
}
ok: [ci-vm-10-0-151-190.hosted.upshift.rdu2.redhat.com] => {
    "openshift_use_crio_only": "false"
}

TASK [container_runtime : debug] ***********************************************
Thursday 24 September 2020  18:20:19 +0800 (0:00:00.113)       0:01:57.717 **** 
ok: [ci-vm-10-0-151-208.hosted.upshift.rdu2.redhat.com] => {
    "docker_service_status_changed": false
}
ok: [ci-vm-10-0-150-39.hosted.upshift.rdu2.redhat.com] => {
    "docker_service_status_changed": false
}
ok: [ci-vm-10-0-151-190.hosted.upshift.rdu2.redhat.com] => {
    "docker_service_status_changed": false
}

RUNNING HANDLER [container_runtime : restart container runtime] ****************
Thursday 24 September 2020  18:20:19 +0800 (0:00:00.088)       0:01:57.805 **** 
skipping: [ci-vm-10-0-151-190.hosted.upshift.rdu2.redhat.com] => {"changed": false, "skip_reason": "Conditional result was False"}
skipping: [ci-vm-10-0-151-208.hosted.upshift.rdu2.redhat.com] => {"changed": false, "skip_reason": "Conditional result was False"}
skipping: [ci-vm-10-0-150-39.hosted.upshift.rdu2.redhat.com] => {"changed": false, "skip_reason": "Conditional result was False"}

Have no idea why "restart container runtime" step is skpped.

QE also tried to copy the runtime restart steps to common playbook, it is working well, once it is reside in handler, this step always is skipped.


Version-Release number of the following components:
openshift-ansible-3.11.294-1
$ ansible --version
ansible 2.9.13
  config file = /etc/ansible/ansible.cfg
  configured module search path = [u'/root/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules']
  ansible python module location = /usr/lib/python2.7/site-packages/ansible
  executable location = /usr/bin/ansible
  python version = 2.7.5 (default, Sep 12 2018, 05:31:16) [GCC 4.8.5 20150623 (Red Hat 4.8.5-36)]


How reproducible:
Always

Steps to Reproduce:
1. setting oreg and and openshift_docker_insecure_registries in inventory file to consume pre-release image
oreg_url=registry-proxy.engineering.redhat.com/rh-osbs/openshift3-ose-${component}:${version}
openshift_docker_insecure_registries=registry-proxy.engineering.redhat.com,registry.reg-aws.openshift.com:443,asb-registry.usersys.redhat.com:5000
2. Trigger installation
3.

Actual results:
TASK [openshift_control_plane : Report control plane errors] *******************
Thursday 24 September 2020  18:49:41 +0800 (0:00:00.065)       0:29:06.919 **** 
fatal: [ci-vm-10-0-151-208.hosted.upshift.rdu2.redhat.com]: FAILED! => {"changed": false, "msg": "Control plane pods didn't come up and become ready"}


Expected results:
Installation get passed

Additional info:
Test the same installation using ansible-2.6, it is working well.

Comment 1 Johnny Liu 2020-09-25 02:43:28 UTC
Because official document is suggest user to ansible-2.9, set testblocker keyword

Comment 2 Russell Teague 2020-09-25 10:18:38 UTC
Please attach complete verbose Ansible logs.

Comment 8 Johnny Liu 2020-10-23 06:51:58 UTC
Verified this bug with openshift-ansible-3.11.307-1.git.0.83cdf01.el7.noarch + ansible-2.9.13-1.el7ae.noarch, get passed.

TASK [container_runtime : Fix SELinux Permissions on /var/lib/containers] ******
Friday 23 October 2020  13:35:40 +0800 (0:00:00.572)       0:01:58.447 ******** 
ok: [ci-vm-10-0-151-87.hosted.upshift.rdu2.redhat.com] => {"changed": false, "cmd": ["restorecon", "-R", "/var/lib/containers/"], "delta": "0:00:00.009508", "end": "2020-10-23 01:35:40.686562", "rc": 0, "start": "2020-10-23 01:35:40.677054", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []}
ok: [ci-vm-10-0-149-33.hosted.upshift.rdu2.redhat.com] => {"changed": false, "cmd": ["restorecon", "-R", "/var/lib/containers/"], "delta": "0:00:00.010846", "end": "2020-10-23 01:35:40.282276", "rc": 0, "start": "2020-10-23 01:35:40.271430", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []}
ok: [ci-vm-10-0-150-132.hosted.upshift.rdu2.redhat.com] => {"changed": false, "cmd": ["restorecon", "-R", "/var/lib/containers/"], "delta": "0:00:00.011614", "end": "2020-10-23 01:35:40.432076", "rc": 0, "start": "2020-10-23 01:35:40.420462", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []}

RUNNING HANDLER [container_runtime : restart container runtime] ****************
Friday 23 October 2020  13:35:40 +0800 (0:00:00.559)       0:01:59.007 ******** 

changed: [ci-vm-10-0-151-87.hosted.upshift.rdu2.redhat.com] => {"attempts": 1, "changed": true, "name": "docker", "state": "started", "status": {"ActiveEnterTimestamp": "Fri 2020-10-23 01:33:28 EDT", "ActiveEnterTimestampMonotonic": "269019890", "ActiveExitTimestamp": "Fri 2020-10-23 01:33:25 EDT", "ActiveExitTimestampMonotonic": "265996250", "ActiveState": "active", "After": "basic.target network.target rhel-push-plugin.service docker-storage-setup.service system.slice registries.service systemd-journald.socket iptables.service", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Fri 2020-10-23 01:33:27 EDT", "AssertTimestampMonotonic": "267265274", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "ConditionResult": "yes", "ConditionTimestamp": "Fri 2020-10-23 01:33:27 EDT", "ConditionTimestampMonotonic": "267265273", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/docker.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "Docker Application Container Engine", "DevicePolicy": "auto", "Documentation": "http://docs.docker.com", "DropInPaths": "/etc/systemd/system/docker.service.d/custom.conf", "Environment": "GOTRACEBACK=crash DOCKER_HTTP_HOST_COMPAT=1 PATH=/usr/libexec/docker:/usr/bin:/usr/sbin", "EnvironmentFile": "/etc/sysconfig/docker-network (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "11952", "ExecMainStartTimestamp": "Fri 2020-10-23 01:33:27 EDT", "ExecMainStartTimestampMonotonic": "267266288", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -s HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/bin/dockerd-current ; argv[]=/usr/bin/dockerd-current --add-runtime docker-runc=/usr/libexec/docker/docker-runc-current --default-runtime=docker-runc --authorization-plugin=rhel-push-plugin --exec-opt native.cgroupdriver=systemd --userland-proxy-path=/usr/libexec/docker/docker-proxy-current --init-path=/usr/libexec/docker/docker-init-current --seccomp-profile=/etc/docker/seccomp.json $OPTIONS $DOCKER_STORAGE_OPTIONS $DOCKER_NETWORK_OPTIONS $ADD_REGISTRY $BLOCK_REGISTRY $INSECURE_REGISTRY $REGISTRIES ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/docker.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "docker.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Fri 2020-10-23 01:33:26 EDT", "InactiveEnterTimestampMonotonic": "267019613", "InactiveExitTimestamp": "Fri 2020-10-23 01:33:27 EDT", "InactiveExitTimestampMonotonic": "267266334", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "process", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "1048576", "LimitNPROC": "1048576", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "15054", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "11952", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "docker.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "main", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PartOf": "iptables.service", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RequiredBy": "docker-cleanup.service", "Requires": "basic.target docker-cleanup.timer rhel-push-plugin.service system.slice registries.service", "Restart": "on-abnormal", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "0", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "Wants": "iptables.service docker-storage-setup.service", "WatchdogTimestamp": "Fri 2020-10-23 01:33:28 EDT", "WatchdogTimestampMonotonic": "269019691", "WatchdogUSec": "0"}}
changed: [ci-vm-10-0-149-33.hosted.upshift.rdu2.redhat.com] => {"attempts": 1, "changed": true, "name": "docker", "state": "started", "status": {"ActiveEnterTimestamp": "Fri 2020-10-23 01:33:28 EDT", "ActiveEnterTimestampMonotonic": "203571501", "ActiveExitTimestamp": "Fri 2020-10-23 01:33:25 EDT", "ActiveExitTimestampMonotonic": "200568316", "ActiveState": "active", "After": "basic.target systemd-journald.socket registries.service docker-storage-setup.service rhel-push-plugin.service network.target iptables.service system.slice", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Fri 2020-10-23 01:33:26 EDT", "AssertTimestampMonotonic": "201850817", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "ConditionResult": "yes", "ConditionTimestamp": "Fri 2020-10-23 01:33:26 EDT", "ConditionTimestampMonotonic": "201850817", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/docker.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "Docker Application Container Engine", "DevicePolicy": "auto", "Documentation": "http://docs.docker.com", "DropInPaths": "/etc/systemd/system/docker.service.d/custom.conf", "Environment": "GOTRACEBACK=crash DOCKER_HTTP_HOST_COMPAT=1 PATH=/usr/libexec/docker:/usr/bin:/usr/sbin", "EnvironmentFile": "/etc/sysconfig/docker-network (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "11960", "ExecMainStartTimestamp": "Fri 2020-10-23 01:33:26 EDT", "ExecMainStartTimestampMonotonic": "201853176", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -s HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/bin/dockerd-current ; argv[]=/usr/bin/dockerd-current --add-runtime docker-runc=/usr/libexec/docker/docker-runc-current --default-runtime=docker-runc --authorization-plugin=rhel-push-plugin --exec-opt native.cgroupdriver=systemd --userland-proxy-path=/usr/libexec/docker/docker-proxy-current --init-path=/usr/libexec/docker/docker-init-current --seccomp-profile=/etc/docker/seccomp.json $OPTIONS $DOCKER_STORAGE_OPTIONS $DOCKER_NETWORK_OPTIONS $ADD_REGISTRY $BLOCK_REGISTRY $INSECURE_REGISTRY $REGISTRIES ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/docker.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "docker.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Fri 2020-10-23 01:33:26 EDT", "InactiveEnterTimestampMonotonic": "201586499", "InactiveExitTimestamp": "Fri 2020-10-23 01:33:26 EDT", "InactiveExitTimestampMonotonic": "201853240", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "process", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "1048576", "LimitNPROC": "1048576", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "15054", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "11960", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "docker.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "main", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PartOf": "iptables.service", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RequiredBy": "docker-cleanup.service", "Requires": "registries.service docker-cleanup.timer rhel-push-plugin.service system.slice basic.target", "Restart": "on-abnormal", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "0", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "Wants": "docker-storage-setup.service iptables.service", "WatchdogTimestamp": "Fri 2020-10-23 01:33:28 EDT", "WatchdogTimestampMonotonic": "203571455", "WatchdogUSec": "0"}}
changed: [ci-vm-10-0-150-132.hosted.upshift.rdu2.redhat.com] => {"attempts": 1, "changed": true, "name": "docker", "state": "started", "status": {"ActiveEnterTimestamp": "Fri 2020-10-23 01:33:28 EDT", "ActiveEnterTimestampMonotonic": "362845647", "ActiveExitTimestamp": "Fri 2020-10-23 01:33:25 EDT", "ActiveExitTimestampMonotonic": "359715476", "ActiveState": "active", "After": "registries.service system.slice network.target rhel-push-plugin.service iptables.service systemd-journald.socket basic.target docker-storage-setup.service", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Fri 2020-10-23 01:33:26 EDT", "AssertTimestampMonotonic": "361047208", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "ConditionResult": "yes", "ConditionTimestamp": "Fri 2020-10-23 01:33:26 EDT", "ConditionTimestampMonotonic": "361047208", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/docker.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "Docker Application Container Engine", "DevicePolicy": "auto", "Documentation": "http://docs.docker.com", "DropInPaths": "/etc/systemd/system/docker.service.d/custom.conf", "Environment": "GOTRACEBACK=crash DOCKER_HTTP_HOST_COMPAT=1 PATH=/usr/libexec/docker:/usr/bin:/usr/sbin", "EnvironmentFile": "/etc/sysconfig/docker-network (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "11953", "ExecMainStartTimestamp": "Fri 2020-10-23 01:33:26 EDT", "ExecMainStartTimestampMonotonic": "361048434", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -s HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/bin/dockerd-current ; argv[]=/usr/bin/dockerd-current --add-runtime docker-runc=/usr/libexec/docker/docker-runc-current --default-runtime=docker-runc --authorization-plugin=rhel-push-plugin --exec-opt native.cgroupdriver=systemd --userland-proxy-path=/usr/libexec/docker/docker-proxy-current --init-path=/usr/libexec/docker/docker-init-current --seccomp-profile=/etc/docker/seccomp.json $OPTIONS $DOCKER_STORAGE_OPTIONS $DOCKER_NETWORK_OPTIONS $ADD_REGISTRY $BLOCK_REGISTRY $INSECURE_REGISTRY $REGISTRIES ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/docker.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "docker.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Fri 2020-10-23 01:33:26 EDT", "InactiveEnterTimestampMonotonic": "360735987", "InactiveExitTimestamp": "Fri 2020-10-23 01:33:26 EDT", "InactiveExitTimestampMonotonic": "361048497", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "process", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "1048576", "LimitNPROC": "1048576", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "15054", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "11953", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "docker.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "main", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PartOf": "iptables.service", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RequiredBy": "docker-cleanup.service", "Requires": "docker-cleanup.timer registries.service system.slice rhel-push-plugin.service basic.target", "Restart": "on-abnormal", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "0", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "Wants": "iptables.service docker-storage-setup.service", "WatchdogTimestamp": "Fri 2020-10-23 01:33:28 EDT", "WatchdogTimestampMonotonic": "362845400", "WatchdogUSec": "0"}}


Installation get completed successfully.

Comment 11 errata-xmlrpc 2020-11-12 10:08:21 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory (OpenShift Container Platform 3.11.317 bug fix and enhancement update), and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHBA-2020:4430


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