Fix vsphere selinux support

Managed flag must be true for SELinux relabelling to work
for vsphere.
This commit is contained in:
Hemant Kumar 2017-03-12 23:21:07 -04:00
parent 33c455271e
commit a4a3d20934

View File

@ -188,6 +188,7 @@ type vsphereVolumeMounter struct {
func (b *vsphereVolumeMounter) GetAttributes() volume.Attributes {
return volume.Attributes{
SupportsSELinux: true,
Managed: true,
}
}