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
You can then either do total - used - spare to arrive at the same figure as unusedCapacityInKb, but probably a better figure to use for free space is capacityAvailableForVolumeAllocationInKb since you can never allocate more space than that.
Example:
systempool_size returns total 1013750mb, used 16384mb, free 997366mb.
So the calculation total-used=free is off since spare capacity cannot be considered allocateable (e.g. free) space.
The text was updated successfully, but these errors were encountered: