Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

bsrsetup del-peer resource peer_node_id

The del-peer  command removes a connection from a resource명령은 리소스에서 연결을 제거합니다.

bsrsetup del-path resource peer_node_id local-addr remote-addr

The del-path  command removes a path from a connection. Please note that it fails if the path is necessary to keep a connected connection in tact. In order to remove all paths, disconnect the connection first명령은 연결에서 경로를 제거합니다. 그러나 이미 연결된 connection 을 유지해야 할 경우 이 명령은 실패합니다. 모든 경로를 제거하려면 먼저 연결을 끊어야 합니다.

bsrsetup cstate resource peer_node_id

Show the current state of a connection. The connection is identified by the node-id of the peer; see the bsrsetup connect command연결의 현재 상태를 표시합니다. 연결은 피어의 node-id로 식별됩니다.

bsrsetup del-minor minorRemove a replicated device. No lower-level device may be attached; see bsrsetup detach

복제 장치를 제거합니다. 이 후 더이상 하위 장치는 적재되어 있지 않을 것 입니다.

bsrsetup del-resource resourceRemove

a resource. All volumes and connections must be removed first ( 리소스를 제거합니다. 이를 위해 모든 볼륨과 연결을 먼저 제거해야합니다(bsrsetup del-minor,   bsrsetup disconnect). Alternatively, bsrsetup down can be used to remove a resource together with all its volumes and connections또는 bsrsetup down 을 사용하여 모든 볼륨,연결과 함께 리소스를 제거 할 수 있습니다.

bsrsetup detach minorDetach

the lower-level device of a replicated device. Available options:복제 장치에서 하위 장치를 분리합니다. 사용 가능한 옵션은 다음과 같습니다.

  • --force

...

  • 분리를 강제로 수행하고 즉시 반환합니다. 이렇게 하면 보류중인 모든 I/O가 완료 될 때까지 하위 장치를 실패 상태로 만든 다음 장치를 분리합니다. 하위 장치에 아직 제출되지 않은 I/O(예: 장치의 I/O가 일시 중단 되었기 때문에)는 실패한 것으로 간주됩니다.

bsrsetup disconnect resource peer_node_idRemove a connection

to a peer host. The connection is identified by the node-id of the peer; see the bsrsetup connect command피어 호스트에 대한 연결을 제거합니다. 연결은 피어의 node-id로 식별됩니다.

bsrsetup down {resource | all}Take a resource

down by removing all volumes, connections, and the resource itself모든 볼륨, 연결 및 리소스 자체를 제거하여 리소스를 중지합니다.

bsrsetup dstate minor

Show the current disk state of a lower-level device.

...