~jadonn/ubuntu/+source/cinder:master
Last commit made on
2024-09-24
- Get this branch:
-
git clone
-b master
https://git.qastaging.paddev.net/~jadonn/ubuntu/+source/cinder
Only
Jadon Naas
can upload to this branch. If you are
Jadon Naas
please log in for upload directions.
Branch merges
Propose for merging
Merged
into
~ubuntu-openstack-dev/ubuntu/+source/cinder:master
at
revision e040de2258c5ce7ef991d4588f8270ef15577823
- Ubuntu OpenStack uploaders: Pending requested
-
Diff: 44539 lines (+3805/-19845)92 files modifiedAUTHORS (+5/-0)
ChangeLog (+23/-0)
PKG-INFO (+12/-118)
api-ref/source/v2/availability-zones-v2.inc (+45/-0)
api-ref/source/v2/index.rst (+1/-0)
api-ref/source/v2/parameters.yaml (+18/-0)
api-ref/source/v2/samples/availability-zone-list-response.json (+8/-0)
api-ref/source/v3/availability-zones-v3.inc (+45/-0)
api-ref/source/v3/index.rst (+1/-0)
api-ref/source/v3/parameters.yaml (+18/-0)
api-ref/source/v3/samples/availability-zone-list-response.json (+8/-0)
cinder.egg-info/PKG-INFO (+12/-118)
cinder.egg-info/SOURCES.txt (+17/-0)
cinder.egg-info/entry_points.txt (+1/-0)
cinder.egg-info/pbr.json (+1/-1)
cinder/backup/manager.py (+3/-0)
cinder/cmd/manage.py (+3/-5)
cinder/db/api.py (+6/-2)
cinder/db/sqlalchemy/api.py (+27/-11)
cinder/image/image_utils.py (+13/-6)
cinder/locale/ja/LC_MESSAGES/cinder.po (+1/-24)
cinder/locale/zh_CN/LC_MESSAGES/cinder.po (+1/-20)
cinder/objects/service.py (+2/-2)
cinder/service.py (+1/-1)
cinder/tests/unit/api/contrib/test_services.py (+1/-1)
cinder/tests/unit/backup/test_backup.py (+38/-1)
cinder/tests/unit/objects/test_service.py (+1/-1)
cinder/tests/unit/test_image_utils.py (+31/-0)
cinder/tests/unit/volume/drivers/dell_emc/powerstore/test_client.py (+230/-1)
cinder/tests/unit/volume/drivers/dell_emc/powerstore/test_replication.py (+51/-0)
cinder/tests/unit/volume/drivers/dell_emc/powerstore/test_volume_attach_detach.py (+146/-1)
cinder/tests/unit/volume/drivers/dell_emc/powerstore/test_volume_create_delete_extend.py (+24/-2)
cinder/tests/unit/volume/drivers/hitachi/test_hitachi_hbsd_mirror_fc.py (+108/-40)
cinder/tests/unit/volume/drivers/hitachi/test_hitachi_hbsd_rest_fc.py (+250/-35)
cinder/tests/unit/volume/drivers/hitachi/test_hitachi_hbsd_rest_iscsi.py (+172/-38)
cinder/tests/unit/volume/drivers/hpe/test_nimble.py (+140/-3)
cinder/tests/unit/volume/drivers/hpe/xp/test_hpe_xp_rest_fc.py (+97/-23)
cinder/tests/unit/volume/drivers/hpe/xp/test_hpe_xp_rest_iscsi.py (+82/-19)
cinder/tests/unit/volume/drivers/lightos/test_lightos_storage.py (+104/-4)
cinder/tests/unit/volume/drivers/nec/v/test_internal_nec_rest_fc.py (+101/-24)
cinder/tests/unit/volume/drivers/nec/v/test_internal_nec_rest_iscsi.py (+85/-20)
cinder/tests/unit/volume/drivers/nec/v/test_nec_rest_fc.py (+21/-3)
cinder/tests/unit/volume/drivers/nec/v/test_nec_rest_iscsi.py (+21/-3)
cinder/tests/unit/volume/drivers/netapp/dataontap/test_block_cmode.py (+64/-0)
cinder/tests/unit/volume/drivers/test_quobyte.py (+4/-3)
cinder/tests/unit/volume/drivers/test_rbd.py (+19/-0)
cinder/tests/unit/windows/test_iscsi.py (+2/-1)
cinder/tests/unit/windows/test_smbfs.py (+2/-1)
cinder/volume/drivers/dell_emc/powerstore/adapter.py (+99/-0)
cinder/volume/drivers/dell_emc/powerstore/client.py (+134/-31)
cinder/volume/drivers/dell_emc/powerstore/driver.py (+46/-1)
cinder/volume/drivers/dell_emc/powerstore/exception.py (+21/-0)
cinder/volume/drivers/dell_emc/powerstore/options.py (+14/-1)
cinder/volume/drivers/dell_emc/powerstore/utils.py (+4/-0)
cinder/volume/drivers/hitachi/hbsd_common.py (+23/-8)
cinder/volume/drivers/hitachi/hbsd_fc.py (+1/-0)
cinder/volume/drivers/hitachi/hbsd_iscsi.py (+1/-0)
cinder/volume/drivers/hitachi/hbsd_replication.py (+4/-2)
cinder/volume/drivers/hitachi/hbsd_rest.py (+46/-3)
cinder/volume/drivers/hitachi/hbsd_rest_api.py (+11/-1)
cinder/volume/drivers/hitachi/hbsd_utils.py (+56/-1)
cinder/volume/drivers/hpe/nimble.py (+314/-7)
cinder/volume/drivers/lightos.py (+172/-37)
cinder/volume/drivers/netapp/dataontap/block_cmode.py (+19/-3)
cinder/volume/drivers/netapp/dataontap/fc_cmode.py (+10/-1)
cinder/volume/drivers/netapp/dataontap/iscsi_cmode.py (+9/-2)
cinder/volume/drivers/rbd.py (+11/-13)
cinder/volume/drivers/storpool.py (+1/-1)
cinder/volume/volume_utils.py (+5/-2)
debian/changelog (+6/-2)
dev/null (+0/-19161)
doc/source/cli/cinder-manage.rst (+0/-12)
doc/source/configuration/block-storage/drivers/dell-emc-powerstore-driver.rst (+71/-0)
doc/source/configuration/block-storage/drivers/dell-emc-vnx-driver.rst (+3/-3)
doc/source/configuration/block-storage/drivers/hitachi-vsp-driver.rst (+201/-0)
doc/source/configuration/block-storage/drivers/hpe-3par-driver.rst (+2/-1)
doc/source/configuration/block-storage/drivers/lightbits-lightos-driver.rst (+23/-0)
doc/source/configuration/block-storage/drivers/nimble-volume-driver.rst (+103/-0)
doc/source/reference/support-matrix.ini (+31/-18)
releasenotes/notes/bp-dell-powerstore-aa-ca7b2e9355a1e5a5.yaml (+6/-0)
releasenotes/notes/bp-dell-powerstore-qos-1532737fa1bb2664.yaml (+5/-0)
releasenotes/notes/bug-1942154-backup-availability-zone-object-fix-939f93fda2c539b8.yml (+8/-0)
releasenotes/notes/bug-1946483-cryptic-error-in-backup-fe03939577867e0a.yaml (+9/-0)
releasenotes/notes/bug-2055022-dell-powerstore-rest-api-timeout-51b3ae19266757f9.yaml (+12/-0)
releasenotes/notes/bug-2077643-manage-quota-sync-no-args-7fe8dbc6e3069cfc.yaml (+6/-0)
releasenotes/notes/feature-netapp-iscsi-aa-support-eff8ed19a30e87c0.yaml (+5/-0)
releasenotes/notes/hitachi-vsp-support-qos-667ca4f8ae8c2ba2.yaml (+4/-0)
releasenotes/notes/lightbits-snapshot-timeout-6b25dbd15a650d52.yaml (+11/-0)
releasenotes/notes/lightbits-volume-ipacl-23da3aa469689817.yaml (+7/-0)
releasenotes/notes/nimble-replication-a5f757f7d7047065.yaml (+5/-0)
releasenotes/notes/rbd-optimize-image-upload-836c9df06674a665.yaml (+5/-0)
releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po (+215/-2)
Branch information
- Name:
- master
- Repository:
- lp:~jadonn/ubuntu/+source/cinder
Recent commits
There was an error while fetching commit information from code hosting service. Please try again in a few minutes. If the problem persists, contact Launchpad support.