Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cf create-app-manifest should capture disk quota #771

Closed
glyn opened this issue Feb 19, 2016 · 4 comments
Closed

cf create-app-manifest should capture disk quota #771

glyn opened this issue Feb 19, 2016 · 4 comments

Comments

@glyn
Copy link
Contributor

glyn commented Feb 19, 2016

If an application is pushed specifying a disk quota value via the -k switch, cf create-app-manifest does not record this value in the generated manifest. So the manifest cannot be used to redeploy the application with the same settings unless the disk quota is remembered and specified as a separate parameter.

The manifest does support disk_quota however.

@glyn
Copy link
Contributor Author

glyn commented Feb 19, 2016

/cc @nebhale

@krishicks
Copy link
Contributor

Good catch. Somehow gitbot didn't add a comment here, so I'll link the story: https://www.pivotaltracker.com/story/show/114089069

@dkoper
Copy link

dkoper commented Feb 25, 2016

This has been implemented in cf CLI v6.16.0.
https://github.com/cloudfoundry/cli#downloads

Regards,
Dies Koper
CF CLI PM

@dkoper dkoper closed this as completed Feb 25, 2016
@glyn
Copy link
Contributor Author

glyn commented Feb 25, 2016

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants