cinder/cinder/tests/unit/volume
Helen Walsh 881f72569a PowerMax Driver - Extend replicated volume
In a replicated scenario it is possible for an R2 volume to be larger
than its paired R1 if we do not force a new volume creation on both
sides of the pair.  While using existing volumes is more efficient it
throws an exception if we want to extend the R1 to a size that is less
than or equal to the R2.

To fix this we are setting the create_new_volumes flag to true for
all replicated volumes.  It will remain false for non replicated volumes.

Change-Id: I667213a1abb025010dc306e4a012dd87c4818756
2021-03-03 09:16:37 +00:00
..
drivers PowerMax Driver - Extend replicated volume 2021-03-03 09:16:37 +00:00
flows Remove six of dir cinder/tests/unit/volume&zonemanager/* 2020-10-08 11:13:32 +08:00
__init__.py Move unit test code under tests/unit/ 2020-04-30 18:13:54 -04:00
test_availability_zone.py Introduce flake8-import-order extension 2020-01-06 09:59:35 -06:00
test_capabilities.py Introduce flake8-import-order extension 2020-01-06 09:59:35 -06:00
test_connection.py Add support volume local cache 2020-09-09 03:42:50 +00:00
test_driver.py Move brick calls from cinder.utils to volume_utils 2021-02-10 17:27:46 -05:00
test_image.py Move brick calls from cinder.utils to volume_utils 2021-02-10 17:27:46 -05:00
test_init_host.py Introduce flake8-import-order extension 2020-01-06 09:59:35 -06:00
test_manage_volume.py Introduce flake8-import-order extension 2020-01-06 09:59:35 -06:00
test_replication_manager.py Introduce flake8-import-order extension 2020-01-06 09:59:35 -06:00
test_rpcapi.py Move unit test code under tests/unit/ 2020-04-30 18:13:54 -04:00
test_snapshot.py Fix revert to snapshot for non admins 2020-07-31 14:38:51 +02:00
test_volume.py Move brick calls from cinder.utils to volume_utils 2021-02-10 17:27:46 -05:00
test_volume_manager.py Move brick calls from cinder.utils to volume_utils 2021-02-10 17:27:46 -05:00
test_volume_migration.py Correct new_type type in VolumeManager retype method 2020-07-14 11:54:53 +00:00
test_volume_retype.py Fix volume retype with AZ 2020-09-04 12:21:58 +00:00
test_volume_usage_audit.py Untyped to Default Volume Type 2019-09-20 05:37:54 +00:00