Question
Sometimes the storage API gets stuck preventing tasks from running. It can be represented as numerous errors.
Environment
OnApp 5.x, 6.x
Integrated storage
Resolution
To restart a stuck storage API service:
- Find the node that the storage API service stuck on. This can be done by finding the node ID in the failure log.
- Log in to the compute resource.
- Run the
onappstore nodes
command. It will give you the IP of the node. - Log in to the node and run:
/etc/init.d/storageAPI restart
CODE