Obtaining a list of information about allocation of volumes to compute nodes

Virtual Storage Platform One SDS Block Storage Administrator Guide

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

The following information can be obtained.

  • id: ID of volume paths (each ID is a string consisting of a volume ID and a compute node ID connected by a Comma (,))

  • serverId: IDs (uuid) of compute nodes

  • volumeId: IDs (uuid) of volumes

  • lun:

    • LUN for iSCSI connection

    • (Bare metal) LUN for FC connection. Always null for NVMe/TCP connection.

  • nameSpaceId:

    • Always null for iSCSI connection

    • (Bare metal) Always null for FC connection. Namespace for NVMe/TCP connection.

  • nvmSubSystemNqn:

    • Always null for iSCSI connection

    • (Bare metal) Always null for FC connection. Subsystem identification information for NVMe/TCP connection.

  • vpsId: ID of the VPS to which volume paths belong

  • vpsName: Name of the VPS to which volume paths belong

  • Required role: Security, Storage, RemoteCopy, Monitor, Service, or Resource

  1. Verify the IDs of volumes.

    REST API: GET /v1/objects/volumes

    CLI: volume_list

  2. Verify the IDs of compute nodes.

    REST API: GET /v1/objects/servers

    CLI: server_list

  3. Obtain a list of information about allocation of volumes to compute nodes.

    Run one of the following commands with the volume ID and compute node ID specified in the query parameter.

    REST API: GET /v1/objects/volume-server-connections

    CLI: volume_server_connection_list