I am trying to gather some space info for all of our clusters. I need to find the current aggregate space that is used and determine the capacity that it will be when moved to a CVO instance. While starting to gather numbers I have notice that if I used get-ncaggr | select used this value is always near 0 but totalsize - availablesize is closer to the right number.
In trying to add numbers up to understand what the digital wallet has for a size i think that I need to take the get-ncaggr totalsize - available + get-ncaggrobjectstore used space .
Does anyone have any info on what the used is from get-ncaggr or a better way to determine the actual used size of the aggregates?