Activity log for bug #1941611

Date Who What changed Old value New value Message
2021-08-25 14:56:54 Markus Bock bug added bug
2021-08-25 15:04:04 Markus Bock summary account.recon file not not found on account-server container.recon file not not found on account-server
2021-08-25 15:04:39 Markus Bock summary container.recon file not not found on account-server container.recon file not not found on container-server
2021-08-25 15:12:04 Markus Bock description On our swift log there are messages like these: syslog.local0.err {"Payload":"swift-container-server: Error reading recon cache file: #012Traceback (most recent call last):#012 File \"/var/lib/kolla/venv/lib/python3.8/site-packages/swift/common/middleware/recon.py\", line 80, in _from_recon_cache#012 with openr(cache_file, 'r') as f:#012FileNotFoundError: [Errno 2] No such file or directory: '/var/cache/swift/container.recon'\u0000","log_level":"err","Hostname":"swift1.dev.cloud-fc.de","programname":"swift"} The problem is that the swift_recon_cache-volume, is not mounted on every container which needed it. To fix we change the file kolla-ansible/ansible/roles/swift/tasks/start.yml. We added the line - "swift_recon_cache:/var/cache/swift" to each container, that needed it. In our case he swift-container-server On our swift log there are messages like these: syslog.local0.err {"Payload":"swift-container-server: Error reading recon cache file: #012Traceback (most recent call last):#012 File \"/var/lib/kolla/venv/lib/python3.8/site-packages/swift/common/middleware/recon.py\", line 80, in _from_recon_cache#012 with openr(cache_file, 'r') as f:#012FileNotFoundError: [Errno 2] No such file or directory: '/var/cache/swift/container.recon'\u0000","log_level":"err","Hostname":"swift1.dev.cloud-fc.de","programname":"swift"} The problem is that the swift_recon_cache-volume, is not mounted on every container which needed it. To fix we change the file kolla-ansible/ansible/roles/swift/tasks/start.yml. We added the line - "swift_recon_cache:/var/cache/swift" to each container, that needed it. In our case he swift-container-server This error was also our swift-account-server, but is the same procedure as above.
2021-08-26 07:59:20 Mark Goddard kolla-ansible: importance Undecided Medium
2023-03-31 14:37:44 Michal Nasiadka kolla-ansible: status New Confirmed
2024-06-03 11:58:27 Maksim Malchuk bug added subscriber Maksim Malchuk
2024-07-09 08:14:25 OpenStack Infra kolla-ansible: status Confirmed In Progress