From 30b5b01abc9577fd31d438f045990ed3d95bd643 Mon Sep 17 00:00:00 2001 From: Svetlana Karslioglu Date: Wed, 21 Oct 2015 16:42:56 -0700 Subject: [PATCH] [Docs restructuring] Storage requirements Added a section about storage requirements Change-Id: I435510b2ab76b95082fd8b809425badf68a3eac4 Partial-Bug: #1504699 --- contents/contents-fuel-install.rst | 1 + .../sysreq_storage_reqs.rst | 37 +++++++++++++++++++ 2 files changed, 38 insertions(+) create mode 100644 pages/draft/fuel-install-guide/sysreq_storage_reqs.rst diff --git a/contents/contents-fuel-install.rst b/contents/contents-fuel-install.rst index ca641dfad..29c74d424 100644 --- a/contents/contents-fuel-install.rst +++ b/contents/contents-fuel-install.rst @@ -1 +1,2 @@ .. include:: pages/draft/fuel-install-guide/intro_planning_your_environment.rst +.. include:: pages/draft/fuel-install-guide/sysreq_storage_reqs.rst diff --git a/pages/draft/fuel-install-guide/sysreq_storage_reqs.rst b/pages/draft/fuel-install-guide/sysreq_storage_reqs.rst new file mode 100644 index 000000000..4726035b9 --- /dev/null +++ b/pages/draft/fuel-install-guide/sysreq_storage_reqs.rst @@ -0,0 +1,37 @@ +.. _sysreq_storge_reqs: + +Storage requirements +~~~~~~~~~~~~~~~~~~~~ + +When planning storage for your OpenStack environment, understand the +difference between the two types of storage that OpenStack uses: +persistent and ephemeral. + +The nova-compute service manages ephemeral storage that is used as temporary +storage for the operating system of virtual machine instances. When you +delete an instance, nova-compute deletes the ephemeral storage as well. +If you do not select any additional storage options, the virtual machine +volumes will be stored on the local disks of the compute nodes, in the +virtual storage partition. However, if you enable Ceph RBD back end for +ephemeral volumes, nova-compute stores virtual machine volumes in Ceph. + +Persistent storage is the storage that exists outside an instance, in contrast +to ephemeral storage. + +Fuel deploys storage for the following types of persistent data: + +* Glance, for image data, which can use either Swift or Ceph RBD as a + storage back end. +* Cinder, for block data, which can use either LVM or Ceph RBD as a + storage back end. +* Ceph RadosGW, for object storage, with Ceph RBD as storage back end. + +.. note:: + Fuel plugins may provide additional storage options. For more information, + see the + `OpenStack Driverlog for the Fuel project `_. + +.. seealso:: + + - `Storage Decisions + `_