12.4.3.6. MigMigration 사용자 지정 리소스의 제한적 유효성 검사 오류
파일 시스템 데이터 복사 방법을 사용하여 영구 볼륨을 마이그레이션할 때 데이터 확인에 실패하면 MigMigration
CR에 다음 오류가 표시됩니다.
MigMigration CR 상태
status: conditions: - category: Warn durable: true lastTransitionTime: 2020-04-16T20:35:16Z message: There were verify errors found in 1 Restic volume restores. See restore `<registry-example-migration-rvwcm>` for details 1 status: "True" type: ResticVerifyErrors 2
데이터 확인 오류로 인해 마이그레이션 프로세스가 실패하지 않습니다.
Restore
CR을 확인하여 데이터 확인 오류를 해결할 수 있습니다.
프로세스
- 대상 클러스터에 로그인합니다.
Restore
CR을 보기:$ oc describe <registry-example-migration-rvwcm> -n openshift-migration
출력은
PodVolumeRestore
오류가 있는 영구 볼륨을 식별합니다.출력 예
status: phase: Completed podVolumeRestoreErrors: - kind: PodVolumeRestore name: <registry-example-migration-rvwcm-98t49> namespace: openshift-migration podVolumeRestoreResticErrors: - kind: PodVolumeRestore name: <registry-example-migration-rvwcm-98t49> namespace: openshift-migration
PodVolumeRestore
CR 보기:$ oc describe <migration-example-rvwcm-98t49>
출력은 오류를 기록한
Restic
pod를 식별합니다.Restic Pod 오류가 있는 PodVolumeRestore CR
completionTimestamp: 2020-05-01T20:49:12Z errors: 1 resticErrors: 1 ... resticPod: <restic-nr2v5>
Restic
pod 로그를 보고 오류를 찾습니다.$ oc logs -f <restic-nr2v5>