From 02065007cd4d6f7bfdbfcaebb5042a2637885022 Mon Sep 17 00:00:00 2001 From: Jane Zadorozhna Date: Fri, 16 Oct 2015 13:25:46 +0300 Subject: [PATCH] Added glossary terms and definitions for the Shared File Systems service Added glossary terms and definitions for the Shared File Systems service in the glossary-terms.xml. Change-Id: I01a85ed223b5e3c7bfe37a8d2c8362379e7615a1 Closes-Bug: #1506814 --- doc/glossary/glossary-terms.xml | 120 ++++++++++++++++++++++++++++++++ 1 file changed, 120 insertions(+) diff --git a/doc/glossary/glossary-terms.xml b/doc/glossary/glossary-terms.xml index c71b36f817..ef85128384 100644 --- a/doc/glossary/glossary-terms.xml +++ b/doc/glossary/glossary-terms.xml @@ -1811,6 +1811,20 @@ + + Common Internet File System (CIFS) + + Common Internet File System (CIFS) + + + + 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. + + + community project @@ -3854,6 +3868,18 @@ + + Hadoop Distributed File System (HDFS) + + Hadoop Distributed File System (HDFS) + + + + A distributed, highly fault-tolerant file system designed to run + on low-cost commodity hardware. + + + handover @@ -4890,6 +4916,22 @@ K + + Kerberos + + Kerberos + + + + + 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. + + + + kernel-based VM (KVM) @@ -5072,6 +5114,18 @@ + + Lightweight Directory Access Protocol (LDAP) + + Lightweight Directory Access Protocol (LDAP) + + + + An application protocol for accessing and maintaining distributed + directory information services over an IP network. + + + Linux bridge @@ -7849,6 +7903,72 @@ + + share + + share + + + + + 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. + + + + + share network + + share network + + + + + 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. + + + + + Shared File Systems API + + Shared File Systems API + + + + + 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. + + + + + + Shared File Systems service + + Shared File Systems service + + + + + 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. + + + + shared IP address