Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Production Ready OpenStack - Recipes for Successful Environments

You're reading from   Production Ready OpenStack - Recipes for Successful Environments Production Ready OpenStack - Recipes for Successful Environments

Arrow left icon
Product type Paperback
Published in Oct 2015
Publisher Packt
ISBN-13 9781783986903
Length 210 pages
Edition 1st Edition
Arrow right icon
Author (1):
Arrow left icon
Arthur Berezin Arthur Berezin
Author Profile Icon Arthur Berezin
Arthur Berezin
Arrow right icon
View More author details
Toc

Table of Contents (11) Chapters Close

Preface 1. Introduction to OpenStack and its Deployment Using Packages FREE CHAPTER 2. Deploying OpenStack Using Staypuft OpenStack Installer 3. Deploying Highly Available OpenStack 4. Keystone Identity Service 5. Glance Image Service 6. Cinder Block Storage Service 7. Neutron Networking Service 8. Nova-Compute Service 9. Horizon Dashboard Service Index

Configuring Cinder with the logical volume management backend driver


Cinder's default backend storage provider is LVM. When cinder LVM backend driver is configured, a Cinder-volume service consumes a preconfigured volume group of the host Cinder-volume runs on. Cinder-volume manages the logical volumes of the configured volume group and uses an iSCSI target helper to provide a direct connection path to the volume.

Getting ready

In this recipe, we will configure LVM Cinder backend storage provider. A cinder-volume service will utilize a volume group of the host cinder-volume service runs on. Before getting started with configuring the Cinder backend driver, we need to make sure that the database, message broker, and Keystone are set for Cinder.

Additionally, make sure that the Nova-compute hosts are set to consume Cinder API.

[root@controller ~]# grep cinder.API /etc/nova/nova.conf
volume_api_class=nova.volume.cinder.API

To create an LVM volume group to be consumed by the cinder-volume service...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime
Banner background image