Skip to main content
Cloud Volumes ONTAP
All cloud providers
  • Amazon Web Services
  • Google Cloud
  • Microsoft Azure
  • All cloud providers

Configure placement group creation for Cloud Volumes ONTAP HA pairs in AWS single AZs

Contributors netapp-driley netapp-manini

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.

Steps
  1. Use SSH to connect to the Connector host and log in.

  2. Navigate to /opt/application/netapp/cloudmanager/docker_occm/data.

  3. Edit app.conf by changing the value of the rollback-on-placement-group-failure parameter to false. The default value of this parameter is true.

    {
        "occm" : {
            "aws" : {
                "rollback-on-placement-group-failure" : false
            }
        }
    }
  4. Save the file and log off the Connector. You don't need to restart the Connector.