[config-ref] Remove deprecated ibmnas driver
Change-Id: I78a55eace507a3dcda2bd33652851223b461fbf8 Closes-Bug: #1529726
This commit is contained in:
@@ -1,15 +0,0 @@
|
||||
==========================================
|
||||
IBM SONAS and Storwise V7000 volume driver
|
||||
==========================================
|
||||
|
||||
The IBM Storage Driver for OpenStack is a Block Storage driver that
|
||||
supports IBM SONAS and V7000 storage systems over NFS.
|
||||
|
||||
Set the following in your ``cinder.conf`` file, and use the table of options
|
||||
to configure it.
|
||||
|
||||
.. code:: ini
|
||||
|
||||
volume_driver = cinder.volume.drivers.ibm.ibmnas
|
||||
|
||||
.. include:: ../../tables/cinder-ibmnas.rst
|
@@ -23,7 +23,6 @@ Volume drivers
|
||||
drivers/huawei-storage-driver.rst
|
||||
drivers/ibm-gpfs-volume-driver.rst
|
||||
drivers/ibm-storwize-svc-driver.rst
|
||||
drivers/ibm-sonas-7k-driver.rst
|
||||
drivers/ibm-xiv-volume-driver.rst
|
||||
drivers/ibm-flashsystem-volume-driver.rst
|
||||
drivers/lenovo-driver.rst
|
||||
|
@@ -1,40 +0,0 @@
|
||||
..
|
||||
Warning: Do not edit this file. It is automatically generated from the
|
||||
software project's code and your changes will be overwritten.
|
||||
|
||||
The tool to generate this file lives in openstack-doc-tools repository.
|
||||
|
||||
Please make any changes needed in the code, then run the
|
||||
autogenerate-config-doc tool from the openstack-doc-tools repository, or
|
||||
ask for help on the documentation mailing list, IRC channel or meeting.
|
||||
|
||||
.. _cinder-ibmnas:
|
||||
|
||||
.. list-table:: Description of IBM SONAS and Storwise V7000 volume driver configuration options
|
||||
:header-rows: 1
|
||||
:class: config-ref-table
|
||||
|
||||
* - Configuration option = Default value
|
||||
- Description
|
||||
* - **[DEFAULT]**
|
||||
-
|
||||
* - ``ibmnas_platform_type`` = ``v7ku``
|
||||
- (StrOpt) IBMNAS platform type to be used as backend storage; valid values are - v7ku : for using IBM Storwize V7000 Unified, sonas : for using IBM Scale Out NAS, gpfs-nas : for using NFS based IBM GPFS deployments.
|
||||
* - ``nas_ip`` =
|
||||
- (StrOpt) IP address or Hostname of NAS system.
|
||||
* - ``nas_login`` = ``admin``
|
||||
- (StrOpt) User name to connect to NAS system.
|
||||
* - ``nas_mount_options`` = ``None``
|
||||
- (StrOpt) Options used to mount the storage backend file system where Cinder volumes are stored.
|
||||
* - ``nas_password`` =
|
||||
- (StrOpt) Password to connect to NAS system.
|
||||
* - ``nas_private_key`` =
|
||||
- (StrOpt) Filename of private key to use for SSH authentication.
|
||||
* - ``nas_secure_file_operations`` = ``auto``
|
||||
- (StrOpt) Allow network-attached storage systems to operate in a secure environment where root level access is not permitted. If set to False, access is as the root user and insecure. If set to True, access is not as root. If set to auto, a check is done to determine if this is a new installation: True is used if so, otherwise False. Default is auto.
|
||||
* - ``nas_secure_file_permissions`` = ``auto``
|
||||
- (StrOpt) Set more secure file permissions on network-attached storage volume files to restrict broad other/world access. If set to False, volumes are created with open permissions. If set to True, volumes are created with permissions for the cinder user and group (660). If set to auto, a check is done to determine if this is a new installation: True is used if so, otherwise False. Default is auto.
|
||||
* - ``nas_share_path`` =
|
||||
- (StrOpt) Path to the share to use for storing Cinder volumes. For example: "/srv/export1" for an NFS server export available at 10.0.5.10:/srv/export1 .
|
||||
* - ``nas_ssh_port`` = ``22``
|
||||
- (PortOpt) SSH port to use to connect to NAS system.
|
@@ -233,7 +233,6 @@ hpxp_target_ports hpxp
|
||||
hpxp_thin_pool hpxp
|
||||
hpxp_zoning_request hpxp
|
||||
hypermetro_devices huawei
|
||||
ibmnas_platform_type ibmnas
|
||||
iet_conf common
|
||||
ignore_pool_full_threshold api
|
||||
image_conversion_dir images
|
||||
@@ -304,15 +303,15 @@ migration_create_volume_timeout_secs storage
|
||||
monkey_patch common
|
||||
monkey_patch_modules common
|
||||
my_ip common
|
||||
nas_ip ibmnas
|
||||
nas_login ibmnas
|
||||
nas_mount_options ibmnas
|
||||
nas_password ibmnas
|
||||
nas_private_key ibmnas
|
||||
nas_secure_file_operations ibmnas
|
||||
nas_secure_file_permissions ibmnas
|
||||
nas_share_path ibmnas
|
||||
nas_ssh_port ibmnas
|
||||
nas_ip storage_gpfs
|
||||
nas_login storage_gpfs
|
||||
nas_mount_options storage_gpfs
|
||||
nas_password storage_gpfs
|
||||
nas_private_key storage_gpfs
|
||||
nas_secure_file_operations storage_gpfs
|
||||
nas_secure_file_permissions storage_gpfs
|
||||
nas_share_path storage_gpfs
|
||||
nas_ssh_port storage_gpfs
|
||||
nas_volume_prov_type storage_glusterfs
|
||||
naviseccli_path emc
|
||||
netapp_controller_ips netapp_eseries_iscsi
|
||||
|
Reference in New Issue
Block a user