-
Feature
-
Resolution: Done
-
Normal
-
None
-
None
-
BU Product Work
-
False
-
-
False
-
0% To Do, 0% In Progress, 100% Done
-
0
-
Program Call
Feature Overview (aka. Goal Summary)
An elevator pitch (value statement) that describes the Feature in a clear, concise way. Complete during New status.
When control plane nodes are densely packed with processes (e.g., compact clusters and SNO) and host Pods with high priority and low latency CPU requirements, we have noticed high variability in write latency for etcd even when using solid-state disks. There are indications that this variability could be tied to the filesystem's queuing or buffering mechanism. Field reports suggest that moving etcd to a dedicated partition on the same disk alleviates or solves the issue.
This card is for further investigation of these scenarios to determine if OpenShift should adopt moving etcd to a dedicated partition, even on the same disk, by default.
Goals (aka. expected user outcomes)
The observable functionality that the user now has as a result of receiving this feature. Include the anticipated primary user type/persona and which existing features, if any, will be expanded. Complete during New status.
- Determine if OpenShift should adopt moving etcd to a dedicated partition, even on the same disk, by default.
- (if true) Design adoption and migration plan to implement in future releases
Requirements (aka. Acceptance Criteria):
A list of specific needs or objectives that a feature must deliver in order to be considered complete. Be sure to include nonfunctional requirements such as security, reliability, performance, maintainability, scalability, usability, etc. Initial completion during Refinement status.
- Validate behavior and benefits of a dedicated etcd partition (on the same disk) by default for cloud and baremetal deployments.
- (if noticeable improvements) Create design document
Anyone reviewing this Feature needs to know which deployment configurations that the Feature will apply to (or not) once it's been completed. Describe specific needs (or indicate N/A) for each of the following deployment scenarios. For specific configurations that are out-of-scope for a given release, ensure you provide the OCPSTRAT (for the future to be supported configuration) as well.
Deployment considerations | List applicable specific needs (N/A = not applicable) |
Self-managed, managed, or both | both |
Classic (standalone cluster) | yes |
Hosted control planes | no |
Multi node, Compact (three node), or Single node (SNO), or all | all |
Connected / Restricted Network | all |
Architectures, e.g. x86_x64, ARM (aarch64), IBM Power (ppc64le), and IBM Z (s390x) | all |
Operator compatibility | cluster operators |
Backport needed (list applicable versions) | no |
UI need (e.g. OpenShift Console, dynamic plugin, OCM) | no |
Other (please specify) | n/a |
Use Cases (Optional):
Include use case diagrams, main success scenarios, alternative flow scenarios. Initial completion during Refinement status.
<your text here>
Questions to Answer (Optional):
Include a list of refinement / architectural questions that may need to be answered before coding can begin. Initial completion during Refinement status.
<your text here>
Out of Scope
High-level list of items that are out of scope. Initial completion during Refinement status.
<your text here>
Background
Provide any additional context is needed to frame the feature. Initial completion during Refinement status.
<your text here>
Customer Considerations
Provide any additional customer-specific considerations that must be made when designing and delivering the Feature. Initial completion during Refinement status.
<your text here>
Documentation Considerations
Provide information that needs to be considered and planned so that documentation will meet customer needs. If the feature extends existing functionality, provide a link to its current documentation. Initial completion during Refinement status.
<your text here>
Interoperability Considerations
Which other projects, including ROSA/OSD/ARO, and versions in our portfolio does this feature impact? What interoperability test scenarios should be factored by the layered products? Initial completion during Refinement status.
<your text here>
- duplicates
-
RFE-3133 Disks isolation for ETCD
- Rejected
- is related to
-
RFE-1649 Test a supported way to move /var/lib/etcd to a new disk as day 2 task
- Rejected
-
OCPSTRAT-1592 Support for Configuring Additional Disks During OpenShift Installation - Phase I
- New