Enhance .env.sample and compose.yaml for Versity S3 Gateway by adding detailed comments on NFS metadata handling and sidecar mode. This improves documentation clarity for users configuring NFS mounts and metadata storage options.
This commit is contained in:
@@ -17,3 +17,8 @@ ROOT_SECRET_KEY=
|
||||
|
||||
# Host port mapped to the gateway (container listens on 10000).
|
||||
VERSITYGW_PORT=10000
|
||||
|
||||
# NFS: object metadata defaults to xattrs; most NFS mounts need sidecar mode
|
||||
# (compose.yaml uses --sidecar /data/sidecar). Create the host path, e.g.
|
||||
# mkdir -p /mnt/nfs/versity/sidecar
|
||||
# Or use NFSv4.2 with xattr support and remove --sidecar from compose if you prefer.
|
||||
|
||||
Reference in New Issue
Block a user