Merge "Added glossary terms and definitions for the Shared File Systems service"

This commit is contained in:
Jenkins 2015-10-19 11:53:30 +00:00 committed by Gerrit Code Review
commit cf0975e5e4

View File

@ -1811,6 +1811,20 @@
</glossdef>
</glossentry>
<glossentry>
<glossterm>Common Internet File System (CIFS)</glossterm>
<indexterm class="singular">
<primary>Common Internet File System (CIFS)</primary>
</indexterm>
<glossdef>
<para>A file sharing protocol. It is a public or open variation of the
original Server Message Block (SMB) protocol developed and used by
Microsoft. Like the SMB protocol, CIFS runs at a higher level and uses
the TCP/IP protocol.</para>
</glossdef>
</glossentry>
<glossentry>
<glossterm>community project</glossterm>
<indexterm class="singular">
@ -3854,6 +3868,18 @@
</glossdef>
</glossentry>
<glossentry>
<glossterm>Hadoop Distributed File System (HDFS)</glossterm>
<indexterm class="singular">
<primary>Hadoop Distributed File System (HDFS)</primary>
</indexterm>
<glossdef>
<para>A distributed, highly fault-tolerant file system designed to run
on low-cost commodity hardware.</para>
</glossdef>
</glossentry>
<glossentry>
<glossterm>handover</glossterm>
<indexterm class="singular">
@ -4907,6 +4933,22 @@
<glossdiv>
<title>K</title>
<glossentry>
<glossterm>Kerberos</glossterm>
<indexterm class="singular">
<primary>Kerberos</primary>
</indexterm>
<glossdef>
<para>
A network authentication protocol which works on the basis of
tickets. Kerberos allows nodes communication over a non-secure
network, and allows nodes to prove their identity to one another in a
secure manner.
</para>
</glossdef>
</glossentry>
<glossentry>
<glossterm>kernel-based VM (KVM)</glossterm>
<indexterm class="singular">
@ -5089,6 +5131,18 @@
</glossdef>
</glossentry>
<glossentry>
<glossterm>Lightweight Directory Access Protocol (LDAP)</glossterm>
<indexterm class="singular">
<primary>Lightweight Directory Access Protocol (LDAP)</primary>
</indexterm>
<glossdef>
<para>An application protocol for accessing and maintaining distributed
directory information services over an IP network.</para>
</glossdef>
</glossentry>
<glossentry>
<glossterm>Linux bridge</glossterm>
@ -7866,6 +7920,72 @@
</glossdef>
</glossentry>
<glossentry>
<glossterm>share</glossterm>
<indexterm class="singular">
<primary>share</primary>
</indexterm>
<glossdef>
<para>A remote, mountable file system in the context of the Shared File
Systems. You can mount a share to, and access a share from, several
hosts by several users at a time.</para>
</glossdef>
</glossentry>
<glossentry>
<glossterm>share network</glossterm>
<indexterm class="singular">
<primary>share network</primary>
</indexterm>
<glossdef>
<para>An entity in the context of the Shared File Systems that
encapsulates interaction with the Networking service. If the driver
you selected runs in the mode requiring such kind of interaction, you
need to specify the share network to create a share.</para>
</glossdef>
</glossentry>
<glossentry>
<glossterm>Shared File Systems API</glossterm>
<indexterm class="singular">
<primary>Shared File Systems API</primary>
</indexterm>
<glossdef>
<para>A Shared File Systems service that provides a stable RESTful API.
The service authenticates and routes requests throughout the Shared
File Systems service. There is python-manilaclient to interact with
the API.
</para>
</glossdef>
</glossentry>
<glossentry>
<glossterm>Shared File Systems service</glossterm>
<indexterm class="singular">
<primary>Shared File Systems service</primary>
</indexterm>
<glossdef>
<para>An OpenStack service that provides a set of services for
management of shared file systems in a multi-tenant cloud
environment. The service is similar to how OpenStack provides
block-based storage management through the OpenStack Block Storage
service project. With the Shared File Systems service, you can create
a remote file system and mount the file system on your instances. You
can also read and write data from your instances to and from your
file system. The project name of the Shared File Systems service is
manila.
</para>
</glossdef>
</glossentry>
<glossentry>
<glossterm>shared IP address</glossterm>
<indexterm class="singular">