err=fmt.Errorf("failed to check fsGroup for %s (%v)",m.globalPath,err)
returnerr
returnfmt.Errorf("failed to check fsGroup for %s (%v)",m.globalPath,err)
}
if!fsGroupSame{
m.plugin.recorder.Eventf(m.pod,v1.EventTypeWarning,events.WarnAlreadyMountedVolume,"The requested fsGroup is %d, but the volume %s has GID %d. The volume may not be shareable.",fsGroupNew,m.volName,fsGroupOld)