StorageGRID persistence service in error state on gateway or admin node
- Views:
- 403
- Visibility:
- Public
- Votes:
- 0
- Category:
- storagegrid
- Specialty:
- sgrid
- Last Updated:
- 8/20/2024, 2:16:35 PM
Applies to
- NetApp StorageGRID 11.7
- Gateway or Admin nodes
Issue
StorageGRID Persistence service cannot start and is in error status. The
persistence.errlog
located under /var/local/log
indicates the queue is full:Traceback (most recent call last):
File "/usr/sbin/persistence-daemon.py", line 313, in <module>
file_queue.put_nowait(f)
File "/usr/lib/python3.9/queue.py", line 191, in put_nowait
return self.put(item, block=False)
File "/usr/lib/python3.9/queue.py", line 137, in put
raise Full
queue.Full