Skip to content
Snippets Groups Projects
  • Scott Solkhon's avatar
    d463d3f7
    Enable Swift Recon · d463d3f7
    Scott Solkhon authored
    
    This commit 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.
    
    Change-Id: I343d8f45a78ebc3c11ed0c68fe8bec24f9ea7929
    Co-authored-by: default avatarDoug Szumski <doug@stackhpc.com>
    d463d3f7
    History
    Enable Swift Recon
    Scott Solkhon authored
    
    This commit 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.
    
    Change-Id: I343d8f45a78ebc3c11ed0c68fe8bec24f9ea7929
    Co-authored-by: default avatarDoug Szumski <doug@stackhpc.com>