Open nmaves opened 3 months ago
we want to increase the minimum size of the cluster for CPU reasons but we can't because of the ingone_changes section
Just to clarify a few points here first. Autoscaling will not decrease the size of data tiers. hot.size
defines the current size, which may be increased by autoscaling, but not a minimum that the tier will return to automatically.
That said, it sounds like you want to increase the current deployment size? If so you should be able to remove the ignore_changes
block, apply the size change and then add the ignore_changes
block back to account for any autoscaling size changes.
We have our hot nodes configured to autoscale. Autoscaling is only for disk space and not other resources. We are now in a situation because we want to increase the minimum size of the cluster for CPU reasons but we can't because of the
ingone_changes
section. How can we increase the minimum size of the cluster's hot nodes?