ONTAP Discussions

Aggregate space not reducing after deleting volumes. The volume count hasn't gone down either.

pennywise
7,491 Views
 
1 ACCEPTED SOLUTION

jcolonfzenpr
7,483 Views

The volumes are in the recovery queue:

 

https://kb.netapp.com/Advice_and_Troubleshooting/Data_Storage_Software/ONTAP_OS/How_to_use_the_Volume_Recovery_Queue

 

https://whyistheinternetbroken.wordpress.com/2016/03/11/cdot-volume-recovery/

 

to see it:

set -priv diag

volume recovery-queue show -vserver <vserver name>

 

to delete it:

volume recovery-queue purge -vserver <vserver_name> -volume <volume name>

 

to delete all volume in recovery queue:

volume recovery-queue purge-all -vserver <vserver_name>

Jonathan Colón | Blog | Linkedin

View solution in original post

4 REPLIES 4

pennywise
7,489 Views

The volumes are gone but the volume count on the aggregate hasn't changed and the aggr size hasn't changed either.

Do I need to wait for wafl to reclaim that space? I deleted 15TB of data but the aggr utilization hasn't changed.

jcolonfzenpr
7,484 Views

The volumes are in the recovery queue:

 

https://kb.netapp.com/Advice_and_Troubleshooting/Data_Storage_Software/ONTAP_OS/How_to_use_the_Volume_Recovery_Queue

 

https://whyistheinternetbroken.wordpress.com/2016/03/11/cdot-volume-recovery/

 

to see it:

set -priv diag

volume recovery-queue show -vserver <vserver name>

 

to delete it:

volume recovery-queue purge -vserver <vserver_name> -volume <volume name>

 

to delete all volume in recovery queue:

volume recovery-queue purge-all -vserver <vserver_name>

Jonathan Colón | Blog | Linkedin

pennywise
7,473 Views

That's it! Thanks for the reply Jcolon...!

Public