Files
manila/doc/source/admin/dell_emc_powerscale_driver.rst
cuiyeliu 677bf27e0c Dell PowerScale: Rename Isilon to PowerScale in Manila Driver
Because the Dell EMC Isilon driver has now been renamed to PowerScale,
we should change all the relevant parts of the code.

Implements: blueprint powerscale-rename-manila
Change-Id: Ic377d336972c55ce3cd59549c6b1c034e062bc52
Signed-off-by: cuiyeliu <cuiye.liu@dell.com>
2025-08-08 05:23:03 +00:00

3.1 KiB

PowerScale Driver

The EMC manila driver framework (EMCShareDriver) utilizes Dell storage products to provide shared filesystems to OpenStack. The EMC manila driver is a plugin based driver which is designed to use different plugins to manage different Dell storage products.

The PowerScale manila driver is a plugin for the EMC manila driver framework which allows manila to interface with an PowerScale backend to provide a shared filesystem. The EMC driver framework with the PowerScale plugin is referred to as the "PowerScale Driver" in this document.

This PowerScale Driver interfaces with an PowerScale cluster via the REST PowerScale Platform API (PAPI) and the RESTful Access to Namespace API (RAN).

Requirements

  • PowerScale cluster running OneFS 9.10 or higher

Supported Operations

The following operations are supported on an PowerScale cluster:

  • Create CIFS/NFS Share
  • Delete CIFS/NFS Share
  • Allow CIFS/NFS Share access
    • Only IP access type is supported for NFS and CIFS
    • Only RW access supported
  • Deny CIFS/NFS Share access
  • Create snapshot
  • Delete snapshot
  • Create share from snapshot
  • Extend share

Backend Configuration

The following parameters need to be configured in the manila configuration file for the PowerScale driver:

  • share_driver = manila.share.drivers.dell_emc.driver.EMCShareDriver
  • driver_handles_share_servers = False
  • emc_share_backend = powerscale
  • emc_nas_server = <IP address of PowerScale cluster>
  • emc_nas_server_port = <port to use for PowerScale cluster (optional)>
  • emc_nas_login = <username>
  • emc_nas_password = <password>
  • emc_nas_root_dir = <root directory path to create shares (e.g./ifs/manila)>

Restart of manila-share service is needed for the configuration changes to take effect.

Restrictions

The PowerScale driver has the following restrictions:

  • Only IP access type is supported for NFS and CIFS.
  • Only FLAT network is supported.

The manila.share.drivers.dell_emc.driver Module

manila.share.drivers.dell_emc.driver

The manila.share.drivers.dell_emc.plugins.powerscale.powerscale Module

manila.share.drivers.dell_emc.plugins.powerscale.powerscale