Comment 9 for bug 1776830

Revision history for this message
alpha23 (alpha23) wrote :

Still an issue in Ussuri. When will this be fixed?

As a workaround, after upgrading, from /etc/kolla/ folder (assuming standard config) on each swift node:

1. sudo printf "\n[swift-constraints]\nmax_header_size=32768\n" | sudo tee -a swift-{account,container,object,proxy}-{auditor,replicator,replication-server,reaper,server,updater,expirer}/swift.conf > /dev/null

2. sudo docker restart $(sudo docker ps -aq --filter name=swift)