Add Swift lock path in Swift containers

Swift-recon-cron requires rw access to the lock path
specified in in object-server.conf file. Currently it
doesn't exist in Swift containers

Closes-Bug: #1926203
Change-Id: Id3f824b741a5aa98efc7162fb7d49657e86a2bee
This commit is contained in:
Stanislav Dmitriev 2021-04-26 16:06:58 -04:00 committed by sdmitriev1
parent af17cc180e
commit ff25b500d2
2 changed files with 7 additions and 2 deletions

View File

@ -53,9 +53,9 @@ ADD swift-base-archive /swift-base-source
RUN ln -s swift-base-source/* swift \
&& {{ macros.install_pip(swift_base_pip_packages | customizable("pip_packages")) }} \
&& mkdir -p /etc/swift /var/cache/swift \
&& mkdir -p /etc/swift /var/cache/swift /var/lock/swift \
&& cp -r /swift/etc/* /etc/swift/ \
&& chown -R swift: /etc/swift /var/cache/swift
&& chown -R swift: /etc/swift /var/cache/swift /var/lock/swift
{% endif %}
COPY swift-rootwrap /var/lib/kolla/venv/bin/swift-rootwrap

View File

@ -0,0 +1,5 @@
---
fixes:
- |
Fixes "Permission denied" issue for swift-recon tool that appears when
swift-recon tool tries to access deafult recon_lock_path