Skip to content

CF continue-deployment disk_quota issue #5035

@GAM4WZ

Description

@GAM4WZ

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

  1. Set disk_quota: 10240M in app manifest
  2. cf push app-name --redact-env --manifest manifest.yml --strategy canary
  3. 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

?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions