cinder/cinder/tests/unit/volume/flows
whoami-rajat e3c9fa4efa Fix: Create new cache entry when xtremio reaches snap limit
When we reach xtremio_volumes_per_glance_cache, it is not able
to create more clones for the image-volume therefore requires to
create a new cache entry.
Keeping in mind the case in [1], we can get CinderException for
various reasons from different drivers during the clone operation.
So we define a new exception for the xtremio driver to force create
a new cache entry when the limit reaches and not enforce the same
for other drivers.

[1] https://bugs.launchpad.net/cinder/+bug/1552734

Conflicts:
        cinder/exception.py
        cinder/tests/unit/volume/flows/test_create_volume_flow.py

Closes-Bug: #1858169

Change-Id: I2bf964d5a7b2048db9be1ea3eb97cd517e112c5b
(cherry picked from commit d22e54c254)
2020-02-21 10:20:03 +00:00
..
__init__.py Add entry create and cast tasks to manage workflow 2015-07-27 19:20:22 +03:00
fake_volume_api.py Support create volume from backup 2017-11-28 09:16:59 +08:00
test_create_volume_flow.py Fix: Create new cache entry when xtremio reaches snap limit 2020-02-21 10:20:03 +00:00
test_manage_snapshot_flow.py Handle quota in 2 phases when managing resource 2017-11-23 01:18:02 +00:00
test_manage_volume_flow.py Handle multiattach attribute when managing volumes 2019-03-26 23:01:43 -03:00