Package: cinder / 2:27.0.0-1

Metadata

Package Version Patches format
cinder 2:27.0.0-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
install missing files.patch | (download)

MANIFEST.in | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 install missing files
do not use urllib3 from botocore.patch | (download)

cinder/backup/drivers/s3.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 do not use urllib3 from botocore
 Cinder is using urllib3 vendored version from botocore, which we unvendor
 in Debian.
remove test_backup_s3.patch | (download)

cinder/tests/unit/backup/drivers/test_backup_s3.py | 620 0 + 620 - 0 !
1 file changed, 620 deletions(-)

 remove test_backup_s3.py
 This unit test file is using the moto library which we cannot package in
 Debian because it depends on "jose" which is Python 2 only.
add params thin_provisioning equal one.patch | (download)

cinder/volume/targets/tgt.py | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 add "params thin_provisioning=1" in tgt export
 Add 'params thin_provisioning=1' in iscsi volume export
 to allow fstrim to work with the lvm backend.
fix db schema migration.patch | (download)

cinder/db/migrations/versions/9ab1b092a404_make_use_quota_non_nullable.py | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

 fix db schema migration
 This is a known issue documented here:
 https://bugs.launchpad.net/cinder/+bug/2070475