Hello,
We need to recreate all the aggregates on a FAS8200 (7 shelves).
Phase 1:
I moved all the data, took the aggregates offline, and then deleted them using:
storage aggregate delete -aggregate ...
Phase 2:
I wanted to reassign the disks to the FAS nodes with:
storage disk assign -owner Node01 -disk 00001
But when I run:
storage disk show -disk 00001
the container-type field is not spare but still shows the name of the old aggregate that I already deleted.
As a result, I cannot reuse my disks.
According to NetApp documentation, it seems that the disk metadata still contains the name of the old aggregate.
I haven’t been able to find a method to wipe these metadata and reuse my disks.
Does anyone have any advice or suggestions?