cinder/doc/source/configuration/block-storage/drivers/toyou-acs5000-driver.rst
yangheng 11185189ba TOYOU: Abandon the target parameter and Report SAN driver options
Report SAN driver options:
Added configuration options(san_ip, san_ssh_port, san_login) to report on their specific "get_driver_options" method.

Abandon the target parameter:
The target parameter should not be required or used. Automatic adaptation when mapping.

This patch resolves the remaining issues with the target parameter and get_driver_options method in review [1].

[1]: https://review.opendev.org/c/openstack/cinder/+/767290

Change-Id: If127b75aac1ea6b25ec6473913410b1a7ec217d4
2021-02-18 05:41:44 +00:00

2.1 KiB

TOYOU ACS5000 iSCSI driver

TOYOU ACS5000 series volume driver provides OpenStack Compute instances with access to TOYOU ACS5000 series storage systems.

TOYOU ACS5000 storage can be used with iSCSI connection.

This documentation explains how to configure and connect the block storage nodes to TOYOU ACS5000 series storage.

Driver options

The following table contains the configuration options supported by the TOYOU ACS5000 iSCSI driver.

cinder.volume.drivers.toyou.acs5000.acs5000_iscsi cinder.volume.drivers.toyou.acs5000.acs5000_common

Supported operations

  • Create, list, delete, attach (map), and detach (unmap) volumes.
  • Create, list and delete volume snapshots.
  • Create a volume from a snapshot.
  • Copy an image to a volume.
  • Copy a volume to an image.
  • Clone a volume.
  • Extend a volume.
  • Migrate a volume.

Configure TOYOU ACS5000 iSCSI backend

This section details the steps required to configure the TOYOU ACS5000 storage cinder driver.

  1. In the cinder.conf configuration file under the [DEFAULT] section, set the enabled_backends parameter.

    [DEFAULT]
    enabled_backends = ACS5000-1
  2. Add a backend group section for the backend group specified in the enabled_backends parameter.

  3. In the newly created backend group section, set the following configuration options:

    [ACS5000-1]
    # The driver path
    volume_driver = cinder.volume.drivers.toyou.acs5000.acs5000_iscsi.Acs5000ISCSIDriver
    # Management IP of TOYOU ACS5000 storage array
    san_ip = 10.0.0.10
    # Management username of TOYOU ACS5000 storage array
    san_login = cliuser
    # Management password of TOYOU ACS5000 storage array
    san_password = clipassword
    # The Pool used to allocated volumes
    acs5000_volpool_name = pool01
    # Backend name
    volume_backend_name = ACS5000