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 AWS HA Single AZ

Contributors netapp-driley

Cloud Volumes ONTAP fails and rolls back new deployments of AWS high availability (HA) configurations in a single availability Zone (AZ) whenever the placement group creation fails. If needed, you can force the successful completion of deployments by configuring placement groups to bypass the rollback process whenever the creation fails.

Overview

By default, deployments fail and rollback whenever a placement group fails the creation process for a HA single availability zone working environment. Creation of the placement group also fails and rolls back if both Cloud Volumes ONTAP nodes and the mediator instance are not present.

You can bypass the rollback process whenever the placement group creation fails and allow deployments to continue by configuring the app.conf file. When bypassing the rollback process, deployments complete successfully, and the system generates a notification stating the placement group creation failed with a state of incomplete.

Disable rollback on placement group failure

To turn off placement group failure, the "rollback-on-placement-group-failure" flag must be set to "false".

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

  2. Navigate to the following directory: /opt/application/netapp/cloudmanager/docker_occm/data

  3. Edit app.conf by changing the value for the "rollback-on-placement-group-failure" parameter to 'false':

    {
        "occm" : {
            "aws" : {
                "rollback-on-placement-group-failure" : false
            }
        }
    }
    Note By default, "rollback-on-placement-group-failure" parameter is set to "True".
  4. Save the file and log off the Connector.

    A reboot is not required.