Project

General

Profile

Bug #16270

Updated by Peter Amstutz about 4 years ago

https://workbench.ce8i5.arvadosapi.com/containers/ce8i5-dz642-qv710hrlkmf9plg 

 arvados-dispatch-cloud is not helpful: 

 {"ContainerUUID":"ce8i5-dz642-qv710hrlkmf9plg","PID":2157,"error":"constraints not satisfiable by any configured instance type", "msg":"cancel container with no suitable instance type","time":"2020-03-24T18:42:28.214559002Z"} 

 This seems like a bug: 

 <pre> 
 runtime_constraints:  	
 API  	 true 
 keep_cache_ram  	 268435456 
 ram  	 1342177280 
 vcpus  	 1  
 </pre> 

 <pre> 
     InstanceTypes: 
       a1v2: 
         ProviderType: Standard_A1_v2 
         VCPUs: 1 
         RAM: 2GiB 
         IncludedScratch: 10GB 
         Price: 0.036 
       a2v2: 
         ProviderType: Standard_A2_v2 
         VCPUs: 2 
         RAM: 4GiB 
         IncludedScratch: 20GB 
         Price: 0.076 
 </pre>

Back