Common questions and solutions for working with ModMS. If you don’t find your answer here, check the Architecture documentation.
Storage & Infrastructure
Why is GlusterFS used?
Why is GlusterFS used?
See the detailed answer: Why is GlusterFS used?
The mountpoint `/data` is not working. What should I do?
The mountpoint `/data` is not working. What should I do?
See the troubleshooting guide: Mountpoint
/data not workingAdding New Models
How to add a new model?
How to add a new model?
Follow the step-by-step guide: How to add a new model
Performance & Operations
Why does it take too much time to start the server?
Why does it take too much time to start the server?
Learn about the startup process: Server startup time
GlusterFS Commands
What are the most useful GlusterFS commands?
What are the most useful GlusterFS commands?
See the command reference: GlusterFS Commands
Example: Volume Status Output
Example: Volume Status Output
See example output: Volume Status Example
Example: Volume Info Output
Example: Volume Info Output
See example output: Volume Info Example
Failures & Downtime
Use this section when ModMS is suspected to be causing Pinpoint 5xx errors, missing data, or slow responses.
Common symptoms
- Pinpoint returns 500 or 502 errors for many locations
http://modms.devops.arabiaweather.com/web/is slow or not loading- Models appear stale or missing in the ModMS UI
- GlusterFS mount at
/datais not available on one or more nodes
Quick health checks
- ModMS UI
- Open
http://modms.devops.arabiaweather.com/web/and confirm it loads and shows recent models.
- Open
- Models freshness API
- Check the latest
last_updatedvalues:
- Check the latest
- GlusterFS mount
- On ModMS servers, verify
/datais mounted and responsive:
- On ModMS servers, verify
Typical root causes
- GlusterFS issues
- Peers not connected, volume problems, or
/datanot mounted
- Peers not connected, volume problems, or
- Nginx / front-end proxy issues
- Nginx not running or misconfigured in front of the ModMS server
- Indexer / Aggregator problems
- Indexer stuck, Aggregator not downloading new runs, or failed jobs
Step-by-step debugging
- Check ModMS UI and freshness
- Visit
http://modms.devops.arabiaweather.com/web/ - Use the
qendpoint above to confirm models are updating.
- Visit
- Validate GlusterFS health
- On each ModMS node:
- All peers should be in
Peer in Cluster (Connected)state. - If not, restart GlusterFS:
- Verify
/datamount- Ensure
/datais mounted and accessible on all nodes:
- Ensure
- Check Nginx and ModMS containers/services
- Confirm Nginx and ModMS containers are running and healthy (per your deployment stack).
- Restart only after validating GlusterFS and
/datamounts.
- Look at Aggregator/Indexer
- On the Indexer server, use
indexerctland the steps in the operations/architecture docs to identify stuck or failed jobs. - If required, restart the relevant Aggregator or Indexer components following your standard procedures.
- On the Indexer server, use

