kolla-ansible/releasenotes/notes/swift-recon-91592dd93526f1a8.yaml
Mark Goddard 99f1096986 Tidy up release notes for Train
Change-Id: If72fd2c060c8ecd014a61338a3506d93578804b2
2019-10-24 11:08:35 +00:00

17 lines
637 B
YAML

---
features:
- |
Adds support for Swift Recon.
Adds the necessary configuration to the Swift account, container
and object configuration files to enable the Swift recon cli.
In order to give the object server on each Swift host access to the
recon files, a Docker volume is mounted into each container which
generates them. The volume is then mounted read only into the object
server container. Note that multiple containers append to the same
file. This should not be a problem since Swift uses a lock when
appending.
Example usage: `sudo docker exec swift_object_server swift-recon --all`