Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
install-missing-files.patch | Install missing files | Thomas Goirand <zigo@debian.org> | not-needed | 2016-03-22 | ||
do-not-use-urllib3-from-botocore.patch | Do not use urllib3 from botocore Cinder is using urllib3 vendored version from botocore, which we unvendor in Debian. =================================================================== |
Thomas Goirand <zigo@debian.org> | no | 2021-03-27 | ||
remove-test_backup_s3.patch | 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. |
Thomas Goirand <zigo@debian.org> | no | 2021-03-27 | ||
add-params-thin_provisioning-equal-one.patch | 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. |
Thomas Goirand <zigo@debian.org> | yes | 2023-12-04 | ||
Fix_type_passed_to_write_function_during_backup_restoration.patch | Fix type passed to write function during backup restoration Cinder backup throws a TypeError when trying to restore to a new volume, because slicing a memoryview object does not return a byte string. diff --git a/cinder/backup/chunkeddriver.py b/cinder/backup/chunkeddriver.py index 490baf8..8f00332 100644 |
Bertrand Lanson <bertrand.lanson@protonmail.com> | yes | upstream | 2024-09-27 |