package
3.0.0-beta.2+incompatible
Repository: https://github.com/knicknic/external-storage.git
Documentation: pkg.go.dev

# Functions

Run : run the NFS server in the foreground until it exits Ideally, it should never exit when run in foreground mode We force foreground to allow the provisioner process to restart the server if it crashes - daemonization prevents us from using Wait() for this purpose.
Setup sets up various prerequisites and settings for the server.
Stop stops the NFS server.