Fix fsGroup to vSphere

This commit is contained in:
Abrar Shivani 2016-12-12 13:43:20 -08:00
parent d6e27fac03
commit 5cb7faac5e

View File

@ -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