Modifying RAID Group Configuration

PATCH /raidgroup/{raidgroup_id}

Introduction

Modifies the specified RAID Group settings.

Caution
  • When the assigned CMs are being changed, the system enters the Write Through mode which reduces the overall operational I/O performance of the entire device.

    Therefore, the assigned CM should be changed when business I/O is low.

  • Changing the assigned CM may take up to several tens of minutes.

  • Tenant users cannot execute this command.

Request Examples

  • Example of changing the RAID Group Name to RAIDG_2 for a RAID Group with RAID Group ID 2.

    $ curl -i -H "Content-Type:application/json" -H "Authorization: Bearer g17e4umvwYoHuhkG7yCSee.." -X PATCH "https://192.168.1.1:5665/api/v1/raidgroup/2"
    -d
    '{"new_name": "RAIDG_2"}'

Response Examples

{
  "job_id": 8192001,
  "job_href": "/api/v1/job/8192001"
}

Parameters

PATH PARAMETERS

raidgroup_id

(required)

integer

RAID Group ID.

REQUEST BODY

new_name

string

RAID Group name after changing.

Input criteria:

  • The available number of characters allowed is 1 to 16.

assigned_cm

string

Assigned CM of the RAID Group.

To use CE#0-CM#0, specify "00"; or to use CE#a-CM#1, specify "a1".

Input criteria:

  • This item cannot be specified when is_assigned_cm_reoptimized is specified.

  • You cannot change assigned CMs that meet any of the following conditions.
    • There is an abnormal CE.

    • There is an abnormal CM.

    • There is an abnormal BBU.

    • Volumes in the target RAID Groups are being formatted

    • The target RAID Groups are being encrypted

    • The target RAID group is in the abnormal state

    • Rebuild, Copyback, or Redundant copy is running in the target RAID Group

    • If the target RAID Group belongs to a TPP with Compression enabled, there is an abnormal Data Container Volume in the TPP.

    • Cache operation status of the device is "Write Through Mode"

    • LDE is being performed in the device

    • LUN concatenation is being performed in the device

    • RAID Migration is being performed in the device

    • RAID Group diagnostics is being performed in the device

    • Drive diagnostics is being performed in the device

    • TPV balancing is being performed in the device

    • FTRP balancing is being performed in the device

    • Pinned data exists in the device.

is_assigned_cm_reoptimized

boolean

Optimization of the assigned CM of the RAID Group

Releases the assigned CM of the RAID Group and optimizes the assigned CM according to the currently installed CMs.

Input criteria:

  • This item cannot be specified when assigned_cm is specified.

Responses

If the job registration is successful, the HTTP status code will be 202 (Accepted) and the response body will respond.

RESPONSE BODY

job_id

integer

Job ID.

job_href

string

Resource link of the job.