Configure placement group creation for Cloud Volumes ONTAP HA pairs in AWS single AZs
Cloud Volumes ONTAP high-availability (HA) deployments in AWS single availability Zone (AZ) can fail and roll back if the creation of the placement group fails. Creation of the placement group also fails and the deployment rolls back if the Cloud Volumes ONTAP node and mediator instance are not available. To avoid this, you can modify the configuration to allow the deployment to finish even if the placement group creation fails.
On bypassing the rollback process, the Cloud Volumes ONTAP deployment process completes successfully, and notifies you that the placement group creation is incomplete.
-
Use SSH to connect to the Connector host and log in.
-
Navigate to
/opt/application/netapp/cloudmanager/docker_occm/data
. -
Edit
app.conf
by changing the value of therollback-on-placement-group-failure
parameter tofalse
. The default value of this parameter istrue
.{ "occm" : { "aws" : { "rollback-on-placement-group-failure" : false } } }
-
Save the file and log off the Connector. You don't need to restart the Connector.