Changing the Performance of an Existing Boot Volume
Learn how to dynamically configure the performance level for a boot volume.
If you're changing the boot volume's performance to the Ultra High Performance level, see Boot Volumes and Ultra High Performance for more details.
Run the oci bv boot-volume update command and specify one of the following volume performance unit (VPU) amounts in the
vpus-per-gb
parameter 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. -
30
to120
: Represents the Ultra High Performance. Applies to both block volumes and boot volumes.If you're changing a boot volume's performance to the Ultra High Performance level, see also Boot Volumes and Ultra High Performance.
For example:
oci bv boot-volume update --boot-volume-id <boot_volume_OCID> --vpus-per-gb 20
-
Run the
UpdateBootVolume
operation and specify one of the following volume performance unit (VPU) amounts in thevpusPerGB
attribute for theUpdateBootVolumeDetails
resource to update a boot 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. -
30
to120
: Represents the Ultra High Performance setting, applies to both block volumes and boot volumes.
If you are changing the boot volume's performance to the Ultra High Performance level, see Boot Volumes and Ultra High Performance for additional details.
-