@@ -330,7 +330,7 @@ func (d *iscsiDriver) mountVolume(v *iscsiVolume) error {
}
// Mount
cmd = "mount " + device + " " + v.Mountpoint
cmd = "mount -o discard " + device + " " + v.Mountpoint
out, errMsg = util.ExecuteCommandString(cmd)
if len(out) > 0 {
The note is not visible to the blocked user.