I can see that the ObjectStore is accounted for in NetAppDocs under AggregateDataStores, but I don't see volume foot-print data being captured on the volume side or at least fully. This is important if you are trying to track where your FabricPool data is coming from and would be invaluable if you could add to NetAppDocs.
The command you would use at the CLI to get the data is:
volume show-footprint -aggregate <aggr>
The output is as follows:
Vserver : vs1
Volume : vol1
Feature Used Used%
-------------------------------- ---------- -----
Volume Data Footprint 2.24TB 2% <----Need this for sure
Footprint in Performance Tier 486.4GB 21% <----Need this for sure
Footprint in ObjectStore1 1.76TB 79% <-----Need this for sure
Volume Guarantee 0B 0%
Flexible Volume Metadata 14.99GB 0%
Deduplication 15.54GB 0%
Cross Volume Deduplication 6.66GB 0%
Delayed Frees 1.78GB 0%
Total Footprint 2.27TB 2%
This would be a tremendous help to manage our environment and would help any NetApp SMC or other PS assisting a customer that is using FabricPool.
Please let me know if you have any questions or feedback on feasibility.
Thanks in advance!