Ceph OSD log-runner container should run as ceph user

This PS changes the log-runner user ID to run as the ceph user
so that it has the appropriate permissions to write to /var/log/ceph
files.

Change-Id: I4dfd956130eb3a19ca49a21145b67faf88750d6f
This commit is contained in:
Parsons, Cliff (cp769u)
2021-08-27 20:53:52 +00:00
parent 797658b730
commit b704b9ad02
3 changed files with 4 additions and 2 deletions

View File

@@ -30,4 +30,5 @@ ceph-osd:
- 0.1.27 Limit Ceph OSD Container Security Contexts
- 0.1.28 Change var crash mount propagation to HostToContainer
- 0.1.29 Fix Ceph checkDNS script
- 0.1.30 Ceph OSD log-runner container should run as ceph user
...