one icon indicating copy to clipboard operation
one copied to clipboard

Integrated NFS life-cycle setup for volumes in shared Datastore

Open 1gramos opened this issue 1 year ago • 0 comments

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

1gramos avatar Oct 15 '24 14:10 1gramos