ONTAP Discussions
ONTAP Discussions
Hi Gurus,
What should be the ONTAP CLI required to find all the snap reserve which is used more than 50%? please advise.
Not just from df -h o/p, I need to have a query to specify the thresholds like >50% etc. as I have 200+ vols on the cluster (CDOT).
Regards,
BM
Solved! See The Solution
You are close, >volume show-space -snapshot-reserve-percent >50 is applicable for the configured snap reserve total (5% default we are using). Need the query for displaying the used >50% . Thank you!
Try this command:
::> volume show-space -snapshot-reserve-percent >50
You are close, >volume show-space -snapshot-reserve-percent >50 is applicable for the configured snap reserve total (5% default we are using). Need the query for displaying the used >50% . Thank you!
Closest I found is >volume show -snapshot-reserve-available 0G