3.3. etcd에서 디스크 대기 시간 영향
etcd 클러스터는 디스크 대기 시간에 민감합니다. 컨트롤 플레인 환경에서 etcd에서 경험하는 디스크 대기 시간을 이해하려면 fio
테스트 또는 제품군을 실행합니다.
다음 예와 같이 최종 보고서가 etcd에 대해 디스크를 적절하게 분류하는지 확인합니다.
... 99th percentile of fsync is 5865472 ns 99th percentile of the fsync is within the recommended threshold: - 20 ms, the disk can be used to host etcd
...
99th percentile of fsync is 5865472 ns
99th percentile of the fsync is within the recommended threshold: - 20 ms, the disk can be used to host etcd
대기 시간이 긴 디스크를 사용하는 경우 다음 예와 같이 디스크가 etcd에 권장되지 않음을 알리는 메시지가 표시됩니다.
... 99th percentile of fsync is 15865472 ns 99th percentile of the fsync is greater than the recommended value which is 20 ms, faster disks are recommended to host etcd for better performance
...
99th percentile of fsync is 15865472 ns
99th percentile of the fsync is greater than the recommended value which is 20 ms, faster disks are recommended to host etcd for better performance
권장 대기 시간을 충족하지 않는 etcd에 디스크를 사용하는 여러 데이터 센터에 걸쳐 있는 클러스터 배포를 사용하면 서비스 영향을 미치는 오류가 발생할 가능성이 증가하고 컨트롤 플레인에서 유지할 수 있는 네트워크 대기 시간을 크게 줄일 수 있습니다.