Share via


ConfigurationUpgradeDescription.MaxPercentUpgradeDomainDeltaUnhealthyNodes Property

Definition

Gets or sets the maximum allowed percentage of upgrade domain nodes health degradation allowed during cluster upgrades.

public byte MaxPercentUpgradeDomainDeltaUnhealthyNodes { get; set; }
member this.MaxPercentUpgradeDomainDeltaUnhealthyNodes : byte with get, set
Public Property MaxPercentUpgradeDomainDeltaUnhealthyNodes As Byte

Property Value

The maximum allowed percentage of upgrade domain delta health degradation. Allowed values are integer values from zero to 100.

Exceptions

The specified value was outside the range of integer values from zero to 100.

Remarks

The delta is measured between the state of the upgrade domain nodes at the beginning of upgrade and the state of the upgrade domain nodes at the time of the health evaluation. The check is performed after every upgrade domain upgrade completion for all completed upgrade domains to make sure the state of the upgrade domains is within tolerated limits. The default value is 15%.

Applies to