cinder/cinder/tests/unit/volume/flows
whoami-rajat 8c7861ccdc 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

Closes-Bug: #1858169

Change-Id: I2bf964d5a7b2048db9be1ea3eb97cd517e112c5b
(cherry picked from commit d22e54c254)
2020-02-12 09:12:50 +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 Fix A/A 'resource_backend' when scheduling volumes 2018-12-13 09:56:34 -05:00
test_create_volume_flow.py Fix: Create new cache entry when xtremio reaches snap limit 2020-02-12 09:12:50 +00:00
test_manage_snapshot_flow.py Add test coverage to manage existing flow 2018-11-02 23:22:14 -03:00
test_manage_volume_flow.py Add test coverage to manage existing flow 2018-11-02 23:22:14 -03:00