FSGroup is not correctly set on subPath volume for CephFS CSI
Issue
- Group
ownershipdoes not matchfsGroupwhen usingSubpathwith vPersistenVolumeClaimforCephFS CSI`. - Inside the
Pod subpathdirectories show a directory asroot:rootinstead ofroot:fsGroup
$ oc rsh pod-cephfs ls -l /mountpoint
total 0
drwxrwsr-x. 2 root root 0 Apr 28 13:19 dir01 <<< wrong ownership
drwxrwsr-x. 2 root 9999 0 Apr 28 13:19 dir02
drwxrwsr-x. 2 root 9999 0 Apr 28 13:19 dir03
Environment
- Openshift Data Foundation
- 4.12.2
- Cephfs CSI
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.