cinder/cinder/tests/unit/volume
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
..
drivers Add context to cloning snapshots in remotefs driver 2019-10-11 07:04:57 -07:00
flows Fix: Create new cache entry when xtremio reaches snap limit 2020-02-21 10:20:03 +00:00
__init__.py Fix volume retype with migration as non-admin 2017-02-15 17:31:59 -02:00
test_availability_zone.py Make service object UUID not nullable 2017-10-26 10:17:50 -06:00
test_capabilities.py Trivial fix typos 2017-05-17 10:57:40 +07:00
test_connection.py Explicit user messages 2017-06-16 14:35:24 +08:00
test_driver.py Fix cinder quota-usage error 2018-01-27 16:41:33 +08:00
test_image.py Cloning image fails results duplicate cache entry 2018-08-16 21:28:37 +00:00
test_init_host.py Handle migrating encryption key IDs in Backup table 2018-04-04 19:34:16 +00:00
test_manage_volume.py [3/11] Refactor test_volume file 2017-02-08 23:38:23 +00:00
test_replication_manager.py Fix: Incorrect replication status on clusters 2018-08-20 21:36:02 +00:00
test_rpcapi.py Use constants for cinder-volume 2017-12-29 09:05:08 +08:00
test_snapshot.py Sync snapshot's encryption_key_id with volume's value 2018-03-23 19:41:56 +00:00
test_volume.py Add user messages for extend volume operation 2018-08-17 21:33:44 +00:00
test_volume_migration.py Tests: Fix up migrate notify tests 2019-10-04 05:54:58 +00:00
test_volume_retype.py Fix multiattach set to false after retype 2019-03-05 16:18:56 +00:00
test_volume_usage_audit.py [5/11] Refactor test_volume file 2017-02-08 23:38:42 +00:00