Does the cluster peer modify command allow the "initial-allowed-svm-peers" parameter
Applies to
ONTAP 9
Answer
- No, the
-initial-allowed-vserver-peers
parameter is only available forcluster peer create
. - The purpose of
-initial-allowed-vserver-peers
is to streamline the creation of new cluster peer relationships, allowing the admin to peer vservers in the respective clusters without requiring separate vserver peer configuration after the cluster peer relationship is established. - This optional parameter is only available for
cluster peer create
, and is not available forcluster peer modify
.
Additional Information
If a cluster peer relationship is established without use of initial-allowed-vserver-peers
, it is still possible to create vserver peer relationships between peered clusters by following documented vserver peer create
steps.