Project

General

Profile

Bug #15942

Updated by Peter Amstutz over 4 years ago

https://workbench.ce8i5.arvadosapi.com/container_requests/ce8i5-xvhdp-zi71xvgt3cbjsmq#Status 

 This container request asks for 2 vCPUs. 

 The cluster config only has one node type, which has 1 vCPU. 

 arvados-dispatch-cloud probably should have rejected it, but it scheduled it instead.    Unfortunately then we asked Docker for 2 CPUs and it didn't like that: 

 <pre> 
 2019-12-18T19:53:51.826922218Z Creating Docker container 
 2019-12-18T19:53:51.832452845Z error in Run: While creating container: Error response from daemon: Range of CPUs is from 0.01 to 1.00, as there are only 1 CPUs available 
 </pre> 

Back