-
Notifications
You must be signed in to change notification settings - Fork 942
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
Cannot set application disk quota through CLI #102
Comments
We have created an issue in Pivotal Tracker to manage this. You can view the current status of your issue at: http://www.pivotaltracker.com/story/show/66874868 |
Hi, Thanks for raising this issue. It looks like there is a story in the CLI team's backlog to implement this feature, and will be prioritized at the discretion of the CLI PM. Unless you object, we will close this issue and further discussion can continue on that tracker story. Thanks and regards, |
Thanks, @thecadams. Yes, @trastle, we are in the middle of several stories to add disk to 'cf scale' and 'cf push'. Have a look at the backlog toward the end of next week to see them: https://www.pivotaltracker.com/n/projects/892938 fwiw, we'll probably get to them sooner, but that's the priority for now. |
Thanks @scottruitt, @thecadams and @drich10 Should I be able to view the tracker at: It would be interesting to have a look but I can't hit the URL. |
Ah, looks like Tracker Next, which we've been dog-fooding internally, is not yet public. Here's a working link: https://www.pivotaltracker.com/s/projects/892938 |
It is not possible to set an application's disk quota from the CLI using a CF push. However it is possible to do this via the CF API and the
manifest.yml
this is not consistent.We have some users who need to set the disk quota, explaining to them how to use
cf curl
is pretty rough. It is possible to add this to the CLI?Notes
It is possible to set the disk quota for an application using the application's
manifest.yml
.The required property is disk_quota:
Setting the disk quota manually
There is currently no CLI command to set the disk quota for an app, however it is supported by the Cloud Foundry REST API. This means you can set the disk quota using the
cf curl
command.The text was updated successfully, but these errors were encountered: