openstack-manuals/doc/config-reference/shared-file-systems/drivers/netapp-cluster-mode-driver.xml
Mark Sturdevant c41dbfc0e2 Add Shared File Systems (manila) to Config Ref
Shared File Systems service (manila) should be added to
the Config Ref similar to Block Storage (cinder).
The content would be similar to cinder in that it
would have sections to describe Intro, Drivers,
Log Files and Options.

Change-Id: I89fc64f8cd4fe880b36017139e7989f3a4100cc6
Implements: blueprint manila-config-ref
2015-09-22 15:21:28 -07:00

97 lines
2.8 KiB
XML

<section xml:id="netapp-clustered-data-ontap" xmlns="http://docbook.org/ns/docbook"
xmlns:xi="http://www.w3.org/2001/XInclude"
xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0">
<title>NetApp Clustered Data ONTAP driver</title>
<para>
The Shared File Systems service can be configured to
use NetApp clustered Data ONTAP version 8.
</para>
<simplesect>
<title>Network approach</title>
<para>
L3 connectivity between the storage cluster and Shared File Systems
service host should exist, and VLAN segmentation should be configured.
</para>
<para>
The clustered Data ONTAP driver creates storage virtual machines
(SVM, previously known as vServers) as representations of the
Shared File Systems service share server interface, configures
logical interfaces (LIFs) and stores shares there.
</para>
</simplesect>
<simplesect>
<title>Supported shared filesystems</title>
<itemizedlist>
<listitem>
<para>
NFS (access by IP)
</para>
</listitem>
<listitem>
<para>
CIFS (authentication by user)
</para>
</listitem>
</itemizedlist>
</simplesect>
<simplesect>
<title>Required licenses</title>
<itemizedlist>
<listitem>
<para>
NFS
</para>
</listitem>
<listitem>
<para>
CIFS
</para>
</listitem>
<listitem>
<para>
FlexClone
</para>
</listitem>
</itemizedlist>
</simplesect>
<simplesect>
<title>Known restrictions</title>
<itemizedlist>
<listitem>
<para>
For CIFS shares an external active directory service is
required. Its data should be provided via security-service
that is attached to used share-network.
</para>
</listitem>
<listitem>
<para>
Share access rule by user for CIFS shares can be created only
for existing user in active directory.
</para>
</listitem>
<listitem>
<para>
To be able to configure clients to security services, the time
on these external security services and storage should be
synchronized. The maximum allowed clock skew is 5 minutes.
</para>
</listitem>
</itemizedlist>
</simplesect>
<!--
<simplesect>
<title>Driver options</title>
<para>The following table contains the configation options specific to this driver.</para>
<xi:include href="../../../common/tables/manila-netapp.xml"/>
</simplesect>
-->
<simplesect>
<title>Driver configuration options</title>
<para>
Configuration options specific to this driver are documented here:
<xref linkend="config_table_manila_netapp"/>.
</para>
</simplesect>
</section>