-
NFS 서버에서 복제 스트림을 가져오려면 대상에서 빈 패키지로 이동합니다.
prefect:configuration services replication sources> ls
Sources:
source-000 203.80.49.153
PROJECT STATE LAST UPDATE
package-000 <awating import> idle unknown
-
소스 시스템의 주소에 해당하는 소스 노드를 선택합니다.
prefect:configuration services replication sources> select source-000
prefect:configuration services replication source-000> ls
Properties:
name = 203.80.49.153
ip_address = 203.80.49.153:216
asn = 2ea4670f-bc17-cf8f-a420-9211d6edda04
Packages:
PROJECT STATE LAST UPDATE
package-000 <awaiting import> idle unknown
-
가져오기 대기 중 패키지를 선택합니다.
prefect:configuration services replication source-000> select package-000
prefect:configuration services replication source-000 package-000> ls
Properties:
id = 96366bf2-0b3c-4eec-e85b-e36e1b5bc18c
enabled = true
state = idle
state_description = Idle (awaiting import)
offline = true
import_path =
last_sync = unknown
last_try = unknown
last_result = unknown
-
복제의 가져오기 경로를 설정한 후 commit을 입력합니다.
prefect:configuration services replication source-000 package-000> set import_path=
nfs://bigfish25/export/init_repl
import_path = nfs://bigfish25/export/init_repl (uncommitted)
prefect:configuration services replication source-000 package-000> commit
prefect:configuration services replication source-000 package-000> ls
Properties:
id = 96366bf2-0b3c-4eec-e85b-e36e1b5bc18c
enabled = true
state = receiving
state_description = Importing update
offline = true
import_path = nfs://bigfish25/export/init_repl
last_sync = unknown
last_try = unknown
last_result = unknown
prefect:configuration services replication source-000 package-000> ls
Properties:
id = 96366bf2-0b3c-4eec-e85b-e36e1b5bc18c
enabled = true
state = idle
state_description = Idle (no update in progress)
offline = false
import_path =
last_sync = Tue Nov 18 2014 05:03:42 GMT+0000 (UTC)
last_try = Tue Nov 18 2014 05:03:42 GMT+0000 (UTC)
last_result = success
Projects:
default
prefect:configuration services replication source-000 package-000>