@smanley Hello again and thanks for helping to support Rockstor’s development.
We do rely on btrfs quotas for tracking space used but they and to a much greater extent our implementation of them is a work in progress. And specifically we fail to rescan quotas when we aught to, among a few other bugs we are slowly but surely squashing.
Try the following command as root to rescan quotas:
btrfs quota rescan /mnt2/<pool-name-here>
It should output:
quota rescan started
Indicating as such. It may take some time to complete, depending on the nature and size of the data stored on the named pool.
You can view the status of the current scan/rescan via the following command:
btrfs quota rescan -s /mnt2/<pool-name-here>
Once this quota rescan has finished a share page refresh should give better results.
The quota work is ongoing so this situation should get better.