I have an AWS FSx for ONTAP (https://aws.amazon.com/fsx/netapp-ontap/) volume that is 2TB in size and I have only ingested a little bit of data. However my application is reporting that a lot more data has been used.
To troubleshoot I ran a "df -h" command and it says that "used" is 981G but I have only written a few GBs to the volume.
ubuntu@ip-10-0-2-228:/mnt/vol1_stem_prod$ df -h . Filesystem Size Used Avail Use% Mounted on 10.0.3.181:/vol_stem_prod 2.0T 981G 965G 51% /mnt/vol1_stem_prod
By default a volume that is over-provisioned reports the underlying aggregate available space. Set the volume to use logical volume reporting with the following command:
This is what the user will see after changing this setting: