msg:=fmt.Sprintf("waiting for a volume to be created, either by external provisioner %q or manually created by system administrator",storageClass.Provisioner)
strerr:=fmt.Sprintf("Mount options are not supported by the provisioner but StorageClass %q has mount options %v",storageClass.Name,options.MountOptions)
glog.V(2).Infof("Mount options are not supported by the provisioner but claim %q's StorageClass %q has mount options %v",claimToClaimKey(claim),storageClass.Name,options.MountOptions)