Changing the Performance of an Existing Block Volume
Learn how to dynamically configure the performance level for a block volume.
You can change the default setting when you create a new block volume. For more information, see Creating a Block Volume. The default volume performance setting for existing and new block volumes is Balanced.
When you create an instance, the volume performance setting for the instance's boot volume is set to Balanced. You can change this setting to Higher Performance or UHP (Ultra High Performance) after the instance has been launched.
See also Enabling Performance-based Autotuning for an Existing Block Volume and Enabling Detached Volume Autotuning for an Existing Block Volume.
Run the
oci bv volume updatecommand and specify one of the following volume performance unit (VPU) amounts in thevpus-per-gbparameter to update a block volume's elastic performance setting:-
0: Represents the Lower Cost setting. Applies to block volumes only. -
10: Represents the Balanced setting. Applies to both block volumes and boot volumes. -
20: Represents the Higher Performance setting. Applies to both block volumes and boot volumes. -
30to120: Represents the Ultra High Performance. Applies to both block volumes and boot volumes.
For example:
oci bv volume update --volume-id <volume_ID> --vpus-per-gb 20-
Run the
UpdateVolumeoperation and specify one of the following volume performance unit (VPU) amounts in thevpusPerGBattribute for theUpdateVolumeDetailsresource to update a block volume's elastic performance setting:-
0: Represents the Lower Cost setting, applies to block volumes only. -
10: Represents the Balanced setting, applies to both block volumes and boot volumes. -
20: Represents the Higher Performance setting, applies to both block volumes and boot volumes. -
30to120: Represents the Ultra High Performance setting, applies to both block volumes and boot volumes.
-