[Install Guide] Block storage updates

There is no [lvm] section in cinder.conf. The settings should
be made in [DEFAULT].

Cinder backup section relies on an Object Storage node. The
Install Guide no longer has a chapter on installing Object
Storage. Removing the optional section on Cinder backup.

Update some command output.

Change-Id: I9588346e46880d22cde8c358f679e882d9d69d87
This commit is contained in:
Brian Moss 2016-09-30 11:07:11 +10:00
parent b52a302144
commit 9187ef1c95
5 changed files with 31 additions and 18 deletions

View File

@ -1,3 +1,5 @@
:orphan:
.. _cinder-backup-install:
Install and configure the backup service

View File

@ -308,14 +308,14 @@ Install and configure components
.. only:: rdo
* In the ``[lvm]`` section, configure the LVM back end with the
* In the ``[DEFAULT]`` section, configure the LVM back end with the
LVM driver, ``cinder-volumes`` volume group, iSCSI protocol,
and appropriate iSCSI service:
.. path /etc/cinder/cinder.conf
.. code-block:: ini
[lvm]
[DEFAULT]
...
volume_driver = cinder.volume.drivers.lvm.LVMVolumeDriver
volume_group = cinder-volumes

View File

@ -24,16 +24,12 @@ Verify operation of the Block Storage service.
$ cinder service-list
+------------------+------------+------+---------+-------+----------------------------+-----------------+
| Binary | Host | Zone | Status | State | Updated_at | Disabled Reason |
+------------------+------------+------+---------+-------+----------------------------+-----------------+
| cinder-scheduler | controller | nova | enabled | up | 2014-10-18T01:30:54.000000 | None |
| cinder-volume | block1@lvm | nova | enabled | up | 2014-10-18T01:30:57.000000 | None |
| cinder-backup | block1 | nova | enabled | up | 2014-10-18T01:30:59.000000 | None |
+------------------+------------+------+---------+-------+----------------------------+-----------------+
+------------------+-------------+------+---------+-------+----------------------------+-----------------+
| Binary | Host | Zone | Status | State | Updated_at | Disabled Reason |
+------------------+-------------+------+---------+-------+----------------------------+-----------------+
| cinder-scheduler | hst-os1ctl1 | nova | enabled | up | 2016-09-30T02:27:41.000000 | - |
| cinder-volume | block@lvm | nova | enabled | up | 2016-09-30T02:27:46.000000 | - |
+------------------+-------------+------+---------+-------+----------------------------+-----------------+
.. end
.. note::
The ``cinder-backup`` service only appears if you :ref:`cinder-backup-install`.

View File

@ -9,7 +9,6 @@ Block Storage service
common/get-started-block-storage.rst
cinder-controller-install.rst
cinder-storage-install.rst
cinder-backup-install.rst
cinder-verify.rst
cinder-next-steps.rst
@ -24,5 +23,4 @@ nodes. Depending upon the drivers used, the volume service can run
on controller nodes, compute nodes, or standalone storage nodes.
For more information, see the
`Configuration Reference <http://docs.openstack.org/newton/config-reference/block-storage/volume-drivers.html>`__.
`Configuration Reference <http://docs.openstack.org/newton/config-reference/block-storage/volume-drivers.html>`_.

View File

@ -47,22 +47,33 @@ Create the provider network
--provider:network_type flat provider
Created a new network:
+---------------------------+--------------------------------------+
| Field | Value |
+---------------------------+--------------------------------------+
| admin_state_up | True |
| id | 0e62efcd-8cee-46c7-b163-d8df05c3c5ad |
| availability_zone_hints | |
| availability_zones | |
| created_at | 2016-09-30T02:33:36Z |
| description | |
| id | 89e06055-e50d-4c60-bb02-2db800c5af30 |
| ipv4_address_scope | |
| ipv6_address_scope | |
| mtu | 1500 |
| name | provider |
| port_security_enabled | True |
| project_id | 7e188c33604d4b02ae0a99b5da68cae0 |
| provider:network_type | flat |
| provider:physical_network | provider |
| provider:segmentation_id | |
| revision_number | 2 |
| router:external | False |
| shared | True |
| status | ACTIVE |
| subnets | |
| tenant_id | d84313397390425c8ed50b2f6e18d092 |
| tags | |
| tenant_id | 7e188c33604d4b02ae0a99b5da68cae0 |
| updated_at | 2016-09-30T02:33:36Z |
+---------------------------+--------------------------------------+
.. end
@ -137,6 +148,8 @@ Create the provider network
+-------------------+----------------------------------------------------+
| allocation_pools | {"start": "203.0.113.101", "end": "203.0.113.250"} |
| cidr | 203.0.113.0/24 |
| created_at | 2016-09-30T02:51:06Z |
| description | |
| dns_nameservers | 8.8.4.4 |
| enable_dhcp | True |
| gateway_ip | 203.0.113.1 |
@ -147,8 +160,12 @@ Create the provider network
| ipv6_ra_mode | |
| name | provider |
| network_id | 0e62efcd-8cee-46c7-b163-d8df05c3c5ad |
| project_id | 7e188c33604d4b02ae0a99b5da68cae0 |
| revision_number | 2 |
| service_types | |
| subnetpool_id | |
| tenant_id | d84313397390425c8ed50b2f6e18d092 |
| updated_at | 2016-09-30T02:51:06Z |
+-------------------+----------------------------------------------------+
.. end