Page MenuHomePhabricator

Grant gitlab-runners-staging access to fast-iops volume type and a 4xiops instance flavor
Closed, ResolvedPublic

Description

Project Name: gitlab-runners-staging
Type of quota increase requested: volume type, instance flavor
Amount to increase:

  • fast-iops volume type
  • g4.cores8.ram32.disk20.4xiops instance flavor

Reason: Many CI workloads (e.g. container image builds) are disk I/O bound. We need to be sure our Magnum cluster handle perform similarly to the existing Digital Ocean cluster before migrating.

Event Timeline

root@cloudcontrol1011:~# openstack volume type show 2da5d224-a8e8-42ac-b5c6-3d234441d814
openstack +--------------------+--------------------------------------+
| Field              | Value                                |
+--------------------+--------------------------------------+
| access_project_ids | 488a233c5dc245799ba3b898d18d1b9c     |
| description        | 4x standard volume iops              |
| id                 | 2da5d224-a8e8-42ac-b5c6-3d234441d814 |
| is_public          | False                                |
| name               | 4x-iops                              |
| properties         |                                      |
| qos_specs_id       | 55d3b8c0-fac8-47a6-95ea-253c858e61b3 |
+--------------------+--------------------------------------+
root@cloudcontrol1011:~# openstack volume qos show 55d3b8c0-fac8-47a6-95ea-253c858e61b3
+--------------+----------------------------------------------------------------------+
| Field        | Value                                                                |
+--------------+----------------------------------------------------------------------+
| associations | 4x-iops                                                              |
| consumer     | both                                                                 |
| id           | 55d3b8c0-fac8-47a6-95ea-253c858e61b3                                 |
| name         | 4x-iops                                                              |
| properties   | iops_sec='20000', total_bytes_sec='800000000', write_iops_sec='2000' |
+--------------+----------------------------------------------------------------------+
Andrew claimed this task.

I think this is done; @dduvall please reopen if you don't see the performance gains you expect.