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:
parent
797658b730
commit
b704b9ad02
@ -15,6 +15,6 @@ apiVersion: v1
|
||||
appVersion: v1.0.0
|
||||
description: OpenStack-Helm Ceph OSD
|
||||
name: ceph-osd
|
||||
version: 0.1.29
|
||||
version: 0.1.30
|
||||
home: https://github.com/ceph/ceph
|
||||
...
|
||||
|
@ -71,7 +71,8 @@ pod:
|
||||
privileged: true
|
||||
readOnlyRootFilesystem: true
|
||||
log_runner:
|
||||
runAsUser: 65534
|
||||
# run as "ceph" user
|
||||
runAsUser: 64045
|
||||
allowPrivilegeEscalation: false
|
||||
readOnlyRootFilesystem: true
|
||||
bootstrap:
|
||||
|
@ -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
|
||||
...
|
||||
|
Loading…
Reference in New Issue
Block a user