enableHotTierAutoResize property

bool? enableHotTierAutoResize
getter/setter pair

Flag indicating that the hot-tier threshold will be auto-increased by 10% of the hot-tier when it hits 100%.

Default is true. The increment will kick in only if the new size after increment is still less than or equal to storage pool size.

Optional.

Implementation

core.bool? enableHotTierAutoResize;