Pass FsGroup to NodePublishVolume

This commit is contained in:
Cheng Xing
2021-06-23 16:12:29 -07:00
parent 65db13a3a5
commit ae5668edef
6 changed files with 192 additions and 33 deletions

View File

@@ -265,7 +265,8 @@ func (m *csiBlockMapper) publishVolumeForBlock(
volAttribs,
nodePublishSecrets,
fsTypeBlockName,
[]string{},
[]string{}, /* mountOptions */
nil, /* fsGroup */
)
if err != nil {