BlueXP delays adding disk to aggregate automatically
Applies to
- BlueXP
- Cloud Volumes ONTAP (CVO)
Issue
BlueXP is experiencing a delay in automatically adding a disk to the aggregate.
Cause
By default, the customer has 60-minute interval for disk addition when the aggregate reaches the threshold.
Solution
Please contact NetApp Technical Support or log into the NetApp Support Site to create a case. Reference this article for assistance with the solution.
- The solution requires Configuration-level change.
- The change of Configuration commands and change steps is potentially disruptive and should only be used with guidance from NetApp Support.
Partner Notes
partnerNotes_text
Additional Information
additionalInformation_text
Internal Notes
- Access the connector CLI.
- Switch to the root user using the command "
sudo su". - Navigate to the directory "
/opt/application/netapp/cloudmanager/docker_occm/data". - Locate the
app.conffile in the directory. - Create a local copy of the
app.conffile and rename it asappbak.confusing the command"cp app.conf appbak.conf". - Open the
app.conffile and add the below"auto-vsa-capacity-management"acondition to the file using"vi app.conf"command. - Set the interval time to 15 minutes by adding or modifying the "interval" value:
"auto-vsa-capacity-management": {
"interval": "15 minutes",
"aggregate-deletion-grace-period": "12 hours"
},
8. Save the changes to the app.conf file.
9. Verify that the interval time was successfully added to the app.conf file.
10. Reboot the connector.
11. After the reboot, confirm that the app.conf file still contains the interval time.
