Snapshotting ElasticSearch on local FS (no NFS)

Has anyone tried this? Is this supposed to work? I've had issues with trying to run /_snapshot on a directory that isn't on a shared FS.

I get store location [/.../directory/.../] is not shared between node (… nodes … ) which suggests that NFS is required. Is it?

Error msg: http://pastie.org/10224174#2

Hi,

Yes, the "fs" repository type requires a shared file system to work, such as NFS. The documentation is available at:https://www.elastic.co/guide/en/elasticsearch/reference/current/modules-snapshots.html#_repositories.

Hope that helps.

See https://github.com/elastic/elasticsearch/issues/6638 for more on local FS snapshots.