Re: Adding new events table index requires truncation
Matt Cholick
From the discussion on the story, it looks like this won't affect any
toggle quoted messageShow quoted text
billing? I want to be sure as we base our billing off event data, and missing an event could mean we'd continue to bill for applications that were shut down (or never bill for an app). We're billing off of /v2/app_usage_events and using the state. Is the distinction that you're truncating the table behind /v2/events but *not* /v2/app_usage_events? It's unclear from the story what is being truncated vs preserved, from the api perspective. -Matt
On Mon, Sep 21, 2015 at 10:44 AM, Jeffrey Pak <jeffrey.pak(a)emc.com> wrote:
Hi all,
|
|
Re: cf push without a manifest file on linux does not work but works on windows
Rasheed Abdul-Aziz
Im sorry, I forgot to add:
Can you execute `cf curl /v2/info` and tell us what you get? Thanks again On Mon, Sep 21, 2015 at 9:15 PM, Rasheed Abdul-Aziz <rabdulaziz(a)pivotal.io> wrote: Hi Varsha
|
|
Re: Loggregator Community Survey #2 - TCP for Metron<-->Doppler
taichi nakashima
Hi
toggle quoted messageShow quoted text
In our case, we have a requirement that all application logs are needed to be store for 6 month without lost or if lost we need to know where logs get lost (I'm not sure this is general requirement). So TCP option is one of what we really want and really welcome. 'option to choose TCP or UDP at bosh deploy time' is also nice ! -- Taichi Nakashima 2015年9月20日(日) 1:16 Matthew Sykes <matthew.sykes(a)gmail.com>:
Having attempted to debug issues where application logs get dropped, I
|
|
Re: Proposal: Decomposing cf-release and Extracting Deployment Strategies
Amit Kumar Gupta
This forces us to spread all clusterable nodes across 2 deploys andcertain jobs, like CC, use the job_name+index to uniquely identify a node I believe they're planning on switching to guids for bosh job identifiers. I saw in another thread you and Dmitriy discussed this. Any other reasons for having unique job names we should know about? additional releases, jobs, and templates to be colocated on existing jobs,How would you feel about the interface allowing for specifying along with property configuration for these things? I don't quite follow what you are proposing here. Can you clarify?What I mean is the tools we build for generating manifests will support specifying inputs (probably in the form of a YAML file) that declares what additional releases you want to add to the deployment, what additional jobs you may want to add, what additional job templates you may want to colocate with an existing job, and property configuration for those additional jobs or colocated job templates. A common example is wanting to colocate some monitoring agent on all the jobs, and providing some credential configuration so it can pump metrics into some third party service. This would be for things not already covered by the LAMB architecture. Something like that would work for me as long as we were still able totake advantage of the scripts/tooling in cf-deployment to manage the config and templates we manage in lds-deployment. Yes, that'd be the plan. Cheers, Amit On Mon, Sep 21, 2015 at 2:41 PM, Mike Youngstrom <youngm(a)gmail.com> wrote: Thanks for the response. See comments below:Yes, that would work fine. Just thought I'd call it out as something ourSensitive property management as part of manifest generation(encrypted or acquired from an outside source)
|
|
Re: cf push without a manifest file on linux does not work but works on windows
Rasheed Abdul-Aziz
Hi Varsha
toggle quoted messageShow quoted text
Could you please repost this to our issue tracker: https://github.com/cloudfoundry/cli/issues And when you do so, could you rerun the command with CF_TRACE=true. Scan it for anything that you feel needs to remain private and hide it with ***'s, and paste the output into the issue. I'm pretty sure we'll be able to help! Kind Regards, Rasheed.
On Sun, Sep 20, 2015 at 11:58 PM, Varsha Nagraj <n.varsha(a)gmail.com> wrote:
I am trying to push a nodejs application without a mainfest file as
|
|
Re: User cannot do CF login when UAA is being updated
Yunata, Ricky <rickyy@...>
Hi Joseph, Amit & all,
Hi Joseph, have you received the attachment from Dies? To everyone else, I just wanted to know if this is the normal behaviour of CF that user is logged out when UAA is being updated, or is it because I have my manifest wrongly configured. It would be helpful if anyone can give me some answer based on their experience. Thanks Regards, Ricky From: CF Runtime [mailto:cfruntime(a)gmail.com] Sent: Wednesday, 16 September 2015 7:08 PM To: Discussions about Cloud Foundry projects and the system overall. Subject: [cf-dev] Re: Re: Re: Re: Re: Re: User cannot do CF login when UAA is being updated If you can't get the list to accept the attachment, you can give it to Dies and he should be able to get it to us. Joseph OSS Release Integration Team On Tue, Sep 15, 2015 at 7:19 PM, Yunata, Ricky <rickyy(a)fast.au.fujitsu.com<mailto:rickyy(a)fast.au.fujitsu.com>> wrote: Hi Joseph, Yes that is the case. I have sent my test result but it seems that my e-mail does not get through. How can I sent attachment in this mailing list? Regards, Ricky From: CF Runtime [mailto:cfruntime(a)gmail.com<mailto:cfruntime(a)gmail.com>] Sent: Tuesday, 15 September 2015 8:10 PM To: Discussions about Cloud Foundry projects and the system overall. Subject: [cf-dev] Re: Re: Re: Re: User cannot do CF login when UAA is being updated Couple of updates here for clarity. No databases are stored on NFS in any default installation. NFS is only used to store blobstore data. If you are using the postgres job from cf-release, since it is single node there will be downtime during a stemcell deploy. I talked with Dies from Fujitsu earlier and confirmed they are NOT using the postgres job but an external non-cf deployed postgres instance. So during a deploy, the UAA db should be up and available the entire time. The issue they are seeing is that even though the database is up, and I'm guessing there is at least a single node of UAA up during the deploy, there are still login failures. Joseph OSS Release Integration Team On Mon, Sep 14, 2015 at 6:39 PM, Filip Hanik <fhanik(a)pivotal.io<mailto:fhanik(a)pivotal.io>> wrote: Amit, see previous comment. Postgresql database is stored on NFS that is restarted during nfs job update.UAA, while being up, is non functional while the NFS job is updated because it can't get to the DB. On Mon, Sep 14, 2015 at 5:09 PM, Amit Gupta <agupta(a)pivotal.io<mailto:agupta(a)pivotal.io>> wrote: Hi Ricky, My understanding is that you still need help, and the issues Jiang and Alexander raised are different. To avoid confusion, let's keep this thread focused on your issue. Can you confirm that you have two UAA VMs in separate bosh jobs, separate AZs, etc. Can you confirm that when you roll the UAAs, only one goes down at a time? The simplest way to affect a roll is to change some trivial property in the manifest for your UAA jobs. If you're using v215, any of the properties referenced here will do: https://github.com/cloudfoundry/cf-release/blob/v215/jobs/uaa/spec#L321-L335 You should confirm that only one UAA is down at a time, and comes back up before bosh moves on to updating the other UAA. While this roll is happening, can you just do `CF_TRACE=true cf auth USERNAME PASSWORD` in a loop, and if you see one that fails, post the output, along with noting the state of the bosh deploy when the error happens. Thanks, Amit On Mon, Sep 14, 2015 at 10:51 AM, Amit Gupta <agupta(a)pivotal.io<mailto:agupta(a)pivotal.io>> wrote: Ricky, Jiang, Alexander, are the three of you working together? It's hard to tell since you've got Fujitsu, Gmail, and Altoros email addresses. Are you folks talking about the same issue with the same deployment, or three separate issues. Ricky, if you still need assistance with your issue, please let us know. On Mon, Sep 14, 2015 at 10:16 AM, Lomov Alexander <alexander.lomov(a)altoros.com<mailto:alexander.lomov(a)altoros.com>> wrote: Yes, the problem is that postgresql database is stored on NFS that is restarted during nfs job update. I’m sure that you’ll be able to run updates without outage with several customizations. It is hard to tell without knowing your environment, but in common case steps will be following: 1. Add additional instances to nfs job and customize it to make replications (for instance use this docs for release customization [1]) 2. Make your NFS job to update sequently without our jobs updates in parallel (like it is done for postgresql [2]) 3. Check your options in update section [3]. [1] https://help.ubuntu.com/community/HighlyAvailableNFS [2] https://github.com/cloudfoundry/cf-release/blob/master/example_manifests/minimal-aws.yml#L115-L116 [3] https://github.com/cloudfoundry/cf-release/blob/master/example_manifests/minimal-aws.yml#L57-L62 On Sep 14, 2015, at 9:47 AM, Yitao Jiang <jiangyt.cn(a)gmail.com<mailto:jiangyt.cn(a)gmail.com>> wrote: On upgrading the deployment, the uaa not working due the uaadb filesystem hangup.Under my environment , the nfs-wal-server's ip changed which causing uaadb,ccdb hang up. Hard reboot the uaadb, restart uaa service solve the issue. Hopes can help you. On Mon, Sep 14, 2015 at 2:13 PM, Yunata, Ricky <rickyy(a)fast.au.fujitsu.com<mailto:rickyy(a)fast.au.fujitsu.com>> wrote: Hello, I have a question regarding UAA in Cloud Foundry. I’m currently running Cloud Foundry on Openstack. I have 2 availability zones and redundancy of the important VMs including UAA. Whenever I do an upgrade of either stemcell or CF release, user will not be able to do CF login when when CF is updating UAA VM. My question is, is this a normal behaviour? If I have redundant UAA VM, shouldn’t user still be able to still login to the apps even though it’s being updated? I’ve done this test a few times, with different CF version and stemcells and all of them are giving me the same result. The latest test that I’ve done was to upgrade CF version from 212 to 215. Has anyone experienced the same issue? Regards, Ricky Disclaimer The information in this e-mail is confidential and may contain content that is subject to copyright and/or is commercial-in-confidence and is intended only for the use of the above named addressee. If you are not the intended recipient, you are hereby notified that dissemination, copying or use of the information is strictly prohibited. If you have received this e-mail in error, please telephone Fujitsu Australia Software Technology Pty Ltd on + 61 2 9452 9000<tel:%2B%2061%202%209452%209000> or by reply e-mail to the sender and delete the document and all copies thereof. Whereas Fujitsu Australia Software Technology Pty Ltd would not knowingly transmit a virus within an email communication, it is the receiver’s responsibility to scan all communication and any files attached for computer viruses and other defects. Fujitsu Australia Software Technology Pty Ltd does not accept liability for any loss or damage (whether direct, indirect, consequential or economic) however caused, and whether by negligence or otherwise, which may result directly or indirectly from this communication or any files attached. If you do not wish to receive commercial and/or marketing email messages from Fujitsu Australia Software Technology Pty Ltd, please email unsubscribe(a)fast.au.fujitsu.com<mailto:unsubscribe(a)fast.au.fujitsu.com> -- Regards, Yitao jiangyt.github.io<http://jiangyt.github.io/> Disclaimer The information in this e-mail is confidential and may contain content that is subject to copyright and/or is commercial-in-confidence and is intended only for the use of the above named addressee. If you are not the intended recipient, you are hereby notified that dissemination, copying or use of the information is strictly prohibited. If you have received this e-mail in error, please telephone Fujitsu Australia Software Technology Pty Ltd on + 61 2 9452 9000<tel:%2B%2061%202%209452%209000> or by reply e-mail to the sender and delete the document and all copies thereof. Whereas Fujitsu Australia Software Technology Pty Ltd would not knowingly transmit a virus within an email communication, it is the receiver’s responsibility to scan all communication and any files attached for computer viruses and other defects. Fujitsu Australia Software Technology Pty Ltd does not accept liability for any loss or damage (whether direct, indirect, consequential or economic) however caused, and whether by negligence or otherwise, which may result directly or indirectly from this communication or any files attached. If you do not wish to receive commercial and/or marketing email messages from Fujitsu Australia Software Technology Pty Ltd, please email unsubscribe(a)fast.au.fujitsu.com<mailto:unsubscribe(a)fast.au.fujitsu.com> Disclaimer The information in this e-mail is confidential and may contain content that is subject to copyright and/or is commercial-in-confidence and is intended only for the use of the above named addressee. If you are not the intended recipient, you are hereby notified that dissemination, copying or use of the information is strictly prohibited. If you have received this e-mail in error, please telephone Fujitsu Australia Software Technology Pty Ltd on + 61 2 9452 9000 or by reply e-mail to the sender and delete the document and all copies thereof. Whereas Fujitsu Australia Software Technology Pty Ltd would not knowingly transmit a virus within an email communication, it is the receiver’s responsibility to scan all communication and any files attached for computer viruses and other defects. Fujitsu Australia Software Technology Pty Ltd does not accept liability for any loss or damage (whether direct, indirect, consequential or economic) however caused, and whether by negligence or otherwise, which may result directly or indirectly from this communication or any files attached. If you do not wish to receive commercial and/or marketing email messages from Fujitsu Australia Software Technology Pty Ltd, please email unsubscribe(a)fast.au.fujitsu.com
|
|
[ann] Subway - how to scale out any Cloud Foundry service
Dr Nic Williams
Quicky links:
* https://github.com/cloudfoundry-community/cf-subway * https://blog.starkandwayne.com/2015/09/21/how-to-scale-out-any-cloud-foundry-service/ We've been using Ferdy's Docker BOSH release since he created it, and have published new docker images, new wrapper BOSH releases and more. But it still doesn't scale horizontally (yes it has docker swarm support but no that can't do persistent storage on volumes). So we created Subway - a broker that allows you to run a fleet of single-server service brokers such as Docker BOSH release, or cf-redis-boshrelease. I'll write up/create a video soon to walk-thru upgrading your existing in-production single-server services to use Subway. Have fun! Nic -- Dr Nic Williams Stark & Wayne LLC - consultancy for Cloud Foundry users http://drnicwilliams.com http://starkandwayne.com cell +1 (415) 860-2185 twitter @drnic
|
|
Re: Packaging CF app as bosh-release
Amit Kumar Gupta
Hey Kayode,
toggle quoted messageShow quoted text
Were you able to make any progress with the deployments you were trying to do? Best, Amit
On Wed, Sep 16, 2015 at 12:48 PM, Amit Gupta <agupta(a)pivotal.io> wrote:
My very limited understanding is that NFS writes to the actual filesystem,
|
|
Re: Proposal: Decomposing cf-release and Extracting Deployment Strategies
Mike Youngstrom <youngm@...>
Thanks for the response. See comments below:
Yes, that would work fine. Just thought I'd call it out as something ourSensitive property management as part of manifest generation (encryptedor acquired from an outside source) current solution does that we'd have to augment in cf-deployment. Great!If for some reason we are forced to fork a stock release we'd like tobe able to use that forked release we are building instead of the publicly This is because a single bosh cannot connect to multiple datacenters whichThe job names in each deployment must be unique across theinstallation. for us represent different availability zones. This forces us to spread all clusterable nodes across 2 deploys and certain jobs, like CC, use the job_name+index to uniquely identify a node [0]. Therefore if we have 2 CCs deployed across 2 AZ we must have one job named cloud_controller_az1 and the other named cloud_controller_az2. Does that make sense? I recognize this is mostly the fault of a limitation in Bosh but until bosh supports connection to multiple vsphere datacenters with a single director we will need to account for it in our templatin. [0] https://github.com/cloudfoundry/cloud_controller_ng/blob/5257a8af6990e71cd1e34ae8978dfe4773b32826/bosh-templates/cloud_controller_worker_ctl.erb#L48 Occasionally we may wish to use some config from a stock release notGreat We have our own internal bosh releases and config that we'll need toI don't quite follow what you are proposing here. Can you clarify? Something like that would work for me as long as we were still able to takewe'd like to augment this with our own release jobs and config that weknow to work with cf-deployment 250's and perhaps tag it as v250.lds advantage of the scripts/tooling in cf-deployment to manage the config and templates we manage in lds-deployment. Thanks, Mike On Wed, Sep 16, 2015 at 3:06 PM, Mike Youngstrom <youngm(a)gmail.com> wrote:Another situation we have that you may want to keep in mind while
|
|
Re: CAB September Call on 9/9/2015 @ 8a PDT
Whelan, Phil <phillip.whelan@...>
Hi,
Unfortunately, I haven’t found time to write up the CAB call notes blog post this month. In case you missed it, I’ve posted a recording of the call here https://www.dropbox.com/s/t8xewz5vw708b5q/cab_9th_sept_2015.mp3?dl=0 Thanks, Phil From: Amit Gupta [mailto:agupta(a)pivotal.io] Sent: Tuesday, September 08, 2015 9:58 PM To: Discussions about Cloud Foundry projects and the system overall. Cc: James Bayer; Chip Childers Subject: [cf-dev] Re: Re: CAB September Call on 9/9/2015 @ 8a PDT Hi all, I will not be able to attend the CAB meeting tomorrow, but I have added my notes to the agenda doc. MEGA has been/will be working on a bunch of exciting things, and I welcome questions/comments via email, either through the cf-dev mailing list or directly. Best, Amit, CF Release Integration team (MEGA) PM On Tue, Sep 8, 2015 at 8:19 AM, Michael Maximilien <maxim(a)us.ibm.com<mailto:maxim(a)us.ibm.com>> wrote: Final reminder for the CAB call tomorrow. See you at Pivotal SF and talk to you all then. Best, dr.max ibm cloud labs silicon valley, ca Sent from my iPhone On Sep 2, 2015, at 6:04 PM, Michael Maximilien <maxim(a)us.ibm.com<mailto:maxim(a)us.ibm.com>> wrote: Hi, all, Quick reminder that the CAB call for September is next week Wednesday September 9th @ 8a PDT. Please add any project updates to Agenda here: https://docs.google.com/document/d/1SCOlAquyUmNM-AQnekCOXiwhLs6gveTxAcduvDcW_xI/edit#heading=h.o44xhgvum2we If you have something else to share, please also add an entry at the end. Best, Chip, James, and Max PS: Dr.Nic this is one week in advance, so no excuses ;) phone info listed on agenda. PPS: Have a great labor day weekend---if you are in the US.
|
|
Re: Recommended BOSH and Stemcell version for CF installation
Amit Kumar Gupta
Hi René,
From the release notes: These are soft recommendations; several different versions of the BOSHrelease and stemcell are likely to work fine. They are just for guidance, they represent the versions we've actually certified against because we can't deploy every single combination of versions. Best, Amit On Mon, Sep 21, 2015 at 1:09 PM, René Welches <rennis3000(a)googlemail.com> wrote: Hi everyone,
|
|
Recommended BOSH and Stemcell version for CF installation
René Welches <rennis3000 at googlemail.com...>
Hi everyone,
we were wondering what's the best practices around CF, BOSH and Stemcell version is. The CF release notes always indicate a recommended BOSH and Stemcell version for a dedicated CF version. Due to the setup of our deployment pipeline our Stemcell and BOSH versions are higher/newer (latest) than the one recommended for our CF version (v214). Is this something we definitely should avoidor is it actually recommended? Best René
|
|
Re: Proposal: Decomposing cf-release and Extracting Deployment Strategies
Amit Kumar Gupta
Thanks Mike, this is great feedback!
Sensitive property management as part of manifest generation (encryptedor acquired from an outside source) How do you currently get these encrypted or external values into your manifests? At manifest generation time, would you be able to generate a stub on the fly from this source, and pass it into the manifest generation script? If for some reason we are forced to fork a stock release we'd like to beable to use that forked release we are building instead of the publicly available one for manifest generation and release uploads, etc. Yes, using the stock release will be the default option, but we will support several other ways of specifying a release, including providing a URL to a remote tarball, a path to a local release directory, a path to a local tarball, and maybe a git URL and SHA. The job names in each deployment must be unique across the installation.Why do the job names need to be unique across deployments? Occasionally we may wish to use some config from a stock release notcurrently exposed in a cf-deployment template. I'd like to be sure there is a way we can add that config, in a not hacky way, without waiting for a PR to be accepted and subsequent release. This would be ideal. Currently, a lot of complexity in manifest generation is around, if you specify a certain value X, then you need to make sure you specify values Y, Z, etc. in a compatible way. E.g. if you have 3 etcd instances, then the value for the etcd.machines property needs to have those 3 IPs. If you specify domain as "mydomain.com", then you need to specify in other places that the UAA URL is "https://uaa.mydomain.com". The hope is most of this complexity goes away with BOSH Links ( https://github.com/cloudfoundry/bosh-notes/blob/master/links.md). My hope is that, as the complexity goes away, we will have to maintain less logic and will be able to comfortably expose more, if not all, of the properties. We have our own internal bosh releases and config that we'll need tomerge in with the things cf-deployment is doing. How would you feel about the interface allowing for specifying additional releases, jobs, and templates to be colocated on existing jobs, along with property configuration for these things? we'd like to augment this with our own release jobs and config that weknow to work with cf-deployment 250's and perhaps tag it as v250.lds Would a workflow like this work for you: maintain an lds-deployment repo, which includes cf-deployment as a submodule, and you can version lds-deployment and update your submodule pointer to cf-deployment as you see fit? lds-deployment will probably just need the cf-deployment submodule, and a config file describing the "blessed" versions of the non-stock releases you wish to add on. I know this is lacking details, but does something along those lines sound like a reasonable workflow? On Wed, Sep 16, 2015 at 3:06 PM, Mike Youngstrom <youngm(a)gmail.com> wrote: Another situation we have that you may want to keep in mind while
|
|
Re: Failing to deploy Diego 0.1398.0 with CF214 using cf-boshworkspace 1.1.15 with cf-aws-tiny.yml and diego-aws.yml
Dmitri Sarytchev
The issue had been resolved...underlying issue was that none of the consul agents wanted to behave as servers due to a 'lan: []' entry under backbone_z1 machine under cf deployment.
|
|
Adding new events table index requires truncation
Jeffrey Pak
Hi all,
The CAPI team is looking to merge in a PR to cloud_controller_ng, https://github.com/cloudfoundry/cloud_controller_ng/pull/418, which will update an index on the events table to include "id" as well as "timestamp". See https://www.pivotaltracker.com/story/show/101985370 for more information and discussion. Older deployments with many events would experience a very slow deploy if this migration runs as-is. To prevent this from causing failed deploys or unintended downtime, we'd like to truncate the events table as part of the migration. If we do this, it'll be made clear in the release notes and will most likely be included in v219. Any questions or concerns? Thanks, Raina and Jeff CF CAPI Team
|
|
Re: Throttling App Logging
Rohit Kumar
It isn't possible to throttle logging output on a per application basis. It
is possible to configure the message_drain_buffer_size [1] to be lower than the default value of 100, which will reduce the number of logs which loggregator will buffer. If the producer is filling up logs too quickly, loggregator will drop the messages present in its buffer. This configuration will affect ALL the applications running on your Cloud Foundry environment. You could play with that property and see if it helps. Rohit [1]: https://github.com/cloudfoundry/loggregator/blob/develop/bosh/jobs/doppler/spec#L60-L62 On Mon, Sep 21, 2015 at 2:57 AM, Daniel Jones < daniel.jones(a)engineerbetter.com> wrote:
|
|
Re: Throttling App Logging
Aleksey Zalesov
Hi!
toggle quoted messageShow quoted text
Today CF quota can be set on three things: 1. Memory 2. Services number 3. Routes number You can’t limit number of logging messages. But I think its a good idea for feature request! Excessive debug logging can overwhelm log management system. Aleksey Zalesov | CloudFoundry Engineer | Altoros Tel: (617) 841-2121 ext. 5707 | Toll free: 855-ALTOROS Fax: (866) 201-3646 | Skype: aleksey_zalesov www.altoros.com <http://www.altoros.com/> | blog.altoros.com <http://blog.altoros.com/> | twitter.com/altoros <http://twitter.com/altoros>
On 21 Sep 2015, at 11:57, Daniel Jones <daniel.jones(a)engineerbetter.com> wrote:
Is it possible with the current logging infrastructure in CF to limit the logging throughput of particular apps or spaces? Current client is running CF multi-tenant, and has some particularly noisy customers. It'd be nice to be able to put a hard limit on how much they can pass through to downstream commercial log indexers. Any suggestions most gratefully received! Regards, Daniel Jones EngineerBetter.com
|
|
Re: cf push a node js app without a manifest file
Jesse T. Alford
I suspect it might be forward VS backwards slashes in the file path that's
toggle quoted messageShow quoted text
tripping things up, there. Does using / in the Linux file path help?
On Sun, Sep 20, 2015, 7:55 PM Varsha Nagraj <n.varsha(a)gmail.com> wrote:
I needed to have a testcase for creating multiple threads pushing the app.
|
|
Throttling App Logging
Daniel Jones
Is it possible with the current logging infrastructure in CF to limit the
logging throughput of particular apps or spaces? Current client is running CF multi-tenant, and has some particularly noisy customers. It'd be nice to be able to put a hard limit on how much they can pass through to downstream commercial log indexers. Any suggestions most gratefully received! Regards, Daniel Jones EngineerBetter.com
|
|
回复:Re: 回复:Re: Re: Starting failure with 504
Yancey
OK,Thx Amit! 原始邮件 发件人: Amit Gupta<agupta@...> 收件人: Discussions about Cloud Foundry projects and the system overall.<cf-dev@...> 发送时间: 2015年9月21日(周一) 15:41 主题: [cf-dev] Re: 回复:Re: Re: Starting failure with 504 Hi, If you'd like the core development team to know this information when helping you with this problem, I'd recommend posting this and all future information on the Github issue you opened (please correct me if it's not you who opened that issue). It's difficult to respond to an issue that's being discussed independently in two places. Thanks, Amit
On Mon, Sep 21, 2015 at 12:17 AM, yancey0623 <yancey0623@...> wrote:
|
|