NetApp Community Update
This site will enter Read Only mode on July 23 as we prepare to move to a new platform. You will still be able to view content, but posting and replying will be temporarily disabled.
We're excited to launch our new Community experience on July 30 and more information will follow soon.
Stay connected during the transition - Join our Discord community today.

ONTAP Discussions

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

pennywise
12,937 Views
 
1 ACCEPTED SOLUTION

jcolonfzenpr
12,929 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
12,935 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
12,930 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
12,919 Views

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

Public