Skip to content

chore(backlog): mark BL-P2-086 completed + register follow-ups (BL-P2-087/088)#84

Merged
bluejayA merged 1 commit into
mainfrom
chore/bl-p2-086-cleanup
May 11, 2026
Merged

chore(backlog): mark BL-P2-086 completed + register follow-ups (BL-P2-087/088)#84
bluejayA merged 1 commit into
mainfrom
chore/bl-p2-086-cleanup

Conversation

@bluejayA
Copy link
Copy Markdown
Owner

@bluejayA bluejayA commented May 8, 2026

Summary / 요약

EN — Mark BL-P2-086 (live-migrate stale port binding diagnosis, PR #83) as Completed and register two follow-up backlog items derived from the diagnosis session: BL-P2-087 (cleanup action) and BL-P2-088 (pre-flight check).

KR — BL-P2-086 (PR #83)이 main에 머지됨에 따라 backlog의 Pending 섹션에서 Completed 섹션으로 이동, 그리고 진단 세션에서 도출된 후속 BL 2건(BL-P2-087 cleanup action, BL-P2-088 pre-flight check)을 신규 등록합니다.

Changes / 변경사항

Pending → Completed 이동

신규 follow-up BL

  • BL-P2-087 (P2): Port binding cleanup action — BL-P2-086 deferred-B

    • Server Detail의 admin 액션에 Cleanup stale port binding 추가. INACTIVE+migrating_to 행만 후보로 list, 정확한 페이로드(DELETE /v2.0/ports/{id}/bindings/{host}) 명시 confirm modal.
    • Neutron delete_port_binding 정책이 admin조차 거부하는 케이스 흔함 → 403 시 정책 안내 hint.
    • BL-P2-086 진단을 발견 → 즉시 복구 경로 완결이 목표 (현재는 controller VM에서 REST API 직접 호출 필요 = UX dead-end).
    • NeutronPort::delete_port_binding(port_id, host) trait 메서드 + mock + HTTP adapter, 신규 테스트 6~8개.
  • BL-P2-088 (P3): Live-migrate pre-flight stale port binding check — BL-P2-086 deferred-C

    • LiveMigrate 호출 직전 모든 port의 binding 사전 조회 → INACTIVE+migrating_to 발견 시 호출 자체 차단.
    • 매번 N번 추가 API 호출 비용 → settings opt-in (live_migrate_preflight_check).
    • BL-P2-086 cache 활용 (fresh하면 재호출 skip).
    • Open question: BL-P2-087 사용 후 진짜 가치 있는지 평가. 진단만으로 충분하면 이 항목 폐기.

Out of scope (BL-P2-086 deferred-D)

  • 자동 retry-with-cleanup — ❌ 비추 (클라이언트가 자원 정리 임의 수행 = 사고 가능)

Test plan / 테스트 플랜

Related / 관련 자료

🤖 Generated with Claude Code

BL-P2-086 Live-migrate stale port binding diagnosis 가 PR #83으로 main에
머지됨 (2026-05-08). A1 worker error enrichment + A2 Server Detail
"Port bindings" 섹션 (admin only). +16 tests → main 1370 → 1386 green.

변경:
- Pending 섹션의 BL-P2-086 상세 항목 제거
- Completed 섹션에 한 줄 항목으로 이동 (PR #83, 2026-05-08)
- 후속 follow-up BL 2건 신규 등록:
  * BL-P2-087 (P2): Cleanup action — admin-only DELETE binding으로 nexttui
    안에서 stale binding 정리 완결. 403 시 Neutron policy 안내 hint 포함.
    BL-P2-086 진단을 발견 → 즉시 복구 경로 완결이 목표.
  * BL-P2-088 (P3): Pre-flight check — LiveMigrate 호출 직전 stale binding
    사전 차단 (settings opt-in). BL-P2-087 사용 후 진짜 가치 있는지 평가.
    진단만으로 충분하면 폐기.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@bluejayA bluejayA merged commit f66b7de into main May 11, 2026
3 checks passed
@bluejayA bluejayA deleted the chore/bl-p2-086-cleanup branch May 11, 2026 07:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant