mirror of
https://opendev.org/openstack/python-openstackclient.git
synced 2026-01-17 07:20:45 +00:00
Currently we have 2 issues with extending volumes checks: 1. We don't specify explicitly that MV 3.42 needs to be passed for in-use volumes 2. Any state of volume (error, attaching, detaching etc) can pass this check by specifying MV 3.42 The fundamentally correct approach to these checks should be: 1. Only allow 'available' and 'in-use' volumes to be extended 2. Check MV 3.42 or greater is specified in case of 'in-use' volumes otherwise fail This approach is implemented in the patch. Change-Id: I45ab9af953f7d060379f48ca429eaea7cfe857cc |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| block_storage_cleanup.py | ||
| block_storage_cluster.py | ||
| block_storage_log_level.py | ||
| block_storage_manage.py | ||
| block_storage_resource_filter.py | ||
| service.py | ||
| volume.py | ||
| volume_attachment.py | ||
| volume_backup.py | ||
| volume_group.py | ||
| volume_group_snapshot.py | ||
| volume_group_type.py | ||
| volume_message.py | ||
| volume_snapshot.py | ||
| volume_transfer_request.py | ||
| volume_type.py | ||