openstack-manuals/doc/admin-guide-cloud/source/shared_file_systems_intro.rst
Joseph Robinson 856316c7dc [User Guides] Shared File Systems Section Editing
Editing the Shared File Systems Section for the
Cloud Admin Guide.

1. Reviewing the shared_file_system.rst files for
sentence length, articles, and repetition.
2. Incorporating Admin User Guide content by changing file names and
editing content:
-cli_manage_shares.rst > shared_file_systems_manage_shares_cli.rst
-dashboard_manage_shares.rst > shared_file_systems_manage_shares_dashboard.rst

Change-Id: Ibe4ced6cc6ab20196c7de16b38aa9c550ffab1b2
Implements: blueprint user-guides-reorganised
2016-01-23 18:55:52 +00:00

1004 B

Introduction

The OpenStack File Share service allows you to offer shared file systems service to OpenStack users in your installation. The Shared File Systems service can run in a single-node or multiple node configuration. The Shared File Systems service can be configured to provision shares from one or more back ends, so it is required to declare at least one back end. Shared File System service contains several configurable components.

It is important to understand these components:

  • Share networks
  • Shares
  • Multi-tenancy
  • Back ends

The Shared File Systems service consists of three types of services, which are similar to those of the Block Storage service:

  • manila-api
  • manila-scheduler
  • manila-share

Installation of first two - manila-api and manila-scheduler is common for almost all deployments. But configuration of manila-share is backend-specific and can differ from deployment to deployment.