Documentation/fault-injection/index.rst GitHub 원문 ↗

Linux 6.18.37 · Fault Injection

Fault-injection

Fault injection 관련 문서와 전체 색인을 연결하는 한국어 전문 번역입니다.

Source pathDocumentation/fault-injection/index.rst
Source versionLinux v6.18.37
TranslationDUJINLABS 전문 번역 + 해설

요약·해설과 원문, 전문 번역을 서로 분리했습니다. API 이름, symbol, source path는 원문 표기를 사용합니다.

1. 요약·해설

원문의 핵심 논리와 kernel programming 관점의 보충 설명입니다. 아래의 전문 번역과는 별도로 작성했습니다.

요약·해설

index.rst:1-20

Fault injection subsystem의 공통 기능, notifier, NVMe, crash 유발 문서로 이동하는 색인입니다.

권장 탐색 순서
순서문서
1`fault-injection`
2`notifier-error-inject`
3`nvme-fault-injection`
4`provoke-crashes`

2. 영어 원문 전체

번역 기준이 된 Linux v6.18.37 원문입니다. 줄 번호는 이 버전의 파일 좌표입니다.

원문 전체 펼치기
1 .. SPDX-License-Identifier: GPL-2.0
2
3 ===============
4 Fault-injection
5 ===============
6
7 .. toctree::
8 :maxdepth: 1
9
10 fault-injection
11 notifier-error-inject
12 nvme-fault-injection
13 provoke-crashes
14
15 .. only:: subproject and html
16
17 Indices
18 =======
19
20 * :ref:`genindex`
21

3. 한국어 전문 번역

영어 원문의 문단 순서와 의미를 유지한 전체 번역입니다. 코드, 함수명, symbol과 URL은 원문 표기를 유지합니다.

Fault injection 문서 색인

1-20

Fault-injection 색인은 공통 infrastructure, notifier 오류 주입, NVMe fault injection, 의도적 crash 유발 문서를 `toctree` 최대 깊이 1로 연결합니다.

Subproject HTML build에서는 전체 문서 색인인 `genindex` 링크도 표시합니다.

Fault injection 문서 트리
문서주제
`fault-injection`공통 fault capability와 설정·예제
`notifier-error-inject`Notifier chain 오류 반환 주입
`nvme-fault-injection`NVMe command status 오류
`provoke-crashes`Kernel crash·hang 유발 방법

.. SPDX-License-Identifier: GPL-2.0

===============
Fault-injection
===============

.. toctree::
    :maxdepth: 1

    fault-injection
    notifier-error-inject
    nvme-fault-injection
    provoke-crashes

.. only::  subproject and html

   Indices
   =======

   * :ref:`genindex`