Enabling Detached Volume Autotuning for an Existing Boot Volume
Learn how to enable detached autotuning to automatically adjust an existing boot volume's performance based on its attachment to or detachment from an instance.
- On the Boot Volumes list page, select the boot volume you want to work with. If you need help finding the list page or the boot volume, see Listing Boot Volumes.
- On the details page, select Edit.
- In the Volume Size and Performance section, select the Detached volume auto-tune slider so that it changes from Off to On.
- Select Save Changes.
Use the
oci bv boot-volume updatecommand and specify the--volume-id,--compartment-idand--autotune-policiesparameters to enable detached volume autotuning for an existing volume:oci bv boot-volume update --volume-id <volume_ID> --compartment-id <compartment_ID> --autotune-policies <auto-tune_policies_JSON>'For example:
oci bv boot-volume update --volume-id ocid1.volume.oc1.phx.<unique_ID> --compartment-id ocid1.compartment.oc1.phx.<unique_ID> --autotune-policies '[{"autotune-type": "DETACHED_VOLUME"}]''cli_command required_parameter_and_value [OPTIONS]For a complete list of parameters and values for CLI commands, see the CLI Command Reference.
Run the
UpdateBootVolumeoperation and specify theautotunePoliciesandDetachedVolumeAutotunePolicyattributes in theUpdateBootVolumeDetailsresource to enable performance-based autotuning.