ONTAP Discussions

CLI query - snap reserve

Baiju625
1,968 Views

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

1 ACCEPTED SOLUTION

Baiju625
1,909 Views

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!

View solution in original post

3 REPLIES 3

Ontapforrum
1,932 Views

Try this command:

::> volume show-space  -snapshot-reserve-percent  >50

Baiju625
1,910 Views

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!

Baiju625
1,901 Views

Closest I found is >volume show -snapshot-reserve-available 0G

Public