v2k cutover 부트스트랩 실패 시 SATA fallback 추가#34
Merged
dhslove merged 2 commits intoJun 12, 2026
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.
개요
v2k cutover 과정에서 Windows WinPE 또는 Linux initramfs 부트스트랩 단계가 실패하는 경우, 마이그레이션 전체를 즉시 중단하지 않고 대상 디스크 컨트롤러를 SATA로 낮춰 Cloud/libvirt 등록을 계속 진행할 수 있도록 개선했습니다.
해당 부트스트랩 단계는 게스트 OS에 VirtIO/SCSI 계열 디스크 드라이버를 활성화하기 위한 보조 단계입니다. 이 단계만 실패한 경우에도 SATA/AHCI 컨트롤러로 등록하면 게스트 기본 드라이버로 부팅 가능성이 있으므로, fallback 경로를 제공합니다.
주요 변경
ablestack_v2k cutover에 부트스트랩 실패 fallback 정책을 추가했습니다.--bootstrap-fallback sata|off--no-bootstrap-fallbacksata입니다.runtime.bootstrap_fallback.bus=sata를 manifest에 기록하고 cutover를 계속 진행합니다.details[0].rootDiskController=satadetails[0].dataDiskController=satapub/rocky/9.7대신vault/rocky/9.7사용검증
bash -n bin/ablestack_v2k.sh completions/ablestack_v2k lib/v2k/engine.sh lib/v2k/target_cloud.sh lib/v2k/target_libvirt.shgit diff --checkmake v2k-rpm성공v0.9.2태그를af38c5d로 재푸시V2K Compatibility Smoke성공:27320312392WinPE Release Build성공:2732031240527320635149참고
origin의 자동
workflow_run통합 릴리즈는 origin 기본 브랜치의 workflow 정의를 사용하므로, 기본 브랜치에 Rocky 9.7 vault 보정이 없는 상태에서는 동일하게 실패했습니다. 수정 브랜치의 workflow 정의로workflow_dispatch를 실행했을 때는 V2K 9.6/9.7 RPM 빌드와 최종 Release 생성까지 정상 완료됐습니다.