Forums

Home / Forums

You need to log in to create posts and topics. Login · Register

Dashboard graphs not available

Pages: 1 2

Yes it will help, suggest the following sequence

systemctl stop petasan-mount-sharedfs
umount -l /opt/petasan/config/shared/
systemctl stop glusterfs-server
killall glusterfsd
killall glusterfs
systemctl start glusterfs-server
systemctl start petasan-mount-sharedfs

We fixed an issue that may be related to the problem: The dashboard used to send ajax requests to refresh ceph status periodically, but in case there was a long response time for any reason (network or system load)  the requests will keep being send periodically even if older ones did not complete. So there is potential for these requests to pile up and maybe cause memory and connection load on the monitors. Maybe it relates to your case.

The attached fix dis-ables any further status requests until previous one completes.

https://drive.google.com/file/d/0B7VNYCjYBY2yeGJ2UjQxZTJMYWs/view?usp=sharing

There is a fix for both v 1.31 and 1.40

Pages: 1 2