We have physically added 1 full shelf of SSD's onto 2-nodes HA. Then I assigned the ownership by using commands "storage disk assign -disklist 0-11/12-23 -node node2/node1".
Currently, there is rg0 in each aggregate/node. I am thinking to create a new rg1 and it should consist of 23-new-disks.P1 to the aggr on node2, and 23-new-disks.P2 to aggr on node1.
Next, I would like to partition disks to P1,P2,P3, the same format/size as those existing ones. For that, I remember I need to run a command basically to copy format/size from a existing disk to those new disks. Can you please advice what the command is?
Also, after the partition, I need to assign the ownership of P1 and P2 to two respective nodes, ex, P1->node2, and P2->node1. Correct?