Skip to content

Commit

Permalink
Allow to skip fsGroup chown on kubernetes
Browse files Browse the repository at this point in the history
With this patch it's possible to disable fsGroup
kubernetes/kubernetes#68680
it is also merged on OKD openshift/origin#21070 3.11.x

Fix gluster#23
  • Loading branch information
benoitf committed Sep 27, 2018
1 parent 34df0bb commit deffad7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion glfs-subvol/glfs-subvol
Expand Up @@ -64,7 +64,7 @@ function doInit() {
if [[ "x$msg" != "x" ]] ; then
result="{\"status\": \"Failure\", \"message\": \"${msg}\"}"
else
result="{\"status\": \"Success\", \"capabilities\": {\"attach\": false, \"selinuxRelabel\": false}}"
result="{\"status\": \"Success\", \"capabilities\": {\"attach\": false, \"selinuxRelabel\": false, \"fsGroup\": false}}"
fi
retResult $RC_OK "$result"
}
Expand Down

0 comments on commit deffad7

Please sign in to comment.