Modifying settings of individual volumes

Virtual Storage Platform One SDS Block Virtual Private Storage Administrator Guide

Version
1.15.x
Audience
anonymous
Part Number
MK-24VSP1SDS003-02

Edit the settings for a regular or snapshot volume.

You can edit volume names, nicknames, and QoS-related parameters (upperLimitForIops and upperLimitForTransferRate).

You can only edit settings of volumes whose status is "Normal" or "UpdateFailed". For the volumes with the "UpdateFailed" status, re-edit volume settings without specifying parameters corresponding to the editing target.

When you perform editing, note the following points:

  • Name can only be set to a unique value in the storage cluster.

  • Nickname can have duplicate values between volumes.

  • If you specify multiple parameters in step 2, you can specify them only in the following combinations: If you want to make a configuration change that cannot be combined, run the command again.

    • Combination of name and nickname

    • Combination of upperLimitForIops and upperLimitForTransferRate

  • Required role: VpsStorage

  1. Verify the ID of the intended volume.

    If you use the CLI to specify a volume by name, check the name of the volume.

    REST API: GET /v1/objects/volumes

    CLI: volume_list

  2. Change the settings of the intended volume.

    Run either of the following commands with the volume ID and parameters for setting volumes specified.

    If you use the CLI, you can specify a name instead of the ID of the volume.

    REST API: PATCH /v1/objects/volumes/<id>

    CLI: volume_set

    Verify the job ID which is displayed after the command is run.

  3. Verify the state of the job.

    Run either of the following commands with the job ID specified.

    REST API: GET /v1/objects/jobs/<jobId>

    CLI: job_show

    If the job state is "Succeeded", the job is completed.

  4. Obtain information about the intended volume and verify that the settings of the volume are modified.

    Run either of the following commands with the volume ID specified.

    If you use the CLI, you can specify a name instead of the ID of the volume.

    REST API: GET /v1/objects/volumes/<id>

    CLI: volume_show