Bug 1860739
Summary: | [container] OSD does not stay down after osd_max_markdown_count has been exceeded | ||
---|---|---|---|
Product: | [Red Hat Storage] Red Hat Ceph Storage | Reporter: | Steve Baldwin <sbaldwin> |
Component: | Ceph-Ansible | Assignee: | Guillaume Abrioux <gabrioux> |
Status: | CLOSED ERRATA | QA Contact: | Ameena Suhani S H <amsyedha> |
Severity: | medium | Docs Contact: | Amrita <asakthiv> |
Priority: | unspecified | ||
Version: | 3.3 | CC: | asakthiv, aschoen, bniver, ceph-eng-bugs, gabrioux, gmeno, gsitlani, mmuench, nthomas, tserlin, vereddy, vumrao, wutomo, ykaul |
Target Milestone: | --- | ||
Target Release: | 4.2 | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | ceph-ansible-4.0.38-1.el8cp, ceph-ansible-4.0.38-1.el7cp | Doc Type: | Known Issue |
Doc Text: |
.Ceph OSD fails to use `osd_max_markdown_count` parameter as the systemd unit template enforces the parameter`Restart=always`
The systemd unit templates of OSD Daemons enforce the parameter `Restart=always` thereby preventing the use of `osd_max_markdown_count` parameter resulting in the restarting of services. To workaround this issue, use the `ceph_osd_systemd_overrides` variable to override the `Restart=` parameter in the OSD systemd template, that is,
----
[osds]
osd0 ceph_osd_systemd_overrides="{'Service': {'Restart': 'no'}}"
----
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2021-01-12 14:56:31 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: | |||
Bug Depends On: | |||
Bug Blocks: | 1890121 |
Comment 22
errata-xmlrpc
2021-01-12 14:56:31 UTC
|