Modify node specific aggregate resynchronization options
The storage aggregate resynchronization options modify command can be used to modify the options that govern the resynchronization of aggregates on a given cluster node.
Modifying the max-concurrent-resyncs option changes the number of aggregates that are allowed to resynchronize concurrently. When the number of aggregates waiting for resynchronization is higher than this value, the aggregates are resynchronized in the order of their "resync-priority". This value can be modified using the storage aggregate resynchronization modify command while specifying the -resync-priority parameter.
The following example changes the maximum concurrent resync operations for the specified node to ten:
cluster1::> storage aggregate resynchronization options modify -node node1 -max-concurrent-resyncs 10