Solution Summary
* While deleting archive index from UI we captured below logs, from that we can understand the issue is with already one retention running.
* vulog
*Then another way to resolve this is we must stop running snapshot. If Storage is full we can't delete archive will get below error.
vunet@TSL-DC-VU-ANL-01:~$ curl -X DELETE "localhost:9200/_snapshot/vunet-repo/vunet-1-1-syslog-2022.01.01?pretty"
{
"error" : {
"root_cause" : [
{
"type" : "repository_exception",
"reason" : "[vunet-repo] failed to delete snapshot [vunet-1-1-syslog-2022.01.01/g2sRrnq6SI2LGS_B-qQOFA]"
}
],
"type" : "repository_exception",
"reason" : "[vunet-repo] failed to delete snapshot [vunet-1-1-syslog-2022.01.01/g2sRrnq6SI2LGS_B-qQOFA]",
"caused_by" : {
"type" : "i_o_exception",
"reason" : "No space left on device"
}
},
"status" : 500
}
So check if any file can be deleted there, there were two jpg file there which i have deleted.