Page MenuHomePhabricator

Increase storage quota for PAWS
Closed, ResolvedPublic

Description

Getting the following while testing magnum for PAWS

| faults               | {'default-master': 'Resource CREATE failed: OverLimit: resources.kube_masters.resources[0].resources.docker_volume: VolumeSizeExceedsAvailableQuota: Requested volume or snapshot exceeds allowed gigabytes quota. Requested 100G, quota is 1248G and 1214G has been consumed. (HTTP 413) (Request-ID: req-ea2d88a2-f571-400b-bd38-9851c77c6ba0)', 'default-worker': 'Resource CREATE failed: OverLimit: resources.kube_masters.resources[0].resources.docker_volume: VolumeSizeExceedsAvailableQuota: Requested volume or snapshot exceeds allowed gigabytes quota. Requested 100G, quota is 1248G and 1214G has been consumed. (HTTP 413) (Request-ID: req-ea2d88a2-f571-400b-bd38-9851c77c6ba0)'} |

Can quota be increased from 1248G to perhaps 1872G?

Event Timeline

what does it need that volume for?

Each instance in a magnum cluster is assigned a cinder volume to store docker images that it pulls down, alternatively it uses the local disk. The local disk tends to be too small to manage the images that get pulled down.

+1. The current cinder quota is largely consumed by an incomplete migration to a project-local NFS service (T301280: Move project-specific NFS mounts onto project-local NFS servers).

root@cloudcontrol1005:~# openstack quota set --gigabytes 1872 paws