Getting error while creating snapshot

{
"error": "RepositoryVerificationException[[es_backup] [w5oIg0XyRhCWp1sOwgNIqA, 'RemoteTransportException[[elastic-es-betaout-node12][inet[/10.2.4.42:9300]][internal:admin/repository/verify]]; nested: RepositoryVerificationException[[es_backup] a file written by master to the store [/backup] cannot be accessed on the node [[elastic-es-betaout-node12][w5oIg0XyRhCWp1sOwgNIqA][es-betaout-node12][inet[/10.2.4.42:9300]]{master=false}]. This might indicate that the store [/backup] is not shared between this node and the master node or that permissions on the store don't allow reading files written by the master node]; '], [mbhcYTdSTn2hfEXYWGOEPQ, 'RemoteTransportException[[elastic-es-betaout-node11][inet[/101.2.4.40:9300]][internal:admin/repository/verify]]; nested: RepositoryVerificationException[[es_backup] a file written by master to the store [/backup] cannot be accessed on the node [[elastic-es-betaout-node11][mbhcYTdSTn2hfEXYWGOEPQ][es-betaout-node11][inet[/101.10.101.1:9300]]{master=false}]. This might indicate that the store [/backup] is not shared between this node and the master node or that permissions on the store don't allow reading files written by the master node]; ']]]",
"status": 500
}

Have you verified that the shared repository path is available for reading and writing for all nodes in the cluster?

Hello,

Is /backup accessible from each nodes of your cluster with good permissions ?

The shared file system repository ("type": "fs") uses the shared file system to store snapshots. In order to register the shared file system repository it is necessary to mount the same shared filesystem to the same location on all master and data nodes. This location (or one of its parent directories) has to be registered in the path.repo setting on all master and data nodes.

Antoine

1 Like