#how do I troubleshoot a missing volume not showing in Qtree dashboards.
1 messages · Page 1 of 1 (latest)
by default, the qtree template only collects qtrees with quota type = tree. Perhaps the missing volume is not associated with type tree? https://github.com/NetApp/harvest/blob/6481798588882e85f8a5558a866ed150a9d5e65e/conf/zapi/cdot/9.8.0/qtree.yaml#L38
If you run quota report -fields quota-type do you see the missing volume?
MyFiler::> volume qtree show -vserver * -volume sim_hfss
Vserver Volume Qtree Style Oplocks Status
MyFiler sim_hfss "" unix enable normal
MyFiler sim_hfss HFSS_data unix enable normal
MyFiler::> volume quota show -vserver * -volume sim_hfss
Scan
Vserver Volume State Status
MyFiler
sim_hfss on -
The volume is enabled for a qtree
And what about quota report -volume sim_hfss -fields quota-type
vserver volume index quota-type
MyFiler sim_hfss 281474976710656 user
MyFiler sim_hfss 284760626692096 user
.
.
.
MyFiler sim_hfss 2305843013508661248 tree
thanks. so multiple types, but a tree quota-type. Can you share you log files and we'll check if there are any warn or errors from parsing these in your env? https://netapp.github.io/harvest/nightly/help/log-collection/
sure, will do. let me upgrade to 24.02.0 if the issue still exists then try to pull the log files to you
perfect