Bug 1042949

Summary: [RFE][oslo]: Block Storage library to use across projects
Product: Red Hat OpenStack Reporter: RHOS Integration <rhos-integ>
Component: RFEsAssignee: RHOS Maint <rhos-maint>
Status: CLOSED UPSTREAM QA Contact:
Severity: low Docs Contact:
Priority: unspecified    
Version: unspecifiedCC: markmc, yeylon
Target Milestone: ---Keywords: FutureFeature
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
URL: https://blueprints.launchpad.net/oslo/+spec/shared-block-storage-library
Whiteboard: upstream_milestone_none upstream_status_needs-code-review upstream_definition_approved
Fixed In Version: Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-03-19 16:51:34 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description RHOS Integration 2013-12-13 16:46:08 UTC
Cloned from launchpad blueprint https://blueprints.launchpad.net/oslo/+spec/shared-block-storage-library.

Description:

Currently we have some duplication of code regarding block storage across Compute and the Block Storage service.  In addition there are some things that folks see as useful to have in Glance.

This blueprint is intended to offer a common library of block-storage utilities that can be used not only for LVM but also local disk storage across multiple projects.  This would be used by Cinder as well as Nova and others.

To start there would be two key pieces:
1.  LVM management
        Ability to assign disks to a PV
        Ability to create VG's
        Ability to create LV's

All of the LVM functionality that currently exists in the Cinder/LVM driver would be available at some base level here.

2. Ability to utilize raw/local disks on the system

Additional notes on the summit etherpad: 
https://etherpad.openstack.org/havana-cinder-local-storage-library

Specification URL (additional information):

None