[Ci-users] cannot reserve machines

Wed May 24 11:11:08 UTC 2023
Fabian Arrotin <arrfab at centos.org>

On 24/05/2023 13:01, Vladimir Benes wrote:
> Hi all,
> any idea why I see this in all jobs? I have just one job running, so my
> 10 machines quota is not reached.
> 
> 24/May/2023 08:52:54:DEBUG:executed 'duffy client --url
> https://duffy.ci.centos.org/api/v1 --auth-name networkmanager --auth-
> key $CICO_API_KEY request-session pool=virt-ec2-t2-centos-9s-
> x86_64,quantity=2': returned 0
> 24/May/2023 08:52:54:DEBUG:machine content {
>    "error": {
>      "detail": "can't reserve nodes: quantity=2 pool='virt-ec2-t2-
> centos-9s-x86_64'"
>    }
> }
> 
> Thanks,
> Vlad

You can query for pool status and you'd see that actually there is only 
one available node (ready) so you can't ask for 2 :

duffy client show-pool virt-ec2-t2-centos-9s-x86_64
{
   "action": "get",
   "pool": {
     "name": "virt-ec2-t2-centos-9s-x86_64",
     "fill_level": 8,
     "levels": {
       "provisioning": 0,
       "ready": 1,
       "contextualizing": 6,
       "deployed": 3,
       "deprovisioning": 0
     }
   }
}


-- 
Fabian Arrotin
The CentOS Project | https://www.centos.org
gpg key: 17F3B7A1 | @arrfab[@fosstodon.org]

-------------- next part --------------
A non-text attachment was scrubbed...
Name: OpenPGP_signature
Type: application/pgp-signature
Size: 840 bytes
Desc: OpenPGP digital signature
URL: <http://lists.centos.org/pipermail/ci-users/attachments/20230524/1a033c4d/attachment-0002.sig>