# Curator failed to delete snapshot: No space left on device

**URL:** https://discuss.elastic.co/t/curator-failed-to-delete-snapshot-no-space-left-on-device/285189
**Category:** Elasticsearch
**Tags:** curator
**Created:** [September 27, 2021, 5:31am UTC](https://discuss.elastic.co/t/curator-failed-to-delete-snapshot-no-space-left-on-device/285189 "2021-09-27T05:31:41Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![chaitra\_hegde](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/chaitra_hegde/32/54151_2.png) [@chaitra\_hegde](https://discuss.elastic.co/u/chaitra_hegde)
#### Post date: [September 27, 2021, 5:31am UTC](https://discuss.elastic.co/t/curator-failed-to-delete-snapshot-no-space-left-on-device/285189/1 "2021-09-27T05:31:41Z")

</div>

Hi,  
I am facing below issue in Curator snapshot deletion. Curator version- 5.8.1, ES- 7.10.2

```auto
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')

```

I saw some discussions on this issue [https://github.com/elastic/elasticsearch/issues/67790](https://github.com/elastic/elasticsearch/issues/67790)

I am stuck here. Any suggestions would be helpful.

---

<div class="post-metadata">

### Author: ![theuntergeek](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/theuntergeek/32/44961_2.png) [@theuntergeek](https://discuss.elastic.co/u/theuntergeek)
#### Post date: [September 27, 2021, 5:21pm UTC](https://discuss.elastic.co/t/curator-failed-to-delete-snapshot-no-space-left-on-device/285189/2 "2021-09-27T17:21:18Z")

</div>

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?

---

<div class="post-metadata">

### Author: ![chaitra\_hegde](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/chaitra_hegde/32/54151_2.png) [@chaitra\_hegde](https://discuss.elastic.co/u/chaitra_hegde)
#### Post date: [October 19, 2021, 5:29am UTC](https://discuss.elastic.co/t/curator-failed-to-delete-snapshot-no-space-left-on-device/285189/3 "2021-10-19T05:29:09Z")

</div>

Hi,  
Thank you for the response. Yes, currently I have increased the size of Elasticsearch-backup storage.

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/elastic/original/3X/1/a/1ac57faf039f6b580b3f104ef42a2a89e41014de.png) [@system](https://discuss.elastic.co/u/system)
#### Post date: [November 16, 2021, 5:29am UTC](https://discuss.elastic.co/t/curator-failed-to-delete-snapshot-no-space-left-on-device/285189/4 "2021-11-16T05:29:58Z")

</div>

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
