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:
@@ -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 "사용 가능한 스토리지:"
|
||||
|
||||
Reference in New Issue
Block a user