Skip to content
This repository has been archived by the owner on May 11, 2022. It is now read-only.

dea_next resources too small in Vsphere install doc #130

Closed
neilhwatson opened this issue Sep 2, 2016 · 2 comments
Closed

dea_next resources too small in Vsphere install doc #130

neilhwatson opened this issue Sep 2, 2016 · 2 comments
Labels

Comments

@neilhwatson
Copy link

This doc: http://docs.cloudfoundry.org/deploying/common/vsphere-vcloud-cf-stub.html has a stub that the user is supposed to edit. Specifically this part:

dea_next:
disk_mb: 2048
memory_mb: 1024

That number is too small. The default staging numbers provided by cf-release are:
staging_disk_limit_mb: 6144
staging_memory_limit_mb: 1024

This check:
https://github.com/cloudfoundry/cloud_controller_ng/blob/1b748b49d93157cd5f267f9a57c727b3fffaa91f/lib/cloud_controller/dea/pool.rb#L97

Will fail because staging_disk_limit_mb is greater than disk_mb and any pushed app will not start.

@cf-gitbot
Copy link
Collaborator

We have created an issue in Pivotal Tracker to manage this:

https://www.pivotaltracker.com/story/show/129704099

The labels on this github issue will be updated when the story is started.

@ljarzynski
Copy link
Contributor

Hi @neilhwatson! Thanks for pointing this out, seems like it will save our readers some trouble. We at docs can't actually change that, as we pull in that stub from cf release. Might I suggest PR'ing that file? https://github.com/cloudfoundry/cf-release/blob/master/spec/fixtures/vsphere/cf-stub.yml.

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

No branches or pull requests

3 participants