You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seems "Gluster volume size" metric is just "Total bricks size / replica count". That's incorrect when you have a "replica 3 arbiter 1" volume. Arbiters should be subtracted from replica count.
IIUC the prototype for the item should be changed from
last(//gluster.bricks.size[{#NAME}]) / last(//gluster.volume.replicaCount[{#NAME}])
to account for the arbiters, but I can't find a way to do it (excepr fixing it with a "-1", but in that case it will be wrong when there are no arbiters...).
The text was updated successfully, but these errors were encountered:
Seems "Gluster volume size" metric is just "Total bricks size / replica count". That's incorrect when you have a "replica 3 arbiter 1" volume. Arbiters should be subtracted from replica count.
IIUC the prototype for the item should be changed from
last(//gluster.bricks.size[{#NAME}]) / last(//gluster.volume.replicaCount[{#NAME}])
to account for the arbiters, but I can't find a way to do it (excepr fixing it with a "-1", but in that case it will be wrong when there are no arbiters...).
The text was updated successfully, but these errors were encountered: