Hi,
I am facing below issue in Curator snapshot deletion. Curator version- 5.8.1, ES- 7.10.2
2021-09-19 02:01:01,159 ERROR Failed to complete action: delete_snapshots. <class 'curator.exceptions.FailedExecution'>: Exception encountered. Rerun with loglevel DEBUG and/or check Elasticsearch logs for more information. Exception: TransportError(500, 'file_system_exception', '/elasticsearch-backup/backup/pending-index-26-oa9UAjzQR5KCaY7VNe8JuQ: No space left on device')
So, Curator is essentially forwarding the 500 error from Elasticsearch here. If you had made the REST API call to delete the snapshot directly, you would encounter the same error.
That said, I'm not sure what to do here beside manually deleting files (which is not great, as it means the metadata would wind up corrupted). As the mount point is named elasticsearch-backup, is this an NFS share? Is there any way to grow that filesystem?
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.