cinder/cinder/backup
Gorka Eguileor c6cb84bd63 Remove logging on Swift backup obj writer
Since change I1f1d9c0d6e3f04f1ecd5ef7c5d813005ee116409 we are running
parts of the backups on native threads, which due to an eventlet bug [1]
have bad interactions with greenthreads, so we have to avoid any logging
when executing code in a native thread.

This patch removes the MD5 logging on the SwiftObjectWriter close
method and adds comments and docstring referring to this limitation.

[1] https://github.com/eventlet/eventlet/issues/432

Closes-Bug: #1745168
Change-Id: I0857cecd7d8ab0ee7e3e9bd6e15f4987ede4d653
2018-01-24 17:23:59 +01:00
..
drivers Remove logging on Swift backup obj writer 2018-01-24 17:23:59 +01:00
__init__.py Fix backup_api_class doesn't work 2017-05-09 22:32:13 +08:00
api.py V3 jsonschema validation: Backups 2018-01-04 12:24:38 +05:30
chunkeddriver.py Remove logging on Swift backup obj writer 2018-01-24 17:23:59 +01:00
driver.py Run backup-restore operations on native thread 2018-01-16 13:18:24 +01:00
manager.py Merge "Run backup-restore operations on native thread" 2018-01-23 22:09:09 +00:00
rpcapi.py Add service dynamic log change/query 2017-05-16 13:37:35 +02:00