Back to bug 1976920
| Who | When | What | Removed | Added |
|---|---|---|---|---|
| Red Hat One Jira (issues.redhat.com) | 2021-06-28 14:45:54 UTC | Link ID | Red Hat Issue Tracker RHCEPH-414 | |
| Matthias Muench | 2021-07-01 07:43:41 UTC | CC | mmuench | |
| Veera Raghava Reddy | 2021-07-03 16:13:14 UTC | CC | vereddy | |
| Severity | unspecified | high | ||
| Sebastian Wagner | 2021-07-07 13:08:07 UTC | Link ID | Ceph Project Bug Tracker 51566 | |
| Dimitri Savineau | 2021-07-23 15:50:11 UTC | CC | dsavinea | |
| Summary | [cee/sd][RFE][cephadm] Ass support to customize <daemon>-container cpu limit in cephadm | [cee/sd][RFE][cephadm] Add support to customize <daemon>-container cpu limit in cephadm | ||
| Sebastian Wagner | 2021-09-23 15:07:07 UTC | Priority | unspecified | high |
| Link ID | Github ceph/ceph/pull/42671 | |||
| Sebastian Wagner | 2021-09-23 15:08:08 UTC | Status | NEW | ASSIGNED |
| Assignee | sewagner | gabrioux | ||
| Guillaume Abrioux | 2021-10-14 08:14:54 UTC | Status | ASSIGNED | POST |
| daniel parkes | 2021-11-26 09:33:16 UTC | CC | dparkes | |
| Sebastian Wagner | 2021-11-26 14:07:43 UTC | CC | sewagner | |
| Target Release | 5.1 | 5.2 | ||
| Federico Lucifredi | 2021-12-02 14:55:10 UTC | CC | flucifre | |
| Gaurav Sitlani | 2021-12-15 19:11:45 UTC | CC | gsitlani | |
| Vikhyat Umrao | 2021-12-17 16:55:35 UTC | CC | vumrao | |
| Geo Jose | 2022-01-06 10:43:49 UTC | CC | gjose | |
| Adam King | 2022-01-06 13:12:52 UTC | Status | POST | ASSIGNED |
| Assignee | gabrioux | adking | ||
| Target Release | 5.2 | 5.1 | ||
| CC | adking | |||
| Vikhyat Umrao | 2022-01-06 21:53:23 UTC | Link ID | Github ceph/ceph/pull/44459 | |
| Red Hat Bugzilla | 2022-01-31 23:32:08 UTC | CC | sewagner | |
| Veera Raghava Reddy | 2022-02-09 05:31:59 UTC | QA Contact | vashastr | sunnagar |
| Adam King | 2022-02-17 18:05:05 UTC | Status | ASSIGNED | POST |
| errata-xmlrpc | 2022-02-18 05:34:11 UTC | CC | tserlin | |
| Status | POST | MODIFIED | ||
| Fixed In Version | ceph-16.2.7-67.el8cp | |||
| Status | MODIFIED | ON_QA | ||
| Manasa | 2022-02-23 16:54:13 UTC | Flags | needinfo?(adking) | |
| CC | mgowri | |||
| Adam King | 2022-02-23 20:08:34 UTC | Status | ON_QA | ASSIGNED |
| Flags | needinfo?(adking) | |||
| Daniel Dominguez | 2022-02-24 08:02:07 UTC | CC | ddomingu | |
| Adam King | 2022-03-06 22:33:44 UTC | CC | nravinas | |
| Status | ASSIGNED | POST | ||
| Ranjini M N | 2022-03-08 09:26:49 UTC | Status | POST | MODIFIED |
| Fixed In Version | ceph-16.2.7-67.el8cp | ceph-16.2.7-80.el8cp | ||
| Status | MODIFIED | ON_QA | ||
| Flags | needinfo?(adking) | |||
| Blocks | 2031073 | |||
| CC | rmandyam | |||
| Docs Contact | knortema | rmandyam | ||
| Adam King | 2022-03-08 21:30:09 UTC | Flags | needinfo?(adking) | |
| Doc Text | Feature: Able to customize cpu limit for all daemons within any given service. This is done by adding the cpu limit args to the service spec to be applied. For example service_type: mon service_name: mon placement: hosts: - host1 - host2 - host3 extra_container_args: - "--cpus=2" Reason: to allow users to specify cpu limit for daemons by service Result: users can now specify cpu limit for their daemons |
|||
| Vikhyat Umrao | 2022-03-08 21:52:02 UTC | Flags | needinfo?(adking) | |
| Adam King | 2022-03-08 23:45:20 UTC | Flags | needinfo?(adking) | |
| Doc Text | Feature: Able to customize cpu limit for all daemons within any given service. This is done by adding the cpu limit args to the service spec to be applied. For example service_type: mon service_name: mon placement: hosts: - host1 - host2 - host3 extra_container_args: - "--cpus=2" Reason: to allow users to specify cpu limit for daemons by service Result: users can now specify cpu limit for their daemons | Feature: Able to customize cpu limit for all daemons within any given service. This is done by adding the cpu limit args to the service spec to be applied. For example service_type: mon service_name: mon placement: hosts: - host1 - host2 - host3 extra_container_args: - "--cpus=2" service_type: osd service_id: osd_example placement: hosts: - host1 extra_container_args: - "--cpus=2" spec: data_devices: paths: - /dev/sdb Reason: to allow users to specify cpu limit for daemons by service Result: users can now specify cpu limit for their daemons |
||
| Manasa | 2022-03-14 04:43:19 UTC | Flags | needinfo?(adking) | |
| Status | ON_QA | ASSIGNED | ||
| Ranjini M N | 2022-03-16 14:09:59 UTC | Flags | needinfo?(adking) | |
| Doc Text | Feature: Able to customize cpu limit for all daemons within any given service. This is done by adding the cpu limit args to the service spec to be applied. For example service_type: mon service_name: mon placement: hosts: - host1 - host2 - host3 extra_container_args: - "--cpus=2" service_type: osd service_id: osd_example placement: hosts: - host1 extra_container_args: - "--cpus=2" spec: data_devices: paths: - /dev/sdb Reason: to allow users to specify cpu limit for daemons by service Result: users can now specify cpu limit for their daemons | .Users can now specify CPU limits for the daemons by service With this release, you can customize the CPU limits for all daemons within any given service by adding the CPU limit arguments to the service specification file. .Example ---- service_type: mon service_name: mon placement: hosts: - host01 - host02 - host03 extra_container_args: - "--cpus=2" service_type: osd service_id: osd_example placement: hosts: - host01 extra_container_args: - "--cpus=2" spec: data_devices: paths: - /dev/sdb ---- |
||
| Adam King | 2022-03-16 19:42:25 UTC | Status | ASSIGNED | POST |
| Flags | needinfo?(adking) needinfo?(adking) | |||
| Adam King | 2022-03-16 19:46:43 UTC | Doc Text | .Users can now specify CPU limits for the daemons by service With this release, you can customize the CPU limits for all daemons within any given service by adding the CPU limit arguments to the service specification file. .Example ---- service_type: mon service_name: mon placement: hosts: - host01 - host02 - host03 extra_container_args: - "--cpus=2" service_type: osd service_id: osd_example placement: hosts: - host01 extra_container_args: - "--cpus=2" spec: data_devices: paths: - /dev/sdb ---- | .Users can now specify CPU limits for the daemons by service With this release, you can customize the CPU limits for all daemons within any given service by adding the CPU limit to the service specification file via the extra_container_args field. .Example ---- service_type: mon service_name: mon placement: hosts: - host01 - host02 - host03 extra_container_args: - "--cpus=2" service_type: osd service_id: osd_example placement: hosts: - host01 extra_container_args: - "--cpus=2" spec: data_devices: paths: - /dev/sdb ---- |
| Manasa | 2022-03-18 10:55:44 UTC | Status | POST | MODIFIED |
| Fixed In Version | ceph-16.2.7-80.el8cp | ceph-16.2.7-92.el8cp | ||
| Status | MODIFIED | ON_QA | ||
| Status | ON_QA | VERIFIED | ||
| Manasa | 2022-03-28 05:41:53 UTC | QA Contact | sunnagar | mgowri |
| errata-xmlrpc | 2022-04-04 08:01:33 UTC | Status | VERIFIED | RELEASE_PENDING |
| errata-xmlrpc | 2022-04-04 10:21:14 UTC | Status | RELEASE_PENDING | CLOSED |
| Resolution | --- | ERRATA | ||
| Last Closed | 2022-04-04 10:21:14 UTC | |||
| errata-xmlrpc | 2022-04-04 10:21:29 UTC | Link ID | Red Hat Product Errata RHSA-2022:1174 |
Back to bug 1976920