Merge "EMC Isilon Driver Doc Update for Extend Share"
This commit is contained in:
commit
809a200502
@ -38,17 +38,18 @@ Requirements
|
||||
Supported Operations
|
||||
--------------------
|
||||
|
||||
The following operations will be supported on an Isilon cluster:
|
||||
The following operations are supported on an Isilon 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
|
||||
* 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
|
||||
---------------------
|
||||
@ -56,11 +57,14 @@ Backend Configuration
|
||||
The following parameters need to be configured in the manila configuration file
|
||||
for the Isilon driver:
|
||||
|
||||
share_driver = manila.share.drivers.emc.driver.EMCShareDriver
|
||||
emc_share_backend = isilon
|
||||
emc_nas_server = <IP address of Isilon cluster>
|
||||
emc_nas_login = <username>
|
||||
emc_nas_password = <password>
|
||||
* share_driver = manila.share.drivers.emc.driver.EMCShareDriver
|
||||
* driver_handles_share_servers = False
|
||||
* emc_share_backend = isilon
|
||||
* emc_nas_server = <IP address of Isilon cluster>
|
||||
* emc_nas_server_port = <port to use for Isilon 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 :term:`manila-share` service is needed for the configuration changes to take
|
||||
effect.
|
||||
@ -74,8 +78,6 @@ The Isilon driver has the following restrictions:
|
||||
|
||||
- Only FLAT network is supported.
|
||||
|
||||
- Quotas are not yet supported
|
||||
|
||||
The :mod:`manila.share.drivers.emc.driver` Module
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user