Glance stores library
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Go to file
whoami-rajat e43a56fb9b Pass multipath config while creating connector object
Currently we only pass the configured multipath option when getting
the connector properties and do not pass it when creating the
connector object which in turn does the multipathing in os-brick.
So we are only passing multipathing option to cinder for exporting &
mapping the volume to paths but not while creating the connector object
and hence doing multipathing partially.
This patch passes that option and fixes the stated issue.

Related-Bug: #1863983

Co-Authored-By: Gorka Eguileor <geguileo@redhat.com>

Change-Id: I82979c47ec9ec1dd6cc864d3827ab219177251f8
(cherry picked from commit 04e5ead7c0)
(cherry picked from commit 9bb857097e)
2 years ago
doc Switch to newer openstackdocstheme and reno versions 3 years ago
etc/glance Add lock per share for cinder nfs mount/umount 3 years ago
glance_store Pass multipath config while creating connector object 2 years ago
releasenotes Merge "Support Cinder multiple stores" 3 years ago
tools Stop to use the __future__ module. 3 years ago
.gitignore Add .stestr to gitignore 5 years ago
.gitreview Update .gitreview for stable/victoria 3 years ago
.stestr.conf Update tox.ini to conform to the PTI 5 years ago
.zuul.yaml Drop lower-constraints job 2 years ago
LICENSE Copying from glance 9 years ago
README.rst Add release notes link in readme 4 years ago
requirements.txt Cap jsonschema 3.2.0 as the minimal version 3 years ago
run_tests.sh Don't include openstack/common in flake8 exclude list 7 years ago
setup.cfg Merge "Remove translation sections from setup.cfg" 3 years ago
setup.py Cleanup py27 support 3 years ago
test-requirements.txt Merge "Fix hacking min version to 3.0.1" 3 years ago
tox.ini Drop lower-constraints job 2 years ago

README.rst

Team and repository tags

The following tags have been asserted for the Glance Store
Library:
"project:official",
"stable:follows-policy",
"vulnerability:managed".
Follow the link for an explanation of these tags.

Glance Store Library

Glance's stores library

This library has been extracted from the Glance source code for the specific use of the Glance and Glare projects.

The API it exposes is not stable, has some shortcomings, and is not a general purpose interface. We would eventually like to change this, but for now using this library outside of Glance or Glare will not be supported by the core team.