|
future changes to etcd configuration in cf-release
Hi all,
Just wanted to give the community advance notice that we will be
introducing a change to the etcd configuration in cf-release, probably
within the week (probably cf v220+, we are currently on
Hi all,
Just wanted to give the community advance notice that we will be
introducing a change to the etcd configuration in cf-release, probably
within the week (probably cf v220+, we are currently on
|
By
Amit Kumar Gupta
·
#2012
·
|
|
proposed stemcell network performance tuning
Hi all,
I'd like to propose tuning a couple kernel parameters related to tcp
performance:
# TCP_FIN_TIMEOUT
# This setting determines the time that must elapse before TCP/IP can
release a closed
Hi all,
I'd like to propose tuning a couple kernel parameters related to tcp
performance:
# TCP_FIN_TIMEOUT
# This setting determines the time that must elapse before TCP/IP can
release a closed
|
By
Amit Kumar Gupta
·
#2011
·
|
|
Magnesium Metal, Ferro Phosphorus, Calcium Ferrite
Dear Sir,
Currently, we could supply you with the cargo as below.
1. Magnesium ingot,alloy and powder
2. Ferro Phosphorus
3. Calcium Ferrite
If
Dear Sir,
Currently, we could supply you with the cargo as below.
1. Magnesium ingot,alloy and powder
2. Ferro Phosphorus
3. Calcium Ferrite
If
|
By
Alexander Yang <alexanderjoe2@...>
·
#2010
·
|
|
Re: CF API for "general statistics"?
I'd like to add as well that you can configure Bosh's healthmonitor to send
this data to an external dataviz/archival service (we use Datadog for our
various test environments):
I'd like to add as well that you can configure Bosh's healthmonitor to send
this data to an external dataviz/archival service (we use Datadog for our
various test environments):
|
By
CF Runtime
·
#2009
·
|
|
Re: Making your landscape trust a certain certificate authority
A couple options...
1.) If you only need the cert for one or a couple apps and / or you don't
want to manage a fork, you can package the CA cert with the application.
Then add a `.profile.d` script
A couple options...
1.) If you only need the cert for one or a couple apps and / or you don't
want to manage a fork, you can package the CA cert with the application.
Then add a `.profile.d` script
|
By
Daniel Mikusa
·
#2008
·
|
|
Making your landscape trust a certain certificate authority
Hi,
we want to make the apps on our landscape trust a certain ca certificate of a ca we run internally. I came across the instructions on how to do this for the JRE buildpack:
Hi,
we want to make the apps on our landscape trust a certain ca certificate of a ca we run internally. I came across the instructions on how to do this for the JRE buildpack:
|
By
Mathias Essenpreis <esse@...>
·
#2007
·
|
|
Re: cloud_controller_ng performance degrades slowly over time
We don't have the same performance numbers since we don't use New Relic.
However, for the last 6 months or so after 3-4 weeks our smoke tests begin
failing randomly with 500 errors doing basic things
We don't have the same performance numbers since we don't use New Relic.
However, for the last 6 months or so after 3-4 weeks our smoke tests begin
failing randomly with 500 errors doing basic things
|
By
Mike Youngstrom <youngm@...>
·
#2006
·
|
|
cloud_controller_ng performance degrades slowly over time
This is a pretty tricky one, as it takes a long time to manifest. After a
while without a restart, cloud_controller_ng take a long time listing org
users. For example, in an org with 350 users, before
This is a pretty tricky one, as it takes a long time to manifest. After a
while without a restart, cloud_controller_ng take a long time listing org
users. For example, in an org with 350 users, before
|
By
Matt Cholick
·
#2005
·
|
|
Re: [ann] Subway - how to scale out any Cloud Foundry service
Subway is now also available as a bosh release; and works nicely collocated on a now-scalable bosh deployment https://blog.starkandwayne.com/2015/09/29/deploying-subway-broker-with-bosh/
wrote:
Subway is now also available as a bosh release; and works nicely collocated on a now-scalable bosh deployment https://blog.starkandwayne.com/2015/09/29/deploying-subway-broker-with-bosh/
wrote:
|
By
Dr Nic Williams
·
#2004
·
|
|
Using the cf-dev list for CF Abacus dev discussions
Hi all,
We've been making pretty good progress with the CF Abacus (incubating)
project recently.
So far, we've been using a mix of Gitter, Slack and Github issues for all
our detailed dev
Hi all,
We've been making pretty good progress with the CF Abacus (incubating)
project recently.
So far, we've been using a mix of Gitter, Slack and Github issues for all
our detailed dev
|
By
Jean-Sebastien Delfino
·
#2003
·
|
|
Re: Permission denied error when unpacking droplet
How to login into a warden container :
http://cloud.rohitkelapure.com/2015/09/debugging-dea-issues-on-cloud-foundry.html
--
Pivotal CF Architect
rkelapure(a)pivotal.io
cell: 9197242524
How to login into a warden container :
http://cloud.rohitkelapure.com/2015/09/debugging-dea-issues-on-cloud-foundry.html
--
Pivotal CF Architect
rkelapure(a)pivotal.io
cell: 9197242524
|
By
Rohit Kelapure <rkelapure@...>
·
#2002
·
|
|
Re: PHP extension 'gettext' doesn't work?
It seems to be working for me [1] (at least the extension is loading, which
usually means it'll work). Can you provide some details on what you're
seeing?
- what version of PHP are you using?
-
It seems to be working for me [1] (at least the extension is loading, which
usually means it'll work). Can you provide some details on what you're
seeing?
- what version of PHP are you using?
-
|
By
Daniel Mikusa
·
#2001
·
|
|
Re: CF API for "general statistics"?
if you're using bosh to manage cloud foundry, then the bosh cli has a
command:
bosh vms --vitals
which you can read about here [1], that does a good job of measuring infra
concerns:
- Vitals:
if you're using bosh to manage cloud foundry, then the bosh cli has a
command:
bosh vms --vitals
which you can read about here [1], that does a good job of measuring infra
concerns:
- Vitals:
|
By
James Bayer
·
#2000
·
|
|
CF API for "general statistics"?
Hi all :)
I got a task to check the possibility to fetch details such as:
- overall used and available memory/storage usage of cf platform
- list of running warden containers, approximation how many
Hi all :)
I got a task to check the possibility to fetch details such as:
- overall used and available memory/storage usage of cf platform
- list of running warden containers, approximation how many
|
By
Rafal Radecki
·
#1999
·
|
|
PHP extension 'gettext' doesn't work?
Hi.
We deployed a php application using 'gettext' extension to manage i18n
function. (*1)
We tried to activate i18n, however, it didn't work in this php application
after all.
We also tested with a
Hi.
We deployed a php application using 'gettext' extension to manage i18n
function. (*1)
We tried to activate i18n, however, it didn't work in this php application
after all.
We also tested with a
|
By
Hiroaki Ukaji <dt3snow.w@...>
·
#1998
·
|
|
Re: Permission denied error when unpacking droplet
The DEA is trying to run a script in the warden container to untar the droplet. For some reason, the user executing the script and the file system permissions in the container in the /home/vcap
The DEA is trying to run a script in the warden container to untar the droplet. For some reason, the user executing the script and the file system permissions in the container in the /home/vcap
|
By
Amit Gupta
·
#1997
·
|
|
Re: my app needs to get the number of instances in which its running, (in runtime my app uses this info in my program logic)
This information is not provided to the app. You can see what data is
provided here:
http://docs.run.pivotal.io/devguide/deploy-apps/environment-variable.html#instance-vars
If you want to get this
This information is not provided to the app. You can see what data is
provided here:
http://docs.run.pivotal.io/devguide/deploy-apps/environment-variable.html#instance-vars
If you want to get this
|
By
CF Runtime
·
#1996
·
|
|
my app needs to get the number of instances in which its running, (in runtime my app uses this info in my program logic)
evaluating the performance of my app.
how my app can get the number of instances in which its running. in runtime it needs this info in my logic.
evaluating the performance of my app.
how my app can get the number of instances in which its running. in runtime it needs this info in my logic.
|
By
Zuba Al <myfakename90@...>
·
#1995
·
|
|
Re: Instance crashing after running once. Error: "reason"=>"CRASHED", "exit_status"=>0, "exit_description"=>"app instance exited"
i thought exit with status 0 is error. my app is running good then.
thanks Dan.
i thought exit with status 0 is error. my app is running good then.
thanks Dan.
|
By
Zuba Al <myfakename90@...>
·
#1994
·
|
|
Re: postgres out of disk space
thank you all!
I’m indeed running v212.
Deleting /var/vcap/store/shared/run.10.10.2.37.xip.io-cc-droplets/buildpack_cache
did the trick.
Sent: Friday, September 25, 2015 6:47 PM
To: Discussions
thank you all!
I’m indeed running v212.
Deleting /var/vcap/store/shared/run.10.10.2.37.xip.io-cc-droplets/buildpack_cache
did the trick.
Sent: Friday, September 25, 2015 6:47 PM
To: Discussions
|
By
Matthias Ender <Matthias.Ender@...>
·
#1993
·
|