Page MenuHomePhabricator

Temporary increase of PAWS quota
Closed, ResolvedPublic

Description

In order to move PAWS to a magnum cluster the k8s parts will need to be replicated in parallel to the existing k8s parts. The existing cluster has 6 cpu and 12G ram for the control nodes, along with 44 cpu and 88G ram for the worker nodes. Ingress nodes will not be replicated. Additionally new nodes will use attached volume space rather than the disk space that would have come with older VMs, which is currently set to 100G for each worker node (there would be 11 to replicate this. We likely could make due with rather less, say 30G per worker.

The sum of which is to add 50 cpu and 100G ram to PAWS along with about 600G storage space.

This could be reduced a fair amount (And increase the amount that is returned when done) by running the work in T326260. As the cpu need would be cut down by 20 and then there would be 3 systems instead of 11 so existing storage should be enough. It would increase uncertainty somewhat, but seems reasonable. Let's go with that.

So this is a request to temporarily increase PAWS quota by 30 cpu and 108G ram

Event Timeline

root@cloudcontrol1005:~# openstack quota set --ram 247921 paws # previously 137329
root@cloudcontrol1005:~# openstack quota set --cores 98 paws # previously 68

Oh! That's right, I need to increase the instance number by 6 so that I have somewhere to put the new resources.

root@cloudcontrol1005:~# openstack quota set --instances 30 paws # previously 24
rook changed the task status from Open to In Progress.Jan 9 2023, 12:35 PM