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

Aggr -free-space-reallocation

jhawkroche
3,402 Views

We are running 8.3.1 cDOT and just added disks to an aggregate.  In the 7-mode days we would need to run an aggr -reallocate.  I am not able to find a command to complete a reallocate in cDOT.  I was able to find a -free-space-reallocation option, but its not a 1 time run and appears to have possible performance implications.

 

I was not able to find any documentation on best practices after adding disks to an aggr.

1 REPLY 1

GLENYU5820
3,235 Views
You can get into node shell and run below command, -o means once. Of course there is performance impact. > reallocate start -A -o aggr-name The most important is to run reallocate against each volume at this aggregate with -f option, it makes the volumes spread out to all disks in the aggregate.
Public