sclorg / postgresql-container

PostgreSQL container images based on Red Hat Software Collections and intended for OpenShift and general usage. Users can choose between Red Hat Enterprise Linux, Fedora, and CentOS based images.
http://softwarecollections.org
Apache License 2.0
164 stars 216 forks source link

turn on data_sync_retry in rhel8 images as well #371

Closed pkubatrh closed 4 years ago

pkubatrh commented 4 years ago

@hhorak PTAL as you are the author of the original patch To me it did not make much sense to apply the setting only in rhel7 images so I removed that condition

hhorak commented 4 years ago

LGTM, it makes sense to let containers behave the same anyway.

hhorak commented 4 years ago

I see the RHEL-8 test in Jenkins to be failing for some time already (the upgrade test part). It doesn't seem to be caused by this change.

pkubatrh commented 4 years ago

the rhel8 fail still looks like a podman issue I managet to hit in Fedora a while ago: https://github.com/containers/libpod/issues/4326 I expect the fix did not get to rhel8 yet