Hi All,
We decided to increase the amount of storage we have for snapshots On a three node cluster elastic cluster v7.
We did that by copying the contents of the old disk to the bigger disk. When copying was done, we unmounted the old disk and mounted the new one while the cluster was running. The nfs unmounted the disk, so we had to remount it.
We have the shared disk on one of the nodes and share the repository using nfs.
Now, when I request
GET /_cat/snapshots
I get the following error
{
"error" : {
"root_cause" : [
{
"type" : "action_request_validation_exception",
"reason" : "Validation Failed: 1: repository is missing;"
}
],
"type" : "action_request_validation_exception",
"reason" : "Validation Failed: 1: repository is missing;"
},
"status" : 400
}
I can now access the storage on the three servers just fine. However, I did not restart the servers yet.
Any idea how to solve this?