mirror of
				https://github.com/community-scripts/ProxmoxVE.git
				synced 2025-11-04 02:12:49 +00:00 
			
		
		
		
	Enhance error message for container creation failure (#8511)
This commit is contained in:
		@@ -345,7 +345,7 @@ if ! pct create "$CTID" "${TEMPLATE_STORAGE}:vztmpl/${TEMPLATE}" "${PCT_OPTIONS[
 | 
				
			|||||||
    msg_error "Template appears to be corrupted – re-downloading."
 | 
					    msg_error "Template appears to be corrupted – re-downloading."
 | 
				
			||||||
    rm -f "$TEMPLATE_PATH"
 | 
					    rm -f "$TEMPLATE_PATH"
 | 
				
			||||||
  else
 | 
					  else
 | 
				
			||||||
    msg_error "Template is valid, but container creation still failed."
 | 
					    msg_error "Template is valid, but container creation failed. Update your whole Proxmox System (pve-container) first or check https://github.com/community-scripts/ProxmoxVE/discussions/8126"
 | 
				
			||||||
    exit 209
 | 
					    exit 209
 | 
				
			||||||
  fi
 | 
					  fi
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user