Bug 1380570

Summary: atomic-openshift-master-api service stop working after restarting systemd-journald.service
Product: OpenShift Container Platform Reporter: Kenjiro Nakayama <knakayam>
Component: InstallerAssignee: Jason DeTiberus <jdetiber>
Status: CLOSED DUPLICATE QA Contact: Johnny Liu <jialiu>
Severity: high Docs Contact:
Priority: unspecified    
Version: 3.2.1CC: aos-bugs, jokerman, mmccomas
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-10-04 15:06:39 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Kenjiro Nakayama 2016-09-30 02:27:43 UTC
Description of problem:
===

  atomic-openshift-master-api service stop working after restarting systemd-journald.service

Version-Release number of selected component (if applicable):
===
  OCP 3.2

How reproducible:
===

Steps to Reproduce:
  1. Restart systemd-journald (# systemctl restart systemd-journald.service)
  2. Wait for 3 or 5 minutes
  3. Check status of api service

Actual results:
===

  # systemctl is-active atomic-openshift-master-api.service
  inactive

  # curl -k https://localhost:8443/
  curl: (7) Failed connect to localhost:8443; Connection refused

Expected results:
===

  atomic-openshift-master-api.service should not be effected restart of systemd-journald service

Additional info:
===

  After atomic-openshift-master-api was down, it will not be fixed by restarting the atomic-openshift-master-api service. It needs system reboot.

Comment 1 Derek Carr 2016-09-30 13:29:58 UTC
This is the same fundamental issue as found here:
https://bugzilla.redhat.com/show_bug.cgi?id=1378929

We are exploring systemd host level configuration options that would prevent this problem from occurring.

Comment 2 Derek Carr 2016-09-30 13:30:51 UTC
Moving this to the installer as it should be fixed in concert with https://bugzilla.redhat.com/show_bug.cgi?id=1378929

Comment 3 Scott Dodson 2016-10-04 15:06:39 UTC

*** This bug has been marked as a duplicate of bug 1378929 ***