Issue
During cf continue-deployment I get error:
"error": "disk_quota too much disk requested (requested 10240 MB - must be less than 2048 MB)"
Context
Configuration:
- type: replace
path: /instance_groups/name=api/jobs/name=cloud_controller_ng/properties/cc/maximum_app_disk_in_mb?
value: ((maximum_app_disk_in_mb))
- type: replace
path: /instance_groups/name=cc-worker/jobs/name=cloud_controller_worker/properties/cc/maximum_app_disk_in_mb?
value: ((maximum_app_disk_in_mb))
Where:
maximum_app_disk_in_mb: 73728
It does work for simple cf push with 10G specified in app manifest.
It doesn't work with:
cf push app-name --redact-env --manifest manifest.yml --strategy canary
cf continue-deployment app-name
Steps to Reproduce
- Set
disk_quota: 10240M in app manifest
cf push app-name --redact-env --manifest manifest.yml --strategy canary
cf continue-deployment app-name
Expected Result
App deployed with 10G disk size.
Current Result
"error": "disk_quota too much disk requested (requested 10240 MB - must be less than 2048 MB)"
Possible Fix
?
Issue
During
cf continue-deploymentI get error:"error": "disk_quota too much disk requested (requested 10240 MB - must be less than 2048 MB)"
Context
Configuration:
path: /instance_groups/name=api/jobs/name=cloud_controller_ng/properties/cc/maximum_app_disk_in_mb?
value: ((maximum_app_disk_in_mb))
path: /instance_groups/name=cc-worker/jobs/name=cloud_controller_worker/properties/cc/maximum_app_disk_in_mb?
value: ((maximum_app_disk_in_mb))
Where:
maximum_app_disk_in_mb: 73728It does work for simple
cf pushwith 10G specified in app manifest.It doesn't work with:
cf push app-name --redact-env --manifest manifest.yml --strategy canarycf continue-deployment app-nameSteps to Reproduce
disk_quota: 10240Min app manifestcf push app-name --redact-env --manifest manifest.yml --strategy canarycf continue-deployment app-nameExpected Result
App deployed with 10G disk size.
Current Result
"error": "disk_quota too much disk requested (requested 10240 MB - must be less than 2048 MB)"
Possible Fix
?