Skip to content

Commit 7bb17fc

Browse files
authored
Merge pull request #73814 from kowen-rh/ocpbugs-29848
OCPBUGS#29848: Update etcd hard drive best practices
2 parents a729957 + f7a360f commit 7bb17fc

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

modules/recommended-etcd-practices.adoc

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,14 @@ To achieve such performance, run etcd on machines that are backed by SSD or NVMe
2020
The load on etcd arises from static factors, such as the number of nodes and pods, and dynamic factors, including changes in endpoints due to pod autoscaling, pod restarts, job executions, and other workload-related events. To accurately size your etcd setup, you must analyze the specific requirements of your workload. Consider the number of nodes, pods, and other relevant factors that impact the load on etcd.
2121
====
2222

23-
The following hard disk features provide optimal etcd performance:
24-
25-
* Low latency to support fast read operation.
26-
* High-bandwidth writes for faster compactions and defragmentation.
27-
* High-bandwidth reads for faster recovery from failures.
28-
* Solid state drives as a minimum selection, however NVMe drives are preferred.
29-
* Server-grade hardware from various manufacturers for increased reliability.
30-
* RAID 0 technology for increased performance.
31-
* Dedicated etcd drives. Do not place log files or other heavy workloads on etcd drives.
23+
The following hard drive practices provide optimal etcd performance:
24+
25+
* Use dedicated etcd drives. Avoid drives that communicate over the network, such as iSCSI. Do not place log files or other heavy workloads on etcd drives.
26+
* Prefer drives with low latency to support fast read and write operations.
27+
* Prefer high-bandwidth writes for faster compactions and defragmentation.
28+
* Prefer high-bandwidth reads for faster recovery from failures.
29+
* Use solid state drives as a minimum selection. Prefer NVMe drives for production environments.
30+
* Use server-grade hardware for increased reliability.
3231
3332
[NOTE]
3433
====

0 commit comments

Comments
 (0)