added sleep for disk pickup

This commit is contained in:
juronja 2026-01-15 16:02:20 +00:00
parent 9872ea39f3
commit e748ad5a6d

View File

@ -582,6 +582,8 @@ EOF
) )
qm set "$VMID" -description "$DESCRIPTION" >/dev/null qm set "$VMID" -description "$DESCRIPTION" >/dev/null
sleep 5
msg_ok "Created a TrueNAS VM ${CL}${BL}(${HN})" msg_ok "Created a TrueNAS VM ${CL}${BL}(${HN})"
if [ "$START_VM" == "yes" ]; then if [ "$START_VM" == "yes" ]; then
msg_info "Starting TrueNAS VM" msg_info "Starting TrueNAS VM"