...
Set the data of the child device to outdated.
pause-sync {peer_device}
로컬 일시 정지 플래그를 설정하여 로컬 장치와 피어 장치 간의 재 동기화를 중지합니다Set the local pause flag to stop resynchronization between local and peer devices.
primary {resource}
리소스에서 노드의 역할을 primary로 변경합니다Change the role of the node in the resource to primary.
resize {device}
모든 노드에서 복제장치의 하위 장치 크기를 조정합니다. 이것은 Resize the lower device of the replica on all nodes. This is done by combining check-resize 와 resize 하위 레벨 명령을 결합하여 수행합니다and resize low-level commands.
resource-options {resource}
기존 리소스의 리소스 옵션을 변경합니다Change resource options for an existing resource.
resume-sync {peer_device}
로컬 동기화 일시 정지 플래그를 지워서 재 동기화가 재개 되도록 합니다Clear the local sync pause flag so that resynchronization resumes.
role {resource}
리소스의 현재 역할을 출력합니다Print the current role of the resource.
secondary {resource}
리소스의 역할을 Secondary 로 변경(강등)합니다. 만약 리소스의 복제 장치가 사용 중 이라면 리눅스에서 이 명령은 실패합니다. 윈도우즈에선 장치 사용 여부와 관계없이 강등합니다Change the role of the resource to Secondary. This command will fail on Linux if the resource's replicated device is in use. On Windows, it is demoted whether or not the device is used.
show-gi {peer_device}
특정 연결에서 장치의 데이터 생성 식별자를 표시합니다. 또한 출력에 대해 부연설명 합니다Displays the data generation identifier of the device on a specific connection. Also, the output is explained in detail.
up {resource}
다음의 과정으로 리소스를 기동합니다
...
Start the resource in the following procedure.
Apply activity log of all volumes: bsrmeta apply-al
리소스 생성Create resource: bsrsetup new-resource
복제 장치 생성Create a clone device: bsrsetup new-device, bsrsetup new-minor
하위 장치 적재Sub-device loading: bsrsetup attach
모든 피어에 연결Connect to all peers: bsrsetup connect
verify {peer_device}
온라인 검증을 시작Start, 중지, 또는 특정 부분에 대한 검증을 지정할 수 있습니다stop, or specify verification for specific parts of online verification.
wait-connect {[device] | [connection] | [resource]}
피어 상의 장치, 연결 상의 모든 장치들, 모든 피어상의 모든 장치들이 확인 될 때까지 기다립니다Wait for devices on the peer, all devices on the connection, all devices on all peers to be verified.
wait-sync {[device] | [connection] | [resource]}
장치가 연결되고 최종 재 동기화 작업이 완료 될 때까지 기다립니다. 연결 및 리소스 수준에서도 사용할 수 있습니다Wait for the device to connect and the final resync operation to complete. Also available at the connection and resource level
wipe-md {device}
장치의 bsr 메타 데이터를 지웁니다Clears the device's bsr metadata.
forget-peer {connection}
메타 데이터에서 연결되지 않은 피어에 대한 참조를 완전히 제거합니다Removes references to unconnected peers completely from metadata.
bsrsetup
bsrsetup command {argument...} [option...]
...