The AGGR space cannot be released after the NetApp volume is deleted

After NetApp normally deletes the Vol, the Aggr space will not be deleted immediately by default. It will be kept in the recovery queue for 12 hours. If you need to delete it immediately, you need to manually delete the volume from the recovery queue.

In the CIFS/NFS scenario, first unmount the volume combined with the path.
insert image description here
After confirming that there is no abnormality, the volume will be offline.
insert image description here

Delete the volume
insert image description here
Command line to enter diag mode, view the current status of the recovery queue

FAS2720::> set -privilege diag

Warning: These diagnostic commands are for use by NetApp personnel only.
Do you want to continue? {
    
    y|n}: y

FAS2720::*> 
FAS2720::*> volume recovery-queue show -vserver VeeamBak 
Vserver   Volume      Deletion Request Time     Retention Hours
--------- ----------- ------------------------  ---------------
VeeamBak  veeam_1028  Tue Jan 04 09:49:22 2022               12

clear recovery queue

FAS2720::*> volume recovery-queue purge -vserver VeeamBak -volume veeam_1028 
Queued private job: 5633                                

After being deleted from the queue, the space will not be released immediately, and it will take some time to be completely released

FAS2720::> aggr show
                                                                      

Aggregate     Size Available Used% State   #Vols  Nodes            RAID Status
--------- -------- --------- ----- ------- ------ ---------------- ------------
DATA       28.92TB    1001GB   97% online       8 FAS2720-01       raid_dp,
                                                                   normal
root_01    159.9GB    7.75GB   95% online       1 FAS2720-01       raid_dp,
                                                                   normal
root_02    159.9GB    7.75GB   95% online       1 FAS2720-02       raid_dp,
                                                                   normal
3 entries were displayed.

Attach the official KB:

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

Guess you like

Origin blog.csdn.net/sjj222sjj/article/details/122298414