You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -418,7 +418,7 @@ To configure your blobstores to use an NFS-mounted directory, do the following:
418
418
fog_connection: *fog_connection
419
419
```
420
420
421
-
1. Replace `YOUR-BUILDPACK-DIRECTORY-PREFIX`, `YOUR-DROPLET-DIRECTORY-PREFIX`, `YOUR-PACKAGE-DIRECTORY-PREFIX`, and `YOUR-RESOURCE-DIRECTORY-PREFIX` with the names of the directories you will be using. If you do not specify these, Cloud Foundry will supply usable default values.
421
+
1. Replace `YOUR-BUILDPACK-DIRECTORY-PREFIX`, `YOUR-DROPLET-DIRECTORY-PREFIX`, `YOUR-PACKAGE-DIRECTORY-PREFIX`, and `YOUR-RESOURCE-DIRECTORY-PREFIX` with the names of the directories you will be using. If you do not specify these, Cloud Foundry will supply usable default values. It is important that `local_root` be set to `/var/vcap/data/nfs` because the Cloud Controller jobs expect the NFS volume to be mounted at that path.
422
422
423
423
1. (Optional) Provide other configuration with the `fog_connection` hash, which is passed through to the Fog gem.
424
424
@@ -430,7 +430,7 @@ To configure your blobstores to use an NFS-mounted directory, do the following:
430
430
nfs_server:
431
431
address: NFS-ENDPOINT
432
432
share: REMOTE-DIR-TO-MOUNT
433
-
share_path: LOCAL-DIR-TO-MOUNT
433
+
share_path: '/var/vcap/data/nfs'
434
434
nfsv4: false
435
435
release: capi
436
436
```
@@ -439,7 +439,6 @@ Replace the placeholder text in the example above with the values you want to us
0 commit comments