Scenario: I have a client with a AFF HA pair with several shelves attached. Two of these are old DS2246 shelves that are near EOL and we're trying to remove them. The system was originally initialized with ADPv1 (RD) partitioning. Our goal is to manually migrate the node root aggregates (following the KB-documented process), finish migrating volumes away from the data aggregates, and eventually destroy the old aggregates and remove the old shelves.
One other goal here was to move away from ADPv1 and move to ADPv2 (RDD). I have a whole shelf that was manually partitioned at the node shell using the command:
disk partition -n 3 -i 3 -b 39132288 <diskID> [<-The number is disk quantity and platform specific; this is 24 disks for a 1TB A700 root vol]
The CLI spit out the following warning and allowed me to continue:
“The partition method root-data1-data2 is not supported on this system. Partitions created from this method can only be used after migrating root to this partition method.”
Obviously, migrating to a new root on these P3 slices is the goal. But nowhere in the documentation have I been able to find if there is technical reason ONTAP would prevent ADPv1 and ADPv2 coexisting for a short period of time on the same HA pair (in the transitionary period). The warning noted above seems to imply that root migration would be supported/possible. But does it also imply the two ADP styles cannot coexist? There would be one ADPv1 data aggregate that needs to be vacated following the root aggregate migration, so I am looking for a subject matter expert to help validate if this would work (or perhaps some technical reason why it couldn't) and whether it would put data availability at risk. Thanks in advance for any wisdom/pointers here.