one
one copied to clipboard
Integrated NFS life-cycle setup for volumes in shared Datastore
Auto-configure NFS as needed when using shared datastores.
There are several options there:
- Lazy (late) setup: clone/ln operations check whether the datastore is configured and do so directly. Could have concurrency issues?
- Active (early) setup: check configuration during the periodic monitoring process
- Using an external component (not ideal