cloudfoundry / docs-dev-guide

Documentation for application developers who want to deploy their applications to Cloud Foundry
Apache License 2.0
39 stars 217 forks source link

fix error for supported nfs versions #500

Closed nouseforaname closed 8 months ago

nouseforaname commented 8 months ago

Our docs say that 3.0 is a valid nfs version. It turns out that this was undefined behavior in old versions of nfs-utils and will not work when the underlying CF Deployments runs on Jammy (as opposed to Xenial).

Users have pointed reported: after updating the CF deployment from a xenial to a jammy stemcell, previously working volume services ( created with version: 3.0) stopped working. After updating their services to use version: 3 keeping the rest of the configuration identical, the mounts succeeded again.

The best proof for this change (without trying to track a commit in nfs-utils source), I could find is a comment by Steve Dickson (the maintainer) here: https://bugzilla.redhat.com/show_bug.cgi?id=1522633

There are no minor versions with NFS v3
cf-gitbot commented 8 months ago

We have created an issue in Pivotal Tracker to manage this. Unfortunately, the Pivotal Tracker project is private so you may be unable to view the contents of the story.

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

anita-flegg commented 8 months ago

Thanks, @nouseforaname