Editing information about compute nodes

Virtual Storage Platform One SDS Block Virtual Private Storage Administrator Guide

Version
1.17.x
Audience
anonymous
Part Number
MK-24VSP1SDS003-04

Edit information about the intended compute node. You can edit the nickname and OS type of the intended compute node.

Each compute node must have a unique nickname.

CAUTION:

While the information about a compute node is edited, I/O processing to a volume specified by a volume path in the compute node is temporarily stopped.

  • Required role: VpsStorage

  1. Verify the ID of the intended compute node.

    If you use the CLI to specify a compute node by nickname, check the nickname of the compute node.

    REST API: GET /v1/objects/servers

    CLI: server_list

  2. Edit information about the intended compute node.

    Run either of the following commands with the compute node ID specified.

    If you use the CLI, you can specify a nickname instead of the compute node ID.

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

    CLI: server_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

    After running the command, if you receive a response indicating "Succeeded" as the state, the job is completed.

  4. Obtain a list of compute nodes and verify that the information about the intended compute node is edited.

    REST API: GET /v1/objects/servers

    CLI: server_list