Merge "NetApp 7mode NFS driver now uses netapp_vfiler"
This commit is contained in:
commit
2990adc14e
@ -53,6 +53,10 @@
|
||||
<td><option>netapp_transport_type</option> = <replaceable>http</replaceable></td>
|
||||
<td>(StrOpt) The transport protocol used when communicating with the storage system or proxy server. Valid values are http or https.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>netapp_vfiler</option> = <replaceable>None</replaceable></td>
|
||||
<td>(StrOpt) The vFiler unit on which provisioning of block storage volumes will be done. This option is only used by the driver when connecting to an instance with a storage family of Data ONTAP operating in 7-Mode and the storage protocol selected is NFS. Only use this option when utilizing the MultiStore feature on the NetApp storage system.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>thres_avl_size_perc_start</option> = <replaceable>20</replaceable></td>
|
||||
<td>(IntOpt) If the percentage of available space for an NFS share has dropped below the value specified by this option, the NFS image cache will be cleaned.</td>
|
||||
|
@ -235,6 +235,7 @@ netapp_storage_pools netapp_eseries_iscsi
|
||||
netapp_storage_protocol netapp_7mode_iscsi netapp_7mode_nfs netapp_cdot_iscsi netapp_cdot_nfs
|
||||
netapp_transport_type netapp_7mode_iscsi netapp_7mode_nfs netapp_cdot_iscsi netapp_cdot_nfs netapp_eseries_iscsi
|
||||
netapp_vfiler netapp_7mode_iscsi
|
||||
netapp_vfiler netapp_7mode_nfs
|
||||
netapp_volume_list netapp_7mode_iscsi
|
||||
netapp_vserver netapp_cdot_iscsi netapp_cdot_nfs
|
||||
netapp_webservice_path netapp_eseries_iscsi
|
||||
|
Loading…
Reference in New Issue
Block a user