...
Code Block |
---|
λ fsradm status all -w -i 1 r0 role:secondary file:inconsistent locked:false node2 state:established peer-state:established role:secondary file:inconsistent last-synced:none node3 state:connecting peer-state:unknown role:secondary file:unknown last-synced:none r1 role:secondary file:inconsistent locked:false node2 state:connecting peer-state:unknown role:secondary file:unknown last-synced:none update every 1.0s. current executions: 84 press 'q' or 'ctrl+c' to quit... |
File Status
복제 대상 파일의 복제 상태를 나타냅니다.
unknown 알 수 없는 상태. 연결되지 않은 상대 노드의 알 수 없는 파일 상태를 표현합니다.
fileless 복제 대상 미 적재 상태. attach 명령에 의해 attaching 상태로 전환합니다.
attaching 복제 대상 적재 중 상태. 적재 중 실패하면 failed, 적재 완료하면 consistent 또는 inconsistent 상태가 됩니다.
detaching 복제 대상 분리 중. 분리 완료하면 fileless 상태가 됩니다.
failed 복제 구성 실패 또는 파일 I/O 에러 발생 시 실패를 나타내는 상태.
inconsistent 데이터 순차성 보장 불가한 상태 또는 동기화 타겟의 파일 상태. 기본적으로 승격이 불가합니다.(강제 승격 가능)
consistent 데이터 순차성 보장하는 상태. 중간 상태이며 outdated 또는 up_to_date로 최종 전환됩니다.
outdated 과거 데이터 상태. 복제 타겟 상황에서 연결 단절이나 일시 중지 등에 의해 최신 데이터를 받지 못하게 될 경우의 상태. 기본적으로 승격이 불가합니다. (강제 승격 가능Indicates the replication status of the file to be replicated.
unknown unknown state. Represents the unknown file state of the unconnected partner node.
fileless detached status of replication target. The attach command switches to the attaching state.
attaching attaching status. If it fails during loading, If it fails during attaching, it becomes failed, or when loading is complete it becomes consistent or inconsistent.
detaching detaching the replication target. When detaching is complete, it becomes fileless.
failed the status indicating failure in the event of a replication configuration failure or file I/O error.
inconsistent the status of the files in the synchronization target or where the data sequence cannot be guaranteed. Basically, promotion is not possible (forced promotion is possible).
consistent State that guarantees data sequence. It is in an intermediate state and has a final transition to outdated or up_to_date.
outdated the data is available, but the old data. The status when the latest data cannot be received due to disconnection or pause in the replication target situation. Basically, promotion is not possible. (Forced promotion possible)
up_to_date 최신 데이터 상태. Primary이거나 복제 타겟일 경우의 상태입니다.
연결/복제 상태
양 노드가 연결 되기 까지의 상태는 연결 상태, 연결 수립 이후의 상태는 복제 상태로 정의됩니다. 다음의 상태들이 정의되어 있습니다 latest data status. This is the primary or replication target.
Connection/Replication Status
The state until both nodes are connected is defined as the connection state, and the state after connection establishment is defined as the replication state. The following states are defined.
standalone 중립 상태. 연결을 시도하지 않는 상태로 리소스의 초기 연결 상태에 해당합니다. connect 명령에 의해 connecting 상태로 전환됩니다.
...