Debian Patches

Status for cinder/2:27.0.0-5

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-db-schema-migration.patch Fix db schema migration This is a known issue documented here:
https://bugs.launchpad.net/cinder/+bug/2070475
Thomas Goirand <zigo@debian.org> no 2024-11-20
Improve_heartbeats_RPC_pings.patch Improve heartbeats: RPC pings Currently, it's possible that a cinder-service like volume or backup
has its heartbeat thread working, and reporting the service as up,
while its main thread could be dead. This report of false negative
may have very bad consequences in production and should be fixed.
.
This patch makes it so that cinder-<service> starts a Service object
with Service.create(), with a Manager object attached to it. That
object is a derived class of Manager that implements is_working(). In
that method, a rabbitmq ping messaging is sent to the main thread,
so that the Manager class makes sure the service is alive before
reporting its state.
.
Because of the new feature, a number of unit tests needed to be fixed
to make sure the is_working() method of each manager is mocked to
return True, otherwise the service is seen as down by the unit test.

===================================================================
Thomas Goirand <zigo@debian.org> yes 2025-12-24

All known versions for source package 'cinder'

Links