Skip to content

Commit

Permalink
Fix fsGroup to vSphere
Browse files Browse the repository at this point in the history
  • Loading branch information
abrarshivani committed Dec 12, 2016
1 parent d6e27fa commit 5cb7faa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/volume/vsphere_volume/vsphere_volume.go
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,7 @@ func (b *vsphereVolumeMounter) SetUpAt(dir string, fsGroup *int64) error {
os.Remove(dir)
return err
}
volume.SetVolumeOwnership(b, fsGroup)
glog.V(3).Infof("vSphere volume %s mounted to %s", b.volPath, dir)

return nil
Expand Down

0 comments on commit 5cb7faa

Please # to comment.