Is there a way to show the concatenated space used of a set of volumes? Maybe just for a whole SVM?
Under the SVM panel you can of cause choose a give SVM, but it then shows the used space per volume (top 5 by default) what I would like is an added up graph of all volumes in that SVM...
Is this a DYI project or have I just not found the right panel yet? 🙂
#Concatenated space in Grafana dashboard?
1 messages · Page 1 of 1 (latest)
@dapper adder See if below prometheus query helps?
sum(volume_space_physical_used) by (svm)
Could you also open a feature request for this?
Thanks, I will look into this. I am not that hardcore at creating dashboards, to maybe i will request this as a feature... We can't be the only ones running a hosted remote backup service where we have a SVM for each customer? 😉
Yes a feature request it will be.
@dapper adder I have opened a feature request for the same. https://github.com/NetApp/harvest/issues/3184
@dapper adder
You can import the SVM dashboard from the JSON file available at the following link:
https://raw.githubusercontent.com/NetApp/harvest/refs/heads/main/grafana/dashboards/cmode/svm.json
This dashboard includes a new row labeled Capacity, which contains the relevant panels as shown in the screenshot.
I love it 🙂
One additional question... if you wanted to export this dashboard as a PDF, it looks like you need the Enterprise version of grafana, but isn't that only available in grafanas cloud offerings? Or is there a way to do it with the nabox? I of cause just noticed that you can get the enterprise license as a trial for 30 days... any idea what the cost will end up? Usaly it isn't great when they state "contact us for a quote" 😉
@dapper adder It was discussed here
https://discord.com/channels/855068651522490400/1291522014095347743
we haven't tried it though.
If you try it out, let us know @dapper adder It's not clear if you need the full enterprise feature set for reporting or if it is included in the non-upgraded version of enterprise enterprise addition is installable on-prem same as open source version https://grafana.com/grafana/download
Well noone can tell me what the cost will be for the enterprise version, so I'n not sure if it is worth the efforts...