dynamic-nfs-provisioner icon indicating copy to clipboard operation
dynamic-nfs-provisioner copied to clipboard

FILEPERMISSIONS_UID: unbound variable when running the image

Open bianchi2 opened this issue 2 years ago • 4 comments

Trying to deploy openebs/nfs-server-alpine:0.10.0 to kube but:

Writing SHARED_DIRECTORY to /etc/exports file
The PERMITTED environment variable is unset or null, defaulting to '*'.
This means any client can mount.
The READ_ONLY environment variable is unset or null, defaulting to 'rw'.
Clients have read/write access.
The SYNC environment variable is unset or null, defaulting to 'async' mode.
Writes will not be immediately written to disk.
/usr/bin/nfsd.sh: line 127: FILEPERMISSIONS_UID: unbound variable

bianchi2 avatar Sep 01 '23 23:09 bianchi2