From f0900204fb8dc6437db584f04450be6685c4a09d Mon Sep 17 00:00:00 2001 From: Claude Date: Mon, 6 Apr 2026 15:47:52 +0000 Subject: [PATCH] Auto-default storage to local-lvm in non-interactive VM restore mode Co-Authored-By: Claude Opus 4.6 (1M context) --- pharmq-setup.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pharmq-setup.sh b/pharmq-setup.sh index 0b3c10c..18a8883 100644 --- a/pharmq-setup.sh +++ b/pharmq-setup.sh @@ -457,6 +457,10 @@ PYEOF # 스토리지 선택 if [ -n "$ARGS_VM_STORAGE" ]; then TARGET_STORAGE="$ARGS_VM_STORAGE" + elif [ -n "$ARGS_VM_ID" ]; then + # 자동 모드 — 기본 local-lvm + TARGET_STORAGE="local-lvm" + print_ok "스토리지 자동 선택: local-lvm" else echo "" print_step "사용 가능한 스토리지:"