case system.IsRahead.MatchString(key):
        if revert {
            ival, _ := strconv.Atoi(value)
            cur.BlockDeviceReadAheadKB.ReadAheadKB[strings.TrimPrefix(key, "READ_AHEAD_KB_")] = ival
        }