V2K/N2K RBD sparse 이관 및 V2K apply 정책 보정#36
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
개요
이번 PR은 V2K/N2K의 RBD 대상 이관에서 sparse 처리를 적용하고, V2K wizard/run 경로에서
--apply정책이--start로 바뀌는 문제를 보정합니다.주요 변경 사항
--apply가 명시된 경우--start가 자동 주입되지 않도록 수정했습니다.--apply정책 검증용 smoke test를 추가했습니다.0.9.2로 올렸습니다.검증
tests/v2k_apply_cutover_policy_smoke.shtests/v2k_inventory_disk_order_smoke.shtests/v2k_initramfs_module_summary_smoke.shbash tests/v2k_compat_installer_runtime_smoke.shmake v2k-rpmV2K Compatibility Smoke: 성공WinPE Release Build: 성공workflow_dispatch릴리즈 빌드: 성공참고
자동
workflow_run릴리즈는 origin 기본 브랜치의 오래된 workflow 정의를 사용해 Rocky 9.7 repo root가 맞지 않아 실패했지만, 동일 커밋을 대상으로 최신 브랜치 workflow를workflow_dispatch로 실행한 테스트 릴리즈는 정상 완료되었습니다.