Re: CF-RELEASE v202 UPLOAD ERROR
Ronak Banka
Hi Parthiban,
In your manifest , there is a global property block
nfs_server:
address: 192.168.33.53
allow_from_entries:
- null
- null
share: null
allow from entries are provided for cc individual property and not for
actual debian nfs server, that is possible reason cc is not able to
write to nfs
https://github.com/cloudfoundry/cf-release/blob/master/jobs/debian_nfs_server/spec#L20
Thanks
Ronak
On Tue, Nov 24, 2015 at 3:42 PM, Parthiban Annadurai <senjiparthi(a)gmail.com>
wrote:
In your manifest , there is a global property block
nfs_server:
address: 192.168.33.53
allow_from_entries:
- null
- null
share: null
allow from entries are provided for cc individual property and not for
actual debian nfs server, that is possible reason cc is not able to
write to nfs
https://github.com/cloudfoundry/cf-release/blob/master/jobs/debian_nfs_server/spec#L20
Thanks
Ronak
On Tue, Nov 24, 2015 at 3:42 PM, Parthiban Annadurai <senjiparthi(a)gmail.com>
wrote:
Thanks Amit for your faster reply. FYI, I have shared my deployment
manifest too. I got struck in this issue for past couple of weeks. Thanks..
On 24 November 2015 at 12:00, Amit Gupta <agupta(a)pivotal.io> wrote:Hi Parthiban,
Sorry to hear your deployment is still getting stuck. As Warren points
out, based on your log output, it looks like an issue with NFS
configuration. I will ask the CAPI team, who are experts on cloud
controller and NFS server, to take a look at your question.
Best,
Amit
On Thu, Nov 19, 2015 at 8:11 PM, Parthiban Annadurai <
senjiparthi(a)gmail.com> wrote:Thanks for your suggestions Warren. I am attaching the Manifest file
which used for the deployment. Am also suspecting that the problem with the
NFS Server Configuration only.
On 19 November 2015 at 22:32, Warren Fernandes <wfernandes(a)pivotal.io>
wrote:Hey Parthiban,
It seems that there may be a misconfiguration in your manifest.
Did you configure the nfs_server properties?
https://github.com/cloudfoundry/cf-release/blob/master/templates/cf-jobs.yml#L19-L22
The api_z1 pulls the above properties in here.
https://github.com/cloudfoundry/cf-release/blob/master/templates/cf-jobs.yml#L368
.
Is it possible to share your manifest with us via a gist or attachment?
Please remove any sensitive information like passwords, certs and keys.
Thanks.