cloud-pipeline icon indicating copy to clipboard operation
cloud-pipeline copied to clipboard

Improve NFS storage indexing for search

Open ekazachkova opened this issue 5 years ago • 0 comments

This PR provides implementation for #1212

  • a new API method GET /datastorage/{id}/mountCmd was introduced. This method generates mount cmd that will be used by elasticsearch-agent service during NFS storage synchronization
  • a new API method GET /datastorage/allWithMounts that loads all storages with file share.
  • a new property sync.nfs-file.creds.path was added to elasticsearch-agent service that describes a path to folder with credentials

ekazachkova avatar Oct 30 '20 16:10 ekazachkova