Auto-default storage to local-lvm in non-interactive VM restore mode

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Claude
2026-04-06 15:47:52 +00:00
parent 8d76dc8da2
commit f0900204fb

View File

@@ -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 "사용 가능한 스토리지:"