charm-cinder-ceph/unit_tests
Edward Hope-Morley b04b5f3b5f Add support for rbd_exclusive_cinder_pool
As of the of the queens release cinder supports this config
option which, if enabled, stops cinder from query all
volumes in a pool every time it does a delete in order to
get accurate pool usage stats. The problem is that this
causes tons of non-fatal race conditions and slows down deletes
to the point where the rpc thread pool fills up blocking
further requests. Our charms do not configure pool by default
and we are not aware of anyone doing this in the field so
this patch enables this option by default.

Change-Id: I5377e2886a6e206d30bd7dc38a7e43a085aa524c
Closes-Bug: 1789828
2018-09-11 14:02:43 -06:00
..
__init__.py Re-license charm as Apache-2.0 2016-07-01 17:22:51 +01:00
test_cinder_contexts.py Add support for rbd_exclusive_cinder_pool 2018-09-11 14:02:43 -06:00
test_cinder_hooks.py Tidy ceph backend configuration 2018-05-10 17:14:17 +01:00
test_cinder_utils.py Re-license charm as Apache-2.0 2016-07-01 17:22:51 +01:00
test_utils.py Re-license charm as Apache-2.0 2016-07-01 17:22:51 +01:00