|
Discrepancy between `cf apps` memory usage and cgroup's memory.usage_in_bytes in CF 2.13.0
The reported statistic is calculated here: https://github.com/cloudfoundry/dea_ng/blob/310797e1097dcd5531bff4077ccd8f02f6091219/lib/dea/stat_collector.rb#L92-L94 daniel.jones(a)engineerbetter.com> wro
The reported statistic is calculated here: https://github.com/cloudfoundry/dea_ng/blob/310797e1097dcd5531bff4077ccd8f02f6091219/lib/dea/stat_collector.rb#L92-L94 daniel.jones(a)engineerbetter.com> wro
|
By
...
· #47
·
|
|
Limit application instances number
Not that I'm aware of That said, you can control the maximum memory an instance can allocate and you can control the maximum memory in the quota. It's not the same but it may be something you can leve
Not that I'm aware of That said, you can control the maximum memory an instance can allocate and you can control the maximum memory in the quota. It's not the same but it may be something you can leve
|
By
...
· #158
·
|
|
container cannot communicate with the host
Warden explicitly disables access to the container host. If you move up to a more recent level of cf-release, that behavior is configurable with the `allow_host_access` flag. When that flag is true, t
Warden explicitly disables access to the container host. If you move up to a more recent level of cf-release, that behavior is configurable with the `allow_host_access` flag. When that flag is true, t
|
By
...
· #183
·
|
|
List Reply-To behavior
The vcap-dev list used to use a Reply-To header pointing back to the list such that replying to a post would automatically go back to the list. The current mailman configuration for cf-dev does not se
The vcap-dev list used to use a Reply-To header pointing back to the list such that replying to a post would automatically go back to the list. The current mailman configuration for cf-dev does not se
|
By
...
· #184
·
|
|
SSH access to CF app instances on Diego
My concern is the default behavior. When I first prototyped this support in February, I never expected that merely accessing a container would cause it to be terminated. As we can see from Jan's respo
My concern is the default behavior. When I first prototyped this support in February, I never expected that merely accessing a container would cause it to be terminated. As we can see from Jan's respo
|
By
...
· #578
·
|
|
SSH access to CF app instances on Diego
Depends on your role and where your app is in the deployment pipeline. Most of the scenarios I envisioned were for the tail end of development where you need to poke around to debug and figure out tho
Depends on your role and where your app is in the deployment pipeline. Most of the scenarios I envisioned were for the tail end of development where you need to poke around to debug and figure out tho
|
By
...
· #594
·
|
|
Can't create/update buildpacks, "a filename must be specified"
It should work since our acceptance tests validate this on every build we cut [1]. Are you running the operation as someone with a cc admin scope? If you want to create a gist with the log (with secre
It should work since our acceptance tests validate this on every build we cut [1]. Are you running the operation as someone with a cc admin scope? If you want to create a gist with the log (with secre
|
By
...
· #595
·
|
|
Can't create/update buildpacks, "a filename must be specified"
You may need to supply your access log from the nginx in front of cc or the cc log because when I create a new buildpack, it's working just fine: $ CF_TRACE=true cf create-buildpack test-binary-bp ./b
You may need to supply your access log from the nginx in front of cc or the cc log because when I create a new buildpack, it's working just fine: $ CF_TRACE=true cf create-buildpack test-binary-bp ./b
|
By
...
· #617
·
|
|
Installing Diego feedback
Thanks for the feedback. I'll let others comment on the bosh aspects other than to say that we are expecting people to use spiff to generate the manifests and that the decision to namespace properties
Thanks for the feedback. I'll let others comment on the bosh aspects other than to say that we are expecting people to use spiff to generate the manifests and that the decision to namespace properties
|
By
...
· #635
·
|
|
How to update blobs in blob.cfblob.com ?
Since you won't be able to upload the blobs to the cf-release bucket, I'd suggest you capture the output of `bosh blobs` in your pull request. That command should enumerate all of the new blobs and th
Since you won't be able to upload the blobs to the cf-release bucket, I'd suggest you capture the output of `bosh blobs` in your pull request. That command should enumerate all of the new blobs and th
|
By
...
· #643
·
|
|
"running_instances": -1
As Maggie and Dieu have said, the `running_instances` field from the "summary" endpoint the cli is using reflects hm9k view of the world and the `state` field represents the desired state of the app.
As Maggie and Dieu have said, the `running_instances` field from the "summary" endpoint the cli is using reflects hm9k view of the world and the `state` field represents the desired state of the app.
|
By
...
· #904
·
|
|
How to update blobs in blob.cfblob.com ?
Hi. This isn't what I expected. You've basically changed the bucket configuration to point to your own and uploaded the blobs to that bucket. That's why bosh is telling you there's nothing to upload.
Hi. This isn't what I expected. You've basically changed the bucket configuration to point to your own and uploaded the blobs to that bucket. That's why bosh is telling you there's nothing to upload.
|
By
...
· #912
·
|
|
Default cgroup CPU share
The old vcap-dev mailing list had a number of exchanges around this topic that you might want to look at. The basic gist is that linux gives processes that are not associated with a cgroup a cpu share
The old vcap-dev mailing list had a number of exchanges around this topic that you might want to look at. The basic gist is that linux gives processes that are not associated with a cgroup a cpu share
|
By
...
· #1008
·
|
|
Questions about /v2/app_usage_events
The buildpack set event is, essentially, a metadata event. It records the buildpack that was used to stage an application. This information could not be included in the started event because staging h
The buildpack set event is, essentially, a metadata event. It records the buildpack that was used to stage an application. This information could not be included in the started event because staging h
|
By
...
· #1009
·
|
|
V3 API Style Guide
I noticed that the new CAPI team has published a v3 API style guide for folks to comment on [1]. I don't know how much the CAPI team expects it to change but it's probably worthwhile for those who hav
I noticed that the new CAPI team has published a v3 API style guide for folks to comment on [1]. I don't know how much the CAPI team expects it to change but it's probably worthwhile for those who hav
|
By
...
· #1100
·
|
|
cannot access director, trying 4 more times...
Resending due to mailman issues: Looks like you may not be doing what you think you're doing. I'm not sure where you got those commands from but they are unrelated to bosh-lite. You're basically bring
Resending due to mailman issues: Looks like you may not be doing what you think you're doing. I'm not sure where you got those commands from but they are unrelated to bosh-lite. You're basically bring
|
By
...
· #1208
·
|
|
Missing routing logs from "cf logs app-name"
Simon, what level of cf-release are you using? We've seen some extremely high log drop rates (~40% during log spurts) to log sinks with v209 and v210. May or may not be related since we were focused o
Simon, what level of cf-release are you using? We've seen some extremely high log drop rates (~40% during log spurts) to log sinks with v209 and v210. May or may not be related since we were focused o
|
By
...
· #1227
·
|
|
SSH into a pushed Docker image
The diego ssh daemon is a statically linked binary so if you have a /bin/sh or a /bin/bash in your docker image, it should work. The scp support is also baked in so you don't need that binary at the t
The diego ssh daemon is a statically linked binary so if you have a /bin/sh or a /bin/bash in your docker image, it should work. The scp support is also baked in so you don't need that binary at the t
|
By
...
· #1419
·
|
|
diego questions: default memory and passing env variables
Memory limits are set via cf scale. `cf scale <app-name> -m 512M` will scale your app to 512MB per instance. The cli will then tell you to restage your application so the buildpacks can observe the ne
Memory limits are set via cf scale. `cf scale <app-name> -m 512M` will scale your app to 512MB per instance. The cli will then tell you to restage your application so the buildpacks can observe the ne
|
By
...
· #1468
·
|
|
When will dea be replaced by diego?
The notes you're pointing to were a straw man proposal; many of the dates no longer seem relevant. With that, I'm not in product management but, in my opinion, the definition of "done" and "ready" are
The notes you're pointing to were a straw man proposal; many of the dates no longer seem relevant. With that, I'm not in product management but, in my opinion, the definition of "done" and "ready" are
|
By
...
· #1547
·
|